@charset "UTF-8";
/**** DEFAULTS ****/
/* 
CSS Reset by Eric Meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
*/
/* line 8, app/assets/stylesheets/shared/defaults/reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 26, app/assets/stylesheets/shared/defaults/reset.scss */
body {
  line-height: 1;
  color: black;
  background: white;
}

/* line 31, app/assets/stylesheets/shared/defaults/reset.scss */
ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
/* line 35, app/assets/stylesheets/shared/defaults/reset.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
}

/* line 39, app/assets/stylesheets/shared/defaults/reset.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
}

/* line 43, app/assets/stylesheets/shared/defaults/reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

/* line 47, app/assets/stylesheets/shared/defaults/reset.scss */
blockquote, q {
  quotes: "" "";
}

/* 
HTML5 elements basic styling by Peter Kröner
http://www.peterkroener.de/firefox-4-was-gibt-es-neues-fuer-webentwickler/
*/
/* line 57, app/assets/stylesheets/shared/defaults/reset.scss */
command, datalist, source {
  display: none;
}

/* line 60, app/assets/stylesheets/shared/defaults/reset.scss */
article, aside, figure, figcaption, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 63, app/assets/stylesheets/shared/defaults/reset.scss */
figure, menu {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 67, app/assets/stylesheets/shared/defaults/reset.scss */
dl menu, menu dl, menu menu, menu ol, menu ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* 
Useful basic stylings based on Stefan Nitzsche’s work
http://nitzsche.info
*/
/* line 78, app/assets/stylesheets/shared/defaults/reset.scss */
html {
  overflow-y: scroll;
}

/* line 82, app/assets/stylesheets/shared/defaults/reset.scss */
body {
  background-color: #fff;
}

/* line 86, app/assets/stylesheets/shared/defaults/reset.scss */
strong, b {
  font-weight: bold;
}

/* line 90, app/assets/stylesheets/shared/defaults/reset.scss */
em, i {
  font-style: italic;
}

/* line 94, app/assets/stylesheets/shared/defaults/reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* line 98, app/assets/stylesheets/shared/defaults/reset.scss */
.ie7 address {
  font-style: normal;
}

/* line 102, app/assets/stylesheets/shared/defaults/reset.scss */
.hideme {
  position: absolute;
  left: -999em;
  top: -999em;
}

/* line 108, app/assets/stylesheets/shared/defaults/reset.scss */
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

/* line 115, app/assets/stylesheets/shared/defaults/reset.scss */
q:lang(de) {
  quotes: '„' '“' '‚' '‘';
}

/* line 119, app/assets/stylesheets/shared/defaults/reset.scss */
q:lang(en) {
  quotes: '“' '”' "‘" "’";
}

/* line 123, app/assets/stylesheets/shared/defaults/reset.scss */
abbr[title] {
  cursor: help;
}

/* line 128, app/assets/stylesheets/shared/defaults/reset.scss */
a abbr {
  cursor: pointer !important;
}

/* line 132, app/assets/stylesheets/shared/defaults/reset.scss */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* line 140, app/assets/stylesheets/shared/defaults/reset.scss */
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
/* line 145, app/assets/stylesheets/shared/defaults/reset.scss */
* html .clearfix {
  height: 1%;
}

/* line 146, app/assets/stylesheets/shared/defaults/reset.scss */
.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* line 149, app/assets/stylesheets/shared/defaults/reset.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 153, app/assets/stylesheets/shared/defaults/reset.scss */
* {
  -webkit-tap-highlight-color: transparent;
}

/* ------------------------------ */
/* rails status, flashes and errors */
/* ------------------------------ */
/* ------------------------------------*/
/* line 19, app/assets/stylesheets/shared/defaults/rails.scss */
div#status {
  margin: 0;
}

/* line 23, app/assets/stylesheets/shared/defaults/rails.scss */
div#status p.notice {
  margin: 0;
}

/* line 27, app/assets/stylesheets/shared/defaults/rails.scss */
p.notice {
  display: block;
  width: 50%;
  overflow: none;
  padding: 10px 20px !important;
  color: black;
  text-align: center;
  border: 1px solid green;
  background-color: #D5F9D5;
  margin-bottom: 10px !important;
}

/* line 39, app/assets/stylesheets/shared/defaults/rails.scss */
span.error {
  color: #BB0000;
  font-weight: bold;
  padding: 1px 5px;
  background-color: #EED6D6;
  border: 1px solid #BB0000;
}

/* line 47, app/assets/stylesheets/shared/defaults/rails.scss */
p.error span.error {
  border: 0px solid #BB0000;
}

/* line 51, app/assets/stylesheets/shared/defaults/rails.scss */
p.error, blockquote.error, div.errorExplanation {
  width: 50%;
  overflow: none;
  padding: 10px 20px !important;
  margin: 0 0 10px 0;
  color: black;
  text-align: center;
  background-color: #EED6D6;
  border: 1px solid #BB0000;
}

/* line 61, app/assets/stylesheets/shared/defaults/rails.scss */
blockquote.error {
  padding: 10px;
  margin: 0;
  width: 75%;
  overflow: none;
  color: #BB0000;
  text-align: left;
  background-color: white;
  border: 1px solid #BB0000;
  font-family: Courier, 'Courier New', monospace;
}

/* line 73, app/assets/stylesheets/shared/defaults/rails.scss */
div.errorExplanation {
  width: 90%;
  overflow: none;
  padding: 10px 20px !important;
  margin: 0 0 10px 0;
  color: black;
  text-align: center;
  background-color: #EED6D6;
  border: 1px solid #BB0000;
}

/* line 84, app/assets/stylesheets/shared/defaults/rails.scss */
div.errorExplanation h2 {
  font-size: 15px;
}

/* ----------------------------------------------------- Comment */
/* apply only on JavaScript enabled browsers */
/* apply only on Internet Explorer 7 and below */
/* apply only on Internet Explorer 6 and below */
/* ----------------------------------------------------- Basics */
/* line 12, app/assets/stylesheets/shared/defaults/screen.scss */
ul {
  list-style-type: disc;
  padding: 0 15px;
}

/* line 17, app/assets/stylesheets/shared/defaults/screen.scss */
a:hover, a.current:hover {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

/* ------------------------------------------------ Layout Helpers */
/* line 25, app/assets/stylesheets/shared/defaults/screen.scss */
.right {
  float: right;
}

/* line 29, app/assets/stylesheets/shared/defaults/screen.scss */
div.col0, fieldset.col0 {
  width: 5%;
  float: left;
}

/* line 34, app/assets/stylesheets/shared/defaults/screen.scss */
div.col1, fieldset.col1 {
  float: left;
  width: 26%;
}

/* line 39, app/assets/stylesheets/shared/defaults/screen.scss */
div.col2, fieldset.col2 {
  float: left;
  width: 66%;
  margin-left: 40px;
}

/* ----------------------------------------------------- Header */
/* ----------------------------------------------------- Nav */
/* line 48, app/assets/stylesheets/shared/defaults/screen.scss */
#nav {
  border-bottom: 1px solid silver;
  padding: 10px 10px 15px 10px;
  margin: 5px;
  clear: both;
}

/* line 54, app/assets/stylesheets/shared/defaults/screen.scss */
#nav_main, #menu {
  margin: 0 2px;
}

/* ----------------------------------------------------- Content */
/* line 59, app/assets/stylesheets/shared/defaults/screen.scss */
#content {
  min-height: 400px;
}

/* line 65, app/assets/stylesheets/shared/defaults/screen.scss */
#col1 {
  float: left;
}

/* line 68, app/assets/stylesheets/shared/defaults/screen.scss */
#col2 {
  float: left;
  min-height: 400px;
}

/* line 72, app/assets/stylesheets/shared/defaults/screen.scss */
footer {
  border-top: 1px solid silver;
  padding: 10px 0 0 15px;
  font-size: 8pt;
}

/* ----------------------------------------------------- 1col */
/* ----------------------------------------------------- 2col */
/* line 81, app/assets/stylesheets/shared/defaults/screen.scss */
#main.twocol #col1 {
  width: 48%;
  border-right: 1px solid silver;
  min-height: 400px;
}

/* line 86, app/assets/stylesheets/shared/defaults/screen.scss */
#main.twocol #col2 {
  width: 49%;
  padding-left: 20px;
}

/* ----------------------------------------------------- 3col */
/* line 91, app/assets/stylesheets/shared/defaults/screen.scss */
#main.threecol #content {
  margin: 0;
}

/* line 94, app/assets/stylesheets/shared/defaults/screen.scss */
#main.threecol #col1 {
  width: 30%;
  padding-left: 0px;
}

/* line 98, app/assets/stylesheets/shared/defaults/screen.scss */
#main.threecol #col2 {
  width: 32%;
  padding: 0 0px;
  border-left: 1px solid silver;
}

/* line 104, app/assets/stylesheets/shared/defaults/screen.scss */
#main.threecol #col3 {
  float: left;
  width: 32%;
  padding-left: 10px;
  min-height: 400px;
  border-left: 1px solid silver;
}

/* ------------------------------------------------------ Table */
/* line 114, app/assets/stylesheets/shared/defaults/screen.scss */
.lines-no .datagrid-body td {
  border-right: 1px dotted transparent;
  border-bottom: 1px dotted transparent;
}

/* line 118, app/assets/stylesheets/shared/defaults/screen.scss */
.lines-right .datagrid-body td {
  border-bottom: 1px dotted transparent;
}

/* line 121, app/assets/stylesheets/shared/defaults/screen.scss */
.lines-bottom .datagrid-body td {
  border-right: 1px dotted transparent;
}

/* ------------------------------------------------------ Form */
/* .online for label & input in one line */
/* .twoline for label & input in two lines */
/* line 129, app/assets/stylesheets/shared/defaults/screen.scss */
form fieldset legend {
  line-height: 15pt;
  width: 100%;
  margin: 0 0 12px 0;
  border-bottom: 1px solid grey;
}

/* line 135, app/assets/stylesheets/shared/defaults/screen.scss */
form div.field {
  line-height: 15pt;
  margin: 0 0 12px 0;
}

/* line 140, app/assets/stylesheets/shared/defaults/screen.scss */
form label {
  display: block;
  margin: 0;
  padding: 0;
}

/* line 144, app/assets/stylesheets/shared/defaults/screen.scss */
form.oneline label {
  display: block;
  float: left;
  width: 120px;
}

/* line 149, app/assets/stylesheets/shared/defaults/screen.scss */
form.twoline label {
  display: block;
}

/* line 152, app/assets/stylesheets/shared/defaults/screen.scss */
label.inline {
  display: inline;
}

/* line 155, app/assets/stylesheets/shared/defaults/screen.scss */
span.info {
  color: #777;
  font-size: 80%;
}

/* ------------------------------------------------------ Form */
/* line 161, app/assets/stylesheets/shared/defaults/screen.scss */
img.ui-datepicker-trigger {
  margin: 0 0 0 5px;
}

@media screen and (max-width: 550px) {
  /* ----------------------------------------------------- Basics */
  /* line 4, app/assets/stylesheets/shared/defaults/smallscreen.scss */
  body {
    font-size: 75%;
  }
  /* ----------------------------------------------------- Structure */
  /* line 6, app/assets/stylesheets/shared/defaults/smallscreen.scss */
  #container {
    width: 425px;
    margin: 5px auto;
    padding: 10px 0;
  }
  /* line 11, app/assets/stylesheets/shared/defaults/smallscreen.scss */
  #header {
    border: none;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
  }
  /* line 16, app/assets/stylesheets/shared/defaults/smallscreen.scss */
  #nav, #menu, nav.li {
    margin: 0 15px !important;
    padding: 0 0 !important;
    border: none !important;
    font-size: 100%;
    float: none !important;
  }
  /* line 23, app/assets/stylesheets/shared/defaults/smallscreen.scss */
  #main, #content, #footer {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    float: none !important;
    min-height: none !important;
  }
  /* line 30, app/assets/stylesheets/shared/defaults/smallscreen.scss */
  #col, #col1, #col2, #col3 {
    float: none !important;
    width: auto !important;
    padding: 20px 0 0 15px !important;
    margin: 0 0 10px 0 !important;
    border-left: none !important;
    border-right: none !important;
    border-top: 1px solid silver;
    min-height: none;
  }
  /* line 40, app/assets/stylesheets/shared/defaults/smallscreen.scss */
  #footer {
    border-top: 1px solid silver;
    margin: 20px 0 0 0;
    padding: 10px 0 0 10px !important;
  }
  /* ----------------------------------------------------- Nav */
  /* line 46, app/assets/stylesheets/shared/defaults/smallscreen.scss */
  p.hidden {
    display: block;
    padding: 5px 0 !important;
    margin: 0;
  }
  /* line 50, app/assets/stylesheets/shared/defaults/smallscreen.scss */
  .nav li {
    float: none;
    margin: 0;
    padding: 0;
  }
  /* line 55, app/assets/stylesheets/shared/defaults/smallscreen.scss */
  .nav li .spacer {
    display: none;
  }
  /* line 58, app/assets/stylesheets/shared/defaults/smallscreen.scss */
  .nav li a {
    display: block;
    padding: 3px 0;
    border-top: 1px solid silver;
  }
}

/**** HELPERS ****/
/* line 1, app/assets/stylesheets/shared/helpers.scss */
.pull-left {
  float: left;
}

/* line 4, app/assets/stylesheets/shared/helpers.scss */
.pull-right {
  float: right;
}

/* line 7, app/assets/stylesheets/shared/helpers.scss */
.skip, .hidden {
  display: none;
}

/**** LIBS ****/
/* line 4, app/assets/stylesheets/shared/lib/_typo.lib.scss */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #FEFEFE;
  margin: 0;
  padding: 0;
}

/* line 31, app/assets/stylesheets/shared/lib/_typo.lib.scss */
h1 {
  font-size: 28px;
}

/* line 35, app/assets/stylesheets/shared/lib/_typo.lib.scss */
h2 {
  font-size: 21px;
}

/* line 39, app/assets/stylesheets/shared/lib/_typo.lib.scss */
h3 {
  font-size: 18.2px;
  line-height: 27px;
}

/* line 34, app/assets/stylesheets/shared/lib/compass/clearfix.scss */
h3:after {
  content: "";
  display: table;
  clear: both;
}

/* line 43, app/assets/stylesheets/shared/lib/_typo.lib.scss */
h4 {
  font-size: 14px;
}

/* line 47, app/assets/stylesheets/shared/lib/_typo.lib.scss */
h5 {
  font-size: 14px;
}

/* line 51, app/assets/stylesheets/shared/lib/_typo.lib.scss */
h1, h2, h3 {
  margin-bottom: 10px;
}

/* line 54, app/assets/stylesheets/shared/lib/_typo.lib.scss */
h4, h5, h6 {
  margin: 30px 0 10px 0;
}

/* line 57, app/assets/stylesheets/shared/lib/_typo.lib.scss */
p, td, ul, blockquote {
  line-height: 18px;
}

/* line 60, app/assets/stylesheets/shared/lib/_typo.lib.scss */
blockquote {
  font-style: italic;
  margin: 0 18px;
}

/* line 64, app/assets/stylesheets/shared/lib/_typo.lib.scss */
hr {
  border: none;
  border-bottom: 1px solid silver;
  margin: 27px 0;
}

/* line 70, app/assets/stylesheets/shared/lib/_typo.lib.scss */
a {
  color: #0046A4;
  text-decoration: none;
}

/* line 75, app/assets/stylesheets/shared/lib/_typo.lib.scss */
a:hover, a.act {
  color: #0046A4;
  text-decoration: underline;
}

/* line 80, app/assets/stylesheets/shared/lib/_typo.lib.scss */
a:active, a:focus {
  color: #333333;
}

/* line 84, app/assets/stylesheets/shared/lib/_typo.lib.scss */
ol {
  list-style: disc;
  list-style-position: inside;
  line-height: 1.3em;
}

/* line 90, app/assets/stylesheets/shared/lib/_typo.lib.scss */
p {
  margin-bottom: 18px;
}

/* line 34, app/assets/stylesheets/shared/lib/compass/clearfix.scss */
p:after {
  content: "";
  display: table;
  clear: both;
}

@font-face {
  font-family: 'ohl-ikos';
  src: url(/assets/ohl-ikos-a70669a23481e13e8c10fb7086863fe53548805bead7fa991d7e4d87b66d8d82.eot);
  src: url(/assets/ohl-ikos-a70669a23481e13e8c10fb7086863fe53548805bead7fa991d7e4d87b66d8d82.eot?#iefix) format("embedded-opentype"), url(/assets/ohl-ikos-5be8e3a93a69ce4991bb92104e8d8b953881e27113f058a15c39c40e3aa19ad1.woff) format("woff"), url(/assets/ohl-ikos-cbd3930a8d149c9f36e844b953415e8f8cde6da6e5a9e2c9dc33d1e34b45f4d4.ttf) format("truetype"), url(/assets/ohl-ikos-9915828f172cc13c0c7ea18c4ec10a7ea64e899ce7fe630d18ef2501a32c1b19.svg#ohl-ikos) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 13, app/assets/stylesheets/shared/lib/_icons.lib.scss */
[data-icon]:before {
  font-family: 'ohl-ikos';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="ohl-icon-"] {
*/
/* line 30, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-building, .ohl-icon-office, .ohl-icon-tree, .ohl-icon-truck, .ohl-icon-cog, .ohl-icon-earth, .ohl-icon-cogs, .ohl-icon-cog-2, .ohl-icon-user, .ohl-icon-users, .ohl-icon-newspaper, .ohl-icon-enter, .ohl-icon-switch, .ohl-icon-books, .ohl-icon-book, .ohl-icon-pushpin, .ohl-icon-caret-right, .ohl-icon-angle-right, .ohl-icon-chevron-right, .ohl-icon-plus-sign, .ohl-icon-plus, .ohl-icon-plus-2, .ohl-icon-remove, .ohl-icon-pencil, .ohl-icon-remove-2, .ohl-icon-paste, .ohl-icon-copy, .ohl-icon-download, .ohl-icon-download-2, .ohl-icon-blocked, .ohl-icon-spam, .ohl-icon-user-2, .ohl-icon-checkmark, .ohl-icon-minus, .ohl-icon-warning, .ohl-icon-eye, .ohl-icon-search, .ohl-icon-arrow-left, .ohl-icon-chevron-left, .ohl-icon-double-angle-left, .ohl-icon-store, .ohl-icon-location, .ohl-icon-location-2, .ohl-icon-menu {
  font-family: 'ohl-ikos';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 41, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-building:before {
  content: "\21";
}

/* line 44, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-office:before {
  content: "\21";
}

/* line 47, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-tree:before {
  content: "\22";
}

/* line 50, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-truck:before {
  content: "\23";
}

/* line 53, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-cog:before {
  content: "\24";
}

/* line 56, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-earth:before {
  content: "\25";
}

/* line 59, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-cogs:before {
  content: "\26";
}

/* line 62, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-cog-2:before {
  content: "\27";
}

/* line 65, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-user:before {
  content: "\28";
}

/* line 68, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-users:before {
  content: "\29";
}

/* line 71, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-newspaper:before {
  content: "\2a";
}

/* line 74, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-enter:before {
  content: "\2b";
}

/* line 77, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-switch:before {
  content: "\2c";
}

/* line 80, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-books:before {
  content: "\2d";
}

/* line 83, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-book:before {
  content: "\2e";
}

/* line 86, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-pushpin:before {
  content: "\2f";
}

/* line 89, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-caret-right:before {
  content: "\30";
}

/* line 92, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-angle-right:before {
  content: "\31";
}

/* line 95, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-chevron-right:before {
  content: "\32";
}

/* line 98, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-plus-sign:before {
  content: "\33";
}

/* line 101, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-plus:before {
  content: "\34";
}

/* line 104, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-plus-2:before {
  content: "\35";
}

/* line 107, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-remove:before {
  content: "\36";
}

/* line 110, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-pencil:before {
  content: "\37";
}

/* line 113, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-remove-2:before {
  content: "\38";
}

/* line 116, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-paste:before {
  content: "\39";
}

/* line 119, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-copy:before {
  content: "\3a";
}

/* line 122, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-download:before {
  content: "\3b";
}

/* line 125, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-download-2:before {
  content: "\3c";
}

/* line 128, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-blocked:before {
  content: "\3d";
}

/* line 131, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-spam:before {
  content: "\3e";
}

/* line 134, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-user-2:before {
  content: "\3f";
}

/* line 137, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-checkmark:before {
  content: "\40";
}

/* line 140, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-minus:before {
  content: "\41";
}

/* line 143, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-warning:before {
  content: "\42";
}

/* line 146, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-eye:before {
  content: "\43";
}

/* line 149, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-search:before {
  content: "\44";
}

/* line 152, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-arrow-left:before {
  content: "\45";
}

/* line 155, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-chevron-left:before {
  content: "\46";
}

/* line 158, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-double-angle-left:before {
  content: "\47";
}

/* line 161, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-store:before {
  content: "\48";
}

/* line 164, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-location:before {
  content: "\4a";
}

/* line 167, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-location-2:before {
  content: "\4b";
}

/* line 170, app/assets/stylesheets/shared/lib/_icons.lib.scss */
.ohl-icon-menu:before {
  content: "\49";
}

/* line 1, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.clearfix {
  *zoom: 1;
}

/* line 4, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 10, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.clearfix:after {
  clear: both;
}

/* line 13, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 20, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}

/* line 28, app/assets/stylesheets/shared/lib/_forms.lib.scss */
form {
  margin: 0 0 20px;
}

/* line 31, app/assets/stylesheets/shared/lib/_forms.lib.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 36, app/assets/stylesheets/shared/lib/_forms.lib.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 47, app/assets/stylesheets/shared/lib/_forms.lib.scss */
legend small {
  font-size: 15px;
  color: #999999;
}

/* line 51, app/assets/stylesheets/shared/lib/_forms.lib.scss */
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* line 60, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 66, app/assets/stylesheets/shared/lib/_forms.lib.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 70, app/assets/stylesheets/shared/lib/_forms.lib.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.input-field-wrapper {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  border-radius: 4px;
  vertical-align: middle;
}

/* line 100, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* line 105, app/assets/stylesheets/shared/lib/_forms.lib.scss */
textarea {
  height: auto;
}

/* line 108, app/assets/stylesheets/shared/lib/_forms.lib.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.input-field-wrapper {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear .2s, box-shadow linear .2s;
}

/* line 135, app/assets/stylesheets/shared/lib/_forms.lib.scss */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

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

/* line 171, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

/* line 180, app/assets/stylesheets/shared/lib/_forms.lib.scss */
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

/* line 190, app/assets/stylesheets/shared/lib/_forms.lib.scss */
select {
  width: 360px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}

/* line 195, app/assets/stylesheets/shared/lib/_forms.lib.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 199, app/assets/stylesheets/shared/lib/_forms.lib.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 207, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

/* line 217, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 221, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 225, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

/* line 229, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

/* line 233, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

/* line 237, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

/* line 242, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 247, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 251, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

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

/* line 262, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-mini {
  width: 60px;
}

/* line 265, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-small {
  width: 90px;
}

/* line 268, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-medium {
  width: 150px;
}

/* line 271, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-large {
  width: 210px;
}

/* line 274, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-xlarge {
  width: 270px;
}

/* line 277, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-xxlarge {
  width: 530px;
}

/* line 280, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

/* line 291, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

/* line 303, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* line 308, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

/* line 311, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

/* line 316, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

/* line 321, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

/* line 326, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

/* line 331, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

/* line 336, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

/* line 341, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

/* line 346, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

/* line 351, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

/* line 356, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

/* line 361, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

/* line 366, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

/* line 371, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.controls-row {
  *zoom: 1;
}

/* line 374, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 380, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.controls-row:after {
  clear: both;
}

/* line 383, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 387, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 391, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 400, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 406, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

/* line 411, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

/* line 418, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 426, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

/* line 434, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 440, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

/* line 445, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

/* line 452, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 460, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.control-group.error .chosen-container-single .chosen-single {
  border-color: #b94a48;
}

/* line 463, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

/* line 471, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 477, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

/* line 482, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

/* line 489, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 497, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

/* line 505, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 511, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

/* line 516, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

/* line 523, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 531, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

/* line 539, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 545, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 551, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7;
}

/* line 559, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px dotted #e5e5e5;
  *zoom: 1;
}

/* line 567, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 573, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-actions:after {
  clear: both;
}

/* line 576, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.help-block,
.help-inline {
  color: #595959;
}

/* line 580, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.help-block {
  display: block;
  margin-bottom: 10px;
}

/* line 584, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

/* line 593, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}

/* line 601, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

/* line 613, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  border-radius: 0 4px 4px 0;
}

/* line 627, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

/* line 635, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

/* line 650, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  border-radius: 0;
}

/* line 661, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 666, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

/* line 670, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 4px 0 0 4px;
}

/* line 676, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 4px 0 0 4px;
}

/* line 683, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}

/* line 690, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

/* line 695, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 4px 4px 0;
}

/* line 702, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  border-radius: 0;
}

/* line 709, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  border-radius: 0 4px 4px 0;
}

/* line 716, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}

/* line 723, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}

/* line 730, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 733, app/assets/stylesheets/shared/lib/_forms.lib.scss */
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
/* line 746, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  border-radius: 0;
}

/* line 752, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-search .input-append .search-query {
  border-radius: 14px 0 0 14px;
}

/* line 757, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-search .input-append .btn {
  border-radius: 0 14px 14px 0;
}

/* line 762, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-search .input-prepend .search-query {
  border-radius: 0 14px 14px 0;
}

/* line 767, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-search .input-prepend .btn {
  border-radius: 14px 0 0 14px;
}

/* line 772, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 801, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 806, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

/* line 812, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 818, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 826, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

/* line 834, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.control-group {
  margin-bottom: 10px;
}

/* line 837, app/assets/stylesheets/shared/lib/_forms.lib.scss */
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

/* line 841, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

/* line 845, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 851, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 854, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: left;
}

/* line 861, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

/* line 867, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

/* line 870, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}

/* line 873, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

/* line 881, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 886, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.modal-form select[multiple],
.modal-form select[size] {
  min-height: 128px;
}

/* line 894, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.simple_form .chosen-container {
  font-size: 14px;
}

/* line 896, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.simple_form .chosen-container .chosen-results li {
  padding: 8px 6px;
}

/* line 900, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.chosen-container-single .chosen-single {
  height: 31px !important;
  padding: 2px 0 3px 8px !important;
  width: 95%;
}

/* line 905, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.chosen-container-single .chosen-single div b {
  background-position: 0 5px !important;
}

/* line 908, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 5px !important;
}

/* line 911, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.chosen-container.chosen-container-multi .chosen-choices {
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear .2s, box-shadow linear .2s;
}

/* line 923, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.chosen-container.chosen-container-multi.chosen-container-active .chosen-choices {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 935, app/assets/stylesheets/shared/lib/_forms.lib.scss */
abbr[title] {
  cursor: help;
  color: #b94a48;
}

/* line 940, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.controls-highlight {
  background: #eee;
  padding: 10px;
  margin: 0 -10px 20px -10px;
  width: 400px;
  border-radius: 4px;
}

/* line 946, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.controls-highlight .last {
  margin-bottom: 0;
}

/* line 949, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.controls-highlight .static_total_weight {
  margin-bottom: 5px;
}

/* line 952, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.controls-highlight .static_total_amount, .controls-highlight .issue_weight_in_grams {
  margin-bottom: 0px;
}

/* line 956, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-or-seperator {
  width: 400px;
  margin-bottom: 20px;
  color: #888;
  text-align: center;
  font-style: italic;
}

/* line 962, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.form-or-seperator > span {
  border-bottom: 1px solid #CCCCCC;
  line-height: 9px;
  position: relative;
  top: -4.5px;
  width: 40%;
  display: inline-block;
}

/* line 34, app/assets/stylesheets/shared/lib/compass/clearfix.scss */
.input-field-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* line 973, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-field-wrapper .input-field-divider {
  width: 5px;
}

/* line 976, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.input-field-wrapper .input-field,
.input-field-wrapper .input-field:focus {
  padding: 0 3px;
  border-radius: 0;
  float: left;
  border: 0px;
  box-shadow: none;
  background: transparent;
  margin: 0;
  border-bottom: 1px dotted #CCC;
  outline: 0 !important;
}

/* line 990, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.parsley-error-list, .parsley-errors-list {
  display: none;
}

/* line 994, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.parsley-error {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid red;
}

/* line 1000, app/assets/stylesheets/shared/lib/_forms.lib.scss */
.select2-container.parsley-error {
  border-radius: 5px;
}

/**** CUSTOM ****/
/* sub tables */
/* line 2, app/assets/stylesheets/shared/custom.scss */
div.innerDetails {
  display: none;
}

/* ------------------------- nav */
/* line 6, app/assets/stylesheets/shared/custom.scss */
#container #nav {
  margin: 8px 0 12px 0;
  padding: 0;
  border: none;
}

/* line 9, app/assets/stylesheets/shared/custom.scss */
#container #nav nav#menu {
  margin: 0;
  padding: 0;
}

/* ---------------------------- form ----- */
/* line 16, app/assets/stylesheets/shared/custom.scss */
label {
  font-weight: 600;
}

/* line 18, app/assets/stylesheets/shared/custom.scss */
hr.group-separator {
  border-bottom: 1px dotted silver;
  margin: 18px 0;
}

/* ---------------------------- footer ----- */
/* line 25, app/assets/stylesheets/shared/custom.scss */
footer {
  margin-top: 20px;
}

/* ----------------------------- rails -------*/
/* line 31, app/assets/stylesheets/shared/custom.scss */
p.notice {
  border: 0px solid green;
  background-color: #D5F9D5;
  margin-bottom: 10px !important;
}

/* line 38, app/assets/stylesheets/shared/custom.scss */
input[type=file] {
  font-size: 100%;
}

/* ------------------- */
/* line 43, app/assets/stylesheets/shared/custom.scss */
img.wait {
  padding: 0 10px 0 0;
  vertical-align: middle;
}

/* line 48, app/assets/stylesheets/shared/custom.scss */
a.mini_box {
  display: block;
  border: 2px solid grey;
  background-color: rgba(230, 230, 230, 0.3) !important;
  padding: 6px 4px;
  margin: 2px 10px;
  width: 40px;
  text-align: center;
  border-radius: 6px;
  font-size: 160%;
  font-weight: normal;
  color: #555;
  text-decoration: none;
}

/* line 64, app/assets/stylesheets/shared/custom.scss */
a.mini_box:hover,
a.mini_box:active {
  border: 2px solid black;
  color: black;
  background-color: #e6e6e6 !important;
  text-decoration: none !important;
  /*
  background-image:URL(asset-path("dart_r.gif", image));
  background-position: 90% 50%;
  background-repeat: no-repeat;
  */
}

/* line 76, app/assets/stylesheets/shared/custom.scss */
a.mini_box_error {
  border: 2px solid silver;
  color: silver;
  background-image: none;
  cursor: wait;
}

/* line 83, app/assets/stylesheets/shared/custom.scss */
a.mini_box_error:hover,
a.mini_box_error:active {
  background-image: none;
  cursor: wait;
  border: 2px solid silver;
  color: silver !important;
}

/* line 93, app/assets/stylesheets/shared/custom.scss */
div.result {
  text-align: center;
  vertical-align: middle;
}

/* line 97, app/assets/stylesheets/shared/custom.scss */
div.status {
  text-align: center;
  vertical-align: middle;
}

/* line 101, app/assets/stylesheets/shared/custom.scss */
.ok {
  font-size: 16px;
  color: green;
}

/* line 106, app/assets/stylesheets/shared/custom.scss */
.ignored {
  font-size: 16px;
  color: red;
}

/* line 111, app/assets/stylesheets/shared/custom.scss */
.incomplete {
  font-size: 16px;
  color: orange;
}

/* line 116, app/assets/stylesheets/shared/custom.scss */
.finished {
  font-size: 16px;
  color: black;
}

/* line 121, app/assets/stylesheets/shared/custom.scss */
.feedbacked {
  font-size: 16px;
  color: black;
}

/* ------------------- */
/* line 128, app/assets/stylesheets/shared/custom.scss */
span.error-1 {
  font-weight: bold;
  color: #CC0000;
  font-size: 130%;
  padding: 2px 8px;
  border: 1px solid #CC0000;
  border-radius: 30px;
  background: #CC0000;
  color: white;
  cursor: help;
}

/* line 140, app/assets/stylesheets/shared/custom.scss */
span.error-2 {
  font-weight: bold;
  color: #FF008D;
  font-size: 130%;
  padding: 2px 8px;
  border: 1px solid #FF008D;
  border-radius: 30px;
  background: #FF008D;
  color: white;
  cursor: help;
}

/* line 153, app/assets/stylesheets/shared/custom.scss */
div.error_wrapper {
  font-weight: normal;
  padding: 1px 15px;
  margin: 0 0 20px 0;
  background-color: #EEE;
  border-top: 2px solid #CC0000;
  border-bottom: 2px solid #CC0000;
}

/* line 163, app/assets/stylesheets/shared/custom.scss */
div.error_wrapper h4 {
  margin: 10px 0;
  font-size: 15px;
  color: #CC0000;
  font-weight: bold;
}

/* line 171, app/assets/stylesheets/shared/custom.scss */
.control-group.error input, .control-group.error select, .control-group.error textarea, .control-group.error .chosen-single {
  border-width: 2px;
}

/* ------------------- */
/* avoid double error msg */
/* --------------------------------- */
/* line 180, app/assets/stylesheets/shared/custom.scss */
div.pagination {
  float: right;
  padding: 2px 0 0 0;
}

/* line 184, app/assets/stylesheets/shared/custom.scss */
div.pagination em.current {
  font-style: normal;
  font-weight: normal;
  padding: 2px 7px;
}

/* line 190, app/assets/stylesheets/shared/custom.scss */
div.pagination .previous_page,
div.pagination .next_page {
  font-size: 130%;
}

/* line 195, app/assets/stylesheets/shared/custom.scss */
td.contact_information {
  width: 33.33%;
  height: 27px;
}

/* line 17, app/assets/stylesheets/shared/redesign.scss */
header {
  background: #CCCCCC;
  background: linear-gradient(#CCCCCC, #FEFEFE);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-bottom: 1px solid #CCCCCC;
  padding: 15px;
  min-height: 37px;
  margin: 0;
}

/* line 34, app/assets/stylesheets/shared/lib/compass/clearfix.scss */
header:after {
  content: "";
  display: table;
  clear: both;
}

/* line 31, app/assets/stylesheets/shared/redesign.scss */
header .title {
  margin-top: 10px;
  color: #001A3D;
  text-decoration: none;
  line-height: 36px;
}

/* line 37, app/assets/stylesheets/shared/redesign.scss */
header .logo > img {
  display: block;
}

/* line 40, app/assets/stylesheets/shared/redesign.scss */
header .logo, header h1 {
  margin: 0 18px 0 0;
}

/* line 44, app/assets/stylesheets/shared/redesign.scss */
header #meta-nav li {
  list-style: none;
  display: inline-block;
  margin-left: 18px;
}

/* line 48, app/assets/stylesheets/shared/redesign.scss */
header #meta-nav li > a {
  display: inline-block !important;
  line-height: 36px;
  min-width: 36px;
}

/* line 52, app/assets/stylesheets/shared/redesign.scss */
header #meta-nav li > a > i {
  transition: all .2s ease-in .0s;
  position: relative;
  top: 1px;
  font-size: 16px;
  color: #666666;
}

/* line 58, app/assets/stylesheets/shared/redesign.scss */
header #meta-nav li > a:hover > i {
  cursor: pointer;
  color: #333333;
}

/* line 64, app/assets/stylesheets/shared/redesign.scss */
header #meta-nav a {
  color: #666666;
  text-decoration: none;
  font-weight: 300;
  transition: all .2s ease-in .0s;
}

/* line 69, app/assets/stylesheets/shared/redesign.scss */
header #meta-nav a:hover {
  color: #333333;
}

/* line 75, app/assets/stylesheets/shared/redesign.scss */
header.dev-env {
  background: #7e8c9b;
  background: linear-gradient(#636e7a, #7e8c9b);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #636e7a;
}

/* line 81, app/assets/stylesheets/shared/redesign.scss */
header.dev-env .title, header.dev-env #meta-nav a, header.dev-env #meta-nav li > a > i {
  color: #EEE;
}

/* line 83, app/assets/stylesheets/shared/redesign.scss */
header.dev-env .title:hover, header.dev-env #meta-nav a:hover, header.dev-env #meta-nav li > a > i:hover {
  color: white;
}

/* line 88, app/assets/stylesheets/shared/redesign.scss */
#main {
  margin-top: 67px;
  margin-left: 240px;
}

/* line 91, app/assets/stylesheets/shared/redesign.scss */
#main #main-nav {
  background: #7e8c9b;
  background: linear-gradient(#7e8c9b 60%, #5d6875);
  box-shadow: inset 0px 0px 80px rgba(0, 0, 0, 0.2);
  color: white;
  width: 240px;
  position: fixed;
  top: 67px;
  left: 0;
  bottom: 0;
  z-index: 100;
}

/* line 102, app/assets/stylesheets/shared/redesign.scss */
#main #main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 107, app/assets/stylesheets/shared/redesign.scss */
#main #main-nav ul:before {
  background: linear-gradient(rgba(0, 0, 0, 0.3) 35%, transparent);
  content: "";
  width: 100%;
  height: 24px;
  border-radius: 70%;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: -1;
}

/* line 119, app/assets/stylesheets/shared/redesign.scss */
#main #main-nav ul li .main-nav-primary-item {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in .0s;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 54px;
  padding: 0 18px;
  color: #EEE;
  text-decoration: none;
  font-weight: 300;
  display: block;
  border-top: 1px solid #8896a5;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid #6c7883;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #7e8c9b;
}

/* line 136, app/assets/stylesheets/shared/redesign.scss */
#main #main-nav ul li .main-nav-primary-item:hover {
  text-shadow: none;
  color: white;
  background-color: #8b97a5;
}

/* line 141, app/assets/stylesheets/shared/redesign.scss */
#main #main-nav ul li .main-nav-primary-item > i {
  position: relative;
  top: 1px;
  margin-right: 9px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

/* line 148, app/assets/stylesheets/shared/redesign.scss */
#main #main-nav ul li.current .main-nav-primary-item {
  background: #034DB8;
  background: linear-gradient(#034DB8, #013F9C);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  color: white;
  border-top: 1px solid #1c44a1;
  border-bottom: 1px solid #0c2a81;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 157, app/assets/stylesheets/shared/redesign.scss */
#main #main-nav ul li .sub-menu {
  background: #8b97a5;
  background: linear-gradient(#8b97a5, #7e8c9b);
  padding: 9px 0;
  border-bottom: 1px solid #6c7883;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 163, app/assets/stylesheets/shared/redesign.scss */
#main #main-nav ul li .sub-menu li > a {
  transition: all .2s ease-in .0s;
  line-height: 36px;
  padding: 0 27px 0 39.6px;
  color: #424851;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}

/* line 170, app/assets/stylesheets/shared/redesign.scss */
#main #main-nav ul li .sub-menu li > a i {
  position: relative;
  top: 1px;
  margin-right: 4px;
}

/* line 174, app/assets/stylesheets/shared/redesign.scss */
#main #main-nav ul li .sub-menu li > a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

/* line 179, app/assets/stylesheets/shared/redesign.scss */
#main #main-nav ul li .sub-menu li > a.current,
#main #main-nav ul li .sub-menu li.current > a {
  color: white;
}

/* line 183, app/assets/stylesheets/shared/redesign.scss */
#main #main-nav ul li .sub-menu li:last-child > a {
  border-bottom: none;
}

/* line 190, app/assets/stylesheets/shared/redesign.scss */
#main #content {
  margin: 0 27px;
}

/* line 192, app/assets/stylesheets/shared/redesign.scss */
#main #content h2 {
  margin: 0px -27px 45px -27px;
  padding: 27px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0 1px 0 white;
  background: #ebeef1 url(/assets/white_wave_trans-38406e9ebd1635c1ee11f39413429f7397a22ebea6f40cdffd722cd8e4fec597.png) top left repeat;
  border-bottom: 1px solid #d4d6d8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #001A3D;
  position: relative;
}

/* line 203, app/assets/stylesheets/shared/redesign.scss */
#main #content h2 > span {
  display: inline-block;
  line-height: 1.3em;
}

/* line 206, app/assets/stylesheets/shared/redesign.scss */
#main #content h2 > span.small-spacer {
  margin-right: 50px;
}

/* line 209, app/assets/stylesheets/shared/redesign.scss */
#main #content h2 > span.medium-spacer {
  margin-right: 120px;
}

/* line 212, app/assets/stylesheets/shared/redesign.scss */
#main #content h2 > span.large-spacer {
  margin-right: 250px;
}

/* line 216, app/assets/stylesheets/shared/redesign.scss */
#main #content h2 .additional-headline-info {
  color: #AAA;
  font-weight: 300;
  text-shadow: none;
  margin-left: 5px;
}

/* line 226, app/assets/stylesheets/shared/redesign.scss */
.headline-import-form {
  font-size: 14px;
  position: absolute !important;
  z-index: 1;
  top: 19px;
  right: 27px;
  text-transform: none;
}

/* line 233, app/assets/stylesheets/shared/redesign.scss */
.headline-import-form.btn-group {
  top: 25px;
}

/* line 236, app/assets/stylesheets/shared/redesign.scss */
.headline-import-form .input-append {
  background: rgba(0, 0, 0, 0.05);
  padding: 4px;
  border-radius: 4px;
}

/* line 241, app/assets/stylesheets/shared/redesign.scss */
.headline-import-form .fileupload {
  float: left;
}

/* line 244, app/assets/stylesheets/shared/redesign.scss */
.headline-import-form .btn-import {
  float: right;
}

/* line 249, app/assets/stylesheets/shared/redesign.scss */
footer {
  margin-left: 240px;
}

/* line 253, app/assets/stylesheets/shared/redesign.scss */
#login {
  border-radius: 4px;
  background-color: white;
}

/* line 258, app/assets/stylesheets/shared/redesign.scss */
.detail-infos {
  background: #f4f4f4;
  background: linear-gradient(#f4f4f4, #e4e4e4);
  margin: -45px -27px 45px -27px;
  padding: 20px 27px;
  color: #444;
}

/* line 34, app/assets/stylesheets/shared/lib/compass/clearfix.scss */
.detail-infos:after {
  content: "";
  display: table;
  clear: both;
}

/* line 265, app/assets/stylesheets/shared/redesign.scss */
.detail-infos ol {
  list-style: none;
}

/* line 268, app/assets/stylesheets/shared/redesign.scss */
.detail-infos .info-block, .detail-infos .info-block-col2 {
  width: 45%;
  padding-left: 5%;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 274, app/assets/stylesheets/shared/redesign.scss */
.detail-infos .info-block li, .detail-infos .info-block-col2 li {
  margin-bottom: 9px;
}

/* line 277, app/assets/stylesheets/shared/redesign.scss */
.detail-infos .info-block.contact-infos, .detail-infos .contact-infos.info-block-col2 {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 0 0 inset;
}

/* line 280, app/assets/stylesheets/shared/redesign.scss */
.detail-infos .info-block b, .detail-infos .info-block-col2 b {
  width: 33%;
  display: inline-block;
}

/* line 286, app/assets/stylesheets/shared/redesign.scss */
.detail-infos .info-block-col1 {
  padding-left: 20px;
}

/* line 290, app/assets/stylesheets/shared/redesign.scss */
.detail-infos .info-block-col2 {
  padding-left: 0;
  width: 50%;
}

/* line 294, app/assets/stylesheets/shared/redesign.scss */
.detail-infos .info-block-col2 .sub-info {
  width: 47%;
  float: left;
  margin-right: 3%;
}

/* line 298, app/assets/stylesheets/shared/redesign.scss */
.detail-infos .info-block-col2 .sub-info a.btn-link {
  color: #0046A4;
}

/* line 301, app/assets/stylesheets/shared/redesign.scss */
.detail-infos .info-block-col2 .sub-info.empty-subinfo {
  text-align: center;
}

/* line 303, app/assets/stylesheets/shared/redesign.scss */
.detail-infos .info-block-col2 .sub-info.empty-subinfo .adress-type-headline {
  text-align: left;
}

/* line 307, app/assets/stylesheets/shared/redesign.scss */
.detail-infos .info-block-col2 .sub-info i.ohl-icon-location,
.detail-infos .info-block-col2 .sub-info i.ohl-icon-location-2 {
  font-size: 6em;
  color: #DFDFDF;
  margin: 0 auto;
  display: block;
  margin-bottom: 18px;
}

/* line 317, app/assets/stylesheets/shared/redesign.scss */
.detail-infos .client-central-office {
  color: #0046A4;
}

/* line 320, app/assets/stylesheets/shared/redesign.scss */
.detail-infos .adress-type-headline {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 18px;
  margin-top: 0;
  line-height: 1.3em;
}

/* line 326, app/assets/stylesheets/shared/redesign.scss */
.detail-infos .adress-type-headline .btn-link {
  font-weight: normal;
  padding: 0;
  border: none;
}

/* line 330, app/assets/stylesheets/shared/redesign.scss */
.detail-infos .adress-type-headline .btn-link:hover {
  text-decoration: none;
}

/* line 5, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

/* line 20, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

@media all and (max-width: 540px) {
  /* line 20, app/assets/stylesheets/shared/sweet_alert.scss */
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}

/* line 50, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert h2 {
  color: #006699;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

/* line 63, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

/* line 76, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert button {
  background-color: #AEDEF4;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}

/* line 91, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

/* line 95, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert button:hover {
  background-color: #a1d9f2;
}

/* line 98, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert button:active {
  background-color: #81ccee;
}

/* line 101, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert button.cancel {
  background-color: #006699;
}

/* line 103, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert button.cancel:hover {
  background-color: #005c8a;
}

/* line 106, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert button.cancel:active {
  background-color: #004466;
}

/* line 110, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

/* line 115, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert button::-moz-focus-inner {
  border: 0;
}

/* line 121, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

/* line 126, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert .icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

/* line 143, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert .icon.error {
  border-color: #F27474;
}

/* line 146, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert .icon.error .x-mark {
  position: relative;
  display: block;
}

/* line 151, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert .icon.error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

/* line 160, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert .icon.error .line.left {
  transform: rotate(45deg);
  left: 17px;
}

/* line 165, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert .icon.error .line.right {
  transform: rotate(-45deg);
  right: 16px;
}

/* line 172, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert .icon.warning {
  display: none !important;
  border-color: #F8BB86;
}

/* line 176, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert .icon.warning .body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

/* line 187, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert .icon.warning .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

/* line 199, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert .icon.info {
  border-color: #C9DAE1;
}

/* line 202, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert .icon.info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

/* line 213, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert .icon.info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}

/* line 224, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert .icon.success {
  border-color: #A5DC86;
}

/* line 227, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert .icon.success::before, .sweet-alert .icon.success::after {
  content: '';
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  transform: rotate(45deg);
}

/* line 239, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert .icon.success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}

/* line 250, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert .icon.success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0px 60px;
}

/* line 262, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert .icon.success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

/* line 277, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert .icon.success .fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}

/* line 291, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert .icon.success .line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

/* line 300, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert .icon.success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}

/* line 309, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert .icon.success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}

/* line 320, app/assets/stylesheets/shared/sweet_alert.scss */
.sweet-alert .icon.custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
 * Animations
 */

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

/* line 362, app/assets/stylesheets/shared/sweet_alert.scss */
.showSweetAlert {
  animation: showSweetAlert 0.3s;
}

/* line 365, app/assets/stylesheets/shared/sweet_alert.scss */
.showSweetAlert[data-animation=none] {
  animation: none;
}

/* line 369, app/assets/stylesheets/shared/sweet_alert.scss */
.hideSweetAlert {
  animation: hideSweetAlert 0.2s;
}

/* line 372, app/assets/stylesheets/shared/sweet_alert.scss */
.hideSweetAlert[data-animation=none] {
  animation: none;
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

/* line 401, app/assets/stylesheets/shared/sweet_alert.scss */
.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}

/* line 404, app/assets/stylesheets/shared/sweet_alert.scss */
.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}

/* line 407, app/assets/stylesheets/shared/sweet_alert.scss */
.icon.success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in;
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

/* line 418, app/assets/stylesheets/shared/sweet_alert.scss */
.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

/* line 427, app/assets/stylesheets/shared/sweet_alert.scss */
.animateXMark {
  animation: animateXMark 0.5s;
}

@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}

/* line 435, app/assets/stylesheets/shared/sweet_alert.scss */
.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate;
}

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}

/* line 443, app/assets/stylesheets/shared/sweet_alert.scss */
.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}

@media (max-width: 480px) {
  /* line 2, app/assets/stylesheets/shared/_responsive_navbar.scss */
  #main {
    margin-top: 67px;
    margin-left: 0px;
  }
  /* line 5, app/assets/stylesheets/shared/_responsive_navbar.scss */
  #main #main-nav {
    display: none;
    width: 100%;
    bottom: auto;
    top: 67px;
  }
  /* line 10, app/assets/stylesheets/shared/_responsive_navbar.scss */
  #main #main-nav ul:before {
    background: linear-gradient(rgba(0, 0, 0, 0.8) 35%, transparent);
  }
  /* line 15, app/assets/stylesheets/shared/_responsive_navbar.scss */
  footer {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 2, app/assets/stylesheets/shared/_responsive_navbar.scss */
  #main {
    margin-top: 67px;
    margin-left: 0px;
  }
  /* line 5, app/assets/stylesheets/shared/_responsive_navbar.scss */
  #main #main-nav {
    display: none;
    width: 100%;
    bottom: auto;
    top: 67px;
  }
  /* line 10, app/assets/stylesheets/shared/_responsive_navbar.scss */
  #main #main-nav ul:before {
    background: linear-gradient(rgba(0, 0, 0, 0.8) 35%, transparent);
  }
  /* line 15, app/assets/stylesheets/shared/_responsive_navbar.scss */
  footer {
    margin-left: 0;
  }
  /* line 20, app/assets/stylesheets/shared/_responsive_navbar.scss */
  header #meta-nav {
    padding: 0;
  }
  /* line 22, app/assets/stylesheets/shared/_responsive_navbar.scss */
  header #meta-nav li {
    margin-left: 9px;
    display: inline !important;
  }
  /* line 25, app/assets/stylesheets/shared/_responsive_navbar.scss */
  header #meta-nav li > a {
    text-align: center;
    font-size: 1.15em;
    position: relative;
    top: 2px;
  }
  /* line 30, app/assets/stylesheets/shared/_responsive_navbar.scss */
  header #meta-nav li > a.toggle-main-nav {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.2);
  }
  /* line 34, app/assets/stylesheets/shared/_responsive_navbar.scss */
  header #meta-nav li > a.active {
    background: rgba(0, 0, 0, 0.4);
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 2, app/assets/stylesheets/shared/_responsive_navbar.scss */
  #main {
    margin-top: 67px;
    margin-left: 0px;
  }
  /* line 5, app/assets/stylesheets/shared/_responsive_navbar.scss */
  #main #main-nav {
    display: none;
    width: 100%;
    bottom: auto;
    top: 67px;
  }
  /* line 10, app/assets/stylesheets/shared/_responsive_navbar.scss */
  #main #main-nav ul:before {
    background: linear-gradient(rgba(0, 0, 0, 0.8) 35%, transparent);
  }
  /* line 15, app/assets/stylesheets/shared/_responsive_navbar.scss */
  footer {
    margin-left: 0;
  }
  /* line 20, app/assets/stylesheets/shared/_responsive_navbar.scss */
  header #meta-nav {
    padding: 0;
  }
  /* line 22, app/assets/stylesheets/shared/_responsive_navbar.scss */
  header #meta-nav li {
    margin-left: 9px;
    display: inline !important;
  }
  /* line 25, app/assets/stylesheets/shared/_responsive_navbar.scss */
  header #meta-nav li > a {
    text-align: center;
    font-size: 1.15em;
    position: relative;
    top: 2px;
  }
  /* line 30, app/assets/stylesheets/shared/_responsive_navbar.scss */
  header #meta-nav li > a.toggle-main-nav {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.2);
  }
  /* line 34, app/assets/stylesheets/shared/_responsive_navbar.scss */
  header #meta-nav li > a.active {
    background: rgba(0, 0, 0, 0.4);
  }
}

/**** COMPONENTS ****/
/* line 1, app/assets/stylesheets/components/_visibility_helper.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 5, app/assets/stylesheets/components/_visibility_helper.scss */
.visible-phone {
  display: none !important;
}

/* line 8, app/assets/stylesheets/components/_visibility_helper.scss */
.visible-tablet {
  display: none !important;
}

/* line 11, app/assets/stylesheets/components/_visibility_helper.scss */
.hidden-desktop {
  display: none !important;
}

/* line 14, app/assets/stylesheets/components/_visibility_helper.scss */
.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 18, app/assets/stylesheets/components/_visibility_helper.scss */
  .hidden-desktop {
    display: inherit !important;
  }
  /* line 21, app/assets/stylesheets/components/_visibility_helper.scss */
  .visible-desktop {
    display: none !important;
  }
  /* line 24, app/assets/stylesheets/components/_visibility_helper.scss */
  .visible-tablet {
    display: inherit !important;
  }
  /* line 27, app/assets/stylesheets/components/_visibility_helper.scss */
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 32, app/assets/stylesheets/components/_visibility_helper.scss */
  .hidden-desktop {
    display: inherit !important;
  }
  /* line 35, app/assets/stylesheets/components/_visibility_helper.scss */
  .visible-desktop {
    display: none !important;
  }
  /* line 38, app/assets/stylesheets/components/_visibility_helper.scss */
  .visible-phone {
    display: inherit !important;
  }
  /* line 41, app/assets/stylesheets/components/_visibility_helper.scss */
  .hidden-phone {
    display: none !important;
  }
}

/* line 45, app/assets/stylesheets/components/_visibility_helper.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 49, app/assets/stylesheets/components/_visibility_helper.scss */
  .visible-print {
    display: inherit !important;
  }
  /* line 52, app/assets/stylesheets/components/_visibility_helper.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 2, app/assets/stylesheets/components/_bettertabs.scss */
div.bettertabs ul.tabs {
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom: 0;
  width: 100%;
}

/* line 8, app/assets/stylesheets/components/_bettertabs.scss */
div.bettertabs ul.tabs li {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: inline;
  float: left;
  height: 36px;
  line-height: 36px;
  list-style: none outside none;
  margin-right: .5em;
  padding-right: 1.3em;
  padding-left: 1.3em;
  position: relative;
  top: 0px;
  background-color: #EEE;
  border-bottom: 1px solid #EEE;
  letter-spacing: 1px;
  font-weight: 300;
}

/* line 24, app/assets/stylesheets/components/_bettertabs.scss */
div.bettertabs ul.tabs li:hover {
  cursor: pointer;
  background: #EEE;
  background: linear-gradient(#EEE, #DFDFDF);
  border-bottom: 1px solid #DFDFDF;
}

/* line 30, app/assets/stylesheets/components/_bettertabs.scss */
div.bettertabs ul.tabs li:hover a {
  color: #666666;
}

/* line 33, app/assets/stylesheets/components/_bettertabs.scss */
div.bettertabs ul.tabs li a {
  text-decoration: none;
  float: left;
  color: #AAA;
}

/* line 37, app/assets/stylesheets/components/_bettertabs.scss */
div.bettertabs ul.tabs li a:active {
  color: #001A3D;
}

/* line 38, app/assets/stylesheets/components/_bettertabs.scss */
div.bettertabs ul.tabs li a.ajax-loading {
  color: #666666;
}

/* line 41, app/assets/stylesheets/components/_bettertabs.scss */
div.bettertabs ul.tabs li.active,
div.bettertabs ul.tabs li.active:hover {
  background: #7e8c9b;
  background: linear-gradient(#636e7a, #7e8c9b);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #7e8c9b;
}

/* line 47, app/assets/stylesheets/components/_bettertabs.scss */
div.bettertabs ul.tabs li.active a.active,
div.bettertabs ul.tabs li.active:hover a.active {
  color: white;
}

/* line 49, app/assets/stylesheets/components/_bettertabs.scss */
div.bettertabs ul.tabs li.active a.active:hover,
div.bettertabs ul.tabs li.active:hover a.active:hover {
  cursor: default;
}

/* line 55, app/assets/stylesheets/components/_bettertabs.scss */
div.bettertabs div.content {
  padding: 18px 0;
  border-top: 1px solid #7e8c9b;
  clear: left;
}

/* line 60, app/assets/stylesheets/components/_bettertabs.scss */
div.bettertabs div.content.hidden {
  display: none;
}

/* line 1, app/assets/stylesheets/components/_feedback.scss */
a.close,
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 8, app/assets/stylesheets/components/_feedback.scss */
a.close:hover,
button.close:hover {
  text-decoration: none;
}

/* line 13, app/assets/stylesheets/components/_feedback.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 24, app/assets/stylesheets/components/_feedback.scss */
.alert, .alert-warning {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  padding: 8px 35px 8px 27px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  position: absolute;
  top: 143px;
  z-index: 99;
  left: 240px;
  right: 0;
  font-size: 14px;
  line-height: 18px;
}

/* line 40, app/assets/stylesheets/components/_feedback.scss */
.alert-static {
  position: relative;
}

/* line 44, app/assets/stylesheets/components/_feedback.scss */
#login .alert,
#login .alert-warning,
#edit-wrapper .alert,
#edit-wrapper .alert-warning {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  top: 0;
  left: 0;
  line-height: 21px;
  padding-top: 13px;
  padding-bottom: 12px;
}

/* line 56, app/assets/stylesheets/components/_feedback.scss */
.alert {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 62, app/assets/stylesheets/components/_feedback.scss */
.alert h4 {
  color: #c09853;
}

/* line 65, app/assets/stylesheets/components/_feedback.scss */
.alert h4 {
  margin: 0;
}

/* line 68, app/assets/stylesheets/components/_feedback.scss */
.alert .close {
  position: relative;
  top: 0;
  right: -21px;
  line-height: 20px;
}

/* line 74, app/assets/stylesheets/components/_feedback.scss */
.alert-success,
.alert-notice {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 80, app/assets/stylesheets/components/_feedback.scss */
.alert-success h4,
.alert-notice h4 {
  color: #468847;
}

/* line 84, app/assets/stylesheets/components/_feedback.scss */
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 90, app/assets/stylesheets/components/_feedback.scss */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

/* line 94, app/assets/stylesheets/components/_feedback.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

/* line 99, app/assets/stylesheets/components/_feedback.scss */
.alert-info h4 {
  color: #3a87ad;
}

/* line 102, app/assets/stylesheets/components/_feedback.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 106, app/assets/stylesheets/components/_feedback.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 110, app/assets/stylesheets/components/_feedback.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 114, app/assets/stylesheets/components/_feedback.scss */
.field_with_errors label {
  color: #b94a48;
}

/* line 117, app/assets/stylesheets/components/_feedback.scss */
.field_with_errors input {
  border: 1px solid #b94a48;
}

@media (max-width: 480px) {
  /* line 122, app/assets/stylesheets/components/_feedback.scss */
  .alert, .alert-warning {
    left: 0;
  }
}

@media (max-width: 767px) {
  /* line 127, app/assets/stylesheets/components/_feedback.scss */
  .alert, .alert-warning {
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 133, app/assets/stylesheets/components/_feedback.scss */
  .alert, .alert-warning {
    left: 0;
  }
}

/* line 2, app/assets/stylesheets/components/_pagination.scss */
.pagination {
  margin: 20px 0;
}

/* line 5, app/assets/stylesheets/components/_pagination.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 20, app/assets/stylesheets/components/_pagination.scss */
.pagination ul > li {
  display: inline;
}

/* line 23, app/assets/stylesheets/components/_pagination.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

/* line 33, app/assets/stylesheets/components/_pagination.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

/* line 39, app/assets/stylesheets/components/_pagination.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

/* line 44, app/assets/stylesheets/components/_pagination.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}

/* line 52, app/assets/stylesheets/components/_pagination.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 62, app/assets/stylesheets/components/_pagination.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 71, app/assets/stylesheets/components/_pagination.scss */
.pagination-centered {
  text-align: center;
}

/* line 74, app/assets/stylesheets/components/_pagination.scss */
.pagination-right {
  text-align: right;
}

/* line 77, app/assets/stylesheets/components/_pagination.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

/* line 82, app/assets/stylesheets/components/_pagination.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 91, app/assets/stylesheets/components/_pagination.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 100, app/assets/stylesheets/components/_pagination.scss */
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 111, app/assets/stylesheets/components/_pagination.scss */
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 122, app/assets/stylesheets/components/_pagination.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

/* line 127, app/assets/stylesheets/components/_pagination.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

/* line 3, app/assets/stylesheets/components/_buttons.scss */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  border-radius: 2px;
  *margin-left: .3em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 43, app/assets/stylesheets/components/_buttons.scss */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* line 53, app/assets/stylesheets/components/_buttons.scss */
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

/* line 57, app/assets/stylesheets/components/_buttons.scss */
.btn:first-child {
  *margin-left: 0;
}

/* line 60, app/assets/stylesheets/components/_buttons.scss */
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

/* line 70, app/assets/stylesheets/components/_buttons.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 75, app/assets/stylesheets/components/_buttons.scss */
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 83, app/assets/stylesheets/components/_buttons.scss */
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* line 93, app/assets/stylesheets/components/_buttons.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  border-radius: 4px;
}

/* line 100, app/assets/stylesheets/components/_buttons.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 104, app/assets/stylesheets/components/_buttons.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  border-radius: 1;
}

/* line 111, app/assets/stylesheets/components/_buttons.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 115, app/assets/stylesheets/components/_buttons.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 119, app/assets/stylesheets/components/_buttons.scss */
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  border-radius: 1;
}

/* line 126, app/assets/stylesheets/components/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

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

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

/* line 143, app/assets/stylesheets/components/_buttons.scss */
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

/* line 151, app/assets/stylesheets/components/_buttons.scss */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 169, app/assets/stylesheets/components/_buttons.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

/* line 179, app/assets/stylesheets/components/_buttons.scss */
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

/* line 183, app/assets/stylesheets/components/_buttons.scss */
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 201, app/assets/stylesheets/components/_buttons.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

/* line 211, app/assets/stylesheets/components/_buttons.scss */
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

/* line 215, app/assets/stylesheets/components/_buttons.scss */
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 233, app/assets/stylesheets/components/_buttons.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

/* line 243, app/assets/stylesheets/components/_buttons.scss */
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

/* line 247, app/assets/stylesheets/components/_buttons.scss */
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 265, app/assets/stylesheets/components/_buttons.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

/* line 275, app/assets/stylesheets/components/_buttons.scss */
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

/* line 279, app/assets/stylesheets/components/_buttons.scss */
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 297, app/assets/stylesheets/components/_buttons.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

/* line 307, app/assets/stylesheets/components/_buttons.scss */
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

/* line 311, app/assets/stylesheets/components/_buttons.scss */
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 329, app/assets/stylesheets/components/_buttons.scss */
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

/* line 339, app/assets/stylesheets/components/_buttons.scss */
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

/* line 343, app/assets/stylesheets/components/_buttons.scss */
button.btn,
input.btn[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 348, app/assets/stylesheets/components/_buttons.scss */
button.btn::-moz-focus-inner,
input.btn[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 353, app/assets/stylesheets/components/_buttons.scss */
button.btn.btn-large,
input.btn.btn-large[type="submit"] {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 358, app/assets/stylesheets/components/_buttons.scss */
button.btn.btn-small,
input.btn.btn-small[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 363, app/assets/stylesheets/components/_buttons.scss */
button.btn.btn-mini,
input.btn.btn-mini[type="submit"] {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 368, app/assets/stylesheets/components/_buttons.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

/* line 377, app/assets/stylesheets/components/_buttons.scss */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  border-radius: 0;
}

/* line 385, app/assets/stylesheets/components/_buttons.scss */
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

/* line 391, app/assets/stylesheets/components/_buttons.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

/* line 396, app/assets/stylesheets/components/_buttons.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}

/* line 408, app/assets/stylesheets/components/_buttons.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 411, app/assets/stylesheets/components/_buttons.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 414, app/assets/stylesheets/components/_buttons.scss */
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 419, app/assets/stylesheets/components/_buttons.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

/* line 424, app/assets/stylesheets/components/_buttons.scss */
.btn-group > .btn {
  position: relative;
  border-radius: 0;
}

/* line 430, app/assets/stylesheets/components/_buttons.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}

/* line 433, app/assets/stylesheets/components/_buttons.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

/* line 438, app/assets/stylesheets/components/_buttons.scss */
.btn-group > .btn-mini {
  font-size: 10.5px;
}

/* line 441, app/assets/stylesheets/components/_buttons.scss */
.btn-group > .btn-small {
  font-size: 11.9px;
}

/* line 444, app/assets/stylesheets/components/_buttons.scss */
.btn-group > .btn-large {
  font-size: 17.5px;
}

/* line 447, app/assets/stylesheets/components/_buttons.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 456, app/assets/stylesheets/components/_buttons.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 465, app/assets/stylesheets/components/_buttons.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 474, app/assets/stylesheets/components/_buttons.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 483, app/assets/stylesheets/components/_buttons.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

/* line 489, app/assets/stylesheets/components/_buttons.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 493, app/assets/stylesheets/components/_buttons.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

/* line 502, app/assets/stylesheets/components/_buttons.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

/* line 508, app/assets/stylesheets/components/_buttons.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 512, app/assets/stylesheets/components/_buttons.scss */
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 518, app/assets/stylesheets/components/_buttons.scss */
.btn-group.open .dropdown-toggle {
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 524, app/assets/stylesheets/components/_buttons.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

/* line 527, app/assets/stylesheets/components/_buttons.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

/* line 530, app/assets/stylesheets/components/_buttons.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

/* line 533, app/assets/stylesheets/components/_buttons.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

/* line 536, app/assets/stylesheets/components/_buttons.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

/* line 539, app/assets/stylesheets/components/_buttons.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

/* line 542, app/assets/stylesheets/components/_buttons.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

/* line 545, app/assets/stylesheets/components/_buttons.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 549, app/assets/stylesheets/components/_buttons.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 552, app/assets/stylesheets/components/_buttons.scss */
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

/* line 557, app/assets/stylesheets/components/_buttons.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

/* line 561, app/assets/stylesheets/components/_buttons.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 564, app/assets/stylesheets/components/_buttons.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 573, app/assets/stylesheets/components/_buttons.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 580, app/assets/stylesheets/components/_buttons.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  border-radius: 0;
}

/* line 588, app/assets/stylesheets/components/_buttons.scss */
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}

/* line 592, app/assets/stylesheets/components/_buttons.scss */
.btn-group-vertical > .btn:first-child {
  border-radius: 2px 2px 0 0;
}

/* line 597, app/assets/stylesheets/components/_buttons.scss */
.btn-group-vertical > .btn:last-child {
  border-radius: 0 0 2px 2px;
}

/* line 602, app/assets/stylesheets/components/_buttons.scss */
.btn-group-vertical > .btn-large:first-child {
  border-radius: 4px 4px 0 0;
}

/* line 607, app/assets/stylesheets/components/_buttons.scss */
.btn-group-vertical > .btn-large:last-child {
  border-radius: 0 0 4px 4px;
}

/* CUSTOM OVERRIDES */
/* line 614, app/assets/stylesheets/components/_buttons.scss */
.btn {
  margin: 0px;
}

/* line 617, app/assets/stylesheets/components/_buttons.scss */
.fileupload-new .input-append .btn-group .btn.btn-file,
.fileupload-exists .input-append .btn-group .btn.btn-file {
  border-radius: 0;
}

/* line 622, app/assets/stylesheets/components/_buttons.scss */
.btn i[class*="ohl-icon-"] {
  margin-right: 5px;
  font-size: 16px;
  position: relative;
  top: 2px;
}

/* line 629, app/assets/stylesheets/components/_buttons.scss */
.btn-options .btn i[class*="ohl-icon-"],
.btn.btn-icon i[class*="ohl-icon-"] {
  margin-right: 0;
}

/******************** CUSTOM ******************/
/* line 636, app/assets/stylesheets/components/_buttons.scss */
.btn-black {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #111;
  background-image: linear-gradient(to bottom, #666, #111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#111', GradientType=0);
  border-color: #111 #111 #111;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #111;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 654, app/assets/stylesheets/components/_buttons.scss */
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.btn-black.disabled,
.btn-black[disabled] {
  color: #ffffff;
  background-color: #111;
  *background-color: #111;
}

/* line 664, app/assets/stylesheets/components/_buttons.scss */
.btn-black:active,
.btn-black.active {
  background-color: #111 \9;
}

/*!
 * Bootstrap v2.3.1-j6
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat, extended by @ArnoldDaniels.
 */
/* line 10, app/assets/stylesheets/components/_fileupload.scss */
.clearfix {
  *zoom: 1;
}

/* line 13, app/assets/stylesheets/components/_fileupload.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 19, app/assets/stylesheets/components/_fileupload.scss */
.clearfix:after {
  clear: both;
}

/* line 22, app/assets/stylesheets/components/_fileupload.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 29, app/assets/stylesheets/components/_fileupload.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}

/* line 37, app/assets/stylesheets/components/_fileupload.scss */
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

/* line 42, app/assets/stylesheets/components/_fileupload.scss */
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

/* line 54, app/assets/stylesheets/components/_fileupload.scss */
.fileupload {
  margin-bottom: 9px;
}

/* line 57, app/assets/stylesheets/components/_fileupload.scss */
.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}

/* line 63, app/assets/stylesheets/components/_fileupload.scss */
.fileupload .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}

/* line 70, app/assets/stylesheets/components/_fileupload.scss */
.fileupload .thumbnail > img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}

/* line 75, app/assets/stylesheets/components/_fileupload.scss */
.fileupload .btn {
  vertical-align: middle;
}

/* line 78, app/assets/stylesheets/components/_fileupload.scss */
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}

/* line 82, app/assets/stylesheets/components/_fileupload.scss */
.fileupload-inline .fileupload-controls {
  display: inline;
}

/* line 85, app/assets/stylesheets/components/_fileupload.scss */
.fileupload-new .input-append .btn-file {
  border-radius: 0 3px 3px 0;
}

/* line 90, app/assets/stylesheets/components/_fileupload.scss */
.thumbnail-borderless .thumbnail {
  border: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

/* line 100, app/assets/stylesheets/components/_fileupload.scss */
.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd;
}

/* line 103, app/assets/stylesheets/components/_fileupload.scss */
.control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c;
}

/* line 107, app/assets/stylesheets/components/_fileupload.scss */
.control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c;
}

/* line 110, app/assets/stylesheets/components/_fileupload.scss */
.control-group.warning .fileupload .thumbnail {
  border-color: #a47e3c;
}

/* line 113, app/assets/stylesheets/components/_fileupload.scss */
.control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48;
}

/* line 117, app/assets/stylesheets/components/_fileupload.scss */
.control-group.error .fileupload .fileupload-preview {
  color: #b94a48;
}

/* line 120, app/assets/stylesheets/components/_fileupload.scss */
.control-group.error .fileupload .thumbnail {
  border-color: #b94a48;
}

/* line 123, app/assets/stylesheets/components/_fileupload.scss */
.control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847;
}

/* line 127, app/assets/stylesheets/components/_fileupload.scss */
.control-group.success .fileupload .fileupload-preview {
  color: #468847;
}

/* line 130, app/assets/stylesheets/components/_fileupload.scss */
.control-group.success .fileupload .thumbnail {
  border-color: #468847;
}

/* line 1, app/assets/stylesheets/components/_modal.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}

/* line 9, app/assets/stylesheets/components/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 18, app/assets/stylesheets/components/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 21, app/assets/stylesheets/components/_modal.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 26, app/assets/stylesheets/components/_modal.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

/* line 50, app/assets/stylesheets/components/_modal.scss */
.modal.fade {
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}

/* line 57, app/assets/stylesheets/components/_modal.scss */
.modal.fade.in {
  top: 10%;
}

/* line 60, app/assets/stylesheets/components/_modal.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

/* line 64, app/assets/stylesheets/components/_modal.scss */
.modal-header .close {
  margin-top: 2px;
}

/* line 67, app/assets/stylesheets/components/_modal.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 71, app/assets/stylesheets/components/_modal.scss */
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 600px;
  padding: 15px;
}

/* line 77, app/assets/stylesheets/components/_modal.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 80, app/assets/stylesheets/components/_modal.scss */
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}

/* line 94, app/assets/stylesheets/components/_modal.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 100, app/assets/stylesheets/components/_modal.scss */
.modal-footer:after {
  clear: both;
}

/* line 103, app/assets/stylesheets/components/_modal.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 107, app/assets/stylesheets/components/_modal.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 110, app/assets/stylesheets/components/_modal.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 1, app/assets/stylesheets/components/_tables.scss */
table.dataTable {
  border-collapse: separate !important;
}

/* line 6, app/assets/stylesheets/components/_tables.scss */
table.datagrid thead th.ui-state-default,
table.datagrid thead th.ui-widget-content th.ui-state-default,
table.datagrid thead th.ui-widget-header th.ui-state-default,
table.expandable-datagrid thead th.ui-state-default,
table.expandable-datagrid thead th.ui-widget-content th.ui-state-default,
table.expandable-datagrid thead th.ui-widget-header th.ui-state-default {
  border: 1px solid #d6d6d6;
  border-bottom: 1px solid #aaa;
  color: #555555;
  background: #ccc;
}

/* line 14, app/assets/stylesheets/components/_tables.scss */
table.datagrid.dataTable tr.even, table.datagrid.dataTable tr.odd,
table.expandable-datagrid.dataTable tr.even,
table.expandable-datagrid.dataTable tr.odd {
  single-transition: all .2s ease-in .0s;
}

/* line 19, app/assets/stylesheets/components/_tables.scss */
table.datagrid.dataTable tr.even:hover,
table.datagrid.dataTable tr.even td.highlighted,
table.expandable-datagrid.dataTable tr.even:hover,
table.expandable-datagrid.dataTable tr.even td.highlighted {
  background-color: #f7f2b5;
  background-color: rgba(247, 242, 181, 0.5);
}

/* line 24, app/assets/stylesheets/components/_tables.scss */
table.datagrid.dataTable tr.odd:hover,
table.datagrid.dataTable tr.odd td.highlighted,
table.expandable-datagrid.dataTable tr.odd:hover,
table.expandable-datagrid.dataTable tr.odd td.highlighted {
  background-color: #f7f2b5;
  background-color: rgba(247, 242, 181, 0.5);
}

/* line 29, app/assets/stylesheets/components/_tables.scss */
table.datagrid.dataTable tr.odd,
table.expandable-datagrid.dataTable tr.odd {
  background-color: #EEE;
}

/* line 33, app/assets/stylesheets/components/_tables.scss */
table.datagrid.dataTable tr.odd td.sorting_1,
table.expandable-datagrid.dataTable tr.odd td.sorting_1 {
  background-color: #D5D5D5;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 37, app/assets/stylesheets/components/_tables.scss */
table.datagrid.dataTable tr.even td.sorting_1,
table.expandable-datagrid.dataTable tr.even td.sorting_1 {
  background-color: #D5D5D5;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 43, app/assets/stylesheets/components/_tables.scss */
table.datagrid.dataTable tr.opened td, table.datagrid.dataTable tr.opened td.sorting_1,
table.datagrid.dataTable tr.opened:hover td,
table.datagrid.dataTable tr.opened:hover td.sorting_1,
table.expandable-datagrid.dataTable tr.opened td,
table.expandable-datagrid.dataTable tr.opened td.sorting_1,
table.expandable-datagrid.dataTable tr.opened:hover td,
table.expandable-datagrid.dataTable tr.opened:hover td.sorting_1 {
  background-color: #0046A4;
  color: white;
}

/* line 46, app/assets/stylesheets/components/_tables.scss */
table.datagrid.dataTable tr.opened td i.expand-table, table.datagrid.dataTable tr.opened td.sorting_1 i.expand-table,
table.datagrid.dataTable tr.opened:hover td i.expand-table,
table.datagrid.dataTable tr.opened:hover td.sorting_1 i.expand-table,
table.expandable-datagrid.dataTable tr.opened td i.expand-table,
table.expandable-datagrid.dataTable tr.opened td.sorting_1 i.expand-table,
table.expandable-datagrid.dataTable tr.opened:hover td i.expand-table,
table.expandable-datagrid.dataTable tr.opened:hover td.sorting_1 i.expand-table {
  color: white;
}

/* line 49, app/assets/stylesheets/components/_tables.scss */
table.datagrid.dataTable tr.opened td div.grey_box, table.datagrid.dataTable tr.opened td.sorting_1 div.grey_box,
table.datagrid.dataTable tr.opened:hover td div.grey_box,
table.datagrid.dataTable tr.opened:hover td.sorting_1 div.grey_box,
table.expandable-datagrid.dataTable tr.opened td div.grey_box,
table.expandable-datagrid.dataTable tr.opened td.sorting_1 div.grey_box,
table.expandable-datagrid.dataTable tr.opened:hover td div.grey_box,
table.expandable-datagrid.dataTable tr.opened:hover td.sorting_1 div.grey_box {
  background: #0046A4;
  color: white;
  border: 1px solid #333;
  background: -o-linear-gradient(top, #0046A4, #333);
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9);
}

/* line 59, app/assets/stylesheets/components/_tables.scss */
table.datagrid.dataTable tr.opened td .linked_text, table.datagrid.dataTable tr.opened td .linked_text:hover, table.datagrid.dataTable tr.opened td.sorting_1 .linked_text, table.datagrid.dataTable tr.opened td.sorting_1 .linked_text:hover,
table.datagrid.dataTable tr.opened:hover td .linked_text,
table.datagrid.dataTable tr.opened:hover td .linked_text:hover,
table.datagrid.dataTable tr.opened:hover td.sorting_1 .linked_text,
table.datagrid.dataTable tr.opened:hover td.sorting_1 .linked_text:hover,
table.expandable-datagrid.dataTable tr.opened td .linked_text,
table.expandable-datagrid.dataTable tr.opened td .linked_text:hover,
table.expandable-datagrid.dataTable tr.opened td.sorting_1 .linked_text,
table.expandable-datagrid.dataTable tr.opened td.sorting_1 .linked_text:hover,
table.expandable-datagrid.dataTable tr.opened:hover td .linked_text,
table.expandable-datagrid.dataTable tr.opened:hover td .linked_text:hover,
table.expandable-datagrid.dataTable tr.opened:hover td.sorting_1 .linked_text,
table.expandable-datagrid.dataTable tr.opened:hover td.sorting_1 .linked_text:hover {
  color: #ffffff;
}

/* line 65, app/assets/stylesheets/components/_tables.scss */
table.datagrid td,
table.expandable-datagrid td {
  vertical-align: middle;
  border-right: 0;
}

/* line 71, app/assets/stylesheets/components/_tables.scss */
.fg-toolbar.ui-toolbar.ui-widget-header select,
.fg-toolbar.ui-toolbar.ui-widget-header label,
.fg-toolbar.ui-toolbar.ui-widget-header input {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 30px;
}

/* line 78, app/assets/stylesheets/components/_tables.scss */
.fg-toolbar.ui-toolbar.ui-widget-header select {
  height: 30px;
}

/* line 82, app/assets/stylesheets/components/_tables.scss */
.btn-options {
  text-align: center;
}

/* line 85, app/assets/stylesheets/components/_tables.scss */
i.expand-table {
  color: #666666;
  font-size: 16px;
  cursor: pointer;
}

/* line 93, app/assets/stylesheets/components/_tables.scss */
table.datagrid.dataTable .sub_row,
table.expandable-datagrid.dataTable .sub_row {
  padding: 0;
}

/* line 96, app/assets/stylesheets/components/_tables.scss */
table.datagrid.dataTable .innerDetails,
table.expandable-datagrid.dataTable .innerDetails {
  position: relative;
  background: #EEEEEE;
  background: linear-gradient(#EEEEEE, #FEFEFE);
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px inset;
  padding: 2% 4% 3% 4%;
  border-bottom: 1px solid #f4f4f4;
}

/* line 104, app/assets/stylesheets/components/_tables.scss */
table.datagrid.dataTable .sub_row table.sub-table,
table.expandable-datagrid.dataTable .sub_row table.sub-table {
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
  border: 1px solid #DFDFDF;
  width: 100%;
}

/* line 108, app/assets/stylesheets/components/_tables.scss */
table.datagrid.dataTable .sub_row table.sub-table th,
table.expandable-datagrid.dataTable .sub_row table.sub-table th {
  background-color: #DFDFDF;
  border-right: 1px solid white;
  color: #333333;
  font-weight: normal;
  border-bottom: 0;
}

/* line 114, app/assets/stylesheets/components/_tables.scss */
table.datagrid.dataTable .sub_row table.sub-table th:last-child,
table.expandable-datagrid.dataTable .sub_row table.sub-table th:last-child {
  border-right: 0;
}

/* line 118, app/assets/stylesheets/components/_tables.scss */
table.datagrid.dataTable .sub_row table.sub-table td,
table.expandable-datagrid.dataTable .sub_row table.sub-table td {
  border-bottom: 1px dotted #DFDFDF;
  background: white;
}

/* line 122, app/assets/stylesheets/components/_tables.scss */
table.datagrid.dataTable .sub_row table.sub-table tr:last-child td,
table.expandable-datagrid.dataTable .sub_row table.sub-table tr:last-child td {
  border-bottom: none;
}

/* line 128, app/assets/stylesheets/components/_tables.scss */
.state-column {
  width: 50px !important;
  text-align: center;
}

/* line 132, app/assets/stylesheets/components/_tables.scss */
.btn-row {
  border-top: 1px dotted #DFDFDF;
  padding-top: 9px;
}

/* line 137, app/assets/stylesheets/components/_tables.scss */
.dataTables_wrapper {
  margin-bottom: 36px;
}

/* line 141, app/assets/stylesheets/components/_tables.scss */
span.nuepsy {
  position: absolute;
  top: 0px;
  left: 4%;
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0046A4;
}

/* line 152, app/assets/stylesheets/components/_tables.scss */
.paging_full_numbers {
  height: 25px !important;
  line-height: 25px !important;
}

/* line 156, app/assets/stylesheets/components/_tables.scss */
.paging_full_numbers .ui-button {
  padding: 6px 12px !important;
}

/* line 160, app/assets/stylesheets/components/_tables.scss */
.modal-window-table {
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
  border: 1px solid #DFDFDF;
  width: 100%;
}

/* line 164, app/assets/stylesheets/components/_tables.scss */
.modal-window-table th {
  background-color: #DFDFDF;
  border-right: 1px solid white;
  color: #333333;
  font-weight: normal;
  border-bottom: 0;
  padding: 5px 15px;
}

/* line 171, app/assets/stylesheets/components/_tables.scss */
.modal-window-table th:last-child {
  border-right: 0;
}

/* line 175, app/assets/stylesheets/components/_tables.scss */
.modal-window-table td {
  border-bottom: 1px dotted #DFDFDF;
  background: white;
  padding: 5px 15px;
}

/* line 180, app/assets/stylesheets/components/_tables.scss */
.modal-window-table tr:last-child td {
  border-bottom: none;
}

/* line 1, app/assets/stylesheets/components/_labels.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}

/* line 14, app/assets/stylesheets/components/_labels.scss */
.label {
  border-radius: 3px;
}

/* line 19, app/assets/stylesheets/components/_labels.scss */
.badge {
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 9px;
}

/* line 26, app/assets/stylesheets/components/_labels.scss */
.label:empty,
.badge:empty {
  display: none;
}

/* line 30, app/assets/stylesheets/components/_labels.scss */
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 38, app/assets/stylesheets/components/_labels.scss */
.label-important,
.badge-important {
  background-color: #b94a48;
  text-transform: uppercase;
}

/* line 42, app/assets/stylesheets/components/_labels.scss */
.label-important a,
.badge-important a {
  text-shadow: none;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 0px 0px 0px inset;
  color: #621b1f;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 3px;
}

/* line 50, app/assets/stylesheets/components/_labels.scss */
.label-important a:hover,
.badge-important a:hover {
  color: #3a1012;
}

/* line 53, app/assets/stylesheets/components/_labels.scss */
.label-important a > i,
.badge-important a > i {
  position: relative;
  top: 1px;
}

/* line 58, app/assets/stylesheets/components/_labels.scss */
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

/* line 62, app/assets/stylesheets/components/_labels.scss */
.label-warning,
.badge-warning {
  background-color: #f89406;
}

/* line 66, app/assets/stylesheets/components/_labels.scss */
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

/* line 70, app/assets/stylesheets/components/_labels.scss */
.label-success,
.badge-success {
  background-color: #468847;
}

/* line 74, app/assets/stylesheets/components/_labels.scss */
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

/* line 78, app/assets/stylesheets/components/_labels.scss */
.label-info,
.badge-info {
  background-color: #3a87ad;
}

/* line 82, app/assets/stylesheets/components/_labels.scss */
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

/* line 86, app/assets/stylesheets/components/_labels.scss */
.label-inverse,
.badge-inverse {
  background-color: #333333;
}

/* line 90, app/assets/stylesheets/components/_labels.scss */
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 94, app/assets/stylesheets/components/_labels.scss */
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 99, app/assets/stylesheets/components/_labels.scss */
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

/* line 2, app/assets/stylesheets/components/_orders.scss */
#new_order .row {
  width: 100%;
}

/* line 5, app/assets/stylesheets/components/_orders.scss */
#new_order .col3.order_position, #new_order .col3.order_position_rows {
  width: 100%;
  min-height: 50px;
}

/* line 9, app/assets/stylesheets/components/_orders.scss */
#new_order .col1.position_element {
  min-height: 50px;
}

/* line 12, app/assets/stylesheets/components/_orders.scss */
#new_order .position_element select {
  width: 90%;
}

/* line 15, app/assets/stylesheets/components/_orders.scss */
#new_order .position_element input {
  width: 85%;
}

/* line 20, app/assets/stylesheets/components/_orders.scss */
.edit-wrapper_hidden {
  display: none;
}

/* line 24, app/assets/stylesheets/components/_orders.scss */
.fancybox-inner {
  overflow: visible !important;
}

/* line 26, app/assets/stylesheets/components/_orders.scss */
.order_process_infos {
  margin: 20px 0px 20px 0px;
}

/* line 30, app/assets/stylesheets/components/_orders.scss */
.order_apply_for_all_button {
  display: block;
  clear: both;
}

/* line 2, app/assets/stylesheets/components/_ikos_tabs.scss */
div.ikos_tabs ul {
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom: 0;
  width: 100%;
}

/* line 8, app/assets/stylesheets/components/_ikos_tabs.scss */
div.ikos_tabs ul li {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: inline;
  float: left;
  height: 36px;
  line-height: 36px;
  list-style: none outside none;
  margin-right: .5em;
  padding-right: 1.3em;
  padding-left: 1.3em;
  position: relative;
  top: 0px;
  background-color: #EEE;
  border-bottom: 1px solid #EEE;
  letter-spacing: 1px;
  font-weight: 300;
}

/* line 24, app/assets/stylesheets/components/_ikos_tabs.scss */
div.ikos_tabs ul li:hover {
  cursor: pointer;
  background: #EEE;
  background: linear-gradient(#EEE, #DFDFDF);
  border-bottom: 1px solid #DFDFDF;
}

/* line 30, app/assets/stylesheets/components/_ikos_tabs.scss */
div.ikos_tabs ul li:hover a {
  color: #666666;
}

/* line 33, app/assets/stylesheets/components/_ikos_tabs.scss */
div.ikos_tabs ul li a {
  text-decoration: none;
  float: left;
  color: #AAA;
}

/* line 37, app/assets/stylesheets/components/_ikos_tabs.scss */
div.ikos_tabs ul li a:current {
  color: #001A3D;
}

/* line 38, app/assets/stylesheets/components/_ikos_tabs.scss */
div.ikos_tabs ul li a.ajax-loading {
  color: #666666;
}

/* line 41, app/assets/stylesheets/components/_ikos_tabs.scss */
div.ikos_tabs ul li.current,
div.ikos_tabs ul li.current:hover {
  background: #7e8c9b;
  background: linear-gradient(#636e7a, #7e8c9b);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #7e8c9b;
}

/* line 47, app/assets/stylesheets/components/_ikos_tabs.scss */
div.ikos_tabs ul li.current span,
div.ikos_tabs ul li.current:hover span {
  color: white;
}

/* line 49, app/assets/stylesheets/components/_ikos_tabs.scss */
div.ikos_tabs ul li.current span:hover,
div.ikos_tabs ul li.current:hover span:hover {
  cursor: default;
}

/* line 55, app/assets/stylesheets/components/_ikos_tabs.scss */
div.ikos_tabs div.content {
  padding: 18px 0;
  border-top: 1px solid #7e8c9b;
  clear: left;
}

/* line 60, app/assets/stylesheets/components/_ikos_tabs.scss */
div.ikos_tabs div.content.hidden {
  display: none;
}

/* line 66, app/assets/stylesheets/components/_ikos_tabs.scss */
.ikos_tabs.small ul li {
  padding-right: 0.88em;
  padding-left: 0.88em;
  letter-spacing: 0.7px;
  margin-right: .4em;
}

/* line 71, app/assets/stylesheets/components/_ikos_tabs.scss */
.ikos_tabs.small ul li a {
  font-size: 85%;
}

/* line 77, app/assets/stylesheets/components/_ikos_tabs.scss */
.ikos_tabs.small ul li.current span,
.ikos_tabs.small ul li.current:hover span {
  font-size: 85%;
}

/* line 1, app/assets/stylesheets/ops/administration/leitcodes.sass */
.ui-progressbar {
  position: relative;
}

/* line 4, app/assets/stylesheets/ops/administration/leitcodes.sass */
.progress-label {
  text-align: center;
  position: absolute;
  top: 6px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
}

/* line 1, app/assets/stylesheets/ops/basics.sass */
.centered {
  text-align: center;
}

/* line 3, app/assets/stylesheets/ops/basics.sass */
.left-aligned {
  text-align: left;
}

/* line 5, app/assets/stylesheets/ops/basics.sass */
.right-aligned {
  text-align: right;
}

/* line 8, app/assets/stylesheets/ops/basics.sass */
.vertically-centered {
  vertical-align: middle;
}

/* line 11, app/assets/stylesheets/ops/basics.sass */
.mbot20 {
  margin-bottom: 20px;
}

/* line 14, app/assets/stylesheets/ops/basics.sass */
.error-msg {
  color: red;
  cursor: pointer;
}

/* line 2, app/assets/stylesheets/ops/datatables.sass */
.dataTable thead th {
  text-align: center;
}

/* line 6, app/assets/stylesheets/ops/datatables.sass */
table.centered thead th {
  text-align: center;
}

/* line 8, app/assets/stylesheets/ops/datatables.sass */
table.centered tbody td {
  text-align: center;
}

/* line 1, app/assets/stylesheets/ops/home.sass */
table.versions {
  border-spacing: 2px;
}

/* line 4, app/assets/stylesheets/ops/home.sass */
table.versions td {
  font-weight: bold;
  padding: 8px 10px;
  min-width: 120px;
}

/* line 8, app/assets/stylesheets/ops/home.sass */
table.versions .dark {
  background-color: #ccc;
}

/* line 10, app/assets/stylesheets/ops/home.sass */
table.versions .light {
  background-color: #ddd;
}

/* line 12, app/assets/stylesheets/ops/home.sass */
table.versions .white {
  background-color: white;
}

/* line 14, app/assets/stylesheets/ops/home.sass */
table.versions .italic {
  font-style: italic;
}

/* line 1, app/assets/stylesheets/ops/invoice_processes.scss */
.shipping_charges_badge {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 2px blue;
  background-color: lightgrey;
  float: right;
  text-align: center;
  font-weight: bold;
  color: black;
}

/* line 14, app/assets/stylesheets/ops/invoice_processes.scss */
.shipping_charges_badge:hover {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/ops/jobs.sass */
#job_error_message {
  text-align: center;
  border: 2px solid red;
  color: white;
  font-weight: bold;
  background-color: red;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* line 1, app/assets/stylesheets/ops/orders.scss */
.order_process_logs {
  clear: both;
  padding: 5px;
  width: 100%;
  height: 125px;
  overflow: scroll;
  display: block;
}

/* line 14, app/assets/stylesheets/ops/orders.scss */
.order_process_logs thead {
  background-color: #ccc;
}

/* line 19, app/assets/stylesheets/ops/orders.scss */
.order_process_logs tbody {
  overflow: auto;
  background-color: #fff;
  height: 125px;
}

/* line 25, app/assets/stylesheets/ops/orders.scss */
.order_process_logs td {
  display: table-cell;
}

/* line 28, app/assets/stylesheets/ops/orders.scss */
.order_process_log_error_level {
  min-width: 60px;
}

/* line 31, app/assets/stylesheets/ops/orders.scss */
.order_process_log_error_code {
  min-width: 360px;
}

/* line 34, app/assets/stylesheets/ops/orders.scss */
.order_process_log_logged_object {
  min-width: 160px;
}

/* line 37, app/assets/stylesheets/ops/orders.scss */
.order_process_log_error_message {
  width: 100%;
}

/* line 41, app/assets/stylesheets/ops/orders.scss */
.order_process_log_error_level_info {
  background-color: lightyellow;
}

/* line 45, app/assets/stylesheets/ops/orders.scss */
.order_process_log_error_level_success {
  background-color: limegreen;
}

/* line 49, app/assets/stylesheets/ops/orders.scss */
.order_process_log_error_level_warn {
  background-color: orange;
}

/* line 53, app/assets/stylesheets/ops/orders.scss */
.order_process_log_error_level_error {
  background-color: #ff0000;
}

/* line 57, app/assets/stylesheets/ops/orders.scss */
.order_process_logs tr {
  display: table-row;
}

/* line 61, app/assets/stylesheets/ops/orders.scss */
.cancel_processed_position_form input {
  display: inline;
}

/* line 65, app/assets/stylesheets/ops/orders.scss */
.cancel_processed_position_form label {
  display: inline;
}

/* line 69, app/assets/stylesheets/ops/orders.scss */
.cancel_processed_position_red {
  background-color: red;
  padding: 10px;
}

/* line 74, app/assets/stylesheets/ops/orders.scss */
.linked_text, .linked_text:hover {
  color: #333333;
}

/* line 78, app/assets/stylesheets/ops/orders.scss */
.grey_box {
  background: #eee;
  border: 1px solid #DDD;
  background: -o-linear-gradient(top, #eee, #fff);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 2px;
}

/* line 89, app/assets/stylesheets/ops/orders.scss */
.alternative_delivery_address_badge {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 2px blue;
  background-color: lightblue;
  float: right;
  text-align: center;
  font-weight: bold;
}

/* line 100, app/assets/stylesheets/ops/orders.scss */
.alternative_delivery_address_badge:hover {
  cursor: pointer;
}

/* line 104, app/assets/stylesheets/ops/orders.scss */
.express_delivery_badge {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 2px blue;
  background-color: #ffcc00;
  float: right;
  text-align: center;
  font-weight: bold;
  color: #d2002e;
}

/* line 116, app/assets/stylesheets/ops/orders.scss */
.express_delivery_badge:hover {
  cursor: pointer;
}

/* line 2, app/assets/stylesheets/ops/order_form.sass */
#new_order .row.add_button {
  margin-top: 30px;
}

/* line 4, app/assets/stylesheets/ops/order_form.sass */
#new_order .info {
  margin-top: 10px;
  padding-right: 20px;
  font-style: italic;
  color: #b94a48;
}

/* line 10, app/assets/stylesheets/ops/order_form.sass */
#new_order .row.order_position_rows {
  width: 100%;
}

/* line 13, app/assets/stylesheets/ops/order_form.sass */
#new_order .row.order_position_rows .col1 {
  width: 20%;
}

/* line 16, app/assets/stylesheets/ops/order_form.sass */
#new_order .row.order_position_rows .col1 .warning {
  color: #b94a48;
  font-size: 21px;
}

/* line 20, app/assets/stylesheets/ops/order_form.sass */
#new_order .row.order_position_rows .col1.small {
  width: 10%;
}

/* line 23, app/assets/stylesheets/ops/order_form.sass */
#new_order .row.order_position_rows .col1.status {
  width: 2%;
}

/* line 26, app/assets/stylesheets/ops/order_form.sass */
#new_order .row.order_position_rows .col1.actions, #new_order .row.order_position_rows .col1.remove_button {
  width: 6%;
}

/* line 29, app/assets/stylesheets/ops/order_form.sass */
#new_order .row.order_position_rows .col1.checkbox {
  padding-left: 0;
}

/* line 31, app/assets/stylesheets/ops/order_form.sass */
#new_order .row.order_position_rows .col1.checkbox label {
  text-align: center;
  font-size: 80%;
}

/* line 35, app/assets/stylesheets/ops/order_form.sass */
#new_order .row.order_position_rows .col1.checkbox_field .controls {
  padding-left: 50px;
}

/* line 37, app/assets/stylesheets/ops/order_form.sass */
#new_order .row.order_position_rows .col1.remove_button {
  text-align: center;
}

/* line 39, app/assets/stylesheets/ops/order_form.sass */
#new_order .row.order_position_rows .col1.actions {
  text-align: center;
}

/* line 42, app/assets/stylesheets/ops/order_form.sass */
#new_order .row.order_position_rows .col2 {
  width: 30%;
  margin-left: 0px;
}

/* line 46, app/assets/stylesheets/ops/order_form.sass */
#new_order .row.order_position_rows.headers {
  margin-bottom: 50px;
}

/* line 49, app/assets/stylesheets/ops/order_form.sass */
#new_order .row.order_position_rows .locked {
  text-decoration: line-through;
  color: #ff0000;
}

/* line 53, app/assets/stylesheets/ops/order_form.sass */
#new_order .row.order_position_rows .position_element input[type='checkbox'] {
  width: 20%;
}

@media (min-width: 1920px) {
  /* line 61, app/assets/stylesheets/ops/order_form.sass */
  #new_order .row.order_position_rows .col1.checkbox_field .controls {
    padding-left: 80px;
  }
}

@media (min-width: 800px) and (max-width: 1280px) {
  /* line 67, app/assets/stylesheets/ops/order_form.sass */
  #new_order .row.min .col1 {
    width: 32%;
  }
  /* line 70, app/assets/stylesheets/ops/order_form.sass */
  #new_order .row.order_position_rows .col1 {
    width: 20%;
  }
  /* line 74, app/assets/stylesheets/ops/order_form.sass */
  #new_order .row.order_position_rows .col1.checkbox label {
    font-size: 60%;
  }
}

@media (max-width: 800px) {
  /* line 78, app/assets/stylesheets/ops/order_form.sass */
  select {
    width: 100%;
  }
  /* line 80, app/assets/stylesheets/ops/order_form.sass */
  input {
    width: inherit;
  }
  /* line 84, app/assets/stylesheets/ops/order_form.sass */
  #new_order .row .col1 {
    width: 32%;
    padding: 2px;
  }
  /* line 88, app/assets/stylesheets/ops/order_form.sass */
  #new_order .row.order_position_rows .col1 {
    padding: 0;
  }
  /* line 91, app/assets/stylesheets/ops/order_form.sass */
  #new_order .row.order_position_rows .col1.checkbox label {
    font-size: 35%;
  }
}

/* line 1, app/assets/stylesheets/ops/print_services.scss */
form.print_services_print_form {
  display: inline;
}

/* line 5, app/assets/stylesheets/ops/print_services.scss */
input#print_service_quantity {
  width: 50px;
  line-height: 18px;
  margin: 0px;
}

/* line 11, app/assets/stylesheets/ops/print_services.scss */
.print_services_print i {
  margin-right: 0px;
  font-size: 16px;
  position: relative;
  top: 2px;
}

/* line 1, app/assets/stylesheets/ops/destruction/issues.scss */
a.destruction__issues__create_tasks {
  float: right;
  margin-bottom: 10px;
}

/* line 1, app/assets/stylesheets/ops/stock_transfer.sass */
a.stock_transfer__issues__create_tasks {
  float: right;
  margin-bottom: 10px;
}

/* line 2, app/assets/stylesheets/ops/unfulfilled/positions.sass */
.unfulfilled_position_form .headline-import-form.btn-group {
  top: 10px;
}

/* line 5, app/assets/stylesheets/ops/unfulfilled/positions.sass */
.unfulfilled_position_form .headline-import-form.btn-group .input-append {
  background: none;
}

@media (min-width: 800px) and (max-width: 1280px) {
  /* line 9, app/assets/stylesheets/ops/unfulfilled/positions.sass */
  h2 {
    font-size: 120%;
  }
  /* line 13, app/assets/stylesheets/ops/unfulfilled/positions.sass */
  .unfulfilled_position_form .input-append input {
    width: 100px;
  }
  /* line 15, app/assets/stylesheets/ops/unfulfilled/positions.sass */
  .unfulfilled_position_form .input-append select {
    width: 200px;
  }
}

@media (max-width: 800px) {
  /* line 19, app/assets/stylesheets/ops/unfulfilled/positions.sass */
  #unfulfilled_positions {
    margin-top: 100px;
  }
  /* line 21, app/assets/stylesheets/ops/unfulfilled/positions.sass */
  h2 {
    font-size: 80%;
  }
  /* line 25, app/assets/stylesheets/ops/unfulfilled/positions.sass */
  .unfulfilled_position_form .input-append input {
    width: 60px;
  }
  /* line 27, app/assets/stylesheets/ops/unfulfilled/positions.sass */
  .unfulfilled_position_form .input-append select {
    width: 100px;
  }
}

/* line 2, app/assets/stylesheets/ops/mlc/tasks.scss */
body#ops-mlc-tasks_index #edit-wrapper {
  width: 60em;
}

/* line 6, app/assets/stylesheets/ops/mlc/tasks.scss */
body#ops-mlc-tasks_index #edit-wrapper input[type='text'], body#ops-mlc-tasks_index #edit-wrapper textarea {
  width: 90%;
}

/* line 9, app/assets/stylesheets/ops/mlc/tasks.scss */
body#ops-mlc-tasks_index #edit-wrapper textarea {
  height: 15em;
}

/* line 16, app/assets/stylesheets/ops/mlc/tasks.scss */
form#new_ikos_api_ops_mlc_task input[type='text'] {
  width: 60%;
}

/* line 19, app/assets/stylesheets/ops/mlc/tasks.scss */
form#new_ikos_api_ops_mlc_task textarea {
  width: 60%;
  height: 10em;
}

/* line 2, app/assets/stylesheets/ops/mlc/orders.sass */
.order_download_form .headline-import-form.btn-group {
  top: 10px;
}

/* line 5, app/assets/stylesheets/ops/mlc/orders.sass */
.order_download_form .headline-import-form.btn-group .input-append {
  background: none;
}

/* line 8, app/assets/stylesheets/ops/mlc/orders.sass */
.order_download_form .headline-import-form.btn-group .input-append input {
  width: 90px;
}

/* line 3, app/assets/stylesheets/ops/nachlieferung/_orders.scss */
#edit-wrapper form.nachlieferung-order .control-group {
  margin-bottom: 10px;
}

/* line 1, app/assets/stylesheets/ops/nachlieferung/_reports.sass */
.nachlieferung-reports-search-form {
  float: left;
  margin-top: 4px;
}

/* line 5, app/assets/stylesheets/ops/nachlieferung/_reports.sass */
.nachlieferung-reports-search-form__form {
  margin: 0;
}

/* line 8, app/assets/stylesheets/ops/nachlieferung/_reports.sass */
.nachlieferung-reports-search-form__form-group {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

/* line 13, app/assets/stylesheets/ops/nachlieferung/_reports.sass */
.nachlieferung-reports-search-form__label {
  position: absolute;
  top: -20px;
}

/* line 17, app/assets/stylesheets/ops/nachlieferung/_reports.sass */
.nachlieferung-reports-search-form__submit {
  position: relative;
  top: -5px;
}

/* line 46, app/assets/stylesheets/ikos_ops.scss */
.translation_missing {
  color: red !important;
}
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-2ae1a3121a9024293d3d98f529f49edd9609e4043974e86304e263f811e865b8.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-063ff6c0b18fa40b9a89952c7a14ba75909dc2a6012612d83c40b9ef77df08e9.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-db31659e24ef3c3402c3cce811aaa4f6e6c69d353f32ddf40ce43f80e98e1297.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-32d2aace8d299dd84d2e10ce1f1eb9cbb83550e147a4147b474eb22510dac5c3.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-03396f638d0837b69aa809188d82742d27a85eb85d105d4d553520df635176b7.png)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	-ms-filter: "alpha(opacity=30)"/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*

 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Autocomplete 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*

 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Datepicker 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
/*

 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Progressbar 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
/*

 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*
 * Table styles
 */
/* line 4, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

/* line 17, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

/* line 21, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

/* line 26, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

/* line 30, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

/* line 35, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}

/* line 41, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

/* line 49, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting {
  background-image: url(/assets/dataTables/sort_both-04c63d38111bbc1de87f63f01469c19c5c4b10a0d7e9756b5c82a801fa766039.png);
}

/* line 52, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_asc {
  background-image: url(/assets/dataTables/sort_asc-d21b43975b389ef74eacf35b3d7d84e61a3c82fdfce2e071934d3f652e40a2aa.png);
}

/* line 55, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_desc {
  background-image: url(/assets/dataTables/sort_desc-474f1070bed1ba04a1668a7b8da406ca80d88b5ae56fdd2a24f015659b47a090.png);
}

/* line 58, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_asc_disabled {
  background-image: url(/assets/dataTables/sort_asc_disabled-4da5a763ffa47efbb877735bc4e378d04c2ab6a2b413aa40206fe72990cf34a9.png);
}

/* line 61, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_desc_disabled {
  background-image: url(/assets/dataTables/sort_desc_disabled-fd6656cc661f8edc87428b35bd41a469ad0e18f6d52c4ca70b1ebcd303fe1c9a.png);
}

/* line 64, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody tr {
  background-color: #ffffff;
}

/* line 67, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

/* line 70, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

/* line 74, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

/* line 77, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

/* line 82, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/* line 86, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

/* line 90, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

/* line 94, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

/* line 97, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}

/* line 100, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: whitesmoke;
}

/* line 103, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.hover tbody tr.selected:hover, table.dataTable.display tbody tr.selected:hover {
  background-color: #a9b7d1;
}

/* line 106, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}

/* line 113, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}

/* line 120, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

/* line 123, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

/* line 126, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

/* line 129, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}

/* line 132, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}

/* line 135, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}

/* line 138, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}

/* line 141, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}

/* line 144, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}

/* line 147, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}

/* line 150, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}

/* line 153, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

/* line 156, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

/* line 159, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}

/* line 162, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eeeeee;
}

/* line 165, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_1 {
  background-color: #a1aec7;
}

/* line 168, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_2 {
  background-color: #a2afc8;
}

/* line 171, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_3 {
  background-color: #a4b2cb;
}

/* line 174, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

/* line 177, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 180, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

/* line 184, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

/* line 188, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

/* line 192, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

/* line 196, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

/* line 201, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

/* line 205, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

/* line 209, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

/* line 213, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

/* line 219, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

/* line 225, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

/* line 231, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

/* line 237, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

/* line 243, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

/* line 247, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

/* line 251, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

/* line 255, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

/* line 259, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/* line 264, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
/* line 275, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

/* line 281, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_length {
  float: left;
}

/* line 284, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

/* line 288, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

/* line 291, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

/* line 296, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

/* line 301, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
}

/* line 314, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}

/* line 331, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

/* line 338, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}

/* line 355, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

/* line 372, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

/* line 375, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}

/* line 400, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

/* line 407, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

/* line 410, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

/* line 414, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 421, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

/* line 424, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}

/* line 428, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  /* line 437, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  /* line 442, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  /* line 447, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  /* line 452, ../usr/local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/*
 * Table
 */
table.dataTable {
	margin: 0 auto;
	clear: both;
	width: 100%;
}

table.dataTable thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	*cursor: hand;
}

table.dataTable tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.dataTable td {
	padding: 3px 10px;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
	text-align: center;
}

table.dataTable tr.odd { background-color: #E2E4FF; }
table.dataTable tr.even { background-color: white; }

table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }
table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }
table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }


/*
 * Table wrapper
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}


/*
 * Page length menu
 */
.dataTables_wrapper .dataTables_length {
  float: right;
  text-align: right;
}


/*
 * Filter
 */
.dataTables_wrapper .dataTables_filter {
  float: left;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  height: 30px;
}


/*
 * Table information
 */
.dataTables_info {
	clear: both;
	float: left;
}

table.dataTable.no-footer {
  border: none;
}


/*
 * Pagination
 */
.dataTables_paginate {
	float: right;
	text-align: right;
}

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	*cursor: hand;
	color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
	padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
}

.paginate_enabled_previous { background: url(/assets/back_enabled.png) no-repeat top left; }
.paginate_enabled_previous:hover { background: url(/assets/back_enabled_hover.png) no-repeat top left; }
.paginate_disabled_previous { background: url(/assets/back_disabled.png) no-repeat top left; }

.paginate_enabled_next { background: url(/assets/forward_enabled.png) no-repeat top right; }
.paginate_enabled_next:hover { background: url(/assets/forward_enabled_hover.png) no-repeat top right; }
.paginate_disabled_next { background: url(/assets/forward_disabled.png) no-repeat top right; }

/* Full number pagination */
.paging_full_numbers {
	height: 22px;
	line-height: 22px;
}
.paging_full_numbers a:active {
	outline: none
}
.paging_full_numbers a:hover {
	text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #99B3FF;
}


/*
 * Processing indicator
 */
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}


/*
 * Sorting
 */
.sorting { background: url(/assets/sort_both.png) no-repeat center right; }
.sorting_asc { background: url(/assets/sort_asc.png) no-repeat center right; }
.sorting_desc { background: url(/assets/sort_desc.png) no-repeat center right; }

.sorting_asc_disabled { background: url(/assets/sort_asc_disabled.png) no-repeat center right; }
.sorting_desc_disabled { background: url(/assets/sort_desc_disabled.png) no-repeat center right; }

table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none;
}


/*
 * Scrolling
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

/*
 * Fix for jQuery UI class ui-widget-header
 */
.dataTables_wrapper .ui-widget-header {
    background: #e6e6e6; /* For browsers that do not support gradients */ /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e2e2e2, #cccccc); /* Standard syntax (must be last) */
}


/*
 * Table
 */
table.dataTable {
	margin: 0 auto;
	clear: both;
	width: 100%;
	border-collapse: collapse;
}

table.dataTable thead th {
	padding: 3px 0px 3px 10px;
	cursor: pointer;
	*cursor: hand;
}

table.dataTable tfoot th {
	padding: 3px 10px;
}

table.dataTable td {
	padding: 3px 10px;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
	text-align: center;
}

table.dataTable tr.odd { background-color: #E2E4FF; }
table.dataTable tr.even { background-color: white; }

table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }
table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }
table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }


/*
 * Table wrapper
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}
.dataTables_wrapper .ui-widget-header {
	font-weight: normal;
}
.dataTables_wrapper .ui-toolbar {
	padding: 5px;
}


/*
 * Page length menu
 */
.dataTables_length {
	float: right;
	text-align: right;
}


/*
 * Filter
 */
.dataTables_filter {
	float: left;
	text-align: right;
}


/*
 * Table information
 */
.dataTables_info {
	padding-top: 3px;
	clear: both;
	float: left;
}


/*
 * Pagination
 */
.dataTables_paginate {
	float: right;
	text-align: right;
}

.dataTables_paginate .ui-button {
	/* margin-right: -0.1em !important; */
}

.paging_two_button .ui-button {
	float: left;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers .ui-button {
	padding: 2px 6px;
	margin: 0;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	*cursor: hand;
	color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
	padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
}

.paginate_enabled_previous { background: url(/assets/back_enabled.png) no-repeat top left; }
.paginate_enabled_previous:hover { background: url(/assets/back_enabled_hover.png) no-repeat top left; }
.paginate_disabled_previous { background: url(/assets/back_disabled.png) no-repeat top left; }

.paginate_enabled_next { background: url(/assets/forward_enabled.png) no-repeat top right; }
.paginate_enabled_next:hover { background: url(/assets/forward_enabled_hover.png) no-repeat top right; }
.paginate_disabled_next { background: url(/assets/forward_disabled.png) no-repeat top right; }

/* Full number pagination */
.paging_full_numbers a:active {
	outline: none
}
.paging_full_numbers a:hover {
	text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #99B3FF;
}


/*
 * Processing indicator
 */
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}


/*
 * Sorting
 */
table.dataTable thead th div.DataTables_sort_wrapper {
	position: relative;
	padding-right: 20px;
}

table.dataTable thead th div.DataTables_sort_wrapper span {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}

table.dataTable th:active {
	outline: none;
}


/*
 * Scrolling
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format('woff2'), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format('woff'), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format('truetype'), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
.sweet-overlay{background-color:#000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";background-color:rgba(0,0,0,.4);position:fixed;left:0;right:0;top:0;bottom:0;display:none;z-index:10000}.sweet-alert{background-color:#fff;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;width:478px;padding:17px;border-radius:5px;text-align:center;position:fixed;left:50%;top:50%;margin-left:-256px;margin-top:-200px;overflow:hidden;display:none;z-index:99999}@media all and (max-width:540px){.sweet-alert{width:auto;margin-left:0;margin-right:0;left:15px;right:15px}}.sweet-alert h2{color:#575757;font-size:30px;text-align:center;font-weight:600;text-transform:none;position:relative;margin:25px 0;padding:0;line-height:40px;display:block}.sweet-alert p{color:#797979;font-size:16px;font-weight:300;position:relative;text-align:inherit;float:none;margin:0;padding:0;line-height:normal}.sweet-alert button{background-color:#AEDEF4;color:#fff;border:none;box-shadow:none;font-size:17px;font-weight:500;border-radius:5px;padding:10px 32px;margin:26px 5px 0;cursor:pointer}.sweet-alert button:focus{outline:0;box-shadow:0 0 2px rgba(128,179,235,.5),inset 0 0 0 1px rgba(0,0,0,.05)}.sweet-alert button:hover{background-color:#a1d9f2}.sweet-alert button:active{background-color:#81ccee}.sweet-alert button.cancel{background-color:#D0D0D0}.sweet-alert button.cancel:hover{background-color:#c8c8c8}.sweet-alert button.cancel:active{background-color:#b6b6b6}.sweet-alert button.cancel:focus{box-shadow:rgba(197,205,211,.8) 0 0 2px,rgba(0,0,0,.0470588) 0 0 0 1px inset!important}.sweet-alert button::-moz-focus-inner{border:0}.sweet-alert[data-has-cancel-button=false] button{box-shadow:none!important}.sweet-alert .icon{width:80px;height:80px;border:4px solid gray;border-radius:50%;margin:20px auto;padding:0;position:relative;box-sizing:content-box}.sweet-alert .icon.error{border-color:#F27474}.sweet-alert .icon.error .x-mark{position:relative;display:block}.sweet-alert .icon.error .line{position:absolute;height:5px;width:47px;background-color:#F27474;display:block;top:37px;border-radius:2px}.sweet-alert .icon.error .line.left{transform:rotate(45deg);left:17px}.sweet-alert .icon.error .line.right{transform:rotate(-45deg);right:16px}.sweet-alert .icon.warning{border-color:#F8BB86}.sweet-alert .icon.warning .body{position:absolute;width:5px;height:47px;left:50%;top:10px;border-radius:2px;margin-left:-2px;background-color:#F8BB86}.sweet-alert .icon.warning .dot{position:absolute;width:7px;height:7px;border-radius:50%;margin-left:-3px;left:50%;bottom:10px;background-color:#F8BB86}.sweet-alert .icon.info{border-color:#C9DAE1}.sweet-alert .icon.info::before{content:"";position:absolute;width:5px;height:29px;left:50%;bottom:17px;border-radius:2px;margin-left:-2px;background-color:#C9DAE1}.sweet-alert .icon.info::after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;margin-left:-3px;top:19px;background-color:#C9DAE1}.sweet-alert .icon.success{border-color:#A5DC86}.sweet-alert .icon.success::after,.sweet-alert .icon.success::before{content:'';position:absolute;width:60px;height:120px;background:#fff;transform:rotate(45deg)}.sweet-alert .icon.success::before{border-radius:120px 0 0 120px;top:-7px;left:-33px;transform:rotate(-45deg);transform-origin:60px 60px}.sweet-alert .icon.success::after{border-radius:0 120px 120px 0;top:-11px;left:30px;transform:rotate(-45deg);transform-origin:0 60px}.sweet-alert .icon.success .placeholder{width:80px;height:80px;border:4px solid rgba(165,220,134,.2);border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.sweet-alert .icon.success .fix{width:5px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;transform:rotate(-45deg)}.sweet-alert .icon.success .line{height:5px;background-color:#A5DC86;display:block;border-radius:2px;position:absolute;z-index:2}.sweet-alert .icon.success .line.tip{width:25px;left:14px;top:46px;transform:rotate(45deg)}.sweet-alert .icon.success .line.long{width:47px;right:8px;top:38px;transform:rotate(-45deg)}.sweet-alert .icon.custom{background-size:contain;border-radius:0;border:none;background-position:center center;background-repeat:no-repeat}@keyframes showSweetAlert{0%{transform:scale(.7);-webkit-transform:scale(.7)}45%{transform:scale(1.05);-webkit-transform:scale(1.05)}80%{transform:scale(.95);-webkit-tranform:scale(.95)}100%{transform:scale(1);-webkit-transform:scale(1)}}@keyframes hideSweetAlert{0%{transform:scale(1);-webkit-transform:scale(1)}100%{transform:scale(.5);-webkit-transform:scale(.5)}}.showSweetAlert{animation:showSweetAlert .3s}.showSweetAlert[data-animation=none]{animation:none}.hideSweetAlert{animation:hideSweetAlert .2s}.hideSweetAlert[data-animation=none]{animation:none}@keyframes animateSuccessTip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animateSuccessLong{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@keyframes rotatePlaceholder{0%,5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}100%,12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}.animateSuccessTip{animation:animateSuccessTip .75s}.animateSuccessLong{animation:animateSuccessLong .75s}.icon.success.animate::after{animation:rotatePlaceholder 4.25s ease-in}@keyframes animateErrorIcon{0%{transform:rotateX(100deg);-webkit-transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0deg);-webkit-transform:rotateX(0deg);opacity:1}}.animateErrorIcon{animation:animateErrorIcon .5s}@keyframes animateXMark{0%,50%{transform:scale(.4);-webkit-transform:scale(.4);margin-top:26px;opacity:0}80%{transform:scale(1.15);-webkit-transform:scale(1.15);margin-top:-6px}100%{transform:scale(1);-webkit-transform:scale(1);margin-top:0;opacity:1}}.animateXMark{animation:animateXMark .5s}@keyframes pulseWarning{0%{border-color:#F8D486}100%{border-color:#F8BB86}}.pulseWarning{animation:pulseWarning .75s infinite alternate}@keyframes pulseWarningIns{0%{background-color:#F8D486}100%{background-color:#F8BB86}}.pulseWarningIns{animation:pulseWarningIns .75s infinite alternate}
/*

*/
/* @group Base */
/* line 5, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 11, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container * {
  box-sizing: border-box;
}

/* line 14, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

/* line 26, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  clip-path: none;
}

/* line 30, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container a {
  cursor: pointer;
}

/* line 35, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

/* line 42, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
/* line 54, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 71, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 74, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 81, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 84, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 93, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 97, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 100, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 107, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) no-repeat 0px 2px;
}

/* line 114, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 121, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 135, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 140, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
/* line 149, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 158, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

/* line 166, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 170, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 175, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 180, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

/* line 185, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 190, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 193, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 203, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

/* line 215, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 218, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 222, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

/* line 238, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 254, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

/* line 257, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 266, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 271, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

/* line 278, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 280, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 285, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 289, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 299, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 304, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

/* line 313, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

/* line 316, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 321, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 324, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
/* line 332, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 335, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 338, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 345, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl {
  text-align: right;
}

/* line 347, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 351, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 356, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 359, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 363, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 367, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 369, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

/* line 372, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 375, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 381, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 385, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 389, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 392, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) no-repeat -30px -20px;
  direction: rtl;
}

/* line 398, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 402, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 413, ../usr/local/bundle/gems/chosen-rails-1.10.0/vendor/assets/stylesheets/chosen.scss */
  .chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: url(/assets/chosen-sprite@2x-085ee9b19ba0e879649a3bb219296e48c49f3da9a6dd70272348e9abd2ddde8e.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/assets/fancybox_sprite-44bd06e6b28f3c96e987507bd3c40de3d7023674e42822c3f380eba97b2af903.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
  background: url(/assets/fancybox_loading-59f5d2957585c26f2b5869189b1b414dfd059010dac1272b8f340c75b7ef0860.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
  background: transparent url(/assets/blank-3dca4ecfd677fb7efaad3674864438a6464ceef412fe0b8daea7790a3d96e244.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
  background: url(/assets/fancybox_overlay-fd6fcbffb44c027bfd19ef5bddf11170a99e3126b2cc4ce14de5bfde2591ef0d.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/assets/fancybox_sprite@2x-97fc6354812a3867338afd5c1247b2d639f0268002c6f51834036b8424de186b.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
    background-image: url(/assets/fancybox_loading@2x-b43d261a59d8d0cedea39a9af55e3c999ef49b47117418573d43ece66d107fe7.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
  background-image: url(/assets/fancybox_buttons-93d0ef39b4d113438ef9e4ee3f7a7619cd0934c0704255da0a29c66c243f859a.png);
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
/*



 */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/assets/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/assets/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/assets/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/assets/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/assets/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/assets/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
