@charset "UTF-8";
/*!
 * 
 * Angle - Bootstrap Admin App + Ruby on Rails
 * 
 * Author: @themicon_co
 * Website: http://themicon.co
 * License: http://support.wrapbootstrap.com/knowledge_base/topics/usage-licenses
 * 
 */
/* [Table of contents]

1. Bootstrap reset
  1.1 bootstrap
  1.2 bootstrap-reset

2. Typography
  2.1 typo

3. Layout
  3.1 layout / .wrapper .content-wrapper
  3.2 top-navbar / .top-navbar
  3.3 sidebar / .sidebar
  3.4 offsidebar / .offsidebar

4. Components
  4.1  button-extra
  4.2  placeholder / .box-placeholder
  4.3  panels
  4.4  progress-extra
  4.5  radial-bar / .radial-bar
  4.6  user-block / .user-block
  4.7  circles / .circle
  4.8  timeline / .timeline
  4.9  dropdown-extra
  4.10 row-extra / .row-table .row-flush
  4.11 half-float / .half-float
  4.12 masonry-grid / .row-masonry
  4.13 widget / .widget
  4.14 typeahead / .typeahead-ctrl
  4.15 animate
  4.16 table-grid
  4.17 todo / .todo
  4.18 nestable

5. Charts
  5.1 chart-flot / .flot-chart

6. Form elements
  6.1 form-elements
  6.2 form-validation
  6.3 form-tags
  6.4 form-wizard

7. Tables
  7.1 datatable
  7.2 table-extras
  7.3 jqgrid

8. Plugins
  8.1 plugins
  8.2 slim-scroll / .slimScrollBar
  8.3 alerts / .alerts
  8.4 notifiy / .notifiy
  8.5 calendar / .fc-*
  8.6 spinner / .whirl
  8.7 gmap / .gmap
  8.8 vector-map / vector-map
  8.9 portlets / .portlet

9. Utilities 
  9.1 utils

10. Print CSS
  10.1 print

11. Settings
  11.1 settings

12. Documentation
  12.1 docs
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,400italic);
/* line 9, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, app/assets/stylesheets/angle/bootstrap/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, app/assets/stylesheets/angle/bootstrap/bootstrap/_print.scss */
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 18, app/assets/stylesheets/angle/bootstrap/bootstrap/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 23, app/assets/stylesheets/angle/bootstrap/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 27, app/assets/stylesheets/angle/bootstrap/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 33, app/assets/stylesheets/angle/bootstrap/bootstrap/_print.scss */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 38, app/assets/stylesheets/angle/bootstrap/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 44, app/assets/stylesheets/angle/bootstrap/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 48, app/assets/stylesheets/angle/bootstrap/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 53, app/assets/stylesheets/angle/bootstrap/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 57, app/assets/stylesheets/angle/bootstrap/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 64, app/assets/stylesheets/angle/bootstrap/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 72, app/assets/stylesheets/angle/bootstrap/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 77, app/assets/stylesheets/angle/bootstrap/bootstrap/_print.scss */
  .btn > .caret, .ColVis .ColVis_Button > .caret,
.dropup > .btn > .caret,
.ColVis .dropup > .ColVis_Button > .caret {
    border-top-color: #000 !important;
  }
  /* line 81, app/assets/stylesheets/angle/bootstrap/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 85, app/assets/stylesheets/angle/bootstrap/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, app/assets/stylesheets/angle/bootstrap/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 94, app/assets/stylesheets/angle/bootstrap/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

/* line 24, app/assets/stylesheets/angle/bootstrap/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 37, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 38, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 40, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, app/assets/stylesheets/angle/bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, app/assets/stylesheets/angle/bootstrap/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, app/assets/stylesheets/angle/bootstrap/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.528571429;
  color: #515253;
  background-color: #f5f7fa;
}

/* line 36, app/assets/stylesheets/angle/bootstrap/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, app/assets/stylesheets/angle/bootstrap/bootstrap/_scaffolding.scss */
a {
  color: #5d9cec;
  text-decoration: none;
}

/* line 52, app/assets/stylesheets/angle/bootstrap/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #1b72e2;
  text-decoration: underline;
}

/* line 58, app/assets/stylesheets/angle/bootstrap/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, app/assets/stylesheets/angle/bootstrap/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, app/assets/stylesheets/angle/bootstrap/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, app/assets/stylesheets/angle/bootstrap/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, app/assets/stylesheets/angle/bootstrap/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, app/assets/stylesheets/angle/bootstrap/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 2px;
  line-height: 1.528571429;
  background-color: #e1e2e3;
  border: 1px solid #e1e2e3;
  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, app/assets/stylesheets/angle/bootstrap/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, app/assets/stylesheets/angle/bootstrap/bootstrap/_scaffolding.scss */
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #edf1f2;
}

/* line 125, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, app/assets/stylesheets/angle/bootstrap/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/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: #3a3f51;
}

/* line 24, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}

/* line 30, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}

/* line 41, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
p {
  margin: 0 0 10.5px;
}

/* line 62, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
.lead {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
.text-muted {
  color: #909FA7;
}

/* line 5, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #5d9cec;
}

/* line 8, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #2f80e7;
}

/* line 5, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #27c24c;
}

/* line 8, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #1e983b;
}

/* line 5, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #23b7e5;
}

/* line 8, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #1797be;
}

/* line 5, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ff902b;
}

/* line 8, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #f77600;
}

/* line 5, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #f05050;
}

/* line 8, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #ec2121;
}

/* line 119, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #5d9cec;
}

/* line 8, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #2f80e7;
}

/* line 5, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #edf1f2;
}

/* line 149, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}

/* line 153, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 177, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 21px;
}

/* line 189, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.528571429;
}

/* line 193, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 211, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #3a3f51;
}

/* line 235, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #edf1f2;
}

/* line 250, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.528571429;
  color: #3a3f51;
}

/* line 265, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #edf1f2;
  border-left: 0;
  text-align: right;
}

/* line 286, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/bootstrap/_type.scss */
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.528571429;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, app/assets/stylesheets/angle/bootstrap/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, app/assets/stylesheets/angle/bootstrap/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 32, app/assets/stylesheets/angle/bootstrap/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, app/assets/stylesheets/angle/bootstrap/bootstrap/_code.scss */
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 13px;
  line-height: 1.528571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #3a3f51;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 55, app/assets/stylesheets/angle/bootstrap/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, app/assets/stylesheets/angle/bootstrap/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, app/assets/stylesheets/angle/bootstrap/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

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

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

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

/* line 30, app/assets/stylesheets/angle/bootstrap/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, app/assets/stylesheets/angle/bootstrap/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

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

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

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

/* line 6, app/assets/stylesheets/angle/bootstrap/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, app/assets/stylesheets/angle/bootstrap/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #909FA7;
  text-align: left;
}

/* line 15, app/assets/stylesheets/angle/bootstrap/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, app/assets/stylesheets/angle/bootstrap/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}

/* line 31, app/assets/stylesheets/angle/bootstrap/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.528571429;
  vertical-align: top;
  border-top: 1px solid #eee;
}

/* line 41, app/assets/stylesheets/angle/bootstrap/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #eee;
}

/* line 50, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #eee;
}

/* line 62, app/assets/stylesheets/angle/bootstrap/bootstrap/_tables.scss */
.table .table {
  background-color: #f5f7fa;
}

/* line 75, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #eee;
}

/* line 94, app/assets/stylesheets/angle/bootstrap/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 #eee;
}

/* line 101, app/assets/stylesheets/angle/bootstrap/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, app/assets/stylesheets/angle/bootstrap/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fafbfc;
}

/* line 125, app/assets/stylesheets/angle/bootstrap/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #fafbfc;
}

/* line 135, app/assets/stylesheets/angle/bootstrap/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, app/assets/stylesheets/angle/bootstrap/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, app/assets/stylesheets/angle/bootstrap/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: #fafbfc;
}

/* line 17, app/assets/stylesheets/angle/bootstrap/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: #eaeef2;
}

/* line 9, app/assets/stylesheets/angle/bootstrap/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: #dff0d8;
}

/* line 17, app/assets/stylesheets/angle/bootstrap/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: #d0e9c6;
}

/* line 9, app/assets/stylesheets/angle/bootstrap/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: #d9edf7;
}

/* line 17, app/assets/stylesheets/angle/bootstrap/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: #c4e3f3;
}

/* line 9, app/assets/stylesheets/angle/bootstrap/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: #fcf8e3;
}

/* line 17, app/assets/stylesheets/angle/bootstrap/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: #faf2cc;
}

/* line 9, app/assets/stylesheets/angle/bootstrap/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: #f2dede;
}

/* line 17, app/assets/stylesheets/angle/bootstrap/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: #ebcccc;
}

/* line 9, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.purple,
.table > thead > tr > th.purple, .table > thead > tr.purple > td, .table > thead > tr.purple > th,
.table > tbody > tr > td.purple,
.table > tbody > tr > th.purple,
.table > tbody > tr.purple > td,
.table > tbody > tr.purple > th,
.table > tfoot > tr > td.purple,
.table > tfoot > tr > th.purple,
.table > tfoot > tr.purple > td,
.table > tfoot > tr.purple > th {
  background-color: #bebfe2;
}

/* line 17, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.purple:hover,
.table-hover > tbody > tr > th.purple:hover, .table-hover > tbody > tr.purple:hover > td, .table-hover > tbody > tr:hover > .purple, .table-hover > tbody > tr.purple:hover > th {
  background-color: #acadda;
}

/* line 9, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.primary,
.table > thead > tr > th.primary, .table > thead > tr.primary > td, .table > thead > tr.primary > th,
.table > tbody > tr > td.primary,
.table > tbody > tr > th.primary,
.table > tbody > tr.primary > td,
.table > tbody > tr.primary > th,
.table > tfoot > tr > td.primary,
.table > tfoot > tr > th.primary,
.table > tfoot > tr.primary > td,
.table > tfoot > tr.primary > th {
  background-color: #a1d4f4;
}

/* line 17, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.primary:hover,
.table-hover > tbody > tr > th.primary:hover, .table-hover > tbody > tr.primary:hover > td, .table-hover > tbody > tr:hover > .primary, .table-hover > tbody > tr.primary:hover > th {
  background-color: #8bc9f1;
}

/* line 174, app/assets/stylesheets/angle/bootstrap/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  /* line 174, app/assets/stylesheets/angle/bootstrap/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #eee;
  }
  /* line 186, app/assets/stylesheets/angle/bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 194, app/assets/stylesheets/angle/bootstrap/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 203, app/assets/stylesheets/angle/bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 211, app/assets/stylesheets/angle/bootstrap/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 215, app/assets/stylesheets/angle/bootstrap/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 228, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #3a3f51;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, app/assets/stylesheets/angle/bootstrap/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 83, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.528571429;
  color: #3a3f51;
}

/* line 114, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.form-control, body .bootstrap-tagsinput {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 1.528571429;
  color: #3a3f51;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dde6e9;
  border-radius: 4px;
  -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, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_forms.scss */
.form-control:focus, body .bootstrap-tagsinput: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, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder, body .bootstrap-tagsinput::-moz-placeholder {
  color: #b7bac9;
  opacity: 1;
}

/* line 107, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder, body .bootstrap-tagsinput:-ms-input-placeholder {
  color: #b7bac9;
}

/* line 108, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder, body .bootstrap-tagsinput::-webkit-input-placeholder {
  color: #b7bac9;
}

/* line 140, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.form-control[disabled], body .bootstrap-tagsinput[disabled], .form-control[readonly], body .bootstrap-tagsinput[readonly], fieldset[disabled] .form-control, fieldset[disabled] body .bootstrap-tagsinput, body fieldset[disabled] .bootstrap-tagsinput {
  background-color: #edf1f2;
  opacity: 1;
}

/* line 147, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.form-control[disabled], body .bootstrap-tagsinput[disabled], fieldset[disabled] .form-control, fieldset[disabled] body .bootstrap-tagsinput, body fieldset[disabled] .bootstrap-tagsinput {
  cursor: not-allowed;
}

/* line 156, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
textarea.form-control, body textarea.bootstrap-tagsinput {
  height: auto;
}

/* line 168, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 187, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  input.form-control[type="date"], body .bootstrap-tagsinput[type="date"],
input.form-control[type="time"],
body .bootstrap-tagsinput[type="time"],
input.form-control[type="datetime-local"],
body .bootstrap-tagsinput[type="datetime-local"],
input.form-control[type="month"],
body .bootstrap-tagsinput[type="month"] {
    line-height: 35px;
  }
  /* line 191, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"], body .input-group-sm > .bootstrap-tagsinput[type="date"],
.input-group-sm > .input-group-addon[type="date"],
.input-group-sm > .input-group-btn > .btn[type="date"],
.ColVis .input-group-sm > .input-group-btn > .ColVis_Button[type="date"], .input-group-sm input[type="date"],
input.input-sm[type="time"],
.input-group-sm > .form-control[type="time"],
body .input-group-sm > .bootstrap-tagsinput[type="time"],
.input-group-sm > .input-group-addon[type="time"],
.input-group-sm > .input-group-btn > .btn[type="time"],
.ColVis .input-group-sm > .input-group-btn > .ColVis_Button[type="time"], .input-group-sm input[type="time"],
input.input-sm[type="datetime-local"],
.input-group-sm > .form-control[type="datetime-local"],
body .input-group-sm > .bootstrap-tagsinput[type="datetime-local"],
.input-group-sm > .input-group-addon[type="datetime-local"],
.input-group-sm > .input-group-btn > .btn[type="datetime-local"],
.ColVis .input-group-sm > .input-group-btn > .ColVis_Button[type="datetime-local"], .input-group-sm input[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm > .form-control[type="month"],
body .input-group-sm > .bootstrap-tagsinput[type="month"],
.input-group-sm > .input-group-addon[type="month"],
.input-group-sm > .input-group-btn > .btn[type="month"],
.ColVis .input-group-sm > .input-group-btn > .ColVis_Button[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 196, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"], body .input-group-lg > .bootstrap-tagsinput[type="date"],
.input-group-lg > .input-group-addon[type="date"],
.input-group-lg > .input-group-btn > .btn[type="date"],
.ColVis .input-group-lg > .input-group-btn > .ColVis_Button[type="date"], .input-group-lg input[type="date"],
input.input-lg[type="time"],
.input-group-lg > .form-control[type="time"],
body .input-group-lg > .bootstrap-tagsinput[type="time"],
.input-group-lg > .input-group-addon[type="time"],
.input-group-lg > .input-group-btn > .btn[type="time"],
.ColVis .input-group-lg > .input-group-btn > .ColVis_Button[type="time"], .input-group-lg input[type="time"],
input.input-lg[type="datetime-local"],
.input-group-lg > .form-control[type="datetime-local"],
body .input-group-lg > .bootstrap-tagsinput[type="datetime-local"],
.input-group-lg > .input-group-addon[type="datetime-local"],
.input-group-lg > .input-group-btn > .btn[type="datetime-local"],
.ColVis .input-group-lg > .input-group-btn > .ColVis_Button[type="datetime-local"], .input-group-lg input[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg > .form-control[type="month"],
body .input-group-lg > .bootstrap-tagsinput[type="month"],
.input-group-lg > .input-group-addon[type="month"],
.input-group-lg > .input-group-btn > .btn[type="month"],
.ColVis .input-group-lg > .input-group-btn > .ColVis_Button[type="month"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

/* line 209, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 218, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 225, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 233, app/assets/stylesheets/angle/bootstrap/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 242, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 248, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 258, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 270, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
input[type="radio"][disabled], input.disabled[type="radio"], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input.disabled[type="checkbox"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 279, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 289, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 301, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 35px;
}

/* line 309, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, body .input-group-lg > .form-control-static.bootstrap-tagsinput,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.ColVis .input-group-lg > .input-group-btn > .form-control-static.ColVis_Button, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, body .input-group-sm > .form-control-static.bootstrap-tagsinput,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.ColVis .input-group-sm > .input-group-btn > .form-control-static.ColVis_Button {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control, body .input-group-sm > .bootstrap-tagsinput,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.ColVis .input-group-sm > .input-group-btn > .ColVis_Button {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control, body .input-group-sm > select.bootstrap-tagsinput,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.ColVis .input-group-sm > .input-group-btn > select.ColVis_Button {
  height: 30px;
  line-height: 30px;
}

/* line 84, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control, body .input-group-sm > textarea.bootstrap-tagsinput,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.ColVis .input-group-sm > .input-group-btn > textarea.ColVis_Button,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
body .input-group-sm > .bootstrap-tagsinput[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple],
.ColVis .input-group-sm > .input-group-btn > .ColVis_Button[multiple] {
  height: auto;
}

/* line 327, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.form-group-sm .form-control, .form-group-sm body .bootstrap-tagsinput, body .form-group-sm .bootstrap-tagsinput {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 334, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.form-group-sm select.form-control, .form-group-sm body select.bootstrap-tagsinput, body .form-group-sm select.bootstrap-tagsinput {
  height: 30px;
  line-height: 30px;
}

/* line 338, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.form-group-sm textarea.form-control, .form-group-sm body textarea.bootstrap-tagsinput, body .form-group-sm textarea.bootstrap-tagsinput,
.form-group-sm select.form-control[multiple],
.form-group-sm body .bootstrap-tagsinput[multiple],
body .form-group-sm .bootstrap-tagsinput[multiple] {
  height: auto;
}

/* line 342, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 33px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control, body .input-group-lg > .bootstrap-tagsinput,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.ColVis .input-group-lg > .input-group-btn > .ColVis_Button {
  height: 46px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 79, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control, body .input-group-lg > select.bootstrap-tagsinput,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.ColVis .input-group-lg > .input-group-btn > select.ColVis_Button {
  height: 46px;
  line-height: 46px;
}

/* line 84, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control, body .input-group-lg > textarea.bootstrap-tagsinput,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.ColVis .input-group-lg > .input-group-btn > textarea.ColVis_Button,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
body .input-group-lg > .bootstrap-tagsinput[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple],
.ColVis .input-group-lg > .input-group-btn > .ColVis_Button[multiple] {
  height: auto;
}

/* line 353, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.form-group-lg .form-control, .form-group-lg body .bootstrap-tagsinput, body .form-group-lg .bootstrap-tagsinput {
  height: 46px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 360, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.form-group-lg select.form-control, .form-group-lg body select.bootstrap-tagsinput, body .form-group-lg select.bootstrap-tagsinput {
  height: 46px;
  line-height: 46px;
}

/* line 364, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.form-group-lg textarea.form-control, .form-group-lg body textarea.bootstrap-tagsinput, body .form-group-lg textarea.bootstrap-tagsinput,
.form-group-lg select.form-control[multiple],
.form-group-lg body .bootstrap-tagsinput[multiple],
body .form-group-lg .bootstrap-tagsinput[multiple] {
  height: auto;
}

/* line 368, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 39px;
  padding: 11px 20px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 382, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 387, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.has-feedback .form-control, .has-feedback body .bootstrap-tagsinput, body .has-feedback .bootstrap-tagsinput {
  padding-right: 43.75px;
}

/* line 392, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}

/* line 404, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, body .input-group-lg > .bootstrap-tagsinput + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.ColVis .input-group-lg > .input-group-btn > .ColVis_Button + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg body .bootstrap-tagsinput + .form-control-feedback,
body .form-group-lg .bootstrap-tagsinput + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 411, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, body .input-group-sm > .bootstrap-tagsinput + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.ColVis .input-group-sm > .input-group-btn > .ColVis_Button + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm body .bootstrap-tagsinput + .form-control-feedback,
body .form-group-sm .bootstrap-tagsinput + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, app/assets/stylesheets/angle/bootstrap/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: #27c24c;
}

/* line 21, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_forms.scss */
.has-success .form-control, .has-success body .bootstrap-tagsinput, body .has-success .bootstrap-tagsinput {
  border-color: #27c24c;
  -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, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus, .has-success body .bootstrap-tagsinput:focus, body .has-success .bootstrap-tagsinput:focus {
  border-color: #1e983b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6de289;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6de289;
}

/* line 31, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #27c24c;
  border-color: #27c24c;
  background-color: #dff0d8;
}

/* line 37, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #27c24c;
}

/* line 8, app/assets/stylesheets/angle/bootstrap/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: #ff902b;
}

/* line 21, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .form-control, .has-warning body .bootstrap-tagsinput, body .has-warning .bootstrap-tagsinput {
  border-color: #ff902b;
  -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, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus, .has-warning body .bootstrap-tagsinput:focus, body .has-warning .bootstrap-tagsinput:focus {
  border-color: #f77600;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc591;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc591;
}

/* line 31, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #ff902b;
  border-color: #ff902b;
  background-color: #fcf8e3;
}

/* line 37, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #ff902b;
}

/* line 8, app/assets/stylesheets/angle/bootstrap/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: #f05050;
}

/* line 21, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_forms.scss */
.has-error .form-control, .has-error body .bootstrap-tagsinput, body .has-error .bootstrap-tagsinput {
  border-color: #f05050;
  -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, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus, .has-error body .bootstrap-tagsinput:focus, body .has-error .bootstrap-tagsinput:focus {
  border-color: #ec2121;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8aeae;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8aeae;
}

/* line 31, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #f05050;
  border-color: #f05050;
  background-color: #f2dede;
}

/* line 37, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #f05050;
}

/* line 433, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 26px;
}

/* line 436, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 447, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #909293;
}

@media (min-width: 768px) {
  /* line 472, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 479, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .form-inline .form-control, .form-inline body .bootstrap-tagsinput, body .form-inline .bootstrap-tagsinput {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 486, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 490, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 494, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control,
.form-inline .input-group body .bootstrap-tagsinput,
body .form-inline .input-group .bootstrap-tagsinput {
    width: auto;
  }
  /* line 502, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control, .form-inline body .input-group > .bootstrap-tagsinput, body .form-inline .input-group > .bootstrap-tagsinput {
    width: 100%;
  }
  /* line 506, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 513, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 520, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 524, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 531, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 553, app/assets/stylesheets/angle/bootstrap/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: 7px;
}

/* line 563, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}

/* line 569, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 576, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

/* line 587, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 597, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 605, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, app/assets/stylesheets/angle/bootstrap/bootstrap/_buttons.scss */
.btn, .ColVis .ColVis_Button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 1.528571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 26, app/assets/stylesheets/angle/bootstrap/bootstrap/_buttons.scss */
.btn:focus, .ColVis .ColVis_Button:focus, .btn.focus, .ColVis .focus.ColVis_Button, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 32, app/assets/stylesheets/angle/bootstrap/bootstrap/_buttons.scss */
.btn:hover, .ColVis .ColVis_Button:hover, .btn:focus, .ColVis .ColVis_Button:focus, .btn.focus, .ColVis .focus.ColVis_Button {
  color: #333;
  text-decoration: none;
}

/* line 39, app/assets/stylesheets/angle/bootstrap/bootstrap/_buttons.scss */
.btn:active, .ColVis .ColVis_Button:active, .btn.active, .ColVis .active.ColVis_Button {
  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, app/assets/stylesheets/angle/bootstrap/bootstrap/_buttons.scss */
.btn.disabled, .ColVis .disabled.ColVis_Button, .btn[disabled], .ColVis .ColVis_Button[disabled], fieldset[disabled] .btn, fieldset[disabled] .ColVis .ColVis_Button, .ColVis fieldset[disabled] .ColVis_Button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, app/assets/stylesheets/angle/bootstrap/bootstrap/_buttons.scss */
a.btn.disabled, .ColVis a.disabled.ColVis_Button, fieldset[disabled] a.btn, fieldset[disabled] .ColVis a.ColVis_Button, .ColVis fieldset[disabled] a.ColVis_Button {
  pointer-events: none;
}

/* line 68, app/assets/stylesheets/angle/bootstrap/bootstrap/_buttons.scss */
.btn-default, .ColVis .ColVis_Button {
  color: #333;
  background-color: #fff;
  border-color: #eaeaea;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .ColVis .ColVis_Button:focus, .btn-default.focus, .ColVis .focus.ColVis_Button {
  color: #333;
  background-color: whitesmoke;
  border-color: #d6d6d6;
}

/* line 17, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:hover, .ColVis .ColVis_Button:hover {
  color: #333;
  background-color: whitesmoke;
  border-color: #d6d6d6;
}

/* line 22, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:active, .ColVis .ColVis_Button:active, .btn-default.active, .ColVis .active.ColVis_Button, .open > .btn-default.dropdown-toggle, .ColVis .open > .dropdown-toggle.ColVis_Button {
  color: #333;
  background-color: whitesmoke;
  border-color: #d6d6d6;
}

/* line 29, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .ColVis .ColVis_Button:active:hover, .btn-default:active:focus, .ColVis .ColVis_Button:active:focus, .btn-default.focus:active, .ColVis .ColVis_Button.focus:active, .btn-default.active:hover, .ColVis .active.ColVis_Button:hover, .btn-default.active:focus, .ColVis .active.ColVis_Button:focus, .btn-default.active.focus, .ColVis .active.focus.ColVis_Button, .open > .btn-default.dropdown-toggle:hover, .ColVis .open > .dropdown-toggle.ColVis_Button:hover, .open > .btn-default.dropdown-toggle:focus, .ColVis .open > .dropdown-toggle.ColVis_Button:focus, .open > .btn-default.dropdown-toggle.focus, .ColVis .open > .dropdown-toggle.focus.ColVis_Button {
  color: #333;
  background-color: whitesmoke;
  border-color: #d6d6d6;
}

/* line 37, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:active, .ColVis .ColVis_Button:active, .btn-default.active, .ColVis .active.ColVis_Button, .open > .btn-default.dropdown-toggle, .ColVis .open > .dropdown-toggle.ColVis_Button {
  background-image: none;
}

/* line 45, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default.disabled, .ColVis .disabled.ColVis_Button, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .ColVis .ColVis_Button[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default.focus[disabled], .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .ColVis .ColVis_Button, .ColVis fieldset[disabled] .ColVis_Button, 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: #fff;
  border-color: #eaeaea;
}

/* line 56, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default .badge, .ColVis .ColVis_Button .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, app/assets/stylesheets/angle/bootstrap/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #5d9cec;
  border-color: #5899eb;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #4b91ea;
  border-color: #3483e7;
}

/* line 17, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #4b91ea;
  border-color: #3483e7;
}

/* line 22, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4b91ea;
  border-color: #3483e7;
}

/* line 29, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #4b91ea;
  border-color: #3483e7;
}

/* line 37, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}

/* line 45, app/assets/stylesheets/angle/bootstrap/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.focus[disabled], .btn-primary[disabled]:active, .btn-primary.active[disabled], 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: #5d9cec;
  border-color: #5899eb;
}

/* line 56, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #5d9cec;
  background-color: #fff;
}

/* line 75, app/assets/stylesheets/angle/bootstrap/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #27c24c;
  border-color: #26be4a;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #24b145;
  border-color: #1f9c3d;
}

/* line 17, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #24b145;
  border-color: #1f9c3d;
}

/* line 22, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #24b145;
  border-color: #1f9c3d;
}

/* line 29, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #24b145;
  border-color: #1f9c3d;
}

/* line 37, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}

/* line 45, app/assets/stylesheets/angle/bootstrap/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.focus[disabled], .btn-success[disabled]:active, .btn-success.active[disabled], 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: #27c24c;
  border-color: #26be4a;
}

/* line 56, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #27c24c;
  background-color: #fff;
}

/* line 79, app/assets/stylesheets/angle/bootstrap/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #23b7e5;
  border-color: #1eb6e4;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #1aacda;
  border-color: #179ac3;
}

/* line 17, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #1aacda;
  border-color: #179ac3;
}

/* line 22, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1aacda;
  border-color: #179ac3;
}

/* line 29, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #1aacda;
  border-color: #179ac3;
}

/* line 37, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}

/* line 45, app/assets/stylesheets/angle/bootstrap/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.focus[disabled], .btn-info[disabled]:active, .btn-info.active[disabled], 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: #23b7e5;
  border-color: #1eb6e4;
}

/* line 56, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #23b7e5;
  background-color: #fff;
}

/* line 83, app/assets/stylesheets/angle/bootstrap/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #ff902b;
  border-color: #ff8d26;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ff8517;
  border-color: #fc7800;
}

/* line 17, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ff8517;
  border-color: #fc7800;
}

/* line 22, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff8517;
  border-color: #fc7800;
}

/* line 29, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #ff8517;
  border-color: #fc7800;
}

/* line 37, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}

/* line 45, app/assets/stylesheets/angle/bootstrap/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.focus[disabled], .btn-warning[disabled]:active, .btn-warning.active[disabled], 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: #ff902b;
  border-color: #ff8d26;
}

/* line 56, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #ff902b;
  background-color: #fff;
}

/* line 87, app/assets/stylesheets/angle/bootstrap/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #f05050;
  border-color: #f04b4b;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ee3d3d;
  border-color: #ec2626;
}

/* line 17, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #ee3d3d;
  border-color: #ec2626;
}

/* line 22, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ee3d3d;
  border-color: #ec2626;
}

/* line 29, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ee3d3d;
  border-color: #ec2626;
}

/* line 37, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}

/* line 45, app/assets/stylesheets/angle/bootstrap/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.focus[disabled], .btn-danger[disabled]:active, .btn-danger.active[disabled], 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: #f05050;
  border-color: #f04b4b;
}

/* line 56, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #f05050;
  background-color: #fff;
}

/* line 96, app/assets/stylesheets/angle/bootstrap/bootstrap/_buttons.scss */
.btn-link {
  color: #5d9cec;
  font-weight: normal;
  border-radius: 0;
}

/* line 101, app/assets/stylesheets/angle/bootstrap/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 109, app/assets/stylesheets/angle/bootstrap/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 115, app/assets/stylesheets/angle/bootstrap/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #1b72e2;
  text-decoration: underline;
  background-color: transparent;
}

/* line 123, app/assets/stylesheets/angle/bootstrap/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #e4eaec;
  text-decoration: none;
}

/* line 135, app/assets/stylesheets/angle/bootstrap/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn, .ColVis .btn-group-lg > .ColVis_Button {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 139, app/assets/stylesheets/angle/bootstrap/bootstrap/_buttons.scss */
.btn-sm, .calendar-app .fc-button, .btn-group-sm > .btn, .ColVis .btn-group-sm > .ColVis_Button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, app/assets/stylesheets/angle/bootstrap/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn, .ColVis .btn-group-xs > .ColVis_Button {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, app/assets/stylesheets/angle/bootstrap/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, app/assets/stylesheets/angle/bootstrap/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, app/assets/stylesheets/angle/bootstrap/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 10, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, app/assets/stylesheets/angle/bootstrap/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 21, app/assets/stylesheets/angle/bootstrap/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, app/assets/stylesheets/angle/bootstrap/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, app/assets/stylesheets/angle/bootstrap/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, app/assets/stylesheets/angle/bootstrap/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, app/assets/stylesheets/angle/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, app/assets/stylesheets/angle/bootstrap/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: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  -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 54, app/assets/stylesheets/angle/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 60, app/assets/stylesheets/angle/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 65, app/assets/stylesheets/angle/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.528571429;
  color: #5f5f5f;
  white-space: nowrap;
}

/* line 78, app/assets/stylesheets/angle/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #2f3342;
  background-color: #fafbfc;
}

/* line 88, app/assets/stylesheets/angle/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #5d9cec;
}

/* line 103, app/assets/stylesheets/angle/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #e4eaec;
}

/* line 110, app/assets/stylesheets/angle/bootstrap/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 123, app/assets/stylesheets/angle/bootstrap/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 128, app/assets/stylesheets/angle/bootstrap/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, app/assets/stylesheets/angle/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, app/assets/stylesheets/angle/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, app/assets/stylesheets/angle/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.528571429;
  color: #e4eaec;
  white-space: nowrap;
}

/* line 163, app/assets/stylesheets/angle/bootstrap/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, app/assets/stylesheets/angle/bootstrap/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, app/assets/stylesheets/angle/bootstrap/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

/* line 193, app/assets/stylesheets/angle/bootstrap/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, app/assets/stylesheets/angle/bootstrap/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, app/assets/stylesheets/angle/bootstrap/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn, .ColVis .btn-group > .ColVis_Button,
.btn-group-vertical > .btn,
.ColVis .btn-group-vertical > .ColVis_Button {
  position: relative;
  float: left;
}

/* line 15, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .ColVis .btn-group > .ColVis_Button:hover, .btn-group > .btn:focus, .ColVis .btn-group > .ColVis_Button:focus, .btn-group > .btn:active, .ColVis .btn-group > .ColVis_Button:active, .btn-group > .btn.active, .ColVis .btn-group > .active.ColVis_Button,
.btn-group-vertical > .btn:hover,
.ColVis .btn-group-vertical > .ColVis_Button:hover,
.btn-group-vertical > .btn:focus,
.ColVis .btn-group-vertical > .ColVis_Button:focus,
.btn-group-vertical > .btn:active,
.ColVis .btn-group-vertical > .ColVis_Button:active,
.btn-group-vertical > .btn.active,
.ColVis .btn-group-vertical > .active.ColVis_Button {
  z-index: 2;
}

/* line 26, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group .btn + .btn, .btn-group .ColVis .ColVis_Button + .btn, .ColVis .btn-group .ColVis_Button + .btn, .btn-group .ColVis .btn + .ColVis_Button, .ColVis .btn-group .btn + .ColVis_Button, .btn-group .ColVis .ColVis_Button + .ColVis_Button, .ColVis .btn-group .ColVis_Button + .ColVis_Button,
.btn-group .btn + .btn-group,
.btn-group .ColVis .ColVis_Button + .btn-group,
.ColVis .btn-group .ColVis_Button + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .ColVis .btn-group + .ColVis_Button,
.ColVis .btn-group .btn-group + .ColVis_Button,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 39, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-toolbar .btn, .btn-toolbar .ColVis .ColVis_Button, .ColVis .btn-toolbar .ColVis_Button,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 44, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-toolbar > .btn, .ColVis .btn-toolbar > .ColVis_Button,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .ColVis .btn-group > .ColVis_Button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child, .ColVis .btn-group > .ColVis_Button:first-child {
  margin-left: 0;
}

/* line 58, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .ColVis .btn-group > .ColVis_Button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child), .ColVis .btn-group > .ColVis_Button:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 69, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .ColVis .btn-group > .btn-group:not(:first-child):not(:last-child) > .ColVis_Button {
  border-radius: 0;
}

/* line 76, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .ColVis .btn-group > .btn-group:first-child:not(:last-child) > .ColVis_Button:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 81, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .ColVis .btn-group > .btn-group:last-child:not(:first-child) > .ColVis_Button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle, .ColVis .btn-group > .ColVis_Button + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .ColVis .btn-group-lg.btn-group > .ColVis_Button + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, app/assets/stylesheets/angle/bootstrap/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 120, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn .caret, .ColVis .ColVis_Button .caret {
  margin-left: 0;
}

/* line 131, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret, .ColVis .btn-group-lg > .ColVis_Button .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .ColVis .btn-group-lg > .ColVis_Button .caret, .ColVis .dropup .btn-group-lg > .ColVis_Button .caret {
  border-width: 0 5px 5px;
}

/* line 145, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn, .ColVis .btn-group-vertical > .ColVis_Button,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.ColVis .btn-group-vertical > .btn-group > .ColVis_Button {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 157, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn, .ColVis .btn-group-vertical > .btn-group > .ColVis_Button {
  float: none;
}

/* line 162, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn, .ColVis .btn-group-vertical > .ColVis_Button + .btn, .ColVis .btn-group-vertical > .btn + .ColVis_Button, .ColVis .btn-group-vertical > .ColVis_Button + .ColVis_Button,
.btn-group-vertical > .btn + .btn-group,
.ColVis .btn-group-vertical > .ColVis_Button + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.ColVis .btn-group-vertical > .btn-group + .ColVis_Button,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child), .ColVis .btn-group-vertical > .ColVis_Button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 175, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child), .ColVis .btn-group-vertical > .ColVis_Button:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 179, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child), .ColVis .btn-group-vertical > .ColVis_Button:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 184, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .ColVis .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .ColVis_Button {
  border-radius: 0;
}

/* line 188, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .ColVis .btn-group-vertical > .btn-group:first-child:not(:last-child) > .ColVis_Button: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 193, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .ColVis .btn-group-vertical > .btn-group:last-child:not(:first-child) > .ColVis_Button:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 206, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified > .btn, .ColVis .btn-group-justified > .ColVis_Button,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 212, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .ColVis .ColVis_Button, .ColVis .btn-group-justified > .btn-group .ColVis_Button {
  width: 100%;
}

/* line 216, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, app/assets/stylesheets/angle/bootstrap/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"], .ColVis [data-toggle="buttons"] > .ColVis_Button input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.ColVis [data-toggle="buttons"] > .ColVis_Button 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, app/assets/stylesheets/angle/bootstrap/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, app/assets/stylesheets/angle/bootstrap/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 19, app/assets/stylesheets/angle/bootstrap/bootstrap/_input-groups.scss */
.input-group .form-control, .input-group body .bootstrap-tagsinput, body .input-group .bootstrap-tagsinput {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 54, app/assets/stylesheets/angle/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group body .bootstrap-tagsinput,
body .input-group .bootstrap-tagsinput {
  display: table-cell;
}

/* line 59, app/assets/stylesheets/angle/bootstrap/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),
.input-group body .bootstrap-tagsinput:not(:first-child):not(:last-child),
body .input-group .bootstrap-tagsinput:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 64, app/assets/stylesheets/angle/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 73, app/assets/stylesheets/angle/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 16px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #3a3f51;
  text-align: center;
  background-color: #edf1f2;
  border: 1px solid #dde6e9;
  border-radius: 4px;
}

/* line 85, app/assets/stylesheets/angle/bootstrap/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,
.ColVis .input-group-sm > .input-group-btn > .input-group-addon.ColVis_Button {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 90, app/assets/stylesheets/angle/bootstrap/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,
.ColVis .input-group-lg > .input-group-btn > .input-group-addon.ColVis_Button {
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 97, app/assets/stylesheets/angle/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 104, app/assets/stylesheets/angle/bootstrap/bootstrap/_input-groups.scss */
.input-group .form-control:first-child, .input-group body .bootstrap-tagsinput:first-child, body .input-group .bootstrap-tagsinput:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.ColVis .input-group-btn:first-child > .ColVis_Button,
.input-group-btn:first-child > .btn-group > .btn,
.ColVis .input-group-btn:first-child > .btn-group > .ColVis_Button,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.ColVis .input-group-btn:last-child > .ColVis_Button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.ColVis .input-group-btn:last-child > .btn-group:not(:last-child) > .ColVis_Button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 113, app/assets/stylesheets/angle/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 116, app/assets/stylesheets/angle/bootstrap/bootstrap/_input-groups.scss */
.input-group .form-control:last-child, .input-group body .bootstrap-tagsinput:last-child, body .input-group .bootstrap-tagsinput:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.ColVis .input-group-btn:last-child > .ColVis_Button,
.input-group-btn:last-child > .btn-group > .btn,
.ColVis .input-group-btn:last-child > .btn-group > .ColVis_Button,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.ColVis .input-group-btn:first-child > .ColVis_Button:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.ColVis .input-group-btn:first-child > .btn-group:not(:first-child) > .ColVis_Button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 125, app/assets/stylesheets/angle/bootstrap/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 131, app/assets/stylesheets/angle/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 140, app/assets/stylesheets/angle/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn > .btn, .ColVis .input-group-btn > .ColVis_Button {
  position: relative;
}

/* line 142, app/assets/stylesheets/angle/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn, .ColVis .input-group-btn > .ColVis_Button + .btn, .ColVis .input-group-btn > .btn + .ColVis_Button, .ColVis .input-group-btn > .ColVis_Button + .ColVis_Button {
  margin-left: -1px;
}

/* line 146, app/assets/stylesheets/angle/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .ColVis .input-group-btn > .ColVis_Button:hover, .input-group-btn > .btn:focus, .ColVis .input-group-btn > .ColVis_Button:focus, .input-group-btn > .btn:active, .ColVis .input-group-btn > .ColVis_Button:active {
  z-index: 2;
}

/* line 155, app/assets/stylesheets/angle/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn, .ColVis .input-group-btn:first-child > .ColVis_Button,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 161, app/assets/stylesheets/angle/bootstrap/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn, .ColVis .input-group-btn:last-child > .ColVis_Button,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}

/* line 15, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

/* line 31, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #e4eaec;
}

/* line 34, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #e4eaec;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 46, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: #5d9cec;
}

/* line 59, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 78, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.528571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 89, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #ddd #ddd #ddd;
}

/* line 96, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #dde6e9;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 125, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #5d9cec;
}

/* line 144, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 146, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 171, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 177, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 199, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 206, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f5f7fa;
  }
}

/* line 224, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, app/assets/stylesheets/angle/bootstrap/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 55px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 31, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 59, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 50, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, app/assets/stylesheets/angle/bootstrap/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 92, app/assets/stylesheets/angle/bootstrap/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 92, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, app/assets/stylesheets/angle/bootstrap/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 108, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 128, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 138, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 17px 15px;
  font-size: 18px;
  line-height: 21px;
  height: 55px;
}

/* line 170, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 175, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 180, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 206, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 211, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 217, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 193, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 8.5px -15px;
}

/* line 235, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}

@media (max-width: 767px) {
  /* line 243, app/assets/stylesheets/angle/bootstrap/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 251, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  /* line 257, app/assets/stylesheets/angle/bootstrap/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 232, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

/* line 286, app/assets/stylesheets/angle/bootstrap/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 472, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 479, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .navbar-form .form-control, .navbar-form body .bootstrap-tagsinput, body .navbar-form .bootstrap-tagsinput {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 486, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 490, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 494, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control,
.navbar-form .input-group body .bootstrap-tagsinput,
body .navbar-form .input-group .bootstrap-tagsinput {
    width: auto;
  }
  /* line 502, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control, .navbar-form body .input-group > .bootstrap-tagsinput, body .navbar-form .input-group > .bootstrap-tagsinput {
    width: 100%;
  }
  /* line 506, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 513, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 520, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 524, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 531, app/assets/stylesheets/angle/bootstrap/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 298, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 286, app/assets/stylesheets/angle/bootstrap/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 327, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 346, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .calendar-app .navbar-btn.fc-button, .btn-group-sm > .navbar-btn.btn, .ColVis .btn-group-sm > .navbar-btn.ColVis_Button {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}

/* line 349, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .ColVis .btn-group-xs > .navbar-btn.ColVis_Button {
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}

/* line 359, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 17px;
  margin-bottom: 17px;
}

@media (min-width: 768px) {
  /* line 359, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 379, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 382, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 397, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 401, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #fff;
}

/* line 403, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}

/* line 410, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 415, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #fff;
}

/* line 418, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #ddd;
  background-color: transparent;
}

/* line 425, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #ddd;
  background-color: #e7e7e7;
}

/* line 433, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 442, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 444, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 448, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 453, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 462, app/assets/stylesheets/angle/bootstrap/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: #ddd;
}

@media (max-width: 767px) {
  /* line 473, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  /* line 475, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ddd;
    background-color: transparent;
  }
  /* line 482, app/assets/stylesheets/angle/bootstrap/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: #ddd;
    background-color: #e7e7e7;
  }
  /* line 490, app/assets/stylesheets/angle/bootstrap/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: #ccc;
    background-color: transparent;
  }
}

/* line 506, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #fff;
}

/* line 508, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #ddd;
}

/* line 513, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #fff;
}

/* line 515, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #ddd;
}

/* line 521, app/assets/stylesheets/angle/bootstrap/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: #ccc;
}

/* line 531, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 535, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #e4eaec;
}

/* line 537, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 544, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #e4eaec;
}

/* line 549, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #e4eaec;
}

/* line 552, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 559, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

/* line 567, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 577, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 579, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 583, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 588, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 596, app/assets/stylesheets/angle/bootstrap/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: #fff;
}

@media (max-width: 767px) {
  /* line 607, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #e4eaec;
  }
  /* line 615, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 622, app/assets/stylesheets/angle/bootstrap/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: #fff;
    background-color: #090909;
  }
  /* line 630, app/assets/stylesheets/angle/bootstrap/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: #444;
    background-color: transparent;
  }
}

/* line 641, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #e4eaec;
}

/* line 643, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 648, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #e4eaec;
}

/* line 650, app/assets/stylesheets/angle/bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 656, app/assets/stylesheets/angle/bootstrap/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: #444;
}

/* line 6, app/assets/stylesheets/angle/bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 12px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #fafafa;
  border-radius: 4px;
}

/* line 13, app/assets/stylesheets/angle/bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, app/assets/stylesheets/angle/bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #c1c2c3;
}

/* line 23, app/assets/stylesheets/angle/bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #515253;
}

/* line 4, app/assets/stylesheets/angle/bootstrap/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}

/* line 10, app/assets/stylesheets/angle/bootstrap/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, app/assets/stylesheets/angle/bootstrap/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 16px;
  line-height: 1.528571429;
  text-decoration: none;
  color: #515253;
  background-color: #fff;
  border: 1px solid #eee;
  margin-left: -1px;
}

/* line 25, app/assets/stylesheets/angle/bootstrap/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 32, app/assets/stylesheets/angle/bootstrap/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 41, app/assets/stylesheets/angle/bootstrap/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #1b72e2;
  background-color: #fafafa;
  border-color: #eee;
}

/* line 52, app/assets/stylesheets/angle/bootstrap/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: #fff;
  background-color: #5d9cec;
  border-color: #5d9cec;
  cursor: default;
}

/* line 64, app/assets/stylesheets/angle/bootstrap/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: #e4eaec;
  background-color: #fff;
  border-color: #eee;
  cursor: not-allowed;
}

/* line 5, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 12, app/assets/stylesheets/angle/bootstrap/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 18, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 12, app/assets/stylesheets/angle/bootstrap/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 18, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}

/* line 12, app/assets/stylesheets/angle/bootstrap/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
}

/* line 23, app/assets/stylesheets/angle/bootstrap/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #fafafa;
}

/* line 31, app/assets/stylesheets/angle/bootstrap/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, app/assets/stylesheets/angle/bootstrap/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, app/assets/stylesheets/angle/bootstrap/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #e4eaec;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, app/assets/stylesheets/angle/bootstrap/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, app/assets/stylesheets/angle/bootstrap/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, app/assets/stylesheets/angle/bootstrap/bootstrap/_labels.scss */
.btn .label, .ColVis .ColVis_Button .label {
  position: relative;
  top: -1px;
}

/* line 33, app/assets/stylesheets/angle/bootstrap/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, app/assets/stylesheets/angle/bootstrap/bootstrap/_labels.scss */
.label-default {
  background-color: #e4eaec;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #c6d3d7;
}

/* line 48, app/assets/stylesheets/angle/bootstrap/bootstrap/_labels.scss */
.label-primary {
  background-color: #5d9cec;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #2f80e7;
}

/* line 52, app/assets/stylesheets/angle/bootstrap/bootstrap/_labels.scss */
.label-success {
  background-color: #27c24c;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #1e983b;
}

/* line 56, app/assets/stylesheets/angle/bootstrap/bootstrap/_labels.scss */
.label-info {
  background-color: #23b7e5;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #1797be;
}

/* line 60, app/assets/stylesheets/angle/bootstrap/bootstrap/_labels.scss */
.label-warning {
  background-color: #ff902b;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #f77600;
}

/* line 64, app/assets/stylesheets/angle/bootstrap/bootstrap/_labels.scss */
.label-danger {
  background-color: #f05050;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #ec2121;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #e4eaec;
  border-radius: 10px;
}

/* line 22, app/assets/stylesheets/angle/bootstrap/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, app/assets/stylesheets/angle/bootstrap/bootstrap/_badges.scss */
.btn .badge, .ColVis .ColVis_Button .badge {
  position: relative;
  top: -1px;
}

/* line 32, app/assets/stylesheets/angle/bootstrap/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .ColVis .btn-group-xs > .ColVis_Button .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 41, app/assets/stylesheets/angle/bootstrap/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #5d9cec;
  background-color: #fff;
}

/* line 47, app/assets/stylesheets/angle/bootstrap/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}

/* line 51, app/assets/stylesheets/angle/bootstrap/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 55, app/assets/stylesheets/angle/bootstrap/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, app/assets/stylesheets/angle/bootstrap/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/angle/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #fcfcfc;
}

/* line 13, app/assets/stylesheets/angle/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 18, app/assets/stylesheets/angle/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 24, app/assets/stylesheets/angle/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #e3e3e3;
}

/* line 28, app/assets/stylesheets/angle/bootstrap/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}

/* line 33, app/assets/stylesheets/angle/bootstrap/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6, app/assets/stylesheets/angle/bootstrap/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 41, app/assets/stylesheets/angle/bootstrap/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 47, app/assets/stylesheets/angle/bootstrap/bootstrap/_jumbotron.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 2px;
  margin-bottom: 21px;
  line-height: 1.528571429;
  background-color: #e1e2e3;
  border: 1px solid #e1e2e3;
  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, app/assets/stylesheets/angle/bootstrap/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* line 27, app/assets/stylesheets/angle/bootstrap/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #515253;
}

/* line 34, app/assets/stylesheets/angle/bootstrap/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #5d9cec;
}

/* line 9, app/assets/stylesheets/angle/bootstrap/bootstrap/_alerts.scss */
.alert {
  padding: 8px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 3px;
}

/* line 16, app/assets/stylesheets/angle/bootstrap/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 23, app/assets/stylesheets/angle/bootstrap/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 28, app/assets/stylesheets/angle/bootstrap/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 33, app/assets/stylesheets/angle/bootstrap/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, app/assets/stylesheets/angle/bootstrap/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 28px;
}

/* line 47, app/assets/stylesheets/angle/bootstrap/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, app/assets/stylesheets/angle/bootstrap/bootstrap/_alerts.scss */
.alert-success {
  background-color: #27c24c;
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

/* line 8, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: rgba(0, 0, 0, 0.1);
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #e6e6e6;
}

/* line 63, app/assets/stylesheets/angle/bootstrap/bootstrap/_alerts.scss */
.alert-info {
  background-color: #23b7e5;
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

/* line 8, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: rgba(0, 0, 0, 0.1);
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #e6e6e6;
}

/* line 67, app/assets/stylesheets/angle/bootstrap/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #ff902b;
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

/* line 8, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: rgba(0, 0, 0, 0.1);
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #e6e6e6;
}

/* line 71, app/assets/stylesheets/angle/bootstrap/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f05050;
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

/* line 8, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0.1);
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #e6e6e6;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 26, app/assets/stylesheets/angle/bootstrap/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f1f1f1;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, app/assets/stylesheets/angle/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #5d9cec;
  -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, app/assets/stylesheets/angle/bootstrap/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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #27c24c;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, app/assets/stylesheets/angle/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #23b7e5;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, app/assets/stylesheets/angle/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #ff902b;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, app/assets/stylesheets/angle/bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #f05050;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, app/assets/stylesheets/angle/bootstrap/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}

/* line 5, app/assets/stylesheets/angle/bootstrap/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, app/assets/stylesheets/angle/bootstrap/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, app/assets/stylesheets/angle/bootstrap/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, app/assets/stylesheets/angle/bootstrap/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, app/assets/stylesheets/angle/bootstrap/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, app/assets/stylesheets/angle/bootstrap/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, app/assets/stylesheets/angle/bootstrap/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, app/assets/stylesheets/angle/bootstrap/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, app/assets/stylesheets/angle/bootstrap/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, app/assets/stylesheets/angle/bootstrap/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, app/assets/stylesheets/angle/bootstrap/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, app/assets/stylesheets/angle/bootstrap/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, app/assets/stylesheets/angle/bootstrap/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, app/assets/stylesheets/angle/bootstrap/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e4eaec;
}

/* line 31, app/assets/stylesheets/angle/bootstrap/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 34, app/assets/stylesheets/angle/bootstrap/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 46, app/assets/stylesheets/angle/bootstrap/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 50, app/assets/stylesheets/angle/bootstrap/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 55, app/assets/stylesheets/angle/bootstrap/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #fafbfc;
}

/* line 63, app/assets/stylesheets/angle/bootstrap/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, app/assets/stylesheets/angle/bootstrap/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #edf1f2;
  color: #e4eaec;
  cursor: not-allowed;
}

/* line 78, app/assets/stylesheets/angle/bootstrap/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 81, app/assets/stylesheets/angle/bootstrap/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: #e4eaec;
}

/* line 87, app/assets/stylesheets/angle/bootstrap/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #5d9cec;
  border-color: #5d9cec;
}

/* line 96, app/assets/stylesheets/angle/bootstrap/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 101, app/assets/stylesheets/angle/bootstrap/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: white;
}

/* line 4, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #27c24c;
  background-color: #dff0d8;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #27c24c;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 18, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #27c24c;
  background-color: #d0e9c6;
}

/* line 23, app/assets/stylesheets/angle/bootstrap/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,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #27c24c;
  border-color: #27c24c;
}

/* line 4, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #23b7e5;
  background-color: #d9edf7;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #23b7e5;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 18, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #23b7e5;
  background-color: #c4e3f3;
}

/* line 23, app/assets/stylesheets/angle/bootstrap/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,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #23b7e5;
  border-color: #23b7e5;
}

/* line 4, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #ff902b;
  background-color: #fcf8e3;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #ff902b;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 18, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #ff902b;
  background-color: #faf2cc;
}

/* line 23, app/assets/stylesheets/angle/bootstrap/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,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ff902b;
  border-color: #ff902b;
}

/* line 4, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #f05050;
  background-color: #f2dede;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #f05050;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 18, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #f05050;
  background-color: #ebcccc;
}

/* line 23, app/assets/stylesheets/angle/bootstrap/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,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #f05050;
  border-color: #f05050;
}

/* line 123, app/assets/stylesheets/angle/bootstrap/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, app/assets/stylesheets/angle/bootstrap/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -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, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 27, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 39, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #fafafa;
  border-top: 1px solid #eee;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 67, app/assets/stylesheets/angle/bootstrap/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 74, app/assets/stylesheets/angle/bootstrap/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: 3px;
  border-top-left-radius: 3px;
}

/* line 82, app/assets/stylesheets/angle/bootstrap/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: 3px;
  border-bottom-left-radius: 3px;
}

/* line 89, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 115, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 121, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 127, app/assets/stylesheets/angle/bootstrap/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: 3px;
  border-top-right-radius: 3px;
}

/* line 131, app/assets/stylesheets/angle/bootstrap/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: 3px;
}

/* line 135, app/assets/stylesheets/angle/bootstrap/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: 3px;
}

/* line 143, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 149, app/assets/stylesheets/angle/bootstrap/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: 3px;
  border-bottom-right-radius: 3px;
}

/* line 153, app/assets/stylesheets/angle/bootstrap/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: 3px;
}

/* line 157, app/assets/stylesheets/angle/bootstrap/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: 3px;
}

/* line 164, app/assets/stylesheets/angle/bootstrap/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 #eee;
}

/* line 170, app/assets/stylesheets/angle/bootstrap/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 174, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 181, app/assets/stylesheets/angle/bootstrap/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 185, app/assets/stylesheets/angle/bootstrap/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 194, app/assets/stylesheets/angle/bootstrap/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 203, app/assets/stylesheets/angle/bootstrap/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 210, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 21px;
}

/* line 226, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 230, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 235, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 238, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #eee;
}

/* line 244, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #eee;
}

/* line 254, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel-default {
  border-color: #cfdbe2;
}

/* line 6, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #444;
  background-color: #fff;
  border-color: #cfdbe2;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfdbe2;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #444;
}

/* line 20, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 257, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel-primary {
  border-color: #cfdbe2;
}

/* line 6, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #5d9cec;
  border-color: #cfdbe2;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfdbe2;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #5d9cec;
  background-color: #fff;
}

/* line 20, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 260, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel-success {
  border-color: #cfdbe2;
}

/* line 6, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #fff;
  background-color: #27c24c;
  border-color: #cfdbe2;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfdbe2;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #27c24c;
  background-color: #fff;
}

/* line 20, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 263, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel-info {
  border-color: #cfdbe2;
}

/* line 6, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #fff;
  background-color: #23b7e5;
  border-color: #cfdbe2;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfdbe2;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #23b7e5;
  background-color: #fff;
}

/* line 20, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 266, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel-warning {
  border-color: #cfdbe2;
}

/* line 6, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #ff902b;
  border-color: #cfdbe2;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfdbe2;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #ff902b;
  background-color: #fff;
}

/* line 20, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 269, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel-danger {
  border-color: #cfdbe2;
}

/* line 6, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #f05050;
  border-color: #cfdbe2;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfdbe2;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f05050;
  background-color: #fff;
}

/* line 20, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 273, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel-green {
  border-color: #cfdbe2;
}

/* line 6, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-green > .panel-heading {
  color: #fff;
  background-color: #37bc9b;
  border-color: #cfdbe2;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-green > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfdbe2;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-green > .panel-heading .badge {
  color: #37bc9b;
  background-color: #fff;
}

/* line 20, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-green > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 276, app/assets/stylesheets/angle/bootstrap/bootstrap/_panels.scss */
.panel-yellow {
  border-color: #cfdbe2;
}

/* line 6, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-yellow > .panel-heading {
  color: #fff;
  background-color: #f3ca06;
  border-color: #cfdbe2;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-yellow > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfdbe2;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-yellow > .panel-heading .badge {
  color: #f3ca06;
  background-color: #fff;
}

/* line 20, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-yellow > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 5, app/assets/stylesheets/angle/bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, app/assets/stylesheets/angle/bootstrap/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 28, app/assets/stylesheets/angle/bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, app/assets/stylesheets/angle/bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 4px;
  -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, app/assets/stylesheets/angle/bootstrap/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, app/assets/stylesheets/angle/bootstrap/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, app/assets/stylesheets/angle/bootstrap/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, app/assets/stylesheets/angle/bootstrap/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 15, app/assets/stylesheets/angle/bootstrap/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, app/assets/stylesheets/angle/bootstrap/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 32, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0;
  /* Remove default margins */
  top: 15%;
  /* Vertically center */
}

/* line 52, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  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 65, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 74, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 75, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 80, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.528571429px;
}

/* line 86, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-header-color, .modal-gray, .modal-white, .modal-yellow, .modal-inverse, .modal-purple, .modal-pink, .modal-green, .modal-danger, .modal-warning, .modal-info, .modal-success, .modal-primary {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 98, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-primary {
  background-color: #5d9cec;
  color: #ffffff !important;
}

/* line 103, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-success {
  background-color: #27c24c;
  color: #ffffff !important;
}

/* line 108, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-info {
  background-color: #23b7e5;
  color: #ffffff !important;
}

/* line 113, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-warning {
  background-color: #ff902b;
  color: #ffffff !important;
}

/* line 118, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-danger {
  background-color: #f05050;
  color: #ffffff !important;
}

/* line 123, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-green {
  background-color: #37bc9b;
  color: #ffffff !important;
}

/* line 128, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-pink {
  background-color: #f532e5;
  color: #ffffff !important;
}

/* line 133, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-purple {
  background-color: #7266ba;
  color: #ffffff !important;
}

/* line 138, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-inverse {
  background-color: #131e26;
  color: #ffffff !important;
}

/* line 143, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-yellow {
  background-color: #fad732;
  color: #ffffff !important;
}

/* line 148, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-white {
  background-color: #ffffff;
  color: inherit !important;
}

/* line 153, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-gray {
  background-color: #dde6e9;
  color: #515253 !important;
}

/* line 161, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.528571429;
}

/* line 168, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 174, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 181, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-footer .btn + .btn, .modal-footer .ColVis .ColVis_Button + .btn, .ColVis .modal-footer .ColVis_Button + .btn, .modal-footer .ColVis .btn + .ColVis_Button, .ColVis .modal-footer .btn + .ColVis_Button, .modal-footer .ColVis .ColVis_Button + .ColVis_Button, .ColVis .modal-footer .ColVis_Button + .ColVis_Button {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 186, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .ColVis .ColVis_Button + .btn, .ColVis .modal-footer .btn-group .ColVis_Button + .btn, .modal-footer .btn-group .ColVis .btn + .ColVis_Button, .ColVis .modal-footer .btn-group .btn + .ColVis_Button, .modal-footer .btn-group .ColVis .ColVis_Button + .ColVis_Button, .ColVis .modal-footer .btn-group .ColVis_Button + .ColVis_Button {
  margin-left: -1px;
}

/* line 190, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 196, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 207, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 211, app/assets/stylesheets/angle/bootstrap/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 216, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 220, app/assets/stylesheets/angle/bootstrap/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.528571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 18, app/assets/stylesheets/angle/bootstrap/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 19, app/assets/stylesheets/angle/bootstrap/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 20, app/assets/stylesheets/angle/bootstrap/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 21, app/assets/stylesheets/angle/bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 22, app/assets/stylesheets/angle/bootstrap/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, app/assets/stylesheets/angle/bootstrap/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #222;
  border-radius: 4px;
}

/* line 36, app/assets/stylesheets/angle/bootstrap/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, app/assets/stylesheets/angle/bootstrap/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222;
}

/* line 52, app/assets/stylesheets/angle/bootstrap/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222;
}

/* line 59, app/assets/stylesheets/angle/bootstrap/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222;
}

/* line 66, app/assets/stylesheets/angle/bootstrap/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #222;
}

/* line 73, app/assets/stylesheets/angle/bootstrap/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #222;
}

/* line 80, app/assets/stylesheets/angle/bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222;
}

/* line 87, app/assets/stylesheets/angle/bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222;
}

/* line 94, app/assets/stylesheets/angle/bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222;
}

/* line 6, app/assets/stylesheets/angle/bootstrap/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.528571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #e1e1e1;
  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);
}

/* line 27, app/assets/stylesheets/angle/bootstrap/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 28, app/assets/stylesheets/angle/bootstrap/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 29, app/assets/stylesheets/angle/bootstrap/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 30, app/assets/stylesheets/angle/bootstrap/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, app/assets/stylesheets/angle/bootstrap/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #fafafa;
  border-bottom: 1px solid #ededed;
  border-radius: 5px 5px 0 0;
}

/* line 42, app/assets/stylesheets/angle/bootstrap/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, app/assets/stylesheets/angle/bootstrap/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, app/assets/stylesheets/angle/bootstrap/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, app/assets/stylesheets/angle/bootstrap/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, app/assets/stylesheets/angle/bootstrap/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #e1e1e1;
  bottom: -11px;
}

/* line 77, app/assets/stylesheets/angle/bootstrap/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fafafa;
}

/* line 85, app/assets/stylesheets/angle/bootstrap/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #e1e1e1;
}

/* line 92, app/assets/stylesheets/angle/bootstrap/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fafafa;
}

/* line 100, app/assets/stylesheets/angle/bootstrap/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #e1e1e1;
  top: -11px;
}

/* line 107, app/assets/stylesheets/angle/bootstrap/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fafafa;
}

/* line 116, app/assets/stylesheets/angle/bootstrap/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #e1e1e1;
}

/* line 123, app/assets/stylesheets/angle/bootstrap/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fafafa;
  bottom: -10px;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 16, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 53, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 59, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 63, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 70, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 73, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 76, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 81, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 84, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 108, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 127, app/assets/stylesheets/angle/bootstrap/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%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

/* line 137, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 142, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 147, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

/* line 157, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 162, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 173, app/assets/stylesheets/angle/bootstrap/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 184, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

/* line 206, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 217, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 228, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
.carousel-caption .btn, .carousel-caption .ColVis .ColVis_Button, .ColVis .carousel-caption .ColVis_Button {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 239, app/assets/stylesheets/angle/bootstrap/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 248, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 252, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -15px;
  }
  /* line 259, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  /* line 266, app/assets/stylesheets/angle/bootstrap/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, app/assets/stylesheets/angle/bootstrap/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, app/assets/stylesheets/angle/bootstrap/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, app/assets/stylesheets/angle/bootstrap/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, app/assets/stylesheets/angle/bootstrap/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, app/assets/stylesheets/angle/bootstrap/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, app/assets/stylesheets/angle/bootstrap/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, app/assets/stylesheets/angle/bootstrap/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, app/assets/stylesheets/angle/bootstrap/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, app/assets/stylesheets/angle/bootstrap/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 17, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 17, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 17, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 17, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, app/assets/stylesheets/angle/bootstrap/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, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 10, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 12, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, app/assets/stylesheets/angle/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, app/assets/stylesheets/angle/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, app/assets/stylesheets/angle/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 10, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 12, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, app/assets/stylesheets/angle/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, app/assets/stylesheets/angle/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, app/assets/stylesheets/angle/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 10, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 12, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, app/assets/stylesheets/angle/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, app/assets/stylesheets/angle/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, app/assets/stylesheets/angle/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 10, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 12, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, app/assets/stylesheets/angle/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, app/assets/stylesheets/angle/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, app/assets/stylesheets/angle/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 17, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 17, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 17, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 17, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 17, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 10, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 12, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, app/assets/stylesheets/angle/bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, app/assets/stylesheets/angle/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, app/assets/stylesheets/angle/bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, app/assets/stylesheets/angle/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, app/assets/stylesheets/angle/bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, app/assets/stylesheets/angle/bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 17, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 14, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
*:focus {
  outline: 0 !important;
}

/* line 18, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
a {
  outline: none !important;
}

/* line 21, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
a.text-muted:hover, a.text-muted:focus {
  color: #748690;
}

/* line 27, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
hr {
  border-top: 1px solid #e4eaec;
}

/* line 32, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
[data-now] {
  display: inline-block;
}

/* line 37, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.list-group {
  line-height: 1.3;
}

/* line 39, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.list-group .list-group-item {
  padding: 10px;
}

/* line 41, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.panel > .list-group .list-group-item {
  border-top: 0;
}

/* line 49, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 54, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.page-header {
  border-bottom-color: #e4eaec;
}

/* line 59, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.panel .panel-heading {
  border-bottom: 0;
  font-size: 14px;
}

/* line 62, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.panel .panel-heading a {
  text-decoration: none !important;
}

/* line 66, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.panel.panel-default {
  border-top-width: 3px;
}

/* line 71, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.well {
  border: 1px solid #dde6e9;
}

/* line 75, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.jumbotron {
  border: 1px solid #dde6e9;
}

@media only screen and (min-width: 768px) {
  /* line 75, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
  .jumbotron {
    padding: 30px 15px;
  }
}

/* line 82, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.nav-tabs > li > a {
  font-weight: bold;
  color: #515253;
  background-color: #edf1f2;
  margin: 0;
  border: 1px solid #dde6e9;
  border-radius: 0;
  padding: 10px 20px;
}

/* line 93, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: inherit;
  border-bottom-color: #fff;
}

/* line 98, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.tab-content {
  padding: 10px 20px;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #dde6e9;
}

/* line 103, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.nav-pills + .tab-content {
  border: 0;
  padding: 0;
}

/* line 110, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.btn, .ColVis .ColVis_Button {
  border-radius: 3px;
  font-size: 13px;
  border-color: transparent;
  -webkit-appearance: none;
  outline: none !important;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

/* line 117, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.btn.btn-link, .ColVis .btn-link.ColVis_Button {
  box-shadow: none;
  border: 0;
}

/* line 121, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.btn.btn-default, .ColVis .ColVis_Button {
  border-color: #eaeaea;
}

/* line 124, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.input-group .btn, .input-group .ColVis .ColVis_Button, .ColVis .input-group .ColVis_Button {
  font-size: 14px;
  border-color: #dde6e9;
}

/* line 128, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.input-group .input-sm + .input-group-btn .btn, .input-group .input-sm + .input-group-btn .ColVis .ColVis_Button, .ColVis .input-group .input-sm + .input-group-btn .ColVis_Button, .input-group .input-group-sm > .form-control + .input-group-btn .btn, .input-group .input-group-sm > .form-control + .input-group-btn .ColVis .ColVis_Button, .ColVis .input-group .input-group-sm > .form-control + .input-group-btn .ColVis_Button, .input-group body .input-group-sm > .bootstrap-tagsinput + .input-group-btn .btn, .input-group body .input-group-sm > .bootstrap-tagsinput + .input-group-btn .ColVis .ColVis_Button, .ColVis .input-group body .input-group-sm > .bootstrap-tagsinput + .input-group-btn .ColVis_Button, body .input-group .input-group-sm > .bootstrap-tagsinput + .input-group-btn .btn, body .input-group .input-group-sm > .bootstrap-tagsinput + .input-group-btn .ColVis .ColVis_Button, .ColVis body .input-group .input-group-sm > .bootstrap-tagsinput + .input-group-btn .ColVis_Button,
.input-group .input-group-sm > .input-group-addon + .input-group-btn .btn,
.input-group .input-group-sm > .input-group-addon + .input-group-btn .ColVis .ColVis_Button,
.ColVis .input-group .input-group-sm > .input-group-addon + .input-group-btn .ColVis_Button,
.input-group .input-group-sm > .input-group-btn > .btn + .input-group-btn .btn,
.input-group .ColVis .input-group-sm > .input-group-btn > .ColVis_Button + .input-group-btn .btn,
.ColVis .input-group .input-group-sm > .input-group-btn > .ColVis_Button + .input-group-btn .btn,
.input-group .input-group-sm > .input-group-btn > .btn + .input-group-btn .ColVis .ColVis_Button,
.ColVis .input-group .input-group-sm > .input-group-btn > .btn + .input-group-btn .ColVis_Button,
.input-group .ColVis .input-group-sm > .input-group-btn > .ColVis_Button + .input-group-btn .ColVis_Button,
.ColVis .input-group .input-group-sm > .input-group-btn > .ColVis_Button + .input-group-btn .ColVis_Button {
  font-size: 13px;
}

/* line 135, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.form-control, body .bootstrap-tagsinput {
  box-shadow: 0 0 0 #000 !important;
}

/* line 139, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.input-sm, .input-group-sm > .form-control, body .input-group-sm > .bootstrap-tagsinput,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.ColVis .input-group-sm > .input-group-btn > .ColVis_Button,
select.input-sm {
  height: 31px;
}

/* line 144, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
fieldset {
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee;
  margin-bottom: 20px;
}

/* line 148, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
fieldset.last-child, fieldset:last-child {
  border-bottom: 0;
}

/* line 152, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
fieldset .form-group {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  /* line 159, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
  input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
    -webkit-appearance: none;
  }
}

/* line 169, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.table > thead > tr > th {
  border-bottom-width: 1px;
}

/* line 174, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.table > tbody + tbody {
  border-bottom-width: 1px;
}

/* line 182, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

/* line 190, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.progress {
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
}

/* line 195, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.progress .progress-bar {
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}

/* line 203, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.popover {
  box-shadow: 0 0 0 #000;
  border-color: #eee;
  border-bottom: 2px solid #e4eaec;
  border-radius: 3px;
}

/* line 208, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.popover .popover-title {
  border: 0;
}

/* line 217, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.nav.nav-pills .active > a {
  background-color: #5d9cec;
}

/* line 224, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.dropdown-menu {
  border-radius: 3px;
}

/* line 228, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.dropdown-header {
  color: #a1a2a3;
}

/* line 232, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.navbar-top .navbar-nav > .active > a {
  color: #999;
}

/* line 234, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.navbar-top .navbar-nav > .active > a:hover, .navbar-top .navbar-nav > .active > a:focus {
  color: #d1d2d3;
}

/* line 240, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #666;
}

/* line 242, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #222;
}

/* line 250, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.carousel .carousel-indicators {
  bottom: 0;
}

/* line 254, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.carousel .carousel-control.left, .carousel .carousel-control.right {
  background-image: none;
}

/* line 259, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.carousel .carousel-control em {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}

/* line 275, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.modal-backdrop {
  position: fixed;
  bottom: 0;
}

/* line 281, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.topnavbar,
.navbar,
.navbar .dropdown-menu {
  filter: none !important;
}

/* line 293, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.glyphicon {
  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;
}

/* line 300, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.glyphicon.glyphicon-chevron-right:before {
  content: "";
}

/* line 303, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.glyphicon.glyphicon-chevron-left:before {
  content: "";
}

/* line 306, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.glyphicon.glyphicon-chevron-up:before {
  content: "";
}

/* line 309, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.glyphicon.glyphicon-chevron-down:before {
  content: "";
}

/* line 312, app/assets/stylesheets/angle/app/bootstrap-reset.scss */
.glyphicon.glyphicon-folder-open:before {
  content: "";
}

/* line 7, app/assets/stylesheets/angle/app/typo.scss */
body {
  font-family: "Source Sans Pro", sans-serif;
  color: #656565;
}

/* line 12, app/assets/stylesheets/angle/app/typo.scss */
h1, h2, h3, h4 {
  font-weight: bold;
}

/* ========================================================================
     Component: layout
 ========================================================================== */
/* line 33, app/assets/stylesheets/angle/app/layout.scss */
html {
  /* $replace rtl */
  direction: ltr;
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* line 41, app/assets/stylesheets/angle/app/layout.scss */
html, body {
  height: 100%;
}

/* line 48, app/assets/stylesheets/angle/app/layout.scss */
.wrapper {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
}

/* line 54, app/assets/stylesheets/angle/app/layout.scss */
.wrapper.ng-leave {
  display: none;
}

/* line 59, app/assets/stylesheets/angle/app/layout.scss */
.wrapper > .aside {
  position: absolute;
  width: 220px;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 116;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}

/* line 71, app/assets/stylesheets/angle/app/layout.scss */
.wrapper > .aside .aside-inner {
  padding-top: 110px;
  height: 100%;
  width: 220px;
  overflow: hidden;
}

/* line 78, app/assets/stylesheets/angle/app/layout.scss */
.wrapper > .aside > .nav-floating {
  left: inherit;
  margin-left: 220px;
  z-index: 1110;
  min-width: 190px;
  overflow: auto;
}

/* line 91, app/assets/stylesheets/angle/app/layout.scss */
.wrapper .dropdown-backdrop {
  z-index: 109;
}

/* line 96, app/assets/stylesheets/angle/app/layout.scss */
.wrapper > section {
  position: relative;
  height: 100%;
  margin-left: 0;
  z-index: 111;
  background-color: #f5f7fa;
  margin-bottom: 60px !important;
}

/* line 107, app/assets/stylesheets/angle/app/layout.scss */
.wrapper > footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  border-top: 1px solid #e4eaec;
  padding: 20px;
  z-index: 109;
}

/* line 116, app/assets/stylesheets/angle/app/layout.scss */
.wrapper > footer > p {
  margin: 0;
}

/* line 121, app/assets/stylesheets/angle/app/layout.scss */
.modal-open .wrapper {
  z-index: 0;
}

/* line 127, app/assets/stylesheets/angle/app/layout.scss */
.content-wrapper {
  padding: 15px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: -1px;
}

/* line 134, app/assets/stylesheets/angle/app/layout.scss */
.content-wrapper > .unwrap {
  margin: -15px;
}

@media only screen and (min-width: 768px) {
  /* line 134, app/assets/stylesheets/angle/app/layout.scss */
  .content-wrapper > .unwrap {
    margin: -20px;
  }
}

/* line 141, app/assets/stylesheets/angle/app/layout.scss */
.content-wrapper > h3,
.content-wrapper > .content-heading {
  font-size: 24px;
  line-height: 1.1;
  color: #929292;
  margin: -15px;
  margin-bottom: 20px;
  padding: 15px;
  font-weight: normal;
  background-color: #fafbfc;
  border-bottom: 1px solid #cfdbe2;
}

/* line 152, app/assets/stylesheets/angle/app/layout.scss */
.content-wrapper > h3 > small,
.content-wrapper > .content-heading > small {
  display: block;
  font-size: 12px;
  color: #909FA7;
}

/* line 158, app/assets/stylesheets/angle/app/layout.scss */
.content-wrapper > button, .content-wrapper > .btn, .ColVis .content-wrapper > .ColVis_Button {
  margin: 10px 10px 0 0;
}

/* line 162, app/assets/stylesheets/angle/app/layout.scss */
.content-wrapper .container,
.content-wrapper .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  /* line 127, app/assets/stylesheets/angle/app/layout.scss */
  .content-wrapper {
    padding: 20px;
  }
  /* line 171, app/assets/stylesheets/angle/app/layout.scss */
  .content-wrapper > h3,
.content-wrapper > .content-heading {
    margin: -20px;
    margin-bottom: 20px;
    padding: 20px;
  }
  /* line 177, app/assets/stylesheets/angle/app/layout.scss */
  .content-wrapper > button, .content-wrapper > .btn, .ColVis .content-wrapper > .ColVis_Button {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  /* line 188, app/assets/stylesheets/angle/app/layout.scss */
  body {
    min-height: 100%;
  }
  /* line 195, app/assets/stylesheets/angle/app/layout.scss */
  .wrapper > .aside .aside-inner {
    padding-top: 55px;
  }
  /* line 200, app/assets/stylesheets/angle/app/layout.scss */
  .wrapper > section,
.wrapper > footer {
    margin-left: 220px;
  }
  /* line 208, app/assets/stylesheets/angle/app/layout.scss */
  .wrapper > section.has-sidebar-right {
    margin-right: 240px;
  }
  /* line 210, app/assets/stylesheets/angle/app/layout.scss */
  .wrapper > section.has-sidebar-right + .offsidebar {
    z-index: 1;
  }
}

@media only screen and (max-width: 767px) {
  /* line 226, app/assets/stylesheets/angle/app/layout.scss */
  .wrapper > .aside {
    margin-left: -220px;
  }
  /* line 232, app/assets/stylesheets/angle/app/layout.scss */
  .aside-toggled .wrapper > section,
.aside-toggled .wrapper > footer {
    margin-left: 220px;
  }
  /* line 237, app/assets/stylesheets/angle/app/layout.scss */
  .aside-toggled .wrapper > .aside {
    margin-left: 0;
  }
  /* line 245, app/assets/stylesheets/angle/app/layout.scss */
  .csstransforms3d .wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* line 247, app/assets/stylesheets/angle/app/layout.scss */
  .csstransforms3d .wrapper > section,
.csstransforms3d .wrapper > footer {
    margin-left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  /* line 253, app/assets/stylesheets/angle/app/layout.scss */
  .csstransforms3d .wrapper > .aside {
    margin-left: 0;
    -webkit-transform: translate3d(-220px, 0, 0);
    transform: translate3d(-220px, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  /* line 263, app/assets/stylesheets/angle/app/layout.scss */
  .csstransforms3d .aside-toggled .wrapper > section,
.csstransforms3d .aside-toggled .wrapper > footer {
    -webkit-transform: translate3d(220px, 0, 0);
    transform: translate3d(220px, 0, 0);
  }
  /* line 267, app/assets/stylesheets/angle/app/layout.scss */
  .csstransforms3d .aside-toggled .wrapper > .aside {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media only screen and (max-width: 767px) {
  /* line 282, app/assets/stylesheets/angle/app/layout.scss */
  .aside-collapsed .wrapper > .aside {
    margin-left: -70px;
  }
  /* line 289, app/assets/stylesheets/angle/app/layout.scss */
  .aside-collapsed.aside-toggled .wrapper > section,
.aside-collapsed.aside-toggled .wrapper > footer {
    margin-left: 70px;
  }
  /* line 294, app/assets/stylesheets/angle/app/layout.scss */
  .aside-collapsed.aside-toggled .wrapper > .aside {
    margin-left: 0;
  }
  /* line 303, app/assets/stylesheets/angle/app/layout.scss */
  .csstransforms3d .aside-collapsed .wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* line 305, app/assets/stylesheets/angle/app/layout.scss */
  .csstransforms3d .aside-collapsed .wrapper > section,
.csstransforms3d .aside-collapsed .wrapper > footer {
    margin-left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  /* line 311, app/assets/stylesheets/angle/app/layout.scss */
  .csstransforms3d .aside-collapsed .wrapper > .aside {
    margin-left: 0;
    -webkit-transform: translate3d(-70px, 0, 0);
    transform: translate3d(-70px, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  /* line 321, app/assets/stylesheets/angle/app/layout.scss */
  .csstransforms3d .aside-collapsed.aside-toggled .wrapper > section,
.csstransforms3d .aside-collapsed.aside-toggled .wrapper > footer {
    -webkit-transform: translate3d(70px, 0, 0);
    transform: translate3d(70px, 0, 0);
  }
  /* line 325, app/assets/stylesheets/angle/app/layout.scss */
  .csstransforms3d .aside-collapsed.aside-toggled .wrapper > .aside {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 339, app/assets/stylesheets/angle/app/layout.scss */
.aside-collapsed {
  overflow-y: auto;
}

/* line 343, app/assets/stylesheets/angle/app/layout.scss */
.aside-collapsed .wrapper > .aside, .aside-collapsed .wrapper > .aside > .aside-inner {
  width: 70px;
}

/* line 346, app/assets/stylesheets/angle/app/layout.scss */
.aside-collapsed .wrapper > .aside > .nav-floating {
  margin-left: 70px;
}

@media only screen and (min-width: 768px) {
  /* line 358, app/assets/stylesheets/angle/app/layout.scss */
  .aside-collapsed .wrapper > section,
.aside-collapsed .wrapper > footer {
    margin-left: 70px;
  }
}

@media (max-width: 1140px) {
  /* line 381, app/assets/stylesheets/angle/app/layout.scss */
  .layout-fixed.aside-toggled, .layout-fixed.offsidebar-open {
    overflow-y: hidden;
  }
}

/* line 387, app/assets/stylesheets/angle/app/layout.scss */
.layout-fixed .wrapper {
  /* only applied to sidebar */
}

/* line 388, app/assets/stylesheets/angle/app/layout.scss */
.layout-fixed .wrapper .topnavbar-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 121;
}

/* line 394, app/assets/stylesheets/angle/app/layout.scss */
.layout-fixed .wrapper > aside {
  position: fixed;
}

/* line 398, app/assets/stylesheets/angle/app/layout.scss */
.layout-fixed .wrapper > .aside {
  /* safari fix */
  height: 1px;
  min-height: 100%;
  /* ios blanks space fix */
}

/* line 403, app/assets/stylesheets/angle/app/layout.scss */
.layout-fixed .wrapper > .aside > .aside-inner {
  position: fixed;
  top: 0;
  bottom: 0;
}

/* line 409, app/assets/stylesheets/angle/app/layout.scss */
.layout-fixed .wrapper > section {
  margin-top: 115px;
}

@media only screen and (min-width: 768px) {
  /* line 409, app/assets/stylesheets/angle/app/layout.scss */
  .layout-fixed .wrapper > section {
    margin-top: 55px;
  }
}

/* IE10+ hack: safari fix breaks ie so we need to target ie only to restore */
/* line 419, app/assets/stylesheets/angle/app/layout.scss */
_:-ms-lang(x), .layout-fixed .wrapper > .aside > .aside-inner {
  position: static !important;
}

@media only screen and (min-width: 992px) {
  /* line 426, app/assets/stylesheets/angle/app/layout.scss */
  .layout-boxed {
    overflow: auto !important;
  }
  /* line 430, app/assets/stylesheets/angle/app/layout.scss */
  .layout-boxed .wrapper {
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.25);
  }
  /* line 435, app/assets/stylesheets/angle/app/layout.scss */
  .layout-boxed .wrapper .offsidebar {
    position: absolute !important;
  }
  /* line 439, app/assets/stylesheets/angle/app/layout.scss */
  .layout-boxed .wrapper > .aside {
    left: inherit;
  }
  /* line 442, app/assets/stylesheets/angle/app/layout.scss */
  .layout-boxed .wrapper, .layout-boxed .wrapper .topnavbar-wrapper {
    width: 970px;
  }
  /* line 448, app/assets/stylesheets/angle/app/layout.scss */
  .layout-boxed.layout-fixed .wrapper > .aside > .aside-inner {
    left: inherit;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 456, app/assets/stylesheets/angle/app/layout.scss */
  .layout-boxed .wrapper, .layout-boxed .wrapper .topnavbar-wrapper {
    width: 1140px;
  }
}

/* ========================================================================
   Component: layout-extra
 ========================================================================== */
/* line 8, app/assets/stylesheets/angle/app/layout-extra.scss */
.hidden-footer .wrapper > footer {
  display: none;
}

/* line 11, app/assets/stylesheets/angle/app/layout-extra.scss */
.hidden-footer .wrapper > section {
  margin-bottom: 0 !important;
}

/* line 20, app/assets/stylesheets/angle/app/layout-extra.scss */
.layout-fs .wrapper > section {
  position: absolute;
  top: 115px;
  left: 0;
  right: 0;
  bottom: 60px;
  height: auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 480px) {
  /* line 20, app/assets/stylesheets/angle/app/layout-extra.scss */
  .layout-fs .wrapper > section {
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) {
  /* line 20, app/assets/stylesheets/angle/app/layout-extra.scss */
  .layout-fs .wrapper > section {
    top: 55px;
  }
}

/* line 39, app/assets/stylesheets/angle/app/layout-extra.scss */
.layout-fs .wrapper > section > .content-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
}

/* line 48, app/assets/stylesheets/angle/app/layout-extra.scss */
.layout-fs.hidden-footer .wrapper > section {
  bottom: 0;
}

/* line 55, app/assets/stylesheets/angle/app/layout-extra.scss */
.d-table,
.d-table-fixed {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 240px;
  border-spacing: 0;
}

/* line 64, app/assets/stylesheets/angle/app/layout-extra.scss */
.d-table-fixed {
  table-layout: fixed;
}

/* line 68, app/assets/stylesheets/angle/app/layout-extra.scss */
.d-row {
  display: table-row;
  height: 100%;
}

/* line 73, app/assets/stylesheets/angle/app/layout-extra.scss */
.d-cell,
.d-cell-wrapper {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: top;
  overflow: auto;
}

/* line 85, app/assets/stylesheets/angle/app/layout-extra.scss */
.d-cell-wrapper {
  display: block;
}

/* line 87, app/assets/stylesheets/angle/app/layout-extra.scss */
.d-cell-wrapper .d-cell-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  /* line 99, app/assets/stylesheets/angle/app/layout-extra.scss */
  .d-table-fixed {
    display: block;
  }
  /* line 101, app/assets/stylesheets/angle/app/layout-extra.scss */
  .d-table-fixed > .d-cell {
    display: block;
    width: auto;
    height: auto;
  }
}

/* Target Firefox only */
@-moz-document url-prefix() {
  /* line 111, app/assets/stylesheets/angle/app/layout-extra.scss */
  .d-table, .d-table-desktop {
    height: 240px;
    min-height: 100%;
  }
  /* line 115, app/assets/stylesheets/angle/app/layout-extra.scss */
  .d-cell-inner {
    overflow: auto;
  }
}

/* line 121, app/assets/stylesheets/angle/app/layout-extra.scss */
.fh {
  height: 100% !important;
}

/* line 124, app/assets/stylesheets/angle/app/layout-extra.scss */
.fw {
  width: 100% !important;
}

/* line 127, app/assets/stylesheets/angle/app/layout-extra.scss */
.scroll {
  overflow: auto;
}

/* line 130, app/assets/stylesheets/angle/app/layout-extra.scss */
.scroll-y {
  overflow-y: auto;
}

/* line 133, app/assets/stylesheets/angle/app/layout-extra.scss */
.scroll-y {
  overflow-y: auto;
}

/* line 142, app/assets/stylesheets/angle/app/layout-extra.scss */
.layout-h .wrapper > section {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

/* line 146, app/assets/stylesheets/angle/app/layout-extra.scss */
.layout-h .wrapper > section > .content-wrapper > h3 {
  display: none;
}

/* line 150, app/assets/stylesheets/angle/app/layout-extra.scss */
.layout-h .wrapper > section {
  margin-top: 0;
}

/* line 153, app/assets/stylesheets/angle/app/layout-extra.scss */
.layout-h .wrapper > .offsidebar {
  margin-top: 55px;
}

/* line 156, app/assets/stylesheets/angle/app/layout-extra.scss */
.layout-h .wrapper > footer {
  margin: 0;
}

/* line 161, app/assets/stylesheets/angle/app/layout-extra.scss */
.layout-h.layout-fixed .wrapper > section,
.layout-h.layout-fixed .wrapper > .offsidebar {
  margin-top: 55px;
}

/* line 175, app/assets/stylesheets/angle/app/layout-extra.scss */
.aside-float .wrapper {
  box-shadow: 0 0 0 #000;
}

/* line 177, app/assets/stylesheets/angle/app/layout-extra.scss */
.aside-float .wrapper > footer {
  border: 0;
}

/* line 180, app/assets/stylesheets/angle/app/layout-extra.scss */
.aside-float .wrapper > .aside {
  padding: 15px 0;
  background: transparent;
}

/* line 183, app/assets/stylesheets/angle/app/layout-extra.scss */
.aside-float .wrapper > .aside > .aside-inner {
  height: auto;
  top: 15px;
  bottom: 15px;
  left: inherit;
}

/* line 189, app/assets/stylesheets/angle/app/layout-extra.scss */
.aside-float .wrapper > .aside .sidebar {
  border: 1px solid #e4eaec;
}

/* line 192, app/assets/stylesheets/angle/app/layout-extra.scss */
.aside-float .wrapper > .aside .sidebar:after {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 197, app/assets/stylesheets/angle/app/layout-extra.scss */
  .aside-float .wrapper > section {
    padding-left: 15px;
  }
  /* line 200, app/assets/stylesheets/angle/app/layout-extra.scss */
  .aside-float .wrapper > footer {
    left: 15px;
  }
}

/* line 204, app/assets/stylesheets/angle/app/layout-extra.scss */
.aside-float .wrapper .content-wrapper {
  border: 0;
}

/* line 206, app/assets/stylesheets/angle/app/layout-extra.scss */
.aside-float .wrapper .content-wrapper > h3,
.aside-float .wrapper .content-wrapper > .content-heading {
  padding-top: 30px;
  border: 0;
  background-color: transparent;
}

/* line 212, app/assets/stylesheets/angle/app/layout-extra.scss */
.aside-float .wrapper .content-wrapper > .unwrap {
  margin: 0 !important;
}

/* line 220, app/assets/stylesheets/angle/app/layout-extra.scss */
.aside-float.aside-toggled .wrapper > .aside {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

/* line 222, app/assets/stylesheets/angle/app/layout-extra.scss */
.aside-float.aside-toggled .wrapper > .aside > .aside-inner {
  margin-left: 15px;
}

/* line 226, app/assets/stylesheets/angle/app/layout-extra.scss */
.aside-float.aside-toggled .wrapper > section {
  padding-left: 15px;
}

/* line 229, app/assets/stylesheets/angle/app/layout-extra.scss */
.aside-float.aside-toggled .wrapper > footer {
  left: 15px;
}

@media only screen and (min-width: 768px) {
  /* line 236, app/assets/stylesheets/angle/app/layout-extra.scss */
  .aside-float.aside-collapsed .topnavbar .navbar-header {
    width: 100px;
  }
  /* line 240, app/assets/stylesheets/angle/app/layout-extra.scss */
  .aside-float.layout-fs .wrapper > section > .content-wrapper {
    padding: 0 0 0 20px;
  }
  /* line 244, app/assets/stylesheets/angle/app/layout-extra.scss */
  .aside-float .wrapper > .aside > .aside-inner {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 251, app/assets/stylesheets/angle/app/layout-extra.scss */
  .aside-float.layout-boxed .wrapper > .aside > .aside-inner {
    margin-left: 0;
  }
  /* line 254, app/assets/stylesheets/angle/app/layout-extra.scss */
  .aside-float.layout-boxed .wrapper > section {
    padding-left: 0;
  }
}

/* line 262, app/assets/stylesheets/angle/app/layout-extra.scss */
.aside-float.aside-toggled.layout-fs .wrapper > section > .content-wrapper {
  padding: 0 0 0 20px;
}

/* ========================================================================
   Component: layout-animation.less
 ========================================================================== */
/* line 5, app/assets/stylesheets/angle/app/layout-animation.scss */
.wrapper > .aside {
  -webkit-transition: width .2s cubic-bezier(0.35, 0, 0.25, 1), translate .2s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: width .2s cubic-bezier(0.35, 0, 0.25, 1), translate .2s cubic-bezier(0.35, 0, 0.25, 1);
  transition: width .2s cubic-bezier(0.35, 0, 0.25, 1), translate .2s cubic-bezier(0.35, 0, 0.25, 1);
}

/* line 8, app/assets/stylesheets/angle/app/layout-animation.scss */
.aside-inner,
.navbar-header,
.sidebar > .nav > li {
  -webkit-transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

/* line 13, app/assets/stylesheets/angle/app/layout-animation.scss */
.wrapper > section {
  -webkit-transition: margin 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: margin 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  transition: margin 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

/* line 16, app/assets/stylesheets/angle/app/layout-animation.scss */
.sidebar > .nav .label {
  -webkit-animation: fadeInRight 1s;
  -o-animation: fadeInRight 1s;
  animation: fadeInRight 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 20, app/assets/stylesheets/angle/app/layout-animation.scss */
.aside-collapsed .sidebar > .nav .label {
  -webkit-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* line 23, app/assets/stylesheets/angle/app/layout-animation.scss */
.sidebar .nav > li > a {
  -webkit-animation: fadeInLeft 0.5s;
  -o-animation: fadeInLeft 0.5s;
  animation: fadeInLeft 0.5s;
}

/* line 27, app/assets/stylesheets/angle/app/layout-animation.scss */
.sidebar > .nav > .nav-heading,
.sidebar > .nav > li > a > span,
.navbar-brand .brand-logo {
  -webkit-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* line 33, app/assets/stylesheets/angle/app/layout-animation.scss */
.sidebar li > a, .sidebar li > .nav-item,
.sidebar > .nav > .nav-heading {
  white-space: nowrap;
}

/* line 39, app/assets/stylesheets/angle/app/layout-animation.scss */
.aside-collapsed .user-block-picture {
  -webkit-transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

/* line 42, app/assets/stylesheets/angle/app/layout-animation.scss */
.aside-collapsed .user-block {
  -webkit-transition: padding 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: padding 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  transition: padding 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

/* line 33, app/assets/stylesheets/angle/app/top-navbar.scss */
.topnavbar {
  -webkit-backface-visibility: hidden;
  /* fixes chrome jump */
  margin-bottom: 0;
  border-radius: 0;
  background-color: #fff;
  z-index: 1050;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 768px) {
  /* line 42, app/assets/stylesheets/angle/app/top-navbar.scss */
  .topnavbar .navbar-header {
    width: 220px;
    text-align: center;
  }
  /* line 45, app/assets/stylesheets/angle/app/top-navbar.scss */
  .topnavbar .navbar-header .navbar-brand {
    width: 100%;
  }
}

/* line 55, app/assets/stylesheets/angle/app/top-navbar.scss */
.topnavbar {
  position: relative;
}

/* line 58, app/assets/stylesheets/angle/app/top-navbar.scss */
.topnavbar .navbar-header {
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, #23b7e5 0%, #51c6ea 100%);
  background-image: -o-linear-gradient(left, #23b7e5 0%, #51c6ea 100%);
  background-image: linear-gradient(to right, #23b7e5 0%, #51c6ea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF23B7E5', endColorstr='#FF51C6EA', GradientType=1);
}

@media only screen and (min-width: 768px) {
  /* line 58, app/assets/stylesheets/angle/app/top-navbar.scss */
  .topnavbar .navbar-header {
    background-image: none;
  }
}

/* line 66, app/assets/stylesheets/angle/app/top-navbar.scss */
.topnavbar .navbar-header {
  position: relative;
  z-index: 11;
}

/* line 72, app/assets/stylesheets/angle/app/top-navbar.scss */
.topnavbar .navbar-header .navbar-brand {
  padding: 0;
}

/* line 79, app/assets/stylesheets/angle/app/top-navbar.scss */
.topnavbar .navbar-header .brand-logo > img,
.topnavbar .navbar-header .brand-logo-collapsed > img {
  margin: 0 auto;
}

/* line 83, app/assets/stylesheets/angle/app/top-navbar.scss */
.topnavbar .navbar-header .brand-logo {
  display: block;
  padding: 10px 15px;
}

/* line 87, app/assets/stylesheets/angle/app/top-navbar.scss */
.topnavbar .navbar-header .brand-logo-collapsed {
  display: none;
  padding: 6px 15px;
}

/* line 93, app/assets/stylesheets/angle/app/top-navbar.scss */
.topnavbar .navbar-nav > li > a,
.topnavbar .navbar-nav > .open > a {
  color: #23b7e5;
}

/* line 96, app/assets/stylesheets/angle/app/top-navbar.scss */
.topnavbar .navbar-nav > li > a:hover, .topnavbar .navbar-nav > li > a:focus,
.topnavbar .navbar-nav > .open > a:hover,
.topnavbar .navbar-nav > .open > a:focus {
  color: #117391;
}

/* line 104, app/assets/stylesheets/angle/app/top-navbar.scss */
.topnavbar .navbar-nav > .active > a, .topnavbar .navbar-nav > .active > a:hover, .topnavbar .navbar-nav > .active > a:focus,
.topnavbar .navbar-nav > .open > a,
.topnavbar .navbar-nav > .open > a:hover,
.topnavbar .navbar-nav > .open > a:focus {
  background-color: transparent;
}

/* line 110, app/assets/stylesheets/angle/app/top-navbar.scss */
.topnavbar .navbar-nav > li > [data-toggle='navbar-search'] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  font-size: 16px;
  line-height: 55px;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media only screen and (min-width: 768px) {
  /* line 110, app/assets/stylesheets/angle/app/top-navbar.scss */
  .topnavbar .navbar-nav > li > [data-toggle='navbar-search'] {
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  /* line 129, app/assets/stylesheets/angle/app/top-navbar.scss */
  .sidebar-toggle {
    position: absolute !important;
    top: 5px;
    right: 0;
    color: white !important;
    z-index: 3001;
  }
}

/* line 139, app/assets/stylesheets/angle/app/top-navbar.scss */
.nav-wrapper {
  padding: 0 15px;
  background-color: transparent;
}

/* line 144, app/assets/stylesheets/angle/app/top-navbar.scss */
.nav-wrapper .nav.navbar-nav {
  float: left;
}

/* line 146, app/assets/stylesheets/angle/app/top-navbar.scss */
.nav-wrapper .nav.navbar-nav.navbar-right {
  float: right;
}

/* line 150, app/assets/stylesheets/angle/app/top-navbar.scss */
.nav-wrapper .nav > li {
  position: static;
  float: left;
}

/* line 156, app/assets/stylesheets/angle/app/top-navbar.scss */
.nav-wrapper .navbar-nav .open .dropdown-menu {
  position: absolute;
  background-color: white;
  left: 0px;
  right: 0px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

/* line 170, app/assets/stylesheets/angle/app/top-navbar.scss */
.topnavbar .navbar-form {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 55px;
  z-index: 9001;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #e1e2e3;
}

/* line 182, app/assets/stylesheets/angle/app/top-navbar.scss */
.topnavbar .navbar-form .form-group {
  height: 100%;
  width: 100%;
}

/* line 187, app/assets/stylesheets/angle/app/top-navbar.scss */
.topnavbar .navbar-form .form-control, .topnavbar .navbar-form body .bootstrap-tagsinput, body .topnavbar .navbar-form .bootstrap-tagsinput {
  height: 100%;
  border: 0;
  border-radius: 0;
  width: 100%;
}

/* line 193, app/assets/stylesheets/angle/app/top-navbar.scss */
.topnavbar .navbar-form.open {
  top: 0;
}

/* line 197, app/assets/stylesheets/angle/app/top-navbar.scss */
.topnavbar .navbar-form .has-feedback .form-control-feedback {
  height: 30px;
  cursor: pointer;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  margin-right: 10px;
  color: #c1c2c3;
  font-size: 1.5em;
  pointer-events: auto;
}

@media only screen and (min-width: 768px) {
  /* line 211, app/assets/stylesheets/angle/app/top-navbar.scss */
  .topnavbar .navbar-form {
    left: 220px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 224, app/assets/stylesheets/angle/app/top-navbar.scss */
  .topnavbar {
    border: 0;
    background-color: #23b7e5;
    background-image: -webkit-linear-gradient(left, #23b7e5 0%, #51c6ea 100%);
    background-image: -o-linear-gradient(left, #23b7e5 0%, #51c6ea 100%);
    background-image: linear-gradient(to right, #23b7e5 0%, #51c6ea 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF23B7E5', endColorstr='#FF51C6EA', GradientType=1);
  }
  /* line 230, app/assets/stylesheets/angle/app/top-navbar.scss */
  .topnavbar .navbar-header {
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
  }
  /* line 235, app/assets/stylesheets/angle/app/top-navbar.scss */
  .topnavbar .navbar-nav > a {
    box-shadow: 0 0 0 #000 inset;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  /* line 241, app/assets/stylesheets/angle/app/top-navbar.scss */
  .topnavbar .navbar-nav > .open > a, .topnavbar .navbar-nav > .open > a:hover, .topnavbar .navbar-nav > .open > a:focus {
    box-shadow: 0 -3px 0 #5d9cec inset;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  /* line 247, app/assets/stylesheets/angle/app/top-navbar.scss */
  .topnavbar .navbar-nav > li > a,
.topnavbar .navbar-nav > .open > a {
    color: #fff;
  }
  /* line 250, app/assets/stylesheets/angle/app/top-navbar.scss */
  .topnavbar .navbar-nav > li > a:hover, .topnavbar .navbar-nav > li > a:focus,
.topnavbar .navbar-nav > .open > a:hover,
.topnavbar .navbar-nav > .open > a:focus {
    color: #117391;
  }
  /* line 256, app/assets/stylesheets/angle/app/top-navbar.scss */
  .topnavbar .navbar-nav > li > [data-toggle='navbar-search'] {
    position: static;
  }
  /* line 263, app/assets/stylesheets/angle/app/top-navbar.scss */
  .nav-wrapper {
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    z-index: 10;
  }
  /* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
  .nav-wrapper:before, .nav-wrapper:after {
    content: " ";
    display: table;
  }
  /* line 19, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
  .nav-wrapper:after {
    clear: both;
  }
  /* line 272, app/assets/stylesheets/angle/app/top-navbar.scss */
  .nav-wrapper .nav > li {
    position: relative;
  }
  /* line 277, app/assets/stylesheets/angle/app/top-navbar.scss */
  .nav-wrapper .navbar-nav .open .dropdown-menu {
    left: auto;
    right: auto;
  }
  /* line 281, app/assets/stylesheets/angle/app/top-navbar.scss */
  .nav-wrapper .navbar-nav.navbar-right .open .dropdown-menu {
    left: auto;
    right: 0;
  }
}

@media only screen and (min-width: 768px) {
  /* line 292, app/assets/stylesheets/angle/app/top-navbar.scss */
  .aside-collapsed .topnavbar .navbar-header .brand-logo {
    display: none;
  }
  /* line 293, app/assets/stylesheets/angle/app/top-navbar.scss */
  .aside-collapsed .topnavbar .navbar-header .brand-logo-collapsed {
    display: block;
  }
  /* line 296, app/assets/stylesheets/angle/app/top-navbar.scss */
  .aside-collapsed .topnavbar .navbar-header {
    width: 70px;
  }
  /* line 300, app/assets/stylesheets/angle/app/top-navbar.scss */
  .aside-collapsed .topnavbar .navbar-form {
    left: 70px;
  }
}

/* line 24, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar {
  height: 100%;
  padding-bottom: 20px;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* line 32, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar:after {
  content: "";
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  -webkit-transform: translateZ(0px);
}

/* line 44, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar .nav-heading {
  padding: 12px 15px;
  color: #919DA8;
  font-size: 13px;
  letter-spacing: .035em;
  pointer-events: none;
  cursor: default;
}

/* line 55, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar > .nav {
  position: relative;
}

/* line 59, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar > .nav > .nav-heading:first-child {
  padding-top: 20px;
}

/* line 63, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar > .nav > li {
  border-left: 3px solid transparent;
  -webkit-transition: border-left-color 0.4s ease;
  -o-transition: border-left-color 0.4s ease;
  transition: border-left-color 0.4s ease;
}

/* line 67, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar > .nav > li > a,
.sidebar > .nav > li > .nav-item {
  padding: 12px 24px;
  color: #515253;
  letter-spacing: .025em;
  font-weight: normal;
}

/* line 74, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar > .nav > li > a:focus, .sidebar > .nav > li > a:hover,
.sidebar > .nav > li > .nav-item:focus,
.sidebar > .nav > li > .nav-item:hover {
  text-decoration: none;
  outline: none;
  color: #23b7e5;
}

/* line 80, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar > .nav > li > a > em,
.sidebar > .nav > li > .nav-item > em {
  width: 1.8em;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: inherits;
}

/* line 94, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar > .nav > li.active,
.sidebar > .nav > li.active > a,
.sidebar > .nav > li.active .nav, .sidebar > .nav > li.open,
.sidebar > .nav > li.open > a,
.sidebar > .nav > li.open .nav {
  background-color: #fcfcfc;
  color: #23b7e5;
}

/* line 100, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar > .nav > li.active > a > em, .sidebar > .nav > li.open > a > em {
  color: #23b7e5;
}

/* line 105, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar > .nav > li.active {
  border-left-color: #23b7e5;
}

/* line 109, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar > .nav .label {
  display: block;
}

@media only screen and (min-width: 1025px) {
  /* line 118, app/assets/stylesheets/angle/app/sidebar.scss */
  .sidebar {
    margin-right: -17px;
    overflow-y: scroll;
  }
}

/* line 125, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar-subnav {
  background-color: #fff;
}

/* line 128, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar-subnav > .sidebar-subnav-header {
  color: #515253;
  display: none;
  padding: 10px 20px;
  font-weight: bold;
}

/* line 135, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar-subnav > li {
  border-left: 0 !important;
}

/* line 137, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar-subnav > li > a,
.sidebar-subnav > li > .nav-item {
  display: block;
  position: relative;
  padding: 10px 20px;
  padding-left: 53px;
  font-weight: normal;
  background-color: transparent !important;
  color: #515253;
}

/* line 146, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar-subnav > li > a:focus, .sidebar-subnav > li > a:hover,
.sidebar-subnav > li > .nav-item:focus,
.sidebar-subnav > li > .nav-item:hover {
  color: #23b7e5;
}

/* line 150, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar-subnav > li > a > em,
.sidebar-subnav > li > .nav-item > em {
  display: inline-block;
  width: 1.8em;
  margin: 0 0 0 -2em;
}

/* line 158, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar-subnav > li.active > a,
.sidebar-subnav > li.active > .nav-item {
  color: #23b7e5;
}

/* line 161, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar-subnav > li.active > a:after,
.sidebar-subnav > li.active > .nav-item:after {
  border-color: #23b7e5;
  background-color: #23b7e5;
}

/* line 169, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar-subnav > li .nav > li {
  padding-left: 5px;
}

/* line 177, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar-subnav.nav-floating {
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-left: -1px;
}

/* line 181, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar-subnav.nav-floating, .sidebar-subnav.nav-floating .collapse {
  height: auto !important;
  display: block !important;
  visibility: visible !important;
}

/* line 186, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar-subnav.nav-floating > .sidebar-subnav-header {
  display: block;
}

/* line 190, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar-subnav.nav-floating li > a {
  padding-left: 20px;
}

/* line 193, app/assets/stylesheets/angle/app/sidebar.scss */
.sidebar-subnav.nav-floating li > a em {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  /* line 207, app/assets/stylesheets/angle/app/sidebar.scss */
  .sidebar > .nav .label {
    margin: 2px 0 0 0;
  }
}

/* line 217, app/assets/stylesheets/angle/app/sidebar.scss */
.aside-collapsed .sidebar {
  overflow-x: hidden;
}

/* line 222, app/assets/stylesheets/angle/app/sidebar.scss */
.aside-collapsed .sidebar > .nav .nav,
.aside-collapsed .sidebar > .nav > .nav-heading,
.aside-collapsed .sidebar > .nav > li > a > span {
  display: none !important;
}

/* line 228, app/assets/stylesheets/angle/app/sidebar.scss */
.aside-collapsed .sidebar > .nav > li {
  width: 69px;
}

/* line 230, app/assets/stylesheets/angle/app/sidebar.scss */
.aside-collapsed .sidebar > .nav > li > a, .aside-collapsed .sidebar > .nav > li > .nav-item {
  text-indent: -3px;
  padding: 20px 0;
  text-align: center;
}

/* line 234, app/assets/stylesheets/angle/app/sidebar.scss */
.aside-collapsed .sidebar > .nav > li > a > em, .aside-collapsed .sidebar > .nav > li > .nav-item > em {
  font-size: 1.6em;
  width: auto;
}

/* line 238, app/assets/stylesheets/angle/app/sidebar.scss */
.aside-collapsed .sidebar > .nav > li > a:focus, .aside-collapsed .sidebar > .nav > li > .nav-item:focus {
  background-color: transparent;
}

/* line 240, app/assets/stylesheets/angle/app/sidebar.scss */
.aside-collapsed .sidebar > .nav > li > a:focus > em, .aside-collapsed .sidebar > .nav > li > .nav-item:focus > em {
  color: inherit;
}

/* line 250, app/assets/stylesheets/angle/app/sidebar.scss */
.aside-collapsed .sidebar .nav .label {
  position: absolute;
  top: 10px;
  right: 5px;
  text-indent: 0;
}

/* line 15, app/assets/stylesheets/angle/app/offsidebar.scss */
.offsidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 235px;
  margin-top: 115px;
  border-left: 1px solid #cccccc;
  background-color: #fff;
  color: #515253;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: -1;
}

/* line 29, app/assets/stylesheets/angle/app/offsidebar.scss */
.offsidebar > nav {
  min-height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0px);
}

/* line 35, app/assets/stylesheets/angle/app/offsidebar.scss */
.offsidebar .progress {
  border: 0;
}

/* line 40, app/assets/stylesheets/angle/app/offsidebar.scss */
.offsidebar .nav > li > a:hover, .offsidebar .nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0.025);
}

/* line 45, app/assets/stylesheets/angle/app/offsidebar.scss */
.offsidebar .tab-content {
  padding: 0;
  border: 0;
}

/* line 50, app/assets/stylesheets/angle/app/offsidebar.scss */
.offsidebar .nav-tabs.nav-justified > li > a, .offsidebar .nav-tabs.nav-justified > li > a:hover, .offsidebar .nav-tabs.nav-justified > li > a:focus {
  background-color: transparent;
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
  color: #909FA7;
}

/* line 58, app/assets/stylesheets/angle/app/offsidebar.scss */
.offsidebar .nav-tabs.nav-justified > li.active > a {
  color: #5d9cec;
}

@media only screen and (min-width: 768px) {
  /* line 15, app/assets/stylesheets/angle/app/offsidebar.scss */
  .offsidebar {
    margin-top: 55px;
  }
}

/* line 71, app/assets/stylesheets/angle/app/offsidebar.scss */
.offsidebar-open .offsidebar {
  overflow-y: auto;
  z-index: 116;
}

@media only screen and (min-width: 768px) {
  /* line 70, app/assets/stylesheets/angle/app/offsidebar.scss */
  .offsidebar-open {
    overflow-y: auto;
  }
}

/* line 81, app/assets/stylesheets/angle/app/offsidebar.scss */
.offsidebar {
  right: -235px;
}

/* line 86, app/assets/stylesheets/angle/app/offsidebar.scss */
.no-csstransforms3d .offsidebar-open .offsidebar {
  right: 0;
}

/* Transformation ready devices*/
/* line 94, app/assets/stylesheets/angle/app/offsidebar.scss */
.csstransforms3d .offsidebar {
  right: 0;
  -webkit-transform: translate3d(235px, 0, 0);
  transform: translate3d(235px, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease, z-index 0s linear 0.3s;
  -moz-transition: -moz-transform 0.3s ease, z-index 0s linear 0.3s;
  -o-transition: -o-transform 0.3s ease, z-index 0s linear 0.3s;
  transition: transform 0.3s ease, z-index 0s linear 0.3s;
}

/* line 100, app/assets/stylesheets/angle/app/offsidebar.scss */
.csstransforms3d .offsidebar-open .offsidebar {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
}

/* ========================================================================
   Component: breadcrumbs
 ========================================================================== */
/* line 5, app/assets/stylesheets/angle/app/breadcrumbs.scss */
.breadcrumb {
  font-weight: normal;
  border-radius: 0;
  color: #909FA7;
  padding: 10px 20px;
}

/* line 15, app/assets/stylesheets/angle/app/breadcrumbs.scss */
h3 + .breadcrumb,
.content-heading + .breadcrumb {
  margin: -25px -25px 20px -20px;
  background-color: #fafbfc;
  border-top: 1px solid #cfdbe2;
  border-bottom: 1px solid #cfdbe2;
}

/* line 22, app/assets/stylesheets/angle/app/breadcrumbs.scss */
h3 > .breadcrumb,
.content-heading > .breadcrumb {
  background: transparent;
  font-size: 13px;
  border: 0;
  padding: 10px 10px 0 0;
  margin-bottom: 0;
}

/* line 29, app/assets/stylesheets/angle/app/breadcrumbs.scss */
h3 > .breadcrumb.pull-right,
.content-heading > .breadcrumb.pull-right {
  margin: -2px 0 0;
}

/* line 28, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-inverse {
  color: #fff;
  background-color: #131e26;
  border-color: #131e26;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-inverse:focus, .btn-inverse.focus {
  color: #fff;
  background-color: #0c1318;
  border-color: #05090b;
}

/* line 17, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-inverse:hover {
  color: #fff;
  background-color: #0c1318;
  border-color: #05090b;
}

/* line 22, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
  color: #fff;
  background-color: #0c1318;
  border-color: #05090b;
}

/* line 29, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-inverse:active:hover, .btn-inverse:active:focus, .btn-inverse.focus:active, .btn-inverse.active:hover, .btn-inverse.active:focus, .btn-inverse.active.focus, .open > .btn-inverse.dropdown-toggle:hover, .open > .btn-inverse.dropdown-toggle:focus, .open > .btn-inverse.dropdown-toggle.focus {
  color: #fff;
  background-color: #0c1318;
  border-color: #05090b;
}

/* line 37, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
  background-image: none;
}

/* line 45, app/assets/stylesheets/angle/bootstrap/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.focus[disabled], .btn-inverse[disabled]:active, .btn-inverse.active[disabled], 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: #131e26;
  border-color: #131e26;
}

/* line 56, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-inverse .badge {
  color: #131e26;
  background-color: #fff;
}

/* line 32, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-green {
  color: #fff;
  background-color: #37bc9b;
  border-color: rgba(0, 0, 0, 0);
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-green:focus, .btn-green.focus {
  color: #fff;
  background-color: #32ac8e;
  border-color: rgba(0, 0, 0, 0);
}

/* line 17, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-green:hover {
  color: #fff;
  background-color: #32ac8e;
  border-color: rgba(0, 0, 0, 0);
}

/* line 22, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-green:active, .btn-green.active, .open > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #32ac8e;
  border-color: rgba(0, 0, 0, 0);
}

/* line 29, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-green:active:hover, .btn-green:active:focus, .btn-green.focus:active, .btn-green.active:hover, .btn-green.active:focus, .btn-green.active.focus, .open > .btn-green.dropdown-toggle:hover, .open > .btn-green.dropdown-toggle:focus, .open > .btn-green.dropdown-toggle.focus {
  color: #fff;
  background-color: #32ac8e;
  border-color: rgba(0, 0, 0, 0);
}

/* line 37, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-green:active, .btn-green.active, .open > .btn-green.dropdown-toggle {
  background-image: none;
}

/* line 45, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-green.disabled, .btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled.focus, .btn-green.disabled:active, .btn-green.disabled.active, .btn-green[disabled], .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green.focus[disabled], .btn-green[disabled]:active, .btn-green.active[disabled], fieldset[disabled] .btn-green, fieldset[disabled] .btn-green:hover, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green.focus, fieldset[disabled] .btn-green:active, fieldset[disabled] .btn-green.active {
  background-color: #37bc9b;
  border-color: rgba(0, 0, 0, 0);
}

/* line 56, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-green .badge {
  color: #37bc9b;
  background-color: #fff;
}

/* line 36, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-purple {
  color: #fff;
  background-color: #7266ba;
  border-color: rgba(0, 0, 0, 0);
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-purple:focus, .btn-purple.focus {
  color: #fff;
  background-color: #6558b4;
  border-color: rgba(0, 0, 0, 0);
}

/* line 17, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-purple:hover {
  color: #fff;
  background-color: #6558b4;
  border-color: rgba(0, 0, 0, 0);
}

/* line 22, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-purple:active, .btn-purple.active, .open > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #6558b4;
  border-color: rgba(0, 0, 0, 0);
}

/* line 29, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-purple:active:hover, .btn-purple:active:focus, .btn-purple.focus:active, .btn-purple.active:hover, .btn-purple.active:focus, .btn-purple.active.focus, .open > .btn-purple.dropdown-toggle:hover, .open > .btn-purple.dropdown-toggle:focus, .open > .btn-purple.dropdown-toggle.focus {
  color: #fff;
  background-color: #6558b4;
  border-color: rgba(0, 0, 0, 0);
}

/* line 37, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-purple:active, .btn-purple.active, .open > .btn-purple.dropdown-toggle {
  background-image: none;
}

/* line 45, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-purple.disabled, .btn-purple.disabled:hover, .btn-purple.disabled:focus, .btn-purple.disabled.focus, .btn-purple.disabled:active, .btn-purple.disabled.active, .btn-purple[disabled], .btn-purple[disabled]:hover, .btn-purple[disabled]:focus, .btn-purple.focus[disabled], .btn-purple[disabled]:active, .btn-purple.active[disabled], fieldset[disabled] .btn-purple, fieldset[disabled] .btn-purple:hover, fieldset[disabled] .btn-purple:focus, fieldset[disabled] .btn-purple.focus, fieldset[disabled] .btn-purple:active, fieldset[disabled] .btn-purple.active {
  background-color: #7266ba;
  border-color: rgba(0, 0, 0, 0);
}

/* line 56, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-purple .badge {
  color: #7266ba;
  background-color: #fff;
}

/* line 40, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-pink {
  color: #fff;
  background-color: #f532e5;
  border-color: rgba(0, 0, 0, 0);
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-pink:focus, .btn-pink.focus {
  color: #fff;
  background-color: #f41fe3;
  border-color: rgba(0, 0, 0, 0);
}

/* line 17, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-pink:hover {
  color: #fff;
  background-color: #f41fe3;
  border-color: rgba(0, 0, 0, 0);
}

/* line 22, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #f41fe3;
  border-color: rgba(0, 0, 0, 0);
}

/* line 29, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-pink:active:hover, .btn-pink:active:focus, .btn-pink.focus:active, .btn-pink.active:hover, .btn-pink.active:focus, .btn-pink.active.focus, .open > .btn-pink.dropdown-toggle:hover, .open > .btn-pink.dropdown-toggle:focus, .open > .btn-pink.dropdown-toggle.focus {
  color: #fff;
  background-color: #f41fe3;
  border-color: rgba(0, 0, 0, 0);
}

/* line 37, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
  background-image: none;
}

/* line 45, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-pink.disabled, .btn-pink.disabled:hover, .btn-pink.disabled:focus, .btn-pink.disabled.focus, .btn-pink.disabled:active, .btn-pink.disabled.active, .btn-pink[disabled], .btn-pink[disabled]:hover, .btn-pink[disabled]:focus, .btn-pink.focus[disabled], .btn-pink[disabled]:active, .btn-pink.active[disabled], fieldset[disabled] .btn-pink, fieldset[disabled] .btn-pink:hover, fieldset[disabled] .btn-pink:focus, fieldset[disabled] .btn-pink.focus, fieldset[disabled] .btn-pink:active, fieldset[disabled] .btn-pink.active {
  background-color: #f532e5;
  border-color: rgba(0, 0, 0, 0);
}

/* line 56, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.btn-pink .badge {
  color: #f532e5;
  background-color: #fff;
}

/* line 44, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-outline {
  background-color: transparent;
  border-color: #fff;
}

/* line 47, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-outline:hover, .btn-outline:focus {
  background-color: #fff;
  color: #5d9cec;
}

/* line 55, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-flat {
  border-bottom-width: 1px;
  border-radius: 0;
  box-shadow: 0 0 0 #000;
}

/* line 63, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-xl {
  padding: 20px 16px;
  font-size: 18px;
}

/* line 70, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-square {
  border-radius: 0;
}

/* line 77, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-pill-left, .btn-oval {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 18px;
}

/* line 83, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-pill-right, .btn-oval {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-right: 18px;
}

/* line 99, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 104, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-label {
  position: relative;
  background: transparent;
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 6px 16px;
  left: -16px;
  border-radius: 3px 0 0 3px;
}

/* line 18, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-label.btn-label-right {
  left: auto;
  right: -16px;
  border-radius: 0 3px 3px 0;
}

/* line 112, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-lg .btn-label, .btn-group-lg > .btn .btn-label, .ColVis .btn-group-lg > .ColVis_Button .btn-label {
  padding: 10px 20px;
  left: -20px;
  border-radius: 5px 0 0 5px;
}

/* line 18, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-lg .btn-label.btn-label-right, .btn-group-lg > .btn .btn-label.btn-label-right, .ColVis .btn-group-lg > .ColVis_Button .btn-label.btn-label-right {
  left: auto;
  right: -20px;
  border-radius: 0 5px 5px 0;
}

/* line 115, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-sm .btn-label, .calendar-app .fc-button .btn-label, .btn-group-sm > .btn .btn-label, .ColVis .btn-group-sm > .ColVis_Button .btn-label {
  padding: 5px 10px;
  left: -10px;
  border-radius: 2px 0 0 2px;
}

/* line 18, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-sm .btn-label.btn-label-right, .calendar-app .fc-button .btn-label.btn-label-right, .btn-group-sm > .btn .btn-label.btn-label-right, .ColVis .btn-group-sm > .ColVis_Button .btn-label.btn-label-right {
  left: auto;
  right: -10px;
  border-radius: 0 2px 2px 0;
}

/* line 118, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-xs .btn-label, .btn-group-xs > .btn .btn-label, .ColVis .btn-group-xs > .ColVis_Button .btn-label {
  padding: 1px 5px;
  left: -5px;
  border-radius: 2px 0 0 2px;
}

/* line 18, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-xs .btn-label.btn-label-right, .btn-group-xs > .btn .btn-label.btn-label-right, .ColVis .btn-group-xs > .ColVis_Button .btn-label.btn-label-right {
  left: auto;
  right: -5px;
  border-radius: 0 2px 2px 0;
}

/* line 131, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-fw {
  min-width: 80px;
}

/* line 133, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-fw.btn-sm, .calendar-app .btn-fw.fc-button, .btn-group-sm > .btn-fw.btn, .ColVis .btn-group-sm > .btn-fw.ColVis_Button {
  min-width: 40px;
}

/* line 136, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-fw.btn-md {
  min-width: 60px;
}

/* line 139, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-fw.btn-lg, .btn-group-lg > .btn-fw.btn, .ColVis .btn-group-lg > .btn-fw.ColVis_Button {
  min-width: 140px;
}

/* line 150, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-circle {
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 12px;
  line-height: 35px;
  border-radius: 500px;
  padding: 0;
  border: 0;
}

/* line 160, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-circle > * {
  line-height: inherit !important;
}

/* line 163, app/assets/stylesheets/angle/app/button-extra.scss */
.btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn, .ColVis .btn-group-lg > .btn-circle.ColVis_Button {
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
}

/* line 24, app/assets/stylesheets/angle/app/placeholder.scss */
.box-placeholder {
  margin-bottom: 15px;
  padding: 20px;
  border: 1px dashed #ddd;
  background: #fafafa;
  color: #444;
}

/* line 35, app/assets/stylesheets/angle/app/placeholder.scss */
.box-placeholder > :last-child {
  margin-bottom: 0;
}

/* line 39, app/assets/stylesheets/angle/app/placeholder.scss */
.box-placeholder-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* line 12, app/assets/stylesheets/angle/app/panels.scss */
.panel .table {
  margin-bottom: 0;
  border: 0;
}

/* line 16, app/assets/stylesheets/angle/app/panels.scss */
.panel.panel-transparent {
  border: 0;
  background-color: transparent;
  box-shadow: 0 0 0 #000;
}

/* line 20, app/assets/stylesheets/angle/app/panels.scss */
.panel.panel-transparent .panel-heading,
.panel.panel-transparent .panel-body {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

/* line 29, app/assets/stylesheets/angle/app/panels.scss */
.panel-flat {
  margin: 0 !important;
  border: 0;
}

/* line 35, app/assets/stylesheets/angle/app/panels.scss */
.panel-group .panel-flat {
  box-shadow: 0 0 0 #000;
}

/* line 37, app/assets/stylesheets/angle/app/panels.scss */
.panel-group .panel-flat:first-child {
  border-radius: 4px 4px 0 0;
}

/* line 40, app/assets/stylesheets/angle/app/panels.scss */
.panel-group .panel-flat:last-child {
  border-radius: 0 0 4px 4px;
}

/* line 47, app/assets/stylesheets/angle/app/panels.scss */
.panel-heading > a[data-tool] {
  display: inline-block;
  color: #fff;
  width: 2em;
  text-align: center;
}

/* line 55, app/assets/stylesheets/angle/app/panels.scss */
.panel-default .panel-heading > a[data-tool] {
  color: #c1c2c3;
}

/* line 61, app/assets/stylesheets/angle/app/panels.scss */
.panel-heading > .label.pull-right {
  margin-top: 3px;
}

/* line 63, app/assets/stylesheets/angle/app/panels.scss */
.panel-heading > .label.pull-right + .label.pull-right {
  margin-right: 10px;
}

/* line 67, app/assets/stylesheets/angle/app/panels.scss */
.panel-heading.panel-heading-collapsed {
  border-radius: 3px;
}

/* line 73, app/assets/stylesheets/angle/app/panels.scss */
.panel-footer .pagination {
  margin: 0;
}

/* line 76, app/assets/stylesheets/angle/app/panels.scss */
.panel-footer .radial-bar {
  margin-bottom: 0;
}

/* line 79, app/assets/stylesheets/angle/app/panels.scss */
.panel-footer p {
  margin-bottom: 0;
}

/* line 85, app/assets/stylesheets/angle/app/panels.scss */
.panel-heading-active {
  background-color: #27c24c !important;
  font-weight: bold;
  font-size: 16px;
}

/* line 89, app/assets/stylesheets/angle/app/panels.scss */
.panel-heading-active > a {
  padding: 15px 0;
  color: #fff !important;
  -webkit-transition: padding 0.5s ease;
  -o-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}

/* line 94, app/assets/stylesheets/angle/app/panels.scss */
.panel-heading-active + .panel-collapse:after {
  content: "";
  display: block;
  width: 60%;
  margin: 0 auto;
  height: 0;
  border-bottom: 1px solid #e1e2e3;
}

/* line 104, app/assets/stylesheets/angle/app/panels.scss */
.panel-inverse {
  border-color: #cfdbe2;
}

/* line 6, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-inverse > .panel-heading {
  color: #fff;
  background-color: #131e26;
  border-color: #131e26;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-inverse > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfdbe2;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-inverse > .panel-heading .badge {
  color: #131e26;
  background-color: #fff;
}

/* line 20, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-inverse > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 108, app/assets/stylesheets/angle/app/panels.scss */
.panel-green {
  border-color: #cfdbe2;
}

/* line 6, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-green > .panel-heading {
  color: #fff;
  background-color: #37bc9b;
  border-color: #37bc9b;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-green > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfdbe2;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-green > .panel-heading .badge {
  color: #37bc9b;
  background-color: #fff;
}

/* line 20, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-green > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 112, app/assets/stylesheets/angle/app/panels.scss */
.panel-pink {
  border-color: #cfdbe2;
}

/* line 6, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-pink > .panel-heading {
  color: #fff;
  background-color: #f532e5;
  border-color: #f532e5;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-pink > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfdbe2;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-pink > .panel-heading .badge {
  color: #f532e5;
  background-color: #fff;
}

/* line 20, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-pink > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 116, app/assets/stylesheets/angle/app/panels.scss */
.panel-purple {
  border-color: #cfdbe2;
}

/* line 6, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-purple > .panel-heading {
  color: #fff;
  background-color: #7266ba;
  border-color: #7266ba;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-purple > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfdbe2;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-purple > .panel-heading .badge {
  color: #7266ba;
  background-color: #fff;
}

/* line 20, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-purple > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 120, app/assets/stylesheets/angle/app/panels.scss */
.panel-dark {
  border-color: #cfdbe2;
}

/* line 6, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-dark > .panel-heading {
  color: #fff;
  background-color: #3a3f51;
  border-color: #3a3f51;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-dark > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfdbe2;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-dark > .panel-heading .badge {
  color: #3a3f51;
  background-color: #fff;
}

/* line 20, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_panels.scss */
.panel-dark > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfdbe2;
}

/* line 10, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-sm {
  height: 15px;
}

/* line 14, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-xs {
  height: 8px;
}

/* line 20, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-bar-purple {
  background-color: #7266ba;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-purple {
  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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 23, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-bar-inverse {
  background-color: #131e26;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-inverse {
  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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 26, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-bar-green {
  background-color: #37bc9b;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-green {
  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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 29, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-bar-pink {
  background-color: #f532e5;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-pink {
  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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 32, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-bar-yellow {
  background-color: #fad732;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-yellow {
  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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-1 {
  width: 1%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-2 {
  width: 2%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-3 {
  width: 3%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-4 {
  width: 4%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-5 {
  width: 5%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-6 {
  width: 6%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-7 {
  width: 7%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-8 {
  width: 8%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-9 {
  width: 9%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-10 {
  width: 10%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-11 {
  width: 11%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-12 {
  width: 12%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-13 {
  width: 13%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-14 {
  width: 14%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-15 {
  width: 15%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-16 {
  width: 16%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-17 {
  width: 17%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-18 {
  width: 18%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-19 {
  width: 19%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-20 {
  width: 20%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-21 {
  width: 21%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-22 {
  width: 22%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-23 {
  width: 23%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-24 {
  width: 24%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-25 {
  width: 25%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-26 {
  width: 26%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-27 {
  width: 27%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-28 {
  width: 28%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-29 {
  width: 29%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-30 {
  width: 30%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-31 {
  width: 31%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-32 {
  width: 32%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-33 {
  width: 33%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-34 {
  width: 34%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-35 {
  width: 35%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-36 {
  width: 36%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-37 {
  width: 37%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-38 {
  width: 38%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-39 {
  width: 39%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-40 {
  width: 40%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-41 {
  width: 41%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-42 {
  width: 42%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-43 {
  width: 43%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-44 {
  width: 44%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-45 {
  width: 45%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-46 {
  width: 46%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-47 {
  width: 47%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-48 {
  width: 48%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-49 {
  width: 49%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-50 {
  width: 50%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-51 {
  width: 51%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-52 {
  width: 52%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-53 {
  width: 53%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-54 {
  width: 54%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-55 {
  width: 55%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-56 {
  width: 56%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-57 {
  width: 57%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-58 {
  width: 58%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-59 {
  width: 59%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-60 {
  width: 60%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-61 {
  width: 61%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-62 {
  width: 62%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-63 {
  width: 63%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-64 {
  width: 64%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-65 {
  width: 65%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-66 {
  width: 66%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-67 {
  width: 67%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-68 {
  width: 68%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-69 {
  width: 69%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-70 {
  width: 70%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-71 {
  width: 71%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-72 {
  width: 72%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-73 {
  width: 73%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-74 {
  width: 74%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-75 {
  width: 75%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-76 {
  width: 76%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-77 {
  width: 77%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-78 {
  width: 78%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-79 {
  width: 79%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-80 {
  width: 80%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-81 {
  width: 81%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-82 {
  width: 82%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-83 {
  width: 83%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-84 {
  width: 84%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-85 {
  width: 85%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-86 {
  width: 86%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-87 {
  width: 87%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-88 {
  width: 88%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-89 {
  width: 89%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-90 {
  width: 90%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-91 {
  width: 91%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-92 {
  width: 92%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-93 {
  width: 93%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-94 {
  width: 94%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-95 {
  width: 95%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-96 {
  width: 96%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-97 {
  width: 97%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-98 {
  width: 98%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-99 {
  width: 99%;
}

/* line 39, app/assets/stylesheets/angle/app/progress-extra.scss */
.progress-100 {
  width: 100%;
}

/* -------------------------------------
 * Bar container
 * ------------------------------------- */
/* line 73, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar {
  position: relative;
  display: inline-block;
  font-size: 16px;
  border-radius: 50%;
  border: 2px solid #fafafa;
  background-color: transparent;
  margin-bottom: 20px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 80px;
  height: 80px;
  font-size: 18px;
}

/* line 87, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar:after,
.radial-bar > img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  color: #a1a2a3;
}

/* line 102, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar:after {
  content: attr(data-label);
  background-color: #fff;
  z-index: 101;
}

/* line 107, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar > img {
  z-index: 102;
}

/* line 40, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar:after,
.radial-bar > img {
  width: 56px;
  height: 56px;
  margin-left: 12px;
  margin-top: 12px;
  line-height: 56px;
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar.radial-bar-50 {
  background-image: linear-gradient(-90deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar.radial-bar-55 {
  background-image: linear-gradient(-72deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar.radial-bar-60 {
  background-image: linear-gradient(-54deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar.radial-bar-65 {
  background-image: linear-gradient(-36deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar.radial-bar-70 {
  background-image: linear-gradient(-18deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar.radial-bar-75 {
  background-image: linear-gradient(0deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar.radial-bar-80 {
  background-image: linear-gradient(18deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar.radial-bar-85 {
  background-image: linear-gradient(36deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar.radial-bar-90 {
  background-image: linear-gradient(54deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar.radial-bar-95 {
  background-image: linear-gradient(72deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar.radial-bar-100 {
  background-image: linear-gradient(90deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-primary.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-primary.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-primary.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-primary.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-primary.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-primary.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-primary.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-primary.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-primary.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-primary.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-primary.radial-bar-50 {
  background-image: linear-gradient(-90deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-primary.radial-bar-55 {
  background-image: linear-gradient(-72deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-primary.radial-bar-60 {
  background-image: linear-gradient(-54deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-primary.radial-bar-65 {
  background-image: linear-gradient(-36deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-primary.radial-bar-70 {
  background-image: linear-gradient(-18deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-primary.radial-bar-75 {
  background-image: linear-gradient(0deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-primary.radial-bar-80 {
  background-image: linear-gradient(18deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-primary.radial-bar-85 {
  background-image: linear-gradient(36deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-primary.radial-bar-90 {
  background-image: linear-gradient(54deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-primary.radial-bar-95 {
  background-image: linear-gradient(72deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-primary.radial-bar-100 {
  background-image: linear-gradient(90deg, #5d9cec 50%, transparent 50%, transparent), linear-gradient(270deg, #5d9cec 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-success.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #27c24c 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-success.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #27c24c 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-success.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #27c24c 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-success.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #27c24c 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-success.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #27c24c 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-success.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #27c24c 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-success.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #27c24c 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-success.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #27c24c 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-success.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #27c24c 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-success.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #27c24c 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-success.radial-bar-50 {
  background-image: linear-gradient(-90deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-success.radial-bar-55 {
  background-image: linear-gradient(-72deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-success.radial-bar-60 {
  background-image: linear-gradient(-54deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-success.radial-bar-65 {
  background-image: linear-gradient(-36deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-success.radial-bar-70 {
  background-image: linear-gradient(-18deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-success.radial-bar-75 {
  background-image: linear-gradient(0deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-success.radial-bar-80 {
  background-image: linear-gradient(18deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-success.radial-bar-85 {
  background-image: linear-gradient(36deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-success.radial-bar-90 {
  background-image: linear-gradient(54deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-success.radial-bar-95 {
  background-image: linear-gradient(72deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-success.radial-bar-100 {
  background-image: linear-gradient(90deg, #27c24c 50%, transparent 50%, transparent), linear-gradient(270deg, #27c24c 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-info.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-info.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-info.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-info.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-info.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-info.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-info.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-info.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-info.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-info.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-info.radial-bar-50 {
  background-image: linear-gradient(-90deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-info.radial-bar-55 {
  background-image: linear-gradient(-72deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-info.radial-bar-60 {
  background-image: linear-gradient(-54deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-info.radial-bar-65 {
  background-image: linear-gradient(-36deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-info.radial-bar-70 {
  background-image: linear-gradient(-18deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-info.radial-bar-75 {
  background-image: linear-gradient(0deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-info.radial-bar-80 {
  background-image: linear-gradient(18deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-info.radial-bar-85 {
  background-image: linear-gradient(36deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-info.radial-bar-90 {
  background-image: linear-gradient(54deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-info.radial-bar-95 {
  background-image: linear-gradient(72deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-info.radial-bar-100 {
  background-image: linear-gradient(90deg, #23b7e5 50%, transparent 50%, transparent), linear-gradient(270deg, #23b7e5 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-warning.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #ff902b 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-warning.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #ff902b 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-warning.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #ff902b 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-warning.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #ff902b 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-warning.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #ff902b 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-warning.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #ff902b 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-warning.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #ff902b 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-warning.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #ff902b 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-warning.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #ff902b 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-warning.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #ff902b 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-warning.radial-bar-50 {
  background-image: linear-gradient(-90deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-warning.radial-bar-55 {
  background-image: linear-gradient(-72deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-warning.radial-bar-60 {
  background-image: linear-gradient(-54deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-warning.radial-bar-65 {
  background-image: linear-gradient(-36deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-warning.radial-bar-70 {
  background-image: linear-gradient(-18deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-warning.radial-bar-75 {
  background-image: linear-gradient(0deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-warning.radial-bar-80 {
  background-image: linear-gradient(18deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-warning.radial-bar-85 {
  background-image: linear-gradient(36deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-warning.radial-bar-90 {
  background-image: linear-gradient(54deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-warning.radial-bar-95 {
  background-image: linear-gradient(72deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-warning.radial-bar-100 {
  background-image: linear-gradient(90deg, #ff902b 50%, transparent 50%, transparent), linear-gradient(270deg, #ff902b 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-danger.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #f05050 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-danger.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #f05050 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-danger.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #f05050 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-danger.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #f05050 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-danger.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #f05050 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-danger.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #f05050 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-danger.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #f05050 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-danger.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #f05050 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-danger.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #f05050 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-danger.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #f05050 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-danger.radial-bar-50 {
  background-image: linear-gradient(-90deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-danger.radial-bar-55 {
  background-image: linear-gradient(-72deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-danger.radial-bar-60 {
  background-image: linear-gradient(-54deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-danger.radial-bar-65 {
  background-image: linear-gradient(-36deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-danger.radial-bar-70 {
  background-image: linear-gradient(-18deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-danger.radial-bar-75 {
  background-image: linear-gradient(0deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-danger.radial-bar-80 {
  background-image: linear-gradient(18deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-danger.radial-bar-85 {
  background-image: linear-gradient(36deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-danger.radial-bar-90 {
  background-image: linear-gradient(54deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-danger.radial-bar-95 {
  background-image: linear-gradient(72deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}

/* line 56, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-danger.radial-bar-100 {
  background-image: linear-gradient(90deg, #f05050 50%, transparent 50%, transparent), linear-gradient(270deg, #f05050 50%, #fafafa 50%, #fafafa);
}

/* line 137, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-lg {
  width: 100px;
  height: 100px;
  font-size: 22px;
}

/* line 40, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-lg:after,
.radial-bar-lg > img {
  width: 70px;
  height: 70px;
  margin-left: 15px;
  margin-top: 15px;
  line-height: 70px;
}

/* line 141, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-sm {
  width: 50px;
  height: 50px;
  font-size: 12px;
}

/* line 40, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-sm:after,
.radial-bar-sm > img {
  width: 35px;
  height: 35px;
  margin-left: 7.5px;
  margin-top: 7.5px;
  line-height: 35px;
}

/* line 145, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-xs {
  width: 30px;
  height: 30px;
  font-size: 8px;
}

/* line 40, app/assets/stylesheets/angle/app/radial-bar.scss */
.radial-bar-xs:after,
.radial-bar-xs > img {
  width: 21px;
  height: 21px;
  margin-left: 4.5px;
  margin-top: 4.5px;
  line-height: 21px;
}

/* line 150, app/assets/stylesheets/angle/app/radial-bar.scss */
x:-o-prefocus, .radial-bar {
  background-clip: content-box;
}

/* line 6, app/assets/stylesheets/angle/app/user-block.scss */
.has-user-block {
  display: block;
  overflow: hidden;
  border: 0 !important;
  width: 100% !important;
}

/* line 13, app/assets/stylesheets/angle/app/user-block.scss */
.user-block {
  position: relative;
  padding: 25px 0 10px;
  cursor: pointer;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.user-block:before, .user-block:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.user-block:after {
  clear: both;
}

/* line 19, app/assets/stylesheets/angle/app/user-block.scss */
.user-block > .user-block-picture {
  position: relative;
  width: 60px;
  margin: 0 auto;
}

/* line 23, app/assets/stylesheets/angle/app/user-block.scss */
.user-block > .user-block-picture > img {
  max-width: 100%;
  height: auto;
}

/* line 29, app/assets/stylesheets/angle/app/user-block.scss */
.user-block .user-block-info {
  padding-top: 15px;
  text-align: center;
  white-space: nowrap;
}

/* line 33, app/assets/stylesheets/angle/app/user-block.scss */
.user-block .user-block-info .user-block-name,
.user-block .user-block-info .user-block-role {
  display: block;
}

/* line 39, app/assets/stylesheets/angle/app/user-block.scss */
.user-block .user-block-info .user-block-name {
  color: #7D848F;
}

/* line 42, app/assets/stylesheets/angle/app/user-block.scss */
.user-block .user-block-info .user-block-role {
  font-size: 12px;
  color: #aaa;
}

/* line 49, app/assets/stylesheets/angle/app/user-block.scss */
.user-block-status {
  position: relative;
}

/* line 51, app/assets/stylesheets/angle/app/user-block.scss */
.user-block-status > .circle {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 2px solid #fff;
}

/* line 62, app/assets/stylesheets/angle/app/user-block.scss */
.aside-collapsed .user-block {
  padding: 15px 0 14px;
  margin: 0;
  text-align: center;
}

/* line 67, app/assets/stylesheets/angle/app/user-block.scss */
.aside-collapsed .user-block > .user-block-picture {
  float: none;
  margin: 0  auto;
  width: 50px;
}

/* line 71, app/assets/stylesheets/angle/app/user-block.scss */
.aside-collapsed .user-block > .user-block-picture > .user-block-status {
  display: block;
}

/* line 75, app/assets/stylesheets/angle/app/user-block.scss */
.aside-collapsed .user-block .user-block-info {
  display: none;
}

/* line 14, app/assets/stylesheets/angle/app/circles.scss */
.circle {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 500px;
  margin: 0 .5em;
  background-color: #ddd;
  vertical-align: baseline;
  border: 2px solid transparent;
}

/* line 23, app/assets/stylesheets/angle/app/circles.scss */
.circle.text-left {
  margin-left: 0;
}

/* line 26, app/assets/stylesheets/angle/app/circles.scss */
.circle.text-right {
  margin-right: 0;
}

/* line 31, app/assets/stylesheets/angle/app/circles.scss */
.circle-primary {
  background-color: #5d9cec;
}

/* line 34, app/assets/stylesheets/angle/app/circles.scss */
.circle-success {
  background-color: #27c24c;
}

/* line 37, app/assets/stylesheets/angle/app/circles.scss */
.circle-info {
  background-color: #23b7e5;
}

/* line 40, app/assets/stylesheets/angle/app/circles.scss */
.circle-warning {
  background-color: #ff902b;
}

/* line 43, app/assets/stylesheets/angle/app/circles.scss */
.circle-danger {
  background-color: #f05050;
}

/* line 46, app/assets/stylesheets/angle/app/circles.scss */
.circle-green {
  background-color: #37bc9b;
}

/* line 49, app/assets/stylesheets/angle/app/circles.scss */
.circle-pink {
  background-color: #f532e5;
}

/* line 52, app/assets/stylesheets/angle/app/circles.scss */
.circle-inverse {
  background-color: #131e26;
}

/* line 55, app/assets/stylesheets/angle/app/circles.scss */
.circle-purple {
  background-color: #7266ba;
}

/* line 58, app/assets/stylesheets/angle/app/circles.scss */
.circle-yellow {
  background-color: #fad732;
}

/* line 62, app/assets/stylesheets/angle/app/circles.scss */
.circle-sm {
  width: 5px;
  height: 5px;
}

/* line 67, app/assets/stylesheets/angle/app/circles.scss */
.circle-lg {
  width: 11px;
  height: 11px;
}

/* line 72, app/assets/stylesheets/angle/app/circles.scss */
.circle-xl {
  width: 18px;
  height: 18px;
}

/* line 77, app/assets/stylesheets/angle/app/circles.scss */
.circle-outline {
  background-color: transparent;
}

/* line 79, app/assets/stylesheets/angle/app/circles.scss */
.circle-outline.circle-primary {
  border: 1px solid #5d9cec;
}

/* line 82, app/assets/stylesheets/angle/app/circles.scss */
.circle-outline.circle-success {
  border: 1px solid #27c24c;
}

/* line 85, app/assets/stylesheets/angle/app/circles.scss */
.circle-outline.circle-info {
  border: 1px solid #23b7e5;
}

/* line 88, app/assets/stylesheets/angle/app/circles.scss */
.circle-outline.circle-warning {
  border: 1px solid #ff902b;
}

/* line 91, app/assets/stylesheets/angle/app/circles.scss */
.circle-outline.circle-danger {
  border: 1px solid #f05050;
}

/* line 11, app/assets/stylesheets/angle/app/timeline.scss */
.timeline,
.timeline-alt {
  list-style: none;
  padding: 0 0 20px;
  position: relative;
  z-index: 0;
}

/* line 18, app/assets/stylesheets/angle/app/timeline.scss */
.timeline:before,
.timeline-alt:before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: " ";
  width: 1px;
  background-color: #d1d2d3;
  left: 18px;
}

/* line 29, app/assets/stylesheets/angle/app/timeline.scss */
.timeline .timeline-end,
.timeline-alt .timeline-end {
  float: none;
  clear: both;
}

/* line 36, app/assets/stylesheets/angle/app/timeline.scss */
.timeline .popover.left > .arrow:after,
.timeline-alt .popover.left > .arrow:after {
  border-left-color: #fff;
}

/* line 39, app/assets/stylesheets/angle/app/timeline.scss */
.timeline .popover.right > .arrow:after,
.timeline-alt .popover.right > .arrow:after {
  border-right-color: #fff;
}

/* line 43, app/assets/stylesheets/angle/app/timeline.scss */
.timeline .popover.left > .popover-title + .arrow:after,
.timeline-alt .popover.left > .popover-title + .arrow:after {
  border-left-color: #fafafa;
}

/* line 46, app/assets/stylesheets/angle/app/timeline.scss */
.timeline .popover.right > .popover-title + .arrow:after,
.timeline-alt .popover.right > .popover-title + .arrow:after {
  border-right-color: #fafafa;
}

/* line 53, app/assets/stylesheets/angle/app/timeline.scss */
.timeline > li,
.timeline-alt > li {
  margin-bottom: 20px;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.timeline > li:before, .timeline > li:after,
.timeline-alt > li:before,
.timeline-alt > li:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.timeline > li:after,
.timeline-alt > li:after {
  clear: both;
}

/* line 57, app/assets/stylesheets/angle/app/timeline.scss */
.timeline > li.timeline-separator,
.timeline-alt > li.timeline-separator {
  position: relative;
  float: none;
  clear: both;
  margin: 0 auto;
  padding: 40px 0;
}

/* line 63, app/assets/stylesheets/angle/app/timeline.scss */
.timeline > li.timeline-separator:first-child,
.timeline-alt > li.timeline-separator:first-child {
  padding-top: 0;
}

/* line 66, app/assets/stylesheets/angle/app/timeline.scss */
.timeline > li.timeline-separator:before,
.timeline-alt > li.timeline-separator:before {
  content: attr(data-datetime);
  display: inline-block;
  width: 120px;
  text-align: center;
  padding: 0 20px;
  line-height: 30px;
  background-color: #b6c5da;
  color: #fff;
}

/* line 80, app/assets/stylesheets/angle/app/timeline.scss */
.timeline > li > .timeline-panel,
.timeline-alt > li > .timeline-panel {
  margin-left: 60px;
}

/* line 84, app/assets/stylesheets/angle/app/timeline.scss */
.timeline > li > .timeline-panel .popover,
.timeline-alt > li > .timeline-panel .popover {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  max-width: none;
}

/* line 90, app/assets/stylesheets/angle/app/timeline.scss */
.timeline > li > .timeline-panel .popover .arrow,
.timeline-alt > li > .timeline-panel .popover .arrow {
  top: 18px;
  display: none;
}

/* line 95, app/assets/stylesheets/angle/app/timeline.scss */
.timeline > li > .timeline-panel .popover .popover-content .popover-title,
.timeline-alt > li > .timeline-panel .popover .popover-content .popover-title {
  background-color: transparent;
  border: 0;
  padding-left: 0;
  padding-top: 0;
}

/* line 106, app/assets/stylesheets/angle/app/timeline.scss */
.timeline > li > .timeline-date,
.timeline-alt > li > .timeline-date {
  margin: -20px 0 0;
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
}

/* line 114, app/assets/stylesheets/angle/app/timeline.scss */
.timeline > li > .timeline-date > time:after,
.timeline-alt > li > .timeline-date > time:after {
  content: attr(datetime);
}

/* line 121, app/assets/stylesheets/angle/app/timeline.scss */
.timeline > li > .timeline-badge,
.timeline-alt > li > .timeline-badge {
  position: absolute;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  line-height: 36px;
  font-size: 1em;
  text-align: center;
  color: #fff;
  background-color: #999;
  z-index: 100;
}

/* line 135, app/assets/stylesheets/angle/app/timeline.scss */
.timeline > li > .timeline-badge.primary,
.timeline-alt > li > .timeline-badge.primary {
  background-color: #5d9cec;
}

/* line 136, app/assets/stylesheets/angle/app/timeline.scss */
.timeline > li > .timeline-badge.success,
.timeline-alt > li > .timeline-badge.success {
  background-color: #27c24c;
}

/* line 137, app/assets/stylesheets/angle/app/timeline.scss */
.timeline > li > .timeline-badge.warning,
.timeline-alt > li > .timeline-badge.warning {
  background-color: #ff902b;
}

/* line 138, app/assets/stylesheets/angle/app/timeline.scss */
.timeline > li > .timeline-badge.danger,
.timeline-alt > li > .timeline-badge.danger {
  background-color: #f05050;
}

/* line 139, app/assets/stylesheets/angle/app/timeline.scss */
.timeline > li > .timeline-badge.info,
.timeline-alt > li > .timeline-badge.info {
  background-color: #23b7e5;
}

/* line 141, app/assets/stylesheets/angle/app/timeline.scss */
.timeline > li > .timeline-badge.inverse,
.timeline-alt > li > .timeline-badge.inverse {
  background-color: #131e26;
}

/* line 142, app/assets/stylesheets/angle/app/timeline.scss */
.timeline > li > .timeline-badge.green,
.timeline-alt > li > .timeline-badge.green {
  background-color: #37bc9b;
}

/* line 143, app/assets/stylesheets/angle/app/timeline.scss */
.timeline > li > .timeline-badge.pink,
.timeline-alt > li > .timeline-badge.pink {
  background-color: #f532e5;
}

/* line 144, app/assets/stylesheets/angle/app/timeline.scss */
.timeline > li > .timeline-badge.purple,
.timeline-alt > li > .timeline-badge.purple {
  background-color: #7266ba;
}

/* line 145, app/assets/stylesheets/angle/app/timeline.scss */
.timeline > li > .timeline-badge.dark,
.timeline-alt > li > .timeline-badge.dark {
  background-color: #3a3f51;
}

/* line 146, app/assets/stylesheets/angle/app/timeline.scss */
.timeline > li > .timeline-badge.yellow,
.timeline-alt > li > .timeline-badge.yellow {
  background-color: #fad732;
}

/* line 152, app/assets/stylesheets/angle/app/timeline.scss */
.timeline-alt .popover .arrow {
  display: block !important;
}

/* line 159, app/assets/stylesheets/angle/app/timeline.scss */
.timeline-title {
  margin-top: 0;
  color: inherit;
}

/* line 166, app/assets/stylesheets/angle/app/timeline.scss */
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

/* line 170, app/assets/stylesheets/angle/app/timeline.scss */
.timeline-body > p + p {
  margin-top: 5px;
}

@media only screen and (min-width: 992px) {
  /* line 179, app/assets/stylesheets/angle/app/timeline.scss */
  .timeline:before {
    left: 50%;
    margin-left: 18px;
  }
  /* line 183, app/assets/stylesheets/angle/app/timeline.scss */
  .timeline > li {
    float: left;
    clear: left;
    width: 45%;
  }
  /* line 188, app/assets/stylesheets/angle/app/timeline.scss */
  .timeline > li.timeline-inverted {
    float: right;
    clear: right;
    margin-top: 50px;
  }
  /* line 195, app/assets/stylesheets/angle/app/timeline.scss */
  .timeline > li.timeline-separator {
    text-align: center;
  }
  /* line 197, app/assets/stylesheets/angle/app/timeline.scss */
  .timeline > li.timeline-separator:before {
    margin-left: 36px;
  }
  /* line 202, app/assets/stylesheets/angle/app/timeline.scss */
  .timeline > li > .timeline-badge {
    left: 50%;
    margin-left: 0;
  }
  /* line 207, app/assets/stylesheets/angle/app/timeline.scss */
  .timeline > li > .timeline-date {
    float: none;
    position: absolute;
    width: 40%;
    left: 50%;
    top: 18px;
    margin-left: 54px;
    margin-top: -10px;
  }
  /* line 217, app/assets/stylesheets/angle/app/timeline.scss */
  .timeline > li > .timeline-panel {
    margin: 0;
  }
  /* line 220, app/assets/stylesheets/angle/app/timeline.scss */
  .timeline > li > .timeline-panel:before {
    border-left-width: 15px;
    border-right-width: 0;
    top: 26px;
    right: -15px;
    left: auto;
  }
  /* line 228, app/assets/stylesheets/angle/app/timeline.scss */
  .timeline > li > .timeline-panel:after {
    border-left-width: 14px;
    border-right-width: 0;
    top: 27px;
    right: -14px;
    left: auto;
  }
  /* line 236, app/assets/stylesheets/angle/app/timeline.scss */
  .timeline > li > .timeline-panel .popover .arrow {
    display: block;
  }
  /* line 245, app/assets/stylesheets/angle/app/timeline.scss */
  .timeline > li.timeline-inverted > .timeline-panel {
    padding-left: 36px;
  }
  /* line 249, app/assets/stylesheets/angle/app/timeline.scss */
  .timeline > li.timeline-inverted .timeline-date {
    left: auto;
    right: 50%;
    width: auto;
    margin-left: 0;
    margin-right: 36px;
  }
}

/* line 12, app/assets/stylesheets/angle/app/dropdown-extra.scss */
.dropdown-lg > .dropdown-menu {
  min-width: 200px;
}

/* line 19, app/assets/stylesheets/angle/app/dropdown-extra.scss */
.dropdown-list > .dropdown-menu {
  padding: 0;
  min-width: 220px;
}

/* line 24, app/assets/stylesheets/angle/app/dropdown-extra.scss */
.dropdown-list .list-group {
  margin: 0;
}

/* line 28, app/assets/stylesheets/angle/app/dropdown-extra.scss */
.dropdown-list .list-group-item {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

/* line 32, app/assets/stylesheets/angle/app/dropdown-extra.scss */
.dropdown-list .list-group-item:first-child {
  border-top: 0;
}

/* line 35, app/assets/stylesheets/angle/app/dropdown-extra.scss */
.dropdown-list .list-group-item:last-child {
  border-bottom: 0;
}

/* line 43, app/assets/stylesheets/angle/app/dropdown-extra.scss */
.dropdown > a {
  position: relative;
}

/* line 45, app/assets/stylesheets/angle/app/dropdown-extra.scss */
.dropdown > a > .label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 5px;
}

@media only screen and (min-width: 768px) {
  /* line 45, app/assets/stylesheets/angle/app/dropdown-extra.scss */
  .dropdown > a > .label {
    top: 10px;
  }
}

/* line 58, app/assets/stylesheets/angle/app/dropdown-extra.scss */
.dropdown-menu-header {
  padding: 10px 15px;
  background-color: #fafafa;
  border-bottom: 1px solid #e1e1e1;
}

/* line 8, app/assets/stylesheets/angle/app/row-extra.scss */
.container-sm {
  max-width: 750px;
  width: auto;
}

/* line 12, app/assets/stylesheets/angle/app/row-extra.scss */
.container-md {
  max-width: 970px;
  width: auto;
}

/* line 16, app/assets/stylesheets/angle/app/row-extra.scss */
.container-lg {
  max-width: 1170px;
  width: auto;
}

/* line 29, app/assets/stylesheets/angle/app/row-extra.scss */
.row-table {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin: 0;
}

/* line 36, app/assets/stylesheets/angle/app/row-extra.scss */
.row-table > [class*="col-"] {
  display: table-cell;
  float: none;
  table-layout: fixed;
  vertical-align: middle;
}

/* line 46, app/assets/stylesheets/angle/app/row-extra.scss */
.row-flush > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* line 18, app/assets/stylesheets/angle/app/half-float.scss */
.half-float {
  position: relative;
  margin-bottom: 65px;
}

/* line 22, app/assets/stylesheets/angle/app/half-float.scss */
.half-float .half-float-bottom,
.half-float .half-float-top {
  position: absolute;
  left: 50%;
  bottom: -60px;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  z-index: 2;
}

/* line 33, app/assets/stylesheets/angle/app/half-float.scss */
.half-float .half-float-top {
  bottom: auto;
  top: -60px;
}

/* line 40, app/assets/stylesheets/angle/app/half-float.scss */
.half-float + * {
  margin-top: -55px;
  padding-top: 65px;
}

/* line 5, app/assets/stylesheets/angle/app/masonry-grid.scss */
.row-masonry {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 11, app/assets/stylesheets/angle/app/masonry-grid.scss */
.row-masonry > .col-masonry {
  display: inline-block;
  width: 100%;
  min-height: 1em;
  margin-bottom: 15px;
}

/* Columns definition by devices */
@media only screen and (min-width: 480px) {
  /* line 19, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-sm-1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 1;
    -webkit-columns: 1;
    columns: 1;
  }
  /* line 30, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-1 {
    text-align: justify;
  }
  /* line 33, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-1:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 38, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-1 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 99%;
  }
  /* line 43, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-sm-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
  }
  /* line 54, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-2 {
    text-align: justify;
  }
  /* line 57, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-2:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 62, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-2 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 49%;
  }
  /* line 67, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-sm-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
  }
  /* line 78, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-3 {
    text-align: justify;
  }
  /* line 81, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-3:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 86, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-3 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 32%;
  }
  /* line 91, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-sm-4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 4;
    -webkit-columns: 4;
    columns: 4;
  }
  /* line 102, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-4 {
    text-align: justify;
  }
  /* line 105, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-4:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 110, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-4 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 24%;
  }
  /* line 115, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-sm-5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 5;
    -webkit-columns: 5;
    columns: 5;
  }
  /* line 126, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-5 {
    text-align: justify;
  }
  /* line 129, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-5:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 134, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-5 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 19%;
  }
  /* line 139, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-sm-6 {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 6;
    -webkit-columns: 6;
    columns: 6;
  }
  /* line 150, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-6 {
    text-align: justify;
  }
  /* line 153, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-6:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 158, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-6 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 15%;
  }
  /* line 163, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-sm-7 {
    -moz-column-count: 7;
    -webkit-column-count: 7;
    column-count: 7;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 7;
    -webkit-columns: 7;
    columns: 7;
  }
  /* line 174, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-7 {
    text-align: justify;
  }
  /* line 177, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-7:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 182, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-7 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 13%;
  }
  /* line 187, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-sm-8 {
    -moz-column-count: 8;
    -webkit-column-count: 8;
    column-count: 8;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 8;
    -webkit-columns: 8;
    columns: 8;
  }
  /* line 198, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-8 {
    text-align: justify;
  }
  /* line 201, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-8:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 206, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-8 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 11%;
  }
  /* line 211, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-sm-9 {
    -moz-column-count: 9;
    -webkit-column-count: 9;
    column-count: 9;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 9;
    -webkit-columns: 9;
    columns: 9;
  }
  /* line 222, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-9 {
    text-align: justify;
  }
  /* line 225, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-9:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 230, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-9 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 10%;
  }
  /* line 235, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-sm-10 {
    -moz-column-count: 10;
    -webkit-column-count: 10;
    column-count: 10;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 10;
    -webkit-columns: 10;
    columns: 10;
  }
  /* line 246, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-10 {
    text-align: justify;
  }
  /* line 249, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-10:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 254, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-10 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 9%;
  }
  /* line 259, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-sm-11 {
    -moz-column-count: 11;
    -webkit-column-count: 11;
    column-count: 11;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 11;
    -webkit-columns: 11;
    columns: 11;
  }
  /* line 270, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-11 {
    text-align: justify;
  }
  /* line 273, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-11:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 278, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-11 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 8%;
  }
  /* line 283, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-sm-12 {
    -moz-column-count: 12;
    -webkit-column-count: 12;
    column-count: 12;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 12;
    -webkit-columns: 12;
    columns: 12;
  }
  /* line 294, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-12 {
    text-align: justify;
  }
  /* line 297, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-12:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 302, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-sm-12 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 7%;
  }
}

@media only screen and (min-width: 768px) {
  /* line 309, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-md-1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 1;
    -webkit-columns: 1;
    columns: 1;
  }
  /* line 320, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-1 {
    text-align: justify;
  }
  /* line 323, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-1:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 328, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-1 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 99%;
  }
  /* line 333, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-md-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
  }
  /* line 344, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-2 {
    text-align: justify;
  }
  /* line 347, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-2:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 352, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-2 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 49%;
  }
  /* line 357, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-md-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
  }
  /* line 368, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-3 {
    text-align: justify;
  }
  /* line 371, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-3:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 376, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-3 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 32%;
  }
  /* line 381, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-md-4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 4;
    -webkit-columns: 4;
    columns: 4;
  }
  /* line 392, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-4 {
    text-align: justify;
  }
  /* line 395, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-4:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 400, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-4 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 24%;
  }
  /* line 405, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-md-5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 5;
    -webkit-columns: 5;
    columns: 5;
  }
  /* line 416, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-5 {
    text-align: justify;
  }
  /* line 419, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-5:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 424, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-5 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 19%;
  }
  /* line 429, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-md-6 {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 6;
    -webkit-columns: 6;
    columns: 6;
  }
  /* line 440, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-6 {
    text-align: justify;
  }
  /* line 443, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-6:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 448, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-6 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 15%;
  }
  /* line 453, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-md-7 {
    -moz-column-count: 7;
    -webkit-column-count: 7;
    column-count: 7;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 7;
    -webkit-columns: 7;
    columns: 7;
  }
  /* line 464, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-7 {
    text-align: justify;
  }
  /* line 467, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-7:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 472, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-7 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 13%;
  }
  /* line 477, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-md-8 {
    -moz-column-count: 8;
    -webkit-column-count: 8;
    column-count: 8;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 8;
    -webkit-columns: 8;
    columns: 8;
  }
  /* line 488, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-8 {
    text-align: justify;
  }
  /* line 491, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-8:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 496, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-8 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 11%;
  }
  /* line 501, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-md-9 {
    -moz-column-count: 9;
    -webkit-column-count: 9;
    column-count: 9;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 9;
    -webkit-columns: 9;
    columns: 9;
  }
  /* line 512, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-9 {
    text-align: justify;
  }
  /* line 515, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-9:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 520, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-9 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 10%;
  }
  /* line 525, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-md-10 {
    -moz-column-count: 10;
    -webkit-column-count: 10;
    column-count: 10;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 10;
    -webkit-columns: 10;
    columns: 10;
  }
  /* line 536, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-10 {
    text-align: justify;
  }
  /* line 539, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-10:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 544, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-10 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 9%;
  }
  /* line 549, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-md-11 {
    -moz-column-count: 11;
    -webkit-column-count: 11;
    column-count: 11;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 11;
    -webkit-columns: 11;
    columns: 11;
  }
  /* line 560, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-11 {
    text-align: justify;
  }
  /* line 563, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-11:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 568, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-11 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 8%;
  }
  /* line 573, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-md-12 {
    -moz-column-count: 12;
    -webkit-column-count: 12;
    column-count: 12;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 12;
    -webkit-columns: 12;
    columns: 12;
  }
  /* line 584, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-12 {
    text-align: justify;
  }
  /* line 587, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-12:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 592, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-md-12 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 7%;
  }
}

@media only screen and (min-width: 992px) {
  /* line 599, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-lg-1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 1;
    -webkit-columns: 1;
    columns: 1;
  }
  /* line 610, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-1 {
    text-align: justify;
  }
  /* line 613, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-1:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 618, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-1 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 99%;
  }
  /* line 623, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-lg-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
  }
  /* line 634, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-2 {
    text-align: justify;
  }
  /* line 637, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-2:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 642, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-2 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 49%;
  }
  /* line 647, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-lg-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
  }
  /* line 658, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-3 {
    text-align: justify;
  }
  /* line 661, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-3:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 666, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-3 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 32%;
  }
  /* line 671, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-lg-4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 4;
    -webkit-columns: 4;
    columns: 4;
  }
  /* line 682, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-4 {
    text-align: justify;
  }
  /* line 685, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-4:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 690, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-4 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 24%;
  }
  /* line 695, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-lg-5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 5;
    -webkit-columns: 5;
    columns: 5;
  }
  /* line 706, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-5 {
    text-align: justify;
  }
  /* line 709, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-5:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 714, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-5 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 19%;
  }
  /* line 719, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-lg-6 {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 6;
    -webkit-columns: 6;
    columns: 6;
  }
  /* line 730, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-6 {
    text-align: justify;
  }
  /* line 733, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-6:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 738, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-6 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 15%;
  }
  /* line 743, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-lg-7 {
    -moz-column-count: 7;
    -webkit-column-count: 7;
    column-count: 7;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 7;
    -webkit-columns: 7;
    columns: 7;
  }
  /* line 754, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-7 {
    text-align: justify;
  }
  /* line 757, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-7:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 762, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-7 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 13%;
  }
  /* line 767, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-lg-8 {
    -moz-column-count: 8;
    -webkit-column-count: 8;
    column-count: 8;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 8;
    -webkit-columns: 8;
    columns: 8;
  }
  /* line 778, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-8 {
    text-align: justify;
  }
  /* line 781, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-8:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 786, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-8 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 11%;
  }
  /* line 791, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-lg-9 {
    -moz-column-count: 9;
    -webkit-column-count: 9;
    column-count: 9;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 9;
    -webkit-columns: 9;
    columns: 9;
  }
  /* line 802, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-9 {
    text-align: justify;
  }
  /* line 805, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-9:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 810, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-9 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 10%;
  }
  /* line 815, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-lg-10 {
    -moz-column-count: 10;
    -webkit-column-count: 10;
    column-count: 10;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 10;
    -webkit-columns: 10;
    columns: 10;
  }
  /* line 826, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-10 {
    text-align: justify;
  }
  /* line 829, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-10:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 834, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-10 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 9%;
  }
  /* line 839, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-lg-11 {
    -moz-column-count: 11;
    -webkit-column-count: 11;
    column-count: 11;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 11;
    -webkit-columns: 11;
    columns: 11;
  }
  /* line 850, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-11 {
    text-align: justify;
  }
  /* line 853, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-11:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 858, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-11 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 8%;
  }
  /* line 863, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-lg-12 {
    -moz-column-count: 12;
    -webkit-column-count: 12;
    column-count: 12;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 12;
    -webkit-columns: 12;
    columns: 12;
  }
  /* line 874, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-12 {
    text-align: justify;
  }
  /* line 877, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-12:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 882, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-lg-12 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 7%;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 889, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-xl-1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 1;
    -webkit-columns: 1;
    columns: 1;
  }
  /* line 900, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-1 {
    text-align: justify;
  }
  /* line 903, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-1:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 908, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-1 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 99%;
  }
  /* line 913, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-xl-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
  }
  /* line 924, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-2 {
    text-align: justify;
  }
  /* line 927, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-2:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 932, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-2 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 49%;
  }
  /* line 937, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-xl-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
  }
  /* line 948, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-3 {
    text-align: justify;
  }
  /* line 951, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-3:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 956, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-3 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 32%;
  }
  /* line 961, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-xl-4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 4;
    -webkit-columns: 4;
    columns: 4;
  }
  /* line 972, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-4 {
    text-align: justify;
  }
  /* line 975, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-4:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 980, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-4 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 24%;
  }
  /* line 985, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-xl-5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 5;
    -webkit-columns: 5;
    columns: 5;
  }
  /* line 996, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-5 {
    text-align: justify;
  }
  /* line 999, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-5:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 1004, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-5 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 19%;
  }
  /* line 1009, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-xl-6 {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 6;
    -webkit-columns: 6;
    columns: 6;
  }
  /* line 1020, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-6 {
    text-align: justify;
  }
  /* line 1023, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-6:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 1028, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-6 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 15%;
  }
  /* line 1033, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-xl-7 {
    -moz-column-count: 7;
    -webkit-column-count: 7;
    column-count: 7;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 7;
    -webkit-columns: 7;
    columns: 7;
  }
  /* line 1044, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-7 {
    text-align: justify;
  }
  /* line 1047, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-7:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 1052, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-7 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 13%;
  }
  /* line 1057, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-xl-8 {
    -moz-column-count: 8;
    -webkit-column-count: 8;
    column-count: 8;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 8;
    -webkit-columns: 8;
    columns: 8;
  }
  /* line 1068, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-8 {
    text-align: justify;
  }
  /* line 1071, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-8:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 1076, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-8 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 11%;
  }
  /* line 1081, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-xl-9 {
    -moz-column-count: 9;
    -webkit-column-count: 9;
    column-count: 9;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 9;
    -webkit-columns: 9;
    columns: 9;
  }
  /* line 1092, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-9 {
    text-align: justify;
  }
  /* line 1095, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-9:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 1100, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-9 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 10%;
  }
  /* line 1105, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-xl-10 {
    -moz-column-count: 10;
    -webkit-column-count: 10;
    column-count: 10;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 10;
    -webkit-columns: 10;
    columns: 10;
  }
  /* line 1116, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-10 {
    text-align: justify;
  }
  /* line 1119, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-10:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 1124, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-10 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 9%;
  }
  /* line 1129, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-xl-11 {
    -moz-column-count: 11;
    -webkit-column-count: 11;
    column-count: 11;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 11;
    -webkit-columns: 11;
    columns: 11;
  }
  /* line 1140, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-11 {
    text-align: justify;
  }
  /* line 1143, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-11:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 1148, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-11 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 8%;
  }
  /* line 1153, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .row-masonry-xl-12 {
    -moz-column-count: 12;
    -webkit-column-count: 12;
    column-count: 12;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 12;
    -webkit-columns: 12;
    columns: 12;
  }
  /* line 1164, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-12 {
    text-align: justify;
  }
  /* line 1167, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-12:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  /* line 1172, app/assets/stylesheets/angle/app/masonry-grid.scss */
  .no-csscolumns .row-masonry-xl-12 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 7%;
  }
}

/* line 11, app/assets/stylesheets/angle/app/widget.scss */
.widget {
  margin-bottom: 20px;
  border: 0;
}

/* line 16, app/assets/stylesheets/angle/app/widget.scss */
.widget.panel, .widget .panel {
  overflow: hidden;
}

/* line 22, app/assets/stylesheets/angle/app/widget.scss */
.widget .lateral-picture {
  position: relative;
  display: block;
  height: 240px;
  width: auto;
  overflow: hidden;
}

/* line 28, app/assets/stylesheets/angle/app/widget.scss */
.widget .lateral-picture > img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  width: auto;
}

@-webkit-keyframes fadeOutUpShort {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}

@keyframes fadeOutUpShort {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}

/* line 35, app/assets/stylesheets/angle/app/animate.scss */
.fadeOutUpShort {
  -webkit-animation-name: fadeOutUpShort;
  animation-name: fadeOutUpShort;
}

@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 70, app/assets/stylesheets/angle/app/animate.scss */
.fadeInUpShort {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}

@-webkit-keyframes zoomInShort {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomInShort {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    -ms-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  50% {
    opacity: 1;
  }
}

/* line 101, app/assets/stylesheets/angle/app/animate.scss */
.zoomInShort {
  -webkit-animation-name: zoomInShort;
  animation-name: zoomInShort;
}

@-webkit-keyframes zoomBack {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomBack {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  100% {
    opacity: 0;
  }
}

/* line 139, app/assets/stylesheets/angle/app/animate.scss */
.zoomBack {
  -webkit-animation-name: zoomBack;
  animation-name: zoomBack;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 175, app/assets/stylesheets/angle/app/animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/*!
 * table-grid (http://mdo.github.io/table-grid)
 * Released under MIT, (c) 2014 Mark Otto
 */
/*
 * The Grid
 */
@media only screen and (min-width: 768px) {
  /* Add `.table-grid` for the table */
  /* line 12, app/assets/stylesheets/angle/app/table-grid.scss */
  .table-grid {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
  }
  /* Add `.col` for the table cells, or columns */
  /* line 20, app/assets/stylesheets/angle/app/table-grid.scss */
  .col {
    display: table-cell;
    vertical-align: top;
    height: 100%;
  }
  /* line 24, app/assets/stylesheets/angle/app/table-grid.scss */
  .col.col-full-center {
    vertical-align: middle;
  }
  /* Set the widths */
  /* line 30, app/assets/stylesheets/angle/app/table-grid.scss */
  .col-1 {
    width: 8.333333%;
  }
  /* line 31, app/assets/stylesheets/angle/app/table-grid.scss */
  .col-2 {
    width: 16.666667%;
  }
  /* line 32, app/assets/stylesheets/angle/app/table-grid.scss */
  .col-3 {
    width: 25%;
  }
  /* line 33, app/assets/stylesheets/angle/app/table-grid.scss */
  .col-4 {
    width: 33.333333%;
  }
  /* line 34, app/assets/stylesheets/angle/app/table-grid.scss */
  .col-5 {
    width: 41.666667%;
  }
  /* line 35, app/assets/stylesheets/angle/app/table-grid.scss */
  .col-6 {
    width: 50%;
  }
  /* line 36, app/assets/stylesheets/angle/app/table-grid.scss */
  .col-7 {
    width: 58.333333%;
  }
  /* line 37, app/assets/stylesheets/angle/app/table-grid.scss */
  .col-8 {
    width: 66.666667%;
  }
  /* line 38, app/assets/stylesheets/angle/app/table-grid.scss */
  .col-9 {
    width: 75%;
  }
  /* line 39, app/assets/stylesheets/angle/app/table-grid.scss */
  .col-10 {
    width: 83.333333%;
  }
  /* line 40, app/assets/stylesheets/angle/app/table-grid.scss */
  .col-11 {
    width: 91.666667%;
  }
  /* line 41, app/assets/stylesheets/angle/app/table-grid.scss */
  .col-12 {
    width: 100%;
  }
  /* line 43, app/assets/stylesheets/angle/app/table-grid.scss */
  .col-xxs {
    width: 60px;
  }
  /* line 44, app/assets/stylesheets/angle/app/table-grid.scss */
  .col-xs {
    width: 90px;
  }
  /* line 45, app/assets/stylesheets/angle/app/table-grid.scss */
  .col-sm {
    width: 150px;
  }
  /* line 46, app/assets/stylesheets/angle/app/table-grid.scss */
  .col-sd {
    width: 200px;
  }
  /* line 47, app/assets/stylesheets/angle/app/table-grid.scss */
  .col-md {
    width: 240px;
  }
  /* line 48, app/assets/stylesheets/angle/app/table-grid.scss */
  .col-lg {
    width: 280px;
  }
  /* line 49, app/assets/stylesheets/angle/app/table-grid.scss */
  .col-xl {
    width: 320px;
  }
  /* line 50, app/assets/stylesheets/angle/app/table-grid.scss */
  .col-xxl {
    width: 360px;
  }
  /* line 51, app/assets/stylesheets/angle/app/table-grid.scss */
  .col-wide {
    width: 100%;
  }
  /* line 52, app/assets/stylesheets/angle/app/table-grid.scss */
  .col-auto {
    width: auto;
  }
  /* Padded columns */
  /* line 55, app/assets/stylesheets/angle/app/table-grid.scss */
  .table-grid-padded {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  /* line 59, app/assets/stylesheets/angle/app/table-grid.scss */
  .table-grid-padded .table-grid {
    border-spacing: 1rem 0;
  }
}

@media only screen and (max-width: 991px) {
  /* line 67, app/assets/stylesheets/angle/app/table-grid.scss */
  .table-grid-desktop.table-grid,
.table-grid-desktop .col {
    display: block;
    width: auto;
  }
}

/*
 * Vertically center grid content
 *
 * Requires content within the column to be inline or inline-block.
 */
/* line 81, app/assets/stylesheets/angle/app/table-grid.scss */
.table-grid-align-middle .col {
  vertical-align: middle;
}

/* line 6, app/assets/stylesheets/angle/app/todo.scss */
.todo .todo-item-list {
  position: relative;
}

/* line 12, app/assets/stylesheets/angle/app/todo.scss */
.todo .todo-item .todo-edit {
  display: none;
  cursor: pointer;
}

/* line 16, app/assets/stylesheets/angle/app/todo.scss */
.todo .todo-item:hover .todo-edit {
  display: inline;
}

/* line 19, app/assets/stylesheets/angle/app/todo.scss */
.todo .todo-item.todo-complete .todo-edit {
  display: none;
}

/* line 25, app/assets/stylesheets/angle/app/todo.scss */
.todo textarea {
  resize: none;
  max-width: 100%;
  min-width: 100%;
}

/* line 30, app/assets/stylesheets/angle/app/todo.scss */
.todo .todo-complete {
  background: #edf1f2;
  opacity: .6;
  color: #232735;
}

/* line 35, app/assets/stylesheets/angle/app/todo.scss */
.todo .todo-complete .todo-title {
  text-decoration: line-through;
}

/* line 41, app/assets/stylesheets/angle/app/todo.scss */
.todo .panel-group > .panel {
  border: 1px;
  margin: 0;
}

/* line 44, app/assets/stylesheets/angle/app/todo.scss */
.todo .panel-group > .panel .panel-body {
  border-bottom: 1px solid #edf1f2;
}

/* line 5, app/assets/stylesheets/angle/app/nestable.scss */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

/* line 15, app/assets/stylesheets/angle/app/nestable.scss */
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 16, app/assets/stylesheets/angle/app/nestable.scss */
.dd-list .dd-list {
  padding-left: 30px;
}

/* line 17, app/assets/stylesheets/angle/app/nestable.scss */
.dd-collapsed .dd-list {
  display: none;
}

/* line 19, app/assets/stylesheets/angle/app/nestable.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 31, app/assets/stylesheets/angle/app/nestable.scss */
.dd-handle {
  display: block;
  margin: 5px 0;
  padding: 10px 10px;
  text-decoration: none;
  border: 1px solid #ebebeb;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 41, app/assets/stylesheets/angle/app/nestable.scss */
.dd-handle:hover {
  background: #fff;
}

/* line 43, app/assets/stylesheets/angle/app/nestable.scss */
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 30px;
  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;
}

/* line 44, app/assets/stylesheets/angle/app/nestable.scss */
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}

/* line 45, app/assets/stylesheets/angle/app/nestable.scss */
.dd-item > button[data-action="collapse"]:before {
  content: '-';
}

/* line 47, app/assets/stylesheets/angle/app/nestable.scss */
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 49, app/assets/stylesheets/angle/app/nestable.scss */
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

/* line 54, app/assets/stylesheets/angle/app/nestable.scss */
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}

/* line 55, app/assets/stylesheets/angle/app/nestable.scss */
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}

/* line 56, app/assets/stylesheets/angle/app/nestable.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);
}

/* line 63, app/assets/stylesheets/angle/app/nestable.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 67, app/assets/stylesheets/angle/app/nestable.scss */
  .dd + .dd {
    margin-left: 2%;
  }
}

/* line 71, app/assets/stylesheets/angle/app/nestable.scss */
.dd-hover > .dd-handle {
  background: #2ea8e5 !important;
}

/* line 75, app/assets/stylesheets/angle/app/nestable.scss */
.dd3-content {
  display: block;
  margin: 5px 0;
  padding: 10px 10px 10px 50px;
  text-decoration: none;
  border: 1px solid #ebebeb;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 83, app/assets/stylesheets/angle/app/nestable.scss */
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}

/* line 85, app/assets/stylesheets/angle/app/nestable.scss */
.dd3-item > button {
  margin-left: 40px;
}

/* line 87, app/assets/stylesheets/angle/app/nestable.scss */
.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #ebebeb;
  background: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 102, app/assets/stylesheets/angle/app/nestable.scss */
.dd3-handle:before {
  content: '≡';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #ccc;
  font-size: 20px;
  font-weight: normal;
}

/* line 103, app/assets/stylesheets/angle/app/nestable.scss */
.dd3-handle:hover {
  background: #f7f7f7;
}

/* line 11, app/assets/stylesheets/angle/app/chart-flot.scss */
.flot-chart {
  display: block;
  width: 100%;
  height: 250px;
}

/* line 16, app/assets/stylesheets/angle/app/chart-flot.scss */
.flot-chart .legend > table tr td {
  padding: 3px;
}

/* line 19, app/assets/stylesheets/angle/app/chart-flot.scss */
.flot-chart .legend > table tr td:first-child {
  padding-left: 3px;
}

/* line 22, app/assets/stylesheets/angle/app/chart-flot.scss */
.flot-chart .legend > table tr td:last-child {
  padding-right: 3px;
}

/* line 25, app/assets/stylesheets/angle/app/chart-flot.scss */
.flot-chart .legend > table tr + tr td {
  padding-top: 0;
}

/* line 29, app/assets/stylesheets/angle/app/chart-flot.scss */
.flot-chart .legend > div:first-child {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

/* line 33, app/assets/stylesheets/angle/app/chart-flot.scss */
.flot-chart .legend .legendColorBox > div,
.flot-chart .legend .legendColorBox > div > div {
  border-radius: 400px;
}

/* line 40, app/assets/stylesheets/angle/app/chart-flot.scss */
.flot-chart-content {
  width: 100%;
  height: 100%;
}

/* line 46, app/assets/stylesheets/angle/app/chart-flot.scss */
.flot-pie-label {
  padding: 3px 5px;
  font-size: 10px;
  text-align: center;
  color: #fff;
}

/* line 55, app/assets/stylesheets/angle/app/chart-flot.scss */
#flotTip {
  position: relative;
  padding: 5px;
  font-size: 12px !important;
  border-radius: 2px !important;
  border-color: transparent !important;
  background-color: rgba(0, 0, 0, 0.75) !important;
  color: #f1f1f1;
  z-index: 5;
}

/**
 * Custom form elements
 *    - Checkbox 
 *    - Radios
 *    - Switch
 *    - Rounded inputs
 */
/* line 32, app/assets/stylesheets/angle/app/form-elements.scss */
.c-checkbox,
.c-radio {
  margin-right: 4px;
}

/* line 35, app/assets/stylesheets/angle/app/form-elements.scss */
.c-checkbox *,
.c-radio * {
  cursor: pointer;
}

/* line 38, app/assets/stylesheets/angle/app/form-elements.scss */
.c-checkbox input,
.c-radio input {
  opacity: 0;
  position: absolute;
  margin-left: 0 !important;
}

/* line 45, app/assets/stylesheets/angle/app/form-elements.scss */
.c-checkbox span,
.c-radio span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: -20px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #ccc;
  margin-right: 5px;
  text-align: center;
}

/* line 55, app/assets/stylesheets/angle/app/form-elements.scss */
.c-checkbox span:before,
.c-radio span:before {
  margin-left: 1px;
}

/* line 60, app/assets/stylesheets/angle/app/form-elements.scss */
.c-checkbox:hover span,
.c-radio:hover span {
  border-color: #5d9cec;
}

/* line 64, app/assets/stylesheets/angle/app/form-elements.scss */
.form-inline .c-checkbox span, .form-inline .c-radio span {
  margin-left: 0;
}

/* line 70, app/assets/stylesheets/angle/app/form-elements.scss */
.c-checkbox.c-checkbox-rounded span, .c-checkbox.c-radio-rounded span,
.c-radio.c-checkbox-rounded span,
.c-radio.c-radio-rounded span {
  border-radius: 500px;
}

/* override for radio */
/* line 77, app/assets/stylesheets/angle/app/form-elements.scss */
.c-radio span {
  border-radius: 500px;
}

/* the icon */
/* line 84, app/assets/stylesheets/angle/app/form-elements.scss */
.c-checkbox span:before,
.c-radio span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-align: center !important;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
}

/* Checked state */
/* line 98, app/assets/stylesheets/angle/app/form-elements.scss */
.c-checkbox,
.c-radio {
  /* override for radio */
  /* Disable state */
  /* override for radio */
}

/* line 100, app/assets/stylesheets/angle/app/form-elements.scss */
.c-checkbox input[type=checkbox]:checked + span:before,
.c-checkbox input[type=radio]:checked + span:before,
.c-radio input[type=checkbox]:checked + span:before,
.c-radio input[type=radio]:checked + span:before {
  color: #fff;
  opacity: 1;
  transition: color .3s ease-out;
}

/* line 107, app/assets/stylesheets/angle/app/form-elements.scss */
.c-checkbox input[type=checkbox]:checked + span,
.c-checkbox input[type=radio]:checked + span,
.c-radio input[type=checkbox]:checked + span,
.c-radio input[type=radio]:checked + span {
  border-color: #5d9cec;
  background-color: #5d9cec;
}

/* line 114, app/assets/stylesheets/angle/app/form-elements.scss */
.c-checkbox input[type=radio]:checked + span,
.c-radio input[type=radio]:checked + span {
  background-color: #fff;
}

/* line 116, app/assets/stylesheets/angle/app/form-elements.scss */
.c-checkbox input[type=radio]:checked + span:before,
.c-radio input[type=radio]:checked + span:before {
  color: #5d9cec;
}

/* line 123, app/assets/stylesheets/angle/app/form-elements.scss */
.c-checkbox input[type=checkbox]:disabled + span,
.c-checkbox input[type=radio]:disabled + span,
.c-radio input[type=checkbox]:disabled + span,
.c-radio input[type=radio]:disabled + span {
  border-color: #ddd !important;
  background-color: #ddd !important;
}

/* line 129, app/assets/stylesheets/angle/app/form-elements.scss */
.c-checkbox input[type=radio]:disabled + span,
.c-radio input[type=radio]:disabled + span {
  background-color: #fff !important;
}

/* line 131, app/assets/stylesheets/angle/app/form-elements.scss */
.c-checkbox input[type=radio]:disabled + span:before,
.c-radio input[type=radio]:disabled + span:before {
  color: #ddd;
}

/* line 138, app/assets/stylesheets/angle/app/form-elements.scss */
.c-radio.c-radio-nofont {
  /* override for radio */
  /* Disable state */
  /* override for radio */
}

/* line 140, app/assets/stylesheets/angle/app/form-elements.scss */
.c-radio.c-radio-nofont span:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 500px;
}

/* line 152, app/assets/stylesheets/angle/app/form-elements.scss */
.c-radio.c-radio-nofont input[type=radio]:checked + span:before {
  color: #fff;
  opacity: 1;
  transition: color .3s ease-out;
}

/* line 158, app/assets/stylesheets/angle/app/form-elements.scss */
.c-radio.c-radio-nofont input[type=radio]:checked + span {
  border-color: #5d9cec;
  background-color: #5d9cec;
}

/* line 164, app/assets/stylesheets/angle/app/form-elements.scss */
.c-radio.c-radio-nofont input[type=radio]:checked + span {
  background-color: #fff;
}

/* line 166, app/assets/stylesheets/angle/app/form-elements.scss */
.c-radio.c-radio-nofont input[type=radio]:checked + span:before {
  background-color: #5d9cec;
}

/* line 173, app/assets/stylesheets/angle/app/form-elements.scss */
.c-radio.c-radio-nofont input[type=radio]:disabled + span {
  border-color: #ddd !important;
  background-color: #ddd !important;
}

/* line 178, app/assets/stylesheets/angle/app/form-elements.scss */
.c-radio.c-radio-nofont input[type=radio]:disabled + span {
  background-color: #fff !important;
}

/* line 180, app/assets/stylesheets/angle/app/form-elements.scss */
.c-radio.c-radio-nofont input[type=radio]:disabled + span:before {
  background-color: #ddd;
}

/* line 191, app/assets/stylesheets/angle/app/form-elements.scss */
.form-control-rounded {
  border-radius: 100px;
}

/* line 210, app/assets/stylesheets/angle/app/form-elements.scss */
.switch .form-control, .switch body .bootstrap-tagsinput, body .switch .bootstrap-tagsinput {
  padding-top: 7px;
  margin-bottom: 0;
}

/* line 216, app/assets/stylesheets/angle/app/form-elements.scss */
.switch * {
  cursor: pointer;
}

/* line 220, app/assets/stylesheets/angle/app/form-elements.scss */
.switch input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

/* line 227, app/assets/stylesheets/angle/app/form-elements.scss */
.switch span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  transition: all .5s;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
  vertical-align: middle;
}

/* line 239, app/assets/stylesheets/angle/app/form-elements.scss */
.switch span:after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #ddd;
  border-radius: 400px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s;
}

/* line 23, app/assets/stylesheets/angle/app/form-elements.scss */
.switch.switch-lg span {
  width: 50px;
  height: 25px;
}

/* line 27, app/assets/stylesheets/angle/app/form-elements.scss */
.switch.switch-lg span:after {
  height: 23px;
  width: 23px;
}

/* line 23, app/assets/stylesheets/angle/app/form-elements.scss */
.switch.switch-sm span {
  width: 30px;
  height: 15px;
}

/* line 27, app/assets/stylesheets/angle/app/form-elements.scss */
.switch.switch-sm span:after {
  height: 13px;
  width: 13px;
}

/* line 256, app/assets/stylesheets/angle/app/form-elements.scss */
.switch input:checked + span {
  background-color: #5d9cec;
  border-color: #5d9cec;
  transition: all .5s;
}

/* line 262, app/assets/stylesheets/angle/app/form-elements.scss */
.switch input:checked + span:after {
  left: 50%;
  transition: all .2s;
}

/* line 270, app/assets/stylesheets/angle/app/form-elements.scss */
.form-control-feedback {
  left: 16px;
  right: auto;
}

/* line 275, app/assets/stylesheets/angle/app/form-elements.scss */
.form-control + .form-control-feedback, body .bootstrap-tagsinput + .form-control-feedback, .form-control + .parsley-errors-list + .form-control-feedback, body .bootstrap-tagsinput + .parsley-errors-list + .form-control-feedback {
  right: 0;
  left: auto;
}

/* line 282, app/assets/stylesheets/angle/app/form-elements.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, body .input-group-sm > .bootstrap-tagsinput + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.ColVis .input-group-sm > .input-group-btn > .ColVis_Button + .form-control-feedback, .input-sm + .parsley-errors-list + .form-control-feedback, .input-group-sm > .form-control + .parsley-errors-list + .form-control-feedback, body .input-group-sm > .bootstrap-tagsinput + .parsley-errors-list + .form-control-feedback,
.input-group-sm > .input-group-addon + .parsley-errors-list + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .parsley-errors-list + .form-control-feedback,
.ColVis .input-group-sm > .input-group-btn > .ColVis_Button + .parsley-errors-list + .form-control-feedback {
  top: 0;
}

/* line 294, app/assets/stylesheets/angle/app/form-elements.scss */
.input-md {
  width: 260px;
}

/* line 299, app/assets/stylesheets/angle/app/form-elements.scss */
.note-editor {
  background-image: -webkit-linear-gradient(#eee 0.1em, transparent 0.1em);
  background-image: linear-gradient(#eee 0.1em, transparent 0.1em);
  background-size: 100% 20px;
  background-color: #fff;
  line-height: 20px;
  margin-top: 5px;
  padding: 0;
  padding-bottom: 1px;
  border: none;
}

/* line 312, app/assets/stylesheets/angle/app/form-elements.scss */
.note-editor.note-editor-margin {
  background-image: -webkit-linear-gradient(0deg, transparent 49px, #ffe0c4 49px, #ffe0c4 51px, transparent 51px), -webkit-linear-gradient(#eee 0.1em, transparent 0.1em);
  background-image: linear-gradient(90deg, transparent 49px, #ffe0c4 49px, #ffe0c4 51px, transparent 51px), linear-gradient(#eee 0.1em, transparent 0.1em);
  padding-left: 55px;
}

/* line 11, app/assets/stylesheets/angle/app/form-validation.scss */
.parsley-error {
  border-color: #f05050 !important;
}

/* line 15, app/assets/stylesheets/angle/app/form-validation.scss */
.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

/* line 20, app/assets/stylesheets/angle/app/form-validation.scss */
.parsley-errors-list.filled {
  display: block;
}

/* line 24, app/assets/stylesheets/angle/app/form-validation.scss */
.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #f05050;
}

/* line 8, app/assets/stylesheets/angle/app/form-tags.scss */
body .bootstrap-tagsinput {
  height: auto;
  min-height: 35px;
  margin-bottom: 0;
}

/* line 16, app/assets/stylesheets/angle/app/form-tags.scss */
body .bootstrap-tagsinput .tag {
  color: #fff;
}

/* ========================================================================
     Component: form-wizard
 ========================================================================== */
/* line 14, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard, .tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}

/* line 19, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard a, .tabcontrol a {
  outline: 0;
}

/* line 22, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard ul, .tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

/* line 27, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard ul > li, .tabcontrol ul > li {
  display: block;
  padding: 0;
}

/* line 31, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .steps .current-info, .tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}

/* line 35, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .content > .title, .tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}

/* line 40, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}

/* line 44, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .steps .number {
  font-size: 1.429em;
}

/* line 48, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .steps > ul > li {
  width: 25%;
}

/* line 53, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .content {
  background: #fff;
  display: block;
  margin: 0.5em;
  min-height: 300px;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 64, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 100%;
  height: 95%;
  padding: 2.5% 0;
}

/* line 70, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .content > .body ul {
  list-style: disc !important;
}

/* line 72, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .content > .body ul > li {
  display: list-item;
}

/* line 76, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

/* line 81, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .content > .body input {
  display: block;
}

/* line 88, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

/* line 93, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}

/* line 97, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .content > .body label.error {
  color: #f05050;
  margin-left: 1.5em;
  padding: 0;
}

/* line 102, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .content > .body .checkbox label.error {
  display: block !important;
}

/* line 107, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}

/* line 112, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}

/* line 115, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .actions > ul > li {
  margin: 0 0.5em;
}

/* line 123, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}

/* line 128, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}

/* line 134, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}

/* line 140, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

/* line 146, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}

/* line 153, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .steps > ul > li, .wizard > .actions > ul > li {
  float: left;
}

/* line 156, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 0;
  font-weight: bold;
  color: #515253;
}

/* line 167, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .steps a > small, .wizard > .steps a:hover > small, .wizard > .steps a:active > small {
  font-weight: normal;
  color: #909FA7;
}

/* line 172, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
  background: #fcfcfc;
  color: #515253;
  cursor: default;
}

/* line 177, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
  background: #5d9cec;
  color: #fff;
  cursor: default;
}

/* line 181, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .steps .current a > small, .wizard > .steps .current a:hover > small, .wizard > .steps .current a:active > small {
  color: #fff;
}

/* line 185, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
  background: #fcfcfc;
  color: #515253;
}

/* line 189, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}

/* line 193, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  display: inline-block;
  padding: 6px 16px;
  font-size: 13px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  background-color: #5d9cec;
  border-color: #5d9cec;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.wizard > .actions a:focus, .wizard > .actions a.focus,
.wizard > .actions a:hover:focus,
.wizard > .actions a.focus:hover,
.wizard > .actions a:active:focus,
.wizard > .actions a.focus:active {
  color: #fff;
  background-color: #4b91ea;
  border-color: #3886e8;
}

/* line 17, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.wizard > .actions a:hover,
.wizard > .actions a:hover:hover,
.wizard > .actions a:active:hover {
  color: #fff;
  background-color: #4b91ea;
  border-color: #3886e8;
}

/* line 22, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.wizard > .actions a:active, .wizard > .actions a.active, .open > .wizard > .actions a.dropdown-toggle,
.wizard > .actions a:hover:active,
.wizard > .actions a.active:hover, .open > .wizard > .actions a.dropdown-toggle:hover,
.wizard > .actions a:active:active,
.wizard > .actions a.active:active, .open > .wizard > .actions a.dropdown-toggle:active {
  color: #fff;
  background-color: #4b91ea;
  border-color: #3886e8;
}

/* line 29, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.wizard > .actions a:active:hover, .wizard > .actions a:active:focus, .wizard > .actions a.focus:active, .wizard > .actions a.active:hover, .wizard > .actions a.active:focus, .wizard > .actions a.active.focus, .open > .wizard > .actions a.dropdown-toggle:hover, .open > .wizard > .actions a.dropdown-toggle:focus, .open > .wizard > .actions a.dropdown-toggle.focus,
.wizard > .actions a:hover:active:hover,
.wizard > .actions a:hover:active:focus,
.wizard > .actions a.focus:hover:active,
.wizard > .actions a.active:hover:hover,
.wizard > .actions a.active:hover:focus,
.wizard > .actions a.active.focus:hover, .open > .wizard > .actions a.dropdown-toggle:hover:hover, .open > .wizard > .actions a.dropdown-toggle:hover:focus, .open > .wizard > .actions a.dropdown-toggle.focus:hover,
.wizard > .actions a:active:active:hover,
.wizard > .actions a:active:active:focus,
.wizard > .actions a.focus:active:active,
.wizard > .actions a.active:active:hover,
.wizard > .actions a.active:active:focus,
.wizard > .actions a.active.focus:active, .open > .wizard > .actions a.dropdown-toggle:active:hover, .open > .wizard > .actions a.dropdown-toggle:active:focus, .open > .wizard > .actions a.dropdown-toggle.focus:active {
  color: #fff;
  background-color: #4b91ea;
  border-color: #3886e8;
}

/* line 37, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.wizard > .actions a:active, .wizard > .actions a.active, .open > .wizard > .actions a.dropdown-toggle,
.wizard > .actions a:hover:active,
.wizard > .actions a.active:hover, .open > .wizard > .actions a.dropdown-toggle:hover,
.wizard > .actions a:active:active,
.wizard > .actions a.active:active, .open > .wizard > .actions a.dropdown-toggle:active {
  background-image: none;
}

/* line 45, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.wizard > .actions a.disabled, .wizard > .actions a.disabled:hover, .wizard > .actions a.disabled:focus, .wizard > .actions a.disabled.focus, .wizard > .actions a.disabled:active, .wizard > .actions a.disabled.active, .wizard > .actions a[disabled], .wizard > .actions a[disabled]:hover, .wizard > .actions a[disabled]:focus, .wizard > .actions a.focus[disabled], .wizard > .actions a[disabled]:active, .wizard > .actions a.active[disabled], fieldset[disabled] .wizard > .actions a, fieldset[disabled] .wizard > .actions a:hover, fieldset[disabled] .wizard > .actions a:focus, fieldset[disabled] .wizard > .actions a.focus, fieldset[disabled] .wizard > .actions a:active, fieldset[disabled] .wizard > .actions a.active,
.wizard > .actions a.disabled:hover,
.wizard > .actions a.disabled:hover:hover,
.wizard > .actions a.disabled:hover:focus,
.wizard > .actions a.disabled.focus:hover,
.wizard > .actions a.disabled:hover:active,
.wizard > .actions a.disabled.active:hover,
.wizard > .actions a[disabled]:hover,
.wizard > .actions a[disabled]:hover:hover,
.wizard > .actions a[disabled]:hover:focus,
.wizard > .actions a.focus[disabled]:hover,
.wizard > .actions a[disabled]:hover:active,
.wizard > .actions a.active[disabled]:hover, fieldset[disabled] .wizard > .actions a:hover, fieldset[disabled] .wizard > .actions a:hover:hover, fieldset[disabled] .wizard > .actions a:hover:focus, fieldset[disabled] .wizard > .actions a.focus:hover, fieldset[disabled] .wizard > .actions a:hover:active, fieldset[disabled] .wizard > .actions a.active:hover,
.wizard > .actions a.disabled:active,
.wizard > .actions a.disabled:active:hover,
.wizard > .actions a.disabled:active:focus,
.wizard > .actions a.disabled.focus:active,
.wizard > .actions a.disabled:active:active,
.wizard > .actions a.disabled.active:active,
.wizard > .actions a[disabled]:active,
.wizard > .actions a[disabled]:active:hover,
.wizard > .actions a[disabled]:active:focus,
.wizard > .actions a.focus[disabled]:active,
.wizard > .actions a[disabled]:active:active,
.wizard > .actions a.active[disabled]:active, fieldset[disabled] .wizard > .actions a:active, fieldset[disabled] .wizard > .actions a:active:hover, fieldset[disabled] .wizard > .actions a:active:focus, fieldset[disabled] .wizard > .actions a.focus:active, fieldset[disabled] .wizard > .actions a:active:active, fieldset[disabled] .wizard > .actions a.active:active {
  background-color: #5d9cec;
  border-color: #5d9cec;
}

/* line 56, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_buttons.scss */
.wizard > .actions a .badge,
.wizard > .actions a:hover .badge,
.wizard > .actions a:active .badge {
  color: #5d9cec;
  background-color: #fff;
}

/* line 203, app/assets/stylesheets/angle/app/form-wizard.scss */
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
  color: #333;
  background: #fff;
  border: 1px solid #eaeaea;
}

/* line 209, app/assets/stylesheets/angle/app/form-wizard.scss */
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}

/* line 213, app/assets/stylesheets/angle/app/form-wizard.scss */
.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}

/* line 218, app/assets/stylesheets/angle/app/form-wizard.scss */
.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 228, app/assets/stylesheets/angle/app/form-wizard.scss */
.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}

/* line 236, app/assets/stylesheets/angle/app/form-wizard.scss */
.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}

/* line 240, app/assets/stylesheets/angle/app/form-wizard.scss */
.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}

/* line 245, app/assets/stylesheets/angle/app/form-wizard.scss */
.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}

/* line 251, app/assets/stylesheets/angle/app/form-wizard.scss */
.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}

/* line 257, app/assets/stylesheets/angle/app/form-wizard.scss */
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}

/* line 265, app/assets/stylesheets/angle/app/form-wizard.scss */
.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

/* line 271, app/assets/stylesheets/angle/app/form-wizard.scss */
.tabcontrol > .content > .body ul {
  list-style: disc !important;
}

/* line 273, app/assets/stylesheets/angle/app/form-wizard.scss */
.tabcontrol > .content > .body ul > li {
  display: list-item;
}

/* line 7, app/assets/stylesheets/angle/app/datatable.scss */
.dataTables_filter input {
  margin-left: 10px;
}

/* line 15, app/assets/stylesheets/angle/app/datatable.scss */
.dataTables_length select {
  margin-right: 10px;
}

/* line 21, app/assets/stylesheets/angle/app/datatable.scss */
table.dataTable tfoot > tr > th {
  color: #a1a2a3;
  background: #f1f2f3;
}

/* line 29, app/assets/stylesheets/angle/app/datatable.scss */
.panel .dataTables_wrapper .row {
  margin: 10px 0;
}

/* line 32, app/assets/stylesheets/angle/app/datatable.scss */
.panel .dataTable {
  width: 100% !important;
}

/* line 44, app/assets/stylesheets/angle/app/datatable.scss */
.ColVis .ColVis_Button {
  background-color: #fff;
  background-image: none !important;
  box-shadow: 0 0 0 #000 !important;
  cursor: pointer;
  height: 31px;
}

/* line 53, app/assets/stylesheets/angle/app/datatable.scss */
.ColVis .ColVis_Button > span {
  color: #656565;
}

/* line 61, app/assets/stylesheets/angle/app/datatable.scss */
.ColVis_collectionBackground {
  display: none;
}

/* line 66, app/assets/stylesheets/angle/app/datatable.scss */
ul.ColVis_collection {
  background-color: #fff !important;
}

/* line 68, app/assets/stylesheets/angle/app/datatable.scss */
ul.ColVis_collection > li {
  border: 0 !important;
  background-image: none !important;
  box-shadow: 0 0 0 #000 !important;
  margin: 0;
}

/* line 73, app/assets/stylesheets/angle/app/datatable.scss */
ul.ColVis_collection > li > label {
  margin: 0;
}

/* line 75, app/assets/stylesheets/angle/app/datatable.scss */
ul.ColVis_collection > li > label > span {
  color: #888;
  vertical-align: top;
  font-weight: normal;
}

/* line 79, app/assets/stylesheets/angle/app/datatable.scss */
ul.ColVis_collection > li > label > span:hover {
  color: #555;
}

/* line 83, app/assets/stylesheets/angle/app/datatable.scss */
ul.ColVis_collection > li > label input[type=checkbox]:checked + span,
ul.ColVis_collection > li > label input[type=radio]:checked + span {
  background-color: transparent;
}

/* line 91, app/assets/stylesheets/angle/app/datatable.scss */
.ColVis_catcher {
  cursor: pointer;
}

/* line 98, app/assets/stylesheets/angle/app/datatable.scss */
.table-responsive .dataTables_wrapper .row {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  /* line 106, app/assets/stylesheets/angle/app/datatable.scss */
  div.dataTables_filter label,
div.dataTables_length label,
div.dataTables_paginate {
    float: none;
  }
  /* line 110, app/assets/stylesheets/angle/app/datatable.scss */
  div.dataTables_filter label select,
div.dataTables_length label select,
div.dataTables_paginate select {
    display: inline-block;
  }
  /* line 115, app/assets/stylesheets/angle/app/datatable.scss */
  .dataTables_wrapper > .row > div {
    float: none;
    text-align: center;
    width: 100%;
  }
}

/* line 10, app/assets/stylesheets/angle/app/table-extras.scss */
.table > thead > tr > th {
  padding: 14px 8px;
  color: #888;
}

/* line 14, app/assets/stylesheets/angle/app/table-extras.scss */
.table > tbody > tr > td {
  vertical-align: middle;
}

/* line 17, app/assets/stylesheets/angle/app/table-extras.scss */
.table > tbody > tr > td > .media img {
  width: 36px;
  height: 36px;
  margin: 0 auto;
}

/* line 25, app/assets/stylesheets/angle/app/table-extras.scss */
.table .checkbox {
  margin: 0 auto;
  width: 20px;
}

/* line 30, app/assets/stylesheets/angle/app/table-extras.scss */
.table .progress {
  margin-bottom: 0;
}

/* line 34, app/assets/stylesheets/angle/app/table-extras.scss */
.table .radial-bar {
  margin-bottom: 0;
  margin: 0 auto;
}

/* line 40, app/assets/stylesheets/angle/app/table-extras.scss */
.jqstooltip {
  box-sizing: content-box;
}

/* line 46, app/assets/stylesheets/angle/app/table-extras.scss */
#table-ext-1 th:nth-child(1) {
  width: 3%;
}

/* line 49, app/assets/stylesheets/angle/app/table-extras.scss */
#table-ext-1 th:nth-child(2) {
  width: 5%;
}

/* line 52, app/assets/stylesheets/angle/app/table-extras.scss */
#table-ext-1 th:nth-child(7) {
  width: 5%;
}

/* line 55, app/assets/stylesheets/angle/app/table-extras.scss */
#table-ext-1 th:nth-child(9) {
  width: 5%;
}

/* line 63, app/assets/stylesheets/angle/app/table-extras.scss */
#table-ext-2 th:nth-child(1) {
  width: 5%;
}

/* line 66, app/assets/stylesheets/angle/app/table-extras.scss */
#table-ext-2 th:nth-child(3) {
  width: 10%;
}

/* line 5, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-widget {
  font-family: inherit;
}

/* line 9, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-jqgrid {
  border-radius: 4px;
  border-width: 3px 1px 1px 1px;
  border-color: #cfdbe2;
}

/* line 15, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-jqgrid * {
  max-width: 100%;
}

/* line 20, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-jqgrid .ui-jqgrid-titlebar {
  position: relative;
  padding: 8px 15px;
  border-bottom: 0;
  line-height: 1.528571429;
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
  background-color: #fff;
  color: #444;
}

/* line 31, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-jqgrid .ui-jqgrid-titlebar .ui-jqgrid-titlebar-close {
  margin-right: 10px;
}

/* line 36, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-jqgrid .ui-jqgrid-pager {
  position: relative;
  padding: 8px 14px !important;
  height: auto !important;
  max-width: 100%;
}

/* line 44, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-jqgrid .ui-jqgrid-pager .ui-pg-table .navtable .ui-corner-all {
  border-radius: 0px;
}

/* line 50, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-jqgrid .ui-jqgrid-pager .ui-pg-input,
.ui-jqgrid .ui-jqgrid-pager .ui-pg-selbox {
  height: 24px;
  padding: 4px;
  font-size: 12px;
  line-height: 1.5;
  color: #3a3f51;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dde6e9;
  border-radius: 4px;
  -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 64, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
  position: relative;
}

/* line 67, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button:hover {
  padding: 1px;
  border: 0px;
}

/* line 74, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-jqgrid .loading {
  position: absolute;
  top: 45%;
  left: 45%;
  width: auto;
  height: auto;
  z-index: 101;
  padding: 6px;
  margin: 5px;
  text-align: center;
  font-weight: bold;
  display: none;
  border-width: 2px !important;
  font-size: 11px;
}

/* line 93, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 0;
  background: #fafbfc;
  font-weight: bold;
  color: #888;
}

/* line 102, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-state-default.ui-state-hover,
.ui-widget-content .ui-state-default.ui-state-hover,
.ui-widget-header .ui-state-default.ui-state-hover {
  background: #fafbfc;
}

/* line 105, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-state-default .ui-state-default,
.ui-widget-content .ui-state-default .ui-state-default,
.ui-widget-header .ui-state-default .ui-state-default {
  border-top: 0 !important;
}

/* line 110, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-widget-header {
  background-image: none;
}

/* line 119, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-jqgrid tr.ui-row-ltr td {
  border-right: 0;
  text-align: left;
  border-color: #edf1f2;
  background-color: inherit;
}

/* line 130, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-jqgrid tr.ui-search-toolbar th {
  border-top-width: 0px !important;
  border-top-color: inherit !important;
  border-top-style: ridge !important;
}

/* line 138, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-jqgrid tr.jqgrow td {
  padding: 8px;
}

/* line 143, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-jqgrid .ui-jqgrid-btable {
  border-collapse: separate;
}

/* line 146, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-jqgrid .ui-jqgrid-htable {
  border-collapse: separate;
}

/* line 148, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-jqgrid .ui-jqgrid-htable th {
  padding: 14px 8px;
}

/* line 153, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-jqgrid .ui-jqgrid-bdiv,
.ui-jqgrid .ui-jqgrid-btable {
  width: auto !important;
}

/* line 158, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-jqgrid tr.jqfoot td {
  min-height: 25px;
  padding: 5px 2px;
}

/* line 162, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-jqgrid tr.footrow td {
  height: 30px;
}

/* line 166, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-jqgrid tr.footrow-ltr td {
  border: 0;
}

/* line 173, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-search-toolbar input[type="text"] {
  font-size: 12px;
  height: 15px;
  border: 1px solid #e4eaec;
  border-radius: 0px;
}

/* line 183, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #edf1f2;
  border-collapse: separate;
  color: #656565;
}

/* line 192, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #edf1f2;
  color: #656565;
}

/* line 198, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-widget-content {
  color: #656565;
  font-size: 13px;
  background-image: none;
}

/* line 203, app/assets/stylesheets/angle/app/jqgrid.scss */
tr.ui-widget-content {
  border: 0;
}

/* line 207, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #edf1f2;
  background: #fff;
  font-weight: normal;
  color: #888;
}

/* line 217, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-jqdialog .ui-jqdialog-titlebar {
  padding: 10px 10px;
}

/* line 220, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-jqdialog .ui-jqdialog-title {
  float: none !important;
}

/* line 223, app/assets/stylesheets/angle/app/jqgrid.scss */
.ui-jqdialog > .ui-resizable-se {
  position: absolute;
}

/**
 * Bootstrap Slider
 */
/* line 18, app/assets/stylesheets/angle/app/plugins.scss */
body {
  /**
   * Chosen
   */
  /**
   * Filestyle
   */
}

/* line 63, app/assets/stylesheets/angle/app/plugins.scss */
body .slider-handle,
body .slider-track,
body .slider-selection {
  background-image: none;
  box-shadow: 0 0 0 #000;
}

/* line 70, app/assets/stylesheets/angle/app/plugins.scss */
body .slider-handle {
  background-color: #fff;
  border: 1px solid #5d9cec;
  opacity: 1;
}

/* line 75, app/assets/stylesheets/angle/app/plugins.scss */
body .slider-track {
  background-color: #fff;
  border: 1px solid #5d9cec;
}

/* line 79, app/assets/stylesheets/angle/app/plugins.scss */
body .slider-selection {
  background-color: #5d9cec;
}

/* line 84, app/assets/stylesheets/angle/app/plugins.scss */
body .slider .tooltip.top .tooltip-arrow {
  border-top-color: #2c3037;
}

/* line 87, app/assets/stylesheets/angle/app/plugins.scss */
body .slider .tooltip.right .tooltip-arrow {
  border-right-color: #2c3037;
}

/* line 90, app/assets/stylesheets/angle/app/plugins.scss */
body .slider .tooltip-inner {
  background-color: #2c3037;
}

/* line 95, app/assets/stylesheets/angle/app/plugins.scss */
body .slider-lg {
  width: 380px;
}

/* line 108, app/assets/stylesheets/angle/app/plugins.scss */
body .chosen-container {
  width: 100% !important;
  max-width: 100%;
}

/* line 113, app/assets/stylesheets/angle/app/plugins.scss */
body .chosen-container-multi .chosen-choices {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 1.528571429;
  color: #3a3f51;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dde6e9;
  border-radius: 4px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}

/* line 57, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_forms.scss */
body .chosen-container-multi .chosen-choices: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, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
body .chosen-container-multi .chosen-choices::-moz-placeholder {
  color: #b7bac9;
  opacity: 1;
}

/* line 107, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
body .chosen-container-multi .chosen-choices:-ms-input-placeholder {
  color: #b7bac9;
}

/* line 108, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
body .chosen-container-multi .chosen-choices::-webkit-input-placeholder {
  color: #b7bac9;
}

/* line 52, app/assets/stylesheets/angle/app/plugins.scss */
body .chosen-container-multi .chosen-choices[disabled], body .chosen-container-multi .chosen-choices[readonly], fieldset[disabled] body .chosen-container-multi .chosen-choices {
  cursor: not-allowed;
  background-color: #edf1f2;
  opacity: 1;
}

/* line 118, app/assets/stylesheets/angle/app/plugins.scss */
body .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: auto;
  padding: 0;
}

/* line 123, app/assets/stylesheets/angle/app/plugins.scss */
body .chosen-container-multi .chosen-choices li.search-choice {
  margin: 0 5px 3px 0;
  background-color: #f5f6f7;
  border: 1px solid #e7e9ec;
  background-image: none;
}

/* line 130, app/assets/stylesheets/angle/app/plugins.scss */
body .chosen-container .chosen-results li.highlighted {
  background-color: #a1a2a3;
  background-image: none;
}

/* line 134, app/assets/stylesheets/angle/app/plugins.scss */
body .chosen-container .chosen-drop {
  border-color: #ddd;
}

/* line 137, app/assets/stylesheets/angle/app/plugins.scss */
body .chosen-container .chosen-results li.group-result {
  color: #747576;
  letter-spacing: 0.02em;
}

/* line 142, app/assets/stylesheets/angle/app/plugins.scss */
body .chosen-container-single .chosen-single,
body .chosen-container-active.chosen-with-drop .chosen-single {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 1.528571429;
  color: #3a3f51;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dde6e9;
  border-radius: 4px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}

/* line 57, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_forms.scss */
body .chosen-container-single .chosen-single:focus,
body .chosen-container-active.chosen-with-drop .chosen-single: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, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
body .chosen-container-single .chosen-single::-moz-placeholder,
body .chosen-container-active.chosen-with-drop .chosen-single::-moz-placeholder {
  color: #b7bac9;
  opacity: 1;
}

/* line 107, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
body .chosen-container-single .chosen-single:-ms-input-placeholder,
body .chosen-container-active.chosen-with-drop .chosen-single:-ms-input-placeholder {
  color: #b7bac9;
}

/* line 108, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
body .chosen-container-single .chosen-single::-webkit-input-placeholder,
body .chosen-container-active.chosen-with-drop .chosen-single::-webkit-input-placeholder {
  color: #b7bac9;
}

/* line 52, app/assets/stylesheets/angle/app/plugins.scss */
body .chosen-container-single .chosen-single[disabled], body .chosen-container-single .chosen-single[readonly], fieldset[disabled] body .chosen-container-single .chosen-single,
body .chosen-container-active.chosen-with-drop .chosen-single[disabled],
body .chosen-container-active.chosen-with-drop .chosen-single[readonly], fieldset[disabled] body .chosen-container-active.chosen-with-drop .chosen-single {
  cursor: not-allowed;
  background-color: #edf1f2;
  opacity: 1;
}

/* line 148, app/assets/stylesheets/angle/app/plugins.scss */
body .chosen-container-single .chosen-drop {
  margin-top: -3px;
}

/* line 152, app/assets/stylesheets/angle/app/plugins.scss */
body .chosen-container-single .chosen-single div {
  top: 6px;
  right: 5px;
}

/* line 157, app/assets/stylesheets/angle/app/plugins.scss */
body .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: #b7bac9;
}

/* line 165, app/assets/stylesheets/angle/app/plugins.scss */
body .bootstrap-filestyle {
  max-width: 380px;
}

/* line 170, app/assets/stylesheets/angle/app/plugins.scss */
body [data-classyloader] {
  max-width: 100%;
}

/* line 9, app/assets/stylesheets/angle/app/slim-scroll.scss */
[data-scrollable] {
  display: block;
}

/* line 14, app/assets/stylesheets/angle/app/slim-scroll.scss */
.slimScrollBar {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.35) !important;
  border: 0 !important;
  border-radius: 1px !important;
}

/* line 21, app/assets/stylesheets/angle/app/slim-scroll.scss */
.slimScrollRail {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.15) !important;
  border: 0 !important;
  border-radius: 0 !important;
  bottom: 0;
}

/* line 14, app/assets/stylesheets/angle/app/alerts.scss */
.alerts {
  position: fixed;
  top: 60px;
  left: 60px;
  z-index: 9090;
  width: 350px;
}

/* line 22, app/assets/stylesheets/angle/app/alerts.scss */
.alerts:hover .alert .close {
  opacity: 1;
  visibility: visible;
}

/* line 32, app/assets/stylesheets/angle/app/alerts.scss */
.alerts-top-right, .alerts,
.alerts-bottom-right {
  left: auto;
  right: 60px;
}

/* line 38, app/assets/stylesheets/angle/app/alerts.scss */
.alerts-top-center,
.alerts-bottom-center {
  left: 50%;
  margin-left: -175px;
}

/* line 44, app/assets/stylesheets/angle/app/alerts.scss */
.alerts-bottom-left,
.alerts-bottom-right,
.alerts-bottom-center {
  top: auto;
  bottom: 60px;
}

@media (max-width: 480px) {
  /* line 60, app/assets/stylesheets/angle/app/alerts.scss */
  .alerts {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}

/* line 59, app/assets/stylesheets/angle/app/notify.scss */
.uk-notify {
  position: fixed;
  top: 50px;
  left: 50px;
  z-index: 1040;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 350px;
}

/* line 74, app/assets/stylesheets/angle/app/notify.scss */
.uk-notify-top-right,
.uk-notify-bottom-right {
  left: auto;
  right: 50px;
}

/* line 80, app/assets/stylesheets/angle/app/notify.scss */
.uk-notify-top-center,
.uk-notify-bottom-center {
  left: 50%;
  margin-left: -175px;
}

/* line 86, app/assets/stylesheets/angle/app/notify.scss */
.uk-notify-bottom-left,
.uk-notify-bottom-right,
.uk-notify-bottom-center {
  top: auto;
  bottom: 50px;
}

@media (max-width: 480px) {
  /* line 102, app/assets/stylesheets/angle/app/notify.scss */
  .uk-notify {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}

/* line 115, app/assets/stylesheets/angle/app/notify.scss */
.uk-notify-message {
  position: relative;
  margin-bottom: 10px;
  padding: 15px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 3px;
  padding-right: 35px;
  cursor: pointer;
}

/* line 127, app/assets/stylesheets/angle/app/notify.scss */
.uk-notify-message.alert.alert-normal {
  background: #444;
  color: #fff;
}

/* line 138, app/assets/stylesheets/angle/app/notify.scss */
.uk-notify-message > .close {
  visibility: hidden;
}

/* line 143, app/assets/stylesheets/angle/app/notify.scss */
.uk-notify-message:hover > .close {
  visibility: visible;
}

/* line 7, app/assets/stylesheets/angle/app/calendar.scss */
.calendar-app .fc-button {
  color: #333;
  background-color: #fff;
  border-color: #eaeaea;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  height: auto;
  background-image: none;
}

/* line 11, app/assets/stylesheets/angle/app/../bootstrap/bootstrap/mixins/_buttons.scss */
.calendar-app .fc-button:focus, .calendar-app .fc-button.focus {
  color: #333;
  background-color: whitesmoke;
  border-color: #d6d6d6;
}

/* line 17, app/assets/stylesheets/angle/app/../bootstrap/bootstrap/mixins/_buttons.scss */
.calendar-app .fc-button:hover {
  color: #333;
  background-color: whitesmoke;
  border-color: #d6d6d6;
}

/* line 22, app/assets/stylesheets/angle/app/../bootstrap/bootstrap/mixins/_buttons.scss */
.calendar-app .fc-button:active, .calendar-app .fc-button.active, .open > .calendar-app .fc-button.dropdown-toggle {
  color: #333;
  background-color: whitesmoke;
  border-color: #d6d6d6;
}

/* line 29, app/assets/stylesheets/angle/app/../bootstrap/bootstrap/mixins/_buttons.scss */
.calendar-app .fc-button:active:hover, .calendar-app .fc-button:active:focus, .calendar-app .fc-button.focus:active, .calendar-app .fc-button.active:hover, .calendar-app .fc-button.active:focus, .calendar-app .fc-button.active.focus, .open > .calendar-app .fc-button.dropdown-toggle:hover, .open > .calendar-app .fc-button.dropdown-toggle:focus, .open > .calendar-app .fc-button.dropdown-toggle.focus {
  color: #333;
  background-color: whitesmoke;
  border-color: #d6d6d6;
}

/* line 37, app/assets/stylesheets/angle/app/../bootstrap/bootstrap/mixins/_buttons.scss */
.calendar-app .fc-button:active, .calendar-app .fc-button.active, .open > .calendar-app .fc-button.dropdown-toggle {
  background-image: none;
}

/* line 45, app/assets/stylesheets/angle/app/../bootstrap/bootstrap/mixins/_buttons.scss */
.calendar-app .fc-button.disabled, .calendar-app .fc-button.disabled:hover, .calendar-app .fc-button.disabled:focus, .calendar-app .fc-button.disabled.focus, .calendar-app .fc-button.disabled:active, .calendar-app .fc-button.disabled.active, .calendar-app .fc-button[disabled], .calendar-app .fc-button[disabled]:hover, .calendar-app .fc-button[disabled]:focus, .calendar-app .fc-button.focus[disabled], .calendar-app .fc-button[disabled]:active, .calendar-app .fc-button.active[disabled], fieldset[disabled] .calendar-app .fc-button, fieldset[disabled] .calendar-app .fc-button:hover, fieldset[disabled] .calendar-app .fc-button:focus, fieldset[disabled] .calendar-app .fc-button.focus, fieldset[disabled] .calendar-app .fc-button:active, fieldset[disabled] .calendar-app .fc-button.active {
  background-color: #fff;
  border-color: #eaeaea;
}

/* line 56, app/assets/stylesheets/angle/app/../bootstrap/bootstrap/mixins/_buttons.scss */
.calendar-app .fc-button .badge {
  color: #fff;
  background-color: #333;
}

/* line 13, app/assets/stylesheets/angle/app/calendar.scss */
.calendar-app .fc-button:active, .calendar-app .fc-button.active, .calendar-app .fc-button.fc-state-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 23, app/assets/stylesheets/angle/app/calendar.scss */
.calendar-app .fc-button .fc-icon {
  margin: 0 .1em;
  font-size: inherit;
  font-family: FontAwesome !important;
  vertical-align: baseline;
  color: #555;
}

/* line 30, app/assets/stylesheets/angle/app/calendar.scss */
.calendar-app .fc-button .fc-icon:after {
  display: none;
}

/* line 35, app/assets/stylesheets/angle/app/calendar.scss */
.calendar-app .fc-state-highlight,
.calendar-app .fc-day:hover {
  background-color: #f7f8f9;
}

/* line 40, app/assets/stylesheets/angle/app/calendar.scss */
.calendar-app .fc-day-number {
  font-size: 18px;
  font-weight: bold;
  color: #a1a2a3;
}

/* line 48, app/assets/stylesheets/angle/app/calendar.scss */
.calendar-app .fc-view {
  overflow: visible;
}

/* line 56, app/assets/stylesheets/angle/app/calendar.scss */
.calendar-app .external-events {
  margin: 0;
}

/* line 58, app/assets/stylesheets/angle/app/calendar.scss */
.calendar-app .external-events > div {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 6px 10px;
  color: #fff;
  font-size: 11px;
  border-radius: 2px;
  cursor: move;
}

/* line 68, app/assets/stylesheets/angle/app/calendar.scss */
.calendar-app .external-events:empty {
  content: "EMRTPUY";
}

/* line 74, app/assets/stylesheets/angle/app/calendar.scss */
.calendar-app .external-events-trash {
  position: relative;
  min-height: 120px;
}

/* line 77, app/assets/stylesheets/angle/app/calendar.scss */
.calendar-app .external-events-trash:after {
  content: "\f00d";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #131e26;
  opacity: 0;
  font-family: FontAwesome;
  color: #fff;
  text-align: center;
  font-size: 50px;
  padding: 8%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

/* line 93, app/assets/stylesheets/angle/app/calendar.scss */
.calendar-app .external-events-trash.active:after {
  opacity: 1;
  z-index: 1;
}

/* line 97, app/assets/stylesheets/angle/app/calendar.scss */
.calendar-app .external-events-trash.hovered:after {
  background-color: #fb797e;
}

/* line 103, app/assets/stylesheets/angle/app/calendar.scss */
.calendar-app .external-event-color-selector .circle.selected {
  border: 3px solid rgba(255, 255, 255, 0.5);
}

/* line 13, app/assets/stylesheets/angle/app/spinner.scss */
body .whirl {
  position: relative;
}

/* line 15, app/assets/stylesheets/angle/app/spinner.scss */
body .whirl:before {
  content: attr(data-spinner-text);
  display: block;
  background-color: #f0f0f0;
  opacity: 0.7;
}

/* line 21, app/assets/stylesheets/angle/app/spinner.scss */
body .whirl.solid {
  opacity: 1;
}

/* line 24, app/assets/stylesheets/angle/app/spinner.scss */
body .whirl:after {
  border-top-color: #5d9cec;
}

/* line 32, app/assets/stylesheets/angle/app/spinner.scss */
body .whirl.blade:after {
  border-bottom-color: #5d9cec;
}

/* line 35, app/assets/stylesheets/angle/app/spinner.scss */
body .whirl.double-up:after {
  border-right-color: #5d9cec;
  border-top-color: #5d9cec;
  border-left-color: #5d9cec;
  border-bottom-color: #5d9cec;
}

/* line 41, app/assets/stylesheets/angle/app/spinner.scss */
body .whirl.duo:after {
  border-right-color: #5d9cec;
  border-left-color: #5d9cec;
  border-top-color: #7266ba;
  border-bottom-color: #7266ba;
}

/* line 47, app/assets/stylesheets/angle/app/spinner.scss */
body .whirl.helicopter:after {
  background-color: #5d9cec;
}

/* line 50, app/assets/stylesheets/angle/app/spinner.scss */
body .whirl.ringed:after {
  border-right-color: #23b7e5;
  border-top-color: #7266ba;
  border-left-color: #7266ba;
  border-bottom-color: #7266ba;
}

/* line 56, app/assets/stylesheets/angle/app/spinner.scss */
body .whirl.traditional:after {
  border-right-color: #23b7e5;
  border-top-color: #23b7e5;
  border-left-color: #7266ba;
  border-bottom-color: #fad732;
}

/* line 62, app/assets/stylesheets/angle/app/spinner.scss */
body .whirl.line:after {
  box-shadow: inset -10px 0px 0px fade(#5d9cec, 50%);
}

/* line 68, app/assets/stylesheets/angle/app/spinner.scss */
.no-cssanimations body .whirl:before {
  opacity: .9;
}

/* line 71, app/assets/stylesheets/angle/app/spinner.scss */
.no-cssanimations body .whirl:after {
  content: "Loading...";
  width: 40px;
  height: 40px;
  margin: -20px 0 -20px;
  line-height: 40px;
  color: #000;
  opacity: 1;
  border: 0;
  box-shadow: 0 0 0 #000;
  background-color: transparent;
  text-align: center;
}

/* line 94, app/assets/stylesheets/angle/app/spinner.scss */
body .ball-pulse > div,
body .ball-grid-pulse > div,
body .square-spin > div,
body .ball-pulse-rise > div,
body .ball-rotate > div,
body .ball-rotate > div:before, body .ball-rotate > div:after,
body .cube-transition > div,
body .ball-zig-zag > div,
body .ball-zig-zag-deflect > div,
body .ball-triangle-path > div,
body .ball-scale > div,
body .line-scale > div,
body .line-scale-party > div,
body .ball-scale-multiple > div,
body .ball-pulse-sync > div,
body .ball-beat > div,
body .line-scale-pulse-out > div,
body .line-scale-pulse-out-rapid > div,
body .ball-spin-fade-loader > div,
body .line-spin-fade-loader > div,
body .triangle-skew-spin > div,
body .ball-grid-beat > div,
body .semi-circle-spin > div {
  background-color: #5d9cec;
}

/* line 121, app/assets/stylesheets/angle/app/spinner.scss */
body .ball-clip-rotate-multiple {
  width: 1px;
}

/* line 123, app/assets/stylesheets/angle/app/spinner.scss */
body .ball-clip-rotate-multiple > div {
  border-color: #5d9cec transparent #5d9cec transparent;
}

/* line 125, app/assets/stylesheets/angle/app/spinner.scss */
body .ball-clip-rotate-multiple > div:last-child {
  border-color: transparent #5d9cec transparent #5d9cec;
}

/* line 130, app/assets/stylesheets/angle/app/spinner.scss */
body .ball-clip-rotate > div {
  border-color: #5d9cec;
  border-bottom-color: transparent;
}

/* line 135, app/assets/stylesheets/angle/app/spinner.scss */
body .ball-clip-rotate-pulse > div:first-child {
  background-color: #5d9cec;
  top: 5px;
  left: -8px;
}

/* line 140, app/assets/stylesheets/angle/app/spinner.scss */
body .ball-clip-rotate-pulse > div:last-child {
  border-color: #5d9cec transparent #5d9cec transparent;
}

/* line 144, app/assets/stylesheets/angle/app/spinner.scss */
body .square-spin > div,
body .ball-scale-ripple > div,
body .ball-scale-ripple-multiple > div {
  border-color: #5d9cec;
}

/* line 149, app/assets/stylesheets/angle/app/spinner.scss */
body .pacman > div:first-of-type {
  border-top-color: #5d9cec;
  border-left-color: #5d9cec;
  border-bottom-color: #5d9cec;
}

/* line 154, app/assets/stylesheets/angle/app/spinner.scss */
body .pacman > div:nth-child(2) {
  border-top-color: #5d9cec;
  border-left-color: #5d9cec;
  border-bottom-color: #5d9cec;
}

/* line 159, app/assets/stylesheets/angle/app/spinner.scss */
body .pacman > div:nth-child(3), body .pacman > div:nth-child(4), body .pacman > div:nth-child(5), body .pacman > div:nth-child(6) {
  background-color: #5d9cec;
}

/* line 167, app/assets/stylesheets/angle/app/spinner.scss */
body .sk-spinner-rotating-plane.sk-spinner,
body .sk-spinner-double-bounce .sk-double-bounce1, body .sk-spinner-double-bounce .sk-double-bounce2,
body .sk-spinner-wave div,
body .sk-spinner-wandering-cubes .sk-cube1, body .sk-spinner-wandering-cubes .sk-cube2,
body .sk-spinner-chasing-dots .sk-dot1, body .sk-spinner-chasing-dots .sk-dot2,
body .sk-spinner-three-bounce div,
body .sk-spinner-circle .sk-circle:before,
body .sk-spinner-cube-grid .sk-cube,
body .sk-spinner-fading-circle .sk-circle:before,
body .sk-spinner-pulse.sk-spinner,
body .sk-spinner-wordpress.sk-spinner {
  background-color: #5d9cec;
}

/* line 181, app/assets/stylesheets/angle/app/spinner.scss */
body .sk-spinner-wordpress .sk-inner-circle {
  background-color: #fff;
}

/* just for loaders.css demo */
/* line 189, app/assets/stylesheets/angle/app/spinner.scss */
.loader-demo {
  height: 150px;
  padding-top: 50px;
  text-align: center;
}

/* line 193, app/assets/stylesheets/angle/app/spinner.scss */
.loader-demo > div {
  display: inline-block;
}

/* line 5, app/assets/stylesheets/angle/app/gmap.scss */
.gmap {
  height: 300px;
}

/* line 10, app/assets/stylesheets/angle/app/gmap.scss */
.gmap.gmap-sm {
  height: 150px;
}

/* line 10, app/assets/stylesheets/angle/app/vector-map.scss */
body .jvectormap-label {
  position: absolute;
  display: none;
  border: solid 1px #313232;
  border-radius: 2px;
  background: #313232;
  color: white;
  padding: 3px 6px;
  opacity: 0.9;
  z-index: 11;
}

/* line 22, app/assets/stylesheets/angle/app/vector-map.scss */
body .jvectormap-zoomin,
body .jvectormap-zoomout {
  position: absolute;
  left: 10px;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background: #515253;
  padding: 5px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}

/* line 36, app/assets/stylesheets/angle/app/vector-map.scss */
body .jvectormap-zoomin {
  top: 10px;
}

/* line 37, app/assets/stylesheets/angle/app/vector-map.scss */
body .jvectormap-zoomout {
  top: 30px;
}

/* line 9, app/assets/stylesheets/angle/app/portlets.scss */
[data-toggle="portlet"] {
  min-height: 30px;
}

/* line 15, app/assets/stylesheets/angle/app/portlets.scss */
.portlet-handler[data-toggle="portlet"],
[data-toggle="portlet"] .portlet-handler {
  cursor: move;
}

/* line 21, app/assets/stylesheets/angle/app/portlets.scss */
.portlets-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: auto;
}

/* line 33, app/assets/stylesheets/angle/app/portlets.scss */
.portlet.box-placeholder {
  padding: 0;
}

/* line 13, app/assets/stylesheets/angle/app/mailbox.scss */
.mb-boxes {
  overflow: hidden;
}

/* line 18, app/assets/stylesheets/angle/app/mailbox.scss */
.mb-boxes .nav > li > a {
  font-weight: 600;
  color: #3a3f51;
  margin: 5px 0;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

/* line 24, app/assets/stylesheets/angle/app/mailbox.scss */
.mb-boxes .nav > li > a:hover, .mb-boxes .nav > li > a:focus {
  background-color: #C0D0D3;
}

/* line 30, app/assets/stylesheets/angle/app/mailbox.scss */
.mb-boxes .nav > li.active > a {
  background-color: #5d9cec !important;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  /* line 13, app/assets/stylesheets/angle/app/mailbox.scss */
  .mb-boxes {
    height: auto !important;
    visibility: visible !important;
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  /* line 44, app/assets/stylesheets/angle/app/mailbox.scss */
  .mb-compose-button {
    display: block;
    width: 100%;
  }
  /* line 50, app/assets/stylesheets/angle/app/mailbox.scss */
  .mb-toggle-button {
    display: none;
  }
}

/* line 60, app/assets/stylesheets/angle/app/mailbox.scss */
.mb-mails > tbody > tr > td {
  border-top-color: transparent;
  cursor: pointer;
}

/* line 65, app/assets/stylesheets/angle/app/mailbox.scss */
.mb-mails .mb-mail-active {
  background-color: #f7f8f9 !important;
}

/* line 69, app/assets/stylesheets/angle/app/mailbox.scss */
.mb-mails .mb-mail-avatar {
  float: left;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
}

/* line 77, app/assets/stylesheets/angle/app/mailbox.scss */
.mb-mails .mb-mail-date {
  display: block;
  float: right;
  color: #909FA7;
  font-size: 12px;
  font-weight: bold;
}

/* line 85, app/assets/stylesheets/angle/app/mailbox.scss */
.mb-mails .mb-mail-from {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

/* line 92, app/assets/stylesheets/angle/app/mailbox.scss */
.mb-mails .mb-mail-meta {
  overflow: hidden;
}

/* line 95, app/assets/stylesheets/angle/app/mailbox.scss */
.mb-mails .mb-mail-subject {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 6px;
}

/* line 102, app/assets/stylesheets/angle/app/mailbox.scss */
.mb-mails .mb-mail-preview {
  clear: both;
  margin-top: 10px;
  color: #909FA7;
  margin-top: 2px;
}

/* line 109, app/assets/stylesheets/angle/app/mailbox.scss */
.mb-mails .mb-attachment {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e4eaec;
}

/* line 120, app/assets/stylesheets/angle/app/mailbox.scss */
.mb-view > tbody > tr > td {
  cursor: auto;
}

/* line 124, app/assets/stylesheets/angle/app/mailbox.scss */
.mb-view .mb-mail-to-list {
  margin-top: 6px;
}

/* line 126, app/assets/stylesheets/angle/app/mailbox.scss */
.mb-view .mb-mail-to-list > a {
  margin-right: 5px;
  color: #909FA7;
}

/* line 8, app/assets/stylesheets/angle/app/utils.scss */
.m0 {
  margin: 0 !important;
}

/* line 9, app/assets/stylesheets/angle/app/utils.scss */
.ml0 {
  margin-left: 0 !important;
}

/* line 10, app/assets/stylesheets/angle/app/utils.scss */
.mr0 {
  margin-right: 0 !important;
}

/* line 11, app/assets/stylesheets/angle/app/utils.scss */
.mt0 {
  margin-top: 0 !important;
}

/* line 12, app/assets/stylesheets/angle/app/utils.scss */
.mb0 {
  margin-bottom: 0 !important;
}

/* line 14, app/assets/stylesheets/angle/app/utils.scss */
.m {
  margin: 10px !important;
}

/* line 15, app/assets/stylesheets/angle/app/utils.scss */
.ml, .mh {
  margin-left: 10px !important;
}

/* line 16, app/assets/stylesheets/angle/app/utils.scss */
.mr, .mh {
  margin-right: 10px !important;
}

/* line 17, app/assets/stylesheets/angle/app/utils.scss */
.mt, .mv {
  margin-top: 10px !important;
}

/* line 18, app/assets/stylesheets/angle/app/utils.scss */
.mb, .mv {
  margin-bottom: 10px !important;
}

/* line 20, app/assets/stylesheets/angle/app/utils.scss */
.m-sm {
  margin: 5px !important;
}

/* line 21, app/assets/stylesheets/angle/app/utils.scss */
.ml-sm, .mh-sm {
  margin-left: 5px !important;
}

/* line 22, app/assets/stylesheets/angle/app/utils.scss */
.mr-sm, .mh-sm {
  margin-right: 5px !important;
}

/* line 23, app/assets/stylesheets/angle/app/utils.scss */
.mt-sm, .mv-sm {
  margin-top: 5px !important;
}

/* line 24, app/assets/stylesheets/angle/app/utils.scss */
.mb-sm, .mv-sm {
  margin-bottom: 5px !important;
}

/* line 26, app/assets/stylesheets/angle/app/utils.scss */
.m-lg {
  margin: 15px !important;
}

/* line 27, app/assets/stylesheets/angle/app/utils.scss */
.ml-lg, .mh-lg {
  margin-left: 15px !important;
}

/* line 28, app/assets/stylesheets/angle/app/utils.scss */
.mr-lg, .mh-lg {
  margin-right: 15px !important;
}

/* line 29, app/assets/stylesheets/angle/app/utils.scss */
.mt-lg, .mv-lg {
  margin-top: 15px !important;
}

/* line 30, app/assets/stylesheets/angle/app/utils.scss */
.mb-lg, .mv-lg {
  margin-bottom: 15px !important;
}

/* line 32, app/assets/stylesheets/angle/app/utils.scss */
.m-xl {
  margin: 30px !important;
}

/* line 33, app/assets/stylesheets/angle/app/utils.scss */
.ml-xl {
  margin-left: 30px !important;
}

/* line 34, app/assets/stylesheets/angle/app/utils.scss */
.mr-xl {
  margin-right: 30px !important;
}

/* line 35, app/assets/stylesheets/angle/app/utils.scss */
.mt-xl {
  margin-top: 30px !important;
}

/* line 36, app/assets/stylesheets/angle/app/utils.scss */
.mb-xl {
  margin-bottom: 30px !important;
}

/* line 51, app/assets/stylesheets/angle/app/utils.scss */
.p0 {
  padding: 0 !important;
}

/* line 52, app/assets/stylesheets/angle/app/utils.scss */
.pl0, .ph0 {
  padding-left: 0 !important;
}

/* line 53, app/assets/stylesheets/angle/app/utils.scss */
.pr0, .ph0 {
  padding-right: 0 !important;
}

/* line 54, app/assets/stylesheets/angle/app/utils.scss */
.pt0, .pv0 {
  padding-top: 0 !important;
}

/* line 55, app/assets/stylesheets/angle/app/utils.scss */
.pb0, .pv0 {
  padding-bottom: 0 !important;
}

/* line 59, app/assets/stylesheets/angle/app/utils.scss */
.p {
  padding: 10px !important;
}

/* line 60, app/assets/stylesheets/angle/app/utils.scss */
.pl, .ph {
  padding-left: 10px !important;
}

/* line 61, app/assets/stylesheets/angle/app/utils.scss */
.pr, .ph {
  padding-right: 10px !important;
}

/* line 62, app/assets/stylesheets/angle/app/utils.scss */
.pt, .pv {
  padding-top: 10px !important;
}

/* line 63, app/assets/stylesheets/angle/app/utils.scss */
.pb, .pv {
  padding-bottom: 10px !important;
}

/* line 65, app/assets/stylesheets/angle/app/utils.scss */
.p-sm {
  padding: 5px !important;
}

/* line 66, app/assets/stylesheets/angle/app/utils.scss */
.pl-sm, .ph-sm {
  padding-left: 5px !important;
}

/* line 67, app/assets/stylesheets/angle/app/utils.scss */
.pr-sm, .ph-sm {
  padding-right: 5px !important;
}

/* line 68, app/assets/stylesheets/angle/app/utils.scss */
.pt-sm, .pv-sm {
  padding-top: 5px !important;
}

/* line 69, app/assets/stylesheets/angle/app/utils.scss */
.pb-sm, .pv-sm {
  padding-bottom: 5px !important;
}

/* line 71, app/assets/stylesheets/angle/app/utils.scss */
.p-lg {
  padding: 15px !important;
}

/* line 72, app/assets/stylesheets/angle/app/utils.scss */
.pl-lg, .ph-lg {
  padding-left: 15px !important;
}

/* line 73, app/assets/stylesheets/angle/app/utils.scss */
.pr-lg, .ph-lg {
  padding-right: 15px !important;
}

/* line 74, app/assets/stylesheets/angle/app/utils.scss */
.pt-lg, .pv-lg {
  padding-top: 15px !important;
}

/* line 75, app/assets/stylesheets/angle/app/utils.scss */
.pb-lg, .pv-lg {
  padding-bottom: 15px !important;
}

/* line 77, app/assets/stylesheets/angle/app/utils.scss */
.p-xl {
  padding: 30px !important;
}

/* line 78, app/assets/stylesheets/angle/app/utils.scss */
.pl-xl, .ph-xl {
  padding-left: 30px !important;
}

/* line 79, app/assets/stylesheets/angle/app/utils.scss */
.pr-xl, .ph-xl {
  padding-right: 30px !important;
}

/* line 80, app/assets/stylesheets/angle/app/utils.scss */
.pt-xl, .pv-xl {
  padding-top: 30px !important;
}

/* line 81, app/assets/stylesheets/angle/app/utils.scss */
.pb-xl, .pv-xl {
  padding-bottom: 30px !important;
}

/* line 101, app/assets/stylesheets/angle/app/utils.scss */
.b0 {
  border-width: 0 !important;
}

/* line 102, app/assets/stylesheets/angle/app/utils.scss */
.bl0 {
  border-left-width: 0 !important;
}

/* line 103, app/assets/stylesheets/angle/app/utils.scss */
.br0 {
  border-right-width: 0 !important;
}

/* line 104, app/assets/stylesheets/angle/app/utils.scss */
.bt0 {
  border-top-width: 0 !important;
}

/* line 105, app/assets/stylesheets/angle/app/utils.scss */
.bb0 {
  border-bottom-width: 0 !important;
}

/* line 107, app/assets/stylesheets/angle/app/utils.scss */
.br, .b, .ba {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 108, app/assets/stylesheets/angle/app/utils.scss */
.bl, .b, .ba {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 109, app/assets/stylesheets/angle/app/utils.scss */
.bt, .b, .ba {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 110, app/assets/stylesheets/angle/app/utils.scss */
.bb, .b, .ba {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 115, app/assets/stylesheets/angle/app/utils.scss */
.radius-clear {
  border-radius: 0 !important;
}

/* line 121, app/assets/stylesheets/angle/app/utils.scss */
.shadow-clear {
  box-shadow: 0 0 0 #000 !important;
}

/* line 127, app/assets/stylesheets/angle/app/utils.scss */
.text-white {
  color: #fff;
}

/* line 128, app/assets/stylesheets/angle/app/utils.scss */
.text-inverse {
  color: #131e26;
}

/* line 129, app/assets/stylesheets/angle/app/utils.scss */
.text-alpha {
  color: rgba(255, 255, 255, 0.5);
}

/* line 130, app/assets/stylesheets/angle/app/utils.scss */
.text-pink {
  color: #f532e5;
}

/* line 131, app/assets/stylesheets/angle/app/utils.scss */
.text-purple {
  color: #7266ba;
}

/* line 132, app/assets/stylesheets/angle/app/utils.scss */
.text-dark {
  color: #3a3f51;
}

/* line 133, app/assets/stylesheets/angle/app/utils.scss */
.text-alpha-inverse {
  color: rgba(0, 0, 0, 0.5);
}

/* line 134, app/assets/stylesheets/angle/app/utils.scss */
.text-green {
  color: #37bc9b;
}

/* line 135, app/assets/stylesheets/angle/app/utils.scss */
.text-yellow {
  color: #fad732;
}

/* line 136, app/assets/stylesheets/angle/app/utils.scss */
.text-gray-darker {
  color: #232735;
}

/* line 137, app/assets/stylesheets/angle/app/utils.scss */
.text-gray-dark {
  color: #3a3f51;
}

/* line 138, app/assets/stylesheets/angle/app/utils.scss */
.text-gray {
  color: #dde6e9;
}

/* line 139, app/assets/stylesheets/angle/app/utils.scss */
.text-gray-light {
  color: #e4eaec;
}

/* line 140, app/assets/stylesheets/angle/app/utils.scss */
.text-gray-lighter {
  color: #edf1f2;
}

/* line 144, app/assets/stylesheets/angle/app/utils.scss */
.text-sm {
  font-size: 11.9px;
}

/* line 145, app/assets/stylesheets/angle/app/utils.scss */
.text-md {
  font-size: 26.6px;
}

/* line 146, app/assets/stylesheets/angle/app/utils.scss */
.text-lg {
  font-size: 42px;
}

/* line 150, app/assets/stylesheets/angle/app/utils.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 151, app/assets/stylesheets/angle/app/utils.scss */
.text-thin {
  font-weight: 100 !important;
}

/* line 152, app/assets/stylesheets/angle/app/utils.scss */
.text-normal {
  font-weight: normal !important;
}

/* line 153, app/assets/stylesheets/angle/app/utils.scss */
.text-bold {
  font-weight: bold !important;
}

/* line 155, app/assets/stylesheets/angle/app/utils.scss */
.inline {
  display: inline-block !important;
}

/* line 156, app/assets/stylesheets/angle/app/utils.scss */
.block-center {
  margin: 0 auto;
}

/* line 83, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-primary {
  background-color: #5d9cec;
  color: #fff !important;
}

/* line 87, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-primary-light {
  background-color: #8bb8f1;
  color: #fff !important;
}

/* line 92, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-primary-dark {
  background-color: #2f80e7;
  color: #fff !important;
}

/* line 97, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-primary small {
  color: inherit;
}

/* line 83, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-success {
  background-color: #27c24c;
  color: #fff !important;
}

/* line 87, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-success-light {
  background-color: #43d967;
  color: #fff !important;
}

/* line 92, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-success-dark {
  background-color: #1e983b;
  color: #fff !important;
}

/* line 97, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-success small {
  color: inherit;
}

/* line 83, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-info {
  background-color: #23b7e5;
  color: #fff !important;
}

/* line 87, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-info-light {
  background-color: #51c6ea;
  color: #fff !important;
}

/* line 92, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-info-dark {
  background-color: #1797be;
  color: #fff !important;
}

/* line 97, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-info small {
  color: inherit;
}

/* line 83, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-warning {
  background-color: #ff902b;
  color: #fff !important;
}

/* line 87, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-warning-light {
  background-color: #ffab5e;
  color: #fff !important;
}

/* line 92, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-warning-dark {
  background-color: #f77600;
  color: #fff !important;
}

/* line 97, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-warning small {
  color: inherit;
}

/* line 83, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-danger {
  background-color: #f05050;
  color: #fff !important;
}

/* line 87, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-danger-light {
  background-color: #f47f7f;
  color: #fff !important;
}

/* line 92, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-danger-dark {
  background-color: #ec2121;
  color: #fff !important;
}

/* line 97, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-danger small {
  color: inherit;
}

/* line 83, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-green {
  background-color: #37bc9b;
  color: #fff !important;
}

/* line 87, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-green-light {
  background-color: #58ceb1;
  color: #fff !important;
}

/* line 92, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-green-dark {
  background-color: #2b957a;
  color: #fff !important;
}

/* line 97, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-green small {
  color: inherit;
}

/* line 83, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-pink {
  background-color: #f532e5;
  color: #fff !important;
}

/* line 87, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-pink-light {
  background-color: #f763eb;
  color: #fff !important;
}

/* line 92, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-pink-dark {
  background-color: #e90bd6;
  color: #fff !important;
}

/* line 97, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-pink small {
  color: inherit;
}

/* line 83, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-purple {
  background-color: #7266ba;
  color: #fff !important;
}

/* line 87, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-purple-light {
  background-color: #9289ca;
  color: #fff !important;
}

/* line 92, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-purple-dark {
  background-color: #564aa3;
  color: #fff !important;
}

/* line 97, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-purple small {
  color: inherit;
}

/* line 83, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-inverse {
  background-color: #131e26;
  color: #fff !important;
}

/* line 87, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-inverse-light {
  background-color: #243948;
  color: #fff !important;
}

/* line 92, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-inverse-dark {
  background-color: #020304;
  color: #fff !important;
}

/* line 97, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-inverse small {
  color: inherit;
}

/* line 83, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-yellow {
  background-color: #fad732;
  color: #fff !important;
}

/* line 87, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-yellow-light {
  background-color: #fbe164;
  color: #fff !important;
}

/* line 92, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-yellow-dark {
  background-color: #f3ca06;
  color: #fff !important;
}

/* line 97, app/assets/stylesheets/angle/app/utils-definitions.scss */
.bg-yellow small {
  color: inherit;
}

/* line 176, app/assets/stylesheets/angle/app/utils.scss */
.bg-white {
  background-color: #fff;
  color: inherit !important;
}

/* line 177, app/assets/stylesheets/angle/app/utils.scss */
.bg-gray-darker {
  background-color: #232735;
  color: #fff !important;
}

/* line 178, app/assets/stylesheets/angle/app/utils.scss */
.bg-gray-dark {
  background-color: #3a3f51;
  color: #fff !important;
}

/* line 179, app/assets/stylesheets/angle/app/utils.scss */
.bg-gray {
  background-color: #dde6e9;
  color: #515253 !important;
}

/* line 180, app/assets/stylesheets/angle/app/utils.scss */
.bg-gray-light {
  background-color: #e4eaec;
  color: #515253 !important;
}

/* line 181, app/assets/stylesheets/angle/app/utils.scss */
.bg-gray-lighter {
  background-color: #edf1f2;
  color: #515253 !important;
}

/* line 184, app/assets/stylesheets/angle/app/utils.scss */
.bg-cover {
  background-size: cover;
}

/* line 190, app/assets/stylesheets/angle/app/utils.scss */
.thumb8 {
  width: 8px !important;
  height: 8px !important;
}

/* line 191, app/assets/stylesheets/angle/app/utils.scss */
.thumb16 {
  width: 16px !important;
  height: 16px !important;
}

/* line 192, app/assets/stylesheets/angle/app/utils.scss */
.thumb24 {
  width: 24px !important;
  height: 24px !important;
}

/* line 193, app/assets/stylesheets/angle/app/utils.scss */
.thumb32 {
  width: 32px !important;
  height: 32px !important;
}

/* line 194, app/assets/stylesheets/angle/app/utils.scss */
.thumb48 {
  width: 48px !important;
  height: 48px !important;
}

/* line 195, app/assets/stylesheets/angle/app/utils.scss */
.thumb64 {
  width: 64px !important;
  height: 64px !important;
}

/* line 196, app/assets/stylesheets/angle/app/utils.scss */
.thumb80 {
  width: 80px !important;
  height: 80px !important;
}

/* line 197, app/assets/stylesheets/angle/app/utils.scss */
.thumb96 {
  width: 96px !important;
  height: 96px !important;
}

/* line 198, app/assets/stylesheets/angle/app/utils.scss */
.thumb128 {
  width: 128px !important;
  height: 128px !important;
}

/* line 203, app/assets/stylesheets/angle/app/utils.scss */
.align-middle {
  vertical-align: middle;
}

/* line 206, app/assets/stylesheets/angle/app/utils.scss */
.align-top {
  vertical-align: top;
}

/* line 209, app/assets/stylesheets/angle/app/utils.scss */
.align-bottom {
  vertical-align: bottom;
}

/* line 215, app/assets/stylesheets/angle/app/utils.scss */
.bg-center {
  background-position: center center;
  background-size: cover;
}

/* line 222, app/assets/stylesheets/angle/app/utils.scss */
.list-icon em {
  font-size: 14px;
  width: 40px;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 30px;
}

/* line 232, app/assets/stylesheets/angle/app/utils.scss */
.list-icon div:hover em {
  -webkit-transform: scale(3, 3);
  -ms-transform: scale(3, 3);
  -o-transform: scale(3, 3);
  transform: scale(3, 3);
}

/* line 239, app/assets/stylesheets/angle/app/utils.scss */
.wd-xxs {
  width: 60px;
}

/* line 240, app/assets/stylesheets/angle/app/utils.scss */
.wd-xs {
  width: 90px;
}

/* line 241, app/assets/stylesheets/angle/app/utils.scss */
.wd-sm {
  width: 150px;
}

/* line 242, app/assets/stylesheets/angle/app/utils.scss */
.wd-sd {
  width: 200px;
}

/* line 243, app/assets/stylesheets/angle/app/utils.scss */
.wd-md {
  width: 240px;
}

/* line 244, app/assets/stylesheets/angle/app/utils.scss */
.wd-lg {
  width: 280px;
}

/* line 245, app/assets/stylesheets/angle/app/utils.scss */
.wd-xl {
  width: 320px;
}

/* line 246, app/assets/stylesheets/angle/app/utils.scss */
.wd-xxl {
  width: 360px;
}

/* line 247, app/assets/stylesheets/angle/app/utils.scss */
.wd-wide {
  width: 100%;
}

/* line 248, app/assets/stylesheets/angle/app/utils.scss */
.wd-auto {
  width: auto;
}

/* line 249, app/assets/stylesheets/angle/app/utils.scss */
.wd-zero {
  width: 0;
}

/* line 253, app/assets/stylesheets/angle/app/utils.scss */
.label-inverse {
  background-color: #131e26;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_labels.scss */
.label-inverse[href]:hover, .label-inverse[href]:focus {
  background-color: #020304;
}

/* line 257, app/assets/stylesheets/angle/app/utils.scss */
.label-green {
  background-color: #37bc9b;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_labels.scss */
.label-green[href]:hover, .label-green[href]:focus {
  background-color: #2b957a;
}

/* line 261, app/assets/stylesheets/angle/app/utils.scss */
.label-pink {
  background-color: #f532e5;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_labels.scss */
.label-pink[href]:hover, .label-pink[href]:focus {
  background-color: #e90bd6;
}

/* line 265, app/assets/stylesheets/angle/app/utils.scss */
.label-purple {
  background-color: #7266ba;
}

/* line 7, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_labels.scss */
.label-purple[href]:hover, .label-purple[href]:focus {
  background-color: #564aa3;
}

/* line 272, app/assets/stylesheets/angle/app/utils.scss */
.alert-purple {
  background-color: #7266ba;
  border-color: #7266ba;
  color: #fff;
}

/* line 8, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-purple hr {
  border-top-color: #6254b2;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-purple .alert-link {
  color: #e6e6e6;
}

/* line 275, app/assets/stylesheets/angle/app/utils.scss */
.alert-green {
  background-color: #37bc9b;
  border-color: #37bc9b;
  color: #fff;
}

/* line 8, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-green hr {
  border-top-color: #31a88b;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-green .alert-link {
  color: #e6e6e6;
}

/* line 278, app/assets/stylesheets/angle/app/utils.scss */
.alert-pink {
  background-color: #f532e5;
  border-color: #f532e5;
  color: #fff;
}

/* line 8, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-pink hr {
  border-top-color: #f41ae2;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-pink .alert-link {
  color: #e6e6e6;
}

/* line 281, app/assets/stylesheets/angle/app/utils.scss */
.alert-inverse {
  background-color: #131e26;
  border-color: #131e26;
  color: #fff;
}

/* line 8, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-inverse hr {
  border-top-color: #0b1115;
}

/* line 11, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_alerts.scss */
.alert-inverse .alert-link {
  color: #e6e6e6;
}

/* line 286, app/assets/stylesheets/angle/app/utils.scss */
.clickable {
  cursor: pointer;
}

/* line 293, app/assets/stylesheets/angle/app/utils.scss */
.abs-center-container {
  position: relative;
}

/* line 296, app/assets/stylesheets/angle/app/utils.scss */
.abs-center {
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 304, app/assets/stylesheets/angle/app/utils.scss */
.abs-center.abs-fixed {
  position: fixed;
  z-index: 999;
}

/* line 309, app/assets/stylesheets/angle/app/utils.scss */
.abs-center.abs-right {
  left: auto;
  right: 20px;
  text-align: right;
}

/* line 314, app/assets/stylesheets/angle/app/utils.scss */
.abs-center.abs-left {
  right: auto;
  left: 20px;
  text-align: left;
}

@media (max-height: 720px) {
  /* line 321, app/assets/stylesheets/angle/app/utils.scss */
  .abs-center {
    position: relative;
  }
}

/* line 327, app/assets/stylesheets/angle/app/utils.scss */
.link-unstyled {
  text-decoration: none !important;
  outline: none !important;
}

/* line 332, app/assets/stylesheets/angle/app/utils.scss */
.no-resize {
  resize: none;
  max-width: 100%;
  min-width: 100%;
}

/** 
 * Displays hidden content on hover. Add this class to the parent element.
 * Markup
 *   <div class="hover-visible">
 *    <div class="hover-hidden"></div>
 *   </div>
 */
/* line 348, app/assets/stylesheets/angle/app/utils.scss */
.hover-visible .hover-hidden {
  display: none;
}

/* line 352, app/assets/stylesheets/angle/app/utils.scss */
.hover-visible:hover .hover-hidden {
  display: block;
}

/* line 355, app/assets/stylesheets/angle/app/utils.scss */
.hover-visible:hover .hover-inline {
  display: inline-block;
}

/* line 377, app/assets/stylesheets/angle/app/utils.scss */
.media-box,
.media-box-body {
  overflow: hidden;
  zoom: 1;
}

/* line 384, app/assets/stylesheets/angle/app/utils.scss */
.media-box,
.media-box .media-box {
  margin-top: 15px;
}

/* line 388, app/assets/stylesheets/angle/app/utils.scss */
.media-box:first-child {
  margin-top: 0;
}

/* line 393, app/assets/stylesheets/angle/app/utils.scss */
.media-box-object {
  display: block;
}

/* line 398, app/assets/stylesheets/angle/app/utils.scss */
.media-box-heading {
  margin: 0 0 5px;
}

/* line 407, app/assets/stylesheets/angle/app/utils.scss */
.media-box > .pull-left {
  margin-right: 10px;
}

/* line 410, app/assets/stylesheets/angle/app/utils.scss */
.media-box > .pull-right {
  margin-left: 10px;
}

/* line 420, app/assets/stylesheets/angle/app/utils.scss */
.media-box-list {
  padding-left: 0;
  list-style: none;
}

@media print {
  /* line 11, app/assets/stylesheets/angle/app/print.scss */
  .sidebar,
.topnavbar,
.offsidebar,
.btn,
.ColVis .ColVis_Button {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  /* line 20, app/assets/stylesheets/angle/app/print.scss */
  .wrapper,
.wrapper > section,
.content-wrapper {
    margin: 0 !important;
    /* remove margin used for sidebar and expand the content */
    padding: 0 !important;
    width: 100% !important;
  }
  /* line 29, app/assets/stylesheets/angle/app/print.scss */
  .content-wrapper {
    overflow: hidden !important;
  }
}

/* line 1, app/assets/stylesheets/angle/app/settings.scss */
.setting-color {
  padding: 0 5px;
}

/* line 4, app/assets/stylesheets/angle/app/settings.scss */
.setting-color > label {
  display: block;
  position: relative;
  margin: 0 10px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

/* line 13, app/assets/stylesheets/angle/app/settings.scss */
.setting-color > label:first-child {
  margin-left: 0;
}

/* line 14, app/assets/stylesheets/angle/app/settings.scss */
.setting-color > label:last-child {
  margin-right: 0;
}

/* line 17, app/assets/stylesheets/angle/app/settings.scss */
.setting-color > label > .color {
  display: block;
  height: 18px;
}

/* line 22, app/assets/stylesheets/angle/app/settings.scss */
.setting-color > label > .split {
  display: block;
}

/* line 14, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.setting-color > label > .split:before, .setting-color > label > .split:after {
  content: " ";
  display: table;
}

/* line 19, app/assets/stylesheets/angle/bootstrap/bootstrap/mixins/_clearfix.scss */
.setting-color > label > .split:after {
  clear: both;
}

/* line 25, app/assets/stylesheets/angle/app/settings.scss */
.setting-color > label > .split > .color {
  display: block;
  height: 37.5px;
}

/* line 28, app/assets/stylesheets/angle/app/settings.scss */
.setting-color > label > .split > .color:first-child {
  float: left;
  width: 70%;
}

/* line 32, app/assets/stylesheets/angle/app/settings.scss */
.setting-color > label > .split > .color:last-child {
  float: right;
  width: 30%;
}

/* line 40, app/assets/stylesheets/angle/app/settings.scss */
.setting-color > label > .icon-check {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -20px;
  margin-left: -10px;
  text-align: center;
  font-size: 1.33333333em;
  vertical-align: -15%;
  color: #fff;
  opacity: 0;
}

/* line 56, app/assets/stylesheets/angle/app/settings.scss */
.setting-color > label > input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

/* line 60, app/assets/stylesheets/angle/app/settings.scss */
.setting-color > label > input[type="radio"]:checked + .icon-check {
  opacity: 1 !important;
}

/* line 98, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper {
  display: block;
  margin: -15px;
}

@media only screen and (min-width: 768px) {
  /* line 98, app/assets/stylesheets/angle/app/docs.scss */
  .flatdoc-wrapper {
    margin: -20px;
  }
}

/* line 105, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 105, app/assets/stylesheets/angle/app/docs.scss */
  .flatdoc-wrapper .flatdoc {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
  }
}

/* line 115, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu {
  border-right: 1px solid #e1e2e3;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  /* line 115, app/assets/stylesheets/angle/app/docs.scss */
  .flatdoc-wrapper .flatdoc-menu {
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: top;
    width: 180px;
  }
  /* line 122, app/assets/stylesheets/angle/app/docs.scss */
  .flatdoc-wrapper .flatdoc-menu > ul {
    padding-top: 20px;
  }
}

/* line 131, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 20, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul.level-1 > li > a {
  padding-top: 25px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e2e3;
  pointer-events: none;
}

/* line 30, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul.level-2 > li + li > a, .flatdoc-wrapper .flatdoc-menu ul.level-2 > li:first-child > a {
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 35, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a {
  position: relative;
  display: block;
  padding: 10px;
  padding-right: 30px;
}

/* line 42, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a, .flatdoc-wrapper .flatdoc-menu ul a:visited {
  color: #3a3f51;
}

/* line 45, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a:hover {
  color: #2e3241;
  background-color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

/* line 51, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.level-1 {
  font-family: montserrat, sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
}

/* line 56, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.level-1, .flatdoc-wrapper .flatdoc-menu ul a.level-1:visited {
  color: #3a3f51;
}

/* line 59, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.level-1:hover {
  color: #3a3f51;
}

/* line 63, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.level-2 {
  font-weight: 600;
}

/* line 67, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.level-3 {
  font-weight: normal;
  font-size: 0.9em;
  padding-left: 15px;
}

/* line 73, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.active {
  font-weight: bold !important;
}

/* line 74, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.active, .flatdoc-wrapper .flatdoc-menu ul a.active:visited, .flatdoc-wrapper .flatdoc-menu ul a.active:hover {
  color: #505050 !important;
}

/* line 80, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-menu ul a.active:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 15px;
  width: 9px;
  height: 3px;
  border-radius: 2px;
  background: #3a3f51;
}

/* line 139, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
  padding-bottom: 50px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  /* line 139, app/assets/stylesheets/angle/app/docs.scss */
  .flatdoc-wrapper .flatdoc-content {
    display: table-cell;
    height: 100%;
    vertical-align: top;
  }
}

/* line 152, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-content pre {
  background-color: #f3f6fb;
  border: 1px solid #dde6e9;
}

/* line 155, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-content pre code {
  display: inline-block;
  white-space: pre;
}

/* line 158, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-content pre code .string, .flatdoc-wrapper .flatdoc-content pre code .number {
  color: #2b957a;
}

/* line 161, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-content pre code .init {
  color: #2b957a;
}

/* line 164, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-content pre code .keyword {
  color: #3a3f51;
  font-weight: bold;
}

/* line 168, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-content pre code .comment {
  color: #909FA7;
}

/* line 174, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-content > h1 {
  padding: 11px 0;
  margin: 0;
  line-height: 1;
}

/* line 180, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .flatdoc-content > h2, .flatdoc-wrapper .flatdoc-content > h3 {
  padding: 20px;
  border-top: 1px solid #f1f2f3;
  margin: 0 -20px;
}

/* line 187, app/assets/stylesheets/angle/app/docs.scss */
.flatdoc-wrapper .button {
  display: inline-block;
  padding: 6px 16px;
  font-size: 13px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  background-color: #23b7e5;
  border-color: #23b7e5;
}

/* line 11, app/assets/stylesheets/angle/app/../bootstrap/bootstrap/mixins/_buttons.scss */
.flatdoc-wrapper .button:focus, .flatdoc-wrapper .button.focus {
  color: #fff;
  background-color: #1aacda;
  border-color: #189ec8;
}

/* line 17, app/assets/stylesheets/angle/app/../bootstrap/bootstrap/mixins/_buttons.scss */
.flatdoc-wrapper .button:hover {
  color: #fff;
  background-color: #1aacda;
  border-color: #189ec8;
}

/* line 22, app/assets/stylesheets/angle/app/../bootstrap/bootstrap/mixins/_buttons.scss */
.flatdoc-wrapper .button:active, .flatdoc-wrapper .button.active, .open > .flatdoc-wrapper .button.dropdown-toggle {
  color: #fff;
  background-color: #1aacda;
  border-color: #189ec8;
}

/* line 29, app/assets/stylesheets/angle/app/../bootstrap/bootstrap/mixins/_buttons.scss */
.flatdoc-wrapper .button:active:hover, .flatdoc-wrapper .button:active:focus, .flatdoc-wrapper .button.focus:active, .flatdoc-wrapper .button.active:hover, .flatdoc-wrapper .button.active:focus, .flatdoc-wrapper .button.active.focus, .open > .flatdoc-wrapper .button.dropdown-toggle:hover, .open > .flatdoc-wrapper .button.dropdown-toggle:focus, .open > .flatdoc-wrapper .button.dropdown-toggle.focus {
  color: #fff;
  background-color: #1aacda;
  border-color: #189ec8;
}

/* line 37, app/assets/stylesheets/angle/app/../bootstrap/bootstrap/mixins/_buttons.scss */
.flatdoc-wrapper .button:active, .flatdoc-wrapper .button.active, .open > .flatdoc-wrapper .button.dropdown-toggle {
  background-image: none;
}

/* line 45, app/assets/stylesheets/angle/app/../bootstrap/bootstrap/mixins/_buttons.scss */
.flatdoc-wrapper .button.disabled, .flatdoc-wrapper .button.disabled:hover, .flatdoc-wrapper .button.disabled:focus, .flatdoc-wrapper .button.disabled.focus, .flatdoc-wrapper .button.disabled:active, .flatdoc-wrapper .button.disabled.active, .flatdoc-wrapper .button[disabled], .flatdoc-wrapper .button[disabled]:hover, .flatdoc-wrapper .button[disabled]:focus, .flatdoc-wrapper .button.focus[disabled], .flatdoc-wrapper .button[disabled]:active, .flatdoc-wrapper .button.active[disabled], fieldset[disabled] .flatdoc-wrapper .button, fieldset[disabled] .flatdoc-wrapper .button:hover, fieldset[disabled] .flatdoc-wrapper .button:focus, fieldset[disabled] .flatdoc-wrapper .button.focus, fieldset[disabled] .flatdoc-wrapper .button:active, fieldset[disabled] .flatdoc-wrapper .button.active {
  background-color: #23b7e5;
  border-color: #23b7e5;
}

/* line 56, app/assets/stylesheets/angle/app/../bootstrap/bootstrap/mixins/_buttons.scss */
.flatdoc-wrapper .button .badge {
  color: #23b7e5;
  background-color: #fff;
}
