﻿
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 7, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 13, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
body {
  margin: 0;
}

/* line 17, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 33, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 41, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 46, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
[hidden],
template {
  display: none;
}

/* line 52, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 56, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
b,
strong {
  font-weight: bold;
}

/* line 61, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
dfn {
  font-style: italic;
}

/* line 65, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* line 70, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
mark {
  color: #000;
  background: #ff0;
}

/* line 75, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
small {
  font-size: 80%;
}

/* line 79, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 87, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
sup {
  top: -.5em;
}

/* line 91, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
sub {
  bottom: -.25em;
}

/* line 95, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
img {
  border: 0;
}

/* line 99, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
svg:not(:root) {
  overflow: hidden;
}

/* line 103, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
figure {
  margin: 1em 40px;
}

/* line 107, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
hr {
  height: 0;
  box-sizing: content-box;
}

/* line 114, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
pre {
  overflow: auto;
}

/* line 118, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 126, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* line 136, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
button {
  overflow: visible;
}

/* line 140, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
button,
select {
  text-transform: none;
}

/* line 145, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 153, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 158, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 164, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
input {
  line-height: normal;
}

/* line 168, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 176, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 181, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 188, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 193, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/* line 199, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
legend {
  padding: 0;
  border: 0;
}

/* line 204, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
textarea {
  overflow: auto;
}

/* line 208, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
optgroup {
  font-weight: bold;
}

/* line 212, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 217, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 225, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 235, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 240, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 244, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 248, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 253, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 260, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  thead {
    display: table-header-group;
  }
  /* line 264, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 269, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  img {
    max-width: 100% !important;
  }
  /* line 273, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 280, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 285, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar {
    display: none;
  }
  /* line 289, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 294, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .label {
    border: 1px solid #000;
  }
  /* line 298, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .table {
    border-collapse: collapse !important;
  }
  /* line 302, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 307, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

/* line 320, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 333, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 337, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 341, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 346, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 350, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 354, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 358, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 362, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 366, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-music:before {
  content: "\e002";
}

/* line 370, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-search:before {
  content: "\e003";
}

/* line 374, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 378, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-star:before {
  content: "\e006";
}

/* line 382, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 386, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-user:before {
  content: "\e008";
}

/* line 390, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-film:before {
  content: "\e009";
}

/* line 394, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 398, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-th:before {
  content: "\e011";
}

/* line 402, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 406, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 410, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 414, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 418, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 422, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-off:before {
  content: "\e017";
}

/* line 426, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 430, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 434, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 438, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-home:before {
  content: "\e021";
}

/* line 442, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-file:before {
  content: "\e022";
}

/* line 446, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-time:before {
  content: "\e023";
}

/* line 450, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-road:before {
  content: "\e024";
}

/* line 454, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 458, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-download:before {
  content: "\e026";
}

/* line 462, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 466, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 470, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 474, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 478, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 482, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 486, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 490, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 494, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 498, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 502, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 506, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 510, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 514, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 518, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 522, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 526, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-book:before {
  content: "\e043";
}

/* line 530, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 534, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-print:before {
  content: "\e045";
}

/* line 538, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 542, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-font:before {
  content: "\e047";
}

/* line 546, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 550, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 554, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 558, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 562, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 566, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 570, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 574, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 578, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-list:before {
  content: "\e056";
}

/* line 582, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 586, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 590, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 594, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 598, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 602, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 606, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 610, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 614, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-share:before {
  content: "\e066";
}

/* line 618, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-check:before {
  content: "\e067";
}

/* line 622, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-move:before {
  content: "\e068";
}

/* line 626, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 630, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 634, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 638, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-play:before {
  content: "\e072";
}

/* line 642, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 646, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 650, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 654, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 658, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 662, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 666, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 670, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 674, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 678, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 682, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 686, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 690, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 694, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 698, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 702, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 706, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 710, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 714, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 718, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 722, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 726, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 730, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 734, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 738, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 742, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 746, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 750, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 754, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 758, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 762, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 766, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 770, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 774, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 778, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-random:before {
  content: "\e110";
}

/* line 782, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 786, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 790, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 794, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 798, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 802, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 806, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 810, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 814, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 818, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 822, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 826, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 830, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 834, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 838, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 842, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 846, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 850, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 854, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 858, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 862, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 866, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 870, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 874, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 878, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 882, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 886, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 890, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 894, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 898, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 902, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 906, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 910, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 914, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-link:before {
  content: "\e144";
}

/* line 918, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 922, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 926, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 930, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 934, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 938, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 942, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 946, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 950, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 954, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 958, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 962, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 966, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 970, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 974, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 978, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 982, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 986, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 990, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 994, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-record:before {
  content: "\e165";
}

/* line 998, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-save:before {
  content: "\e166";
}

/* line 1002, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-open:before {
  content: "\e167";
}

/* line 1006, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 1010, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-import:before {
  content: "\e169";
}

/* line 1014, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-export:before {
  content: "\e170";
}

/* line 1018, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-send:before {
  content: "\e171";
}

/* line 1022, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 1026, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 1030, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 1034, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 1038, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 1042, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 1046, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 1050, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 1054, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-header:before {
  content: "\e180";
}

/* line 1058, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 1062, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 1066, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 1070, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 1074, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 1078, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 1082, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 1086, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 1090, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 1094, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 1098, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 1102, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 1106, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 1110, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 1114, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 1118, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 1122, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 1126, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 1130, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 1134, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 1138, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 1142, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 1146, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 1150, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 1154, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 1158, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 1162, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 1166, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-king:before {
  content: "\e211";
}

/* line 1170, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 1174, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 1178, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 1182, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 1186, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 1190, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 1194, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 1198, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 1202, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 1206, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 1210, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 1214, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 1218, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 1222, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 1226, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 1230, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 1234, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 1238, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 1242, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 1246, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 1250, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 1254, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 1258, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 1262, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 1266, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 1270, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-education:before {
  content: "\e233";
}

/* line 1274, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 1278, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 1282, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 1286, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 1290, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 1294, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 1298, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 1302, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 1306, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 1310, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 1314, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 1318, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 1322, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 1326, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 1330, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 1334, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 1338, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 1342, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 1346, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 1350, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 1354, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-console:before {
  content: "\e254";
}

/* line 1358, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 1362, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 1366, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 1370, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 1374, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 1378, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 1382, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
* {
  box-sizing: border-box;
}

/* line 1388, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
*:before,
*:after {
  box-sizing: border-box;
}

/* line 1395, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 1401, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/* line 1409, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 1418, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
figure {
  margin: 0;
}

/* line 1422, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
img {
  vertical-align: middle;
}

/* line 1426, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 1436, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.img-rounded {
  border-radius: 6px;
}

/* line 1440, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
}

/* line 1454, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.img-circle {
  border-radius: 50%;
}

/* line 1458, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 1465, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1476, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1486, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
[role="button"] {
  cursor: pointer;
}

/* line 1490, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 1508, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

/* line 1537, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 1547, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

/* line 1562, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1572, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

/* line 1587, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
h1,
.h1 {
  font-size: 36px;
}

/* line 1592, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
h2,
.h2 {
  font-size: 30px;
}

/* line 1597, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
h3,
.h3 {
  font-size: 24px;
}

/* line 1602, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
h4,
.h4 {
  font-size: 18px;
}

/* line 1607, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
h5,
.h5 {
  font-size: 14px;
}

/* line 1612, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
h6,
.h6 {
  font-size: 12px;
}

/* line 1617, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
p {
  margin: 0 0 10px;
}

/* line 1621, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 1629, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .lead {
    font-size: 21px;
  }
}

/* line 1634, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
small,
.small {
  font-size: 85%;
}

/* line 1639, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 1645, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.text-left {
  text-align: left;
}

/* line 1649, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.text-right {
  text-align: right;
}

/* line 1653, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.text-center {
  text-align: center;
}

/* line 1657, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.text-justify {
  text-align: justify;
}

/* line 1661, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.text-nowrap {
  white-space: nowrap;
}

/* line 1665, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.text-lowercase {
  text-transform: lowercase;
}

/* line 1669, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.text-uppercase {
  text-transform: uppercase;
}

/* line 1673, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.text-capitalize {
  text-transform: capitalize;
}

/* line 1677, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.text-muted {
  color: #777;
}

/* line 1681, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.text-primary {
  color: #337ab7;
}

/* line 1685, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 1690, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.text-success {
  color: #3c763d;
}

/* line 1694, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 1699, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.text-info {
  color: #31708f;
}

/* line 1703, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 1708, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.text-warning {
  color: #8a6d3b;
}

/* line 1712, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 1717, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.text-danger {
  color: #a94442;
}

/* line 1721, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 1726, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

/* line 1731, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 1736, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.bg-success {
  background-color: #dff0d8;
}

/* line 1740, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 1745, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.bg-info {
  background-color: #d9edf7;
}

/* line 1749, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 1754, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 1758, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 1763, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.bg-danger {
  background-color: #f2dede;
}

/* line 1767, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 1772, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 1778, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 1784, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 1791, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 1796, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

/* line 1802, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1808, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 1813, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
dt,
dd {
  line-height: 1.42857143;
}

/* line 1818, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
dt {
  font-weight: bold;
}

/* line 1822, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1827, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 1837, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 1842, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

/* line 1848, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 1853, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 1860, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 1866, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

/* line 1875, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 1881, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 1890, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 1899, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 1908, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 1914, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 1921, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

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

/* line 1939, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 1947, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 1961, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 1970, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1975, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 1983, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 1989, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 1995, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .container {
    width: 1170px;
  }
}

/* line 2000, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 2007, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 2012, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 2066, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

/* line 2081, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-12 {
  width: 100%;
}

/* line 2085, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 2089, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 2093, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-9 {
  width: 75%;
}

/* line 2097, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 2101, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 2105, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-6 {
  width: 50%;
}

/* line 2109, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 2113, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 2117, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-3 {
  width: 25%;
}

/* line 2121, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 2125, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 2129, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-pull-12 {
  right: 100%;
}

/* line 2133, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 2137, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 2141, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-pull-9 {
  right: 75%;
}

/* line 2145, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 2149, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 2153, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-pull-6 {
  right: 50%;
}

/* line 2157, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 2161, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 2165, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-pull-3 {
  right: 25%;
}

/* line 2169, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 2173, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 2177, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-pull-0 {
  right: auto;
}

/* line 2181, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-push-12 {
  left: 100%;
}

/* line 2185, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 2189, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 2193, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-push-9 {
  left: 75%;
}

/* line 2197, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 2201, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 2205, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-push-6 {
  left: 50%;
}

/* line 2209, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 2213, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 2217, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-push-3 {
  left: 25%;
}

/* line 2221, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 2225, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 2229, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-push-0 {
  left: auto;
}

/* line 2233, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 2237, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 2241, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 2245, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 2249, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 2253, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 2257, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 2261, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 2265, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 2269, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 2273, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 2277, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 2281, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 2287, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    float: left;
  }
  /* line 2302, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-12 {
    width: 100%;
  }
  /* line 2306, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 2310, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 2314, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-9 {
    width: 75%;
  }
  /* line 2318, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 2322, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 2326, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-6 {
    width: 50%;
  }
  /* line 2330, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 2334, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 2338, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-3 {
    width: 25%;
  }
  /* line 2342, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 2346, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 2350, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 2354, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 2358, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 2362, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 2366, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 2370, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 2374, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 2378, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 2382, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 2386, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 2390, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 2394, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 2398, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 2402, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 2406, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 2410, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 2414, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 2418, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 2422, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 2426, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 2430, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 2434, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 2438, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 2442, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 2446, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 2450, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 2454, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 2458, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2462, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2466, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 2470, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2474, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2478, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 2482, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2486, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2490, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 2494, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2498, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2502, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 2509, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    float: left;
  }
  /* line 2524, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-12 {
    width: 100%;
  }
  /* line 2528, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-11 {
    width: 91.66666667%;
  }
  /* line 2532, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-10 {
    width: 83.33333333%;
  }
  /* line 2536, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-9 {
    width: 75%;
  }
  /* line 2540, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-8 {
    width: 66.66666667%;
  }
  /* line 2544, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-7 {
    width: 58.33333333%;
  }
  /* line 2548, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-6 {
    width: 50%;
  }
  /* line 2552, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-5 {
    width: 41.66666667%;
  }
  /* line 2556, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-4 {
    width: 33.33333333%;
  }
  /* line 2560, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-3 {
    width: 25%;
  }
  /* line 2564, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-2 {
    width: 16.66666667%;
  }
  /* line 2568, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-1 {
    width: 8.33333333%;
  }
  /* line 2572, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 2576, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 2580, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 2584, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 2588, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 2592, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 2596, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 2600, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 2604, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 2608, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 2612, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 2616, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 2620, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 2624, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 2628, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 2632, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 2636, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 2640, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 2644, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 2648, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 2652, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 2656, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 2660, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 2664, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 2668, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 2672, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-push-0 {
    left: auto;
  }
  /* line 2676, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 2680, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2684, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2688, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 2692, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2696, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2700, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 2704, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2708, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2712, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 2716, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2720, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2724, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 2731, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    float: left;
  }
  /* line 2746, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-12 {
    width: 100%;
  }
  /* line 2750, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 2754, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 2758, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-9 {
    width: 75%;
  }
  /* line 2762, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 2766, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 2770, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-6 {
    width: 50%;
  }
  /* line 2774, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 2778, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 2782, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-3 {
    width: 25%;
  }
  /* line 2786, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 2790, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 2794, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 2798, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 2802, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 2806, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 2810, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 2814, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 2818, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 2822, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 2826, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 2830, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 2834, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 2838, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 2842, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 2846, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 2850, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 2854, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 2858, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 2862, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 2866, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 2870, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 2874, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 2878, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 2882, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 2886, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 2890, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 2894, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 2898, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 2902, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2906, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2910, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 2914, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2918, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2922, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 2926, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2930, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2934, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 2938, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2942, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2946, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* line 2951, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
table {
  background-color: transparent;
}

/* line 2955, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

/* line 2962, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
th {
  text-align: left;
}

/* line 2966, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 2972, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 2984, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 2989, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 2998, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 3002, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.table .table {
  background-color: #fff;
}

/* line 3006, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 3015, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 3019, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 3028, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 3033, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 3037, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 3041, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 3047, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 3054, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 3069, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 3077, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 3092, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 3100, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 3115, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 3123, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 3138, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 3146, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 3161, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 3169, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 3175, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 3183, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 3187, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 3196, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 3200, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 3209, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 3218, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 3226, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 3233, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 3245, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 3252, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
input[type="search"] {
  box-sizing: border-box;
}

/* line 3258, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 3265, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
input[type="file"] {
  display: block;
}

/* line 3269, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 3274, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
select[multiple],
select[size] {
  height: auto;
}

/* line 3279, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3286, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/* line 3294, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 3313, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 3320, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 3325, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 3329, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 3333, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 3338, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

/* line 3345, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 3350, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
textarea.form-control {
  height: auto;
}

/* line 3354, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 3360, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
    line-height: 34px;
  }
  /* line 3367, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  input.input-sm[type="date"],
input.input-sm[type="time"],
input.input-sm[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm input[type="date"],
.input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 3378, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  input.input-lg[type="date"],
input.input-lg[type="time"],
input.input-lg[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg input[type="date"],
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

/* line 3390, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-group {
  margin-bottom: 15px;
}

/* line 3394, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 3402, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 3411, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 3420, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 3425, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

/* line 3436, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 3442, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input.disabled[type="radio"],
input.disabled[type="checkbox"],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 3451, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 3458, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 3465, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 3472, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 3478, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3486, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 3491, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
textarea.input-sm,
select.input-sm[multiple] {
  height: auto;
}

/* line 3496, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3504, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 3509, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto;
}

/* line 3514, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 3522, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3530, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 3535, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
textarea.input-lg,
select.input-lg[multiple] {
  height: auto;
}

/* line 3540, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3548, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 3553, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto;
}

/* line 3558, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 3566, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.has-feedback {
  position: relative;
}

/* line 3570, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 3574, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 3587, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 3595, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 3603, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 3616, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 3622, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 3628, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 3634, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 3638, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 3651, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 3657, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 3663, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 3669, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 3673, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

/* line 3686, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 3692, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 3698, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 3704, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 3708, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 3712, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 3716, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 3724, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 3730, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 3736, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 3740, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 3745, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  /* line 3751, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 3755, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 3760, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 3768, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 3773, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 3779, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 3784, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 3793, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 3798, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 3804, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 3811, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 3816, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 3823, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 3829, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 3851, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3861, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 3868, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 3876, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: .65;
}

/* line 3886, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 3891, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 3897, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 3904, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3910, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3918, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default.focus:active,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 3932, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 3938, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default.focus[disabled],
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 3951, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 3956, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3962, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 3969, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3975, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3983, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary.focus:active,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 3997, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 4003, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary.focus[disabled],
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 4016, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 4021, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 4027, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 4034, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 4040, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 4048, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success.focus:active,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 4062, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 4068, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success.focus[disabled],
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 4081, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 4086, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 4092, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 4099, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 4105, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 4113, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info.focus:active,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 4127, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 4133, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info.focus[disabled],
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 4146, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 4151, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 4157, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 4164, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 4170, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 4178, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning.focus:active,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 4192, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 4198, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning.focus[disabled],
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 4211, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 4216, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 4222, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 4229, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 4235, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 4243, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger.focus:active,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 4257, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 4263, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger.focus[disabled],
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 4276, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 4281, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

/* line 4287, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

/* line 4297, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 4304, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 4311, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

/* line 4319, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 4327, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 4335, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 4343, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 4348, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 4352, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 4358, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

/* line 4365, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.fade.in {
  opacity: 1;
}

/* line 4369, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.collapse {
  display: none;
}

/* line 4373, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.collapse.in {
  display: block;
}

/* line 4377, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
tr.collapse.in {
  display: table-row;
}

/* line 4381, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
tbody.collapse.in {
  display: table-row-group;
}

/* line 4385, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility;
}

/* line 4400, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 4412, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.dropup,
.dropdown {
  position: relative;
}

/* line 4417, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 4421, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 4444, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 4449, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 4456, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 4466, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 4473, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 4482, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

/* line 4488, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 4497, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.open > .dropdown-menu {
  display: block;
}

/* line 4501, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.open > a {
  outline: 0;
}

/* line 4505, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 4510, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 4515, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

/* line 4524, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 4533, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 4538, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 4546, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 4554, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 4559, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

/* line 4565, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 4572, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 4578, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 4589, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 4596, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-toolbar {
  margin-left: -5px;
}

/* line 4600, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 4606, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 4612, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 4616, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 4620, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4625, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4631, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group > .btn-group {
  float: left;
}

/* line 4635, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 4639, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4645, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4650, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 4655, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 4660, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 4665, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 4670, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 4675, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn .caret {
  margin-left: 0;
}

/* line 4679, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 4684, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 4688, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 4697, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 4701, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 4709, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 4713, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4720, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4727, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 4731, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4737, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4742, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 4749, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 4756, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 4760, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 4764, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 4773, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 4779, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 4785, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 4793, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 4797, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 4807, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

/* line 4814, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select.input-group-lg[multiple] > .form-control,
select.input-group-lg[multiple] > .input-group-addon,
select.input-group-lg[multiple] > .input-group-btn > .btn {
  height: auto;
}

/* line 4823, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 4833, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 4840, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select.input-group-sm[multiple] > .form-control,
select.input-group-sm[multiple] > .input-group-addon,
select.input-group-sm[multiple] > .input-group-btn > .btn {
  height: auto;
}

/* line 4849, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 4855, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 4861, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 4868, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 4880, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 4886, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 4892, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 4897, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4908, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 4912, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4923, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 4927, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 4933, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-group-btn > .btn {
  position: relative;
}

/* line 4937, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 4941, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 4947, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 4952, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 4958, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4964, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav > li {
  position: relative;
  display: block;
}

/* line 4969, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 4975, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 4981, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav > li.disabled > a {
  color: #777;
}

/* line 4985, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 4993, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

/* line 5000, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 5007, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav > li > a > img {
  max-width: none;
}

/* line 5011, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 5015, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 5020, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 5027, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 5031, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 5041, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 5046, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 5050, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 5055, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 5061, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 5066, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 5071, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 5076, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 5083, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 5088, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 5095, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-pills > li {
  float: left;
}

/* line 5099, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 5103, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 5107, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 5114, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-stacked > li {
  float: none;
}

/* line 5118, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 5123, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-justified {
  width: 100%;
}

/* line 5127, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-justified > li {
  float: none;
}

/* line 5131, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 5136, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 5142, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 5147, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 5152, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 5156, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 5161, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 5168, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 5173, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 5180, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 5184, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.tab-content > .active {
  display: block;
}

/* line 5188, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5194, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 5202, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  /* line 5208, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-header {
    float: left;
  }
}

/* line 5213, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* line 5223, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 5228, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 5235, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 5242, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 5246, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 5254, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 5261, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 5267, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 5277, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 5286, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 5292, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 5297, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 5307, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 5313, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 5318, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 5324, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 5332, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 5337, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 5343, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 5349, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 5362, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-toggle:focus {
  outline: 0;
}

/* line 5366, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 5373, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 5378, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-toggle {
    display: none;
  }
}

/* line 5383, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 5387, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 5394, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 5405, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 5410, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 5414, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 5421, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 5426, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-nav > li {
    float: left;
  }
  /* line 5430, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 5436, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  /* line 5449, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 5455, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 5461, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 5465, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 5470, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 5476, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 5480, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 5485, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 5493, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 5498, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 5504, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 5510, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 5514, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 5520, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

/* line 5532, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5538, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5546, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 5551, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 5556, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 5561, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 5567, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 5575, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-left {
    float: left !important;
  }
  /* line 5579, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 5584, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 5589, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 5594, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 5598, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 5604, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-default .navbar-text {
  color: #777;
}

/* line 5608, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 5612, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 5618, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 5625, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 5632, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 5636, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 5641, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 5645, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 5650, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 5658, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 5662, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 5668, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 5675, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 5683, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-default .navbar-link {
  color: #777;
}

/* line 5687, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 5691, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-default .btn-link {
  color: #777;
}

/* line 5695, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

/* line 5700, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 5707, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 5712, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 5716, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 5722, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 5726, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 5730, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 5736, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

/* line 5743, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 5750, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 5754, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 5759, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 5763, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 5768, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  /* line 5776, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  /* line 5780, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  /* line 5784, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 5788, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 5794, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  /* line 5801, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 5809, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 5813, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 5817, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 5821, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 5826, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 5833, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 5841, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.breadcrumb > li {
  display: inline-block;
}

/* line 5845, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* line 5851, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.breadcrumb > .active {
  color: #777;
}

/* line 5855, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 5862, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pagination > li {
  display: inline;
}

/* line 5866, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 5879, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5886, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 5892, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

/* line 5902, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5915, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5927, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 5934, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 5940, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 5946, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 5953, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5959, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 5965, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 5972, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pager li {
  display: inline;
}

/* line 5976, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 5985, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 5991, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 5996, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 6001, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 6010, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 6023, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6030, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.label:empty {
  display: none;
}

/* line 6034, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 6039, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.label-default {
  background-color: #777;
}

/* line 6043, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 6048, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.label-primary {
  background-color: #337ab7;
}

/* line 6052, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

/* line 6057, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.label-success {
  background-color: #5cb85c;
}

/* line 6061, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

/* line 6066, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.label-info {
  background-color: #5bc0de;
}

/* line 6070, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 6075, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.label-warning {
  background-color: #f0ad4e;
}

/* line 6079, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 6084, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.label-danger {
  background-color: #d9534f;
}

/* line 6088, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 6093, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

/* line 6108, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.badge:empty {
  display: none;
}

/* line 6112, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 6117, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 6123, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6130, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 6136, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.list-group-item > .badge {
  float: right;
}

/* line 6140, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 6144, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 6148, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 6156, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 6161, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 6167, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 6171, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 6178, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6183, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 6188, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 6194, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 6200, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border .2s ease-in-out;
}

/* line 6213, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

/* line 6219, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 6225, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 6230, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 6237, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 6242, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.alert .alert-link {
  font-weight: bold;
}

/* line 6246, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 6251, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.alert > p + p {
  margin-top: 5px;
}

/* line 6255, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 6260, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 6268, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 6274, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 6278, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 6282, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 6288, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 6292, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.alert-info .alert-link {
  color: #245269;
}

/* line 6296, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 6302, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 6306, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 6310, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 6316, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 6320, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 6354, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 6364, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width .6s ease;
}

/* line 6380, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 6389, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 6396, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 6400, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 6406, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 6410, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 6416, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 6420, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 6426, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 6430, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 6436, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.media {
  margin-top: 15px;
}

/* line 6440, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.media:first-child {
  margin-top: 0;
}

/* line 6444, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 6450, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.media-body {
  width: 10000px;
}

/* line 6454, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.media-object {
  display: block;
}

/* line 6458, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 6462, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 6467, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 6472, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 6479, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.media-middle {
  vertical-align: middle;
}

/* line 6483, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.media-bottom {
  vertical-align: bottom;
}

/* line 6487, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 6492, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 6497, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 6502, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 6511, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 6516, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 6522, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 6527, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 6532, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 6541, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 6546, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

/* line 6554, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 6560, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

/* line 6566, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 6575, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 6587, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 6593, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 6598, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 6603, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 6608, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 6616, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 6627, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 6632, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 6637, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 6642, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 6650, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 6661, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 6666, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 6671, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 6676, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 6684, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 6695, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 6700, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 6705, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 6710, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 6718, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 6729, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 6734, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 6739, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 6748, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-body {
  padding: 15px;
}

/* line 6752, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6759, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 6763, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 6770, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 6778, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 6786, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 6791, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 6797, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6804, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 6811, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6816, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 6820, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 6824, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 6830, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 6837, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6843, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6851, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 6862, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 6873, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 6879, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 6887, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 6898, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 6909, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 6916, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 6921, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 6926, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 6941, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 6956, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 6967, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 6978, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 6983, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-group {
  margin-bottom: 20px;
}

/* line 6987, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 6992, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 6996, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 7000, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 7005, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 7009, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 7013, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-default {
  border-color: #ddd;
}

/* line 7017, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 7023, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 7027, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 7032, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 7036, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-primary {
  border-color: #337ab7;
}

/* line 7040, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 7046, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 7050, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 7055, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 7059, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-success {
  border-color: #d6e9c6;
}

/* line 7063, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 7069, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 7073, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 7078, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 7082, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-info {
  border-color: #bce8f1;
}

/* line 7086, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 7092, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 7096, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 7101, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 7105, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-warning {
  border-color: #faebcc;
}

/* line 7109, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 7115, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 7119, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 7124, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 7128, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-danger {
  border-color: #ebccd1;
}

/* line 7132, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 7138, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 7142, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 7147, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 7151, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 7159, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 7173, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 7177, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7181, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 7192, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 7197, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 7202, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 7207, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

/* line 7218, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 7227, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

/* line 7235, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.modal-open {
  overflow: hidden;
}

/* line 7239, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 7252, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%);
}

/* line 7262, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

/* line 7269, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 7274, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 7280, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/* line 7293, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 7303, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 7308, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 7313, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 7318, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.modal-header .close {
  margin-top: -2px;
}

/* line 7322, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 7327, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 7332, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 7338, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 7343, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 7347, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 7351, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 7360, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 7365, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 7370, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 7376, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .modal-lg {
    width: 900px;
  }
}

/* line 7381, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

/* line 7406, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

/* line 7411, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 7416, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 7421, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 7426, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 7431, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 7440, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 7448, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 7456, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 7464, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 7472, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 7480, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 7488, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 7496, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 7504, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 7512, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

/* line 7547, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.popover.top {
  margin-top: -10px;
}

/* line 7551, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.popover.right {
  margin-left: 10px;
}

/* line 7555, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.popover.bottom {
  margin-top: 10px;
}

/* line 7559, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.popover.left {
  margin-left: -10px;
}

/* line 7563, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 7572, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.popover-content {
  padding: 9px 14px;
}

/* line 7576, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 7586, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.popover > .arrow {
  border-width: 11px;
}

/* line 7590, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 7595, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 7604, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 7612, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 7621, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 7629, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 7638, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 7646, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 7655, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 7663, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel {
  position: relative;
}

/* line 7667, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 7673, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}

/* line 7681, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 7688, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .carousel-inner > .item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  /* line 7699, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .carousel-inner > .item.next,
.carousel-inner > .item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  /* line 7706, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  /* line 7713, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}

/* line 7722, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 7728, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-inner > .active {
  left: 0;
}

/* line 7732, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 7739, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-inner > .next {
  left: 100%;
}

/* line 7743, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-inner > .prev {
  left: -100%;
}

/* line 7747, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 7752, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 7756, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 7760, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 7775, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 7784, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 7795, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

/* line 7804, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 7815, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 7821, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 7827, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 7835, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 7839, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 7843, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 7855, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 7868, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 7875, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 7888, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 7894, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 7904, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 7909, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 7914, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 7920, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 7925, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 7961, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* line 7980, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 7986, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pull-right {
  float: right !important;
}

/* line 7990, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.pull-left {
  float: left !important;
}

/* line 7994, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.hide {
  display: none !important;
}

/* line 7998, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.show {
  display: block !important;
}

/* line 8002, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.invisible {
  visibility: hidden;
}

/* line 8006, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 8014, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.hidden {
  display: none !important;
}

/* line 8018, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.affix {
  position: fixed;
}

/* line 8026, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 8033, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 8049, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .visible-xs {
    display: block !important;
  }
  /* line 8053, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  table.visible-xs {
    display: table !important;
  }
  /* line 8057, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 8061, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 8068, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 8074, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 8080, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 8086, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .visible-sm {
    display: block !important;
  }
  /* line 8090, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  table.visible-sm {
    display: table !important;
  }
  /* line 8094, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 8098, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 8105, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 8111, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 8117, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8123, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .visible-md {
    display: block !important;
  }
  /* line 8127, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  table.visible-md {
    display: table !important;
  }
  /* line 8131, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 8135, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8142, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8148, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8154, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 8160, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .visible-lg {
    display: block !important;
  }
  /* line 8164, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  table.visible-lg {
    display: table !important;
  }
  /* line 8168, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 8172, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 8179, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 8185, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 8191, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 8197, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 8203, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8209, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 8215, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .hidden-lg {
    display: none !important;
  }
}

/* line 8220, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.visible-print {
  display: none !important;
}

@media print {
  /* line 8225, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .visible-print {
    display: block !important;
  }
  /* line 8229, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  table.visible-print {
    display: table !important;
  }
  /* line 8233, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 8237, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 8243, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 8248, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .visible-print-block {
    display: block !important;
  }
}

/* line 8253, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 8258, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 8263, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 8268, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 8274, vendor/assets/stylesheets/theme_admin/bootstrap/css/bootstrap.css */
  .hidden-print {
    display: none !important;
  }
}
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@keyframes bounce {
  from,
20%,
53%,
80%,
to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

/* line 77, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from,
50%,
to {
    opacity: 1;
  }
  25%,
75% {
    opacity: 0;
  }
}

/* line 110, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

/* line 151, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

/* line 230, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from,
to {
    transform: translate3d(0, 0, 0);
  }
  10%,
30%,
50%,
70%,
90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
40%,
60%,
80% {
    transform: translate3d(10px, 0, 0);
  }
}

/* line 285, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

/* line 354, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* line 415, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
50%,
70%,
90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
60%,
80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

/* line 488, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 569, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from,
11.1%,
to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

/* line 662, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

/* line 723, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}

@keyframes bounceIn {
  from,
20%,
40%,
60%,
80%,
to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

/* line 822, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from,
60%,
75%,
90%,
to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 905, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from,
60%,
75%,
90%,
to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 986, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from,
60%,
75%,
90%,
to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 1067, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from,
60%,
75%,
90%,
to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 1148, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* line 1193, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1240, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1273, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1306, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1351, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 1376, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 1409, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 1442, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 1475, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 1508, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 1541, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 1574, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 1607, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 1640, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 1665, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

/* line 1694, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1723, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 1752, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1781, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

/* line 1810, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1839, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

/* line 1868, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1897, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}

/* line 1992, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

/* line 2065, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

/* line 2138, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/* line 2183, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

/* line 2230, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 2287, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

/* line 2318, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2361, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2402, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2443, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2484, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2525, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

/* line 2562, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

/* line 2599, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2636, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2673, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

/* line 2710, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* line 2787, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* line 2846, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 2881, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

/* line 2912, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* line 2941, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2982, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3023, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3064, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3105, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

/* line 3142, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3187, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

/* line 3224, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

/* line 3261, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3306, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 3337, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 3368, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 3399, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 3430, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

/* line 3461, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 3492, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

/* line 3523, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

/* line 3554, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.slideOutUp {
  animation-name: slideOutUp;
}

/* line 3559, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* line 3566, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.animated.infinite {
  animation-iteration-count: infinite;
}

/* line 3571, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.animated.delay-1s {
  animation-delay: 1s;
}

/* line 3576, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.animated.delay-2s {
  animation-delay: 2s;
}

/* line 3581, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.animated.delay-3s {
  animation-delay: 3s;
}

/* line 3586, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.animated.delay-4s {
  animation-delay: 4s;
}

/* line 3591, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.animated.delay-5s {
  animation-delay: 5s;
}

/* line 3596, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.animated.fast {
  animation-duration: 800ms;
}

/* line 3601, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.animated.faster {
  animation-duration: 500ms;
}

/* line 3606, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.animated.slow {
  animation-duration: 2s;
}

/* line 3611, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  /* line 3617, app/assets/stylesheets/theme_admin/../../../../node_modules/animate.css/animate.css */
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* line 1, app/assets/stylesheets/theme_admin/../../../../node_modules/@glidejs/glide/dist/css/glide.core.css */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

/* line 6, app/assets/stylesheets/theme_admin/../../../../node_modules/@glidejs/glide/dist/css/glide.core.css */
.glide * {
  box-sizing: inherit;
}

/* line 9, app/assets/stylesheets/theme_admin/../../../../node_modules/@glidejs/glide/dist/css/glide.core.css */
.glide__track {
  overflow: hidden;
}

/* line 12, app/assets/stylesheets/theme_admin/../../../../node_modules/@glidejs/glide/dist/css/glide.core.css */
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

/* line 27, app/assets/stylesheets/theme_admin/../../../../node_modules/@glidejs/glide/dist/css/glide.core.css */
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 30, app/assets/stylesheets/theme_admin/../../../../node_modules/@glidejs/glide/dist/css/glide.core.css */
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 39, app/assets/stylesheets/theme_admin/../../../../node_modules/@glidejs/glide/dist/css/glide.core.css */
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 45, app/assets/stylesheets/theme_admin/../../../../node_modules/@glidejs/glide/dist/css/glide.core.css */
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 49, app/assets/stylesheets/theme_admin/../../../../node_modules/@glidejs/glide/dist/css/glide.core.css */
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 53, app/assets/stylesheets/theme_admin/../../../../node_modules/@glidejs/glide/dist/css/glide.core.css */
.glide--rtl {
  direction: rtl;
}
/* line 1, app/assets/stylesheets/theme_admin/../../../../node_modules/@glidejs/glide/dist/css/glide.theme.css */
.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}

/* line 20, app/assets/stylesheets/theme_admin/../../../../node_modules/@glidejs/glide/dist/css/glide.theme.css */
.glide__arrow:focus {
  outline: none;
}

/* line 23, app/assets/stylesheets/theme_admin/../../../../node_modules/@glidejs/glide/dist/css/glide.theme.css */
.glide__arrow:hover {
  border-color: white;
}

/* line 26, app/assets/stylesheets/theme_admin/../../../../node_modules/@glidejs/glide/dist/css/glide.theme.css */
.glide__arrow--left {
  left: 2em;
}

/* line 29, app/assets/stylesheets/theme_admin/../../../../node_modules/@glidejs/glide/dist/css/glide.theme.css */
.glide__arrow--right {
  right: 2em;
}

/* line 32, app/assets/stylesheets/theme_admin/../../../../node_modules/@glidejs/glide/dist/css/glide.theme.css */
.glide__arrow--disabled {
  opacity: 0.33;
}

/* line 35, app/assets/stylesheets/theme_admin/../../../../node_modules/@glidejs/glide/dist/css/glide.theme.css */
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}

/* line 44, app/assets/stylesheets/theme_admin/../../../../node_modules/@glidejs/glide/dist/css/glide.theme.css */
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}

/* line 57, app/assets/stylesheets/theme_admin/../../../../node_modules/@glidejs/glide/dist/css/glide.theme.css */
.glide__bullet:focus {
  outline: none;
}

/* line 60, app/assets/stylesheets/theme_admin/../../../../node_modules/@glidejs/glide/dist/css/glide.theme.css */
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 64, app/assets/stylesheets/theme_admin/../../../../node_modules/@glidejs/glide/dist/css/glide.theme.css */
.glide__bullet--active {
  background-color: white;
}

/* line 67, app/assets/stylesheets/theme_admin/../../../../node_modules/@glidejs/glide/dist/css/glide.theme.css */
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}

/* line 72, app/assets/stylesheets/theme_admin/../../../../node_modules/@glidejs/glide/dist/css/glide.theme.css */
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
@font-face {
  font-family: 'ElegantIcons';
  src: url(/fonts/ElegantIcons.eot);
  src: url(/fonts/ElegantIcons.eot?) format("embedded-opentype"), url(/fonts/ElegantIcons.woff) format("woff"), url(/fonts/ElegantIcons.ttf) format("truetype"), url(/fonts/ElegantIcons.svg) 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, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
[data-icon]:before {
  font-family: 'ElegantIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 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*="your-class-prefix"] {
*/
/* line 31, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 41, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_up:before {
  content: "\21";
}

/* line 44, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_down:before {
  content: "\22";
}

/* line 47, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_left:before {
  content: "\23";
}

/* line 50, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_right:before {
  content: "\24";
}

/* line 53, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_left-up:before {
  content: "\25";
}

/* line 56, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_right-up:before {
  content: "\26";
}

/* line 59, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_right-down:before {
  content: "\27";
}

/* line 62, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_left-down:before {
  content: "\28";
}

/* line 65, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow-up-down:before {
  content: "\29";
}

/* line 68, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_up-down_alt:before {
  content: "\2a";
}

/* line 71, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_left-right_alt:before {
  content: "\2b";
}

/* line 74, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_left-right:before {
  content: "\2c";
}

/* line 77, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_expand_alt2:before {
  content: "\2d";
}

/* line 80, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_expand_alt:before {
  content: "\2e";
}

/* line 83, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_condense:before {
  content: "\2f";
}

/* line 86, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_expand:before {
  content: "\30";
}

/* line 89, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_move:before {
  content: "\31";
}

/* line 92, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot-up:before {
  content: "\32";
}

/* line 95, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot-down:before {
  content: "\33";
}

/* line 98, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot-left:before {
  content: "\34";
}

/* line 101, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot-right:before {
  content: "\35";
}

/* line 104, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot-2up:before {
  content: "\36";
}

/* line 107, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot-2down:before {
  content: "\37";
}

/* line 110, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot-2left:before {
  content: "\38";
}

/* line 113, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot-2right:before {
  content: "\39";
}

/* line 116, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot-up_alt2:before {
  content: "\3a";
}

/* line 119, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot-down_alt2:before {
  content: "\3b";
}

/* line 122, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot-left_alt2:before {
  content: "\3c";
}

/* line 125, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot-right_alt2:before {
  content: "\3d";
}

/* line 128, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot-2up_alt2:before {
  content: "\3e";
}

/* line 131, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot-2down_alt2:before {
  content: "\3f";
}

/* line 134, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot-2left_alt2:before {
  content: "\40";
}

/* line 137, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot-2right_alt2:before {
  content: "\41";
}

/* line 140, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_triangle-up:before {
  content: "\42";
}

/* line 143, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_triangle-down:before {
  content: "\43";
}

/* line 146, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_triangle-left:before {
  content: "\44";
}

/* line 149, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_triangle-right:before {
  content: "\45";
}

/* line 152, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_triangle-up_alt2:before {
  content: "\46";
}

/* line 155, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_triangle-down_alt2:before {
  content: "\47";
}

/* line 158, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_triangle-left_alt2:before {
  content: "\48";
}

/* line 161, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_triangle-right_alt2:before {
  content: "\49";
}

/* line 164, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_back:before {
  content: "\4a";
}

/* line 167, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_minus-06:before {
  content: "\4b";
}

/* line 170, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_plus:before {
  content: "\4c";
}

/* line 173, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_close:before {
  content: "\4d";
}

/* line 176, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_check:before {
  content: "\4e";
}

/* line 179, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_minus_alt2:before {
  content: "\4f";
}

/* line 182, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_plus_alt2:before {
  content: "\50";
}

/* line 185, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_close_alt2:before {
  content: "\51";
}

/* line 188, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_check_alt2:before {
  content: "\52";
}

/* line 191, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_zoom-out_alt:before {
  content: "\53";
}

/* line 194, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_zoom-in_alt:before {
  content: "\54";
}

/* line 197, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_search:before {
  content: "\55";
}

/* line 200, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_box-empty:before {
  content: "\56";
}

/* line 203, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_box-selected:before {
  content: "\57";
}

/* line 206, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_minus-box:before {
  content: "\58";
}

/* line 209, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_plus-box:before {
  content: "\59";
}

/* line 212, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_box-checked:before {
  content: "\5a";
}

/* line 215, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_circle-empty:before {
  content: "\5b";
}

/* line 218, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_circle-slelected:before {
  content: "\5c";
}

/* line 221, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_stop_alt2:before {
  content: "\5d";
}

/* line 224, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_stop:before {
  content: "\5e";
}

/* line 227, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_pause_alt2:before {
  content: "\5f";
}

/* line 230, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_pause:before {
  content: "\60";
}

/* line 233, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_menu:before {
  content: "\61";
}

/* line 236, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_menu-square_alt2:before {
  content: "\62";
}

/* line 239, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_menu-circle_alt2:before {
  content: "\63";
}

/* line 242, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_ul:before {
  content: "\64";
}

/* line 245, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_ol:before {
  content: "\65";
}

/* line 248, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_adjust-horiz:before {
  content: "\66";
}

/* line 251, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_adjust-vert:before {
  content: "\67";
}

/* line 254, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_document_alt:before {
  content: "\68";
}

/* line 257, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_documents_alt:before {
  content: "\69";
}

/* line 260, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_pencil:before {
  content: "\6a";
}

/* line 263, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_pencil-edit_alt:before {
  content: "\6b";
}

/* line 266, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_pencil-edit:before {
  content: "\6c";
}

/* line 269, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_folder-alt:before {
  content: "\6d";
}

/* line 272, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_folder-open_alt:before {
  content: "\6e";
}

/* line 275, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_folder-add_alt:before {
  content: "\6f";
}

/* line 278, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_info_alt:before {
  content: "\70";
}

/* line 281, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_error-oct_alt:before {
  content: "\71";
}

/* line 284, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_error-circle_alt:before {
  content: "\72";
}

/* line 287, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_error-triangle_alt:before {
  content: "\73";
}

/* line 290, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_question_alt2:before {
  content: "\74";
}

/* line 293, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_question:before {
  content: "\75";
}

/* line 296, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_comment_alt:before {
  content: "\76";
}

/* line 299, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_chat_alt:before {
  content: "\77";
}

/* line 302, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_vol-mute_alt:before {
  content: "\78";
}

/* line 305, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_volume-low_alt:before {
  content: "\79";
}

/* line 308, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_volume-high_alt:before {
  content: "\7a";
}

/* line 311, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_quotations:before {
  content: "\7b";
}

/* line 314, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_quotations_alt2:before {
  content: "\7c";
}

/* line 317, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_clock_alt:before {
  content: "\7d";
}

/* line 320, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_lock_alt:before {
  content: "\7e";
}

/* line 323, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_lock-open_alt:before {
  content: "\e000";
}

/* line 326, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_key_alt:before {
  content: "\e001";
}

/* line 329, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_cloud_alt:before {
  content: "\e002";
}

/* line 332, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_cloud-upload_alt:before {
  content: "\e003";
}

/* line 335, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_cloud-download_alt:before {
  content: "\e004";
}

/* line 338, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_image:before {
  content: "\e005";
}

/* line 341, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_images:before {
  content: "\e006";
}

/* line 344, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_lightbulb_alt:before {
  content: "\e007";
}

/* line 347, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_gift_alt:before {
  content: "\e008";
}

/* line 350, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_house_alt:before {
  content: "\e009";
}

/* line 353, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_genius:before {
  content: "\e00a";
}

/* line 356, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_mobile:before {
  content: "\e00b";
}

/* line 359, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_tablet:before {
  content: "\e00c";
}

/* line 362, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_laptop:before {
  content: "\e00d";
}

/* line 365, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_desktop:before {
  content: "\e00e";
}

/* line 368, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_camera_alt:before {
  content: "\e00f";
}

/* line 371, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_mail_alt:before {
  content: "\e010";
}

/* line 374, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_cone_alt:before {
  content: "\e011";
}

/* line 377, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_ribbon_alt:before {
  content: "\e012";
}

/* line 380, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_bag_alt:before {
  content: "\e013";
}

/* line 383, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_creditcard:before {
  content: "\e014";
}

/* line 386, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_cart_alt:before {
  content: "\e015";
}

/* line 389, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_paperclip:before {
  content: "\e016";
}

/* line 392, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_tag_alt:before {
  content: "\e017";
}

/* line 395, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_tags_alt:before {
  content: "\e018";
}

/* line 398, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_trash_alt:before {
  content: "\e019";
}

/* line 401, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_cursor_alt:before {
  content: "\e01a";
}

/* line 404, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_mic_alt:before {
  content: "\e01b";
}

/* line 407, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_compass_alt:before {
  content: "\e01c";
}

/* line 410, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_pin_alt:before {
  content: "\e01d";
}

/* line 413, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_pushpin_alt:before {
  content: "\e01e";
}

/* line 416, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_map_alt:before {
  content: "\e01f";
}

/* line 419, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_drawer_alt:before {
  content: "\e020";
}

/* line 422, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_toolbox_alt:before {
  content: "\e021";
}

/* line 425, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_book_alt:before {
  content: "\e022";
}

/* line 428, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_calendar:before {
  content: "\e023";
}

/* line 431, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_film:before {
  content: "\e024";
}

/* line 434, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_table:before {
  content: "\e025";
}

/* line 437, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_contacts_alt:before {
  content: "\e026";
}

/* line 440, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_headphones:before {
  content: "\e027";
}

/* line 443, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_lifesaver:before {
  content: "\e028";
}

/* line 446, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_piechart:before {
  content: "\e029";
}

/* line 449, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_refresh:before {
  content: "\e02a";
}

/* line 452, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_link_alt:before {
  content: "\e02b";
}

/* line 455, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_link:before {
  content: "\e02c";
}

/* line 458, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_loading:before {
  content: "\e02d";
}

/* line 461, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_blocked:before {
  content: "\e02e";
}

/* line 464, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_archive_alt:before {
  content: "\e02f";
}

/* line 467, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_heart_alt:before {
  content: "\e030";
}

/* line 470, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_star_alt:before {
  content: "\e031";
}

/* line 473, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_star-half_alt:before {
  content: "\e032";
}

/* line 476, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_star:before {
  content: "\e033";
}

/* line 479, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_star-half:before {
  content: "\e034";
}

/* line 482, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_tools:before {
  content: "\e035";
}

/* line 485, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_tool:before {
  content: "\e036";
}

/* line 488, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_cog:before {
  content: "\e037";
}

/* line 491, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_cogs:before {
  content: "\e038";
}

/* line 494, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_up_alt:before {
  content: "\e039";
}

/* line 497, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_down_alt:before {
  content: "\e03a";
}

/* line 500, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_left_alt:before {
  content: "\e03b";
}

/* line 503, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_right_alt:before {
  content: "\e03c";
}

/* line 506, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_left-up_alt:before {
  content: "\e03d";
}

/* line 509, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_right-up_alt:before {
  content: "\e03e";
}

/* line 512, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_right-down_alt:before {
  content: "\e03f";
}

/* line 515, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_left-down_alt:before {
  content: "\e040";
}

/* line 518, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_condense_alt:before {
  content: "\e041";
}

/* line 521, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_expand_alt3:before {
  content: "\e042";
}

/* line 524, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot_up_alt:before {
  content: "\e043";
}

/* line 527, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot-down_alt:before {
  content: "\e044";
}

/* line 530, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot-left_alt:before {
  content: "\e045";
}

/* line 533, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot-right_alt:before {
  content: "\e046";
}

/* line 536, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot-2up_alt:before {
  content: "\e047";
}

/* line 539, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot-2dwnn_alt:before {
  content: "\e048";
}

/* line 542, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot-2left_alt:before {
  content: "\e049";
}

/* line 545, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_carrot-2right_alt:before {
  content: "\e04a";
}

/* line 548, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_triangle-up_alt:before {
  content: "\e04b";
}

/* line 551, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_triangle-down_alt:before {
  content: "\e04c";
}

/* line 554, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_triangle-left_alt:before {
  content: "\e04d";
}

/* line 557, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.arrow_triangle-right_alt:before {
  content: "\e04e";
}

/* line 560, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_minus_alt:before {
  content: "\e04f";
}

/* line 563, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_plus_alt:before {
  content: "\e050";
}

/* line 566, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_close_alt:before {
  content: "\e051";
}

/* line 569, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_check_alt:before {
  content: "\e052";
}

/* line 572, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_zoom-out:before {
  content: "\e053";
}

/* line 575, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_zoom-in:before {
  content: "\e054";
}

/* line 578, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_stop_alt:before {
  content: "\e055";
}

/* line 581, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_menu-square_alt:before {
  content: "\e056";
}

/* line 584, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_menu-circle_alt:before {
  content: "\e057";
}

/* line 587, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_document:before {
  content: "\e058";
}

/* line 590, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_documents:before {
  content: "\e059";
}

/* line 593, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_pencil_alt:before {
  content: "\e05a";
}

/* line 596, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_folder:before {
  content: "\e05b";
}

/* line 599, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_folder-open:before {
  content: "\e05c";
}

/* line 602, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_folder-add:before {
  content: "\e05d";
}

/* line 605, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_folder_upload:before {
  content: "\e05e";
}

/* line 608, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_folder_download:before {
  content: "\e05f";
}

/* line 611, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_info:before {
  content: "\e060";
}

/* line 614, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_error-circle:before {
  content: "\e061";
}

/* line 617, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_error-oct:before {
  content: "\e062";
}

/* line 620, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_error-triangle:before {
  content: "\e063";
}

/* line 623, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_question_alt:before {
  content: "\e064";
}

/* line 626, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_comment:before {
  content: "\e065";
}

/* line 629, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_chat:before {
  content: "\e066";
}

/* line 632, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_vol-mute:before {
  content: "\e067";
}

/* line 635, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_volume-low:before {
  content: "\e068";
}

/* line 638, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_volume-high:before {
  content: "\e069";
}

/* line 641, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_quotations_alt:before {
  content: "\e06a";
}

/* line 644, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_clock:before {
  content: "\e06b";
}

/* line 647, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_lock:before {
  content: "\e06c";
}

/* line 650, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_lock-open:before {
  content: "\e06d";
}

/* line 653, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_key:before {
  content: "\e06e";
}

/* line 656, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_cloud:before {
  content: "\e06f";
}

/* line 659, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_cloud-upload:before {
  content: "\e070";
}

/* line 662, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_cloud-download:before {
  content: "\e071";
}

/* line 665, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_lightbulb:before {
  content: "\e072";
}

/* line 668, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_gift:before {
  content: "\e073";
}

/* line 671, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_house:before {
  content: "\e074";
}

/* line 674, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_camera:before {
  content: "\e075";
}

/* line 677, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_mail:before {
  content: "\e076";
}

/* line 680, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_cone:before {
  content: "\e077";
}

/* line 683, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_ribbon:before {
  content: "\e078";
}

/* line 686, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_bag:before {
  content: "\e079";
}

/* line 689, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_cart:before {
  content: "\e07a";
}

/* line 692, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_tag:before {
  content: "\e07b";
}

/* line 695, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_tags:before {
  content: "\e07c";
}

/* line 698, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_trash:before {
  content: "\e07d";
}

/* line 701, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_cursor:before {
  content: "\e07e";
}

/* line 704, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_mic:before {
  content: "\e07f";
}

/* line 707, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_compass:before {
  content: "\e080";
}

/* line 710, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_pin:before {
  content: "\e081";
}

/* line 713, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_pushpin:before {
  content: "\e082";
}

/* line 716, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_map:before {
  content: "\e083";
}

/* line 719, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_drawer:before {
  content: "\e084";
}

/* line 722, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_toolbox:before {
  content: "\e085";
}

/* line 725, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_book:before {
  content: "\e086";
}

/* line 728, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_contacts:before {
  content: "\e087";
}

/* line 731, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_archive:before {
  content: "\e088";
}

/* line 734, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_heart:before {
  content: "\e089";
}

/* line 737, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_profile:before {
  content: "\e08a";
}

/* line 740, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_group:before {
  content: "\e08b";
}

/* line 743, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_grid-2x2:before {
  content: "\e08c";
}

/* line 746, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_grid-3x3:before {
  content: "\e08d";
}

/* line 749, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_music:before {
  content: "\e08e";
}

/* line 752, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_pause_alt:before {
  content: "\e08f";
}

/* line 755, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_phone:before {
  content: "\e090";
}

/* line 758, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_upload:before {
  content: "\e091";
}

/* line 761, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_download:before {
  content: "\e092";
}

/* line 764, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_facebook:before {
  content: "\e093";
}

/* line 767, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_twitter:before {
  content: "\e094";
}

/* line 770, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_pinterest:before {
  content: "\e095";
}

/* line 773, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_googleplus:before {
  content: "\e096";
}

/* line 776, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_tumblr:before {
  content: "\e097";
}

/* line 779, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_tumbleupon:before {
  content: "\e098";
}

/* line 782, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_wordpress:before {
  content: "\e099";
}

/* line 785, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_instagram:before {
  content: "\e09a";
}

/* line 788, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_dribbble:before {
  content: "\e09b";
}

/* line 791, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_vimeo:before {
  content: "\e09c";
}

/* line 794, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_linkedin:before {
  content: "\e09d";
}

/* line 797, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_rss:before {
  content: "\e09e";
}

/* line 800, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_deviantart:before {
  content: "\e09f";
}

/* line 803, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_share:before {
  content: "\e0a0";
}

/* line 806, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_myspace:before {
  content: "\e0a1";
}

/* line 809, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_skype:before {
  content: "\e0a2";
}

/* line 812, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_youtube:before {
  content: "\e0a3";
}

/* line 815, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_picassa:before {
  content: "\e0a4";
}

/* line 818, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_googledrive:before {
  content: "\e0a5";
}

/* line 821, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_flickr:before {
  content: "\e0a6";
}

/* line 824, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_blogger:before {
  content: "\e0a7";
}

/* line 827, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_spotify:before {
  content: "\e0a8";
}

/* line 830, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_delicious:before {
  content: "\e0a9";
}

/* line 833, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_facebook_circle:before {
  content: "\e0aa";
}

/* line 836, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_twitter_circle:before {
  content: "\e0ab";
}

/* line 839, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_pinterest_circle:before {
  content: "\e0ac";
}

/* line 842, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_googleplus_circle:before {
  content: "\e0ad";
}

/* line 845, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_tumblr_circle:before {
  content: "\e0ae";
}

/* line 848, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_stumbleupon_circle:before {
  content: "\e0af";
}

/* line 851, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_wordpress_circle:before {
  content: "\e0b0";
}

/* line 854, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_instagram_circle:before {
  content: "\e0b1";
}

/* line 857, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_dribbble_circle:before {
  content: "\e0b2";
}

/* line 860, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_vimeo_circle:before {
  content: "\e0b3";
}

/* line 863, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_linkedin_circle:before {
  content: "\e0b4";
}

/* line 866, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_rss_circle:before {
  content: "\e0b5";
}

/* line 869, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_deviantart_circle:before {
  content: "\e0b6";
}

/* line 872, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_share_circle:before {
  content: "\e0b7";
}

/* line 875, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_myspace_circle:before {
  content: "\e0b8";
}

/* line 878, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_skype_circle:before {
  content: "\e0b9";
}

/* line 881, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_youtube_circle:before {
  content: "\e0ba";
}

/* line 884, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_picassa_circle:before {
  content: "\e0bb";
}

/* line 887, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_googledrive_alt2:before {
  content: "\e0bc";
}

/* line 890, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_flickr_circle:before {
  content: "\e0bd";
}

/* line 893, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_blogger_circle:before {
  content: "\e0be";
}

/* line 896, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_spotify_circle:before {
  content: "\e0bf";
}

/* line 899, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_delicious_circle:before {
  content: "\e0c0";
}

/* line 902, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_facebook_square:before {
  content: "\e0c1";
}

/* line 905, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_twitter_square:before {
  content: "\e0c2";
}

/* line 908, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_pinterest_square:before {
  content: "\e0c3";
}

/* line 911, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_googleplus_square:before {
  content: "\e0c4";
}

/* line 914, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_tumblr_square:before {
  content: "\e0c5";
}

/* line 917, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_stumbleupon_square:before {
  content: "\e0c6";
}

/* line 920, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_wordpress_square:before {
  content: "\e0c7";
}

/* line 923, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_instagram_square:before {
  content: "\e0c8";
}

/* line 926, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_dribbble_square:before {
  content: "\e0c9";
}

/* line 929, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_vimeo_square:before {
  content: "\e0ca";
}

/* line 932, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_linkedin_square:before {
  content: "\e0cb";
}

/* line 935, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_rss_square:before {
  content: "\e0cc";
}

/* line 938, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_deviantart_square:before {
  content: "\e0cd";
}

/* line 941, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_share_square:before {
  content: "\e0ce";
}

/* line 944, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_myspace_square:before {
  content: "\e0cf";
}

/* line 947, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_skype_square:before {
  content: "\e0d0";
}

/* line 950, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_youtube_square:before {
  content: "\e0d1";
}

/* line 953, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_picassa_square:before {
  content: "\e0d2";
}

/* line 956, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_googledrive_square:before {
  content: "\e0d3";
}

/* line 959, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_flickr_square:before {
  content: "\e0d4";
}

/* line 962, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_blogger_square:before {
  content: "\e0d5";
}

/* line 965, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_spotify_square:before {
  content: "\e0d6";
}

/* line 968, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.social_delicious_square:before {
  content: "\e0d7";
}

/* line 971, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_printer:before {
  content: "\e103";
}

/* line 974, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_calulator:before {
  content: "\e0ee";
}

/* line 977, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_building:before {
  content: "\e0ef";
}

/* line 980, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_floppy:before {
  content: "\e0e8";
}

/* line 983, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_drive:before {
  content: "\e0ea";
}

/* line 986, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_search-2:before {
  content: "\e101";
}

/* line 989, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_id:before {
  content: "\e107";
}

/* line 992, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_id-2:before {
  content: "\e108";
}

/* line 995, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_puzzle:before {
  content: "\e102";
}

/* line 998, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_like:before {
  content: "\e106";
}

/* line 1001, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_dislike:before {
  content: "\e0eb";
}

/* line 1004, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_mug:before {
  content: "\e105";
}

/* line 1007, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_currency:before {
  content: "\e0ed";
}

/* line 1010, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_wallet:before {
  content: "\e100";
}

/* line 1013, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_pens:before {
  content: "\e104";
}

/* line 1016, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_easel:before {
  content: "\e0e9";
}

/* line 1019, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_flowchart:before {
  content: "\e109";
}

/* line 1022, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_datareport:before {
  content: "\e0ec";
}

/* line 1025, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_briefcase:before {
  content: "\e0fe";
}

/* line 1028, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_shield:before {
  content: "\e0f6";
}

/* line 1031, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_percent:before {
  content: "\e0fb";
}

/* line 1034, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_globe:before {
  content: "\e0e2";
}

/* line 1037, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_globe-2:before {
  content: "\e0e3";
}

/* line 1040, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_target:before {
  content: "\e0f5";
}

/* line 1043, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_hourglass:before {
  content: "\e0e1";
}

/* line 1046, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_balance:before {
  content: "\e0ff";
}

/* line 1049, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_rook:before {
  content: "\e0f8";
}

/* line 1052, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_printer-alt:before {
  content: "\e0fa";
}

/* line 1055, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_calculator_alt:before {
  content: "\e0e7";
}

/* line 1058, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_building_alt:before {
  content: "\e0fd";
}

/* line 1061, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_floppy_alt:before {
  content: "\e0e4";
}

/* line 1064, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_drive_alt:before {
  content: "\e0e5";
}

/* line 1067, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_search_alt:before {
  content: "\e0f7";
}

/* line 1070, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_id_alt:before {
  content: "\e0e0";
}

/* line 1073, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_id-2_alt:before {
  content: "\e0fc";
}

/* line 1076, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_puzzle_alt:before {
  content: "\e0f9";
}

/* line 1079, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_like_alt:before {
  content: "\e0dd";
}

/* line 1082, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_dislike_alt:before {
  content: "\e0f1";
}

/* line 1085, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_mug_alt:before {
  content: "\e0dc";
}

/* line 1088, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_currency_alt:before {
  content: "\e0f3";
}

/* line 1091, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_wallet_alt:before {
  content: "\e0d8";
}

/* line 1094, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_pens_alt:before {
  content: "\e0db";
}

/* line 1097, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_easel_alt:before {
  content: "\e0f0";
}

/* line 1100, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_flowchart_alt:before {
  content: "\e0df";
}

/* line 1103, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_datareport_alt:before {
  content: "\e0f2";
}

/* line 1106, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_briefcase_alt:before {
  content: "\e0f4";
}

/* line 1109, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_shield_alt:before {
  content: "\e0d9";
}

/* line 1112, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_percent_alt:before {
  content: "\e0da";
}

/* line 1115, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_globe_alt:before {
  content: "\e0de";
}

/* line 1118, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.icon_clipboard:before {
  content: "\e0e6";
}

/* line 1123, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.glyph {
  float: left;
  text-align: center;
  padding: .75em;
  margin: .4em 1.5em .75em 0;
  width: 6em;
  text-shadow: none;
}

/* line 1131, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.glyph_big {
  font-size: 128px;
  color: #59c5dc;
  float: left;
  margin-right: 20px;
}

/* line 1138, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.glyph div {
  padding-bottom: 10px;
}

/* line 1140, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.glyph input {
  font-family: consolas, monospace;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: .2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* line 1151, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.centered {
  margin-left: auto;
  margin-right: auto;
}

/* line 1155, vendor/assets/stylesheets/theme_admin/elegant-icons/css/style.css */
.glyph .fs1 {
  font-size: 2em;
}

/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* line 10, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
}

/* line 24, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}

/* line 28, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}

/* line 35, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}

/* line 39, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}

/* line 47, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-nav {
  display: none;
}

/* line 48, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}

/* line 53, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}

/* line 58, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-close {
  position: absolute;
  top: 2%;
  right: 2%;
}

/* line 64, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-image {
  text-align: center;
}

/* line 65, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

/* line 72, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}

/* line 76, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}

/* line 85, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}

/* line 93, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}

/* Effects
 **********************************************/
/* line 100, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  transition: all 0.2s ease-in-out;
}

/* fadeScale */
/* line 115, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  transition: all 0.3s;
  transform: scale(0.7);
}

/* line 126, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
/* line 134, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

/* line 144, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  transform: translateX(-10%);
}

/* line 150, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  transform: translateX(10%);
}

/* line 156, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  transform: translateX(0);
}

/* line 163, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  transform: translateY(-10%);
}

/* line 169, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  transform: translateY(10%);
}

/* line 175, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  transform: translateY(0);
}

/* fall */
/* line 184, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  perspective: 1000px;
}

/* line 189, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  transition: all 0.3s ease-out;
  transform: translateZ(300px);
}

/* line 200, vendor/assets/stylesheets/theme_admin/nivo-lightbox/css/nivo-lightbox.css */
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  transform: translateZ(0);
}

/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* line 10, vendor/assets/javascripts/theme_admin/nivo-lightbox/themes/default/default.css */
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #666;
  background: rgba(0, 0, 0, 0.8);
}

/* line 14, vendor/assets/javascripts/theme_admin/nivo-lightbox/themes/default/default.css */
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
  background: url(/loading.gif) no-repeat 50% 50%;
}

/* line 16, vendor/assets/javascripts/theme_admin/nivo-lightbox/themes/default/default.css */
.nivo-lightbox-theme-default .nivo-lightbox-nav {
  top: 10%;
  width: 8%;
  height: 80%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}

/* line 25, vendor/assets/javascripts/theme_admin/nivo-lightbox/themes/default/default.css */
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 29, vendor/assets/javascripts/theme_admin/nivo-lightbox/themes/default/default.css */
.nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: url(/prev.png);
  border-radius: 0 3px 3px 0;
}

/* line 33, vendor/assets/javascripts/theme_admin/nivo-lightbox/themes/default/default.css */
.nivo-lightbox-theme-default .nivo-lightbox-next {
  background-image: url(/next.png);
  border-radius: 3px 0 0 3px;
}

/* line 38, vendor/assets/javascripts/theme_admin/nivo-lightbox/themes/default/default.css */
.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  background: url(/close.png) no-repeat 5px 5px;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
}

/* line 47, vendor/assets/javascripts/theme_admin/nivo-lightbox/themes/default/default.css */
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
  opacity: 1;
}

/* line 49, vendor/assets/javascripts/theme_admin/nivo-lightbox/themes/default/default.css */
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: -7%;
}

/* line 50, vendor/assets/javascripts/theme_admin/nivo-lightbox/themes/default/default.css */
.nivo-lightbox-theme-default .nivo-lightbox-title {
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  border-radius: 30px;
}

/* line 60, vendor/assets/javascripts/theme_admin/nivo-lightbox/themes/default/default.css */
.nivo-lightbox-theme-default .nivo-lightbox-image img {
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

/* line 66, vendor/assets/javascripts/theme_admin/nivo-lightbox/themes/default/default.css */
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: #fff;
  padding: 40px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 81, vendor/assets/javascripts/theme_admin/nivo-lightbox/themes/default/default.css */
  .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background-image: url(/loading@2x.gif);
    background-size: 32px 32px;
  }
  /* line 85, vendor/assets/javascripts/theme_admin/nivo-lightbox/themes/default/default.css */
  .nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(/prev@2x.png);
    background-size: 48px 48px;
  }
  /* line 89, vendor/assets/javascripts/theme_admin/nivo-lightbox/themes/default/default.css */
  .nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(/next@2x.png);
    background-size: 48px 48px;
  }
  /* line 93, vendor/assets/javascripts/theme_admin/nivo-lightbox/themes/default/default.css */
  .nivo-lightbox-theme-default .nivo-lightbox-close {
    background-image: url(/close@2x.png);
    background-size: 16px 16px;
  }
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
/* line 7, vendor/assets/stylesheets/theme_admin/owl/css/owl.carousel.css */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
/* line 16, vendor/assets/stylesheets/theme_admin/owl/css/owl.carousel.css */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

/* line 22, vendor/assets/stylesheets/theme_admin/owl/css/owl.carousel.css */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 27, vendor/assets/stylesheets/theme_admin/owl/css/owl.carousel.css */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 32, vendor/assets/stylesheets/theme_admin/owl/css/owl.carousel.css */
.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

/* line 40, vendor/assets/stylesheets/theme_admin/owl/css/owl.carousel.css */
.owl-carousel .owl-item {
  float: left;
}

/* line 43, vendor/assets/stylesheets/theme_admin/owl/css/owl.carousel.css */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* line 47, vendor/assets/stylesheets/theme_admin/owl/css/owl.carousel.css */
.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/* line 57, vendor/assets/stylesheets/theme_admin/owl/css/owl.carousel.css */
.grabbing {
  cursor: url(/grabbing.png) 8 8, move;
}

/* fix */
/* line 62, vendor/assets/stylesheets/theme_admin/owl/css/owl.carousel.css */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
/* line 6, vendor/assets/stylesheets/theme_admin/owl/css/owl.theme.css */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
/* line 13, vendor/assets/stylesheets/theme_admin/owl/css/owl.theme.css */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* line 30, vendor/assets/stylesheets/theme_admin/owl/css/owl.theme.css */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
/* line 38, vendor/assets/stylesheets/theme_admin/owl/css/owl.theme.css */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

/* line 43, vendor/assets/stylesheets/theme_admin/owl/css/owl.theme.css */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
}

/* line 56, vendor/assets/stylesheets/theme_admin/owl/css/owl.theme.css */
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
/* line 64, vendor/assets/stylesheets/theme_admin/owl/css/owl.theme.css */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
/* line 76, vendor/assets/stylesheets/theme_admin/owl/css/owl.theme.css */
.owl-item.loading {
  min-height: 150px;
  background: url(/AjaxLoader.gif) no-repeat center center;
}

/**
 * FormValidation (http://formvalidation.io)
 * The best jQuery plugin to validate form fields. Support Bootstrap, Foundation, Pure, SemanticUI, UIKit and custom frameworks
 *
 * @author      https://twitter.com/formvalidation
 * @copyright   (c) 2013 - 2015 Nguyen Huu Phuoc
 * @license     http://formvalidation.io/license/
 */
/* line 10, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-has-feedback {
  position: relative;
}

/* line 13, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

/* line 24, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-has-feedback .fv-control-feedback {
  /*right: 15px;*/
}

/* line 27, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-help-block {
  display: block;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ For Bootstrap form ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* line 35, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-form-bootstrap .help-block {
  margin-bottom: 0;
}

/* line 38, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-form-bootstrap .tooltip-inner {
  text-align: left;
}

/* Bootstrap stacked form without label */
/* line 42, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-form-bootstrap .fv-icon-no-label {
  top: 0;
}

/* line 45, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-form-bootstrap .fv-bootstrap-icon-input-group {
  z-index: 100;
}

/* Bootstrap inline form */
/* line 49, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.form-inline.fv-form-bootstrap .form-group {
  vertical-align: top;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ For Foundation form ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* line 57, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-form-foundation .fv-control-feedback {
  top: 21px;
  /* The height of Foundation label */
  right: 15px;
  /* The padding-right of .columns */
  width: 37px;
  height: 37px;
  line-height: 37px;
}

/* line 64, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-form-foundation .collapse .fv-control-feedback {
  top: 0;
  right: 0;
}

/* Foundation horizontal form */
/* line 69, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-form-horizontal.fv-form-foundation .fv-control-feedback {
  top: 0;
}

/* Foundation stacked form without label */
/* line 73, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-form-foundation .fv-icon-no-label {
  top: 0;
}

/* line 76, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-form-foundation .error .fv-control-feedback {
  color: #f04124;
}

/**
 * Foundation reset the bottom marin to 0 when the row has '.error' class
 * I need to adjust it when using tooltip to show the error
 */
/* line 83, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-form-foundation .error.fv-has-tooltip input, .error.fv-has-tooltip textarea, .error.fv-has-tooltip select {
  margin-bottom: 1rem;
}

/* ~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ For Pure form ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~ */
/* line 91, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-form-pure .fv-control-feedback {
  top: 22px;
  /* Height of Pure label */
  width: 36px;
  /* Height of Pure input */
  height: 36px;
  line-height: 36px;
}

/* line 97, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.pure-form-stacked.fv-form-pure .fv-control-feedback {
  top: 4px;
}

/* line 100, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.pure-form-aligned .pure-control-group .fv-help-block {
  margin-top: 5px;
  margin-left: 180px;
}

/* line 104, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.pure-form-aligned.fv-form-pure .fv-control-feedback,
.fv-form-pure .fv-icon-no-label {
  /* Pure stacked form without label */
  top: 0;
}

/* line 108, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-form-pure .fv-has-error label,
.fv-form-pure .fv-has-error .fv-help-block,
.fv-form-pure .fv-has-error .fv-control-feedback {
  color: #CA3C3C;
  /* Same as .button-error */
}

/* line 113, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-form-pure .fv-has-success label,
.fv-form-pure .fv-has-success .fv-control-feedback {
  /*color: #1CB841;*/
  /* Same as .button-success */
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ For Semantic form ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* line 122, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-form-semantic .fv-control-feedback.icon {
  right: 7px;
}

/* line 125, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-form-semantic .error .icon {
  color: #d95c5c;
}

/* Semantic horizontal form */
/* line 129, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-form-horizontal.fv-form-semantic .row {
  padding-bottom: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ For UIKit form ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* line 137, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-form-uikit .fv-control-feedback {
  top: 25px;
  /* Height of UIKit label */
  width: 30px;
  /* Height of UIKit input */
  height: 30px;
  line-height: 30px;
}

/* line 143, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-form-uikit .uk-text-danger {
  display: block;
}

/* UIKit horizontal form */
/* line 147, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.uk-form-horizontal.fv-form-uikit .fv-control-feedback {
  /*line-height: normal;*/
  top: 0;
}

/* line 151, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-form-uikit .fv-has-error label,
.fv-form-uikit .fv-has-error .uk-form-label,
.fv-form-uikit .fv-has-error .fv-control-feedback {
  color: #D85030;
  /* Same as .uk-form-danger */
}

/* line 156, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-form-uikit .fv-has-success label,
.fv-form-uikit .fv-has-success .uk-form-label,
.fv-form-uikit .fv-has-success .fv-control-feedback {
  /*color: #659F13;*/
  /* Same as .uk-form-success */
}

/* UIKit stacked form without label */
/* line 162, vendor/assets/stylesheets/theme_admin/form-validation/css/formValidation.css */
.fv-form-uikit .fv-icon-no-label {
  top: 0;
}

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/jszip-2.5.0/dt-1.10.20/af-2.3.4/b-1.6.1/b-colvis-1.6.1/b-flash-1.6.1/b-html5-1.6.1/b-print-1.6.1/cr-1.5.2/fc-3.3.0/fh-3.1.6/kt-2.5.1/r-2.2.3/rg-1.1.1/rr-1.2.6/sc-2.0.1/sl-1.3.1
 *
 * Included libraries:
 *   JSZip 2.5.0, DataTables 1.10.20, AutoFill 2.3.4, Buttons 1.6.1, Column visibility 1.6.1, Flash export 1.6.1, HTML5 export 1.6.1, Print view 1.6.1, ColReorder 1.5.2, FixedColumns 3.3.0, FixedHeader 3.1.6, KeyTable 2.5.1, Responsive 2.2.3, RowGroup 1.1.1, RowReorder 1.2.6, Scroller 2.0.1, Select 1.3.1
 */
/*
 * Table styles
 */
/* line 16, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

/* line 29, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

/* line 33, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

/* line 38, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

/* line 42, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

/* line 47, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
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 {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

/* line 57, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable thead .sorting {
  background-image: url(/DataTables-1.10.20/images/sort_both.png);
}

/* line 60, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable thead .sorting_asc {
  background-image: url(/DataTables-1.10.20/images/sort_asc.png);
}

/* line 63, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable thead .sorting_desc {
  background-image: url(/DataTables-1.10.20/images/sort_desc.png);
}

/* line 66, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable thead .sorting_asc_disabled {
  background-image: url(/DataTables-1.10.20/images/sort_asc_disabled.png);
}

/* line 69, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable thead .sorting_desc_disabled {
  background-image: url(/DataTables-1.10.20/images/sort_desc_disabled.png);
}

/* line 72, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable tbody tr {
  background-color: #ffffff;
}

/* line 75, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

/* line 78, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

/* line 82, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
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 85, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
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 90, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/* line 94, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

/* line 98, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

/* line 102, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

/* line 105, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

/* line 108, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

/* line 111, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.hover tbody tr.selected:hover, table.dataTable.display tbody tr.selected:hover {
  background-color: #aab7d1;
}

/* line 114, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
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: #fafafa;
}

/* line 121, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
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: #acbad5;
}

/* line 128, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

/* line 131, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

/* line 134, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

/* line 137, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

/* line 140, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

/* line 143, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

/* line 146, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

/* line 149, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

/* line 152, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

/* line 155, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

/* line 158, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

/* line 161, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

/* line 164, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

/* line 167, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

/* line 170, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

/* line 173, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_1 {
  background-color: #a2aec7;
}

/* line 176, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_2 {
  background-color: #a3b0c9;
}

/* line 179, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_3 {
  background-color: #a5b2cb;
}

/* line 182, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

/* line 185, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 188, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

/* line 192, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

/* line 196, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

/* line 200, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

/* line 204, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

/* line 209, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

/* line 213, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

/* line 217, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

/* line 221, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
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 227, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
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 233, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
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 239, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
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 245, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
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 251, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

/* line 255, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

/* line 259, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

/* line 263, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

/* line 267, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/* line 272, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
/* line 281, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

/* line 287, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
.dataTables_wrapper .dataTables_length {
  float: left;
}

/* line 290, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

/* line 294, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

/* line 297, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

/* line 302, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

/* line 307, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
.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;
  border-radius: 2px;
}

/* line 321, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  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 338, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
.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 345, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
.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 362, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
.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 379, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

/* line 382, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
.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;
  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%);
}

/* line 401, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

/* line 408, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

/* line 411, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

/* line 415, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

/* line 418, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 426, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

/* line 429, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

/* line 433, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  /* line 442, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
  .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  /* line 447, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  /* line 452, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  /* line 457, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/* line 463, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-autofill-handle {
  position: absolute;
  height: 8px;
  width: 8px;
  z-index: 102;
  box-sizing: border-box;
  background: #3366ff;
  cursor: pointer;
}

/* line 463, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dtk-focus-alt div.dt-autofill-handle {
  background: #ff8b33;
}

/* line 463, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-autofill-select {
  position: absolute;
  z-index: 1001;
  background-color: #4989de;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
}

/* line 463, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-autofill-select.top, div.dt-autofill-select.bottom {
  height: 3px;
  margin-top: -1px;
}

/* line 463, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-autofill-select.left, div.dt-autofill-select.right {
  width: 3px;
  margin-left: -1px;
}

/* line 463, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-autofill-list {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0 5px #555;
  border: 2px solid #444;
  z-index: 11;
  box-sizing: border-box;
  padding: 1.5em 2em;
}

/* line 463, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-autofill-list ul {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

/* line 463, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-autofill-list ul li {
  display: table-row;
}

/* line 463, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-autofill-list ul li:last-child div.dt-autofill-question, div.dt-autofill-list ul li:last-child div.dt-autofill-button {
  border-bottom: none;
}

/* line 463, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-autofill-list ul li:hover {
  background-color: #f6f6f6;
}

/* line 463, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-autofill-list div.dt-autofill-question {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}

/* line 463, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-autofill-list div.dt-autofill-question input[type=number] {
  padding: 6px;
  width: 30px;
  margin: -2px 0;
}

/* line 463, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-autofill-list div.dt-autofill-button {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}

/* line 463, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-autofill-list div.dt-autofill-button button {
  color: white;
  margin: 0;
  padding: 6px 12px;
  text-align: center;
  border: 1px solid #2e6da4;
  background-color: #337ab7;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
}

/* line 463, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-autofill-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 10;
}

@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}

/* line 495, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}

/* line 509, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}

/* line 516, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-button-info > div {
  padding: 1em;
}

/* line 520, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em;
}

/* line 526, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-button-collection-title:empty {
  display: none;
}

/* line 530, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
button.dt-button,
div.dt-button,
a.dt-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  margin-bottom: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  line-height: 1.6em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9e9e9;
  /* Fallback */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, white 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
  text-overflow: ellipsis;
}

/* line 567, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
button.dt-button.disabled,
div.dt-button.disabled,
a.dt-button.disabled {
  color: #999;
  border: 1px solid #d0d0d0;
  cursor: default;
  background-color: #f9f9f9;
  /* Fallback */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f9f9f9');
}

/* line 586, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled) {
  background-color: #e2e2e2;
  /* Fallback */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
  box-shadow: inset 1px 1px 3px #999999;
}

/* line 605, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button.active:not(.disabled):hover:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999999;
  background-color: #cccccc;
  /* Fallback */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #eaeaea 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc');
}

/* line 624, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover {
  text-decoration: none;
}

/* line 629, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
  border: 1px solid #666;
  background-color: #e0e0e0;
  /* Fallback */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0');
}

/* line 646, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled) {
  border: 1px solid #426c9e;
  text-shadow: 0 1px 0 #c4def1;
  outline: none;
  background-color: #79ace9;
  /* Fallback */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bddef4', EndColorStr='#79ace9');
}

/* line 666, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
.dt-button embed {
  outline: none;
}

/* line 670, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-buttons {
  position: relative;
  float: left;
}

/* line 674, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-buttons.buttons-right {
  float: right;
}

/* line 678, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

/* line 694, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  float: none;
  margin-bottom: 4px;
  margin-right: 0;
}

/* line 706, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
  background-color: #dadada;
  /* Fallback */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');
  box-shadow: inset 1px 1px 3px #666;
}

/* line 725, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}

/* line 732, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}

/* line 735, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}

/* line 738, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}

/* line 741, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-button-collection > :last-child {
  display: block !important;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

/* line 749, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-button-collection > :last-child > * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

/* line 753, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-button-collection.two-column {
  width: 400px;
}

/* line 756, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

/* line 764, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-button-collection.three-column {
  width: 450px;
}

/* line 767, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

/* line 775, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-button-collection.four-column {
  width: 600px;
}

/* line 778, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

/* line 786, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-button-collection .dt-button {
  border-radius: 0;
}

/* line 790, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Fallback */
  /* IE10 Consumer Preview */
  /* Firefox */
  /* Opera */
  /* Webkit (Safari/Chrome 10) */
  /* Webkit (Chrome 11+) */
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C Markup, IE10 Release Preview */
  z-index: 2001;
}

@media screen and (max-width: 640px) {
  /* line 814, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
}

/* line 819, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
button.dt-button.processing,
div.dt-button.processing,
a.dt-button.processing {
  color: rgba(0, 0, 0, 0.2);
}

/* line 824, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
button.dt-button.processing:after,
div.dt-button.processing:after,
a.dt-button.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

/* line 848, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.DTCR_clonedTable.dataTable {
  position: absolute !important;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202;
}

/* line 854, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.DTCR_pointer {
  width: 1px;
  background-color: #0259C4;
  z-index: 201;
}

/* line 861, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
  background-color: white;
}

/* line 866, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.DTFC_Blocker {
  background-color: white;
}

/* line 870, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2;
}

/* line 875, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none;
}

/* line 881, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.fixedHeader-floating {
  position: fixed !important;
  background-color: white;
}

/* line 886, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.fixedHeader-floating.no-footer {
  border-bottom-width: 0;
}

/* line 890, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.fixedHeader-locked {
  position: absolute !important;
  background-color: white;
}

@media print {
  /* line 896, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
  table.fixedHeader-floating {
    display: none;
  }
}

/* line 902, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
  box-shadow: inset 0 0 1px 2px #3366ff;
}

/* line 907, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dtk-focus-alt table.dataTable tbody th.focus,
div.dtk-focus-alt table.dataTable tbody td.focus {
  box-shadow: inset 0 0 1px 2px #ff8b33;
}

/* line 913, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

/* line 918, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

/* line 923, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

/* line 929, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131;
}

/* line 949, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}

/* line 954, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}

/* line 958, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

/* line 968, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

/* line 973, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131;
}

/* line 995, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}

/* line 1000, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

/* line 1003, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

/* line 1006, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 1012, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

/* line 1016, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

/* line 1019, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}

/* line 1022, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

/* line 1028, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

/* line 1038, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

/* line 1055, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

/* line 1059, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

/* line 1072, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

/* line 1075, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  /* line 1086, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

/* line 1092, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable tr.dtrg-group td {
  background-color: #e0e0e0;
}

/* line 1096, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable tr.dtrg-group.dtrg-level-0 td {
  font-weight: bold;
}

/* line 1100, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable tr.dtrg-group.dtrg-level-1 td,
table.dataTable tr.dtrg-group.dtrg-level-2 td {
  background-color: #f0f0f0;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 2em;
  font-size: 0.9em;
}

/* line 1109, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable tr.dtrg-group.dtrg-level-2 td {
  background-color: #f3f3f3;
}

/* line 1114, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dt-rowReorder-float {
  position: absolute !important;
  opacity: 0.8;
  table-layout: fixed;
  outline: 2px solid #888;
  outline-offset: -2px;
  z-index: 2001;
}

/* line 1123, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
tr.dt-rowReorder-moving {
  outline: 2px solid #555;
  outline-offset: -2px;
}

/* line 1128, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}

/* line 1132, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}

/* line 1138, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dts {
  display: block !important;
}

/* line 1141, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dts tbody th,
div.dts tbody td {
  white-space: nowrap;
}

/* line 1145, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dts div.dts_loading {
  z-index: 1;
}

/* line 1148, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dts div.dts_label {
  position: absolute;
  right: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  text-align: right;
  border-radius: 3px;
  padding: 0.4em;
  z-index: 2;
  display: none;
}

/* line 1160, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dts div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
}

/* line 1163, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dts div.dataTables_scrollBody table {
  z-index: 2;
}

/* line 1166, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dts div.dataTables_paginate,
div.dts div.dataTables_length {
  display: none;
}

/* line 1172, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #B0BED9;
}

/* line 1176, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.stripe tbody > tr.odd.selected,
table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected,
table.dataTable.display tbody > tr.odd > .selected {
  background-color: #acbad4;
}

/* line 1181, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.hover tbody > tr.selected:hover,
table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover,
table.dataTable.display tbody > tr > .selected:hover {
  background-color: #aab7d1;
}

/* line 1186, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
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.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_2,
table.dataTable.display tbody > tr.selected > .sorting_3,
table.dataTable.display tbody > tr > .selected {
  background-color: #acbad5;
}

/* line 1195, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

/* line 1198, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

/* line 1201, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

/* line 1204, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

/* line 1207, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

/* line 1210, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

/* line 1213, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #a6b4cd;
}

/* line 1216, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #acbad5;
}

/* line 1219, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #a2aec7;
}

/* line 1222, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #a3b0c9;
}

/* line 1225, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #a5b2cb;
}

/* line 1228, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable.display tbody > tr:hover > .selected,
table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected,
table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #a2aec7;
}

/* line 1233, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
  position: relative;
}

/* line 1237, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}

/* line 1248, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}

/* line 1256, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  content: '\2714';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}

/* line 1265, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  /* line 1271, vendor/assets/stylesheets/theme_admin/DataTables/datatables.css */
  div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}

/**
* A stylesheet for use with Bootstrap 3.x
* @author: Dan Grossman http://www.dangrossman.info/
* @copyright: Copyright (c) 2012-2015 Dan Grossman. All rights reserved.
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
* @website: https://www.improvely.com/
*/
/* Container Appearance */
/* line 11, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
  width: 278px;
}

/* line 22, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

/* line 34, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}

/* line 45, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker.openscenter:before {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

/* line 61, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker.openscenter:after {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}

/* line 76, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

/* line 88, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}

/* line 99, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker.dropup {
  margin-top: -5px;
}

/* line 102, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

/* line 108, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

/* line 115, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
}

/* line 120, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none;
}

/* line 124, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}

/* line 130, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker.show-calendar .calendar {
  display: block;
}

/* line 134, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker .calendar.single .calendar-table {
  border: none;
}

/* Calendars */
/* line 140, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}

/* line 146, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker .calendar-table {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}

/* line 153, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker table {
  width: 100%;
  margin: 0;
}

/* line 158, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
}

/* line 167, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  color: #999;
  background: #fff;
}

/* line 172, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* line 178, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background: #eee;
}

/* line 182, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker td.in-range {
  background: #ebf4f8;
  border-radius: 0;
}

/* line 187, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

/* line 191, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

/* line 195, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

/* line 199, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: #3071a9;
  color: #fff;
}

/* line 205, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

/* line 210, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

/* line 218, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

/* line 223, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker select.yearselect {
  width: 40%;
}

/* line 227, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}

/* line 232, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker th.month {
  width: auto;
}

/* Text Input Above Each Calendar */
/* line 238, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}

/* line 251, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker .input-mini.active {
  border: 1px solid #357ebd;
}

/* line 255, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}

/* line 261, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker .daterangepicker_input {
  position: relative;
}

/* Time Picker */
/* line 267, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}

/* line 275, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* Predefined Ranges */
/* line 282, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker .ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}

/* line 289, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* line 296, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  border-radius: 5px;
  cursor: pointer;
}

/* line 307, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  /* line 315, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
  .daterangepicker {
    width: auto;
  }
  /* line 319, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
  .daterangepicker .ranges ul {
    width: 160px;
  }
  /* line 322, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  /* line 325, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
  .daterangepicker .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 331, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
  .daterangepicker .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 337, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
  .daterangepicker .calendar.left {
    clear: left;
    margin-right: 0;
  }
  /* line 341, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  /* line 344, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
  .daterangepicker.single .ranges,
.daterangepicker.single .calendar {
    float: left;
  }
  /* line 349, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
  .daterangepicker .calendar.right {
    margin-left: 0;
  }
  /* line 353, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
  .daterangepicker .left .daterangepicker_input {
    padding-right: 12px;
  }
  /* line 357, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
  .daterangepicker .calendar.left .calendar-table {
    padding-right: 12px;
  }
  /* line 361, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
  .daterangepicker .ranges,
.daterangepicker .calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  /* line 368, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
  .daterangepicker .ranges {
    width: auto;
    float: left;
  }
  /* line 372, vendor/assets/stylesheets/theme_admin/date-range-picker/css/daterangepicker.css */
  .daterangepicker .calendar.left {
    clear: none;
  }
}

/* line 2, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc {
  direction: ltr;
  text-align: left;
}

/* line 7, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-rtl {
  text-align: right;
}

/* line 11, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 18, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}

/* line 24, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}

/* line 30, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 38, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* line 43, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2px 4px;
}

/* line 52, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-rtl .fc-popover .fc-header {
  flex-direction: row-reverse;
}

/* line 56, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

/* line 60, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-popover .fc-header .fc-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
/* line 68, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

/* line 73, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

/* line 81, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 92, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

/* line 97, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
/* line 104, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

/* line 115, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc th {
  text-align: center;
}

/* line 119, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

/* line 127, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
/* line 134, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
a[data-goto] {
  cursor: pointer;
}

/* line 138, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
/* line 144, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc .fc-row {
  /* extra precedence to overcome themes forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

/* line 151, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

/* line 160, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
/* line 167, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-row {
  position: relative;
}

/* line 171, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
/* line 176, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

/* line 182, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

/* line 188, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

/* line 193, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

/* line 197, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "mirror" (which contains
temporary rendered events).
*/
/* line 205, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

/* line 212, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-row .fc-mirror-skeleton {
  z-index: 5;
}

/* line 216, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-mirror-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

/* line 226, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-row .fc-content-skeleton td,
.fc-row .fc-mirror-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

/* line 232, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-mirror-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
/* line 240, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to timegrid/daygrid */
/* line 245, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
/* line 255, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #3788d8;
}

/* line 266, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-event,
.fc-event-dot {
  background-color: #3788d8;
  /* default BACKGROUND color */
}

/* line 272, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

/* line 280, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

/* line 286, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

/* line 292, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
/* line 298, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
/* line 304, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-event .fc-resizer {
  display: none;
}

/* line 308, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
/* line 315, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
/* line 331, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 337, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}

/* Event Dragging
--------------------------------------------------------------------------------------------------*/
/* line 354, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-event.fc-dragging.fc-selected {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* line 358, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-event.fc-dragging:not(.fc-selected) {
  opacity: 0.75;
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
/* line 365, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
/* line 377, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 387, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
/* line 399, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
/* line 407, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
/* line 415, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
/* line 424, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
/* line 439, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
/* line 446, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 457, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

/* line 463, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

/* line 468, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-mirror-skeleton tr:first-child > td > .fc-day-grid-event {
  margin-top: 0;
  /* except for mirror skeleton */
}

/* line 473, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

/* line 479, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
/* line 485, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
/* line 492, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
/* line 501, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

/* line 508, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
a.fc-more:hover {
  text-decoration: underline;
}

/* line 512, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
/* line 518, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

/* line 523, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-more-popover {
  z-index: 2;
  width: 220px;
}

/* line 528, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
/* line 534, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
/* line 541, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 556, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

/* line 569, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-unthemed .fc-popover {
  background-color: #fff;
}

/* line 573, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

/* line 579, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

/* line 583, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}

/* Icons
--------------------------------------------------------------------------------------------------
from https://feathericons.com/ and built with IcoMoon
*/
@font-face {
  font-family: "fcicons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 598, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fcicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 612, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-icon-chevron-left:before {
  content: "";
}

/* line 616, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-icon-chevron-right:before {
  content: "";
}

/* line 620, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-icon-chevrons-left:before {
  content: "";
}

/* line 624, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-icon-chevrons-right:before {
  content: "";
}

/* line 628, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-icon-minus-square:before {
  content: "";
}

/* line 632, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-icon-plus-square:before {
  content: "";
}

/* line 636, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-icon-x:before {
  content: "";
}

/* line 640, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
}

/* Buttons
--------------------------------------------------------------------------------------------------
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css
*/
/* reset */
/* line 652, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 662, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 667, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-button {
  -webkit-appearance: button;
}

/* line 671, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-button:not(:disabled) {
  cursor: pointer;
}

/* line 675, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* theme */
/* line 681, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
}

/* line 699, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-button:hover {
  color: #212529;
  text-decoration: none;
}

/* line 704, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}

/* line 710, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-button:disabled {
  opacity: 0.65;
}

/* "primary" coloring */
/* line 715, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-button-primary {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}

/* line 721, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-button-primary:hover {
  color: #fff;
  background-color: #1e2b37;
  border-color: #1a252f;
}

/* line 727, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-button-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

/* line 732, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-button-primary:disabled {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}

/* line 738, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-button-primary:not(:disabled):active,
.fc-button-primary.fc-button-active:not(:disabled) {
  color: #fff;
  background-color: #1a252f;
  border-color: #151e27;
}

/* line 745, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-button-primary:not(:disabled):active:focus,
.fc-button-primary.fc-button-active:not(:disabled):focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

/* icons within buttons */
/* line 752, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
/* line 759, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-button-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 767, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-button-group > .fc-button {
  position: relative;
  flex: 1 1 auto;
}

/* line 774, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-button-group > .fc-button:hover {
  z-index: 1;
}

/* line 778, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-button-group > .fc-button:focus,
.fc-button-group > .fc-button:active,
.fc-button-group > .fc-button.fc-button-active {
  z-index: 1;
}

/* line 784, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
}

/* line 788, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 793, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-button-group > .fc-button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 800, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* line 807, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
/* line 813, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 819, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}

/* line 823, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}

/* inner content */
/* line 828, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
}

/* line 832, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-toolbar h2 {
  font-size: 1.75em;
  margin: 0;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* line 839, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-view-container {
  position: relative;
}

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
/* line 845, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box;
}

/* line 853, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

@media print {
  /* line 861, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc {
    max-width: 100% !important;
  }
  /* Global Event Restyling
  --------------------------------------------------------------------------------------------------*/
  /* line 867, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid;
  }
  /* line 873, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc-event .fc-resizer {
    display: none;
  }
  /* Table & Day-Row Restyling
  --------------------------------------------------------------------------------------------------*/
  /* line 879, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc th,
.fc td,
.fc hr,
.fc thead,
.fc tbody,
.fc-row {
    border-color: #ccc !important;
    background: #fff !important;
  }
  /* kill the overlaid, absolutely-positioned components */
  /* common... */
  /* line 891, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton,
.fc-bgevent-container,
.fc-business-container,
.fc-highlight-container,
.fc-mirror-container {
    display: none;
  }
  /* don't force a min-height on rows (for DayGrid) */
  /* line 903, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc tbody .fc-row {
    height: auto !important;
    /* undo height that JS set in distributeHeight */
    min-height: 0 !important;
    /* undo the min-height from each view's specific stylesheet */
  }
  /* line 910, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    /* undo .fc-rigid */
    padding-bottom: 0 !important;
    /* use a more border-friendly method for this... */
  }
  /* line 917, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    /* only works in newer browsers */
    padding-bottom: 1em;
    /* ...gives space within the skeleton. also ensures min height in a way */
  }
  /* line 923, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc tbody .fc-row .fc-content-skeleton table {
    /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
       making it look more like 3em. for other browers, it will already be this tall */
    height: 1em;
  }
  /* Undo month-view event limiting. Display all events and hide the "more" links
  --------------------------------------------------------------------------------------------------*/
  /* line 931, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc-more-cell,
.fc-more {
    display: none !important;
  }
  /* line 936, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc tr.fc-limited {
    display: table-row !important;
  }
  /* line 940, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc td.fc-limited {
    display: table-cell !important;
  }
  /* line 944, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc-popover {
    display: none;
    /* never display the "more.." popover in print mode */
  }
  /* TimeGrid Restyling
  --------------------------------------------------------------------------------------------------*/
  /* undo the min-height 100% trick used to fill the container's height */
  /* line 952, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc-time-grid {
    min-height: 0 !important;
  }
  /* don't display the side axis at all ("all-day" and time cells) */
  /* line 957, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc-timeGrid-view .fc-axis {
    display: none;
  }
  /* don't display the horizontal lines */
  /* line 962, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc-slats,
.fc-time-grid hr {
    /* this hr is used when height is underused and needs to be filled */
    display: none !important;
    /* important overrides inline declaration */
  }
  /* let the container that holds the events be naturally positioned and create real height */
  /* line 970, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc-time-grid .fc-content-skeleton {
    position: static;
  }
  /* in case there are no events, we still want some height */
  /* line 975, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc-time-grid .fc-content-skeleton table {
    height: 4em;
  }
  /* kill the horizontal spacing made by the event container. event margins will be done below */
  /* line 980, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc-time-grid .fc-event-container {
    margin: 0 !important;
  }
  /* TimeGrid *Event* Restyling
  --------------------------------------------------------------------------------------------------*/
  /* naturally position events, vertically stacking them */
  /* line 987, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important;
  }
  /* for events that continue to a future day, give the bottom border back */
  /* line 993, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important;
  }
  /* indicate the event continues via "..." text */
  /* line 998, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc-time-grid .fc-event.fc-not-end:after {
    content: "...";
  }
  /* for events that are continuations from previous days, give the top border back */
  /* line 1003, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important;
  }
  /* indicate the event is a continuation via "..." text */
  /* line 1008, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc-time-grid .fc-event.fc-not-start:before {
    content: "...";
  }
  /* time */
  /* undo a previous declaration and let the time text span to a second line */
  /* line 1014, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important;
  }
  /* hide the the time that is normally displayed... */
  /* line 1019, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc-time-grid .fc-event .fc-time span {
    display: none;
  }
  /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
  /* line 1024, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full);
  }
  /* Vertical Scroller & Containers
  --------------------------------------------------------------------------------------------------*/
  /* kill the scrollbars and allow natural height */
  /* line 1031, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc-scroller,
.fc-day-grid-container,
.fc-time-grid-container {
    /* */
    overflow: visible !important;
    height: auto !important;
  }
  /* kill the horizontal border/padding used to compensate for scrollbars */
  /* line 1040, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc-row {
    border: 0 !important;
    margin: 0 !important;
  }
  /* Button Controls
  --------------------------------------------------------------------------------------------------*/
  /* line 1047, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/core/main.css */
  .fc-button-group,
.fc button {
    display: none;
    /* don't display any button-related controls */
  }
}

/* DayGridView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
/* line 4, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/daygrid/main.css */
.fc-dayGridWeek-view .fc-content-skeleton,
.fc-dayGridDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

/* line 11, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/daygrid/main.css */
.fc-dayGrid-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
/* line 17, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/daygrid/main.css */
.fc-row.fc-rigid {
  overflow: hidden;
}

/* line 21, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/daygrid/main.css */
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
/* line 29, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/daygrid/main.css */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

/* line 33, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/daygrid/main.css */
.fc-dayGrid-view .fc-week-number,
.fc-dayGrid-view .fc-day-number {
  padding: 2px;
}

/* line 38, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/daygrid/main.css */
.fc-dayGrid-view th.fc-week-number,
.fc-dayGrid-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

/* line 44, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/daygrid/main.css */
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: right;
}

/* line 48, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/daygrid/main.css */
.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: left;
}

/* line 52, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/daygrid/main.css */
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

/* line 57, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/daygrid/main.css */
.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

/* line 62, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/daygrid/main.css */
.fc-dayGrid-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
/* line 70, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/daygrid/main.css */
.fc-dayGrid-view td.fc-week-number {
  text-align: center;
}

/* line 74, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/daygrid/main.css */
.fc-dayGrid-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* TimeGridView all-day area
--------------------------------------------------------------------------------------------------*/
/* line 4, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-timeGrid-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

/* line 10, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-timeGrid-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

/* line 15, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-timeGrid-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
/* line 22, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

/* line 29, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-ltr .fc-axis {
  text-align: right;
}

/* line 33, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
/* line 39, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

/* line 46, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

/* line 51, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

/* line 56, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid > .fc-bg {
  z-index: 1;
}

/* line 60, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> TimeGridView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

/* line 67, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

/* line 72, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
/* line 81, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

/* line 86, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

/* line 91, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

/* line 96, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

/* line 101, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

/* line 105, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid .fc-mirror-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 113, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

/* line 119, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
/* line 125, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

/* line 131, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
/* line 140, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

/* line 145, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

/* line 150, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

/* line 157, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 168, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid-event {
  margin-bottom: 1px;
}

/* line 172, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid-event-inset {
  box-shadow: 0px 0px 0px 1px #fff;
}

/* line 177, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 187, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 196, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid-event .fc-content {
  overflow: hidden;
  max-height: 100%;
}

/* line 201, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

/* line 206, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
/* line 212, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

/* line 217, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

/* line 224, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

/* line 229, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

/* line 234, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
  /* seperate with a dash, wrapped in nbsp's */
}

/* line 239, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
/* line 247, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

/* line 260, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
/* line 265, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
/* line 283, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
/* line 290, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

/* line 295, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 303, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/timegrid/main.css */
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 1, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/bootstrap/main.css */
.fc.fc-bootstrap a {
  text-decoration: none;
}

/* line 5, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/bootstrap/main.css */
.fc.fc-bootstrap a[data-goto]:hover {
  text-decoration: underline;
}

/* line 9, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/bootstrap/main.css */
.fc-bootstrap hr.fc-divider {
  border-color: inherit;
}

/* line 13, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/bootstrap/main.css */
.fc-bootstrap .fc-today.alert {
  border-radius: 0;
}

/* line 17, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/bootstrap/main.css */
.fc-bootstrap a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

/* line 21, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/bootstrap/main.css */
.fc-bootstrap .fc-popover.card {
  position: absolute;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 27, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/bootstrap/main.css */
.fc-bootstrap .fc-popover .card-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 33, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages/bootstrap/main.css */
.fc-bootstrap .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* Scroller
--------------------------------------------------------------------------------------------------*/
/* line 3, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-scroller-clip {
  overflow: hidden;
  /* for clipping scrollbars */
  position: relative;
  /* so things like scrollfollowers can attach to this */
}

/* supresses rendering of native scrollbars */
/* on .fc-scroller */
/* line 12, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-no-scrollbars {
  background: rgba(255, 255, 255, 0);
  /* hack for dynamic DOM nodes (in Chrome OSX at least) */
}

/* line 17, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-no-scrollbars::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* line 22, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-scroller-canvas {
  position: relative;
  /* origin for bg */
  box-sizing: border-box;
  /* so that padding (for gutter) will be part of height */
  min-height: 100%;
}

/* line 30, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-scroller-canvas > .fc-bg {
  z-index: 1;
  /* make default? */
}

/* line 35, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-scroller-canvas > .fc-content {
  z-index: 2;
  /* make default? */
  position: relative;
  /* origin for inner content */
  border-style: solid;
  border-width: 0;
}

/* line 44, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-scroller-canvas.fc-gutter-left > .fc-content {
  border-left-width: 1px;
  margin-left: -1px;
}

/* line 49, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-scroller-canvas.fc-gutter-right > .fc-content {
  border-right-width: 1px;
  margin-right: -1px;
}

/* line 54, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-scroller-canvas.fc-gutter-top > .fc-content {
  border-top-width: 1px;
  margin-top: -1px;
}

/* content is responsible for bottom border */
/* View Structure
--------------------------------------------------------------------------------------------------*/
/* line 62, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-rtl .fc-timeline {
  direction: rtl;
}

/* line 66, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-scrolled .fc-head .fc-scroller {
  z-index: 2;
  /* so drop shadow will go above body panes */
}

/* line 71, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-timeline.fc-scrolled .fc-head .fc-scroller {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.075);
}

/* line 75, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-timeline .fc-body .fc-scroller {
  z-index: 1;
}

/*
on most tables that expand to the edges, kill the outer border,
because the container elements take care of it.
example tables:
.fc-scroller-canvas .fc-content table
.fc-scroller-canvas .fc-bg .fc-slats table
*/
/* line 86, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-timeline .fc-scroller-canvas > div > table,
.fc-timeline .fc-scroller-canvas > div > div > table {
  border-style: hidden;
}

/*
for resource rows (in both the spreadsheet and timeline areas),
undo previous rule in order to always show last border.
*/
/* line 95, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-timeline .fc-scroller-canvas > .fc-content > .fc-rows > table {
  border-bottom-style: none;
}

/* Table Cell Common
--------------------------------------------------------------------------------------------------*/
/* line 101, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-timeline th,
.fc-timeline td {
  white-space: nowrap;
}

/* line 106, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-timeline .fc-cell-content {
  overflow: hidden;
}

/* line 110, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-timeline .fc-cell-text {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
}

/*
Cells at the start of a week
TODO: figure out better styling

.fc-ltr .fc-timeline .fc-em-cell div {
  border-left: 3px solid #eee;
  height: 100%;
}
.fc-rtl .fc-timeline .fc-em-cell {
  border-right-width: 3px;
}
*/
/* head */
/* line 129, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-timeline th {
  vertical-align: middle;
}

/* line 133, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-timeline .fc-head .fc-cell-content {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 138, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-timeline .fc-head .fc-time-area .fc-cell-content {
  overflow: visible;
}

/* Time Area
--------------------------------------------------------------------------------------------------*/
/* line 144, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-time-area col {
  min-width: 2.2em;
  /* detected by JS */
}

/* head */
/* line 150, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-ltr .fc-time-area .fc-chrono th {
  text-align: left;
}

/* line 154, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-rtl .fc-time-area .fc-chrono th {
  text-align: right;
}

/* body slats (vertical lines) */
/* line 159, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-time-area .fc-slats {
  /* fc-bg is responsible for a lot of this now! */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 169, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-time-area .fc-slats table {
  height: 100%;
}

/* line 173, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-time-area .fc-slats .fc-minor {
  border-style: dotted;
}

/* line 177, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-time-area .fc-slats td {
  border-width: 0 1px;
  /* need to do this. sometimes -1 margin wouldn't hide the dotted */
}

/* line 182, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-ltr .fc-time-area .fc-slats td {
  border-right-width: 0;
}

/* line 186, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-rtl .fc-time-area .fc-slats td {
  border-left-width: 0;
}

/* body content containers
   can be within rows or directly within the pane's content
*/
/* line 193, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-time-area .fc-bgevent-container,
.fc-time-area .fc-highlight-container {
  position: absolute;
  z-index: 2;
  /* only for directly within pane. not for row. overridden later */
  top: 0;
  bottom: 0;
  width: 0;
}

/* line 203, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-ltr .fc-time-area .fc-mirror-container,
.fc-ltr .fc-time-area .fc-bgevent-container,
.fc-ltr .fc-time-area .fc-highlight-container {
  left: 0;
}

/* line 209, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-rtl .fc-time-area .fc-mirror-container,
.fc-rtl .fc-time-area .fc-bgevent-container,
.fc-rtl .fc-time-area .fc-highlight-container {
  right: 0;
}

/* line 215, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-time-area .fc-bgevent,
.fc-time-area .fc-highlight {
  position: absolute;
  top: 0;
  bottom: 0;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
/* line 224, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-timeline .fc-now-indicator {
  /* both the arrow and the line */
  z-index: 3;
  /* one above scroller's fc-content */
  top: 0;
}

/* line 231, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-time-area .fc-now-indicator-arrow {
  margin: 0 -6px;
  /* 5, then one more to counteract scroller's negative margins */
  /* triangle pointing down... */
  border-width: 6px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 240, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-time-area .fc-now-indicator-line {
  margin: 0 -1px;
  /* counteract scroller's negative margins */
  bottom: 0;
  border-left-width: 1px;
}

/* Event Container
--------------------------------------------------------------------------------------------------*/
/* line 249, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-time-area .fc-event-container {
  position: relative;
  z-index: 2;
  /* above bgevent and highlight */
  width: 0;
  /* for event positioning. will end up on correct side based on dir */
}

/* line 257, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-time-area .fc-mirror-container {
  /* also an fc-event-container */
  position: absolute;
  z-index: 3;
  top: 0;
}

/* line 264, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-time-area .fc-event-container {
  padding-bottom: 8px;
  top: -1px;
}

/* line 269, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-time-area tr:first-child .fc-event-container {
  top: 0;
}

/* line 273, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-no-overlap .fc-time-area .fc-event-container {
  padding-bottom: 0;
  top: 0;
}

/* Time Grid Events
--------------------------------------------------------------------------------------------------*/
/* line 280, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-timeline-event {
  position: absolute;
  display: flex;
  border-radius: 0;
  padding: 2px 1px;
  margin-bottom: 1px;
}

/* line 288, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-no-overlap .fc-timeline-event {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
}

/* line 294, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-ltr .fc-timeline-event {
  flex-direction: row;
  margin-right: 1px;
}

/* line 299, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-rtl .fc-timeline-event {
  margin-left: 1px;
}

/* line 303, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-timeline-event .fc-time-wrap {
  flex-shrink: 0;
  min-width: 0;
}

/* line 308, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-timeline-event .fc-title-wrap {
  flex-grow: 1;
  min-width: 0;
}

/* line 313, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-timeline-event .fc-time,
.fc-timeline-event .fc-title {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  padding: 0 2px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
}

/* line 326, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-timeline-event .fc-time {
  font-weight: bold;
}

/* line 330, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-timeline-event.fc-not-start:before,
.fc-timeline-event.fc-not-end:after {
  content: "";
  align-self: center;
  width: 0;
  height: 0;
  margin: 0 1px;
  border: 5px solid #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  opacity: 0.5;
}

/* line 343, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-ltr .fc-timeline-event.fc-not-start:before,
.fc-rtl .fc-timeline-event.fc-not-end:after {
  border-left: 0;
}

/* line 348, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/timeline/main.css */
.fc-ltr .fc-timeline-event.fc-not-end:after,
.fc-rtl .fc-timeline-event.fc-not-start:before {
  border-right: 0;
}

/* Divider between resources and time area
--------------------------------------------------------------------------------------------------*/
/* line 3, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-timeline .fc-divider {
  width: 3px;
  border-style: double;
  /* overcome neighboring borders */
}

/* line 9, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-timeline .fc-head > tr > .fc-divider {
  border-bottom: 0;
}

/* line 13, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-timeline .fc-body > tr > .fc-divider {
  border-top: 0;
}

/* Resource Area
--------------------------------------------------------------------------------------------------*/
/* line 19, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-resource-area {
  width: 30%;
}

/* line 23, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-resource-area col {
  width: 40%;
  min-width: 70px;
  /* will be read by JS */
}

/* line 29, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-resource-area col.fc-main-col {
  width: 60%;
  /* make the first column in a nested setup bigger */
}

/* line 34, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-flat .fc-expander-space {
  /* fc-flat is opposite of fc-nested */
  display: none;
}

/* line 39, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-ltr .fc-resource-area tr > * {
  text-align: left;
}

/* line 43, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-rtl .fc-resource-area tr > * {
  text-align: right;
}

/* line 47, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-resource-area .fc-cell-content {
  padding-left: 4px;
  padding-right: 4px;
}

/* head */
/* line 53, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-resource-area .fc-super th {
  text-align: center;
}

/* line 57, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-resource-area th > div {
  position: relative;
}

/* line 61, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-resource-area th .fc-cell-content {
  position: relative;
  z-index: 1;
}

/* line 66, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-resource-area th .fc-col-resizer {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 5px;
}

/* line 74, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-timeline .fc-col-resizer {
  cursor: col-resize;
}

/* line 78, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-ltr .fc-resource-area th .fc-col-resizer {
  right: -3px;
}

/* line 82, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-rtl .fc-resource-area th .fc-col-resizer {
  left: -3px;
}

/* body */
/* line 87, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-body .fc-resource-area .fc-cell-content {
  /* might BE the cell */
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 93, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-no-overlap .fc-body .fc-resource-area .fc-cell-content {
  /* might BE the cell */
  padding-top: 6px;
  padding-bottom: 6px;
}

/* line 99, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-resource-area .fc-icon {
  /* the expander and spacers before the expander */
  display: inline-block;
  width: 1em;
  /* ensure constant width, esp for empty icons */
  text-align: center;
}

/* line 107, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-resource-area .fc-expander {
  cursor: pointer;
  opacity: 0.65;
}

/* body resource rows */
/* line 113, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-time-area .fc-rows {
  position: relative;
  z-index: 3;
}

/* line 118, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-time-area .fc-rows td > div {
  position: relative;
}

/* line 122, vendor/assets/javascripts/theme_admin/fullcalendar-scheduler-4.3.1/packages-premium/resource-timeline/main.css */
.fc-time-area .fc-rows .fc-bgevent-container,
.fc-time-area .fc-rows .fc-highlight-container {
  z-index: 1;
}

/* -------------------------------------------------------------
	
    Nucleus's Main Style Sheet
    Version: 1.0
	Created By: Amazyne Themes
    
---------------------------------------------------------------- */
/* line 11, app/assets/stylesheets/theme_admin/vendor/style.scss */
html {
  max-width: 100%;
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
}

/* line 18, app/assets/stylesheets/theme_admin/vendor/style.scss */
body {
  height: 100%;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #fafafa;
  max-width: 100%;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 30, app/assets/stylesheets/theme_admin/vendor/style.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
}

/* line 41, app/assets/stylesheets/theme_admin/vendor/style.scss */
.page-content {
  margin: 30px 15px 0;
}

/* line 45, app/assets/stylesheets/theme_admin/vendor/style.scss */
.frontend .page-content {
  margin: 0;
}

/* line 61, app/assets/stylesheets/theme_admin/vendor/style.scss */
small {
  font-weight: inherit !important;
  color: inherit !important;
}

/* line 66, app/assets/stylesheets/theme_admin/vendor/style.scss */
* {
  font-weight: 400;
}

/* line 70, app/assets/stylesheets/theme_admin/vendor/style.scss */
*:focus {
  outline-style: none !important;
}

/* line 74, app/assets/stylesheets/theme_admin/vendor/style.scss */
button:focus {
  outline: 0 !important;
}

/* Some Custom Styles */
/* line 80, app/assets/stylesheets/theme_admin/vendor/style.scss */
.font-normal {
  font-weight: 400 !important;
}

/* line 84, app/assets/stylesheets/theme_admin/vendor/style.scss */
span.seperator {
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  display: inline-block;
}

/* line 91, app/assets/stylesheets/theme_admin/vendor/style.scss */
span.seperator.dark {
  border-bottom: 1px solid #333;
}

/* ==========================================================================
   Page Content Selection Style
============================================================================= */
/* line 101, app/assets/stylesheets/theme_admin/vendor/style.scss */
::-moz-selection {
  color: #fff;
  background: #000;
}

/* line 106, app/assets/stylesheets/theme_admin/vendor/style.scss */
::-webkit-selection {
  color: #fff;
  background: #000;
}

/* line 111, app/assets/stylesheets/theme_admin/vendor/style.scss */
::-moz-selection {
  color: #fff;
  background: #000;
}
::selection {
  color: #fff;
  background: #000;
}

/* ==========================================================================
   Page Loader
============================================================================= */
/* line 120, app/assets/stylesheets/theme_admin/vendor/style.scss */
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #fff;
}

/* line 130, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .loader {
  background: #353c48;
}

@keyframes page-loader {
  to {
    transform: rotate(360deg);
  }
}

/* line 146, app/assets/stylesheets/theme_admin/vendor/style.scss */
.spinner {
  min-width: 24px;
  min-height: 24px;
}

/* line 151, app/assets/stylesheets/theme_admin/vendor/style.scss */
.spinner:before {
  content: 'Loading…';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

/* line 162, app/assets/stylesheets/theme_admin/vendor/style.scss */
.spinner:not(:required):before {
  content: '';
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-top: 2px solid #333;
  border-right: 2px solid transparent;
  animation: page-loader .6s linear infinite;
  -webkit-animation: page-loader .6s linear infinite;
}

/* line 173, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .spinner:not(:required):before {
  border-top: 2px solid #fff;
}

/* ==========================================================================
   Bootstrap
============================================================================= */
/*Border Radius*/
/* line 183, app/assets/stylesheets/theme_admin/vendor/style.scss */
.img-thumbnail,
.panel,
.form-control,
.modal-content,
.panel-group .panel,
.dropdown-menu,
.alert,
.label,
.well,
.nav > li > a,
code,
kbd,
pre {
  border-radius: 0;
}

/* line 199, app/assets/stylesheets/theme_admin/vendor/style.scss */
.img-rounded {
  border-radius: 50%;
}

/* line 203, app/assets/stylesheets/theme_admin/vendor/style.scss */
label {
  font-weight: normal;
}

/*Panel*/
/* line 209, app/assets/stylesheets/theme_admin/vendor/style.scss */
.panel-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/*Modal*/
/* line 216, app/assets/stylesheets/theme_admin/vendor/style.scss */
.modal {
  z-index: 10000;
}

/* line 220, app/assets/stylesheets/theme_admin/vendor/style.scss */
.modal-open {
  padding-right: 0 !important;
}

/*Pagination*/
/* line 226, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pagination > li > a,
.pagination > li > span,
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  border-color: #eee;
}

/* line 237, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pagination > li > a,
.pagination > li > span {
  background-color: #transparent;
  transition: all .25s ease-out;
}

/* line 246, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #f6f6f6;
  color: #000;
  border-color: #eee;
}

/* line 255, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* line 263, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span,
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 273, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #000;
  border-color: #000;
  font-weight: bold;
}

/* line 284, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pagination > li > a,
.pagination > li > span {
  color: #000;
}

/* line 289, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pagination > li > a,
.pagination > li > span {
  padding: 12px 20px;
}

/* line 294, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 16px 25px;
}

/* line 299, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 10px 16px;
}

/* line 304, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pagination > .disabled.pagination-between > span,
.pagination > .disabled.pagination-between > span:hover,
.pagination > .disabled.pagination-between > span:focus,
.pagination > .disabled.pagination-between > a,
.pagination > .disabled.pagination-between > a:hover,
.pagination > .disabled.pagination-between > a:focus {
  border-color: transparent;
  background-color: transparent !important;
  cursor: default;
  margin-left: 0;
  font-weight: bold;
  color: #000;
  letter-spacing: 2px;
}

/*Label*/
/* line 321, app/assets/stylesheets/theme_admin/vendor/style.scss */
.label {
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
}

/* line 328, app/assets/stylesheets/theme_admin/vendor/style.scss */
.label-theme {
  background-color: #000;
}

/* line 332, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-horizontal.form-horizontal-small .control-label {
  padding-top: 10px;
  margin-bottom: 0;
  text-align: left;
  font-size: 12px;
}

/* line 339, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-horizontal.form-horizontal-align-left .control-label {
  text-align: left;
}

/* ==========================================================================
   Revolution Slider
============================================================================= */
/* line 347, app/assets/stylesheets/theme_admin/vendor/style.scss */
.tp-loader {
  z-index: auto;
}

/* line 351, app/assets/stylesheets/theme_admin/vendor/style.scss */
.tp-static-layers {
  z-index: 10000;
  transform: none !important;
}

/* ==========================================================================
   Font Awesome
============================================================================= */
/* line 360, app/assets/stylesheets/theme_admin/vendor/style.scss */
.fa-border {
  border-radius: 0;
}

/* ==========================================================================
   Nivo-Lightbox
============================================================================= */
/* line 368, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nivo-lightbox-theme-default .nivo-lightbox-title {
  border-radius: 0;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: transparent;
  border: 1px solid #fff;
}

/* line 377, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nivo-lightbox-theme-default a.nivo-lightbox-close {
  background: none;
  padding: 0;
}

/* line 382, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nivo-lightbox-theme-default a.nivo-lightbox-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

/* line 391, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nivo-lightbox-theme-default a.nivo-lightbox-close:hover {
  opacity: 1;
}

/* line 395, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nivo-lightbox-theme-default a.nivo-lightbox-close:before,
.nivo-lightbox-theme-default a.nivo-lightbox-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
}

/* line 405, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nivo-lightbox-theme-default a.nivo-lightbox-close:before {
  transform: rotate(45deg);
}

/* line 413, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nivo-lightbox-theme-default a.nivo-lightbox-close:after {
  transform: rotate(-45deg);
}

/* line 421, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nivo-lightbox-theme-default .nivo-lightbox-next,
.nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: none;
}

/* line 426, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nivo-lightbox-theme-default .nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -25px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 50px;
  height: 50px;
  transform: rotate(-45deg);
}

/* line 442, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nivo-lightbox-theme-default .nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -25px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  width: 50px;
  height: 50px;
  transform: rotate(-45deg);
}

/* line 458, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  background-color: transparent;
}

/********************************************************************
 Header
********************************************************************/
/* line 466, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation {
  min-height: 70px;
}

/* line 470, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav {
  position: fixed;
  width: 100%;
  z-index: 500;
  top: 0;
  border-bottom: 1px solid #161616;
  background-color: #000;
  height: 70px;
  display: block;
  transition: all 0.3s cubic-bezier(0, 0, 1, 1);
}

/* line 486, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation .main-nav {
  border-bottom: 1px solid #111;
  background-color: #000;
}

/* line 491, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .main-nav {
  border-bottom: 1px solid #f1f1f1;
  background-color: #fff;
}

/* line 496, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav > .navbar-default .container .nav,
.main-nav > .navbar-default > .container {
  background-color: transparent;
  border: none;
}

/* line 502, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navbar-default > .container {
  padding-left: 0 !important;
  background-color: #3c4452 !important;
}

/* line 507, app/assets/stylesheets/theme_admin/vendor/style.scss */
.light .navbar-default > .container {
  background-color: #f1f4f5 !important;
}

/* line 511, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-dark-blue .navbar-default > .container {
  padding-left: 0 !important;
  background-color: #495abb !important;
}

/* line 516, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-blue .navbar-default > .container {
  padding-left: 0 !important;
  background-color: #03a9f3 !important;
}

/* line 521, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-blue-grey .navbar-default > .container {
  padding-left: 0 !important;
  background-color: #4c5667 !important;
}

/* line 526, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-purple .navbar-default > .container {
  padding-left: 0 !important;
  background-color: #9675ce !important;
}

/* line 531, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-green .navbar-default > .container {
  padding-left: 0 !important;
  background-color: #24caa1 !important;
}

/* line 536, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-dark-green .navbar-default > .container {
  padding-left: 0 !important;
  background-color: #0c666a !important;
}

/* line 541, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-red .navbar-default > .container {
  padding-left: 0 !important;
  background-color: #ff5b5b !important;
}

/* line 546, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-orange .navbar-default > .container {
  padding-left: 0 !important;
  background-color: #ff7f5a !important;
}

/* line 551, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-yellow .navbar-default > .container {
  padding-left: 0 !important;
  background-color: #faca39 !important;
}

/* line 556, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .navbar.navbar-default {
  border-radius: 0;
  margin-bottom: 0;
  border: 0;
  height: 70px;
  transition: all 0.3s cubic-bezier(0, 0, 1, 1);
}

/* line 568, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .navbar.navbar-default .navbar-icons > ul.navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
}

/* line 574, app/assets/stylesheets/theme_admin/vendor/style.scss */
.light .main-nav .navbar.navbar-default .navbar-icons > ul.navbar-nav > li > a {
  color: #000;
}

/* line 578, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .navbar.navbar-default .navbar-icons > ul.navbar-nav > li:hover > a,
.main-nav .navbar.navbar-default .navbar-icons > ul.navbar-nav > li > a:hover,
.main-nav .navbar.navbar-default .navbar-icons > ul.navbar-nav > li > a:focus {
  color: #fff !important;
}

/* line 584, app/assets/stylesheets/theme_admin/vendor/style.scss */
.light .main-nav .navbar.navbar-default .navbar-icons > ul.navbar-nav > li:hover > a,
.light .main-nav .navbar.navbar-default .navbar-icons > ul.navbar-nav > li > a:hover,
.light .main-nav .navbar.navbar-default .navbar-icons > ul.navbar-nav > li > a:focus {
  color: #000 !important;
}

/* line 590, app/assets/stylesheets/theme_admin/vendor/style.scss */
.light.nav-dark-blue .main-nav .navbar.navbar-default .navbar-icons > ul.navbar-nav > li > a,
.light.nav-blue .main-nav .navbar.navbar-default .navbar-icons > ul.navbar-nav > li > a,
.light.nav-blue-grey .main-nav .navbar.navbar-default .navbar-icons > ul.navbar-nav > li > a,
.light.nav-purple .main-nav .navbar.navbar-default .navbar-icons > ul.navbar-nav > li > a,
.light.nav-green .main-nav .navbar.navbar-default .navbar-icons > ul.navbar-nav > li > a,
.light.nav-dark-green .main-nav .navbar.navbar-default .navbar-icons > ul.navbar-nav > li > a,
.light.nav-red .main-nav .navbar.navbar-default .navbar-icons > ul.navbar-nav > li > a,
.light.nav-orange .main-nav .navbar.navbar-default .navbar-icons > ul.navbar-nav > li > a,
.light.nav-yellow .main-nav .navbar.navbar-default .navbar-icons > ul.navbar-nav > li > a {
  color: #fff !important;
}

/* line 602, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .navbar.navbar-default .navbar-icons .menu-icon .side-menu-trigger .bar-icon {
  background: #fff;
}

/* line 606, app/assets/stylesheets/theme_admin/vendor/style.scss */
.light .main-nav .navbar.navbar-default .navbar-icons .menu-icon .side-menu-trigger .bar-icon {
  background: #000;
}

/* line 610, app/assets/stylesheets/theme_admin/vendor/style.scss */
.header-side.in .menu-icon .side-menu-trigger .bar-icon:first-child {
  transform: translateX(-2px) translatey(2px) rotate(-45deg);
  width: 12px;
}

/* line 617, app/assets/stylesheets/theme_admin/vendor/style.scss */
.header-side.in .menu-icon .side-menu-trigger .bar-icon:last-child {
  transform: translateX(-2px) translatey(-2px) rotate(45deg);
  width: 12px;
}

/* line 624, app/assets/stylesheets/theme_admin/vendor/style.scss */
.light.nav-dark-blue .main-nav .navbar.navbar-default .navbar-icons .menu-icon .side-menu-trigger .bar-icon,
.light.nav-blue .main-nav .navbar.navbar-default .navbar-icons .menu-icon .side-menu-trigger .bar-icon,
.light.nav-blue-grey .main-nav .navbar.navbar-default .navbar-icons .menu-icon .side-menu-trigger .bar-icon,
.light.nav-purple .main-nav .navbar.navbar-default .navbar-icons .menu-icon .side-menu-trigger .bar-icon,
.light.nav-green .main-nav .navbar.navbar-default .navbar-icons .menu-icon .side-menu-trigger .bar-icon,
.light.nav-dark-green .main-nav .navbar.navbar-default .navbar-icons .menu-icon .side-menu-trigger .bar-icon,
.light.nav-red .main-nav .navbar.navbar-default .navbar-icons .menu-icon .side-menu-trigger .bar-icon,
.light.nav-orange .main-nav .navbar.navbar-default .navbar-icons .menu-icon .side-menu-trigger .bar-icon,
.light.nav-yellow .main-nav .navbar.navbar-default .navbar-icons .menu-icon .side-menu-trigger .bar-icon {
  background: #fff;
}

/* line 636, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav.shrink .navbar.navbar-default {
  z-index: 501;
}

/* line 640, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav a.logo {
  width: 250px;
  display: block;
  padding: 20px 0;
  background-color: #1f232b;
  text-align: center;
  transition: all 0.3s cubic-bezier(0, 0, 1, 1);
}

/* line 653, app/assets/stylesheets/theme_admin/vendor/style.scss */
.light .main-nav a.logo {
  background-color: #fff;
}

/* line 657, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-dark-blue .main-nav a.nav-logo {
  background-color: #3f4d9f;
}

/* line 661, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-blue .main-nav a.nav-logo {
  background-color: #2eb7f3;
}

/* line 665, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-blue-grey .main-nav a.nav-logo {
  background-color: #4c5667;
}

/* line 669, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-purple .main-nav a.nav-logo {
  background-color: #805bbe;
}

/* line 673, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-green .main-nav a.nav-logo {
  background-color: #24caa1;
}

/* line 677, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-dark-green .main-nav a.nav-logo {
  background-color: #0c666a;
}

/* line 681, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-red .main-nav a.nav-logo {
  background-color: #eb4b4b;
}

/* line 685, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-orange .main-nav a.nav-logo {
  background-color: #ff7f5a;
}

/* line 689, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-yellow .main-nav a.nav-logo {
  background-color: #faca39;
}

/* line 693, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav a.logo img {
  height: 30px;
}

/* line 697, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .navbar-nav .dropdown-menu {
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  padding: 0;
  text-transform: uppercase;
  box-shadow: none;
}

/* line 707, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .navbar-nav li a {
  color: #333;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 400;
}

/* line 714, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .navbar-nav > li > a {
  color: #333;
}

/* line 718, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .dropdown-menu > li > a {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  color: #000;
  font-weight: 300;
  white-space: normal;
}

/* line 727, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .nav-normal .main-nav .navbar-container .dropdown-menu > li > a:hover {
  color: #fff !important;
}

/* line 731, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .dropdown-menu > li > a:focus {
  background-color: transparent;
}

/* line 735, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .navbar-nav .dropdown:hover > a[data-toggle=dropdown] + .dropdown-menu {
  display: none;
}

/* line 739, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .navbar-nav .dropdown.open > a[data-toggle=dropdown] + .dropdown-menu {
  display: block;
  padding-bottom: 10px;
}

/* line 744, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .dropdown-submenu {
  position: relative;
}

/* line 748, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
}

/* line 755, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .dropdown-submenu > a:focus {
  background-color: transparent;
}

/* line 759, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .dropdown-submenu > a:after {
  float: right;
  font-family: 'FontAwesome';
  content: "\f105";
  color: inherit;
  position: absolute;
  right: 20px;
}

/* line 768, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .dropdown-submenu > a:hover:after {
  border-left-color: #fff !important;
}

/* line 772, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .nav .dropdown-submenu:hover > a:after {
  border-left-color: #fff !important;
}

/* line 776, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .menu-large {
  position: static !important;
}

/* line 780, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .megamenu {
  padding: 20px 0px;
}

/* line 784, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .megamenu > li > ul {
  padding: 0;
  margin: 0;
}

/* line 789, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .megamenu > li > ul > li {
  list-style: none;
}

/* line 793, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .megamenu > li > ul > li > a {
  display: block;
  padding: 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #000;
  white-space: normal;
}

/* line 803, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-normal {
  margin-left: -15px;
}

/* line 807, app/assets/stylesheets/theme_admin/vendor/style.scss */
.frontend .nav-normal {
  margin-left: 0;
}

@media (max-width: 991px) {
  /* line 812, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-toggle {
    display: block;
    margin-left: 15px;
  }
  /* line 817, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-toggle.navbar-toggle-centred {
    float: none;
    left: 50%;
    margin-left: -19px;
  }
  /* line 823, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  /* line 828, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-collapse.in {
    overflow-y: auto !important;
  }
  /* line 832, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-collapse.collapse {
    display: none !important;
  }
  /* line 836, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-container .navbar-nav {
    float: none !important;
    margin: 8.5px 0;
  }
  /* line 841, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-container .navbar-nav > li {
    float: none;
  }
  /* line 845, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-nav > li > a,
.nav-fullscreen .main-nav .navbar-nav > li > a {
    padding-top: 19px;
    padding-bottom: 10px;
  }
  /* line 851, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .collapse.in {
    display: block !important;
  }
  /* line 855, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav > .navbar-default > .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 860, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav > .navbar-default > .container > .navbar-header {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    background-color: #1f232b;
  }
  /* line 867, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-toggle {
    margin-top: 20px;
    margin-bottom: 3px;
    border-radius: 0;
    transition: all 0.3s cubic-bezier(0, 0, 1, 1);
  }
  /* line 878, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav.nav-icons-right .navbar-toggle {
    float: right;
    position: absolute;
    right: 15px;
  }
  /* line 884, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav.shrink .navbar-toggle {
    margin-top: 14px;
    margin-bottom: 3px;
  }
  /* line 889, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-container {
    float: none;
    height: auto;
    padding-left: 0;
  }
  /* line 895, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .collapsing-nav {
    height: inherit !important;
    width: 100%;
    overflow-x: hidden;
  }
  /* line 901, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-container .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 912, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-toggle,
.nav-normal .main-nav .navbar-toggle:focus,
.nav-normal .main-nav .navbar-toggle:active {
    background-color: transparent;
    border: 0;
  }
  /* line 919, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-toggle:hover {
    background-color: transparent;
    border: 0;
  }
  /* line 924, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .collapsing-nav {
    max-height: 300px;
    position: relative;
    z-index: 999;
    background-color: #1f232b;
    border: transparent !important;
  }
  /* line 932, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-container .navbar-nav > li {
    border-bottom: 1px solid #333;
  }
  /* line 936, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-container .nav li a {
    height: auto;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #bbb !important;
    font-weight: 400;
    padding: 10px 30px;
    line-height: 20px;
    background-color: transparent;
    transition: color .3s ease;
  }
  /* line 952, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .nav li a:hover {
    background-color: transparent;
  }
  /* line 956, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-container .navbar-nav > .dropdown > a:focus {
    color: #bbb;
  }
  /* line 960, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-container .navbar-nav > .dropdown > a:hover,
.nav-normal .main-nav .navbar-nav > .dropdown.open > a {
    color: #fff;
  }
  /* line 965, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-container .navbar-nav > .active > a,
.nav-normal .main-nav .navbar-container .navbar-nav > .active > a:hover,
.nav-normal .main-nav .navbar-container .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #fff;
  }
  /* line 972, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-container .nav > li.dropdown.open > a,
.nav-normal .main-nav .navbar-container .nav > li.open:hover > a,
.nav-normal .main-nav .navbar-container .nav > li.open:focus > a,
.nav-normal .main-nav .navbar-container .nav .open > a,
.nav-normal .main-nav .navbar-container .nav .open > a:focus {
    background-color: transparent;
  }
  /* line 980, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-container .nav.navbar-nav > li.dropdown > a:after,
.nav-normal .main-nav .navbar-container .nav.navbar-nav > li.with-dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 15px;
  }
  /* line 988, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-container .navbar-nav .open .dropdown-menu {
    padding-bottom: 15px;
  }
  /* line 992, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-container .navbar-nav .open .dropdown-menu > li {
    border-bottom: 1px solid #333;
    margin-left: 60px;
  }
  /* line 997, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-container .navbar-nav .open .dropdown-menu > li .dropdown-menu > li {
    margin-left: 30px;
  }
  /* line 1001, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-container .navbar-nav .open .dropdown-menu > li:last-child {
    border-bottom: 0;
  }
  /* line 1005, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-container .navbar-nav .open .dropdown-menu > li > a {
    color: #bbb;
    padding-left: 0;
  }
  /* line 1010, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-container .navbar-nav > .open .dropdown-menu > li > a:hover,
.nav-normal .main-nav .navbar-container .navbar-nav > .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 1016, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-container .navbar-nav .dropdown.open > a[data-toggle=dropdown] + .dropdown-menu {
    display: block;
    padding-bottom: 0px;
  }
  /* line 1021, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .dropdown-submenu > a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-top: 1px;
    margin-right: -6px;
  }
  /* line 1028, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .megamenu {
    padding: 0;
  }
  /* line 1032, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-container .navbar-nav .open .dropdown-menu.megamenu > li {
    border-bottom: 0;
    margin-left: 0;
  }
  /* line 1037, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-container .navbar-nav .open .dropdown-menu.megamenu > li.col-sm-3 {
    padding: 0;
    margin-left: 15px;
  }
  /* line 1042, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .megamenu > li:last-child {
    padding-bottom: 15px;
  }
  /* line 1046, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .megamenu > li:hover {
    background-color: transparent;
  }
  /* line 1050, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .megamenu > li > ul > li {
    font-size: 11px;
  }
  /* line 1054, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .megamenu > li > ul > li > a {
    text-decoration: none;
  }
  /* line 1058, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .megamenu > li > ul > li > a:hover {
    color: #fff;
  }
  /* line 1062, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .megamenu > li > ul > li > a {
    height: 40px;
    padding-top: 15px;
    padding-left: 0 !important;
    color: #bbb;
    margin-left: 30px;
    border-bottom: 1px solid #333;
  }
  /* line 1071, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .megamenu > li:last-child > ul > li:last-child > a {
    border-bottom: none;
  }
  /* line 1075, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .megamenu > li ul > li > a > .fa {
    padding-right: 25px;
  }
  /* line 1079, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .navbar-nav .open .dropdown-menu .dropdown-header {
    font-size: 11px;
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  /* line 1086, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .navbar-right {
    padding: 0 0 9px 0;
  }
}

/* line 1091, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .navbar-container {
  float: left;
  padding-left: 15px;
}

/* line 1096, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .collapsing-nav {
  padding-left: 0;
  padding-right: 0;
}

/* line 1101, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .navbar-nav .dropdown:hover {
  cursor: pointer;
}

/* line 1105, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .navbar-nav .dropdown-menu {
  width: 300px;
  padding: 0;
}

/* line 1110, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-normal .main-nav .navbar-container .navbar-nav .dropdown-menu {
  min-width: 200px;
  width: auto;
}

/* line 1115, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .navbar-nav > li > .dropdown-menu.menu-left {
  margin-left: 160px;
}

/* line 1119, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .dropdown-menu > .dropdown-submenu:hover > a {
  background-color: #fafafa;
  color: #333;
}

/* line 1124, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .nav-normal .main-nav .dropdown-menu > .dropdown-submenu:hover > a {
  background-color: transparent;
  color: #fff !important;
}

/* line 1129, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .dropdown-submenu:hover > a:after {
  border-left-color: #555;
}

/* line 1133, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .dropdown-menu > li > a:hover {
  background-color: #fafafa;
  color: #333;
}

/* line 1138, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .navbar-nav li a {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 400;
}

/* line 1144, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .nav-links li a {
  font-size: 11px;
}

/* line 1148, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
}

/* line 1152, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 1156, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .dropdown-submenu > .dropdown-menu.menu-left {
  margin-left: -320px;
}

/* line 1160, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .navbar-nav.navbar-right:last-child {
  margin-right: 0;
  padding-right: 0;
}

/* line 1165, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .navbar-nav.navbar-right li:last-child a {
  padding-right: 0;
}

/* line 1169, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .navbar-nav.navbar-right > li:last-child {
  padding-right: 30px;
}

/* line 1173, app/assets/stylesheets/theme_admin/vendor/style.scss */
.header-search-box .navbar-nav.nav-search .dropdown > a {
  padding-right: 0;
}

/* line 1177, app/assets/stylesheets/theme_admin/vendor/style.scss */
.header-account .navbar-nav.nav-account .dropdown > a {
  padding-right: 0;
}

/* line 1181, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .navbar-nav.navbar-right {
  margin-left: 5px;
}

/* line 1185, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav.nav-pill .navbar-nav.navbar-right {
  margin-left: 10px;
}

/* line 1189, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .navbar-nav li:hover > .megamenu {
  padding: 0;
  visibility: visible;
}

@media (min-width: 992px) {
  /* line 1195, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .main-nav .navbar-nav .megamenu {
    display: table !important;
    visibility: hidden;
  }
  /* line 1200, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .main-nav .megamenu > li {
    display: table-cell;
    height: 100%;
    min-height: 100%;
    float: none;
    padding: 20px 0;
    vertical-align: top;
    max-width: 228.25px;
    min-width: 228.25px;
    width: 228.25px;
  }
}

/* line 1213, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .megamenu > li > ul {
  padding: 0 20px;
}

/* line 1217, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .megamenu > li ul > li > a {
  font-size: 10px;
  font-weight: 400;
}

/* line 1222, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-normal .main-nav .megamenu > li ul > li > a.with-icon {
  position: relative;
  padding-left: 35px !important;
}

/* line 1227, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-normal .main-nav .megamenu > li ul > li > a.with-icon > .fa {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
}

/* line 1234, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .megamenu > li ul > li > a:hover {
  text-decoration: none;
  background-color: #f8f8f8;
  color: #333;
}

/* line 1240, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .nav-normal .main-nav .megamenu > li ul > li > a {
  color: #ccc;
}

/* line 1244, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .nav-normal .main-nav .megamenu > li ul > li > a:hover {
  background-color: transparent;
  color: #fff !important;
}

/* line 1249, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .megamenu.disabled > a,
.main-nav .megamenu.disabled > a:hover,
.main-nav .megamenu.disabled > a:focus {
  color: #999999;
}

/* line 1255, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .megamenu.disabled > a:hover,
.main-nav .megamenu.disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
}

/* line 1261, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .navbar-nav .nav-account .dropdown-menu,
.main-nav .navbar-nav .nav-shop .dropdown-menu,
.main-nav .navbar-nav .nav-search .dropdown-menu {
  cursor: auto;
}

/* line 1267, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .megamenu .dropdown-header {
  color: #000;
  font-size: 12px;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 15px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
}

/* line 1279, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .nav-normal .main-nav .megamenu .dropdown-header {
  color: #fff;
}

/* line 1283, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .megamenu li.dropdown-header:first-child {
  margin-top: 0;
}

/* line 1287, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .megamenu .dropdown-header i {
  float: right;
}

@media (max-width: 991px) {
  /* line 1292, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .header-side .navbar-left {
    margin-left: -25px;
  }
  /* line 1296, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .header-side .main-nav .navbar.navbar-default .navbar-icons > ul.navbar-nav > li > a.logo {
    padding: 22px 15px !important;
  }
}

/* Safari Styles */
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  /* line 1305, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .main-nav {
    transition: background 0.3s cubic-bezier(0, 0, 1, 1) !important;
  }
}

/********************************************************************
 Header - Dark Dropdowns
********************************************************************/
/* line 1318, app/assets/stylesheets/theme_admin/vendor/style.scss */
.menu-dropdown-link {
  position: relative;
}

/* line 1322, app/assets/stylesheets/theme_admin/vendor/style.scss */
.menu-dropdown {
  padding-left: 0;
  padding-top: 15px;
  animation-duration: .3s;
}

/* line 1329, app/assets/stylesheets/theme_admin/vendor/style.scss */
.menu-dropdown > li {
  list-style: none;
}

/* line 1333, app/assets/stylesheets/theme_admin/vendor/style.scss */
.menu-dropdown > li:last-child {
  padding-bottom: 0px;
}

/* line 1337, app/assets/stylesheets/theme_admin/vendor/style.scss */
.menu-dropdown > li > a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ccc;
  transition: color .3s ease;
  display: block;
  padding: 0 40px 20px;
}

/* line 1350, app/assets/stylesheets/theme_admin/vendor/style.scss */
.menu-dropdown > li > a:hover {
  color: #fff;
}

/********************************************************************
 Header - Bar Icon
********************************************************************/
/* line 1358, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .bar-icon-wrapper {
  padding: 0;
  margin: 0;
  z-index: 999;
  color: #fff;
  z-index: 111;
  color: #333;
  transform: translate3d(0, 0, 0);
}

/* line 1372, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .main-nav .bar-icon-wrapper {
  color: #333;
}

/* line 1376, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .bar-icon {
  height: 2px;
  width: 25px;
  background: #ccc;
  display: block;
  opacity: 1;
  margin-top: 4px;
  transition: transform 0.15s linear;
  transform-origin: 50% 50%;
}

/* line 1394, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .main-nav .bar-icon {
  background: #333;
}

/* line 1398, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .bar-icon:nth-child(1) {
  margin-top: 0;
}

/* line 1402, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .bar-icon:nth-child(2) {
  transition: opacity 0.1s linear;
}

/* line 1409, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation .main-nav .nav > li.menu-icon > a {
  padding: 29.5px 0 29.5px 15px !important;
}

/* line 1413, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-fullscreen .main-nav .bar-icon:nth-child(2) {
  transition: opacity 0.1s linear;
}

/* line 1420, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-fullscreen .main-nav .nav > li.menu-icon > a.active .bar-icon:nth-child(1),
.nav-fullscreen .main-nav .navbar-toggle.active .bar-icon:nth-child(1) {
  transform: rotate(45deg) translate3d(3.5px, 3.5px, 0);
}

/* line 1429, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-fullscreen .main-nav .nav > li.menu-icon > a.active .bar-icon:nth-child(2),
.nav-fullscreen .main-nav .navbar-toggle.active .bar-icon:nth-child(2) {
  opacity: 0;
}

/* line 1434, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-fullscreen .main-nav .nav > li.menu-icon > a.active .bar-icon:nth-child(3),
.nav-fullscreen .main-nav .navbar-toggle.active .bar-icon:nth-child(3) {
  transform: rotate(-45deg) translate3d(5px, -5px, 0);
}

/* line 1443, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-fullscreen .navbar-toggle {
  display: none;
}

/********************************************************************
 Header - Menu Trigger Icon
********************************************************************/
/* line 1451, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .nav > li.menu-icon {
  padding-top: 0px !important;
  padding-right: 15px;
}

/* line 1456, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation .main-nav .nav > li.menu-icon > a {
  padding: 22px 0 22px 15px;
  border: 0px !important;
  height: auto;
  transition: all 0.3s cubic-bezier(0, 0, 1, 1);
}

/* line 1467, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation .main-nav.shrink .nav > li.menu-icon > a {
  padding: 22px 0 22px 15px;
}

/* line 1471, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .nav.navbar-left > li.menu-icon > a {
  padding-left: 30px !important;
}

/* line 1475, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .nav > li.menu-icon > a:hover {
  border: 0px !important;
}

/********************************************************************
 Header - Full Screen
********************************************************************/
/* line 1483, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-fullscreen {
  margin-left: -15px;
}

/* line 1487, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 50;
  display: none;
  transform: translate3d(0, 0, 0);
}

/* line 1503, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .full-screen-header {
  background: rgba(255, 255, 255, 0.95);
}

/* line 1507, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header.active {
  display: block;
}

/* line 1511, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header .full-screen-nav {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

/* line 1518, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header .full-screen-nav > li {
  padding: 10px 0;
  width: 250px;
  margin-bottom: 5px;
}

/* line 1524, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header .full-screen-nav > li.with-dropdown > a {
  padding-bottom: 10px;
}

/* line 1528, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header .full-screen-nav > li > a {
  font-size: 18px;
  text-transform: uppercase;
  color: #ccc;
  letter-spacing: 3px;
  transition: color .3s ease;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

/* line 1542, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header .full-screen-nav > li.active > a,
.full-screen-header .full-screen-nav > li:hover > a,
.full-screen-header .full-screen-nav > li:active > a,
.full-screen-header .full-screen-nav > li > a.active-dropdown {
  border-bottom: 1px solid #fff;
}

/* line 1549, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .full-screen-header .full-screen-nav > li.active > a,
.navigation.light .full-screen-header .full-screen-nav > li:hover > a,
.navigation.light .full-screen-header .full-screen-nav > li:active > a,
.navigation.light .full-screen-header .full-screen-nav > li > a.active-dropdown {
  border-bottom: 1px solid #000;
}

/* line 1556, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .full-screen-header .full-screen-nav > li > a {
  color: #666;
}

/* line 1560, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header .full-screen-nav > li > a:hover {
  color: #fff;
}

/* line 1564, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .full-screen-header .full-screen-nav > li > a:hover {
  color: #000;
}

/* line 1568, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header .menu-dropdown > li {
  list-style: none;
  padding: 5px;
  margin-bottom: 0px;
}

/* line 1574, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header .menu-dropdown > li > a {
  font-size: 14px;
  letter-spacing: 2px;
}

/* line 1579, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header .menu-dropdown > li:last-child {
  padding-bottom: 5px;
}

/* line 1583, app/assets/stylesheets/theme_admin/vendor/style.scss */
.light .full-screen-header .menu-dropdown > li > a {
  color: #333;
}

/* line 1587, app/assets/stylesheets/theme_admin/vendor/style.scss */
.light .full-screen-header .menu-dropdown > li > a:hover {
  color: #000;
}

/* line 1591, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header .nav-container {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 1598, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header .nav-holder {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

/* line 1605, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header .nav-holder .inner-content {
  max-height: 400px;
  overflow-y: auto;
  margin-right: -17px;
  animation-duration: .5s;
  animation-fill-mode: both;
  webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* line 1618, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header .menu-dropdown-link.active-dropdown {
  color: #fff;
}

/* line 1622, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .full-screen-header .menu-dropdown-link.active-dropdown {
  color: #000;
}

/* line 1626, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header .menu-dropdown-link .dropdown-icon {
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  top: 0;
  height: 14px;
  width: 14px;
}

/* line 1635, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header .menu-dropdown-link .dropdown-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: #ccc;
  content: '';
  transition: transform 0.35s;
  transform: translate3d(-50%, -50%, 0);
}

/* line 1654, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .full-screen-header .menu-dropdown-link .dropdown-icon::before {
  background: #333;
}

/* line 1658, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header .menu-dropdown-link .dropdown-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 14px;
  background: #ccc;
  content: '';
  transition: transform 0.35s;
  transform: translate3d(-50%, -50%, 0);
}

/* line 1677, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header .credits {
  position: fixed;
  bottom: 40px;
  width: 100%;
  left: 0;
  text-align: center;
  letter-spacing: 2px;
  color: #ccc;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: -17px;
  font-weight: 400;
}

/* line 1691, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .full-screen-header .credits {
  color: #000;
}

/* line 1695, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .full-screen-header .menu-dropdown-link .dropdown-icon::after {
  background: #333;
}

/* line 1699, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header .menu-dropdown-link.active-dropdown .dropdown-icon {
  margin-bottom: 1px;
}

/* line 1703, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header .menu-dropdown-link:hover .dropdown-icon::after,
.full-screen-header .menu-dropdown-link:hover .dropdown-icon::before,
.full-screen-header .menu-dropdown-link.active-dropdown .dropdown-icon::after,
.full-screen-header .menu-dropdown-link.active-dropdown .dropdown-icon::before {
  background: #fff;
}

/* line 1710, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .full-screen-header .menu-dropdown-link:hover .dropdown-icon::after,
.navigation.light .full-screen-header .menu-dropdown-link:hover .dropdown-icon::before,
.navigation.light .full-screen-header .menu-dropdown-link.active-dropdown .dropdown-icon::after,
.navigation.light .full-screen-header .menu-dropdown-link.active-dropdown .dropdown-icon::before {
  background: #000;
}

/* line 1717, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header .menu-dropdown-link.active-dropdown .dropdown-icon::before {
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

/* line 1726, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header .menu-dropdown-link.active-dropdown .dropdown-icon::after {
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

/* line 1735, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-header .menu-dropdown {
  padding-top: 25px;
  padding-bottom: 0px;
}

/* line 1740, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation .full-screen-menu-trigger {
  z-index: 9999;
}

@media (min-width: 992px) {
  /* line 1745, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .full-screen-header .full-screen-nav > li > a {
    font-size: 24px;
    letter-spacing: 5px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #ccc;
  }
}

@media (max-width: 500px) {
  /* line 1755, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .full-screen-header .nav-holder .inner-content {
    max-height: 250px;
  }
}

/********************************************************************
 Header Search
********************************************************************/
/* line 1764, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .nav.navbar-right .nav-search {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 1769, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .nav.navbar-right .nav-search:last-child {
  padding-right: 0px;
}

/* line 1773, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .nav.navbar-right .nav-search > a {
  font-size: 16px !important;
}

/* line 1777, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .nav.navbar-right .nav-search > a > i.search-close {
  position: absolute;
  left: 7px;
  top: 0;
  font-size: 31px;
}

/* line 1784, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .nav.navbar-right .nav-search > a.active > i.search-icon,
.main-nav .nav.navbar-right .nav-search > a > i.search-close {
  visibility: hidden;
}

/* line 1789, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .nav.navbar-right .nav-search > a.active > i.search-close,
.main-nav .nav.navbar-right .nav-search > a > i.search-icon {
  visibility: visible;
}

/* line 1794, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav .nav.navbar-right .nav-search > a {
  color: #ccc;
  z-index: 999;
  border: none !important;
}

/* line 1800, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .main-nav .nav.navbar-right .nav-search > a {
  color: #333;
  z-index: 999;
  border: none !important;
}

/* line 1806, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation .main-nav .nav.navbar-right .nav-search > a {
  padding-right: 0 !important;
}

/* line 1810, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 35, 43, 0.98);
  z-index: 998;
  display: none;
  transform: translate3d(0, 0, 0);
}

/* line 1826, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .full-screen-search {
  background: rgba(255, 255, 255, 0.98);
}

/* line 1830, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-search.active {
  display: block;
}

/* line 1834, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-search .full-screen-nav {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

/* line 1841, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-search .search-container {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 1847, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-search .search-holder {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

/* line 1854, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-search .search-holder input {
  width: 500px;
  height: 50px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #aaa;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #fff;
}

/* line 1869, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-search .search-holder input::-webkit-input-placeholder {
  color: #fff;
}

/* line 1873, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-search .search-holder input:-moz-placeholder {
  color: #fff;
}

/* line 1877, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-search .search-holder input::-moz-placeholder {
  color: #fff;
}

/* line 1881, app/assets/stylesheets/theme_admin/vendor/style.scss */
.full-screen-search .search-holder input:-ms-input-placeholder {
  color: #fff;
}

/* line 1885, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .search-holder input {
  border-bottom: 1px solid #666;
  color: #666;
}

/* line 1890, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .full-screen-search .search-holder input::-webkit-input-placeholder {
  color: #666;
}

/* line 1894, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .full-screen-search .search-holder input:-moz-placeholder {
  color: #666;
}

/* line 1898, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .full-screen-search .search-holder input::-moz-placeholder {
  color: #666;
}

/* line 1902, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .full-screen-search .search-holder input:-ms-input-placeholder {
  color: #666;
}

@media (max-width: 991px) {
  /* line 1907, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .main-nav .nav.navbar-right .nav-search > a > i.search-close {
    top: 10px;
  }
}

@media (max-width: 767px) {
  /* line 1913, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .full-screen-search {
    display: none !important;
  }
}

/********************************************************************
 Header - Side
********************************************************************/
@media (max-width: 767px) {
  /* line 1922, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .header-side .page-content {
    margin-top: 107px;
  }
  /* line 1926, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .main-nav a.logo {
    width: 65%;
    text-align: left;
    padding-left: 30px;
  }
  /* line 1932, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .navbar-header {
    background-color: #1f232b;
  }
  /* line 1936, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .light .navbar-header {
    background-color: #fff;
  }
  /* line 1940, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .header-side .navbar-toggle {
    display: none;
  }
  /* line 1944, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .main-nav .nav.navbar-left {
    margin: 0 0 0 15px;
    float: left;
  }
  /* line 1949, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .main-nav .nav.navbar-right {
    display: none;
  }
  /* line 1953, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav .nav.navbar-right,
.nav-fullscreen .main-nav .nav.navbar-right {
    margin: 0;
    float: right;
    display: block;
  }
  /* line 1960, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .main-nav a.logo {
    margin-left: 15px;
  }
  /* line 1964, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .main-nav .nav > li.menu-icon {
    padding: 0;
    border: none;
    display: block !important;
    position: absolute;
    right: 30px;
    top: 0;
  }
  /* line 1973, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .navbar-icons {
    margin-left: 0 !important;
  }
  /* line 1977, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .navbar-icons .nav > li {
    display: inline-block;
  }
  /* line 1981, app/assets/stylesheets/theme_admin/vendor/style.scss */
  a .logout-icon {
    top: 0 !important;
  }
  /* line 1985, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-chat > a.chat-trigger {
    position: relative;
    top: 3px;
  }
  /* line 1990, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .main-nav .nav.navbar-right .nav-search > a > i.search-close {
    top: 5px;
  }
}

@media (max-width: 991px) {
  /* line 1996, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .header-side .navbar-toggle {
    right: 0;
    margin-right: 15px;
  }
  /* line 2001, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .navbar-icons {
    right: auto;
    left: 0;
    margin-left: 25px;
  }
  /* line 2007, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .side-header-top {
    display: table;
    width: 100%;
    height: 100%;
    padding: 40px 10px 40px 40px;
  }
  /* line 2014, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .side-header-top-content {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 2019, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .side-header-logo {
    padding-right: 15px;
    max-width: 150px;
  }
  /* line 2024, app/assets/stylesheets/theme_admin/vendor/style.scss */
  a.side-header-close span {
    padding-top: 4px;
  }
  /* line 2028, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
  }
}

@media (min-width: 992px) {
  /* line 2036, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .main-nav > .navbar-default > .container {
    position: relative;
  }
  /* line 2040, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .main-nav .nav > li {
    height: 70px;
    padding-top: 20px;
  }
  /* line 2045, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .side-header-secondary-nav.side-header-bottom {
    position: absolute;
    bottom: 0;
  }
  /* line 2050, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .side-header-close {
    display: none;
  }
  /* line 2054, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .side-header-logo {
    padding: 15px 20px 15px;
    max-height: 70px;
  }
  /* line 2060, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .side-header-top-content {
    border-bottom: 1px solid #373E4A;
  }
}

/* line 2065, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header {
  position: fixed;
  top: 70px;
  left: -250px;
  border-top: 1px solid #333;
  height: 100%;
  width: 250px;
  background-color: #000;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 2081, app/assets/stylesheets/theme_admin/vendor/style.scss */
.light .side-header {
  border-color: #eee;
}

/* line 2085, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.side-header-close {
  color: #fff;
}

/* line 2089, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light a.side-header-close {
  color: #000;
}

/* line 2093, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .side-header {
  background-color: #fafafa;
}

/* line 2097, app/assets/stylesheets/theme_admin/vendor/style.scss */
.header-side .main-nav {
  left: 0px;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* Firefox Styles */
@-moz-document url-prefix() {
  /* line 2109, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .header-side .navigation.transparent .main-nav {
    position: fixed !important;
    width: 100% !important;
  }
}

@media screen and (min-width: 0\0) {
  /* line 2116, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .header-side .main-nav {
    transition: left 0.3s cubic-bezier(0.42, 0, 0.58, 1) !important;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2127, app/assets/stylesheets/theme_admin/vendor/style.scss */
  ::i-block-chrome,
.header-side .main-nav {
    transition: left 0.3s cubic-bezier(0.42, 0, 0.58, 1) !important;
  }
}

/* line 2137, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header.active {
  left: 0;
}

/* line 2141, app/assets/stylesheets/theme_admin/vendor/style.scss */
.header-side .page-content {
  position: relative;
  padding-left: 0;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 2151, app/assets/stylesheets/theme_admin/vendor/style.scss */
.header-side.in .page-content {
  padding-left: 250px;
}

/* line 2155, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .side-header-nav .menu-dropdown a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding: 15px 30px 15px 60px;
  color: #999;
  font-weight: bold;
  font-size: 10.5px;
  line-height: 10.5px;
  position: relative;
}

/* line 2166, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .side-header-nav .menu-dropdown .menu-dropdown a {
  padding: 15px 50px 15px 75px;
  color: #999;
}

/* line 2171, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .side-header-nav .menu-dropdown .menu-dropdown .menu-dropdown a {
  padding: 15px 70px 15px;
}

/* line 2175, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .side-header-nav .menu-dropdown a:hover {
  color: #fff !important;
}

/* line 2179, app/assets/stylesheets/theme_admin/vendor/style.scss */
.light .side-header .side-header-nav .menu-dropdown a:hover {
  color: #000 !important;
}

/* line 2183, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-dark-blue .side-header .side-header-nav .menu-dropdown a:hover {
  color: #3f4d9f !important;
}

/* line 2187, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-blue .side-header .side-header-nav .menu-dropdown a:hover {
  color: #2eb7f3 !important;
}

/* line 2191, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-blue-grey .side-header .side-header-nav .menu-dropdown a:hover {
  color: #4c5667 !important;
}

/* line 2195, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-purple .side-header .side-header-nav .menu-dropdown a:hover {
  color: #805bbe !important;
}

/* line 2199, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-green .side-header .side-header-nav .menu-dropdown a:hover {
  color: #24caa1 !important;
}

/* line 2203, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-dark-green .side-header .side-header-nav .menu-dropdown a:hover {
  color: #0c666a !important;
}

/* line 2207, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-red .side-header .side-header-nav .menu-dropdown a:hover {
  color: #eb4b4b !important;
}

/* line 2211, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-orange .side-header .side-header-nav .menu-dropdown a:hover {
  color: #ff7f5a !important;
}

/* line 2215, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-yellow .side-header .side-header-nav .menu-dropdown a:hover {
  color: #faca39 !important;
}

/* line 2219, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .side-header-nav .menu-dropdown li:last-child a {
  border-bottom: none;
}

/* line 2223, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .side-header-nav,
.side-header .side-header-secondary-nav {
  list-style: none;
  padding: 0;
}

/* line 2229, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .side-header-container {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}

/* line 2235, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .side-header-container {
  width: 267px;
}

/* line 2239, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .side-header-nav {
  padding: 20px 0 300px 0;
  margin-bottom: 0;
}

/* line 2244, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .side-header-secondary-nav {
  padding: 40px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #191919;
}

/* line 2250, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .side-header .side-header-secondary-nav {
  border-bottom: 1px solid #eee;
}

/* line 2254, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .side-header-secondary-nav > li {
  padding: 2px 40px;
}

/* line 2259, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .side-header-nav > li > a {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  color: #aaa;
  font-size: 12px;
  letter-spacing: 2px;
  background: transparent;
  transition: color .3s ease, background-color .3s ease;
  display: block;
  padding: 15px 60px 15px 60px;
  position: relative;
}

/* line 2277, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .side-header-nav li.active > a {
  color: #fff !important;
  position: relative;
}

/* line 2282, app/assets/stylesheets/theme_admin/vendor/style.scss */
.light .side-header .side-header-nav li.active > a {
  color: #000 !important;
  font-weight: bold;
}

/* line 2287, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-dark-blue .side-header .side-header-nav > li.active > a,
.nav-dark-blue .side-header .side-header-nav .menu-dropdown li a.menu-dropdown-link.active-dropdown,
.nav-dark-blue .side-header .side-header-nav > li > a:hover,
.nav-dark-blue .side-header .side-header-nav > li > a.menu-dropdown-link.active-dropdown,
.nav-dark-blue .side-header .side-header-nav li.active > a {
  color: #3f4d9f !important;
  font-weight: bold;
}

/* line 2296, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-blue .side-header .side-header-nav > li.active > a,
.nav-blue .side-header .side-header-nav .menu-dropdown li a.menu-dropdown-link.active-dropdown,
.nav-blue .side-header .side-header-nav > li > a:hover,
.nav-blue .side-header .side-header-nav > li > a.menu-dropdown-link.active-dropdown,
.nav-blue .side-header .side-header-nav li.active > a {
  color: #2eb7f3 !important;
}

/* line 2304, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-blue-grey .side-header .side-header-nav li.active > a,
.nav-blue-grey .side-header .side-header-nav .menu-dropdown li a.menu-dropdown-link.active-dropdown,
.nav-blue-grey .side-header .side-header-nav > li > a:hover,
.nav-blue-grey .side-header .side-header-nav > li > a.menu-dropdown-link.active-dropdown,
.nav-blue-grey .side-header .side-header-nav li.active > a {
  color: #4c5667 !important;
}

/* line 2312, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-purple .side-header .side-header-nav li.active > a,
.nav-purple .side-header .side-header-nav .menu-dropdown li a.menu-dropdown-link.active-dropdown,
.nav-purple .side-header .side-header-nav > li > a:hover,
.nav-purple .side-header .side-header-nav > li > a.menu-dropdown-link.active-dropdown,
.nav-purple .side-header .side-header-nav li.active > a {
  color: #805bbe !important;
}

/* line 2320, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-green .side-header .side-header-nav li.active > a,
.nav-green .side-header .side-header-nav .menu-dropdown li a.menu-dropdown-link.active-dropdown,
.nav-green .side-header .side-header-nav > li > a:hover,
.nav-green .side-header .side-header-nav > li > a.menu-dropdown-link.active-dropdown,
.nav-green .side-header .side-header-nav li.active > a {
  color: #24caa1 !important;
}

/* line 2328, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-dark-green .side-header .side-header-nav li.active > a,
.nav-dark-green .side-header .side-header-nav .menu-dropdown li a.menu-dropdown-link.active-dropdown,
.nav-dark-green .side-header .side-header-nav > li > a:hover,
.nav-dark-green .side-header .side-header-nav > li > a.menu-dropdown-link.active-dropdown,
.nav-dark-green .side-header .side-header-nav li.active > a {
  color: #0c666a !important;
  font-weight: bold;
}

/* line 2337, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-red .side-header .side-header-nav li.active > a,
.nav-red .side-header .side-header-nav .menu-dropdown li a.menu-dropdown-link.active-dropdown,
.nav-red .side-header .side-header-nav > li > a:hover,
.nav-red .side-header .side-header-nav > li > a.menu-dropdown-link.active-dropdown,
.nav-red .side-header .side-header-nav li.active > a {
  color: #eb4b4b !important;
}

/* line 2345, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-orange .side-header .side-header-nav li.active > a,
.nav-orange .side-header .side-header-nav .menu-dropdown li a.menu-dropdown-link.active-dropdown,
.nav-orange .side-header .side-header-nav > li > a:hover,
.nav-orange .side-header .side-header-nav > li > a.menu-dropdown-link.active-dropdown,
.nav-orange .side-header .side-header-nav li.active > a {
  color: #ff7f5a !important;
}

/* line 2353, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-yellow .side-header .side-header-nav li.active > a,
.nav-yellow .side-header .side-header-nav .menu-dropdown li a.menu-dropdown-link.active-dropdown,
.nav-yellow .side-header .side-header-nav > li > a:hover,
.nav-yellow .side-header .side-header-nav > li > a.menu-dropdown-link.active-dropdown,
.nav-yellow .side-header .side-header-nav li.active > a {
  color: #faca39 !important;
}

/* line 2361, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-dark-blue .side-header .active > .menu-dropdown-link .dropdown-icon::before,
.nav-dark-blue .side-header .active > .menu-dropdown-link .dropdown-icon::after,
.nav-dark-blue .side-header .side-header-nav a.menu-dropdown-link:hover .dropdown-icon::before,
.nav-dark-blue .side-header .side-header-nav a.menu-dropdown-link:hover .dropdown-icon::after,
.nav-dark-blue .side-header .menu-dropdown-link.active-dropdown .dropdown-icon::after,
.nav-dark-blue .side-header .menu-dropdown-link.active-dropdown .dropdown-icon::before {
  background: #3f4d9f !important;
}

/* line 2370, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-blue .side-header .active > .menu-dropdown-link .dropdown-icon::before,
.nav-blue .side-header .active > .menu-dropdown-link .dropdown-icon::after,
.nav-blue .side-header .side-header-nav a.menu-dropdown-link:hover .dropdown-icon::before,
.nav-blue .side-header .side-header-nav a.menu-dropdown-link:hover .dropdown-icon::after,
.nav-blue .side-header .menu-dropdown-link.active-dropdown .dropdown-icon::after,
.nav-blue .side-header .menu-dropdown-link.active-dropdown .dropdown-icon::before {
  background: #2eb7f3 !important;
}

/* line 2379, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-blue-grey .side-header .active > .menu-dropdown-link .dropdown-icon::before,
.nav-blue-grey .side-header .active > .menu-dropdown-link .dropdown-icon::after,
.nav-blue-grey .side-header .side-header-nav a.menu-dropdown-link:hover .dropdown-icon::before,
.nav-blue-grey .side-header .side-header-nav a.menu-dropdown-link:hover .dropdown-icon::after,
.nav-blue-grey .side-header .menu-dropdown-link.active-dropdown .dropdown-icon::after,
.nav-blue-grey .side-header .menu-dropdown-link.active-dropdown .dropdown-icon::before {
  background: #4c5667 !important;
}

/* line 2388, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-purple .side-header .active > .menu-dropdown-link .dropdown-icon::before,
.nav-purple .side-header .active > .menu-dropdown-link .dropdown-icon::after,
.nav-purple .side-header .side-header-nav a.menu-dropdown-link:hover .dropdown-icon::before,
.nav-purple .side-header .side-header-nav a.menu-dropdown-link:hover .dropdown-icon::after,
.nav-purple .side-header .menu-dropdown-link.active-dropdown .dropdown-icon::after,
.nav-purple .side-header .menu-dropdown-link.active-dropdown .dropdown-icon::before {
  background: #9c7dd0 !important;
}

/* line 2397, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-green .side-header .active > .menu-dropdown-link .dropdown-icon::before,
.nav-green .side-header .active > .menu-dropdown-link .dropdown-icon::after,
.nav-green .side-header .side-header-nav a.menu-dropdown-link:hover .dropdown-icon::before,
.nav-green .side-header .side-header-nav a.menu-dropdown-link:hover .dropdown-icon::after,
.nav-green .side-header .menu-dropdown-link.active-dropdown .dropdown-icon::after,
.nav-green .side-header .menu-dropdown-link.active-dropdown .dropdown-icon::before {
  background: #24caa1 !important;
}

/* line 2406, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-dark-green .side-header .active > .menu-dropdown-link .dropdown-icon::before,
.nav-dark-green .side-header .active > .menu-dropdown-link .dropdown-icon::after,
.nav-dark-green .side-header .side-header-nav a.menu-dropdown-link:hover .dropdown-icon::before,
.nav-dark-green .side-header .side-header-nav a.menu-dropdown-link:hover .dropdown-icon::after,
.nav-dark-green .side-header .menu-dropdown-link.active-dropdown .dropdown-icon::after,
.nav-dark-green .side-header .menu-dropdown-link.active-dropdown .dropdown-icon::before {
  background: #0c666a !important;
}

/* line 2415, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-red .side-header .active > .menu-dropdown-link .dropdown-icon::before,
.nav-red .side-header .active > .menu-dropdown-link .dropdown-icon::after,
.nav-red .side-header .side-header-nav a.menu-dropdown-link:hover .dropdown-icon::before,
.nav-red .side-header .side-header-nav a.menu-dropdown-link:hover .dropdown-icon::after,
.nav-red .side-header .menu-dropdown-link.active-dropdown .dropdown-icon::after,
.nav-red .side-header .menu-dropdown-link.active-dropdown .dropdown-icon::before {
  background: #eb4b4b !important;
}

/* line 2424, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-orange .side-header .active > .menu-dropdown-link .dropdown-icon::before,
.nav-orange .side-header .active > .menu-dropdown-link .dropdown-icon::after,
.nav-orange .side-header .side-header-nav a.menu-dropdown-link:hover .dropdown-icon::before,
.nav-orange .side-header .side-header-nav a.menu-dropdown-link:hover .dropdown-icon::after,
.nav-orange .side-header .menu-dropdown-link.active-dropdown .dropdown-icon::after,
.nav-orange .side-header .menu-dropdown-link.active-dropdown .dropdown-icon::before {
  background: #ff7f5a !important;
}

/* line 2433, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-yellow .side-header .active > .menu-dropdown-link .dropdown-icon::before,
.nav-yellow .side-header .active > .menu-dropdown-link .dropdown-icon::after,
.nav-yellow .side-header .side-header-nav a.menu-dropdown-link:hover .dropdown-icon::before,
.nav-yellow .side-header .side-header-nav a.menu-dropdown-link:hover .dropdown-icon::after,
.nav-yellow .side-header .menu-dropdown-link.active-dropdown .dropdown-icon::after,
.nav-yellow .side-header .menu-dropdown-link.active-dropdown .dropdown-icon::before {
  background: #faca39 !important;
}

/* line 2442, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .menu-dropdown.collapse {
  background: #1F232B;
  padding: 0px;
}

/* line 2447, app/assets/stylesheets/theme_admin/vendor/style.scss */
.light .side-header .menu-dropdown.collapse {
  background: #fff;
}

/* line 2451, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .side-header-nav > li > a > i {
  margin-left: -15px;
  padding-right: 7px;
  position: absolute;
  left: 45px;
  top: 18px;
  font-weight: bold;
}

/* line 2460, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .side-header-nav .menu-dropdown li a.menu-dropdown-link.active-dropdown {
  color: #fff;
}

/* line 2464, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation .side-header .side-header-nav > li > a {
  color: #a2a7b1;
}

/* line 2468, app/assets/stylesheets/theme_admin/vendor/style.scss */
.light.navigation .side-header .side-header-nav > li > a {
  color: #353c48;
}

/* line 2472, app/assets/stylesheets/theme_admin/vendor/style.scss */
.light.navigation .side-header .side-header-nav li a.menu-dropdown-link.active-dropdown {
  color: #000 !important;
  font-weight: bold;
}

/* line 2477, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .side-header .side-header-nav > li > a span.dropdown-icon {
  color: #fff !important;
}

/* line 2481, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .side-header-secondary-nav > li > a {
  font-family: 'Lato', sans-serif;
  color: #aaa;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  transition: color .3s ease;
}

/* line 2493, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .side-header-nav > li.menu-heading {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 30px;
  margin: 25px 0;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 12.4px;
  position: relative;
  background-color: #2f343e;
}

/* line 2505, app/assets/stylesheets/theme_admin/vendor/style.scss */
.light .side-header .side-header-nav > li.menu-heading {
  color: #1F232B;
  font-weight: bold;
  background-color: #f1f4f5;
}

/* line 2511, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .side-header-secondary-nav .menu-dropdown > li > a {
  display: block;
  padding: 0 40px 20px;
}

/* line 2516, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .side-header .side-header-secondary-nav > li > a {
  padding: 0px 40px;
  color: #ccc;
}

/* line 2521, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .side-header-secondary-nav > li.title {
  padding: 7px 40px;
  margin-bottom: 20px;
}

/* line 2526, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .side-header-secondary-nav > li.title > span {
  font-family: 'Lato', sans-serif;
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

/* line 2538, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .side-header .side-header-secondary-nav > li.title > span {
  color: #ccc;
  border: 1px solid #333;
}

/* line 2543, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation .side-header {
  background-color: #1F232B;
}

/* line 2547, app/assets/stylesheets/theme_admin/vendor/style.scss */
.light.navigation .side-header {
  background-color: #fff;
}

/* line 2551, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .side-header-nav > li > a:hover,
.side-header .side-header-secondary-nav > li > a:hover,
.navigation .side-header .side-header-nav > li > a.active-dropdown {
  color: #fff !important;
}

/* line 2557, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .side-header .side-header-nav > li > a:hover,
.navigation.light .side-header .side-header-secondary-nav > li > a:hover {
  color: #000 !important;
  font-weight: bold;
}

/* line 2563, app/assets/stylesheets/theme_admin/vendor/style.scss */
p.side-header .side-header-nav > li:first-child {
  padding-top: 40px;
}

/* line 2567, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .menu-dropdown-link .dropdown-icon {
  padding: 7.5px 15px;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 16px;
}

/* line 2575, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .with-dropdown-2 .menu-dropdown-link .dropdown-icon {
  top: 12px;
}

/* line 2579, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .menu-dropdown-link .dropdown-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #a2a7b1;
  content: '';
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-50%, -50%, 0);
}

/* line 2598, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .menu-dropdown-link .dropdown-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 10px;
  background: #a2a7b1;
  content: '';
  transition: transform 0.35s;
  transform: translate3d(-50%, -50%, 0);
}

/* line 2617, app/assets/stylesheets/theme_admin/vendor/style.scss */
.light .side-header .menu-dropdown-link:hover .dropdown-icon::before,
.light .side-header .menu-dropdown-link:hover .dropdown-icon::after {
  background: #353c48;
}

/* line 2622, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .active > .menu-dropdown-link .dropdown-icon::before,
.side-header .active > .menu-dropdown-link .dropdown-icon::after {
  background: #fff;
}

/* line 2627, app/assets/stylesheets/theme_admin/vendor/style.scss */
.light .side-header .active > .menu-dropdown-link .dropdown-icon::before,
.light .side-header .active > .menu-dropdown-link .dropdown-icon::after {
  background: #353c48;
}

/* line 2632, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .menu-dropdown-link.active-dropdown .dropdown-icon::before {
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

/* line 2641, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .menu-dropdown-link:hover .dropdown-icon::after,
.side-header .menu-dropdown-link:hover .dropdown-icon::before,
.side-header .menu-dropdown-link.active-dropdown .dropdown-icon::after,
.side-header .menu-dropdown-link.active-dropdown .dropdown-icon::before {
  background: #fff;
}

/* line 2648, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .side-header .menu-dropdown-link:hover .dropdown-icon::after,
.navigation.light .side-header .menu-dropdown-link:hover .dropdown-icon::before,
.navigation.light .side-header .menu-dropdown-link.active-dropdown .dropdown-icon::after,
.navigation.light .side-header .menu-dropdown-link.active-dropdown .dropdown-icon::before {
  background: #353c48;
}

/* line 2655, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .menu-dropdown-link.active-dropdown .dropdown-icon::after {
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

/* line 2664, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header-secondary-nav.side-header-bottom {
  border-bottom: none;
  padding: 40px;
}

/* line 2669, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header-copyright {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #aaa;
}

/* line 2677, app/assets/stylesheets/theme_admin/vendor/style.scss */
.navigation.light .side-header-copyright {
  color: #333;
}

@media (max-width: 991px) {
  /* line 2683, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .header-side .navigation,
.header-side .main-nav {
    top: 0;
  }
  /* line 2688, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .header-side.nav-icons-right .navbar-header {
    text-align: center;
  }
}

/********************************************************************
 Header - Nav Account
********************************************************************/
/* line 2698, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-account.dropdown {
  padding-top: 15px;
}

/* line 2702, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-account.dropdown a {
  position: relative;
}

/* line 2706, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-account.dropdown a > .menu-badge {
  top: 50%;
  margin-top: -10px;
  right: 15px;
  left: inherit;
  line-height: 20px;
}

/* line 2714, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-account .dropdown-menu {
  text-align: left;
  width: 200px !important;
}

/* line 2719, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-account .profile-picture {
  width: 35px;
  border-radius: 50%;
  margin-top: -5px;
}

/* line 2725, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-account .profile-picture > img {
  width: 80px;
}

/* line 2729, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-account .profile-details .name {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
}

/* line 2735, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-account .profile-details .designation {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* line 2741, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-account .profile-details {
  padding: 10px 0 0;
  margin: -1px 0 0;
  text-align: center;
  color: #000;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

/* line 2751, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-account hr {
  margin: 0;
}

@media (max-width: 991px) {
  /* line 2756, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .main-nav a.logo {
    margin-right: 30px;
  }
  /* line 2760, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav a.logo {
    width: inherit;
    text-align: left;
    margin-left: 30px;
  }
  /* line 2766, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .navigation .main-nav .nav > li.menu-icon > a {
    padding: 28px 0 28px 15px !important;
  }
  /* line 2770, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-account.dropdown {
    padding-top: 0;
  }
  /* line 2774, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-account.dropdown > a {
    padding: 17.5px 15px;
  }
  /* line 2778, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-account .profile-picture {
    margin-top: 0;
  }
  /* line 2782, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-task.dropdown,
.nav-notify.dropdown {
    padding: 6px 0;
  }
  /* line 2787, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-messages.dropdown {
    padding: 8.5px 0;
  }
  /* line 2791, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .navbar-right {
    padding: 12px 0 0 0;
  }
  /* line 2795, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-fullscreen .navbar-right {
    padding: 0;
  }
  /* line 2799, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .chat-slide {
    top: 75px;
  }
}

@media (max-width: 767px) {
  /* line 2805, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .main-nav a.logo {
    margin-left: 0;
  }
  /* line 2809, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-account .profile-picture {
    margin-top: -15px;
  }
  /* line 2813, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-account.dropdown:last-child .profile-picture {
    margin-top: 3px;
  }
  /* line 2817, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .navbar-right {
    padding: 15px 0;
  }
  /* line 2821, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-fullscreen .main-nav .nav.navbar-right {
    padding-bottom: 6px;
  }
  /* line 2825, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .navbar-nav .open .dropdown-menu {
    position: absolute;
  }
  /* line 2829, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .navbar-icons .navbar-nav .dropdown-menu {
    background-color: #fff !important;
    padding-bottom: 0 !important;
  }
  /* line 2834, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .dark-body .navbar-icons .navbar-nav .dropdown-menu {
    background-color: #3c4452 !important;
  }
}

/********************************************************************
 Header - Nav Notifications, Nav Tasks
********************************************************************/
/* line 2844, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-task .dropdown-menu .inner-dropdown-content,
.nav-notify .dropdown-menu .inner-dropdown-content,
.nav-messages .dropdown-menu .inner-dropdown-content {
  padding: 0;
}

/* line 2850, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-task .dropdown-menu .inner-dropdown-content li,
.nav-notify .dropdown-menu .inner-dropdown-content li,
.nav-messages .dropdown-menu .inner-dropdown-content li {
  list-style: none;
}

/* line 2856, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-notify .dropdown-menu li,
.nav-task .dropdown-menu li,
.nav-messages .dropdown-menu li {
  border-bottom: 1px solid #f6f6f6;
}

/* line 2862, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-notify .dropdown-menu li:last-child,
.nav-task .dropdown-menu li:last-child,
.nav-messages .dropdown-menu li:last-child {
  border-bottom: none;
}

/* line 2868, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-notify.dropdown > a,
.nav-task.dropdown > a {
  font-size: 20px !important;
  padding-top: 6px !important;
}

/* line 2874, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-messages > a {
  font-size: 23px !important;
}

/* line 2878, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-notify .dropdown-menu .inner-dropdown-content li > a,
.nav-task .dropdown-menu .inner-dropdown-content li > a {
  text-align: left;
  padding: 15px 95px 15px 55px;
  display: block;
  line-height: 20px;
  height: auto;
  position: relative;
  text-transform: none;
  letter-spacing: 1px;
  font-size: 11px;
}

/* line 2891, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-messages .dropdown-menu .inner-dropdown-content li > a {
  padding: 15px 0 15px 15px;
  display: block;
  position: relative;
}

/* line 2897, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-messages .dropdown-menu .inner-dropdown-content li > a .media-object {
  width: 40px;
  border-radius: 50%;
}

/* line 2902, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-messages .dropdown-menu .inner-dropdown-content li > a .media-heading {
  font-weight: 400;
  padding-top: 2px;
}

/* line 2907, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-messages .dropdown-menu .inner-dropdown-content li > a p {
  text-transform: none;
  letter-spacing: 1px;
  margin: 10px 0 0 0;
}

/* line 2913, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-task .dropdown-menu .inner-dropdown-content li > a {
  padding: 15px;
  background-color: transparent;
  transition: all 0.3s linear;
}

/* line 2922, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dropdown-menu .inner-dropdown-content li > a:hover {
  background-color: #fafafa;
}

/* line 2926, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-task .dropdown-menu .inner-dropdown-content li > a span.task-progress-text {
  padding-right: 25px;
}

/* line 2930, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-task .dropdown-menu .inner-dropdown-content li > a .progress {
  margin: 5px 0;
  height: 10px;
  background-color: #eee;
}

/* line 2936, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-notify .dropdown-menu .inner-dropdown-content li > a > span > i {
  font-size: 12px;
  position: absolute;
  left: 15px;
  top: 12px;
  color: #fff;
  padding: 7px;
}

/* line 2945, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dropdown .dropdown-menu > li.dropdown-heading {
  padding: 15px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  font-weight: 400;
}

/* line 2953, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dropdown .dropdown-menu > li.dropdown-heading .number {
  font-weight: 600;
}

/* line 2957, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dropdown .dropdown-menu > li.dropdown-heading a {
  padding: 0;
  float: right;
  line-height: inherit;
  height: inherit;
}

/* line 2964, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-task.dropdown .dropdown-menu > li.dropdown-heading a {
  padding-top: 1px;
}

@media (max-width: 991px) {
  /* line 2970, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-notify.dropdown > a,
.nav-task.dropdown > a {
    padding-top: 22px !important;
  }
  /* line 2975, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-fullscreen .nav-chat {
    padding-top: 7px;
  }
  /* line 2979, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-normal .nav-chat,
.nav-normal .nav-search {
    padding-top: 8px;
  }
}

/********************************************************************
 Logout, Mail, Task Icons
********************************************************************/
/* line 2989, app/assets/stylesheets/theme_admin/vendor/style.scss */
a .logout-icon {
  font-size: 16px;
  position: relative;
  top: 2px;
}

/* line 2995, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-task > a {
  font-size: 18px !important;
  margin-top: -1px;
}

/* line 3000, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-search > a {
  font-size: 16px !important;
  margin-top: 1px;
}

/* line 3005, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-chat > a {
  font-size: 22px !important;
  margin-top: -1px;
  padding-right: 5px !important;
}

/* line 3011, app/assets/stylesheets/theme_admin/vendor/style.scss */
.notification-dot {
  position: relative;
}

/* line 3015, app/assets/stylesheets/theme_admin/vendor/style.scss */
.notification-dot .pulse {
  position: absolute;
  top: -5px;
  left: -5px;
  height: 16px;
  width: 16px;
  border: 3px solid #ff7f5a;
  border-radius: 20px;
  -moz-animation: heartbit 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 1s ease-out;
  animation-iteration-count: infinite;
}

/* line 3032, app/assets/stylesheets/theme_admin/vendor/style.scss */
.notification-dot .point {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #eb4b4b;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 3044, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-red .notification-dot .pulse {
  border-color: #4c5667;
}

/* line 3048, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nav-red .notification-dot .point {
  background-color: #4c5667;
}

/********************************************************************
 Menu Badge
********************************************************************/
/* line 3110, app/assets/stylesheets/theme_admin/vendor/style.scss */
.menu-badge {
  position: absolute;
  top: -6px;
  left: 5px;
  font-size: 11px;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  color: #000;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
}

/* line 3125, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .side-header-nav > li > a.with-badge {
  position: relative;
}

/* line 3129, app/assets/stylesheets/theme_admin/vendor/style.scss */
.side-header .side-header-nav > li a.with-badge .menu-badge {
  position: inherit;
  right: inherit;
  margin-left: 5px;
  left: inherit;
  top: 50%;
  margin-top: -10px;
  width: auto;
  min-width: 30px;
  height: auto;
  min-height: 21px;
  line-height: 15px;
  padding: 3px 5px;
  border-radius: 0;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  /* line 3147, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .menu-badge {
    top: 9px;
  }
}

/********************************************************************
 Header - Full Width
********************************************************************/
@media (min-width: 992px) {
  /* line 3157, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .main-nav > .navbar-default > .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 3164, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-nav > .navbar-default > .container {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

/********************************************************************
Header Alignment
********************************************************************/
@media (min-width: 992px) {
  /* line 3175, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .frontend .main-nav .navbar-container {
    float: right;
  }
  /* line 3179, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .header-right .collapsing-nav {
    float: right;
  }
  /* line 3183, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .header-right .nav > li > a {
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px;
  }
  /* line 3190, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .header-right .navbar-container .nav > li > a {
    color: #fff !important;
    text-transform: uppercase;
    margin-right: 15px;
    background-color: transparent !important;
    position: relative;
  }
  /* line 3198, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .header-right .navbar-container .nav > li > a:focus {
    color: #fff;
  }
  /* line 3202, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .header-right .navbar-container .nav > li > a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    display: block;
    content: '';
    transition: all 0.3s cubic-bezier(0, 0, 1, 1);
  }
  /* line 3218, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .light .header-right .navbar-container .nav > li > a,
.light .header-right .navbar-container .nav > li > a:focus {
    color: #000 !important;
  }
  /* line 3223, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .light .header-right .navbar-container .nav > li > a:after {
    background-color: #000;
  }
  /* line 3227, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .header-right .navbar-container .nav > li.active > a:after,
.header-right .navbar-container .nav > li:hover > a:after {
    width: 100%;
  }
}

/********************************************************************
Profile Page
********************************************************************/
/* line 3237, app/assets/stylesheets/theme_admin/vendor/style.scss */
.profile-sidebar {
  float: left;
  width: 300px;
  margin-right: 30px;
}

/* line 3243, app/assets/stylesheets/theme_admin/vendor/style.scss */
.profile-content {
  overflow: hidden;
}

/********************************************************************
User Profile Block
********************************************************************/
/* line 3251, app/assets/stylesheets/theme_admin/vendor/style.scss */
.user-profile-block {
  text-align: center;
}

/* line 3255, app/assets/stylesheets/theme_admin/vendor/style.scss */
.user-profile-block .user-name,
.user-profile-block .user-designation {
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
}

/* line 3262, app/assets/stylesheets/theme_admin/vendor/style.scss */
.user-profile-block > img {
  border-radius: 50%;
  margin-bottom: 15px;
}

/* line 3267, app/assets/stylesheets/theme_admin/vendor/style.scss */
.user-profile-block ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

/* line 3279, app/assets/stylesheets/theme_admin/vendor/style.scss */
.user-profile-block ul li {
  border-top: 1px solid #eee;
  border-left: 3px solid #eee;
  background-color: transparent;
  transition: all 0.3s linear;
  position: relative;
}

/* line 3290, app/assets/stylesheets/theme_admin/vendor/style.scss */
.user-profile-block ul li:last-child {
  border-bottom: 1px solid #eee;
}

/* line 3294, app/assets/stylesheets/theme_admin/vendor/style.scss */
.user-profile-block ul li.active {
  border-left: 3px solid #1F232B;
  background-color: #fafafa;
}

/* line 3299, app/assets/stylesheets/theme_admin/vendor/style.scss */
.user-profile-block ul li a {
  color: #999;
  display: block;
  padding: 10px;
  transition: all 0.3s linear;
}

/* line 3309, app/assets/stylesheets/theme_admin/vendor/style.scss */
.user-profile-block ul li:hover {
  background-color: #fafafa;
}

/* line 3313, app/assets/stylesheets/theme_admin/vendor/style.scss */
.user-profile-block ul li.active a,
.user-profile-block ul li:hover a {
  color: #000;
}

/* line 3318, app/assets/stylesheets/theme_admin/vendor/style.scss */
.user-profile-block ul li span {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 14px;
}

/********************************************************************
	Theme Background Section
********************************************************************/
/* line 3329, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-background-section {
  background-size: cover;
  background-position: top left;
  position: relative;
  background-repeat: no-repeat;
}

/* line 3336, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-background-section .video-bg-div {
  display: table-row-group;
}

/* line 3340, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-background-section .video-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  top: inherit;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
}

/* line 3352, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-background-section .map {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
}

/* line 3364, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-background-section.parallax {
  background-attachment: fixed;
}

/* line 3368, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-background-section.fs-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* line 3379, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-background-section.fs-overlay.light:before {
  background: rgba(255, 255, 255, 0.75);
}

/* line 3383, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-background-section .content-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

/* line 3393, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-background-section .content-inner-container {
  display: table-cell;
  vertical-align: middle;
  max-width: 450px;
  margin: -150px auto 0 auto;
  display: table-cell;
  vertical-align: middle;
  padding: 100px 8%;
}

/* line 3403, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-background-section .content-inner-container.top {
  vertical-align: top;
}

/* line 3407, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-background-section .content-inner-container.bottom {
  vertical-align: bottom;
}

/********************************************************************
	Chat/Settings
********************************************************************/
/* line 3418, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-slide {
  position: fixed;
  right: -301px;
  top: 70px;
  z-index: 9999;
  height: 100%;
  width: 300px;
  background: #353c48;
  color: #a2a7b1;
  transition: right 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  font-family: 'Roboto Condensed', sans-serif;
  overflow-y: auto;
  padding-bottom: 70px;
  border-left: 1px solid #3c4452;
}

/* line 3437, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-slide.active {
  right: 0;
}

/* line 3441, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-slide a.chat-trigger {
  display: block;
  text-align: center;
  color: #a2a7b1;
  font-size: 23px;
  line-height: 18px;
  border-bottom: 1px solid #414853;
  padding: 15px;
}

/* line 3451, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-slide a.chat-trigger:hover {
  color: #fff;
}

/* line 3455, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-slide .tab-theme .tab-content > .active {
  padding: 30px 30px 0;
}

/* line 3459, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-slide ul.tab-theme.tab-light {
  padding-top: 0;
}

/* line 3463, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-slide ul.tab-theme.tab-light > li > a {
  font-size: 22px;
  padding: 25px 15px 15px;
}

/* line 3468, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-slide ul.tab-theme > li {
  width: 49.4%;
  text-align: center;
}

/* line 3473, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-slide .tab-underline > li > a {
  border-bottom: 3px solid #1f232b !important;
  color: #aaa !important;
}

/* line 3478, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-slide .tab-underline > li.active > a,
.chat-slide .tab-underline > li.active > a:hover,
.chat-slide .tab-underline > li.active > a:focus,
.chat-slide .tab-underline > li.active > a,
.chat-slide .tab-underline > li.active > a:hover,
.chat-slide .tab-underline > li.active > a:focus,
.chat-slide .tab-underline > li > a:hover,
.chat-slide .tab-underline > li > a:focus {
  border-bottom-color: #a2a7b1 !important;
  color: #fff !important;
}

/* line 3490, app/assets/stylesheets/theme_admin/vendor/style.scss */
.tab-chat {
  position: relative;
}

/* line 3494, app/assets/stylesheets/theme_admin/vendor/style.scss */
.list-pane {
  position: absolute;
  left: 0px;
  width: 300px;
  padding: 0;
  transition: left 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 3505, app/assets/stylesheets/theme_admin/vendor/style.scss */
.list-pane.inactive {
  left: -300px;
}

/* line 3509, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-slide .chat-top h5 {
  margin: 0;
  color: #a2a7b1;
  text-transform: uppercase;
  padding-top: 5px;
}

/* line 3516, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-slide .chat-top {
  margin-bottom: 25px;
  padding: 0 40px 0 30px;
}

/* line 3521, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-slide .chat-top-icon {
  text-align: right;
}

/* line 3525, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-slide .chat-top-icon a {
  color: #a2a7b1;
  font-size: 20px;
  line-height: 15px;
}

/* line 3531, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-slide .chat-top-icon a:hover {
  color: #fff;
}

/* line 3535, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-slide .list-pane .form-theme {
  padding: 0 30px;
  margin-bottom: 25px;
}

/* line 3540, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-slide .form-theme .form-control {
  border-color: #414853;
  background: #414853;
  border-radius: 17px;
  color: #a2a7b1;
  padding: 0 15px;
}

/* line 3548, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-slide .form-theme .form-control:focus {
  border-color: #414853;
}

/* line 3552, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-slide .form-search a:hover {
  color: #fff;
}

/* line 3556, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.friend-list {
  padding: 0;
  margin: 0;
}

/* line 3561, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.friend-list li {
  list-style: none;
  border-bottom: 1px solid #414853;
}

/* line 3566, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.friend-list li:last-child {
  border-bottom: none;
}

/* line 3570, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.friend-list li a {
  padding: 15px 60px 15px 30px;
  display: block;
  background-color: transparent;
  transition: all 0.3s linear;
  position: relative;
}

/* line 3581, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.friend-list li a:hover {
  background-color: #414853;
}

/* line 3585, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.friend-list li.unread,
ul.friend-list li.unread a:hover {
  background-color: #1f232b;
}

/* line 3590, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.friend-list li a span.badge {
  background-color: #414853;
  border-radius: 50%;
  padding: 4px 7px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  font-weight: normal;
}

/* line 3601, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.friend-list .media-object {
  display: block;
  border-radius: 50%;
  width: 50px;
}

/* line 3607, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.friend-list .media-left {
  position: relative;
}

/* line 3611, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.friend-list .media-left i {
  background-color: #4c5667;
}

/* line 3615, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.friend-list .media-left.friend-busy i {
  background-color: #eb4b4b;
}

/* line 3619, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.friend-list .media-left.friend-away i {
  background-color: #faca39;
}

/* line 3623, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.friend-list .media-left.friend-online i {
  background-color: #24caa1;
}

/* line 3627, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.friend-list .media-left i {
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #353c48;
  border-radius: 100%;
  transition: all 0.3s linear;
}

/* line 3641, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.friend-list li a:hover .media-left i {
  border-color: #414853;
}

/* line 3645, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.friend-list li.unread .media-left i,
ul.friend-list li.unread a:hover .media-left i {
  border-color: #1f232b;
}

/* line 3650, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.friend-list a h4 {
  color: #aaa;
  font-size: 14px;
  font-weight: 400;
}

/* line 3656, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.friend-list a small {
  color: #999 !important;
  font-weight: 400 !important;
}

/* line 3661, app/assets/stylesheets/theme_admin/vendor/style.scss */
.message-pane {
  position: absolute;
  left: 300px;
  width: 300px;
  padding: 0 0 170px;
  height: 100%;
  margin-top: -170px;
  z-index: 1;
  background-color: #353c48;
  transition: left 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 3676, app/assets/stylesheets/theme_admin/vendor/style.scss */
.message-pane.active {
  left: 0;
}

/* line 3680, app/assets/stylesheets/theme_admin/vendor/style.scss */
.message-pane .message-top {
  border-bottom: 1px solid #414853;
  padding: 0 30px;
  margin-left: -10px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}

/* line 3689, app/assets/stylesheets/theme_admin/vendor/style.scss */
.message-pane .message-top .name {
  padding-top: 24px;
}

/* line 3693, app/assets/stylesheets/theme_admin/vendor/style.scss */
.message-pane .message-top a {
  font-size: 23px;
  line-height: 18px;
  display: block;
  color: #a2a7b1;
  padding-top: 25px;
  padding-bottom: 15px;
}

/* line 3702, app/assets/stylesheets/theme_admin/vendor/style.scss */
.message-pane .message-top a:hover {
  color: #fff;
}

/* line 3706, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.message-list {
  padding: 0 30px;
  margin: 0;
}

/* line 3711, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.message-list li {
  list-style: none;
  display: inline;
}

/* line 3716, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.message-list img.message-img {
  display: block;
  border-radius: 50%;
  width: 40px;
  float: left;
}

/* line 3723, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.message-list .message-body {
  float: right;
  width: 180px;
}

/* line 3728, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.message-list .message-body p.message {
  padding: 10px 15px;
  background-color: #4c5667;
  color: #ccc;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

/* line 3737, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.message-list .message-body p:last-child {
  margin-bottom: 25px;
}

/* line 3741, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.message-list li:last-child .message-body p:last-child {
  margin-bottom: 80px;
}

/* line 3745, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.message-list .message-body p.message:first-child:before {
  position: absolute;
  top: 5px;
  left: -10px;
  width: 0;
  height: 0;
  content: '';
  border: 5px solid transparent;
  border-right-color: #4c5667;
}

/* line 3756, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.message-list .message-right img.message-img {
  float: right;
}

/* line 3760, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.message-list .message-right .message-body {
  float: left;
}

/* line 3764, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.message-list .message-right .message-body p.message:first-child:before {
  right: -10px;
  left: inherit;
  border-left-color: #4c5667;
  border-right-color: transparent;
}

/* line 3771, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet ul.message-list img.message-img {
  width: 7%;
}

/* line 3775, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet ul.message-list .message-body {
  width: 90%;
}

/* line 3779, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet ul.message-list .message-body p.message {
  background-color: #f9f9f9;
  color: #333;
}

/* line 3784, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet ul.message-list .message-right .message-body p.message {
  background-color: #2eb7f3;
  color: #fff;
}

/* line 3789, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet ul.message-list .message-body p.message:first-child:before {
  border-right-color: #f9f9f9;
}

/* line 3793, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet ul.message-list .message-right .message-body p.message:first-child:before {
  border-left-color: #2eb7f3;
  border-right-color: transparent;
}

/* line 3798, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet ul.message-list .message-body span {
  color: #999;
  display: block;
  margin-bottom: 20px;
}

/* line 3804, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet ul.message-list li.message-right .message-body span {
  text-align: right;
}

/* line 3808, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet ul.message-list li:last-child .message-body span {
  margin-bottom: 0;
}

/* line 3812, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet .form-theme.form-big {
  margin-top: 30px;
}

/* line 3816, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet .form-theme.form-big .input-group-btn .btn {
  font-size: 20px;
  color: #000 !important;
  line-height: 20px;
  background-color: transparent !important;
  border-color: #eee !important;
}

/* line 3824, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet .slim-scroll-content {
  height: 300px;
}

/* line 3828, app/assets/stylesheets/theme_admin/vendor/style.scss */
.message-pane.active .form-theme {
  display: block;
  position: fixed;
  right: 0;
  bottom: -15px;
  width: 300px;
  margin: 0;
}

/* line 3837, app/assets/stylesheets/theme_admin/vendor/style.scss */
.message-pane .form-theme.form-big .input-group-btn .btn {
  padding: 17px 10px;
  height: 55px;
  font-size: 20px;
  background-color: #414853 !important;
  border: none !important;
}

/* line 3845, app/assets/stylesheets/theme_admin/vendor/style.scss */
.message-pane .form-theme input {
  border-left-color: #4c5667 !important;
  border-radius: 0 !important;
}

/* line 3850, app/assets/stylesheets/theme_admin/vendor/style.scss */
#tab-settings.tab-pane {
  padding: 30px 0 0;
}

/* line 3854, app/assets/stylesheets/theme_admin/vendor/style.scss */
#tab-settings h4 {
  color: #eee;
  margin: 0 0 30px;
  padding: 0 30px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
}

/* line 3863, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.settings-list {
  padding: 0 30px;
}

/* line 3867, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.settings-list li {
  list-style: none;
  margin-bottom: 20px;
}

/* line 3872, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.settings-list .setting-option {
  font-size: 16.5px;
  color: #eee;
  font-weight: 300;
}

/* line 3878, app/assets/stylesheets/theme_admin/vendor/style.scss */
.toggle {
  float: right;
  position: relative;
  width: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 3887, app/assets/stylesheets/theme_admin/vendor/style.scss */
.toggle-checkbox {
  display: none;
}

/* line 3891, app/assets/stylesheets/theme_admin/vendor/style.scss */
.toggle-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 20px;
  padding: 0;
  line-height: 20px;
  border: 1px solid #CCCCCC;
  border-radius: 20px;
  background-color: #FFFFFF;
  transition: background-color 0.3s ease-in;
}

/* line 3904, app/assets/stylesheets/theme_admin/vendor/style.scss */
.toggle-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  border: 1px solid #CCCCCC;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

/* line 3920, app/assets/stylesheets/theme_admin/vendor/style.scss */
.toggle-checkbox:checked + .toggle-label {
  background-color: #24caa1;
}

/* line 3924, app/assets/stylesheets/theme_admin/vendor/style.scss */
.toggle-checkbox:checked + .toggle-label,
.toggle-checkbox:checked + .toggle-label:before {
  border-color: #24caa1;
}

/* line 3929, app/assets/stylesheets/theme_admin/vendor/style.scss */
.toggle-checkbox:checked + .toggle-label:before {
  right: 0px;
}

/* Light Chat */
/* line 3935, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-light.chat-slide,
.chat-light .message-pane {
  background-color: #edf1f5;
}

/* line 3940, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-light.chat-slide a:hover,
.chat-light .message-pane .message-top .name {
  color: #000;
}

/* line 3945, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-light.chat-slide,
.chat-light.chat-slide a.chat-trigger,
.chat-light.chat-slide .tab-underline > li > a,
.chat-light ul.friend-list li,
.chat-light .message-pane .message-top {
  border-color: #f9f9f9 !important;
}

/* line 3953, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-light.chat-slide .tab-underline > li.active > a,
.chat-light.chat-slide .tab-underline > li.active > a:hover,
.chat-light.chat-slide .tab-underline > li.active > a:focus,
.chat-light.chat-slide .tab-underline > li.active > a,
.chat-light.chat-slide .tab-underline > li.active > a:hover,
.chat-light.chat-slide .tab-underline > li.active > a:focus,
.chat-light.chat-slide .tab-underline > li > a:hover,
.chat-light.chat-slide .tab-underline > li > a:focus {
  border-bottom-color: #a2a7b1 !important;
  color: #000 !important;
}

/* line 3965, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-light.chat-slide .form-theme .form-control {
  border-color: #f9f9f9;
  background: #f9f9f9;
}

/* line 3970, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-light ul.friend-list li.unread,
.chat-light ul.friend-list li.unread a:hover,
.chat-light ul.message-list .message-body p.message {
  background-color: #ffffff;
  color: #777;
}

/* line 3977, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-light ul.friend-list li a:hover,
.chat-light ul.message-list li.message-right .message-body p.message {
  background-color: #fafafa;
}

/* line 3982, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-light ul.friend-list a h4,
.chat-light.chat-slide .chat-top h5,
.chat-light #tab-settings h4,
.chat-light ul.settings-list .setting-option {
  color: #000;
}

/* line 3989, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-light ul.friend-list li.unread .media-left i,
.chat-light ul.friend-list li.unread a:hover .media-left i {
  border-color: #ffffff;
}

/* line 3994, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-light ul.friend-list .media-left i {
  border-color: #edf1f5;
}

/* line 3998, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-light ul.friend-list li a:hover .media-left i {
  border-color: #fafafa;
}

/* line 4002, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-light ul.message-list .message-body p.message:first-child:before {
  border-right-color: #fff;
}

/* line 4006, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-light ul.message-list .message-right .message-body p.message:first-child:before {
  border-left-color: #fafafa;
  border-right-color: transparent;
}

/* line 4011, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-light .message-pane .form-theme.form-big .input-group-btn .btn {
  background-color: #f9f9f9 !important;
  color: #a2a7b1 !important;
}

/* line 4016, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chat-light .message-pane .form-theme input {
  border-left-color: #e6e6e6 !important;
}

/********************************************************************
 Time Badge
********************************************************************/
/* line 4025, app/assets/stylesheets/theme_admin/vendor/style.scss */
span.time-badge {
  font-size: 9px;
  font-weight: bold;
  text-transform: none;
  position: absolute;
  right: 15px;
  background-color: #eee;
  opacity: 0.6;
  padding: 0 10px;
  line-height: 20px;
  top: 15px;
  letter-spacing: 1px;
}

/********************************************************************
 Task Badge
********************************************************************/
/* line 4043, app/assets/stylesheets/theme_admin/vendor/style.scss */
span.task-badge {
  font-size: 9px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 15px;
  letter-spacing: 1px;
}

/********************************************************************
 Portlets
********************************************************************/
/* line 4056, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet {
  background: transparent;
  margin-bottom: 30px;
}

/* line 4061, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet.portlet-gray {
  background: #f3f3f3;
  padding: 30px;
}

/* line 4066, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet.portlet-bordered {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 30px;
}

/* Portlet Title */
/* line 4073, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet-title {
  padding: 0;
  min-height: 40px;
  border-bottom: 1px solid #eee;
  margin-bottom: 18px;
  display: table;
  width: 100%;
}

/* line 4082, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet.portlet-gray .portlet-title {
  border-color: #e6e6e6;
}

/* line 4086, app/assets/stylesheets/theme_admin/vendor/style.scss */
.caption {
  float: left;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 10px 10px 0;
}

/* line 4094, app/assets/stylesheets/theme_admin/vendor/style.scss */
.caption i {
  color: #1F232B;
  font-size: 15px;
  font-weight: 300;
  margin-top: 3px;
}

/* line 4101, app/assets/stylesheets/theme_admin/vendor/style.scss */
.caption-subject {
  color: #1F232B;
  font-size: 13px;
  font-weight: bold;
  margin-right: 5px;
}

/* line 4108, app/assets/stylesheets/theme_admin/vendor/style.scss */
.caption-helper {
  padding: 0;
  margin: 0;
  line-height: 13px;
  color: #9eacb4;
  font-size: 13px;
  font-weight: 400;
}

/* Actions */
/* line 4118, app/assets/stylesheets/theme_admin/vendor/style.scss */
.actions {
  float: right;
  display: inline-block;
  padding: 7px 0;
}

/* line 4124, app/assets/stylesheets/theme_admin/vendor/style.scss */
.actions a {
  margin-left: 3px;
}

/* line 4128, app/assets/stylesheets/theme_admin/vendor/style.scss */
.actions .btn {
  color: #666;
  padding: 3px 9px;
  line-height: 1.5;
  background-color: #fff;
  border-color: #ccc;
}

/* line 4136, app/assets/stylesheets/theme_admin/vendor/style.scss */
.actions .btn i {
  font-size: 12px;
}

/* line 4140, app/assets/stylesheets/theme_admin/vendor/style.scss */
.actions .btn:hover {
  background: #f2f2f2;
}

/* Pagination */
/* line 4145, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pagination {
  margin: -3px 0 0;
}

/* line 4149, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pagination > li > a,
.pagination > li > span {
  padding: 8px 15px;
  font-size: 12px;
  color: #1F232B;
}

/* line 4156, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pagination > li:hover > a,
.pagination > li.active > a,
.pagination > li.active:hover > a {
  color: #fff;
  background: #1F232B;
  border-color: #1F232B;
}

/* line 4164, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  background-color: transparent;
}

/* line 4173, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pagination-lg.pagination > li > a,
.pagination-lg.pagination > li > span {
  padding: 16px 25px;
}

/* line 4178, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pagination-sm.pagination > li > a,
.pagination-sm.pagination > li > span {
  padding: 5px 10px;
}

/* Inputs */
/* line 4184, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inputs {
  float: right;
  display: inline-block;
  padding: 3px 0 7px;
}

/* line 4190, app/assets/stylesheets/theme_admin/vendor/style.scss */
.input-inline {
  width: 240px;
  display: inline-block;
  vertical-align: middle;
}

/* line 4196, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet-input .input-group .form-control:focus {
  z-index: 2;
}

/* Tab */
/* line 4201, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet-title > .nav-tabs {
  background: none;
  margin: 0;
  float: right;
  display: inline-block;
  border: 0;
}

/* line 4209, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet-title > .nav-tabs > li {
  background: none;
  margin: 0;
  border-bottom: 4px solid transparent;
}

/* line 4215, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet-title > .nav-tabs > li > a,
.portlet-title > .nav-tabs > li:hover > a {
  background: none;
  border: 0;
  padding: 12px 10px 12px;
  color: #676D78;
  border: 0;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 400;
}

/* line 4227, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet-title > .nav-tabs > li.active > a,
.portlet-title > .nav-tabs > li.active:hover > a {
  color: #1F232B;
  border: 0;
  background-color: transparent;
}

/* line 4234, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet-title > .nav-tabs > li.active,
.portlet-title > .nav-tabs > li.active:hover {
  border-bottom: 4px solid #1F232B;
  position: relative;
}

/* line 4240, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet-title > .nav-tabs > li:hover {
  border-bottom: 4px solid #676D78;
}

/* Btn Circle */
/* line 4245, app/assets/stylesheets/theme_admin/vendor/style.scss */
.actions .btn.btn-circle {
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50%;
}

/* line 4252, app/assets/stylesheets/theme_admin/vendor/style.scss */
.actions .btn.active i {
  color: #fff;
}

/* line 4256, app/assets/stylesheets/theme_admin/vendor/style.scss */
.actions .btn i {
  font-size: 12px;
  line-height: 22px;
  margin-left: -1px;
}

/* line 4262, app/assets/stylesheets/theme_admin/vendor/style.scss */
.actions .btn.btn-circle i {
  margin-left: -1.5px;
}

/* line 4266, app/assets/stylesheets/theme_admin/vendor/style.scss */
.actions .btn i {
  margin-top: -1px;
}

/* line 4270, app/assets/stylesheets/theme_admin/vendor/style.scss */
.actions .btn [class^="pe-7s-"] {
  font-size: 17px !important;
}

/* line 4274, app/assets/stylesheets/theme_admin/vendor/style.scss */
.actions .btn [class^="pe-7s-"] {
  margin-left: -3.5px !important;
}

/* line 4278, app/assets/stylesheets/theme_admin/vendor/style.scss */
.actions .btn i.icon-lg {
  font-size: 14px;
  line-height: 23px;
}

/* line 4283, app/assets/stylesheets/theme_admin/vendor/style.scss */
.actions .btn.btn-circle i.icon-lg {
  margin-left: -2px;
}

/* line 4287, app/assets/stylesheets/theme_admin/vendor/style.scss */
.actions .btn.btn-circle i.fa-angle-down,
.actions .btn.btn-circle i.fa-angle-up {
  font-size: 16px;
  margin-top: -1px;
}

/* line 4293, app/assets/stylesheets/theme_admin/vendor/style.scss */
.actions .btn {
  border: none;
  margin-left: 3px;
  box-shadow: none;
  font-size: 10px;
}

/* line 4300, app/assets/stylesheets/theme_admin/vendor/style.scss */
.actions .btn.btn-dark {
  padding: 2px 8px;
}

/* line 4304, app/assets/stylesheets/theme_admin/vendor/style.scss */
.actions .btn-grey.btn:hover,
.actions .btn-grey.btn:focus,
.actions .btn-grey.btn:active,
.actions .btn-grey.btn.active {
  color: #fff;
  background: #676D78;
  outline: none !important;
}

/* line 4313, app/assets/stylesheets/theme_admin/vendor/style.scss */
.actions .btn-grey-dark.btn:active,
.actions .btn-grey-dark.btn.active,
.actions .btn-grey-dark.btn:hover,
.actions .btn-grey-dark.btn:focus {
  color: #fff;
  background: #1F232B;
  outline: none !important;
}

/*Expandable Portlet*/
/* line 4324, app/assets/stylesheets/theme_admin/vendor/style.scss */
.portlet-trigger.up,
.portlet-expand {
  display: none;
}

/********************************************************************
 Notification List
********************************************************************/
/* line 4333, app/assets/stylesheets/theme_admin/vendor/style.scss */
.notification-list {
  margin: 0;
  padding: 0;
}

/* line 4338, app/assets/stylesheets/theme_admin/vendor/style.scss */
.notification-list li {
  list-style: none;
  padding: 7.5px 80px 7.5px 0;
  border-bottom: 1px solid #eee;
  position: relative;
}

/* line 4345, app/assets/stylesheets/theme_admin/vendor/style.scss */
.notification-list span.time-badge {
  right: 0;
  top: 50%;
  margin-top: -10px;
}

/* line 4351, app/assets/stylesheets/theme_admin/vendor/style.scss */
.notification-list span.details {
  font-size: 13px;
  padding-left: 30px;
  display: inline-block;
}

/* line 4357, app/assets/stylesheets/theme_admin/vendor/style.scss */
.notification-list span.details > i {
  color: #fff;
  padding: 5px;
  font-size: 12px;
  position: absolute;
  left: 0;
}

/* line 4365, app/assets/stylesheets/theme_admin/vendor/style.scss */
.notification-list li span.label {
  color: #fff;
  margin-left: 10px;
  margin-bottom: 0;
  padding: 3px 5px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

/* ==========================================================================
   Social Cards
============================================================================= */
/* line 4380, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content.social-card {
  padding: 0;
}

/* line 4384, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content.social-card .social-card-content {
  padding: 0 30px 30px;
}

/* line 4388, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content.social-card img.social-card-image {
  border-radius: 50%;
  width: 100px;
  border: 3px solid #fff;
  margin-top: -50px;
  margin-bottom: 25px;
}

/* line 4396, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content.social-card .followers {
  display: inline-block;
  margin: 5px 5px 0;
}

/* line 4401, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content.social-card-small img {
  width: 80px;
}

/* ==========================================================================
   Page Top - Breadcrumbs
============================================================================= */
/* line 4409, app/assets/stylesheets/theme_admin/vendor/style.scss */
.page-top {
  background-color: #fff;
  margin: -30px -15px 30px;
  padding: 30px 15px;
  position: relative;
  text-align: left;
}

/* line 4417, app/assets/stylesheets/theme_admin/vendor/style.scss */
.page-top ul.breadcrumb {
  background: none;
  margin: 3px 0;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 4425, app/assets/stylesheets/theme_admin/vendor/style.scss */
.page-top ul.breadcrumb li a {
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
  color: #555;
}

/* line 4431, app/assets/stylesheets/theme_admin/vendor/style.scss */
.page-top ul.breadcrumb > .active {
  color: #000;
}

/* line 4435, app/assets/stylesheets/theme_admin/vendor/style.scss */
.page-top ul.breadcrumb > li {
  text-shadow: none;
  font-weight: 400;
  letter-spacing: 2px;
  color: #555;
}

/* line 4442, app/assets/stylesheets/theme_admin/vendor/style.scss */
.page-top .page-title {
  color: #555;
  font-weight: 400;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 4454, app/assets/stylesheets/theme_admin/vendor/style.scss */
.page-subtitle {
  margin: 10px 0 0;
  letter-spacing: 1px;
}

/* line 4459, app/assets/stylesheets/theme_admin/vendor/style.scss */
.page-top .page-subtitle {
  color: #999;
}

/* line 4463, app/assets/stylesheets/theme_admin/vendor/style.scss */
.header-inline {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 4469, app/assets/stylesheets/theme_admin/vendor/style.scss */
.header-inline-content {
  display: table-cell;
  vertical-align: middle;
  padding-right: 25px;
}

/* line 4475, app/assets/stylesheets/theme_admin/vendor/style.scss */
.header-inline-content.header-inline-breadcrumb {
  width: 30%;
}

/* line 4479, app/assets/stylesheets/theme_admin/vendor/style.scss */
.header-inline-content:last-child {
  text-align: right;
  padding-right: 0;
}

/* line 4484, app/assets/stylesheets/theme_admin/vendor/style.scss */
.header-inline-content:last-child .page-subtitle {
  margin: 0;
}

/* line 4488, app/assets/stylesheets/theme_admin/vendor/style.scss */
.breadcrumb > li.button {
  padding-left: 30px;
}

/* line 4492, app/assets/stylesheets/theme_admin/vendor/style.scss */
.breadcrumb > li.button:before {
  display: none;
}

/********************************************************************
 Custom Form Validation
********************************************************************/
/* line 4500, app/assets/stylesheets/theme_admin/vendor/style.scss */
#errors {
  padding: 0;
}

/* line 4504, app/assets/stylesheets/theme_admin/vendor/style.scss */
#errors p {
  margin: 0;
}

/* line 4508, app/assets/stylesheets/theme_admin/vendor/style.scss */
#errors li {
  list-style-type: none;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 4519, app/assets/stylesheets/theme_admin/vendor/style.scss */
#error {
  border-left: 5px solid #a94442;
  padding-left: 15px;
}

/* line 4524, app/assets/stylesheets/theme_admin/vendor/style.scss */
#error li {
  list-style-type: none;
}

/* line 4528, app/assets/stylesheets/theme_admin/vendor/style.scss */
#error li:before {
  content: '\b7\a0';
}

/*Footer Help Blocks*/
/* line 4534, app/assets/stylesheets/theme_admin/vendor/style.scss */
.footer form .form-group.has-error .help-block {
  color: #f07373;
}

/* line 4538, app/assets/stylesheets/theme_admin/vendor/style.scss */
.footer.footer-theme form .form-group.has-error .help-block {
  color: #ae0000;
}

/* line 4542, app/assets/stylesheets/theme_admin/vendor/style.scss */
.footer.footer-light form .form-group.has-error .help-block {
  color: #a94442;
}

/*form-md & form-big Feedback Icons*/
/* line 4548, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-md .has-feedback .form-control-feedback {
  right: 0;
}

/* line 4552, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-big .has-feedback .form-control-feedback {
  right: 0;
}

/* line 4556, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-md .feedback-text-area.has-feedback .form-control-feedback,
.form-big .feedback-text-area.has-feedback .form-control-feedback {
  right: 0;
}

/* line 4561, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-md .feedback-text-area.has-feedback.has-success .form-control-feedback,
.form-big .feedback-text-area.has-feedback.has-success .form-control-feedback {
  right: 0;
}

/* line 4566, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-group.captcha label {
  margin-top: 10px;
}

/* line 4570, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-group.captcha i.form-control-feedback {
  margin-right: 15px;
}

/* line 4574, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-group.captcha i.form-control-feedback.glyphicon-ok {
  top: 0px;
}

/*Form Response Message*/
/* line 4581, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-response {
  display: none;
  padding: 15px;
}

/* line 4586, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-response.success {
  color: #468847;
  border: 1px solid #468847;
}

/* line 4591, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-response.error {
  color: #b94a48;
  border: 1px solid #b94a48;
}

/*Form Loader*/
/* line 4597, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-loader {
  display: none;
  padding-left: 10px;
}

/********************************************************************
 Vertically Centred Divs
********************************************************************/
@media (min-width: 992px) {
  /* line 4607, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .vertical-center-box {
    display: -webkit-box;
    -webkit-box-align: center;
    display: flex;
    -moz-box-align: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    display: box;
    box-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 4622, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .vertical-center-box-tablet {
    display: -webkit-box;
    -webkit-box-align: center;
    display: flex;
    -moz-box-align: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    display: box;
    box-align: center;
    align-items: center;
  }
}

/* ==========================================================================
   Comments
============================================================================= */
/* line 4640, app/assets/stylesheets/theme_admin/vendor/style.scss */
.comments ul {
  padding: 0px;
  margin-top: 40px;
}

/* line 4645, app/assets/stylesheets/theme_admin/vendor/style.scss */
.comments ul li {
  list-style: none;
  padding-bottom: 25px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 25px;
  position: relative;
}

/* line 4653, app/assets/stylesheets/theme_admin/vendor/style.scss */
.comments ul li.reply {
  margin-left: 50px;
  padding: 50px;
  background-color: #f9f9f9;
}

/* line 4659, app/assets/stylesheets/theme_admin/vendor/style.scss */
.comments ul li img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

/* line 4668, app/assets/stylesheets/theme_admin/vendor/style.scss */
.comment-name,
.comment-title {
  font-weight: bold;
  text-transform: uppercase;
}

/* line 4674, app/assets/stylesheets/theme_admin/vendor/style.scss */
.comment-name {
  padding-right: 5px;
  display: inline;
}

/* line 4679, app/assets/stylesheets/theme_admin/vendor/style.scss */
.comment-date {
  clear: both;
  color: #777;
  font-size: 12px;
  font-weight: 400;
}

/* line 4686, app/assets/stylesheets/theme_admin/vendor/style.scss */
.comment-reply {
  float: right;
  margin-top: 15px;
}

/* line 4691, app/assets/stylesheets/theme_admin/vendor/style.scss */
.comment-content {
  clear: both;
  padding-top: 10px;
}

/* line 4696, app/assets/stylesheets/theme_admin/vendor/style.scss */
.panel-group .comments ul li:last-child,
.portlet-body .comments ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 4703, app/assets/stylesheets/theme_admin/vendor/style.scss */
.comments ul li .comment-action {
  position: absolute;
  top: 5px;
  right: 0;
}

/* ==========================================================================
   Rating
============================================================================= */
/* line 4713, app/assets/stylesheets/theme_admin/vendor/style.scss */
.rating {
  display: table;
}

/* line 4717, app/assets/stylesheets/theme_admin/vendor/style.scss */
.rating.text-center,
.text-center .rating {
  margin: 0 auto;
}

/* line 4722, app/assets/stylesheets/theme_admin/vendor/style.scss */
.rating:not(:checked) > input {
  display: none;
}

/* line 4726, app/assets/stylesheets/theme_admin/vendor/style.scss */
.rating:not(:checked) > label {
  float: right;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  margin-right: 2px;
  line-height: 1.2;
  color: #ddd;
}

/* line 4737, app/assets/stylesheets/theme_admin/vendor/style.scss */
.rating:not(:checked) > label:before {
  font-family: 'ElegantIcons';
  content: "\e033";
}

/* line 4742, app/assets/stylesheets/theme_admin/vendor/style.scss */
.rating > input:checked ~ label {
  color: #000;
}

/* line 4746, app/assets/stylesheets/theme_admin/vendor/style.scss */
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #000;
}

/* line 4751, app/assets/stylesheets/theme_admin/vendor/style.scss */
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #000;
}

/* ==========================================================================
   Horizontal Rules
============================================================================= */
/* line 4763, app/assets/stylesheets/theme_admin/vendor/style.scss */
hr {
  margin-bottom: 30px;
  margin-top: 30px;
}

/* line 4768, app/assets/stylesheets/theme_admin/vendor/style.scss */
hr.light {
  border-color: #333;
}

/********************************************************************
 Modal
********************************************************************/
/* line 4776, app/assets/stylesheets/theme_admin/vendor/style.scss */
.modal-content.modal-background {
  border-radius: 0;
}

/* line 4780, app/assets/stylesheets/theme_admin/vendor/style.scss */
.modal-close {
  position: absolute;
  top: 5px;
  background-color: transparent;
  border: none;
  right: 0;
  color: #333;
}

/* line 4789, app/assets/stylesheets/theme_admin/vendor/style.scss */
button.modal-close i {
  font-size: 20px;
}

/* line 4793, app/assets/stylesheets/theme_admin/vendor/style.scss */
.modal-heading {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

/* Modal Centred*/
/* line 4801, app/assets/stylesheets/theme_admin/vendor/style.scss */
.modal-dialog-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

/* line 4808, app/assets/stylesheets/theme_admin/vendor/style.scss */
.modal-body {
  overflow-y: auto;
}

/* line 4812, app/assets/stylesheets/theme_admin/vendor/style.scss */
.modal-footer {
  margin-top: 0;
}

/* Portfolio Modal */
/* line 4818, app/assets/stylesheets/theme_admin/vendor/style.scss */
.modal-portfolio .modal-dialog {
  width: 75%;
}

/* Modal Backdrop and Body */
/* line 4824, app/assets/stylesheets/theme_admin/vendor/style.scss */
.modal-bg-dark.modal {
  opacity: 1;
  z-index: 100000;
  background-color: #000;
}

/* line 4830, app/assets/stylesheets/theme_admin/vendor/style.scss */
.modal-bg-light.modal {
  opacity: 1;
  background-color: #fff;
  z-index: 100000;
}

/* line 4836, app/assets/stylesheets/theme_admin/vendor/style.scss */
.modal-bg-dark .modal-content,
.modal-bg-light .modal-content,
.modal-bg-transparent .modal-content {
  box-shadow: none;
  background-color: transparent;
  border: none;
}

/********************************************************************
 Google Maps
********************************************************************/
/* line 4849, app/assets/stylesheets/theme_admin/vendor/style.scss */
.map {
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
}

/********************************************************************
 Form Styles
********************************************************************/
/* line 4859, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-theme input,
.form-theme textarea,
.form-theme select {
  border-radius: 0;
}

/* line 4865, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-theme .input-group-btn:last-child > .btn,
.form-theme .input-group-btn:last-child > .btn-group {
  z-index: 0;
}

/* line 4870, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-control {
  border-radius: 0;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
}

/* line 4877, app/assets/stylesheets/theme_admin/vendor/style.scss */
#footerNewsletterForm .form-control-feedback {
  top: 0;
  right: 55px;
}

/* line 4882, app/assets/stylesheets/theme_admin/vendor/style.scss */
.popover {
  border-radius: 0 !important;
}

/* line 4886, app/assets/stylesheets/theme_admin/vendor/style.scss */
.input-group-addon {
  border-radius: 0;
}

/* line 4890, app/assets/stylesheets/theme_admin/vendor/style.scss */
.input-group-btn > .btn:hover,
dinput-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 1;
}

/* line 4896, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-theme .form-text-area {
  height: 83px;
}

/* line 4900, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-theme .form-submit {
  height: 34px;
  font-size: 13px;
  line-height: 23px;
}

/* line 4906, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-theme .form-control {
  box-shadow: none;
  border-color: #eee;
}

/* line 4911, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-theme .form-control:focus {
  border-color: #000;
}

/* line 4915, app/assets/stylesheets/theme_admin/vendor/style.scss */
.has-error .form-control:focus {
  border-color: #843534;
}

/* line 4919, app/assets/stylesheets/theme_admin/vendor/style.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
}

/* line 4923, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-theme input[type="checkbox"],
.form-control input[type="checkbox"] {
  height: auto;
}

/*White Form*/
/* line 4930, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-white .form-control {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}

/* line 4936, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-white .form-control:focus {
  border-color: #fff;
}

/*Grey Form*/
/* line 4942, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-grey .form-control {
  background-color: #f6f6f6;
  color: #000;
  border: 1px solid #f6f6f6;
}

/*Dark Form*/
/* line 4950, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-dark .form-control {
  background-color: #2F343E;
  color: #eee;
  border: 1px solid #2F343E;
}

/*Line Form*/
/* line 4958, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-line .form-control {
  background-color: transparent;
  border-bottom: 1px solid #eee;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
}

/* line 4966, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-line .has-error .form-control:focus,
.form-line .has-success .form-control:focus {
  border-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #eee;
}

/* line 4973, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-line-light .form-control {
  color: #fff;
}

/* line 4977, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-line-light .form-control:focus {
  border-color: #fff;
}

/*Form With Icons*/
/* line 4983, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-theme .input-group-addon {
  background-color: #fff;
  color: #000;
  border: 1px solid #eee;
}

/* line 4989, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-light-icons .input-group-addon {
  background-color: #fff;
  color: #333;
  border: 1px solid #ddd;
}

/* line 4995, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-dark-icons .input-group-addon {
  background-color: #000;
  color: #fff;
  border: 1px solid #333;
}

/*Big From*/
/* line 5003, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-big .form-control {
  height: 55px;
  font-size: 14px;
}

/* line 5008, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-big .input-group-addon {
  font-size: 18px;
  padding: 6px 20px;
}

/* line 5013, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-big .input-group-btn .btn {
  padding: 17px 20px;
  height: 55px;
}

/* line 5018, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-big .form-text-area {
  height: 125px;
}

/* line 5022, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-big .form-submit {
  height: 55px;
  font-size: 14px;
  line-height: 46px;
  padding: 6px 20px;
}

/* Form Large Gap */
/* line 5031, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-lg-gap input,
.form-lg-gap select,
.form-lg-gap textarea {
  margin-bottom: 25px;
}

/* line 5037, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-lg-gap textarea {
  height: 170px !important;
}

/*Medium Form*/
/* line 5043, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-md .form-control {
  height: 40px;
}

/* line 5047, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-md .input-group-btn .btn {
  padding: 9px 12px;
  height: 40px;
}

/* line 5052, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-md .form-text-area {
  height: 95px;
}

/* line 5056, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-md .form-submit {
  height: 40px;
  font-size: 13px;
  line-height: 29px;
}

/*Transparent Form*/
/* line 5064, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-transparent .form-control,
.form-transparent .input-group-addon {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  box-shadow: none;
}

/* line 5072, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-theme.form-transparent .form-control:focus {
  border-color: #fff;
}

/* line 5076, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-transparent input::-webkit-input-placeholder,
.form-transparent textarea::-webkit-input-placeholder,
.form-line-light input::-webkit-input-placeholder,
.form-line-light textarea::-webkit-input-placeholder {
  color: #fff;
}

/* line 5083, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-transparent input:-moz-placeholder,
.form-transparent textarea:-moz-placeholder,
.form-line-light input:-moz-placeholder,
.form-line-light textarea:-moz-placeholder {
  color: #fff;
}

/* line 5090, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-transparent input::-moz-placeholder,
.form-transparent textarea::-moz-placeholder,
.form-line-light input::-moz-placeholder,
.form-line-light textarea::-moz-placeholder {
  color: #fff;
}

/* line 5097, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-transparent input:-ms-input-placeholder,
.form-transparent textarea:-ms-input-placeholder,
.form-line-light input:-ms-input-placeholder,
.form-line-light textarea:-ms-input-placeholder {
  color: #fff;
}

/* line 5104, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-transparent-dark .form-control,
.form-transparent-dark .input-group-addon {
  background-color: transparent;
  border: 1px solid #333;
  color: #000;
  box-shadow: none;
}

/* line 5112, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-theme.form-transparent .fc-right,
.form-theme.form-transparent .iga-right,
.form-theme.form-transparent-dark .fc-right,
.form-theme.form-transparent-dark .iga-right,
.form-theme .fc-right,
.form-theme .iga-right {
  border-right-color: transparent;
}

/* line 5121, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-control.text-area-normal {
  height: auto;
}

/* Button Inside Form */
/* line 5127, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-btn-in {
  position: relative;
}

/* line 5131, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-btn-in .btn-in {
  position: absolute;
  right: 4px;
  top: 4px;
}

/* line 5137, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-theme.form-btn-in .form-submit {
  height: 26px;
  line-height: 13px;
}

/* line 5142, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-theme.form-md.form-btn-in .form-submit {
  height: 32px;
}

/* line 5146, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-theme.form-big.form-btn-in .form-submit {
  height: 47px;
  line-height: 14px;
}

/* Subscription Form */
/* line 5153, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-subscribe input {
  border-color: #444;
}

/* line 5157, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-subscribe .subscribe-btn {
  position: absolute;
  right: 20px;
  top: 5px;
}

/* Form Responses */
/* line 5165, app/assets/stylesheets/theme_admin/vendor/style.scss */
.fv-form-bootstrap .help-block {
  letter-spacing: 1px;
  font-weight: 400 !important;
}

/* Custom Checkbox */
/* line 5172, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-checkbox {
  margin: 15px auto;
  position: relative;
  display: inline-block;
  width: 100%;
}

/* line 5179, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-checkbox input[type="checkbox"] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  top: -600px;
}

/* line 5187, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-checkbox label {
  cursor: pointer;
  position: absolute;
  top: 0;
  padding-left: 30px;
}

/* line 5194, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-checkbox label:before {
  content: '';
  background: url(/images/checkbox-img.png);
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
}

/* line 5203, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  background: transparent;
  top: 5px;
  left: 5px;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}

/* line 5224, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-checkbox.success label:after {
  border-color: #24caa1 !important;
}

/* line 5228, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-checkbox.info label:after {
  border-color: #2eb7f3 !important;
}

/* line 5232, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-checkbox.warning label:after {
  border-color: #faca39 !important;
}

/* line 5236, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-checkbox.danger label:after {
  border-color: #eb4b4b !important;
}

/* line 5240, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-checkbox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

/* line 5246, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* Custom Radio */
/* line 5254, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-radio {
  margin: 15px auto;
  position: relative;
  display: inline-block;
  width: 100%;
}

/* line 5261, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-radio input[type="radio"] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  top: -600px;
}

/* line 5269, app/assets/stylesheets/theme_admin/vendor/style.scss */
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox,
.multiselect-container > li.multiselect-group label {
  color: #000 !important;
}

/* line 5275, app/assets/stylesheets/theme_admin/vendor/style.scss */
.multiselect-container > li.active > a > label.radio,
.multiselect-container > li.active > a > label.checkbox {
  color: #fff !important;
}

/* line 5280, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-radio label {
  cursor: pointer;
  position: absolute;
  top: 0;
  padding-left: 30px;
}

/* line 5287, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-radio label:before {
  content: '';
  background: url(/images/radio-img.png);
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
}

/* line 5296, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-radio label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  top: 5px;
  left: 5px;
}

/* line 5310, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-radio.success label:after {
  background: #24caa1 !important;
}

/* line 5314, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-radio.info label:after {
  background: #2eb7f3 !important;
}

/* line 5318, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-radio.warning label:after {
  background: #faca39 !important;
}

/* line 5322, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-radio.danger label:after {
  background: #eb4b4b !important;
}

/* line 5326, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-radio label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

/* line 5332, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-radio input[type=radio]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* X-Editable */
/* line 5340, app/assets/stylesheets/theme_admin/vendor/style.scss */
.editable-buttons .btn-sm {
  line-height: 15px;
  height: 30px;
}

/* line 5345, app/assets/stylesheets/theme_admin/vendor/style.scss */
.editableform .form-control {
  height: 30px;
}

/* line 5349, app/assets/stylesheets/theme_admin/vendor/style.scss */
.editableform textarea.form-control {
  height: auto;
}

/* ==========================================================================
   Toastr Notifications
============================================================================= */
/* line 5357, app/assets/stylesheets/theme_admin/vendor/style.scss */
#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  width: 100%;
}

/* line 5362, app/assets/stylesheets/theme_admin/vendor/style.scss */
.toast-error {
  background-color: #eb4b4b;
}

/* line 5366, app/assets/stylesheets/theme_admin/vendor/style.scss */
.toast-success {
  background-color: #24caa1;
}

/* line 5370, app/assets/stylesheets/theme_admin/vendor/style.scss */
.toast-info {
  background-color: #2eb7f3;
}

/* line 5374, app/assets/stylesheets/theme_admin/vendor/style.scss */
.toast-warning {
  background-color: #faca39;
}

/* ==========================================================================
   Bootstrap Form Picker
============================================================================= */
/* line 5382, app/assets/stylesheets/theme_admin/vendor/style.scss */
.bootstrap-timepicker-widget table td input {
  border-radius: 0;
  width: 35px;
}

/* line 5387, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pick-a-color-markup .hex-pound {
  border: 1px solid #eee;
  padding: 0 15px;
}

/* line 5392, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pick-a-color-markup .color-preview.current-color {
  margin-bottom: -4px;
}

/* line 5396, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pick-a-color-markup .color-preview {
  border-radius: 0;
  width: 15px;
  height: 15px;
  margin-right: 3px;
}

/* line 5403, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pick-a-color-markup .input-group-btn .color-dropdown .caret {
  margin-bottom: 0;
}

/* line 5407, app/assets/stylesheets/theme_admin/vendor/style.scss */
.colorpicker:before,
.colorpicker:after {
  display: none !important;
}

/* ==========================================================================
   Form Wizard
============================================================================= */
/* line 5416, app/assets/stylesheets/theme_admin/vendor/style.scss */
.wizard-steps {
  display: table;
  width: 100%;
  margin: 0 -3px;
}

/* line 5422, app/assets/stylesheets/theme_admin/vendor/style.scss */
.wizard-steps > li {
  display: table-cell;
  padding: 5px 15px;
  background: #f1f4f5;
  border: 3px solid #fff;
}

/* line 5429, app/assets/stylesheets/theme_admin/vendor/style.scss */
.wizard-content {
  padding: 30px;
  border: none;
}

/* line 5434, app/assets/stylesheets/theme_admin/vendor/style.scss */
.wizard-steps > li.current,
.wizard-steps > li.done {
  background: #2eb7f3;
  color: #fff;
}

/* line 5440, app/assets/stylesheets/theme_admin/vendor/style.scss */
.wizard-steps > li h4 {
  font-size: 12px;
  text-transform: uppercase;
}

/* line 5445, app/assets/stylesheets/theme_admin/vendor/style.scss */
.wizard-steps > li h4 i {
  margin-right: 15px;
  font-size: 16px;
}

/* line 5450, app/assets/stylesheets/theme_admin/vendor/style.scss */
.wizard-steps > li.current h4,
.wizard-steps > li.done h4 {
  color: #fff;
}

/* line 5455, app/assets/stylesheets/theme_admin/vendor/style.scss */
.wizard-steps > li.done {
  background: #24caa1;
}

/* line 5459, app/assets/stylesheets/theme_admin/vendor/style.scss */
.wizard-steps > li.error {
  background: #ff7f5a;
}

/* line 5463, app/assets/stylesheets/theme_admin/vendor/style.scss */
.wizard-buttons {
  margin: 0 !important;
}

/* line 5467, app/assets/stylesheets/theme_admin/vendor/style.scss */
.wizard-buttons > a {
  border-radius: 0;
  display: inline-block;
  border-color: #4c5667;
}

/* line 5473, app/assets/stylesheets/theme_admin/vendor/style.scss */
.wizard-buttons > a.wizard-next {
  background-color: #4c5667;
  color: #fff;
  opacity: 0.8;
}

/* line 5479, app/assets/stylesheets/theme_admin/vendor/style.scss */
.wizard-buttons > a.wizard-next:hover {
  opacity: 1;
}

/* line 5483, app/assets/stylesheets/theme_admin/vendor/style.scss */
.wizard-buttons > a.wizard-back.disabled {
  color: #4c5667;
  opacity: 0.5;
}

/* ==========================================================================
   Mailchimp Form
============================================================================= */
/* line 5492, app/assets/stylesheets/theme_admin/vendor/style.scss */
#mc_embed_signup {
  background: transparent;
  clear: left;
}

/* line 5497, app/assets/stylesheets/theme_admin/vendor/style.scss */
#mc_embed_signup .button {
  margin-top: 15px;
}

/* line 5501, app/assets/stylesheets/theme_admin/vendor/style.scss */
#mc_embed_signup .mc-field-group input {
  font-size: 13px;
  padding: 7px 13px;
  width: 100%;
  border: 1px solid #ddd;
}

/* line 5508, app/assets/stylesheets/theme_admin/vendor/style.scss */
#mc_embed_signup .response {
  margin: 10px 0 5px 0;
}

/* line 5512, app/assets/stylesheets/theme_admin/vendor/style.scss */
#mc_embed_signup #mce-success-response {
  color: #2b542c;
}

/* line 5516, app/assets/stylesheets/theme_admin/vendor/style.scss */
#mc_embed_signup #mce-error-response {
  color: #843534;
}

/* ==========================================================================
   Dropcaps
============================================================================= */
/*Simple*/
/* line 5526, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dropcap {
  display: block;
  float: left;
  font-size: 38px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 32px;
  margin: 4px 8px 0 0;
  color: #000;
}

/*Square*/
/* line 5538, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dropcap.dropcap-square {
  color: #fff;
  background-color: #000;
  height: 35px;
  width: 35px;
  text-align: center;
  font-size: 24px;
  line-height: 35px;
}

/* ==========================================================================
   Accordion
============================================================================= */
/* line 5553, app/assets/stylesheets/theme_admin/vendor/style.scss */
.panel-heading {
  cursor: pointer;
}

/* line 5557, app/assets/stylesheets/theme_admin/vendor/style.scss */
.panel-icon-right .panel-title {
  padding-right: 25px;
}

/* line 5561, app/assets/stylesheets/theme_admin/vendor/style.scss */
.panel-icon-left .panel-title {
  padding-left: 25px;
}

/*Directional Icons*/
/* CSS Method for adding Font Awesome Chevron Icons */
/* line 5568, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chevron.accordion-toggle:after,
.chevron-left.accordion-toggle:after {
  /* symbol for "closed" panels */
  font-family: 'FontAwesome';
  content: "\f106";
  position: absolute;
  right: 15px;
  color: inherit;
  font-size: 15px;
  margin-top: -1.5px;
}

/* line 5580, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-border.no-color .chevron.accordion-toggle:after,
.no-border.no-color .chevron-left.accordion-toggle:after {
  right: 0px;
}

/* line 5585, app/assets/stylesheets/theme_admin/vendor/style.scss */
.panel-heading.collapsed .chevron.accordion-toggle:after,
.panel-heading.collapsed .chevron-left.accordion-toggle:after {
  /* symbol for "open" panels */
  content: "\f107";
}

/* CSS Method for adding Font Awesome Plus-Minus Icons */
/* line 5593, app/assets/stylesheets/theme_admin/vendor/style.scss */
.plus.accordion-toggle:after,
.plus-left.accordion-toggle:after {
  /* symbol for "close" panels */
  font-family: 'ElegantIcons';
  content: "\4b";
  position: absolute;
  right: 15px;
  color: inherit;
  font-size: 15px;
  margin-top: -1.5px;
}

/* line 5605, app/assets/stylesheets/theme_admin/vendor/style.scss */
.panel-heading.collapsed .plus.accordion-toggle:after,
.panel-heading.collapsed .plus-left.accordion-toggle:after {
  /* symbol for "open" panels */
  content: "\4c";
}

/*Left Directional Icons*/
/* line 5613, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chevron-left.accordion-toggle:after,
.plus-left.accordion-toggle:after {
  position: absolute;
  right: inherit;
  left: 15px;
}

/* line 5620, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-border.no-color .chevron-left.accordion-toggle:after,
.no-border.no-color .plus-left.accordion-toggle:after {
  left: 0px;
}

/*Directional Icons For Borderless & Transparent Accordion*/
/* line 5627, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-border.no-color.panel-icon-left .panel-heading .panel-title {
  padding-left: 30px;
}

/* line 5631, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-border.no-color.panel-icon-right .panel-heading .panel-title {
  padding-right: 20px;
}

/*Default Accordion*/
/* line 5637, app/assets/stylesheets/theme_admin/vendor/style.scss */
.panel-default > .panel-heading {
  padding: 15px;
}

/* line 5641, app/assets/stylesheets/theme_admin/vendor/style.scss */
.panel-heading {
  color: #000;
}

/* line 5645, app/assets/stylesheets/theme_admin/vendor/style.scss */
.panel-heading a:hover {
  text-decoration: none;
}

/* line 5649, app/assets/stylesheets/theme_admin/vendor/style.scss */
.panel-title {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 5656, app/assets/stylesheets/theme_admin/vendor/style.scss */
.panel-default {
  background-color: transparent;
}

/* line 5660, app/assets/stylesheets/theme_admin/vendor/style.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 30px;
}

/* line 5664, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-panel .panel {
  border-color: #eee;
  background-color: #fff;
}

/* line 5669, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-panel-dark .panel {
  border-color: transparent;
  background-color: #fff;
}

/* line 5674, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-panel .panel-heading {
  background-color: transparent;
}

/* line 5678, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-panel-dark .panel-heading {
  background-color: #2F343E;
  color: #fff;
}

/* line 5683, app/assets/stylesheets/theme_admin/vendor/style.scss */
.panel-group {
  position: relative;
  margin: 0 0 30px 0;
}

/* line 5688, app/assets/stylesheets/theme_admin/vendor/style.scss */
.panel-group .panel {
  box-shadow: none;
}

/* line 5693, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-panel .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}

/* line 5697, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-panel-dark .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #eee;
  border-top: none;
}

/*Borderless Panel Body*/
/* line 5704, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-border .panel-default {
  border: none;
  box-shadow: none;
}

/* line 5710, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-border .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}

/* line 5714, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-border.theme-panel-dark .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

/*Borderless + Transparent Background*/
/* line 5720, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-color .panel-heading {
  background-color: transparent !important;
  padding-left: 0px;
  border-bottom: none;
}

/* line 5726, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-color .panel-heading.collapsed {
  border-bottom: 1px solid #eee;
  background-color: transparent !important;
  padding-left: 0px;
  color: #000;
}

/* line 5733, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-color.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  border-bottom: 1px solid #eee;
  padding-right: 0;
  padding-left: 0;
}

/* ==========================================================================
   Tabs
============================================================================= */
/* line 5744, app/assets/stylesheets/theme_admin/vendor/style.scss */
.tab-theme .tab-content > .active {
  padding: 30px 30px 0;
  border: none;
}

/* line 5749, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.tab-theme > li {
  display: inline-block;
}

/* line 5753, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.tab-theme > li > a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  margin-bottom: 5px;
}

/* line 5762, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.tab-theme > li:last-child > a {
  margin-bottom: 0;
}

/*Tabs Background*/
/* line 5768, app/assets/stylesheets/theme_admin/vendor/style.scss */
.tab-bg > li.active > a,
.tab-bg > li.active > a:hover,
.tab-bg > li.active > a:focus,
.tab-bg > li.active > a,
.tab-bg > li.active > a:hover,
.tab-bg > li.active > a:focus,
.tab-bg > li > a:hover,
.tab-bg > li > a:focus {
  color: #fff !important;
  background-color: #000;
}

/*Tabs Border*/
/* line 5782, app/assets/stylesheets/theme_admin/vendor/style.scss */
.tab-border > li > a {
  border: 1px solid transparent;
}

/* line 5786, app/assets/stylesheets/theme_admin/vendor/style.scss */
.tab-border > li.active > a,
.tab-border > li.active > a:hover,
.tab-border > li.active > a:focus,
.tab-border > li.active > a,
.tab-border > li.active > a:hover,
.tab-border > li.active > a:focus,
.tab-border > li > a:hover,
.tab-border > li > a:focus {
  border: 1px solid #000;
  background-color: transparent;
}

/*Tabs Highlight*/
/* line 5800, app/assets/stylesheets/theme_admin/vendor/style.scss */
.tab-highlight > li > a {
  background-color: transparent;
  padding: 0 20px 0 0;
}

/* line 5805, app/assets/stylesheets/theme_admin/vendor/style.scss */
.tab-highlight > li:last-child > a {
  padding-right: 0;
}

/* line 5809, app/assets/stylesheets/theme_admin/vendor/style.scss */
.tab-highlight > li.active > a,
.tab-highlight > li.active > a:hover,
.tab-highlight > li.active > a:focus,
.tab-highlight > li.active > a,
.tab-highlight > li.active > a:hover,
.tab-highlight > li.active > a:focus,
.tab-highlight > li > a:hover,
.tab-highlight > li > a:focus {
  font-weight: bold;
  background-color: transparent;
}

/*Tabs Underline*/
/* line 5823, app/assets/stylesheets/theme_admin/vendor/style.scss */
.tab-underline > li > a {
  background-color: transparent;
  padding: 0 15px 10px;
  border-bottom: 1px solid transparent;
}

/* line 5829, app/assets/stylesheets/theme_admin/vendor/style.scss */
.tab-underline > li.active > a,
.tab-underline > li.active > a:hover,
.tab-underline > li.active > a:focus,
.tab-underline > li.active > a,
.tab-underline > li.active > a:hover,
.tab-underline > li.active > a:focus,
.tab-underline > li > a:hover,
.tab-underline > li > a:focus {
  border-bottom: 1px solid #000;
  background-color: transparent;
}

/*Tabs Lined*/
/* line 5843, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.tab-lined:after {
  border-bottom: 1px solid #000;
  width: 100%;
  margin-top: -7px;
}

/* line 5849, app/assets/stylesheets/theme_admin/vendor/style.scss */
.tab-lined > li > a {
  background-color: transparent;
  padding: 0 15px 10px;
  border-bottom: 3px solid transparent;
}

/* line 5855, app/assets/stylesheets/theme_admin/vendor/style.scss */
.tab-lined > li.active > a,
.tab-lined > li.active > a:hover,
.tab-lined > li.active > a:focus,
.tab-lined > li.active > a,
.tab-lined > li.active > a:hover,
.tab-lined > li.active > a:focus,
.tab-lined > li > a:hover,
.tab-lined > li > a:focus {
  border-bottom: 3px solid #000;
  background-color: transparent;
}

/* ==========================================================================
  Calendar
============================================================================= */
/* line 5871, app/assets/stylesheets/theme_admin/vendor/style.scss */
.fc-widget-content {
  font-family: 'Roboto Condensed';
}

/* line 5875, app/assets/stylesheets/theme_admin/vendor/style.scss */
.fc-toolbar h2 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 5881, app/assets/stylesheets/theme_admin/vendor/style.scss */
.fc-button-group button,
.fc-today-button {
  border-radius: 0 !important;
  background: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 12px !important;
}

/* line 5890, app/assets/stylesheets/theme_admin/vendor/style.scss */
.fc-button-group button.fc-state-active,
.fc-button-group button:hover,
.fc-today-button:hover,
.fc-today-button {
  background: #2F343E;
  color: #fff;
}

/* line 5898, app/assets/stylesheets/theme_admin/vendor/style.scss */
.fc button .fc-icon {
  top: -1.7px;
}

/* line 5902, app/assets/stylesheets/theme_admin/vendor/style.scss */
.fc-event {
  background-color: #2F343E;
  color: #fff;
  cursor: pointer;
  line-height: 1.5;
  padding: 2px 9px;
  text-transform: uppercase;
  border-radius: 0;
}

/* line 5912, app/assets/stylesheets/theme_admin/vendor/style.scss */
.fc-event .fc-content {
  color: #fff;
}

/* line 5916, app/assets/stylesheets/theme_admin/vendor/style.scss */
.fc-event .fc-content:hover {
  color: #fff;
}

/* line 5920, app/assets/stylesheets/theme_admin/vendor/style.scss */
#sidebar-events .fc-event {
  padding: 4px 9px;
  display: inline-block;
}

/* line 5926, app/assets/stylesheets/theme_admin/vendor/style.scss */
.fc-more {
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 400;
}

/* line 5932, app/assets/stylesheets/theme_admin/vendor/style.scss */
.fc-unthemed .fc-popover .fc-header.fc-widget-header {
  background-color: #2F343E;
  color: #fff;
  padding: 3px 10px;
}

/* line 5938, app/assets/stylesheets/theme_admin/vendor/style.scss */
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #ccc;
  margin-top: 4px;
}

/* ==========================================================================
   Alerts
============================================================================= */
/* line 5947, app/assets/stylesheets/theme_admin/vendor/style.scss */
.alert {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

/*Theme*/
/* line 5956, app/assets/stylesheets/theme_admin/vendor/style.scss */
.alert {
  color: #fff;
  background-color: #000;
  border: none;
}

/* line 5962, app/assets/stylesheets/theme_admin/vendor/style.scss */
.alert-success {
  background-color: #24caa1;
}

/* line 5966, app/assets/stylesheets/theme_admin/vendor/style.scss */
.alert-warning {
  background-color: #faca39;
}

/* line 5970, app/assets/stylesheets/theme_admin/vendor/style.scss */
.alert-danger {
  background-color: #eb4b4b;
}

/* line 5974, app/assets/stylesheets/theme_admin/vendor/style.scss */
.alert-info {
  background-color: #2eb7f3;
}

/*Content*/
/* line 5980, app/assets/stylesheets/theme_admin/vendor/style.scss */
.alert-content {
  margin-left: 30px;
  margin-top: -15px;
}

/* line 5985, app/assets/stylesheets/theme_admin/vendor/style.scss */
.alert .close {
  opacity: 1;
}

/* line 5989, app/assets/stylesheets/theme_admin/vendor/style.scss */
.alert .close:hover {
  color: #000;
  opacity: 0.5;
}

/* ==========================================================================
   Owl Carousel
============================================================================= */
/*Dark/Default Pagination*/
/* line 6000, app/assets/stylesheets/theme_admin/vendor/style.scss */
.owl-theme .owl-controls .owl-page span,
.owl-theme .owl-controls .owl-page.active span {
  background-color: #000;
  opacity: 0.2;
  width: 25px;
  height: 3px;
  margin: 5px;
  border-radius: 0;
}

/* line 6012, app/assets/stylesheets/theme_admin/vendor/style.scss */
.owl-theme .owl-controls .owl-page.active span {
  opacity: 1;
}

/*Light Pagination*/
/* line 6018, app/assets/stylesheets/theme_admin/vendor/style.scss */
.owl-theme-light.owl-theme .owl-controls .owl-page span,
.owl-theme-light.owl-theme .owl-controls .owl-page.active span {
  background-color: #fff;
  opacity: 0.4;
  width: 25px;
  height: 3px;
  margin: 5px;
  border-radius: 0;
}

/* line 6030, app/assets/stylesheets/theme_admin/vendor/style.scss */
.owl-theme-light.owl-theme .owl-controls .owl-page.active span {
  opacity: 1;
}

/*Default Theme Settings*/
/* line 6036, app/assets/stylesheets/theme_admin/vendor/style.scss */
.owl-carousel .item {
  padding: 0 10px;
  border-radius: 3px;
}

/* line 6043, app/assets/stylesheets/theme_admin/vendor/style.scss */
.owl-arrows.owl-carousel {
  padding: 0 80px;
}

/* line 6047, app/assets/stylesheets/theme_admin/vendor/style.scss */
.owl-theme .owl-controls {
  margin-top: 30px;
}

/* line 6051, app/assets/stylesheets/theme_admin/vendor/style.scss */
.owl-theme.owl-arrows .owl-controls {
  margin-top: 0px;
}

/* line 6055, app/assets/stylesheets/theme_admin/vendor/style.scss */
.owl-theme .item:hover > img {
  opacity: 1;
}

/* ==========================================================================
   Steps
============================================================================= */
/*Process Tabs*/
/* line 6065, app/assets/stylesheets/theme_admin/vendor/style.scss */
.process-tab .nav-tabs > li {
  padding: 0 10px 50px;
}

/* line 6069, app/assets/stylesheets/theme_admin/vendor/style.scss */
.process-tab .nav-tabs > li > a {
  font-size: 20px;
  padding-top: 0;
  width: 100%;
}

/* line 6075, app/assets/stylesheets/theme_admin/vendor/style.scss */
.process-tab .nav-tabs > li > a,
.process-tab .nav-tabs > .active > a,
.process-tab .nav-tabs > .active > a:hover,
.process-tab .nav-tabs > .active > a:focus {
  border: none;
  background-color: transparent;
}

/* line 6083, app/assets/stylesheets/theme_admin/vendor/style.scss */
.process-tab .nav-tabs > li > a:hover,
.process-tab .nav-tabs > li > a:focus {
  background-color: transparent;
}

/* line 6088, app/assets/stylesheets/theme_admin/vendor/style.scss */
.process-tab .nav-tabs > li > a,
.process-tab .nav-tabs > li > a:hover {
  display: inline-block;
}

/* line 6093, app/assets/stylesheets/theme_admin/vendor/style.scss */
.process-tab .nav-tabs > li > a span.steps-block {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  padding: 0;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}

/* line 6109, app/assets/stylesheets/theme_admin/vendor/style.scss */
.process-tab .nav-tabs > li.active > a span.steps-block,
.process-tab .nav-tabs > li:hover > a span.steps-block,
.process-tab .nav-tabs.nav-justified > .active > a span.steps-block,
.process-tab .nav-tabs.nav-justified > .active > a:hover span.steps-block,
.process-tab .nav-tabs.nav-justified > .active > a:focus span.steps-block {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

/* line 6119, app/assets/stylesheets/theme_admin/vendor/style.scss */
.process-tab .nav-tabs li a span.steps-block,
.process-tab .nav-tabs li a span.steps-text {
  display: block;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}

/* line 6127, app/assets/stylesheets/theme_admin/vendor/style.scss */
.process-tab .nav-tabs li a span.steps-text {
  font-size: 13px;
  margin-top: 15px;
  position: absolute;
  left: 0;
  right: 0;
}

/* line 6135, app/assets/stylesheets/theme_admin/vendor/style.scss */
.process-tab .nav-tabs > li:hover {
  cursor: pointer;
}

/* line 6139, app/assets/stylesheets/theme_admin/vendor/style.scss */
.process-tab .nav-tabs > li.active:hover {
  cursor: auto;
}

/* line 6143, app/assets/stylesheets/theme_admin/vendor/style.scss */
.process-tab .nav-tabs > li > a i,
.nav-tabs > li > a:hover i {
  padding: 10px 0;
}

/* line 6148, app/assets/stylesheets/theme_admin/vendor/style.scss */
.process-tab .nav-tabs > li > h5 {
  margin: 30px 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 6154, app/assets/stylesheets/theme_admin/vendor/style.scss */
.process-tab .nav-tabs li:after {
  left: auto;
  right: 0;
  margin: 0 -26px 0 0;
}

/* line 6160, app/assets/stylesheets/theme_admin/vendor/style.scss */
.process-tab .nav-tabs li:before {
  content: '';
  position: absolute;
  top: 30.5px;
  left: 0;
  width: 40%;
  margin-left: -20%;
  border-top: 1px solid #eee;
}

/* line 6170, app/assets/stylesheets/theme_admin/vendor/style.scss */
.process-tab .nav-tabs li:first-child:before {
  display: none;
}

/* ==========================================================================
   Team
============================================================================= */
/* line 6178, app/assets/stylesheets/theme_admin/vendor/style.scss */
.team-item {
  margin: 100px auto 0;
}

/* line 6182, app/assets/stylesheets/theme_admin/vendor/style.scss */
.team-item.team-large {
  max-width: 900px;
}

/* line 6186, app/assets/stylesheets/theme_admin/vendor/style.scss */
.team-item.team-large .social-icons {
  float: right;
  margin-top: 30px;
}

/* line 6191, app/assets/stylesheets/theme_admin/vendor/style.scss */
.team-item .team-name,
.team-item .team-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
}

/* line 6199, app/assets/stylesheets/theme_admin/vendor/style.scss */
.team-item .team-name {
  font-size: 13px;
  font-weight: bold;
  margin: 30px 0 5px;
}

/* line 6205, app/assets/stylesheets/theme_admin/vendor/style.scss */
.team-item .team-title {
  font-size: 15px;
}

/* line 6209, app/assets/stylesheets/theme_admin/vendor/style.scss */
.team-item .team-info {
  margin-top: 30px;
  display: block;
  font-size: 14px;
}

/* line 6215, app/assets/stylesheets/theme_admin/vendor/style.scss */
.team-item .social-icons {
  margin-top: 30px;
}

/* line 6219, app/assets/stylesheets/theme_admin/vendor/style.scss */
.team-item img {
  margin-left: auto;
  margin-right: auto;
}

/* Common style */
/* line 6226, app/assets/stylesheets/theme_admin/vendor/style.scss */
.team-overlay {
  margin: 100px 0 0;
}

/* line 6230, app/assets/stylesheets/theme_admin/vendor/style.scss */
.team-overlay .team-item {
  margin: 0;
}

/* line 6234, app/assets/stylesheets/theme_admin/vendor/style.scss */
.team-overlay figure {
  position: relative;
  overflow: hidden;
  background: #000;
  text-align: center;
  cursor: pointer;
}

/* line 6242, app/assets/stylesheets/theme_admin/vendor/style.scss */
.team-overlay.overlay-light figure {
  background: #fff;
}

/* line 6246, app/assets/stylesheets/theme_admin/vendor/style.scss */
.team-overlay figure img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: opacity 0.35s;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Fix for Chrome 37.0.2062.120 (Mac) */
}

/* line 6262, app/assets/stylesheets/theme_admin/vendor/style.scss */
.team-overlay figure figcaption {
  padding: 2em;
  text-transform: uppercase;
  font-size: 1.25em;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

/* line 6271, app/assets/stylesheets/theme_admin/vendor/style.scss */
.team-overlay figure figcaption::before,
.team-overlay figure figcaption::after {
  pointer-events: none;
}

/* line 6276, app/assets/stylesheets/theme_admin/vendor/style.scss */
.team-overlay figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------------*/
/***** Social Overlay *****/
/*---------------*/
/* line 6288, app/assets/stylesheets/theme_admin/vendor/style.scss */
.team-overlay figure.social-overlay:hover img {
  opacity: 0.4;
}

/* line 6292, app/assets/stylesheets/theme_admin/vendor/style.scss */
.team-overlay.overlay-light figure.social-overlay:hover img {
  opacity: 0.2;
}

/* line 6296, app/assets/stylesheets/theme_admin/vendor/style.scss */
figure.social-overlay figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #000;
  transition: all 0.35s;
  position: absolute;
  bottom: -100%;
}

/* line 6310, app/assets/stylesheets/theme_admin/vendor/style.scss */
.team-overlay.overlay-light figure.social-overlay figcaption {
  background: #fff;
}

/* line 6314, app/assets/stylesheets/theme_admin/vendor/style.scss */
figure.social-overlay figcaption .social-icons {
  margin: 0;
}

/* line 6318, app/assets/stylesheets/theme_admin/vendor/style.scss */
figure.social-overlay .team-center-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 6326, app/assets/stylesheets/theme_admin/vendor/style.scss */
figure.social-overlay .team-center-content .team-content {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 6332, app/assets/stylesheets/theme_admin/vendor/style.scss */
figure.social-overlay .team-description {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 66px;
}

/* line 6338, app/assets/stylesheets/theme_admin/vendor/style.scss */
figure.social-overlay .team-description p {
  font-size: 75%;
  font-family: 'Roboto Condensed', sans-serif;
}

/* line 6343, app/assets/stylesheets/theme_admin/vendor/style.scss */
figure.social-overlay .team-description p,
figure.social-overlay .team-description h1,
figure.social-overlay .team-description h2,
figure.social-overlay .team-description h3,
figure.social-overlay .team-description h4,
figure.social-overlay .team-description h5,
figure.social-overlay .team-description h6,
figure.social-overlay .team-description span {
  color: #fff;
  letter-spacing: 1px;
  opacity: 0;
  transition: opacity 0.35s;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Fix for Chrome 37.0.2062.120 (Mac) */
}

/* line 6364, app/assets/stylesheets/theme_admin/vendor/style.scss */
.team-only-content figure.social-overlay .team-description {
  padding-bottom: 0;
}

/* line 6368, app/assets/stylesheets/theme_admin/vendor/style.scss */
figure.social-overlay .team-description .social-icons {
  margin: 10px 0 0;
  opacity: 0;
  transition: opacity 0.35s;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* line 6380, app/assets/stylesheets/theme_admin/vendor/style.scss */
.team-overlay.overlay-light figure.social-overlay .team-description p,
.team-overlay.overlay-light figure.social-overlay .team-description h1,
.team-overlay.overlay-light figure.social-overlay .team-description h2,
.team-overlay.overlay-light figure.social-overlay .team-description h3,
.team-overlay.overlay-light figure.social-overlay .team-description h4,
.team-overlay.overlay-light figure.social-overlay .team-description h5,
.team-overlay.overlay-light figure.social-overlay .team-description h6,
.team-overlay.overlay-light figure.social-overlay .team-description span {
  color: #000;
}

/* line 6391, app/assets/stylesheets/theme_admin/vendor/style.scss */
figure.social-overlay:hover .team-description p,
figure.social-overlay:hover .team-description .social-icons,
figure.social-overlay:hover .team-description h1,
figure.social-overlay:hover .team-description h2,
figure.social-overlay:hover .team-description h3,
figure.social-overlay:hover .team-description h4,
figure.social-overlay:hover .team-description h5,
figure.social-overlay:hover .team-description h6,
figure.social-overlay:hover .team-description span {
  opacity: 1;
}

/* line 6403, app/assets/stylesheets/theme_admin/vendor/style.scss */
figure.social-overlay:hover figcaption {
  bottom: 0;
}

/* ==========================================================================
   Progress Bars
============================================================================= */
/* line 6411, app/assets/stylesheets/theme_admin/vendor/style.scss */
.progress {
  width: 100%;
  border-radius: 0px;
  box-shadow: none;
  font-family: 'Roboto Condensed', sans-serif;
}

/* line 6419, app/assets/stylesheets/theme_admin/vendor/style.scss */
.progress-lg {
  height: 30px;
}

/* line 6423, app/assets/stylesheets/theme_admin/vendor/style.scss */
.progress-sm {
  height: 5px;
}

/* line 6427, app/assets/stylesheets/theme_admin/vendor/style.scss */
.progress-label,
span.percentage-left {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}

/* line 6436, app/assets/stylesheets/theme_admin/vendor/style.scss */
.progress-bar {
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: #000;
  box-shadow: none;
}

/* line 6445, app/assets/stylesheets/theme_admin/vendor/style.scss */
.progress-lg .progress-bar {
  line-height: 30px;
}

/* line 6449, app/assets/stylesheets/theme_admin/vendor/style.scss */
.progress .progress-bar.two-sec-ease-in-out {
  transition: width 2s ease-in-out;
}

/* line 6456, app/assets/stylesheets/theme_admin/vendor/style.scss */
span.percentage-left {
  position: absolute;
  right: 15px;
}

/* line 6461, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-padding-side span.percentage-left,
.no-padding-right span.percentage-left {
  right: 0;
}

/*Progress Bar Styles : ps-1, ps-2 & ps-3*/
/* line 6468, app/assets/stylesheets/theme_admin/vendor/style.scss */
.ps-1 span.percentage,
.ps-2 span.percentage {
  float: right;
  display: inline-block;
  background-color: #ddd;
  color: #000;
  padding: 0 10px;
}

/* line 6477, app/assets/stylesheets/theme_admin/vendor/style.scss */
.ps-2 span.percentage {
  position: absolute;
  right: 15px;
}

/* line 6482, app/assets/stylesheets/theme_admin/vendor/style.scss */
.ps-2 span.text,
.ps-3 span.text {
  float: left;
  display: inline-block;
  background-color: #ddd;
  font-size: 12px;
  color: #000;
  padding: 0 10px;
  text-transform: uppercase;
}

/* line 6493, app/assets/stylesheets/theme_admin/vendor/style.scss */
.counter-inline .progress {
  width: 85%;
  float: left;
}

/* Light Progress Bars */
/* line 6500, app/assets/stylesheets/theme_admin/vendor/style.scss */
.progress-light {
  background-color: #262626;
}

/* line 6504, app/assets/stylesheets/theme_admin/vendor/style.scss */
.progress-light .progress-bar {
  background: #f6f6f6;
  color: #000;
}

/* line 6509, app/assets/stylesheets/theme_admin/vendor/style.scss */
.progress-light.ps-1 span.percentage,
.progress-light.ps-2 span.percentage,
.progress-light.ps-2 span.text,
.ps-3 span.text {
  background-color: #333;
  color: #f6f6f6;
}

/* ==========================================================================
   Pricing Tables
============================================================================= */
/* line 6522, app/assets/stylesheets/theme_admin/vendor/style.scss */
.plan {
  background-color: transparent;
  text-align: center;
  margin: 50px 0 0;
  padding: 5px;
  background-color: #2F343E;
}

/* line 6530, app/assets/stylesheets/theme_admin/vendor/style.scss */
.plan .content {
  padding: 0px;
  margin: 0px;
  transition: all 0.3s ease-in-out;
}

/* line 6539, app/assets/stylesheets/theme_admin/vendor/style.scss */
.plan .content ul {
  list-style: none;
  font-size: 15px;
  padding: 0;
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 3px;
}

/* line 6548, app/assets/stylesheets/theme_admin/vendor/style.scss */
.plan .content li {
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #444;
  transition: all 0.3s ease-in-out;
  color: #ccc;
  padding: 0 15px;
}

/* line 6567, app/assets/stylesheets/theme_admin/vendor/style.scss */
.plan .content li:last-child {
  border-bottom: none;
}

/* line 6571, app/assets/stylesheets/theme_admin/vendor/style.scss */
.plan .type {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
}

/* line 6581, app/assets/stylesheets/theme_admin/vendor/style.scss */
.plan .plan-header {
  padding: 30px;
  background-color: #2F343E;
  color: #fff;
  padding: 52.5px 30px;
}

/* line 6588, app/assets/stylesheets/theme_admin/vendor/style.scss */
.plan .price {
  margin-top: -15px;
  font-size: 80px;
}

/* line 6593, app/assets/stylesheets/theme_admin/vendor/style.scss */
.plan .plan-header .timeframe {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
}

/* line 6598, app/assets/stylesheets/theme_admin/vendor/style.scss */
.plan .plan-header .currency {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  top: -45px;
  font-size: 20px;
}

/* line 6605, app/assets/stylesheets/theme_admin/vendor/style.scss */
.plan .text {
  font-size: 14px;
  margin: 0;
  padding: 0px;
  color: #aaa;
}

/* line 6612, app/assets/stylesheets/theme_admin/vendor/style.scss */
.plan .buy {
  height: 150px;
  line-height: 125px;
}

/* Plan - Light */
/* line 6619, app/assets/stylesheets/theme_admin/vendor/style.scss */
.plan.plan-light {
  background-color: #fff;
}

/* line 6623, app/assets/stylesheets/theme_admin/vendor/style.scss */
.plan.plan-light .content li {
  color: #999;
  border-color: #eee;
}

/* line 6628, app/assets/stylesheets/theme_admin/vendor/style.scss */
.plan.plan-light .content li:last-child {
  border-bottom: none;
}

/* line 6632, app/assets/stylesheets/theme_admin/vendor/style.scss */
.plan.plan-light .type {
  color: #000;
}

/* line 6636, app/assets/stylesheets/theme_admin/vendor/style.scss */
.plan.plan-light .plan-header {
  background-color: #fff;
  color: #000;
}

/* line 6641, app/assets/stylesheets/theme_admin/vendor/style.scss */
.plan.plan-light .text {
  color: #666;
}

/* ==========================================================================
   Counters
============================================================================= */
/* line 6649, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content {
  position: relative;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}

/* line 6656, app/assets/stylesheets/theme_admin/vendor/style.scss */
.ac-bordered {
  border: 1px solid #eee;
}

/* line 6660, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content .chart-container {
  height: 250px;
  width: 100%;
}

/* line 6665, app/assets/stylesheets/theme_admin/vendor/style.scss */
table .chart-container {
  height: 30px !important;
}

/* line 6669, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content.text-light,
.text-light .admin-content {
  color: #fff;
}

/* line 6674, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content .panel-group {
  margin: 0;
}

/* ==========================================================================
   Charts
============================================================================= */
/* line 6682, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chart-container {
  width: 100% !important;
  height: 400px !important;
  font-size: 14px;
  line-height: 1.2em;
  font-family: 'Roboto Condensed';
}

/* line 6690, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chart-container.admin-chart-js {
  height: auto !important;
}

/* Flot */
/* line 6696, app/assets/stylesheets/theme_admin/vendor/style.scss */
td.legendColorBox > div {
  border: none !important;
  margin-right: 5px;
}

/* line 6701, app/assets/stylesheets/theme_admin/vendor/style.scss */
.flotTip {
  background-color: rgba(0, 0, 0, 0.7) !important;
  color: #eee !important;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0 !important;
}

/* Morris */
/* line 6711, app/assets/stylesheets/theme_admin/vendor/style.scss */
.morris-hover.morris-default-style {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0;
  border: none;
  color: #eee;
  padding: 5px 10px;
  font-size: 12px;
}

/* line 6720, app/assets/stylesheets/theme_admin/vendor/style.scss */
.morris-hover.morris-default-style .morris-hover-point {
  color: #eee !important;
  letter-spacing: 1px;
}

/* line 6725, app/assets/stylesheets/theme_admin/vendor/style.scss */
.chart-container > svg > text > tspan {
  font-size: 40% important;
}

/* line 6729, app/assets/stylesheets/theme_admin/vendor/style.scss */
.axisLabel.yaxisLabel {
  margin-top: 0 !important;
}

/* Sparkline */
/* line 6735, app/assets/stylesheets/theme_admin/vendor/style.scss */
.sparkline-container {
  display: block;
}

/* line 6739, app/assets/stylesheets/theme_admin/vendor/style.scss */
.jqstooltip {
  box-sizing: content-box;
  border: none !important;
}

/* ==========================================================================
   Maps
============================================================================= */
/* line 6750, app/assets/stylesheets/theme_admin/vendor/style.scss */
.gmaps,
.vmaps {
  height: 400px;
  width: 100% !important;
}

/* JQV Maps */
/* line 6758, app/assets/stylesheets/theme_admin/vendor/style.scss */
.jqvmap-zoomin,
.jqvmap-zoomout {
  position: absolute;
  top: 0;
  background-color: #1f232b;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  height: 17px;
  width: 17px;
  line-height: 16px;
  padding: 0 4px;
}

/* line 6772, app/assets/stylesheets/theme_admin/vendor/style.scss */
.jqvmap-zoomout {
  top: 25px;
}

/* ==========================================================================
   Counters
============================================================================= */
/* line 6780, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content span.counter-icon {
  font-size: 50px;
  margin-bottom: 30px;
}

/* line 6785, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content span.counter-icon {
  font-size: 30px;
  margin-bottom: 30px;
}

/* line 6790, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content.counter-inline span.counter-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
  margin-top: 15px;
}

/* line 6799, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content span.counter,
.admin-content span.counter-extend {
  font-size: 30px;
  font-weight: bold;
}

/* line 6805, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content span.counter,
.admin-content span.counter-extend {
  font-size: 25px;
  font-weight: bold;
}

/* line 6811, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content h3 {
  margin: 5px 0 0;
  text-transform: uppercase;
}

/* line 6816, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content h3 {
  font-size: 16px;
  font-weight: 400;
}

/* line 6821, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

/* line 6828, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content span.percentage-left {
  position: absolute;
  right: 30px;
}

/* line 6833, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content span.counter-icon {
  margin-bottom: 0px;
  float: right;
}

/* line 6838, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content span.counter-icon.counter-icon-big {
  font-size: 80px;
  margin-top: -10px;
  opacity: 0.2;
}

/* line 6844, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content.counter-inline span.counter-icon {
  margin-bottom: 0px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -15px !important;
}

/* line 6852, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content.counter-inline span.counter {
  margin-top: -8px;
  display: block;
  float: left;
  min-width: 60px;
}

/* line 6859, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content.counter-center span.counter,
.admin-content.counter-center span.counter-icon {
  float: none;
  display: block;
}

/* line 6865, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content.counter-center span.counter {
  padding-bottom: 0px;
}

/* line 6869, app/assets/stylesheets/theme_admin/vendor/style.scss */
.admin-content.counter-center span.counter-icon {
  font-size: 36px;
  padding-bottom: 20px;
}

/* line 6874, app/assets/stylesheets/theme_admin/vendor/style.scss */
span.nc-text {
  font-size: 16px;
  font-weight: bold;
}

/* line 6879, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nc-lined {
  padding: 0;
}

/* line 6883, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nc-style-4 span,
.nc-lined span {
  font-size: 50px;
  font-weight: bold;
}

/* line 6889, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nc-lined span.counter-icon {
  font-weight: normal;
  border-bottom: 3px solid #000;
  min-width: 30%;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

/* line 6898, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nc-lined.text-light span.counter-icon,
.text-light .nc-lined span.counter-icon,
.nc-lined .text-light span.counter-icon {
  border-color: #fff;
}

/* line 6904, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nc-lined.text-lighter span.counter-icon,
.text-lighter .nc-lined span.counter-icon,
.nc-lined .text-lighter span.counter-icon {
  border-color: #aaa;
}

/* line 6910, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nc-lined h1,
.nc-lined h2,
.nc-lined h3,
.nc-lined h4,
.nc-lined h5,
.nc-lined h6 {
  margin: 0;
}

/* line 6919, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nc-style-4 h5,
.nc-lined h5 {
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 6925, app/assets/stylesheets/theme_admin/vendor/style.scss */
.counter-border {
  border-right: 1px solid #e6e6e6;
}

/* line 6929, app/assets/stylesheets/theme_admin/vendor/style.scss */
.notify-boxes {
  padding: 10px 0;
}

/* line 6933, app/assets/stylesheets/theme_admin/vendor/style.scss */
.notify-boxes > span {
  padding: 5px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 12px;
  font-family: 'Roboto Condensed';
}

/* ==========================================================================
   Weather Widget
============================================================================= */
/* line 6947, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nc-weather table {
  width: 100%;
}

/* line 6951, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nc-weather td {
  width: 50%;
}

/* line 6955, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nc-weather td {
  vertical-align: middle;
}

/* line 6959, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nc-weather td:last-child {
  text-align: right;
}

/* line 6963, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nc-weather sup {
  font-size: 50%;
  top: -20px;
}

/* line 6968, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nc-weather h1 {
  font-size: 40px;
}

/* line 6972, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nc-weather .weather-icon {
  font-size: 45px;
}

/* line 6976, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nc-weather h1,
.nc-weather h5 {
  margin: 0;
}

/* line 6981, app/assets/stylesheets/theme_admin/vendor/style.scss */
.nc-weather h5 {
  margin: 5px 0 0;
  color: #f6f6f6 !important;
}

/* ==========================================================================
   To-Do List
============================================================================= */
/* line 6990, app/assets/stylesheets/theme_admin/vendor/style.scss */
#todo-list:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
}

/* line 7000, app/assets/stylesheets/theme_admin/vendor/style.scss */
.todo-wrap {
  display: block;
  position: relative;
  padding-left: 35px;
  box-shadow: 0 2px 0 -1px #ebebeb;
}

/* line 7007, app/assets/stylesheets/theme_admin/vendor/style.scss */
.todo-wrap input[type="checkbox"] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  top: -600px;
}

/* line 7015, app/assets/stylesheets/theme_admin/vendor/style.scss */
.todo {
  display: inline-block;
  padding: 9px 5px;
  margin: 0;
  height: 37px;
  position: relative;
}

/* line 7023, app/assets/stylesheets/theme_admin/vendor/style.scss */
.todo:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  width: 0%;
  height: 1px;
  background: #cd4400;
  /*transition*/
  transition: .25s ease-in-out;
}

/* line 7039, app/assets/stylesheets/theme_admin/vendor/style.scss */
.todo:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  height: 15px;
  width: 15px;
  top: 11px;
  left: -25px;
  /*box-shadow*/
  box-shadow: inset 0 0 0 2px #d8d8d8;
  /*transition*/
  transition: .25s ease-in-out;
  /*border-radius*/
  border-radius: 0;
}

/* line 7063, app/assets/stylesheets/theme_admin/vendor/style.scss */
.todo:hover:after {
  /*box-shadow*/
  box-shadow: inset 0 0 0 2px #949494;
}

/* line 7070, app/assets/stylesheets/theme_admin/vendor/style.scss */
.todo .icon_check {
  position: absolute;
  z-index: 1;
  left: -32px;
  top: 0;
  font-size: 1px;
  line-height: 36px;
  width: 36px;
  height: 36px;
  text-align: center;
  color: transparent;
  text-shadow: 1px 1px 0 white, -1px -1px 0 white;
  cursor: pointer;
}

/* line 7085, app/assets/stylesheets/theme_admin/vendor/style.scss */
:checked + .todo {
  color: #717171;
}

/* line 7089, app/assets/stylesheets/theme_admin/vendor/style.scss */
:checked + .todo:before {
  width: 100%;
}

/* line 7093, app/assets/stylesheets/theme_admin/vendor/style.scss */
:checked + .todo:after {
  /*box-shadow*/
  box-shadow: inset 0 0 0 2px #24caa1;
}

/* line 7100, app/assets/stylesheets/theme_admin/vendor/style.scss */
:checked + .todo .icon_check {
  font-size: 20px;
  line-height: 35px;
  color: #24caa1;
}

/* Delete Items */
/* line 7108, app/assets/stylesheets/theme_admin/vendor/style.scss */
.delete-item {
  display: block;
  position: absolute;
  height: 36px;
  width: 36px;
  line-height: 40px;
  right: 0;
  top: 0;
  text-align: center;
  color: #aaa;
  opacity: 0;
  cursor: pointer;
  font-size: 20px;
}

/* line 7123, app/assets/stylesheets/theme_admin/vendor/style.scss */
.todo-wrap:hover .delete-item {
  opacity: 1;
}

/* line 7127, app/assets/stylesheets/theme_admin/vendor/style.scss */
.delete-item:hover {
  color: #eb4b4b;
}

/* Add Items */
/* line 7133, app/assets/stylesheets/theme_admin/vendor/style.scss */
#add-todo {
  padding: 25px 0 0 0;
  font-size: 14px;
  color: #aaa;
  display: inline-block;
  cursor: pointer;
}

/* line 7141, app/assets/stylesheets/theme_admin/vendor/style.scss */
#add-todo:hover {
  color: #24caa1;
  /*transition*/
  transition: none;
}

/* line 7150, app/assets/stylesheets/theme_admin/vendor/style.scss */
#add-todo .fa-plus {
  font-size: 14px;
  /*transition*/
  transition: none;
}

/* line 7159, app/assets/stylesheets/theme_admin/vendor/style.scss */
.input-todo {
  border: none;
  outline: none;
  position: relative;
  top: -1px;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 7170, app/assets/stylesheets/theme_admin/vendor/style.scss */
#nprogress .bar {
  background: #24caa1 !important;
}

/* ==========================================================================
   Tooltip
============================================================================= */
/* line 7178, app/assets/stylesheets/theme_admin/vendor/style.scss */
.tooltip-inner {
  border-radius: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 7px 8px 7px 10px;
}

/* ==========================================================================
   Bootstrap Slider
============================================================================= */
/* line 7190, app/assets/stylesheets/theme_admin/vendor/style.scss */
.carousel {
  margin: 0;
  overflow: hidden;
}

/* line 7195, app/assets/stylesheets/theme_admin/vendor/style.scss */
.carousel-indicators li {
  border-radius: 0;
}

/* line 7199, app/assets/stylesheets/theme_admin/vendor/style.scss */
.carousel-inner .item:hover img {
  opacity: 1;
}

/* line 7203, app/assets/stylesheets/theme_admin/vendor/style.scss */
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

/* line 7208, app/assets/stylesheets/theme_admin/vendor/style.scss */
.carousel-caption {
  text-shadow: none;
}

/* line 7212, app/assets/stylesheets/theme_admin/vendor/style.scss */
.carousel-caption.big-caption {
  right: 70%;
  top: 0;
  left: 0;
  padding: 40px;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: left;
}

/* line 7223, app/assets/stylesheets/theme_admin/vendor/style.scss */
.carousel-caption.small-caption {
  right: inherit;
  bottom: 20%;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: left;
  padding: 0 5px;
  text-align: center;
}

/* line 7234, app/assets/stylesheets/theme_admin/vendor/style.scss */
.carousel-control .fa {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  z-index: 5;
  display: inline-block;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  height: 70px;
  width: 40px;
  line-height: 70px;
  text-align: center;
  transition: all 0.35s linear;
}

/* line 7252, app/assets/stylesheets/theme_admin/vendor/style.scss */
.carousel:hover .carousel-control .fa {
  opacity: 1;
}

/* line 7256, app/assets/stylesheets/theme_admin/vendor/style.scss */
.right.carousel-control .fa {
  right: -50px;
}

/* line 7260, app/assets/stylesheets/theme_admin/vendor/style.scss */
.left.carousel-control .fa {
  left: -50px;
}

/* line 7264, app/assets/stylesheets/theme_admin/vendor/style.scss */
.carousel:hover .right.carousel-control .fa {
  right: 0px;
}

/* line 7268, app/assets/stylesheets/theme_admin/vendor/style.scss */
.carousel:hover .left.carousel-control .fa {
  left: 0px;
}

/* line 7272, app/assets/stylesheets/theme_admin/vendor/style.scss */
.carousel-caption.big-caption h4 {
  padding-bottom: 20px;
  line-height: 23px;
  color: #fff;
}

/* line 7278, app/assets/stylesheets/theme_admin/vendor/style.scss */
.carousel-caption.small-caption h4 {
  padding: 5px;
  color: #fff;
}

/* line 7283, app/assets/stylesheets/theme_admin/vendor/style.scss */
.carousel-caption.big-caption p {
  font-size: 13px;
}

/* ==========================================================================
  Tables
============================================================================= */
/* line 7291, app/assets/stylesheets/theme_admin/vendor/style.scss */
.table {
  margin-bottom: 0;
}

/* line 7295, app/assets/stylesheets/theme_admin/vendor/style.scss */
.table > tbody > tr > td,
.table > tfoot > tr > td .table > thead > tr > td {
  border-top: none;
  border-bottom: 1px solid #ddd;
}

/* line 7301, app/assets/stylesheets/theme_admin/vendor/style.scss */
.table > tbody > tr:last-child > td,
.table > tfoot > tr:last-child > td,
.table > thead > tr:last-child > td {
  border-bottom: none;
}

/* line 7307, app/assets/stylesheets/theme_admin/vendor/style.scss */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}

/* line 7316, app/assets/stylesheets/theme_admin/vendor/style.scss */
.table-theme thead > tr > th {
  color: #fff;
  font-size: 12px;
  padding: 15px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  border-bottom: 1px solid #eee;
}

/* line 7326, app/assets/stylesheets/theme_admin/vendor/style.scss */
.table-theme.table-bordered {
  border-bottom-color: #eee;
}

/* line 7330, app/assets/stylesheets/theme_admin/vendor/style.scss */
.table-theme.table-bordered thead > tr > th {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

/* line 7335, app/assets/stylesheets/theme_admin/vendor/style.scss */
.table-theme.table-clear.table-bordered thead > tr > th {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* line 7341, app/assets/stylesheets/theme_admin/vendor/style.scss */
.table-theme thead.bg-dark-blue > tr > th,
.table-theme thead.bg-blue-grey > tr > th,
.table-theme thead.bg-blue > tr > th,
.table-theme thead.bg-dark-green > tr > th,
.table-theme thead.bg-green > tr > th,
.table-theme thead.bg-purple > tr > th,
.table-theme thead.bg-red > tr > th,
.table-theme thead.bg-orange > tr > th,
.table-theme thead.bg-yellow > tr > th {
  border-bottom: 1px solid #eee;
  border-right: none;
}

/* line 7354, app/assets/stylesheets/theme_admin/vendor/style.scss */
.table-theme thead {
  background-color: #2F343E;
}

/* line 7358, app/assets/stylesheets/theme_admin/vendor/style.scss */
.table-theme.table-clear thead {
  background-color: transparent;
}

/* line 7362, app/assets/stylesheets/theme_admin/vendor/style.scss */
.table-theme.table-clear thead > tr > th {
  color: #000;
}

/* line 7366, app/assets/stylesheets/theme_admin/vendor/style.scss */
.table-theme {
  border-top-color: #333;
  margin-bottom: 0;
}

/* line 7371, app/assets/stylesheets/theme_admin/vendor/style.scss */
.table-theme > tbody > tr > td {
  border-color: #eee;
  padding: 10px 15px;
}

/* line 7376, app/assets/stylesheets/theme_admin/vendor/style.scss */
.table-theme.table-hover > tbody > tr:hover {
  background-color: #fbfbfb;
}

/* line 7380, app/assets/stylesheets/theme_admin/vendor/style.scss */
.table-account-privacy > tbody > tr > td.radio-buttons {
  width: 25%;
  vertical-align: middle;
}

/* line 7385, app/assets/stylesheets/theme_admin/vendor/style.scss */
.table-account-privacy > tbody > tr > td.radio-buttons .radio-buttons-inline {
  display: inline-block;
}

/* ==========================================================================
   Inbox Block
============================================================================= */
/* line 7393, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-block ul {
  margin: 30px 0 0;
  padding: 0;
}

/* line 7398, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-block ul li {
  list-style: none;
  padding: 5px 0;
  position: relative;
}

/* line 7404, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-block ul li.active {
  position: relative;
}

/* line 7408, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-block ul li.active:before {
  content: '';
  border-left: 3px solid #eb4b4b;
  position: absolute;
  left: -30px;
  width: 5px;
  height: 100%;
  top: 50%;
  margin-top: -15px;
}

/* line 7419, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-block ul li a {
  font-size: 13px;
  text-transform: uppercase;
  color: #999;
}

/* line 7425, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-block ul li a:hover {
  color: #000;
}

/* line 7429, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-block ul li.active a {
  color: #eb4b4b;
  font-weight: bold;
}

/* line 7434, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-block ul li label {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 0;
  padding: 3px 5px;
  min-width: 30px;
  text-align: center;
}

/* line 7446, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-block hr {
  margin: 30px 0;
}

/* line 7450, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-block p {
  padding-left: 15px;
}

/* line 7454, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-block p label,
.inbox-content table span.label {
  display: inline-block !important;
  border-radius: 50%;
  padding: 5px;
  position: relative;
  top: 5px;
  margin-right: 5px;
}

/* line 7464, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-content table span.label {
  margin-right: 0;
}

/* line 7468, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-content table span.label {
  top: 0;
}

/* line 7472, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-content .caption {
  padding-top: 0;
  margin-top: -20px;
}

/* line 7477, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-content .caption .btn-group {
  margin-left: 25px;
  top: 5px;
}

/* line 7482, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-content .theme-checkbox {
  width: auto;
  top: 6px;
  margin-right: 10px;
  margin-left: 15px;
}

/* line 7489, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-content table tr td a {
  font-family: 'Lato', sans-serif;
  letter-spacing: 0;
}

/* line 7494, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-content table tr.unread td a {
  font-weight: bold;
}

/* line 7498, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-content table .theme-checkbox {
  top: -15px;
  margin: 0;
}

/* line 7503, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-content .table > tbody > tr > td i.icon_paperclip {
  float: right;
}

/* line 7507, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-content .table > tbody > tr > td:last-child {
  text-align: right;
  font-size: 12px;
  padding: 15px 15px 15px 0;
}

/* line 7513, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-content .table > tbody > tr > td {
  padding: 15px;
  background-color: #f6f6f6;
}

/* line 7518, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-content .table > tbody > tr.unread > td {
  background-color: transparent;
}

/* line 7522, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-content .unread td {
  font-weight: bold;
}

/* line 7526, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-content .table > tbody > tr > td:nth-child(2) {
  width: 5px;
}

/* line 7530, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-content .table > tbody > tr > td.mail-starred a {
  position: relative;
  top: -3px;
}

/* line 7535, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-content .table > tbody > tr > td:nth-child(3) {
  width: 3px;
  padding: 0;
}

/* line 7540, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-content .mail-starred a i {
  position: relative;
  top: 3px;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 7550, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-content .mail-starred a i.icon_star_alt {
  display: block;
}

/* line 7554, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-content .mail-starred a i.icon_star {
  display: none;
  color: #faca39;
}

/* line 7559, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-content .mail-starred a:hover i.icon_star_alt,
.inbox-content .mail-starred a.active i.icon_star_alt {
  display: none;
}

/* line 7564, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-content .mail-starred a:hover i.icon_star,
.inbox-content .mail-starred a.active i.icon_star {
  display: block;
}

/* line 7569, app/assets/stylesheets/theme_admin/vendor/style.scss */
button.btn.btn-inbox-label {
  background-color: transparent;
  padding: 0;
  box-shadow: none !important;
}

/* line 7575, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-content table .btn-inbox-label .btn > span.label {
  border: 1px solid #aaa;
  padding: 4px;
}

/* line 7580, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-inbox-label button.btn {
  background-color: transparent;
  box-shadow: none !important;
  padding: 0;
}

/* line 7586, app/assets/stylesheets/theme_admin/vendor/style.scss */
.inbox-content table .btn-inbox-label .dropdown-menu {
  padding: 5px 5px;
  text-align: center;
  background: #fcfcfc;
}

/* line 7592, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-group.btn-inbox-label .dropdown-menu li {
  display: inline-block;
}

/* line 7596, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-group.btn-inbox-label .dropdown-menu a {
  padding: 5px 7.5px !important;
  background-color: transparent !important;
}

/* line 7601, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mail-content .caption-subject {
  font-size: 18px;
}

/* line 7605, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mail-content .caption-helper {
  display: block;
}

/* line 7609, app/assets/stylesheets/theme_admin/vendor/style.scss */
.actions a i.mail-reply,
.actions a i.mail-forward,
.actions a i.mail-delete {
  font-size: 16px;
  line-height: 22px;
  padding-left: 5px;
}

/* line 7617, app/assets/stylesheets/theme_admin/vendor/style.scss */
.actions a i.mail-forward {
  font-weight: bold;
  padding-right: 5px;
  padding-left: 0;
}

/* line 7623, app/assets/stylesheets/theme_admin/vendor/style.scss */
.actions a i.mail-delete {
  font-size: 18px;
  line-height: 14px;
}

/* line 7628, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mail-content hr.mail-divider-top {
  margin-top: 10px;
  margin-bottom: 30px;
}

/* line 7633, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mail-content hr.mail-divider-bottom {
  margin-bottom: 30px;
  margin-top: 30px;
}

/* line 7638, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-mail-delete {
  font-size: 17px !important;
  line-height: 12px;
}

/* ==========================================================================
   Calendar
============================================================================= */
/* line 7647, app/assets/stylesheets/theme_admin/vendor/style.scss */
.fc-event {
  border: none;
}

/* line 7651, app/assets/stylesheets/theme_admin/vendor/style.scss */
.external-event.label {
  cursor: all-scroll;
}

/* ==========================================================================
   Summernote
============================================================================= */
/* line 7659, app/assets/stylesheets/theme_admin/vendor/style.scss */
.note-editor.note-frame {
  border-color: #eee;
  margin: 0;
}

/* line 7664, app/assets/stylesheets/theme_admin/vendor/style.scss */
.note-toolbar.panel-heading {
  background-color: transparent;
  border: none;
}

/* ==========================================================================
   Drag and Drop Attachment
============================================================================= */
/* line 7673, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dropzone {
  background: transparent;
  border: 1px solid #eee;
  min-height: 100px;
}

/* line 7679, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dropzone .dz-preview.dz-image-preview {
  background: transparent;
}

/* line 7683, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 0;
}

/* line 7687, app/assets/stylesheets/theme_admin/vendor/style.scss */
.file-row.dz-image-preview {
  margin-top: 20px;
}

/* line 7691, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  z-index: 10;
}

/* ==========================================================================
   Timeline
============================================================================= */
/* line 7700, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

/* line 7707, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #f6f6f6;
  right: 40px;
  margin-right: -1px;
}

/* line 7718, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline.timeline-light:before {
  background-color: #fff;
}

/* line 7722, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline.timeline-left:before {
  right: auto;
  left: 40px;
  margin-right: 0;
  margin-left: -1px;
}

/* line 7729, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline > li {
  margin-bottom: 20px;
  position: relative;
  padding-right: 100px;
}

/* line 7735, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline > li:last-child {
  margin-bottom: 0;
}

/* line 7739, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

/* line 7745, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline > li:after {
  clear: both;
}

/* line 7749, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

/* line 7755, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline > li:after {
  clear: both;
}

/* line 7759, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline.timeline-left > li {
  padding-left: 100px;
  padding-right: 0;
}

/* line 7764, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline > li > .timeline-panel {
  width: 100%;
  float: left;
  border-radius: 2px;
  padding: 25px;
  position: relative;
  background: #fafafa;
  text-align: right;
}

/* line 7774, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline.timeline-light > li > .timeline-panel {
  background-color: #fff;
}

/* line 7778, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 41px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #fafafa;
  border-right: 0 solid #fafafa;
  border-bottom: 15px solid transparent;
  content: " ";
}

/* line 7790, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 42px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fafafa;
  border-right: 0 solid #fafafa;
  border-bottom: 14px solid transparent;
  content: " ";
}

/* line 7802, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline.timeline-light > li > .timeline-panel:before,
.timeline.timeline-light > li > .timeline-panel:after {
  border-left-color: #fff;
}

/* line 7807, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline.timeline-left > li > .timeline-panel {
  text-align: left;
}

/* line 7811, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline > li > .timeline-badge {
  color: #2F343E;
  font-weight: bold;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  text-align: center;
  position: absolute;
  top: 16px;
  right: 0;
  margin-left: -25px;
  background: #fff;
  border: 2px solid #f6f6f6;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

/* line 7832, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline.timeline-left .timeline-badge {
  left: 25px;
  right: auto;
}

/* line 7837, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline > li > .timeline-badge > img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: -12px;
}

/* line 7844, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline.timeline-left .timeline-panel {
  float: right;
}

/* line 7848, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline.timeline-left .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

/* line 7855, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline.timeline-left .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

/* line 7862, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

/* line 7866, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-badge.success {
  background-color: #3f903f !important;
}

/* line 7870, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

/* line 7874, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-badge.danger {
  background-color: #d9534f !important;
}

/* line 7878, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-badge.info {
  background-color: #5bc0de !important;
}

/* line 7882, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-title {
  margin-top: 0;
  color: inherit;
  text-transform: uppercase;
  float: right;
}

/* line 7889, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-left .timeline-title {
  float: left;
}

/* line 7893, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-time {
  font-weight: 400 !important;
  color: #777 !important;
  padding-right: 10px;
}

/* line 7899, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-left .timeline-time {
  padding-left: 10px;
  padding-right: 0;
}

/* line 7904, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-body p {
  display: inline-block;
}

/* line 7908, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

/* line 7913, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-body > p + p {
  margin-top: 5px;
}

/* Timeline - Small */
/* line 7919, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-small.timeline:before {
  right: 8px;
}

/* line 7923, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-small.timeline.timeline-left:before {
  left: 8px;
  right: inherit;
}

/* line 7928, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-small.timeline > li {
  padding-right: 50px;
}

/* line 7932, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-small.timeline.timeline-left > li {
  padding-right: 0;
  padding-left: 50px;
}

/* line 7937, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline.timeline-small > li > .timeline-badge {
  border: none;
  width: 15px;
  height: 15px;
  background: #eee;
}

/* line 7944, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-small.timeline > li > .timeline-panel:before,
.timeline-small.timeline > li > .timeline-panel:after {
  top: 7.5px;
}

/* line 7949, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-small.timeline-transparent.timeline > li {
  padding-right: 30px;
}

/* line 7953, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-small.timeline-transparent.timeline.timeline-left > li {
  padding-right: 0;
  padding-left: 30px;
}

/* Timeline Colors */
/* line 7960, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-transparent.timeline > li > .timeline-panel,
.dark-body .timeline-transparent.timeline > li > .timeline-panel,
.dark-body .timeline-transparent.timeline.timeline-light > li > .timeline-panel {
  background-color: transparent !important;
  padding: 15px;
}

/* line 7967, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-transparent.timeline > li > .timeline-panel:before,
.timeline-transparent.timeline > li > .timeline-panel:after,
.dark-body .timeline-transparent.timeline > li > .timeline-panel:before,
.dark-body .timeline-transparent.timeline > li > .timeline-panel:after {
  display: none;
}

/* line 7974, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-dark-blue.timeline > li > .timeline-badge,
.dark-body .timeline-dark-blue.timeline > li > .timeline-badge {
  border: 2px solid #3f4d9f !important;
  background: #fff;
}

/* line 7980, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-dark-blue.timeline:before,
.dark-body .timeline-light.timeline-dark-blue.timeline:before {
  background-color: #3f4d9f !important;
}

/* line 7985, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-blue.timeline > li > .timeline-badge,
.dark-body .timeline-blue.timeline > li > .timeline-badge {
  border: 2px solid #2eb7f3 !important;
  background: #fff;
}

/* line 7991, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-blue.timeline:before,
.dark-body .timeline-light.timeline-light.timeline-blue.timeline:before {
  background-color: #2eb7f3 !important;
}

/* line 7996, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-blue-grey.timeline > li > .timeline-badge,
.dark-body .timeline-blue-grey.timeline > li > .timeline-badge {
  border: 2px solid #4c5667 !important;
  background: #fff;
}

/* line 8002, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-blue-grey.timeline:before,
.dark-body .timeline-light.timeline-blue-grey.timeline:before {
  background-color: #4c5667 !important;
}

/* line 8007, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-purple.timeline > li > .timeline-badge,
.dark-body .timeline-purple.timeline > li > .timeline-badge {
  border: 2px solid #805bbe !important;
  background: #fff;
}

/* line 8013, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-purple.timeline:before,
.dark-body .timeline-light.timeline-purple.timeline:before {
  background-color: #805bbe !important;
}

/* line 8018, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-dark-green.timeline > li > .timeline-badge,
.dark-body .timeline-dark-green.timeline > li > .timeline-badge {
  border: 2px solid #0c666a !important;
  background: #fff;
}

/* line 8024, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-dark-green.timeline:before,
.dark-body .timeline-light.timeline-dark-green.timeline:before {
  background-color: #0c666a !important;
}

/* line 8029, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-green.timeline > li > .timeline-badge,
.dark-body .timeline-green.timeline > li > .timeline-badge {
  border: 2px solid #24caa1 !important;
  background: #fff;
}

/* line 8035, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-green.timeline:before,
.dark-body .timeline-light.timeline-green.timeline:before {
  background-color: #24caa1 !important;
}

/* line 8040, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-red.timeline > li > .timeline-badge,
.dark-body .timeline-red.timeline > li > .timeline-badge {
  border: 2px solid #eb4b4b !important;
  background: #fff;
}

/* line 8046, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-red.timeline:before,
.dark-body .timeline-light.timeline-red.timeline:before {
  background-color: #eb4b4b !important;
}

/* line 8051, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-orange.timeline > li > .timeline-badge,
.dark-body .timeline-orange.timeline > li > .timeline-badge {
  border: 2px solid #ff7f5a !important;
  background: #fff;
}

/* line 8057, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-orange.timeline:before,
.dark-body .timeline-light.timeline-orange.timeline:before {
  background-color: #ff7f5a !important;
}

/* line 8062, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-yellow.timeline > li > .timeline-badge,
.dark-body .timeline-yellow.timeline > li > .timeline-badge {
  border: 2px solid #faca39 !important;
  background: #fff;
}

/* line 8068, app/assets/stylesheets/theme_admin/vendor/style.scss */
.timeline-yellow.timeline:before,
.dark-body .timeline-light.timeline-yellow.timeline:before {
  background-color: #faca39 !important;
}

/* line 8073, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .timeline-dark-blue.timeline > li > .timeline-badge,
.dark-body .timeline-blue.timeline > li > .timeline-badge,
.dark-body .timeline-blue-grey.timeline > li > .timeline-badge,
.dark-body .timeline-purple.timeline > li > .timeline-badge,
.dark-body .timeline-dark-green.timeline > li > .timeline-badge,
.dark-body .timeline-green.timeline > li > .timeline-badge,
.dark-body .timeline-red.timeline > li > .timeline-badge,
.dark-body .timeline-orange.timeline > li > .timeline-badge,
.dark-body .timeline-yellow.timeline > li > .timeline-badge,
.dark-body .timeline-light.timeline.timeline-transparent > li > .timeline-badge {
  background: #3c4452 !important;
}

/* ==========================================================================
   Horizontal Timeline
============================================================================= */
/* line 8090, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline {
  opacity: 0;
  margin: 0 auto;
  transition: opacity 0.2s;
}

/* line 8098, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}

/* line 8104, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline ol {
  padding-left: 0;
}

/* line 8108, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline li {
  list-style: none;
}

/* line 8112, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}

/* line 8117, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline .ht-inner {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

/* line 8125, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline .ht-inner:before {
  display: none;
}

/* line 8129, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}

/* line 8136, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline .events-wrapper::after,
.horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}

/* line 8147, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline .events-wrapper::before {
  left: 0;
}

/* line 8151, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline .events-wrapper::after {
  right: 0;
}

/* line 8155, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  transition: transform 0.4s;
}

/* line 8169, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #3f4d9f;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}

/* line 8193, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  transform: translateZ(0);
}

/* line 8209, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  transition: background-color 0.3s, border-color 0.3s;
}

/* line 8231, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-touch .horizontal-timeline .events a:hover::after {
  background-color: #3f4d9f;
  border-color: #3f4d9f;
}

/* line 8236, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline .events a.selected {
  pointer-events: none;
}

/* line 8240, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline .events a.selected::after {
  background-color: #3f4d9f !important;
}

/* line 8244, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline .events a.older-event::after {
  border-color: #3f4d9f !important;
  background-color: #3f4d9f !important;
}

@media only screen and (min-width: 1100px) {
  /* line 8250, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

/* line 8256, app/assets/stylesheets/theme_admin/vendor/style.scss */
.ht-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  transition: border-color 0.3s;
}

/* line 8281, app/assets/stylesheets/theme_admin/vendor/style.scss */
.ht-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  background: url(/images/cd-arrow.svg) no-repeat 0 0;
}

/* line 8299, app/assets/stylesheets/theme_admin/vendor/style.scss */
.ht-navigation a.prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

/* line 8308, app/assets/stylesheets/theme_admin/vendor/style.scss */
.ht-navigation a.next {
  right: 0;
}

/* line 8312, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-touch .ht-navigation a:hover {
  border-color: #3f4d9f;
}

/* line 8316, app/assets/stylesheets/theme_admin/vendor/style.scss */
.ht-navigation a.inactive {
  cursor: not-allowed;
}

/* line 8320, app/assets/stylesheets/theme_admin/vendor/style.scss */
.ht-navigation a.inactive::after {
  background-position: 0 -16px;
}

/* line 8324, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-touch .ht-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

/* line 8328, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 10px;
  overflow: hidden;
  transition: height 0.4s;
}

/* line 8339, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
}

/* line 8360, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0);
}

/* line 8372, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline .events-content li.enter-right,
.horizontal-timeline .events-content li.leave-right {
  animation-name: cd-enter-right;
}

/* line 8379, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline .events-content li.enter-left,
.horizontal-timeline .events-content li.leave-left {
  animation-name: cd-enter-left;
}

/* line 8386, app/assets/stylesheets/theme_admin/vendor/style.scss */
.horizontal-timeline .events-content li.leave-right,
.horizontal-timeline .events-content li.leave-left {
  animation-direction: reverse;
}

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

/* ==========================================================================
   Editor
============================================================================= */
/* line 8485, app/assets/stylesheets/theme_admin/vendor/style.scss */
.note-editor .btn-default,
.note-editor .btn-default:focus {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #e6e6e6 !important;
}

/* line 8492, app/assets/stylesheets/theme_admin/vendor/style.scss */
.note-editor.note-frame .note-editing-area .note-editable {
  background-color: transparent;
}

/* ==========================================================================
   DataTables
============================================================================= */
/* line 8500, app/assets/stylesheets/theme_admin/vendor/style.scss */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  display: none !important;
}

/* line 8506, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dt-buttons {
  float: left;
  margin-bottom: 30px;
}

/* line 8511, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.dt-button {
  padding: 5px 10px;
  background-color: #3f4d9f;
  color: #fff !important;
  font-size: 12px;
  line-height: 12px;
  margin-right: 5px;
  border: 1px solid transparent;
  text-transform: uppercase;
  display: inline-block;
}

/* line 8523, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.dt-button:hover {
  background-color: #fff;
  color: #3f4d9f;
  border-color: #ddd;
}

/* line 8529, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

/* line 8536, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: none;
}

/* line 8540, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dataTables_wrapper .form-control:focus {
  box-shadow: none;
  border-color: #000;
}

/* ==========================================================================
   404 Error
============================================================================= */
/* line 8549, app/assets/stylesheets/theme_admin/vendor/style.scss */
p.error {
  font-size: 200px;
  color: #000;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}

/* line 8566, app/assets/stylesheets/theme_admin/vendor/style.scss */
p.error.white {
  color: #fff;
}

/* ==========================================================================
   Footer
============================================================================= */
/* line 8574, app/assets/stylesheets/theme_admin/vendor/style.scss */
.footer {
  background: #1F232B;
  clear: both;
  font-size: 13px;
  color: #fff;
  padding: 25px 30px;
  z-index: 999;
  position: relative;
}

/* line 8584, app/assets/stylesheets/theme_admin/vendor/style.scss */
.footer p {
  margin: 0;
  font-weight: 400;
  font-size: 11px;
}

/* line 8590, app/assets/stylesheets/theme_admin/vendor/style.scss */
.footer .stick-to-bottom {
  position: fixed;
}

/* line 8594, app/assets/stylesheets/theme_admin/vendor/style.scss */
.stick-to-bottom {
  position: fixed;
  width: 100%;
  bottom: 0;
}

/********************************************************************
 Frontend
********************************************************************/
/* line 8604, app/assets/stylesheets/theme_admin/vendor/style.scss */
.one-page-menu .section {
  padding-top: 50px;
}

/* line 8608, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.jump.jump-slider {
  font-size: 50px;
  background-color: #fff;
  padding: 0 20px;
  opacity: 0.7;
  color: #333;
}

/* line 8616, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.jump.jump-slider-dark {
  font-size: 50px;
  background-color: #000;
  padding: 0 20px;
  opacity: 0.7;
  color: #fff;
}

/* line 8624, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.jump.jump-slider:hover,
a.jump.jump-slider-dark:hover {
  opacity: 1;
}

/* line 8629, app/assets/stylesheets/theme_admin/vendor/style.scss */
.one-pager.push {
  padding-top: 100px;
}

/* line 8633, app/assets/stylesheets/theme_admin/vendor/style.scss */
.one-page-intro-jump {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  animation: bobble 2s infinite;
  -webkit-animation: bobble 2s infinite;
}

/* line 8643, app/assets/stylesheets/theme_admin/vendor/style.scss */
.one-page-intro-jump .intro-center {
  display: inline-block;
}

@keyframes bobble {
  0% {
    bottom: 15px;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
  }
  50% {
    bottom: 25px;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    bottom: 15px;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
  }
}

/* line 8667, app/assets/stylesheets/theme_admin/vendor/style.scss */
.cta-image-up {
  margin-top: -150px;
}

/* line 8671, app/assets/stylesheets/theme_admin/vendor/style.scss */
.cta-image-bottom {
  margin-bottom: -150px;
}

/* line 8675, app/assets/stylesheets/theme_admin/vendor/style.scss */
.cta-image-top-bottom {
  margin-bottom: -150px;
  margin-top: -150px;
}

/* line 8680, app/assets/stylesheets/theme_admin/vendor/style.scss */
.cta-image-side-right {
  float: right;
}

/* line 8684, app/assets/stylesheets/theme_admin/vendor/style.scss */
.section-colored.overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

/* ==========================================================================
   Extra Font Style
============================================================================= */
/* line 8699, app/assets/stylesheets/theme_admin/vendor/style.scss */
.text-secondary,
i.text-secondary,
i .text-secondary {
  font-family: 'Roboto Condensed', sans-serif !important;
}

/* line 8705, app/assets/stylesheets/theme_admin/vendor/style.scss */
.text-main,
i.text-main,
i .text-main {
  font-family: 'Lato', sans-serif !important;
}

/* line 8711, app/assets/stylesheets/theme_admin/vendor/style.scss */
.text-vertical-large {
  line-height: 150% !important;
}

/* line 8715, app/assets/stylesheets/theme_admin/vendor/style.scss */
.text-error {
  color: #de6868 !important;
}

/* line 8719, app/assets/stylesheets/theme_admin/vendor/style.scss */
.weight-300 {
  font-weight: 300 !important;
}

/* line 8723, app/assets/stylesheets/theme_admin/vendor/style.scss */
.weight-400 {
  font-weight: 400 !important;
}

/* line 8727, app/assets/stylesheets/theme_admin/vendor/style.scss */
.weight-500 {
  font-weight: 500 !important;
}

/* line 8731, app/assets/stylesheets/theme_admin/vendor/style.scss */
.weight-600 {
  font-weight: 600 !important;
}

/* line 8735, app/assets/stylesheets/theme_admin/vendor/style.scss */
.weight-700 {
  font-weight: 700 !important;
}

/* ==========================================================================
   Font Color
============================================================================= */
/* line 8743, app/assets/stylesheets/theme_admin/vendor/style.scss */
.text-light,
.text-light small,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light.fa {
  color: #fff !important;
}

/* line 8755, app/assets/stylesheets/theme_admin/vendor/style.scss */
.text-light a,
a.text-light {
  color: #ddd !important;
}

/* line 8760, app/assets/stylesheets/theme_admin/vendor/style.scss */
.text-light a:hover,
a.text-light:hover {
  color: #eee !important;
}

/* Lighter */
/* line 8767, app/assets/stylesheets/theme_admin/vendor/style.scss */
.text-lighter,
.text-lighter small,
.text-lighter h1,
.text-lighter h2,
.text-lighter h3,
.text-lighter h4,
.text-lighter h5,
.text-lighter h6,
.text-lighter.fa {
  color: #aaa !important;
}

/* line 8779, app/assets/stylesheets/theme_admin/vendor/style.scss */
.text-lighter a,
a.text-lighter {
  color: #888 !important;
}

/* line 8784, app/assets/stylesheets/theme_admin/vendor/style.scss */
.text-lighter a:hover,
a.text-lighter:hover {
  color: #999 !important;
}

/* Dark */
/* line 8791, app/assets/stylesheets/theme_admin/vendor/style.scss */
.text-dark,
.text-dark small,
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6,
.text-dark.fa {
  color: #333 !important;
}

/* Darker */
/* line 8805, app/assets/stylesheets/theme_admin/vendor/style.scss */
.text-darker,
.text-darker small,
.text-darker h1,
.text-darker h2,
.text-darker h3,
.text-darker h4,
.text-darker h5,
.text-darker h6,
.text-darker.fa {
  color: #000 !important;
}

/* line 8817, app/assets/stylesheets/theme_admin/vendor/style.scss */
.text-darker a,
a.text-darker {
  color: #222 !important;
}

/* line 8822, app/assets/stylesheets/theme_admin/vendor/style.scss */
.text-darker a:hover,
a.text-darker:hover {
  color: #111 !important;
}

/* line 8827, app/assets/stylesheets/theme_admin/vendor/style.scss */
.color-dark-blue {
  color: #3f4d9f !important;
}

/* line 8831, app/assets/stylesheets/theme_admin/vendor/style.scss */
.text-info,
.color-blue {
  color: #2eb7f3 !important;
}

/* line 8836, app/assets/stylesheets/theme_admin/vendor/style.scss */
.text-theme,
.color-blue-grey {
  color: #4c5667 !important;
}

/* line 8841, app/assets/stylesheets/theme_admin/vendor/style.scss */
.color-purple {
  color: #805bbe !important;
}

/* line 8845, app/assets/stylesheets/theme_admin/vendor/style.scss */
.text-success,
.color-green {
  color: #24caa1 !important;
}

/* line 8850, app/assets/stylesheets/theme_admin/vendor/style.scss */
.color-dark-green {
  color: #0c666a !important;
}

/* line 8854, app/assets/stylesheets/theme_admin/vendor/style.scss */
.text-danger,
.color-red {
  color: #eb4b4b !important;
}

/* line 8859, app/assets/stylesheets/theme_admin/vendor/style.scss */
.color-orange {
  color: #ff7f5a !important;
}

/* line 8863, app/assets/stylesheets/theme_admin/vendor/style.scss */
.text-warning,
.color-yellow {
  color: #faca39 !important;
}

/* ==========================================================================
   Buttons
============================================================================= */
/* line 8872, app/assets/stylesheets/theme_admin/vendor/style.scss */
button {
  font-family: 'Roboto Condensed' sans-serif;
}

/* line 8876, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}

/* line 8882, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn {
  border-radius: 0px;
  font-size: 12px;
  font-family: 'Roboto Condensed' sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

/* line 8894, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-lg {
  font-size: 13px !important;
  line-height: 13px;
}

/* line 8899, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-sm {
  font-size: 11px !important;
  line-height: 11px;
}

/* line 8904, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-xs {
  font-size: 10px !important;
  padding: 2px 6px !important;
}

/* line 8909, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn:active,
.btn.active {
  box-shadow: none;
}

/* line 8914, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-group .dropdown-menu {
  font-size: 11px;
}

/* line 8918, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-group .dropdown-menu a {
  padding: 5px 15px !important;
  text-transform: uppercase;
}

/* line 8923, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-default,
.btn-default:focus {
  color: #fff !important;
  background-color: #000 !important;
  border: 1px solid #000 !important;
}

/* line 8930, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff !important;
  background-color: #000 !important;
  border: 1px solid #000 !important;
}

/* line 8939, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-theme,
.btn-theme:focus {
  color: #fff !important;
  background-color: #000 !important;
  border: #000 !important;
}

/* line 8946, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-theme:hover,
.btn-theme:active,
.btn-theme.active,
.open > .dropdown-toggle.btn-theme {
  color: #fff !important;
  background-color: #3c4452 !important;
  border: #3c4452 !important;
}

/* line 8955, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-theme-inverse,
.btn-theme-inverse:focus {
  color: #fff !important;
  background-color: #3c4452 !important;
  border: #3c4452 !important;
}

/* line 8962, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-theme-inverse:hover,
.btn-theme-inverse:active,
.btn-theme-inverse.active,
.open > .dropdown-toggle.btn-theme-inverse {
  color: #fff !important;
  background-color: #000 !important;
  border: #000 !important;
}

/* line 8971, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-light,
.btn-light:focus {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
}

/* line 8978, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-dark,
.btn-dark:focus {
  color: #fff !important;
  background-color: #000 !important;
  border: 1px solid #000 !important;
}

/* line 8985, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-dark:hover,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff !important;
}

/* line 8992, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-light.btn-theme:hover,
.btn-light.btn-theme:active {
  background-color: #000 !important;
  border: 1px solid #000 !important;
}

/* line 8998, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-light.btn-theme:focus {
  background-color: #fff !important;
  border: 1px solid #fff !important;
}

/* line 9003, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-dark.btn-light:hover,
.btn-dark.btn-light:active {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
}

/* line 9010, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-hollow:hover,
.btn-hollow:active,
.btn-hollow.active,
.open > .dropdown-toggle.btn-hollow {
  color: #000 !important;
  background-color: #fff !important;
}

/* line 9018, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-hollow,
.btn-hollow:focus {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

/* line 9025, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-hollow-dark:hover,
.btn-hollow-dark:active,
.btn-hollow-dark.active,
.open > .dropdown-toggle.btn-hollow-dark {
  color: #fff !important;
  background-color: #000 !important;
  border: 1px solid #000 !important;
}

/* line 9034, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-hollow-dark,
.btn-hollow-dark:focus {
  background-color: transparent !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}

/* line 9041, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-full-width {
  width: 100%;
}

/*Creative Buttons*/
/* line 9047, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.btn-line {
  display: inline-block;
  position: relative;
  padding: 10px;
  color: #000 !important;
  text-shadow: none;
  transition: color 0.3s;
}

/* line 9059, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.btn-line-light {
  color: #fff !important;
}

/* line 9063, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.btn-line::before,
a.btn-line::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000 !important;
  content: '';
  opacity: 0;
  transition: all 0.3s;
}

/* line 9078, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.btn-line-light::before,
a.btn-line-light::after {
  background: #fff !important;
}

/* line 9083, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.btn-line::before {
  top: -10px;
}

/* line 9087, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.btn-line:hover::before {
  top: 0;
}

/* line 9091, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.btn-line::after {
  bottom: -10px;
}

/* line 9095, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.btn-line:hover::after {
  bottom: 0;
}

/* line 9099, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.btn-line:hover::before,
a.btn-line:hover::after {
  opacity: 1;
}

/* line 9104, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.btn-line:hover,
a.btn-line:focus {
  color: #000 !important;
}

/* line 9109, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.btn-line-light:hover,
a.btn-line-light:focus {
  color: #fff !important;
}

/* line 9114, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-curtain {
  position: relative;
  z-index: 1;
  display: inline-block;
}

/* line 9120, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-curtain .btn {
  background: transparent;
  position: relative;
  border: 1px solid #000 !important;
  color: #000 !important;
  transition: all 0.3s;
}

/* line 9131, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-curtain-light .btn {
  border-color: #fff !important;
  color: #fff !important;
}

/* line 9136, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-curtain .btn:hover,
.btn-curtain .btn:active {
  color: #fff !important;
}

/* line 9141, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-curtain-light .btn:hover,
.btn-curtain-light .btn:active {
  color: #000 !important;
}

/* line 9146, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-curtain .btn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000 !important;
  transition: all 0.3s;
}

/* line 9161, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-curtain-light .btn:after {
  background: #fff !important;
}

/* line 9165, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-curtain .btn:hover:after,
.btn-curtain .btn:active:after {
  height: 100%;
}

/* Button Colors */
/* line 9172, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-primary,
.btn-info,
.btn-success,
.btn-warning,
.btn-danger,
.btn-dark-blue,
.btn-blue,
.btn-blue-grey,
.btn-purple,
.btn-green,
.btn-dark-green,
.btn-red,
.btn-orange,
.btn-yellow,
.inbox-content .btn-group .btn {
  opacity: 0.8;
  color: #fff !important;
}

/* line 9191, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-info,
.btn-blue {
  background-color: #2eb7f3 !important;
  border-color: #2eb7f3 !important;
}

/* line 9197, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-success,
.btn-green {
  background-color: #24caa1 !important;
  border-color: #24caa1 !important;
}

/* line 9203, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-warning,
.btn-yellow {
  background-color: #faca39 !important;
  border-color: #faca39 !important;
}

/* line 9209, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-danger,
.btn-red {
  background-color: #eb4b4b !important;
  border-color: #eb4b4b !important;
}

/* line 9215, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-primary,
.btn-dark-blue {
  background-color: #3f4d9f !important;
  border-color: #3f4d9f !important;
}

/* line 9221, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-blue-grey {
  background-color: #4c5667 !important;
  border-color: #4c5667 !important;
}

/* line 9226, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-purple {
  background-color: #805bbe !important;
  border-color: #805bbe !important;
}

/* line 9231, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-dark-green {
  background-color: #0c666a !important;
  border-color: #0c666a !important;
}

/* line 9236, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-orange {
  background-color: #ff7f5a !important;
  border-color: #ff7f5a !important;
}

/* line 9241, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-yellow {
  background-color: #faca39 !important;
  border-color: #faca39 !important;
}

/* line 9246, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-primary:hover,
.btn-info:hover,
.btn-success:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-dark-blue:hover,
.btn-blue:hover,
.btn-blue-grey:hover,
.btn-purple:hover,
.btn-green:hover,
.btn-dark-green:hover,
.btn-red:hover,
.btn-orange:hover,
.btn-yellow:hover,
.btn-info:focus,
.btn-success:focus,
.btn-warning:focus,
.btn-danger:focus,
.btn-dark-blue:focus,
.btn-blue:focus,
.btn-blue-grey:focus,
.btn-purple:focus,
.btn-green:focus,
.btn-dark-green:focus,
.btn-red:focus,
.btn-orange:focus,
.btn-yellow:focus,
.inbox-content .btn-group.open .btn {
  opacity: 1;
  color: #fff;
}

/* ==========================================================================
   Social Icons
============================================================================= */
/* line 9282, app/assets/stylesheets/theme_admin/vendor/style.scss */
.social-icons {
  background: transparent;
}

/* line 9286, app/assets/stylesheets/theme_admin/vendor/style.scss */
ul.social-icons {
  margin: 5px 0 5px -5px;
}

/* line 9290, app/assets/stylesheets/theme_admin/vendor/style.scss */
.social-icons a {
  color: #fff !important;
  display: inline-block;
  float: left;
  position: relative;
  text-align: center;
  font-size: 17px;
  float: left;
  height: 35px;
  line-height: 37px;
  width: 35px;
  transition: all 0.2s linear;
}

/* line 9307, app/assets/stylesheets/theme_admin/vendor/style.scss */
.social-icons.circle a {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

/* line 9313, app/assets/stylesheets/theme_admin/vendor/style.scss */
.social-icons.sm a {
  font-size: 14px;
  height: 27px;
  line-height: 29px;
  width: 27px;
}

/* line 9320, app/assets/stylesheets/theme_admin/vendor/style.scss */
.social-icons.lg a {
  font-size: 20px;
  height: 50px;
  line-height: 52px;
  width: 50px;
}

/* line 9327, app/assets/stylesheets/theme_admin/vendor/style.scss */
.social-icons a {
  margin-right: 10px;
}

/*Last Child*/
/* line 9333, app/assets/stylesheets/theme_admin/vendor/style.scss */
.social-icons a:last-child {
  margin-right: 0 !important;
}

/* line 9337, app/assets/stylesheets/theme_admin/vendor/style.scss */
.social-icons li:last-child {
  padding-right: 0 !important;
}

/*Inverse Colors*/
/* line 9343, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.android {
  background-color: #a4ca39 !important;
}

/* line 9347, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.behance {
  background-color: #1769ff !important;
}

/* line 9351, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.css3 {
  background-color: #3388cb !important;
}

/* line 9355, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.delicious {
  background-color: #0049cc !important;
}

/* line 9359, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.deviantart {
  background-color: #c1d826 !important;
}

/* line 9363, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.digg {
  background-color: #1b5891 !important;
}

/* line 9367, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.dribbble {
  background-color: #ef6897 !important;
}

/* line 9371, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.dropbox {
  background-color: #007ee5 !important;
}

/* line 9375, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.drupal {
  background-color: #3677ad !important;
}

/* line 9379, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.facebook {
  background-color: #4d67a4 !important;
}

/* line 9383, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.flickr {
  background-color: #ff0084 !important;
}

/* line 9387, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.google-plus {
  background-color: #d84b35 !important;
}

/* line 9391, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.google-wallet {
  background-color: #4285f4 !important;
}

/* line 9395, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.hacker-news {
  background-color: #ff6600 !important;
}

/* line 9399, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.html5 {
  background-color: #e44d26 !important;
}

/* line 9403, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.instagram {
  background-color: #5d4a3b !important;
}

/* line 9407, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.jsfiddle {
  background-color: #4679bd !important;
}

/* line 9411, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.lastfm {
  background-color: #d12127 !important;
}

/* line 9415, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.linkedin {
  background-color: #0077b4 !important;
}

/* line 9419, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.paypal {
  background-color: #053259 !important;
}

/* line 9423, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.pinterest {
  background-color: #c9181f !important;
}

/* line 9427, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.share-alt {
  background-color: #02bf03 !important;
}

/* line 9431, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.skype {
  background-color: #09b1ef !important;
}

/* line 9435, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.slideshare {
  background-color: #e9852a !important;
}

/* line 9439, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.soundcloud {
  background-color: #ff5500 !important;
}

/* line 9443, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.spotify {
  background-color: #81b900 !important;
}

/* line 9447, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.stack-exchange {
  background-color: #094d99 !important;
}

/* line 9451, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.stack-overflow {
  background-color: #ff7600 !important;
}

/* line 9455, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.stumbleupon {
  background-color: #ea4924 !important;
}

/* line 9459, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.tumblr {
  background-color: #2c4762 !important;
}

/* line 9463, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.twitch {
  background-color: #6441a5 !important;
}

/* line 9467, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.twitter {
  background-color: #55acee !important;
}

/* line 9471, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.vimeo-square {
  background-color: #1ab7ea !important;
}

/* line 9475, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.vine {
  background-color: #00bf8f !important;
}

/* line 9479, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.vk {
  background-color: #44678d !important;
}

/* line 9483, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.windows {
  background-color: #00adf1 !important;
}

/* line 9487, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.wordpress {
  background-color: #106c94 !important;
}

/* line 9491, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.xing {
  background-color: #005d5d !important;
}

/* line 9495, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.yahoo {
  background-color: #65106e !important;
}

/* line 9499, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.yelp {
  background-color: #bc0d02 !important;
}

/* line 9503, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.youtube {
  background-color: #cb2025 !important;
}

/* line 9507, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.rss {
  background-color: #fb7629 !important;
}

/* line 9511, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.cloud {
  background-color: #3fa2e3 !important;
}

/* line 9515, app/assets/stylesheets/theme_admin/vendor/style.scss */
a.apple,
a.codepen,
a.github,
a.linux,
a.reddit,
a.steam,
a.download,
a.microphone,
a.cc,
a.bookmark,
a.phone,
a.envelope-o,
a.print {
  background-color: #000 !important;
}

/* line 9531, app/assets/stylesheets/theme_admin/vendor/style.scss */
.social-icons a:hover {
  background-color: #3c4452 !important;
}

/********************************************************************
 Login & SignUp
********************************************************************/
/* line 9539, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-login {
  width: 200px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

/* line 9547, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-login:hover,
.btn-login:focus,
.btn-login:active {
  color: #fff;
}

/* line 9553, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn.btn-facebook {
  background-color: #45619d;
  border-color: #45619d;
}

/* line 9558, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn.btn-twitter {
  background-color: #5eaade;
  border-color: #5eaade;
}

/* line 9563, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn.btn-gplus {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

/* line 9568, app/assets/stylesheets/theme_admin/vendor/style.scss */
.btn-icon {
  margin-right: 15px;
}

/********************************************************************
 Other Styles 
********************************************************************/
/* line 9576, app/assets/stylesheets/theme_admin/vendor/style.scss */
.bg-blue {
  background-color: #2eb7f3 !important;
}

/* line 9580, app/assets/stylesheets/theme_admin/vendor/style.scss */
.bg-dark-blue {
  background-color: #3f4d9f !important;
}

/* line 9584, app/assets/stylesheets/theme_admin/vendor/style.scss */
.bg-red {
  background-color: #eb4b4b !important;
}

/* line 9588, app/assets/stylesheets/theme_admin/vendor/style.scss */
.bg-green {
  background-color: #24caa1 !important;
}

/* line 9592, app/assets/stylesheets/theme_admin/vendor/style.scss */
.bg-dark-green {
  background-color: #0c666a !important;
}

/* line 9596, app/assets/stylesheets/theme_admin/vendor/style.scss */
.bg-yellow {
  background-color: #faca39 !important;
}

/* line 9600, app/assets/stylesheets/theme_admin/vendor/style.scss */
.bg-purple {
  background-color: #805bbe !important;
}

/* line 9604, app/assets/stylesheets/theme_admin/vendor/style.scss */
.bg-orange {
  background-color: #ff7f5a !important;
}

/* line 9608, app/assets/stylesheets/theme_admin/vendor/style.scss */
.bg-blue-grey {
  background-color: #4c5667 !important;
}

/* line 9612, app/assets/stylesheets/theme_admin/vendor/style.scss */
.bg-dark {
  background-color: #252525 !important;
}

/* line 9616, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-background {
  background-color: #000 !important;
}

/* line 9620, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-background-light {
  background-color: #fff !important;
}

/* line 9624, app/assets/stylesheets/theme_admin/vendor/style.scss */
.theme-background-transparent {
  background-color: transparent !important;
}

/* line 9628, app/assets/stylesheets/theme_admin/vendor/style.scss */
.hide-element {
  display: none;
}

/* line 9632, app/assets/stylesheets/theme_admin/vendor/style.scss */
.text-normal {
  text-transform: none !important;
}

/* Search Form */
/* line 9638, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-search .input-group {
  width: 100%;
}

/* line 9642, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-search a {
  transform: rotate(270deg);
  color: #999;
  position: absolute !important;
  right: 0;
  top: 0;
  z-index: 3 !important;
}

/* Letter Spacings */
/* line 9657, app/assets/stylesheets/theme_admin/vendor/style.scss */
.letter-spacing-0 {
  letter-spacing: 0px !important;
}

/* line 9661, app/assets/stylesheets/theme_admin/vendor/style.scss */
.letter-spacing-1 {
  letter-spacing: 1px !important;
}

/* line 9665, app/assets/stylesheets/theme_admin/vendor/style.scss */
.letter-spacing-2 {
  letter-spacing: 2px !important;
}

/* line 9669, app/assets/stylesheets/theme_admin/vendor/style.scss */
.letter-spacing-3 {
  letter-spacing: 3px !important;
}

/* line 9673, app/assets/stylesheets/theme_admin/vendor/style.scss */
.letter-spacing-4 {
  letter-spacing: 4px !important;
}

/* line 9677, app/assets/stylesheets/theme_admin/vendor/style.scss */
.letter-spacing-5 {
  letter-spacing: 5px !important;
}

/* line 9681, app/assets/stylesheets/theme_admin/vendor/style.scss */
.letter-spacing-10 {
  letter-spacing: 10px !important;
}

/* Word Spacings */
/* line 9687, app/assets/stylesheets/theme_admin/vendor/style.scss */
.word-spacing-1 {
  word-spacing: 1px !important;
}

/* line 9691, app/assets/stylesheets/theme_admin/vendor/style.scss */
.word-spacing-2 {
  word-spacing: 2px !important;
}

/* line 9695, app/assets/stylesheets/theme_admin/vendor/style.scss */
.word-spacing-3 {
  word-spacing: 3px !important;
}

/* line 9699, app/assets/stylesheets/theme_admin/vendor/style.scss */
.word-spacing-4 {
  word-spacing: 4px !important;
}

/* line 9703, app/assets/stylesheets/theme_admin/vendor/style.scss */
.word-spacing-5 {
  word-spacing: 5px !important;
}

/* line 9707, app/assets/stylesheets/theme_admin/vendor/style.scss */
.word-spacing-10 {
  word-spacing: 10px !important;
}

/* Margins */
/* line 9713, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-margin-top {
  margin-top: 0 !important;
}

/* line 9717, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-margin-bottom {
  margin-bottom: 0 !important;
}

/* line 9721, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-margin-left {
  margin-left: 0 !important;
}

/* line 9725, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-margin-right {
  margin-right: 0 !important;
}

/* line 9729, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-margin-side {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 9734, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-margin {
  margin: 0 !important;
}

/* line 9738, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-top-100 {
  margin-top: 100px !important;
}

/* line 9742, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-top-50 {
  margin-top: 50px !important;
}

/* line 9746, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-top-45 {
  margin-top: 45px !important;
}

/* line 9750, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-top-40 {
  margin-top: 40px !important;
}

/* line 9754, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-top-35 {
  margin-top: 35px !important;
}

/* line 9758, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-top-30 {
  margin-top: 30px !important;
}

/* line 9762, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-top-25 {
  margin-top: 25px !important;
}

/* line 9766, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-top-20 {
  margin-top: 20px !important;
}

/* line 9770, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-top-15 {
  margin-top: 15px !important;
}

/* line 9774, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-top-10 {
  margin-top: 10px !important;
}

/* line 9778, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-top-5 {
  margin-top: 5px !important;
}

/* line 9782, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-bot-100 {
  margin-bottom: 100px !important;
}

/* line 9786, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-bot-50 {
  margin-bottom: 50px !important;
}

/* line 9790, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-bot-45 {
  margin-bottom: 45px !important;
}

/* line 9794, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-bot-40 {
  margin-bottom: 40px !important;
}

/* line 9798, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-bot-35 {
  margin-bottom: 35px !important;
}

/* line 9802, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-bot-30 {
  margin-bottom: 30px !important;
}

/* line 9806, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-bot-25 {
  margin-bottom: 25px !important;
}

/* line 9810, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-bot-20 {
  margin-bottom: 20px !important;
}

/* line 9814, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-bot-15 {
  margin-bottom: 15px !important;
}

/* line 9818, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-bot-10 {
  margin-bottom: 10px !important;
}

/* line 9822, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-bot-5 {
  margin-bottom: 5px !important;
}

/* line 9826, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-left-100 {
  margin-left: 100px !important;
}

/* line 9830, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-left-50 {
  margin-left: 50px !important;
}

/* line 9834, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-left-45 {
  margin-left: 45px !important;
}

/* line 9838, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-left-40 {
  margin-left: 40px !important;
}

/* line 9842, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-left-35 {
  margin-left: 35px !important;
}

/* line 9846, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-left-30 {
  margin-left: 30px !important;
}

/* line 9850, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-left-25 {
  margin-left: 25px !important;
}

/* line 9854, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-left-20 {
  margin-left: 20px !important;
}

/* line 9858, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-left-15 {
  margin-left: 15px !important;
}

/* line 9862, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-left-10 {
  margin-left: 10px !important;
}

/* line 9866, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-left-5 {
  margin-left: 5px !important;
}

/* line 9870, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-right-100 {
  margin-right: 100px !important;
}

/* line 9874, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-right-50 {
  margin-right: 50px !important;
}

/* line 9878, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-right-45 {
  margin-right: 45px !important;
}

/* line 9882, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-right-40 {
  margin-right: 40px !important;
}

/* line 9886, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-right-35 {
  margin-right: 35px !important;
}

/* line 9890, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-right-30 {
  margin-right: 30px !important;
}

/* line 9894, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-right-25 {
  margin-right: 25px !important;
}

/* line 9898, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-right-20 {
  margin-right: 20px !important;
}

/* line 9902, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-right-15 {
  margin-right: 15px !important;
}

/* line 9906, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-right-10 {
  margin-right: 10px !important;
}

/* line 9910, app/assets/stylesheets/theme_admin/vendor/style.scss */
.mar-right-5 {
  margin-right: 5px !important;
}

/* Paddings */
/* line 9916, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-padding-top {
  padding-top: 0 !important;
}

/* line 9920, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-padding-bottom {
  padding-bottom: 0 !important;
}

/* line 9924, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-padding-left {
  padding-left: 0 !important;
}

/* line 9928, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-padding-right {
  padding-right: 0 !important;
}

/* line 9932, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-padding-side {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 9937, app/assets/stylesheets/theme_admin/vendor/style.scss */
.no-padding {
  padding: 0 !important;
}

/* line 9941, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-left-100 {
  padding-left: 100px !important;
}

/* line 9945, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-left-50 {
  padding-left: 50px !important;
}

/* line 9949, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-left-45 {
  padding-left: 45px !important;
}

/* line 9953, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-left-40 {
  padding-left: 40px !important;
}

/* line 9957, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-left-35 {
  padding-left: 35px !important;
}

/* line 9961, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-left-30 {
  padding-left: 30px !important;
}

/* line 9965, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-left-25 {
  padding-left: 25px !important;
}

/* line 9969, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-left-20 {
  padding-left: 20px !important;
}

/* line 9973, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-left-15 {
  padding-left: 15px !important;
}

/* line 9977, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-left-10 {
  padding-left: 10px !important;
}

/* line 9981, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-left-5 {
  padding-left: 5px !important;
}

/* line 9985, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-right-100 {
  padding-right: 100px !important;
}

/* line 9989, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-right-50 {
  padding-right: 50px !important;
}

/* line 9993, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-right-45 {
  padding-right: 45px !important;
}

/* line 9997, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-right-40 {
  padding-right: 40px !important;
}

/* line 10001, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-right-35 {
  padding-right: 35px !important;
}

/* line 10005, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-right-30 {
  padding-right: 30px !important;
}

/* line 10009, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-right-25 {
  padding-right: 25px !important;
}

/* line 10013, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-right-20 {
  padding-right: 20px !important;
}

/* line 10017, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-right-15 {
  padding-right: 15px !important;
}

/* line 10021, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-right-10 {
  padding-right: 10px !important;
}

/* line 10025, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-right-5 {
  padding-right: 5px !important;
}

/* line 10029, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-top-100 {
  padding-top: 100px !important;
}

/* line 10033, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-top-50 {
  padding-top: 50px !important;
}

/* line 10037, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-top-45 {
  padding-top: 45px !important;
}

/* line 10041, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-top-40 {
  padding-top: 40px !important;
}

/* line 10045, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-top-35 {
  padding-top: 35px !important;
}

/* line 10049, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-top-30 {
  padding-top: 30px !important;
}

/* line 10053, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-top-25 {
  padding-top: 25px !important;
}

/* line 10057, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-top-20 {
  padding-top: 20px !important;
}

/* line 10061, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-top-15 {
  padding-top: 15px !important;
}

/* line 10065, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-top-10 {
  padding-top: 10px !important;
}

/* line 10069, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-top-5 {
  padding-top: 5px !important;
}

/* line 10073, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-bot-100 {
  padding-bottom: 100px !important;
}

/* line 10077, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-bot-50 {
  padding-bottom: 50px !important;
}

/* line 10081, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-bot-45 {
  padding-bottom: 45px !important;
}

/* line 10085, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-bot-40 {
  padding-bottom: 40px !important;
}

/* line 10089, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-bot-35 {
  padding-bottom: 35px !important;
}

/* line 10093, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-bot-30 {
  padding-bottom: 30px !important;
}

/* line 10097, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-bot-25 {
  padding-bottom: 25px !important;
}

/* line 10101, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-bot-20 {
  padding-bottom: 20px !important;
}

/* line 10105, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-bot-15 {
  padding-bottom: 15px !important;
}

/* line 10109, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-bot-10 {
  padding-bottom: 10px !important;
}

/* line 10113, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-bot-5 {
  padding-bottom: 5px !important;
}

/* line 10117, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-top-bot-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

/* line 10122, app/assets/stylesheets/theme_admin/vendor/style.scss */
.pad-top-bot-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

/* ==========================================================================
   Responsive Styles - Except Header
============================================================================= */
/* For Desktop */
@media only screen and (min-width: 992px) {
  /* Alignment */
  /* line 10137, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .text-left-desktop {
    text-align: left !important;
  }
  /* line 10141, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .text-center-desktop {
    text-align: center !important;
  }
  /* line 10145, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .text-right-desktop {
    text-align: right !important;
  }
  /* line 10149, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .img-center-desktop {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
  /* line 10155, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .img-left-desktop {
    margin-left: inherit !important;
    margin-right: auto !important;
    display: block !important;
  }
  /* line 10161, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .img-right-desktop {
    margin-left: auto !important;
    margin-right: inherit !important;
    display: block !important;
  }
  /* Margins - Desktop Specific */
  /* line 10169, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-margin-top-desktop {
    margin-top: 0 !important;
  }
  /* line 10173, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-margin-bottom-desktop {
    margin-bottom: 0 !important;
  }
  /* line 10177, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-margin-left-desktop {
    margin-left: 0 !important;
  }
  /* line 10181, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-margin-right-desktop {
    margin-right: 0 !important;
  }
  /* line 10185, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-margin-side-desktop {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 10190, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-margin-desktop {
    margin: 0 !important;
  }
  /* line 10194, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-100-desktop {
    margin-top: 100px !important;
  }
  /* line 10198, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-50-desktop {
    margin-top: 50px !important;
  }
  /* line 10202, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-45-desktop {
    margin-top: 45px !important;
  }
  /* line 10206, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-40-desktop {
    margin-top: 40px !important;
  }
  /* line 10210, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-35-desktop {
    margin-top: 35px !important;
  }
  /* line 10214, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-30-desktop {
    margin-top: 30px !important;
  }
  /* line 10218, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-25-desktop {
    margin-top: 25px !important;
  }
  /* line 10222, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-20-desktop {
    margin-top: 20px !important;
  }
  /* line 10226, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-15-desktop {
    margin-top: 15px !important;
  }
  /* line 10230, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-10-desktop {
    margin-top: 10px !important;
  }
  /* line 10234, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-5-desktop {
    margin-top: 5px !important;
  }
  /* line 10238, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-100-desktop {
    margin-bottom: 100px !important;
  }
  /* line 10242, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-50-desktop {
    margin-bottom: 50px !important;
  }
  /* line 10246, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-45-desktop {
    margin-bottom: 45px !important;
  }
  /* line 10250, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-40-desktop {
    margin-bottom: 40px !important;
  }
  /* line 10254, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-35-desktop {
    margin-bottom: 35px !important;
  }
  /* line 10258, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-30-desktop {
    margin-bottom: 30px !important;
  }
  /* line 10262, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-25-desktop {
    margin-bottom: 25px !important;
  }
  /* line 10266, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-20-desktop {
    margin-bottom: 20px !important;
  }
  /* line 10270, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-15-desktop {
    margin-bottom: 15px !important;
  }
  /* line 10274, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-10-desktop {
    margin-bottom: 10px !important;
  }
  /* line 10278, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-5-desktop {
    margin-bottom: 5px !important;
  }
  /* line 10282, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-100-desktop {
    margin-left: 100px !important;
  }
  /* line 10286, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-50-desktop {
    margin-left: 50px !important;
  }
  /* line 10290, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-45-desktop {
    margin-left: 45px !important;
  }
  /* line 10294, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-40-desktop {
    margin-left: 40px !important;
  }
  /* line 10298, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-35-desktop {
    margin-left: 35px !important;
  }
  /* line 10302, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-30-desktop {
    margin-left: 30px !important;
  }
  /* line 10306, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-25-desktop {
    margin-left: 25px !important;
  }
  /* line 10310, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-20-desktop {
    margin-left: 20px !important;
  }
  /* line 10314, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-15-desktop {
    margin-left: 15px !important;
  }
  /* line 10318, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-10-desktop {
    margin-left: 10px !important;
  }
  /* line 10322, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-5-desktop {
    margin-left: 5px !important;
  }
  /* line 10326, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-100-desktop {
    margin-right: 100px !important;
  }
  /* line 10330, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-50-desktop {
    margin-right: 50px !important;
  }
  /* line 10334, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-45-desktop {
    margin-right: 45px !important;
  }
  /* line 10338, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-40-desktop {
    margin-right: 40px !important;
  }
  /* line 10342, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-35-desktop {
    margin-right: 35px !important;
  }
  /* line 10346, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-30-desktop {
    margin-right: 30px !important;
  }
  /* line 10350, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-25-desktop {
    margin-right: 25px !important;
  }
  /* line 10354, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-20-desktop {
    margin-right: 20px !important;
  }
  /* line 10358, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-15-desktop {
    margin-right: 15px !important;
  }
  /* line 10362, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-10-desktop {
    margin-right: 10px !important;
  }
  /* line 10366, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-5-desktop {
    margin-right: 5px !important;
  }
  /* Paddings - Desktop Specific */
  /* line 10372, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-padding-top-desktop {
    padding-top: 0 !important;
  }
  /* line 10376, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-padding-bottom-desktop {
    padding-bottom: 0 !important;
  }
  /* line 10380, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-padding-left-desktop {
    padding-left: 0 !important;
  }
  /* line 10384, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-padding-right-desktop {
    padding-right: 0 !important;
  }
  /* line 10388, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-padding-side-desktop {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 10393, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-padding-desktop {
    padding: 0 !important;
  }
  /* line 10397, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-100-desktop {
    padding-left: 100px !important;
  }
  /* line 10401, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-50-desktop {
    padding-left: 50px !important;
  }
  /* line 10405, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-45-desktop {
    padding-left: 45px !important;
  }
  /* line 10409, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-40-desktop {
    padding-left: 40px !important;
  }
  /* line 10413, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-35-desktop {
    padding-left: 35px !important;
  }
  /* line 10417, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-30-desktop {
    padding-left: 30px !important;
  }
  /* line 10421, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-25-desktop {
    padding-left: 25px !important;
  }
  /* line 10425, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-20-desktop {
    padding-left: 20px !important;
  }
  /* line 10429, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-15-desktop {
    padding-left: 15px !important;
  }
  /* line 10433, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-10-desktop {
    padding-left: 10px !important;
  }
  /* line 10437, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-5-desktop {
    padding-left: 5px !important;
  }
  /* line 10441, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-100-desktop {
    padding-right: 100px !important;
  }
  /* line 10445, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-50-desktop {
    padding-right: 50px !important;
  }
  /* line 10449, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-45-desktop {
    padding-right: 45px !important;
  }
  /* line 10453, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-40-desktop {
    padding-right: 40px !important;
  }
  /* line 10457, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-35-desktop {
    padding-right: 35px !important;
  }
  /* line 10461, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-30-desktop {
    padding-right: 30px !important;
  }
  /* line 10465, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-25-desktop {
    padding-right: 25px !important;
  }
  /* line 10469, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-20-desktop {
    padding-right: 20px !important;
  }
  /* line 10473, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-15-desktop {
    padding-right: 15px !important;
  }
  /* line 10477, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-10-desktop {
    padding-right: 10px !important;
  }
  /* line 10481, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-5-desktop {
    padding-right: 5px !important;
  }
  /* line 10485, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-100-desktop {
    padding-top: 100px !important;
  }
  /* line 10489, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-50-desktop {
    padding-top: 50px !important;
  }
  /* line 10493, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-45-desktop {
    padding-top: 45px !important;
  }
  /* line 10497, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-40-desktop {
    padding-top: 40px !important;
  }
  /* line 10501, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-35-desktop {
    padding-top: 35px !important;
  }
  /* line 10505, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-30-desktop {
    padding-top: 30px !important;
  }
  /* line 10509, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-25-desktop {
    padding-top: 25px !important;
  }
  /* line 10513, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-20-desktop {
    padding-top: 20px !important;
  }
  /* line 10517, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-15-desktop {
    padding-top: 15px !important;
  }
  /* line 10521, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-10-desktop {
    padding-top: 10px !important;
  }
  /* line 10525, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-5-desktop {
    padding-top: 5px !important;
  }
  /* line 10529, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-100-desktop {
    padding-bottom: 100px !important;
  }
  /* line 10533, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-50-desktop {
    padding-bottom: 50px !important;
  }
  /* line 10537, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-45-desktop {
    padding-bottom: 45px !important;
  }
  /* line 10541, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-40-desktop {
    padding-bottom: 40px !important;
  }
  /* line 10545, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-35-desktop {
    padding-bottom: 35px !important;
  }
  /* line 10549, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-30-desktop {
    padding-bottom: 30px !important;
  }
  /* line 10553, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-25-desktop {
    padding-bottom: 25px !important;
  }
  /* line 10557, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-20-desktop {
    padding-bottom: 20px !important;
  }
  /* line 10561, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-15-desktop {
    padding-bottom: 15px !important;
  }
  /* line 10565, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-10-desktop {
    padding-bottom: 10px !important;
  }
  /* line 10569, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-5-desktop {
    padding-bottom: 5px !important;
  }
}

/*Tablets & Mobiles*/
@media screen and (max-width: 991px) {
  /*Body*/
  /* line 10580, app/assets/stylesheets/theme_admin/vendor/style.scss */
  body .container {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  /* True Font */
  /* line 10588, app/assets/stylesheets/theme_admin/vendor/style.scss */
  h1.true-size-tablet {
    font-size: 36px !important;
  }
  /* line 10592, app/assets/stylesheets/theme_admin/vendor/style.scss */
  h2.true-size-tablet {
    font-size: 30px !important;
  }
  /* line 10596, app/assets/stylesheets/theme_admin/vendor/style.scss */
  h3.true-size-tablet {
    font-size: 24px !important;
  }
  /* line 10600, app/assets/stylesheets/theme_admin/vendor/style.scss */
  h4.true-size-tablet {
    font-size: 18px !important;
  }
  /* line 10604, app/assets/stylesheets/theme_admin/vendor/style.scss */
  h5.true-size-tablet {
    font-size: 14px !important;
  }
  /* line 10608, app/assets/stylesheets/theme_admin/vendor/style.scss */
  h6.true-size-tablet {
    font-size: 12px !important;
  }
  /* line 10612, app/assets/stylesheets/theme_admin/vendor/style.scss */
  p.true-size-tablet,
span.true-size-tablet {
    font-size: 14px !important;
  }
  /*Social Fixed*/
  /* line 10619, app/assets/stylesheets/theme_admin/vendor/style.scss */
  ul.social-fixed {
    display: none;
  }
  /*404 Error*/
  /* line 10625, app/assets/stylesheets/theme_admin/vendor/style.scss */
  p.error {
    font-size: 100px;
  }
}

/*Tablet Screens*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* Alignment */
  /* line 10636, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .text-left-tablet {
    text-align: left !important;
  }
  /* line 10640, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .text-center-tablet {
    text-align: center !important;
  }
  /* line 10644, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .text-right-tablet {
    text-align: right !important;
  }
  /* line 10648, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .img-center-tablet {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
  /* line 10654, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .img-left-tablet {
    margin-left: inherit !important;
    margin-right: auto !important;
    display: block !important;
  }
  /* line 10660, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .img-right-tablet {
    margin-left: auto !important;
    margin-right: inherit !important;
    display: block !important;
  }
  /* Margins - Tablet Specific */
  /* line 10668, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-margin-top-tablet {
    margin-top: 0 !important;
  }
  /* line 10672, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-margin-bottom-tablet {
    margin-bottom: 0 !important;
  }
  /* line 10676, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-margin-left-tablet {
    margin-left: 0 !important;
  }
  /* line 10680, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-margin-right-tablet {
    margin-right: 0 !important;
  }
  /* line 10684, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-margin-side-tablet {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 10689, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-margin-tablet {
    margin: 0 !important;
  }
  /* line 10693, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-100-tablet {
    margin-top: 100px !important;
  }
  /* line 10697, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-50-tablet {
    margin-top: 50px !important;
  }
  /* line 10701, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-45-tablet {
    margin-top: 45px !important;
  }
  /* line 10705, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-40-tablet {
    margin-top: 40px !important;
  }
  /* line 10709, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-35-tablet {
    margin-top: 35px !important;
  }
  /* line 10713, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-30-tablet {
    margin-top: 30px !important;
  }
  /* line 10717, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-25-tablet {
    margin-top: 25px !important;
  }
  /* line 10721, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-20-tablet {
    margin-top: 20px !important;
  }
  /* line 10725, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-15-tablet {
    margin-top: 15px !important;
  }
  /* line 10729, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-10-tablet {
    margin-top: 10px !important;
  }
  /* line 10733, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-5-tablet {
    margin-top: 5px !important;
  }
  /* line 10737, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-100-tablet {
    margin-bottom: 100px !important;
  }
  /* line 10741, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-50-tablet {
    margin-bottom: 50px !important;
  }
  /* line 10745, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-45-tablet {
    margin-bottom: 45px !important;
  }
  /* line 10749, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-40-tablet {
    margin-bottom: 40px !important;
  }
  /* line 10753, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-35-tablet {
    margin-bottom: 35px !important;
  }
  /* line 10757, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-30-tablet {
    margin-bottom: 30px !important;
  }
  /* line 10761, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-25-tablet {
    margin-bottom: 25px !important;
  }
  /* line 10765, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-20-tablet {
    margin-bottom: 20px !important;
  }
  /* line 10769, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-15-tablet {
    margin-bottom: 15px !important;
  }
  /* line 10773, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-10-tablet {
    margin-bottom: 10px !important;
  }
  /* line 10777, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-5-tablet {
    margin-bottom: 5px !important;
  }
  /* line 10781, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-100-tablet {
    margin-left: 100px !important;
  }
  /* line 10785, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-50-tablet {
    margin-left: 50px !important;
  }
  /* line 10789, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-45-tablet {
    margin-left: 45px !important;
  }
  /* line 10793, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-40-tablet {
    margin-left: 40px !important;
  }
  /* line 10797, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-35-tablet {
    margin-left: 35px !important;
  }
  /* line 10801, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-30-tablet {
    margin-left: 30px !important;
  }
  /* line 10805, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-25-tablet {
    margin-left: 25px !important;
  }
  /* line 10809, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-20-tablet {
    margin-left: 20px !important;
  }
  /* line 10813, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-15-tablet {
    margin-left: 15px !important;
  }
  /* line 10817, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-10-tablet {
    margin-left: 10px !important;
  }
  /* line 10821, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-5-tablet {
    margin-left: 5px !important;
  }
  /* line 10825, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-100-tablet {
    margin-right: 100px !important;
  }
  /* line 10829, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-50-tablet {
    margin-right: 50px !important;
  }
  /* line 10833, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-45-tablet {
    margin-right: 45px !important;
  }
  /* line 10837, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-40-tablet {
    margin-right: 40px !important;
  }
  /* line 10841, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-35-tablet {
    margin-right: 35px !important;
  }
  /* line 10845, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-30-tablet {
    margin-right: 30px !important;
  }
  /* line 10849, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-25-tablet {
    margin-right: 25px !important;
  }
  /* line 10853, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-20-tablet {
    margin-right: 20px !important;
  }
  /* line 10857, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-15-tablet {
    margin-right: 15px !important;
  }
  /* line 10861, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-10-tablet {
    margin-right: 10px !important;
  }
  /* line 10865, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-5-tablet {
    margin-right: 5px !important;
  }
  /* Paddings - Tablet Specific */
  /* line 10871, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-padding-top-tablet {
    padding-top: 0 !important;
  }
  /* line 10875, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-padding-bottom-tablet {
    padding-bottom: 0 !important;
  }
  /* line 10879, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-padding-left-tablet {
    padding-left: 0 !important;
  }
  /* line 10883, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-padding-right-tablet {
    padding-right: 0 !important;
  }
  /* line 10887, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-padding-side-tablet {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 10892, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-padding-tablet {
    padding: 0 !important;
  }
  /* line 10896, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-100-tablet {
    padding-left: 100px !important;
  }
  /* line 10900, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-50-tablet {
    padding-left: 50px !important;
  }
  /* line 10904, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-45-tablet {
    padding-left: 45px !important;
  }
  /* line 10908, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-40-tablet {
    padding-left: 40px !important;
  }
  /* line 10912, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-35-tablet {
    padding-left: 35px !important;
  }
  /* line 10916, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-30-tablet {
    padding-left: 30px !important;
  }
  /* line 10920, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-25-tablet {
    padding-left: 25px !important;
  }
  /* line 10924, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-20-tablet {
    padding-left: 20px !important;
  }
  /* line 10928, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-15-tablet {
    padding-left: 15px !important;
  }
  /* line 10932, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-10-tablet {
    padding-left: 10px !important;
  }
  /* line 10936, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-5-tablet {
    padding-left: 5px !important;
  }
  /* line 10940, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-100-tablet {
    padding-right: 100px !important;
  }
  /* line 10944, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-50-tablet {
    padding-right: 50px !important;
  }
  /* line 10948, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-45-tablet {
    padding-right: 45px !important;
  }
  /* line 10952, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-40-tablet {
    padding-right: 40px !important;
  }
  /* line 10956, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-35-tablet {
    padding-right: 35px !important;
  }
  /* line 10960, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-30-tablet {
    padding-right: 30px !important;
  }
  /* line 10964, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-25-tablet {
    padding-right: 25px !important;
  }
  /* line 10968, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-20-tablet {
    padding-right: 20px !important;
  }
  /* line 10972, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-15-tablet {
    padding-right: 15px !important;
  }
  /* line 10976, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-10-tablet {
    padding-right: 10px !important;
  }
  /* line 10980, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-5-tablet {
    padding-right: 5px !important;
  }
  /* line 10984, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-100-tablet {
    padding-top: 100px !important;
  }
  /* line 10988, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-50-tablet {
    padding-top: 50px !important;
  }
  /* line 10992, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-45-tablet {
    padding-top: 45px !important;
  }
  /* line 10996, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-40-tablet {
    padding-top: 40px !important;
  }
  /* line 11000, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-35-tablet {
    padding-top: 35px !important;
  }
  /* line 11004, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-30-tablet {
    padding-top: 30px !important;
  }
  /* line 11008, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-25-tablet {
    padding-top: 25px !important;
  }
  /* line 11012, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-20-tablet {
    padding-top: 20px !important;
  }
  /* line 11016, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-15-tablet {
    padding-top: 15px !important;
  }
  /* line 11020, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-10-tablet {
    padding-top: 10px !important;
  }
  /* line 11024, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-5-tablet {
    padding-top: 5px !important;
  }
  /* line 11028, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-100-tablet {
    padding-bottom: 100px !important;
  }
  /* line 11032, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-50-tablet {
    padding-bottom: 50px !important;
  }
  /* line 11036, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-45-tablet {
    padding-bottom: 45px !important;
  }
  /* line 11040, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-40-tablet {
    padding-bottom: 40px !important;
  }
  /* line 11044, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-35-tablet {
    padding-bottom: 35px !important;
  }
  /* line 11048, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-30-tablet {
    padding-bottom: 30px !important;
  }
  /* line 11052, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-25-tablet {
    padding-bottom: 25px !important;
  }
  /* line 11056, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-20-tablet {
    padding-bottom: 20px !important;
  }
  /* line 11060, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-15-tablet {
    padding-bottom: 15px !important;
  }
  /* line 11064, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-10-tablet {
    padding-bottom: 10px !important;
  }
  /* line 11068, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-5-tablet {
    padding-bottom: 5px !important;
  }
}

/*Mobile Screen*/
@media screen and (max-width: 767px) {
  /* Alignment */
  /* line 11079, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .text-left-mobile {
    text-align: left !important;
  }
  /* line 11083, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .text-center-mobile {
    text-align: center !important;
  }
  /* line 11087, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .text-right-mobile {
    text-align: right !important;
  }
  /* line 11091, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .img-center-mobile {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
  /* line 11097, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .img-left-mobile {
    margin-left: inherit !important;
    margin-right: auto !important;
    display: block !important;
  }
  /* line 11103, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .img-right-mobile {
    margin-left: auto !important;
    margin-right: inherit !important;
    display: block !important;
  }
  /* True Font */
  /* line 11111, app/assets/stylesheets/theme_admin/vendor/style.scss */
  h1.true-size-mobile {
    font-size: 36px !important;
  }
  /* line 11115, app/assets/stylesheets/theme_admin/vendor/style.scss */
  h2.true-size-mobile {
    font-size: 30px !important;
  }
  /* line 11119, app/assets/stylesheets/theme_admin/vendor/style.scss */
  h3.true-size-mobile {
    font-size: 24px !important;
  }
  /* line 11123, app/assets/stylesheets/theme_admin/vendor/style.scss */
  h4.true-size-mobile {
    font-size: 18px !important;
  }
  /* line 11127, app/assets/stylesheets/theme_admin/vendor/style.scss */
  h5.true-size-mobile {
    font-size: 14px !important;
  }
  /* line 11131, app/assets/stylesheets/theme_admin/vendor/style.scss */
  h6.true-size-mobile {
    font-size: 12px !important;
  }
  /* line 11135, app/assets/stylesheets/theme_admin/vendor/style.scss */
  p.true-size-mobile,
span.true-size-mobile {
    font-size: 14px !important;
  }
  /* Margins - Mobile Specific */
  /* line 11142, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-margin-top-mobile {
    margin-top: 0 !important;
  }
  /* line 11146, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-margin-bottom-mobile {
    margin-bottom: 0 !important;
  }
  /* line 11150, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-margin-left-mobile {
    margin-left: 0 !important;
  }
  /* line 11154, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-margin-right-mobile {
    margin-right: 0 !important;
  }
  /* line 11158, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-margin-side-mobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 11163, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-margin-mobile {
    margin: 0 !important;
  }
  /* line 11167, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-100-mobile {
    margin-top: 100px !important;
  }
  /* line 11171, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-50-mobile {
    margin-top: 50px !important;
  }
  /* line 11175, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-45-mobile {
    margin-top: 45px !important;
  }
  /* line 11179, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-40-mobile {
    margin-top: 40px !important;
  }
  /* line 11183, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-35-mobile {
    margin-top: 35px !important;
  }
  /* line 11187, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-30-mobile {
    margin-top: 30px !important;
  }
  /* line 11191, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-25-mobile {
    margin-top: 25px !important;
  }
  /* line 11195, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-20-mobile {
    margin-top: 20px !important;
  }
  /* line 11199, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-15-mobile {
    margin-top: 15px !important;
  }
  /* line 11203, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-10-mobile {
    margin-top: 10px !important;
  }
  /* line 11207, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-top-5-mobile {
    margin-top: 5px !important;
  }
  /* line 11211, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-100-mobile {
    margin-bottom: 100px !important;
  }
  /* line 11215, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-50-mobile {
    margin-bottom: 50px !important;
  }
  /* line 11219, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-45-mobile {
    margin-bottom: 45px !important;
  }
  /* line 11223, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-40-mobile {
    margin-bottom: 40px !important;
  }
  /* line 11227, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-35-mobile {
    margin-bottom: 35px !important;
  }
  /* line 11231, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-30-mobile {
    margin-bottom: 30px !important;
  }
  /* line 11235, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-25-mobile {
    margin-bottom: 25px !important;
  }
  /* line 11239, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-20-mobile {
    margin-bottom: 20px !important;
  }
  /* line 11243, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-15-mobile {
    margin-bottom: 15px !important;
  }
  /* line 11247, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-10-mobile {
    margin-bottom: 10px !important;
  }
  /* line 11251, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-bot-5-mobile {
    margin-bottom: 5px !important;
  }
  /* line 11255, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-100-mobile {
    margin-left: 100px !important;
  }
  /* line 11259, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-50-mobile {
    margin-left: 50px !important;
  }
  /* line 11263, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-45-mobile {
    margin-left: 45px !important;
  }
  /* line 11267, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-40-mobile {
    margin-left: 40px !important;
  }
  /* line 11271, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-35-mobile {
    margin-left: 35px !important;
  }
  /* line 11275, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-30-mobile {
    margin-left: 30px !important;
  }
  /* line 11279, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-25-mobile {
    margin-left: 25px !important;
  }
  /* line 11283, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-20-mobile {
    margin-left: 20px !important;
  }
  /* line 11287, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-15-mobile {
    margin-left: 15px !important;
  }
  /* line 11291, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-10-mobile {
    margin-left: 10px !important;
  }
  /* line 11295, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-left-5-mobile {
    margin-left: 5px !important;
  }
  /* line 11299, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-100-mobile {
    margin-right: 100px !important;
  }
  /* line 11303, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-50-mobile {
    margin-right: 50px !important;
  }
  /* line 11307, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-45-mobile {
    margin-right: 45px !important;
  }
  /* line 11311, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-40-mobile {
    margin-right: 40px !important;
  }
  /* line 11315, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-35-mobile {
    margin-right: 35px !important;
  }
  /* line 11319, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-30-mobile {
    margin-right: 30px !important;
  }
  /* line 11323, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-25-mobile {
    margin-right: 25px !important;
  }
  /* line 11327, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-20-mobile {
    margin-right: 20px !important;
  }
  /* line 11331, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-15-mobile {
    margin-right: 15px !important;
  }
  /* line 11335, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-10-mobile {
    margin-right: 10px !important;
  }
  /* line 11339, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .mar-right-5-mobile {
    margin-right: 5px !important;
  }
  /* Paddings - Mobile Specific */
  /* line 11345, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-padding-top-mobile {
    padding-top: 0 !important;
  }
  /* line 11349, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-padding-bottom-mobile {
    padding-bottom: 0 !important;
  }
  /* line 11353, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-padding-left-mobile {
    padding-left: 0 !important;
  }
  /* line 11357, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-padding-right-mobile {
    padding-right: 0 !important;
  }
  /* line 11361, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-padding-side-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 11366, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-padding-mobile {
    padding: 0 !important;
  }
  /* line 11370, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-100-mobile {
    padding-left: 100px !important;
  }
  /* line 11374, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-50-mobile {
    padding-left: 50px !important;
  }
  /* line 11378, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-45-mobile {
    padding-left: 45px !important;
  }
  /* line 11382, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-40-mobile {
    padding-left: 40px !important;
  }
  /* line 11386, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-35-mobile {
    padding-left: 35px !important;
  }
  /* line 11390, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-30-mobile {
    padding-left: 30px !important;
  }
  /* line 11394, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-25-mobile {
    padding-left: 25px !important;
  }
  /* line 11398, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-20-mobile {
    padding-left: 20px !important;
  }
  /* line 11402, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-15-mobile {
    padding-left: 15px !important;
  }
  /* line 11406, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-10-mobile {
    padding-left: 10px !important;
  }
  /* line 11410, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-left-5-mobile {
    padding-left: 5px !important;
  }
  /* line 11414, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-100-mobile {
    padding-right: 100px !important;
  }
  /* line 11418, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-50-mobile {
    padding-right: 50px !important;
  }
  /* line 11422, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-45-mobile {
    padding-right: 45px !important;
  }
  /* line 11426, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-40-mobile {
    padding-right: 40px !important;
  }
  /* line 11430, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-35-mobile {
    padding-right: 35px !important;
  }
  /* line 11434, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-30-mobile {
    padding-right: 30px !important;
  }
  /* line 11438, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-25-mobile {
    padding-right: 25px !important;
  }
  /* line 11442, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-20-mobile {
    padding-right: 20px !important;
  }
  /* line 11446, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-15-mobile {
    padding-right: 15px !important;
  }
  /* line 11450, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-10-mobile {
    padding-right: 10px !important;
  }
  /* line 11454, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-right-5-mobile {
    padding-right: 5px !important;
  }
  /* line 11458, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-100-mobile {
    padding-top: 100px !important;
  }
  /* line 11462, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-50-mobile {
    padding-top: 50px !important;
  }
  /* line 11466, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-45-mobile {
    padding-top: 45px !important;
  }
  /* line 11470, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-40-mobile {
    padding-top: 40px !important;
  }
  /* line 11474, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-35-mobile {
    padding-top: 35px !important;
  }
  /* line 11478, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-30-mobile {
    padding-top: 30px !important;
  }
  /* line 11482, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-25-mobile {
    padding-top: 25px !important;
  }
  /* line 11486, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-20-mobile {
    padding-top: 20px !important;
  }
  /* line 11490, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-15-mobile {
    padding-top: 15px !important;
  }
  /* line 11494, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-10-mobile {
    padding-top: 10px !important;
  }
  /* line 11498, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-5-mobile {
    padding-top: 5px !important;
  }
  /* line 11502, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-100-mobile {
    padding-bottom: 100px !important;
  }
  /* line 11506, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-50-mobile {
    padding-bottom: 50px !important;
  }
  /* line 11510, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-45-mobile {
    padding-bottom: 45px !important;
  }
  /* line 11514, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-40-mobile {
    padding-bottom: 40px !important;
  }
  /* line 11518, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-35-mobile {
    padding-bottom: 35px !important;
  }
  /* line 11522, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-30-mobile {
    padding-bottom: 30px !important;
  }
  /* line 11526, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-25-mobile {
    padding-bottom: 25px !important;
  }
  /* line 11530, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-20-mobile {
    padding-bottom: 20px !important;
  }
  /* line 11534, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-15-mobile {
    padding-bottom: 15px !important;
  }
  /* line 11538, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-10-mobile {
    padding-bottom: 10px !important;
  }
  /* line 11542, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-bot-5-mobile {
    padding-bottom: 5px !important;
  }
  /* line 11546, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .pad-top-bot-100-mobile {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  /* Page Content */
  /* line 11553, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .header-side .page-content {
    padding-left: 0;
    left: 0;
  }
  /* line 11558, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .header-side.in .page-content {
    padding-left: 0;
    left: 250px;
  }
  /* Profile Sidebar */
  /* line 11565, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .profile-sidebar {
    float: none;
    width: 100% !important;
    margin: 0;
  }
  /* Timeline */
  /* line 11573, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .timeline-title,
.timeline-left .timeline-title {
    float: none;
  }
  /* line 11578, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .timeline-time,
.timeline-left .timeline-time {
    padding: 0;
  }
  /* Comments */
  /* line 11585, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .comment-name,
.comment-date {
    position: static;
    display: block;
    border: none;
  }
  /* line 11592, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .comment-reply {
    float: none;
  }
  /* line 11596, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .comment-reply a {
    margin-top: 10px;
  }
  /* line 11600, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .comments ul li.reply {
    padding: 30px;
  }
  /* line 11604, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .comments ul li img {
    margin-bottom: 10px;
  }
  /* Nivo Lightbox */
  /* line 11610, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nivo-lightbox-theme-default .nivo-lightbox-next,
.nivo-lightbox-theme-default .nivo-lightbox-prev {
    margin-top: -12.5px;
    width: 25px;
    height: 25px;
  }
  /* Page Header */
  /* line 11619, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .header-inline,
.header-inline-content {
    display: block;
  }
  /* line 11624, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .header-inline-content:last-child {
    margin-top: 15px;
    text-align: left;
  }
  /*Modal Centred*/
  /* line 11631, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .modal-dialog-center {
    width: 100%;
  }
  /*Process Tabs*/
  /* line 11637, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .process-tab .nav-tabs li:before {
    display: none;
  }
  /* line 11641, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .process-tab .nav-tabs.nav-justified > li > a {
    border: none;
  }
  /* line 11645, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .process-tab .nav-tabs li a span.steps-text {
    position: inherit;
  }
  /*Justified Tabs*/
  /* line 11651, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .nav-tabs.nav-justified > li > a {
    border: 1px solid #ddd;
  }
  /* line 11655, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .tabs-below > .nav-tabs.nav-justified > .active {
    border-top: 1px solid #ddd;
  }
  /* line 11659, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .tabs-below > .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
  }
  /* line 11663, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .no-border-boxes-top .nav-tabs.nav-justified > li > a {
    border: none;
  }
  /* Theme Background Section */
  /* line 11669, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .theme-background-section .content-inner-container {
    padding: 100px 8%;
  }
}

/* Mobile Screens - Upto 690px */
@media screen and (max-width: 690px) {
  /*Bootstrap Slider*/
  /* line 11680, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .carousel-caption.big-caption h4 {
    padding-left: 10px;
  }
  /* line 11684, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .carousel-caption.big-caption {
    padding: 20px;
  }
}

/* Mobile Screens - Upto 600px */
@media (max-width: 600px) {
  /*Tab Lined*/
  /* line 11696, app/assets/stylesheets/theme_admin/vendor/style.scss */
  ul.tab-lined:after {
    border-bottom: none;
  }
}

/* Mobile Screens - Upto 590px */
@media screen and (max-width: 590px) {
  /*Bootstrap Slider*/
  /* line 11707, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .carousel-caption.big-caption p {
    opacity: 0;
  }
  /* line 11711, app/assets/stylesheets/theme_admin/vendor/style.scss */
  .carousel-caption.big-caption {
    padding: 10px;
  }
}

/* Mobile Screens - Upto 500px */
@media screen and (max-width: 500px) {
  /*Tabs Simple*/
  /* line 11723, app/assets/stylesheets/theme_admin/vendor/style.scss */
  ul.nav-tabs.tab-theme > li {
    width: 100%;
  }
  /*404 Error*/
  /* line 11729, app/assets/stylesheets/theme_admin/vendor/style.scss */
  p.error {
    font-size: 80px;
    margin-top: 50px;
  }
}

/********************************************************************
	Dark Body
********************************************************************/
/* line 11739, app/assets/stylesheets/theme_admin/vendor/style.scss */
body.dark-body,
.dark-body .dropdown .dropdown-menu > li.dropdown-heading {
  background-color: #353c48;
}

/* line 11744, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body h1,
.dark-body h2,
.dark-body h3,
.dark-body h4,
.dark-body h5,
.dark-body h6,
.dark-body .page-top .page-title,
.dark-body .page-top ul.breadcrumb li a,
.dark-body .page-top ul.breadcrumb li,
.dark-body a,
.dark-body .form-theme .input-group-addon,
.dark-body ul.tab-theme > li > a {
  color: #a2a7b1;
}

/* line 11759, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body,
.dark-body .caption-subject,
.dark-body .chart-container .flot-text,
.dark-body .chart-container .legend table .legendLabel,
.dark-body .wizard-buttons > a.wizard-back.disabled,
.dark-body .wizard-buttons > a.wizard-back,
.wizard-buttons > a.wizard-finish,
.dark-body a:hover,
.dark-body .dataTables_wrapper .dataTables_info,
.dark-body a.btn-line,
.dark-body .btn-curtain .btn,
.dark-body .portlet-title > .nav-tabs > li.active > a,
.dark-body .portlet-title > .nav-tabs > li.active:hover > a,
.dark-body .portlet ul.message-list .message-body p.message,
.dark-body .portlet .form-theme.form-big .input-group-btn .btn,
.dark-body label.todo,
.dark-body label.control-label {
  color: #848a96 !important;
}

/* line 11779, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .main-nav > .navbar-default > .container {
  border-bottom: 1px solid #2f343e;
}

/* line 11783, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .dropdown .dropdown-menu > li.dropdown-heading,
.dark-body .nav-account .profile-details,
.dark-body .wizard-steps > li {
  border-color: #3c4452;
}

/* line 11789, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .ac-bordered,
.dark-body .portlet.portlet-bordered,
.dark-body .theme-panel .panel,
.dark-body .theme-panel .panel-default > .panel-heading + .panel-collapse > .panel-body,
.dark-body .table-bordered,
.dark-body .table > tbody > tr > td,
.dark-body .table > tfoot > tr > td,
.dark-body .table > thead > tr > td,
.dark-body .pagination > li > a,
.dark-body .pagination > li > span,
.dark-body .table-theme thead > tr > th,
.dark-body .table-theme.table-bordered,
.dark-body table.dataTable.row-border tbody th,
.dark-body table.dataTable.row-border tbody td,
.dark-body table.dataTable.display tbody th,
.dark-body table.dataTable.display tbody td,
.dark-body .no-color .panel-heading.collapsed,
.dark-body .no-color.panel-group .panel-heading + .panel-collapse > .panel-body,
.dark-body .modal-footer {
  border-color: #2a3039;
}

/* line 11811, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .admin-content,
.dark-body .theme-panel-dark .panel,
.dark-body .nav-notify .dropdown-menu li,
.dark-body .nav-task .dropdown-menu li,
.dark-body .nav-messages .dropdown-menu li,
.dark-body .main-nav .navbar-nav .dropdown-menu,
.dark-body .portlet.portlet-bordered,
.dark-body .chart-container,
.dark-body .chart-container .legend table,
.dark-body .theme-panel .panel,
.dark-body table.dataTable tbody tr,
.dark-body .modal-content,
.dark-body .modal-bg-light.modal,
.dark-body input.input-todo {
  background-color: #3c4452;
}

/* line 11828, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .main-nav .navbar-nav .dropdown-menu {
  margin-top: -1px;
}

/* line 11832, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .theme-panel-dark .panel-default > .panel-heading + .panel-collapse > .panel-body,
.dark-body .theme-panel-dark .panel {
  border: none;
}

/* line 11837, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .comment-date,
.dark-body .inbox-content table .btn-inbox-label .btn > span.label {
  color: #999;
}

/* line 11842, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .main-nav .navbar-nav .dropdown-menu,
.dark-body .nav-account hr,
.dark-body .comments ul li,
.dark-body .nav-notify .dropdown-menu li,
.dark-body .nav-task .dropdown-menu li,
.dark-body .nav-messages .dropdown-menu li,
.dark-body .portlet-title,
.dark-body hr {
  border-color: #353c48;
}

/* line 11853, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body span.time-badge,
.dark-body .chat-slide a.chat-trigger,
.dark-body .dropdown-menu .inner-dropdown-content li > a:hover,
.dark-body .pagination > li.active > a,
.dark-body .pagination > li > a:hover,
.dark-body table.dataTable.display tbody tr.odd > .sorting_1,
.dark-body table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
.dark-body .actions .btn:hover,
.dark-body .actions .btn:focus,
.dark-body .actions .btn-grey.btn:hover,
.dark-body .actions .btn-grey.btn:focus,
.dark-body .actions .btn-grey.btn:active,
.dark-body .actions .btn-grey.btn.active,
.dark-body .social-icons a:hover,
.dark-body .tab-bg > li.active > a,
.dark-body .tab-bg > li.active > a:hover,
.dark-body .tab-bg > li.active > a:focus,
.dark-body .tab-bg > li.active > a,
.dark-body .tab-bg > li.active > a:hover,
.dark-body .tab-bg > li.active > a:focus,
.dark-body .tab-bg > li > a:hover,
.dark-body .tab-bg > li > a:focus,
.dark-body .timeline.timeline-light > li > .timeline-panel,
.dark-body .timeline.timeline-light > li > .timeline-badge,
.dark-body .timeline.timeline-light:before,
.dark-body .user-profile-block ul li.active,
.dark-body .user-profile-block ul li:hover,
.dark-body .dropdown-menu > li > a:hover,
.dark-body .dropdown-menu > li > a:focus,
.dark-body .inbox-content table .btn-inbox-label .dropdown-menu {
  background-color: #1f232b !important;
}

/* line 11886, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .main-nav .dropdown-menu > li > a,
.dark-body .dropdown .dropdown-menu > li.dropdown-heading,
.dark-body .inbox-block ul li a:hover,
.dark-body .text-dark,
.dark-body .text-dark small,
.dark-body .text-dark h1,
.dark-body .text-dark h2,
.dark-body .text-dark h3,
.dark-body .text-dark h4,
.dark-body .text-dark h5,
.dark-body .text-dark h6,
.dark-body .text-dark.fa {
  color: #ccc !important;
}

/* line 11901, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .main-nav .dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #ccc;
}

/* line 11906, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .nav-messages .dropdown-menu .inner-dropdown-content li > a p,
.dark-body .dropdown-menu .inner-dropdown-content li > a span,
.dark-body .dropdown-menu .inner-dropdown-content li > a {
  color: #848a96;
}

/* line 11912, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .nav-account .profile-details,
.dark-body .page-top {
  background-color: #2F343E;
  color: #fff;
}

/* line 11918, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .page-top ul.breadcrumb > .active,
.dark-body .pagination > li > a,
.dark-body .pagination > li > span,
.dark-body a.btn,
.dark-body .table-theme.table-clear thead > tr > th,
.dark-body .btn-theme-inverse:hover,
.dark-body .btn-theme-inverse:active,
.dark-body .btn-theme-inverse.active,
.dark-body .open > .dropdown-toggle.btn-theme-inverse,
.dark-body .btn-hollow-dark:hover,
.dark-body .btn-hollow-dark:active,
.dark-body .btn-hollow-dark.active,
.dark-body .open > .dropdown-toggle.btn-hollow-dark,
.dark-body .btn-curtain .btn:hover,
.dark-body .horizontal-timeline .events a,
.dark-body .text-darker,
.dark-body .text-darker small,
.dark-body .text-darker h1,
.dark-body .text-darker h2,
.dark-body .text-darker h3,
.dark-body .text-darker h4,
.dark-body .text-darker h5,
.dark-body .text-darker h6,
.dark-body .text-darker.fa,
.dark-body .process-tab .nav-tabs li a:hover span.steps-text,
.dark-body .process-tab .nav-tabs li.active a span.steps-text,
.dark-body .user-profile-block ul li.active a,
.dark-body .user-profile-block ul li:hover a,
.dark-body .user-profile-block ul li.active span,
.dark-body .user-profile-block ul li:hover span,
.dark-body label,
.dark-body .dropdown-menu > li > a:hover,
.dark-body .dropdown-menu > li > a:focus {
  color: #fff !important;
}

/* line 11954, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body a.btn-line::before,
.dark-body a.btn-line::after {
  background: #848a96 !important;
}

/* line 11959, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body a.btn-line.btn-line-light::before,
.dark-body a.btn-line.btn-line-light::after {
  background: #fff !important;
}

/* line 11964, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .btn-curtain .btn {
  border-color: #848a96 !important;
}

/* line 11968, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .btn-curtain.btn-curtain-light .btn {
  color: #fff !important;
  border-color: #fff !important;
}

/* line 11973, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .btn-curtain.btn-curtain-light .btn:hover {
  color: #000 !important;
}

/* line 11977, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .btn-curtain .btn:after {
  background: #848a96 !important;
}

/* line 11981, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .btn-curtain.btn-curtain-light .btn:after {
  background: #fff !important;
}

/* line 11985, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .btn-theme:hover,
.dark-body .btn-theme:active,
.dark-body .btn-theme.active,
.dark-body .open > .dropdown-toggle.btn-theme,
.dark-body .btn-theme-inverse,
.dark-body .btn-theme-inverse:focus {
  color: #fff !important;
  background-color: #1f232b !important;
  border: #1f232b !important;
}

/* line 11996, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .btn-theme-inverse:hover,
.dark-body .btn-theme-inverse:active,
.dark-body .btn-theme-inverse.active,
.dark-body .open > .dropdown-toggle.btn-theme-inverse {
  background-color: #000 !important;
  border: #000 !important;
}

/* line 12004, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .form-theme .form-control,
.dark-body .form-theme .input-group-addon,
.dark-body div.dataTables_wrapper div.dataTables_filter input,
.dark-body .form-control,
.dark-body pre {
  background-color: #3c4452;
  color: #eee;
  border-color: #2f343e;
}

/* line 12014, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .form-theme .form-control:focus {
  border-color: #000;
}

/* line 12018, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .form-dark .form-control,
.dark-body .process-tab .nav-tabs > li.active > a span.steps-block,
.dark-body .process-tab .nav-tabs > li:hover > a span.steps-block,
.dark-body .process-tab .nav-tabs.nav-justified > .active > a span.steps-block,
.dark-body .process-tab .nav-tabs.nav-justified > .active > a:hover span.steps-block,
.dark-body .process-tab .nav-tabs.nav-justified > .active > a:focus span.steps-block {
  background-color: #1f232b;
  color: #fff;
  border-color: #1f232b;
}

/* line 12029, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .fc td,
.dark-body .fc th,
.dark-body .fc-unthemed .fc-divider,
.dark-body .fc-unthemed .fc-popover,
.dark-body .fc-unthemed .fc-row,
.dark-body .fc-unthemed tbody,
.dark-body .fc-unthemed td,
.dark-body .fc-unthemed th,
.dark-body .fc-unthemed thead,
.dark-body .note-editor.note-frame,
.dark-body .dropzone,
.dark-body iframe,
.dark-body .portlet .form-theme.form-big .input-group-btn .btn,
.dark-body .notification-list li {
  border-color: #2f343e !important;
}

/* line 12046, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .note-editor .btn-default,
.dark-body .note-editor .btn-default:focus {
  background: transparent !important;
  color: #fff !important;
}

/* line 12052, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .note-editor.note-frame .note-editing-area .note-editable {
  color: #ccc !important;
}

/* line 12056, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body iframe {
  border-style: solid;
}

/* line 12060, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .fc-unthemed .fc-today,
.dark-body .fc-button-group button,
.dark-body .fc-today-button,
.dark-body .btn-group .dropdown-menu {
  background: #353c48;
}

/* line 12067, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .fc-button-group button.fc-state-active,
.dark-body .fc-button-group button:hover,
.dark-body .fc-unthemed .fc-divider,
.dark-body .fc-unthemed .fc-popover .fc-header,
.dark-body .theme-radio label:after {
  background: #1f232b;
}

/* line 12075, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .fc-unthemed .fc-divider,
.dark-body .fc-unthemed .fc-popover .fc-header,
.dark-body .portlet.portlet-gray .portlet-title,
.dark-body .timeline > li > .timeline-badge {
  border-color: #3c4452;
}

/* line 12082, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .fc-button-group button,
.dark-body .fc-today-button {
  border-radius: 0 !important;
  box-shadow: none;
  color: #fff;
}

/* line 12089, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .fc-ltr .fc-basic-view .fc-day-number.fc-other-month,
.dark-body .btn-group .dropdown-menu a {
  color: #bbb;
}

/* line 12094, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .process-tab .nav-tabs li:before,
.dark-body .user-profile-block ul,
.dark-body .user-profile-block ul li,
.dark-body .user-profile-block ul li:last-child {
  border-color: #1f232b;
}

/* line 12101, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .theme-checkbox label:before,
.dark-body .theme-radio label:before {
  opacity: 0.3;
}

/* line 12106, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .note-editor.note-frame .note-statusbar,
.dark-body .wizard-steps > li,
.dark-body .actions .btn,
.dark-body .portlet.portlet-gray,
.dark-body .progress,
.dark-body .progress-light .progress-bar,
.dark-body .portlet ul.message-list .message-body p.message,
.dark-body .timeline > li > .timeline-panel,
.dark-body .timeline > li > .timeline-badge,
.dark-body .timeline:before,
.dark-body .table-theme.table-hover > tbody > tr:hover {
  background-color: #2f343e;
}

/* line 12120, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .img-thumbnail {
  background-color: #353c48;
  border-color: #353c48;
}

/* line 12125, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .inbox-content .table > tbody > tr > td,
.dark-body .pagination > li > a,
.dark-body .pagination > li > span,
.dark-body .table-striped > tbody > tr:nth-of-type(odd),
.dark-body table.dataTable.stripe tbody tr.odd,
.dark-body table.dataTable.display tbody tr.odd,
.dark-body table.dataTable.hover tbody tr:hover,
.dark-body table.dataTable.display tbody tr:hover {
  background-color: #353c48;
}

/* line 12136, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .inbox-content .table > tbody > tr.unread > td {
  background-color: transparent;
}

/* line 12140, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body table.dataTable.display tbody tr.even > .sorting_1,
.dark-body table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #323742;
}

/* line 12145, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .horizontal-timeline .events a::after {
  border-color: #848a96;
  background-color: #848a96;
}

/* line 12150, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .horizontal-timeline .events {
  background: #848a96;
}

/* line 12154, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .theme-checkbox label:after,
.dark-body .ht-navigation a {
  border-color: #848a96;
  color: #848a96;
}

/* line 12160, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .modal-bg-dark .modal-content,
.dark-body .modal-bg-light .modal-content {
  background-color: transparent;
}

/* line 12165, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .portlet-title > .nav-tabs > li.active,
.dark-body .portlet-title > .nav-tabs > li.active:hover {
  border-color: #848a96;
}

/* line 12170, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .progress-light {
  background-color: #000;
}

/* line 12174, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .portlet ul.message-list .message-body p.message:first-child:before {
  border-right-color: #2F343E;
}

/* line 12178, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .portlet ul.message-list .message-right .message-body p.message:first-child:before {
  border-right-color: transparent;
}

/* line 12182, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .portlet ul.message-list .message-right .message-body p.message {
  background-color: #2eb7f3;
  color: #fff !important;
}

/* line 12187, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .process-tab .nav-tabs > li > a span.steps-block {
  border-color: #93959f;
  color: #93959f;
}

/* line 12192, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .tab-border > li.active > a,
.dark-body .tab-border > li.active > a:hover,
.dark-body .tab-border > li.active > a:focus,
.dark-body .tab-border > li.active > a,
.dark-body .tab-border > li.active > a:hover,
.dark-body .tab-border > li.active > a:focus,
.dark-body .tab-border > li > a:hover,
.dark-body .tab-border > li > a:focus,
.dark-body .tab-lined > li.active > a,
.dark-body .tab-lined > li.active > a:hover,
.dark-body .tab-lined > li.active > a:focus,
.dark-body .tab-lined > li.active > a,
.dark-body .tab-lined > li.active > a:hover,
.dark-body .tab-lined > li.active > a:focus,
.dark-body .tab-lined > li > a:hover,
.dark-body .tab-lined > li > a:focus,
.dark-body .tab-underline > li.active > a,
.dark-body .tab-underline > li.active > a:hover,
.dark-body .tab-underline > li.active > a:focus,
.dark-body .tab-underline > li.active > a,
.dark-body .tab-underline > li.active > a:hover,
.dark-body .tab-underline > li.active > a:focus,
.dark-body .tab-underline > li > a:hover,
.dark-body .tab-underline > li > a:focus {
  border-color: #fff;
  color: #fff !important;
}

/* line 12220, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body ul.tab-lined:after {
  border-color: #a2a7b1;
}

/* line 12224, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .timeline > li > .timeline-panel:before,
.dark-body .timeline > li > .timeline-panel:after,
.dark-body .timeline > li > .timeline-panel:before,
.dark-body .timeline > li > .timeline-panel:after {
  border-right-color: #2F343E;
}

/* line 12231, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .timeline.timeline-light > li > .timeline-panel:before,
.dark-body .timeline.timeline-light > li > .timeline-panel:after,
.dark-body .timeline.timeline-light > li > .timeline-panel:before,
.dark-body .timeline.timeline-light > li > .timeline-panel:after {
  border-left-color: #1f232b;
}

/* line 12238, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .timeline > li > .timeline-badge {
  color: #848a96;
}

/* line 12242, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .todo-wrap {
  box-shadow: 0 2px 0 -1px #2f343e;
}

/* line 12246, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .todo .icon_check {
  text-shadow: 1px 1px 0 #3c4452, -1px -1px 0 #3c4452;
}

/* line 12250, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .user-profile-block ul li.active {
  border-left-color: #848a96 !important;
}

/* line 12254, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .chat-slide.chat-light a.chat-trigger {
  background-color: #edf1f5 !important;
}

/********************************************************************
	Page - login-register-2.html
********************************************************************/
/* line 12262, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-register-tab .form-group label {
  width: 100%;
}

/* line 12266, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-register-tab .form-group label > i {
  font-size: 16px;
  float: right;
}

/********************************************************************
	Page - Login Form
********************************************************************/
/*=== 4. Main Form ===*/
/* line 12276, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1 {
  width: 350px;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
}

/* line 12283, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-login-form {
  position: relative;
}

/* line 12287, app/assets/stylesheets/theme_admin/vendor/style.scss */
.main-login-form > .login-group > .form-group {
  margin-bottom: 10px;
}

/* line 12291, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1 .form-control {
  border: 0;
  box-shadow: 0 0 0;
  border-radius: 0;
  background: transparent;
  color: #555555;
  padding: 7px 0;
  font-weight: bold;
  height: auto;
}

/* line 12302, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1 .form-control::-webkit-input-placeholder {
  color: #999999;
}

/* line 12306, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1 .form-control:-moz-placeholder,
.login-form-1 .form-control::-moz-placeholder,
.login-form-1 .form-control:-ms-input-placeholder {
  color: #999999;
}

/* line 12312, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1 .form-group {
  margin-bottom: 0;
  border-bottom: 2px solid #efefef;
  padding: 5px 20px 5px 0;
  position: relative;
}

/* line 12319, app/assets/stylesheets/theme_admin/vendor/style.scss */
.form-group.login-group-checkbox {
  padding: 20px 20px 10px 0;
}

/* line 12323, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1 .form-group.form-group-remember {
  border-bottom: 0;
}

/* line 12327, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-group {
  background: #ffffff;
  color: #999999;
  padding: 50px;
}

/* line 12333, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .login-group {
  background: #343a46;
  color: #999999;
}

/* line 12338, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-group-checkbox {
  padding: 10px 0;
}

/*=== 5. Login Button ===*/
/* line 12343, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1 .login-button {
  position: absolute;
  right: -25px;
  top: 50%;
  background: #ffffff;
  color: #999999;
  padding: 11px 0;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  transition: all ease-in-out 500ms;
}

/* line 12358, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1 .login-button:hover {
  color: #555555;
  transform: rotate(450deg);
}

/* line 12363, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1 .login-button.clicked {
  color: #555555;
}

/* line 12367, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1 .login-button.clicked:hover {
  transform: none;
}

/* line 12371, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1 .login-button.clicked.success {
  color: #2ecc71;
}

/* line 12375, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1 .login-button.clicked.error {
  color: #e74c3c;
}

/* line 12379, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .login-form-1 .login-button {
  background: #343a46;
  color: #fff !important;
}

/*=== 6. Form Invalid ===*/
/* line 12385, app/assets/stylesheets/theme_admin/vendor/style.scss */
label.form-invalid {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: block;
  margin-top: -25px;
  padding: 7px 9px;
  background: #777777;
  color: #ffffff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 11px;
}

/* line 12400, app/assets/stylesheets/theme_admin/vendor/style.scss */
label.form-invalid:after {
  top: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #777777;
  border-width: 6px;
}

/*=== 7. Form - Main Message ===*/
/* line 12415, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-main-message {
  background: #ffffff;
  color: #999999;
  border-left: 3px solid transparent;
  border-radius: 3px;
  margin-bottom: 8px;
  font-weight: bold;
  height: 0;
  padding: 0 20px 0 17px;
  opacity: 0;
  transition: all ease-in-out 200ms;
}

/* line 12428, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-main-message.show {
  height: auto;
  opacity: 1;
  padding: 10px 20px 10px 17px;
}

/* line 12434, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-main-message.success {
  border-left-color: #2ecc71;
}

/* line 12438, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-main-message.error {
  border-left-color: #e74c3c;
}

/*=== 8. Custom Checkbox & Radio ===*/
/* Base for label styling */
/* line 12444, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1[type="checkbox"]:not(:checked),
.login-form-1[type="checkbox"]:checked,
.login-form-1[type="radio"]:not(:checked),
.login-form-1[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

/* line 12452, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1[type="checkbox"]:not(:checked) + label,
.login-form-1[type="checkbox"]:checked + label,
.login-form-1[type="radio"]:not(:checked) + label,
.login-form-1[type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  padding-top: 1px;
  cursor: pointer;
}

/* checkbox aspect */
/* line 12463, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1[type="checkbox"]:not(:checked) + label:before,
.login-form-1[type="checkbox"]:checked + label:before,
.login-form-1[type="radio"]:not(:checked) + label:before,
.login-form-1[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 0px solid #aaa;
  background: #f0f0f0;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* checked mark aspect */
/* line 12480, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1[type="checkbox"]:not(:checked) + label:after,
.login-form-1[type="checkbox"]:checked + label:after,
.login-form-1[type="radio"]:not(:checked) + label:after,
.login-form-1[type="radio"]:checked + label:after {
  position: absolute;
  color: #555555;
  transition: all .2s;
}

/* checked mark aspect changes */
/* line 12490, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1[type="checkbox"]:not(:checked) + label:after,
.login-form-1[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

/* line 12496, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1[type="checkbox"]:checked + label:after,
.login-form-1[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
/* line 12503, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1[type="checkbox"]:disabled:not(:checked) + label:before,
.login-form-1[type="checkbox"]:disabled:checked + label:before,
.login-form-1[type="radio"]:disabled:not(:checked) + label:before,
.login-form-1[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #8c8c8c;
  background-color: #878787;
}

/* line 12512, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1[type="checkbox"]:disabled:checked + label:after,
.login-form-1[type="radio"]:disabled:checked + label:after {
  color: #555555;
}

/* line 12517, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1[type="checkbox"]:disabled + label,
.login-form-1[type="radio"]:disabled + label {
  color: #8c8c8c;
}

/* accessibility */
/* line 12523, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1[type="checkbox"]:checked:focus + label:before,
.login-form-1[type="checkbox"]:not(:checked):focus + label:before,
.login-form-1[type="checkbox"]:checked:focus + label:before,
.login-form-1[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted #f6f6f6;
}

/*=== Customization ===*/
/* radio aspect */
/* line 12532, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1[type="checkbox"]:not(:checked) + label:before,
.login-form-1[type="checkbox"]:checked + label:before {
  border-radius: 3px;
}

/* line 12537, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1[type="radio"]:not(:checked) + label:before,
.login-form-1[type="radio"]:checked + label:before {
  border-radius: 35px;
}

/* selected mark aspect */
/* line 12543, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1[type="checkbox"]:not(:checked) + label:after,
.login-form-1[type="checkbox"]:checked + label:after {
  content: '✔';
  top: 0;
  left: 2px;
  font-size: 14px;
}

/* line 12551, app/assets/stylesheets/theme_admin/vendor/style.scss */
.login-form-1[type="radio"]:not(:checked) + label:after,
.login-form-1[type="radio"]:checked + label:after {
  content: '\2022';
  top: -4px;
  left: 0px;
  font-size: 30px;
  line-height: 25px;
}

/********************************************************************
	Utility Page Demo
********************************************************************/
/* line 12564, app/assets/stylesheets/theme_admin/vendor/style.scss */
.show-grid [class^=col-] p {
  background-color: #f6f6f6;
  display: block;
  padding: 10px 5px;
  text-align: center;
}

/* line 12571, app/assets/stylesheets/theme_admin/vendor/style.scss */
.dark-body .show-grid [class^=col-] p {
  background-color: #2f343e;
}

/* line 12575, app/assets/stylesheets/theme_admin/vendor/style.scss */
.show-grid [class^=col-sm] p,
.show-grid [class^=col-xs] p {
  font-size: 10px;
  font-weight: 400;
}

/*Font Awesome*/
/* line 12583, app/assets/stylesheets/theme_admin/vendor/style.scss */
.fontawesome-icon-list a i {
  font-size: 30px;
  display: block;
  margin-bottom: 5px;
}

/* line 12589, app/assets/stylesheets/theme_admin/vendor/style.scss */
.fontawesome-icon-list a {
  margin-bottom: 35px;
  display: block;
}

/* line 12594, app/assets/stylesheets/theme_admin/vendor/style.scss */
span.box1 {
  font-size: 17px;
  font-weight: 300;
  display: block;
  padding-bottom: 15px;
}

/*ET Line Icons*/
/* line 12603, app/assets/stylesheets/theme_admin/vendor/style.scss */
.et-icons-grid span {
  font-size: 40px;
  margin-bottom: 20px;
}

/* CALENDAR */
/* line 3, app/assets/stylesheets/theme_admin/components/calendar.scss */
a.fc-time-grid-event, a.fc-timeline-event {
  border-radius: 3px;
}

/* line 7, app/assets/stylesheets/theme_admin/components/calendar.scss */
a.fc-time-grid-event:hover {
  cursor: pointer;
}

/* line 11, app/assets/stylesheets/theme_admin/components/calendar.scss */
.fc-time-grid .fc-slats td {
  height: 3em !important;
}

/* line 1, app/assets/stylesheets/theme_admin/components/card.scss */
.card-rounded {
  border-radius: 5px;
}

/* line 4, app/assets/stylesheets/theme_admin/components/card.scss */
.card-rounded .card-header {
  background-color: #2f343e;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 9, app/assets/stylesheets/theme_admin/components/card.scss */
.card-rounded .card-header h4 {
  color: white !important;
}

/* DATE RANGE PICKER */
/* line 3, app/assets/stylesheets/theme_admin/components/date_range_picker.scss */
.date-range-picker {
  background: #fff;
  cursor: pointer;
  padding: 5px 10px;
  margin-left: 20px;
  border: 1px solid #ccc;
  width: 60%;
}

/* FOOTER DASHBOARD */
/* line 3, app/assets/stylesheets/theme_admin/components/footer_dashboard.scss */
.footer-custom {
  border-top: black 1px solid;
  position: absolute !important;
  background-color: #1F232B;
  text-align: center;
  height: 5em;
}

/* line 11, app/assets/stylesheets/theme_admin/components/footer_dashboard.scss */
footer {
  position: relative !important;
}

/* HEADER DASHBOARD */
/* line 3, app/assets/stylesheets/theme_admin/components/header_dashboard.scss */
.main-nav a.logo {
  background-color: white !important;
}

/* line 7, app/assets/stylesheets/theme_admin/components/header_dashboard.scss */
.header-right .navbar-container .nav > li.active > a::after, .header-right .navbar-container .nav > li:hover > a::after {
  width: 0;
}

/* INDEXS DASHBOARD */
/* line 3, app/assets/stylesheets/theme_admin/components/index_pages_head.scss */
.models-head {
  background-color: #f5f5f5;
  padding: 2% 2% 1% 2% !important;
  border-bottom: solid #eee 1px;
}

@media screen and (max-width: 960px) {
  /* line 3, app/assets/stylesheets/theme_admin/components/new_reservation_modal.scss */
  #new_reservation_modal .modal-footer {
    display: flex;
    justify-content: space-around;
  }
  /* line 7, app/assets/stylesheets/theme_admin/components/new_reservation_modal.scss */
  #new_reservation_modal .modal-dialog {
    width: 95% !important;
  }
}

/* LOGS MODAL */
/* line 3, app/assets/stylesheets/theme_admin/components/nuki_logs_modal.scss */
.modal-dialog {
  width: 60%;
}

/* line 7, app/assets/stylesheets/theme_admin/components/nuki_logs_modal.scss */
.modal-footer {
  text-align: left;
}

/* FORM DESIGN */
/* line 3, app/assets/stylesheets/theme_admin/components/pro_form.scss */
.pro-form-padding {
  padding: 35px;
}

/* line 7, app/assets/stylesheets/theme_admin/components/pro_form.scss */
.pro-form-title {
  padding-left: 35px;
}

/* line 11, app/assets/stylesheets/theme_admin/components/pro_form.scss */
.pro-form-input {
  padding-left: 5%;
}

/* line 15, app/assets/stylesheets/theme_admin/components/pro_form.scss */
.hr-form-title hr {
  margin-top: -5px;
  margin-bottom: 20px !important;
}

/* line 20, app/assets/stylesheets/theme_admin/components/pro_form.scss */
.hr-form-title h5 {
  margin-top: 4px;
}

/* line 24, app/assets/stylesheets/theme_admin/components/pro_form.scss */
.checkbox-container {
  display: inline-block;
  width: 50%;
}

/* line 29, app/assets/stylesheets/theme_admin/components/pro_form.scss */
.tooltip-inline-form {
  top: 0.7em !important;
  margin-right: -1.7em;
}

/* line 1, app/assets/stylesheets/theme_admin/components/pro_search.scss */
.input-search {
  padding: 12px 28px 12px 12px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 10, app/assets/stylesheets/theme_admin/components/pro_search.scss */
.input-search::-webkit-search-decoration,
.input-search::-webkit-search-cancel-button,
.input-search::-webkit-search-results-button,
.input-search::-webkit-search-results-decoration {
  display: none;
}

/* line 17, app/assets/stylesheets/theme_admin/components/pro_search.scss */
.input-container {
  position: relative;
}

/* line 21, app/assets/stylesheets/theme_admin/components/pro_search.scss */
.search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 4px;
  max-height: 300px;
  overflow-y: auto;
}

/* line 36, app/assets/stylesheets/theme_admin/components/pro_search.scss */
.results-count {
  color: #666;
  font-size: 12px;
  margin: 0;
  padding: 8px 12px;
  border-bottom: 1px solid #f0f0f0;
}

/* line 44, app/assets/stylesheets/theme_admin/components/pro_search.scss */
.search-result-item {
  border-bottom: 1px solid #f0f0f0;
}

/* line 48, app/assets/stylesheets/theme_admin/components/pro_search.scss */
.search-result-item:last-child {
  border-bottom: none;
}

/* line 52, app/assets/stylesheets/theme_admin/components/pro_search.scss */
.search-result-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  color: #333;
  transition: background-color 0.2s ease;
}

/* Layout vertical pour les petits containers */
/* line 63, app/assets/stylesheets/theme_admin/components/pro_search.scss */
.search-result-link.vertical-layout {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
}

/* line 70, app/assets/stylesheets/theme_admin/components/pro_search.scss */
.search-result-link.vertical-layout strong {
  margin: 0;
}

/* line 74, app/assets/stylesheets/theme_admin/components/pro_search.scss */
.search-result-link.vertical-layout small {
  margin-left: 0;
  font-size: 1.15rem;
  opacity: 0.8;
}

/* line 80, app/assets/stylesheets/theme_admin/components/pro_search.scss */
.search-result-link:hover {
  background-color: #f8f9fa;
  text-decoration: none;
  color: #333;
}

/* line 86, app/assets/stylesheets/theme_admin/components/pro_search.scss */
.search-result-link strong {
  color: #007bff;
  flex: 1;
}

/* line 91, app/assets/stylesheets/theme_admin/components/pro_search.scss */
.search-result-link small {
  color: #666;
  flex-shrink: 0;
  margin-left: 8px;
}

/* line 97, app/assets/stylesheets/theme_admin/components/pro_search.scss */
.no-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 4px;
  padding: 12px;
  color: #666;
  text-align: center;
  font-style: italic;
  margin: 0;
}

/* Style pour les termes surlignés */
/* line 116, app/assets/stylesheets/theme_admin/components/pro_search.scss */
mark {
  background-color: #fff3cd;
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: bold;
}

/* États de loading et d'erreur */
/* line 124, app/assets/stylesheets/theme_admin/components/pro_search.scss */
.loading, .error {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 4px;
  padding: 12px;
  text-align: center;
  font-style: italic;
}

/* line 140, app/assets/stylesheets/theme_admin/components/pro_search.scss */
.loading {
  color: #666;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
}

/* line 146, app/assets/stylesheets/theme_admin/components/pro_search.scss */
.error {
  color: #dc3545;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}

/* line 152, app/assets/stylesheets/theme_admin/components/pro_search.scss */
.hint {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 4px;
  padding: 8px 12px;
  color: #666;
  font-size: 14px;
  text-align: center;
}

/* Animation pour le loading */
/* line 170, app/assets/stylesheets/theme_admin/components/pro_search.scss */
.loading::after {
  content: "...";
  animation: dots 1s infinite;
}

@keyframes dots {
  0%, 20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* SCHEDULER */
/* line 3, app/assets/stylesheets/theme_admin/components/scheduler.scss */
.fc th, .fc td {
  border-color: #ccc;
}

/* line 7, app/assets/stylesheets/theme_admin/components/scheduler.scss */
.scheduler-event-clicked {
  animation-duration: 2s;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.8);
  transition: .3s;
}

/* line 2, app/assets/stylesheets/theme_admin/components/smart_object_box.scss */
.smart-object-box h3 {
  min-height: 25px;
}

/* line 6, app/assets/stylesheets/theme_admin/components/smart_object_box.scss */
.smart-object-box .body {
  min-height: 150px;
  text-align: left;
}

/* line 1, app/assets/stylesheets/theme_admin/custom/alerts.scss */
.alert {
  border-radius: 5px !important;
}

/* line 5, app/assets/stylesheets/theme_admin/custom/alerts.scss */
.alert-warning {
  background-color: #fff3cd;
  color: #856404;
}

/* line 1, app/assets/stylesheets/theme_admin/custom/badges.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 6, app/assets/stylesheets/theme_admin/custom/badges.scss */
.badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

/* line 12, app/assets/stylesheets/theme_admin/custom/badges.scss */
a.badge-light[href]:focus {
  color: #212529 !important;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 1, app/assets/stylesheets/theme_admin/custom/bootstrap.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 19, app/assets/stylesheets/theme_admin/custom/bootstrap.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 27, app/assets/stylesheets/theme_admin/custom/bootstrap.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 36, app/assets/stylesheets/theme_admin/custom/bootstrap.scss */
.w-auto {
  width: auto !important;
}

/* BORDER */
/* line 3, app/assets/stylesheets/theme_admin/custom/border.scss */
.border-white {
  border-color: white !important;
}

/* line 7, app/assets/stylesheets/theme_admin/custom/border.scss */
.border-success {
  border: solid 2px green;
  border-radius: 5px;
}

/* line 12, app/assets/stylesheets/theme_admin/custom/border.scss */
.border-danger {
  border: solid 2px red;
  border-radius: 5px;
}

/* line 17, app/assets/stylesheets/theme_admin/custom/border.scss */
.rounded {
  border-radius: 5px;
}

/* line 1, app/assets/stylesheets/theme_admin/custom/colors.scss */
.bg-accent {
  background-color: #42b1e2;
}

/* DISPLAY */
/* line 3, app/assets/stylesheets/theme_admin/custom/display.scss */
.d-none {
  display: none !important;
}

/* line 7, app/assets/stylesheets/theme_admin/custom/display.scss */
.d-flex {
  display: flex !important;
}

/* line 11, app/assets/stylesheets/theme_admin/custom/display.scss */
.justify-content-center {
  justify-content: center;
}

/* line 15, app/assets/stylesheets/theme_admin/custom/display.scss */
.justify-content-end {
  justify-content: end;
}

/* line 19, app/assets/stylesheets/theme_admin/custom/display.scss */
.align-items-center {
  align-items: center;
}

/* FLOAT */
/* line 3, app/assets/stylesheets/theme_admin/custom/float.scss */
.float-right {
  float: right;
}

/* line 7, app/assets/stylesheets/theme_admin/custom/float.scss */
.float-left {
  float: left;
}

/* GENERAL */
/* line 3, app/assets/stylesheets/theme_admin/custom/general.scss */
.body {
  min-height: calc(100vh - 95px);
}

/* line 7, app/assets/stylesheets/theme_admin/custom/general.scss */
.alert {
  padding: 15px 35px 15px 15px !important;
}

/* line 11, app/assets/stylesheets/theme_admin/custom/general.scss */
.help-block {
  color: red;
  font-style: italic;
}

/* line 16, app/assets/stylesheets/theme_admin/custom/general.scss */
.btn,
.admin-content,
table,
thead,
.carousel,
.date-range-picker,
.daterangepicker {
  border-radius: 5px !important;
}

/* line 26, app/assets/stylesheets/theme_admin/custom/general.scss */
.panel-heading {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

/* line 31, app/assets/stylesheets/theme_admin/custom/general.scss */
.panel {
  border: none !important;
}

/* line 35, app/assets/stylesheets/theme_admin/custom/general.scss */
.theme-panel-dark .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none !important;
  border-radius: 5px !important;
}

/* line 40, app/assets/stylesheets/theme_admin/custom/general.scss */
.form-control {
  border-radius: 5px !important;
  height: 40px !important;
  max-width: 100% !important;
}

/* line 46, app/assets/stylesheets/theme_admin/custom/general.scss */
textarea.form-control {
  height: 100% !important;
}

/* line 50, app/assets/stylesheets/theme_admin/custom/general.scss */
.blur {
  filter: blur(3px);
  transition: .2s;
}

/* IMAGES */
/* line 3, app/assets/stylesheets/theme_admin/custom/images.scss */
.img-thumbnail-rounded {
  height: 40px;
  width: 40px;
  border: 1px #eee solid;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

/* SHADOW */
/* line 3, app/assets/stylesheets/theme_admin/custom/shadow.scss */
.light-shadow {
  box-shadow: rgba(23, 43, 99, 0.24) 0 7px 28px;
}

/* line 7, app/assets/stylesheets/theme_admin/custom/shadow.scss */
.hard-shadow {
  box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.15);
}

/* line 11, app/assets/stylesheets/theme_admin/custom/shadow.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 15, app/assets/stylesheets/theme_admin/custom/shadow.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 19, app/assets/stylesheets/theme_admin/custom/shadow.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* WIDTH */
/* line 3, app/assets/stylesheets/theme_admin/custom/sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, app/assets/stylesheets/theme_admin/custom/sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 11, app/assets/stylesheets/theme_admin/custom/sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 15, app/assets/stylesheets/theme_admin/custom/sizing.scss */
.w-100 {
  width: 100% !important;
}

/* MARGIN */
/* line 3, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.margin-top-200 {
  margin-top: 200px !important;
}

/* line 7, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.margin-top-100 {
  margin-top: 100px !important;
}

/* line 11, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.margin-top {
  margin-top: 50px !important;
}

/* line 15, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.margin-top-10 {
  margin-top: 10px;
}

/* line 19, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.margin-top-20 {
  margin-top: 20px;
}

/* line 23, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.margin-left-10 {
  margin-left: 10px;
}

/* BOOTSTRAP METHODS */
/* line 31, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 35, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 39, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 43, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 47, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 51, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 55, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 59, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 63, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 67, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 71, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 75, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 79, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mr-0 {
  margin-right: 0 !important;
}

/* line 83, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mr-1 {
  margin-right: 0.25rem !important;
}

/* line 87, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mr-2 {
  margin-right: 0.5rem !important;
}

/* line 91, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mr-3 {
  margin-right: 1rem !important;
}

/* line 95, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mr-4 {
  margin-right: 1.5rem !important;
}

/* line 99, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mr-5 {
  margin-right: 3rem !important;
}

/* line 103, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.ml-0 {
  margin-left: 0 !important;
}

/* line 107, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.ml-1 {
  margin-left: 0.25rem !important;
}

/* line 111, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.ml-2 {
  margin-left: 0.5rem !important;
}

/* line 115, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.ml-3 {
  margin-left: 1rem !important;
}

/* line 119, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.ml-4 {
  margin-left: 1.5rem !important;
}

/* line 123, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.ml-5 {
  margin-left: 3rem !important;
}

/* line 127, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 131, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 135, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 139, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 143, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 147, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

@media screen and (min-width: 960px) {
  /* line 152, app/assets/stylesheets/theme_admin/custom/spacing.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
}

/* line 157, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 162, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

/* line 167, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

/* line 172, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

/* line 177, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

/* line 182, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

/* line 187, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 192, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 197, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 202, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 207, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 212, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* PADDING */
/* line 219, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 223, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 227, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 231, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 235, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 239, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 243, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 247, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 251, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 255, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 259, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 263, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 267, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pr-0 {
  padding-right: 0 !important;
}

/* line 271, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pr-1 {
  padding-right: 0.25rem !important;
}

/* line 275, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pr-2 {
  padding-right: 0.5rem !important;
}

/* line 279, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pr-3 {
  padding-right: 1rem !important;
}

/* line 283, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pr-4 {
  padding-right: 1.5rem !important;
}

/* line 287, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pr-5 {
  padding-right: 3rem !important;
}

/* line 291, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pl-0 {
  padding-left: 0 !important;
}

/* line 295, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pl-1 {
  padding-left: 0.25rem !important;
}

/* line 299, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pl-2 {
  padding-left: 0.5rem !important;
}

/* line 303, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pl-3 {
  padding-left: 1rem !important;
}

/* line 307, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pl-4 {
  padding-left: 1.5rem !important;
}

/* line 311, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pl-5 {
  padding-left: 3rem !important;
}

/* line 315, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 319, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 323, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 327, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 331, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 335, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 339, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 344, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

/* line 349, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

/* line 354, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* line 359, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

/* line 364, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

/* line 369, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 374, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 379, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 384, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 389, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 394, app/assets/stylesheets/theme_admin/custom/spacing.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* TEXT ALIGN */
/* line 3, app/assets/stylesheets/theme_admin/custom/text.scss */
.text-align-center {
  text-align: center;
}

/* FONT COLOR */
/* line 9, app/assets/stylesheets/theme_admin/custom/text.scss */
.font-black {
  color: black !important;
}

/* line 13, app/assets/stylesheets/theme_admin/custom/text.scss */
.font-white {
  color: white !important;
}

/* line 17, app/assets/stylesheets/theme_admin/custom/text.scss */
.font-pink {
  color: hotpink;
}

/* line 21, app/assets/stylesheets/theme_admin/custom/text.scss */
.font-gold {
  color: gold;
}

/* line 25, app/assets/stylesheets/theme_admin/custom/text.scss */
.font-accent-gold {
  color: #e6c15d;
}

/* line 29, app/assets/stylesheets/theme_admin/custom/text.scss */
.font-gray {
  color: gray;
}

/* line 33, app/assets/stylesheets/theme_admin/custom/text.scss */
.font-accent {
  color: #43afde !important;
}

/* TEXT STYLING */
/* line 39, app/assets/stylesheets/theme_admin/custom/text.scss */
.underline {
  text-decoration: underline;
}

/* line 43, app/assets/stylesheets/theme_admin/custom/text.scss */
.no-underline {
  text-decoration: none !important;
}

/* line 47, app/assets/stylesheets/theme_admin/custom/text.scss */
.text-sm {
  font-size: 0.8em;
  text-transform: none;
}

/* SIGNIN */
/* line 2, app/assets/stylesheets/theme_admin/pages/admins/sign-in.scss */
.forgot-pw {
  font-size: 11px;
}

/* line 6, app/assets/stylesheets/theme_admin/pages/admins/sign-in.scss */
.remember-me {
  bottom: 14px;
  right: 125px;
}

/* line 11, app/assets/stylesheets/theme_admin/pages/admins/sign-in.scss */
.bg-sign-in {
  background-color: #1f232b;
}

/* PAGE COMPANY EDIT */
/* line 3, app/assets/stylesheets/theme_admin/pages/companies/edit.scss */
.company-logo {
  width: 156px;
}

/* PAGE COMPANY_MODULE */
/* line 2, app/assets/stylesheets/theme_admin/pages/company_modules/show.scss */
.cm-card-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 150px;
  width: 100%;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

/* line 10, app/assets/stylesheets/theme_admin/pages/company_modules/show.scss */
.border-success {
  border-color: #24caa1 !important;
}

/* line 14, app/assets/stylesheets/theme_admin/pages/company_modules/show.scss */
.btn-px {
  padding: 12px 16px !important;
}

/* line 18, app/assets/stylesheets/theme_admin/pages/company_modules/show.scss */
.badge-success {
  background-color: #24caa1 !important;
}

/* line 1, app/assets/stylesheets/theme_admin/pages/reservations/index.scss */
.card-header-table {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 2em 0 2em 1.5em;
}

/* RESERVATION SHOW */
/* line 3, app/assets/stylesheets/theme_admin/pages/reservations/show.scss */
.btn-group .dropdown-menu a {
  display: block;
}

/* line 7, app/assets/stylesheets/theme_admin/pages/reservations/show.scss */
.dropdown-divider {
  padding: 0 1px;
  border: .5px #eee solid;
  margin: .5em 0 !important;
}

/* line 13, app/assets/stylesheets/theme_admin/pages/reservations/show.scss */
.alert-calendar-bg {
  background-color: #d9f1fc !important;
}

/* line 1, app/assets/stylesheets/theme_admin/pages/studios/analytics.scss */
.hour-row {
  display: grid;
  grid-template-columns: .6fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

/* line 6, app/assets/stylesheets/theme_admin/pages/studios/analytics.scss */
.hour-box {
  border: .5px white solid;
  color: black;
  padding: 5px;
}

/* line 12, app/assets/stylesheets/theme_admin/pages/studios/analytics.scss */
.hour-bg {
  background-color: blue;
}

/* line 16, app/assets/stylesheets/theme_admin/pages/studios/analytics.scss */
.empty-corner {
  border-radius: 15px;
}

/* line 20, app/assets/stylesheets/theme_admin/pages/studios/analytics.scss */
.bg-blue-accent {
  background-color: #42b1e2;
  color: white;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  /* line 1, app/assets/stylesheets/theme_admin/pages/studios/show.scss */
  .calendar-studio-show {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 7, app/assets/stylesheets/theme_admin/pages/studios/show.scss */
  .calendar-studio-show .admin-content {
    padding: 30px 0;
  }
}

/* USER SHOW */
/* line 3, app/assets/stylesheets/theme_admin/pages/users/show.scss */
.user-attachment-input > input {
  width: 100% !important;
}

/* FOR DESKTOP AND LARGE TABLETS LANDSCAPE MODES */
@media screen and (min-width: 960px) {
  /* line 5, app/assets/stylesheets/theme_admin/responsive/responsive.scss */
  .mobile-only {
    display: none !important;
  }
  /* line 9, app/assets/stylesheets/theme_admin/responsive/responsive.scss */
  .btn-xlg {
    font-size: 15px !important;
    padding: 15px 25px !important;
  }
  /* line 14, app/assets/stylesheets/theme_admin/responsive/responsive.scss */
  .card-fixed-height {
    height: 250px !important;
  }
  /* line 18, app/assets/stylesheets/theme_admin/responsive/responsive.scss */
  .main-nav a.logo img {
    width: 80%;
  }
  /* FEATURES */
  /* line 24, app/assets/stylesheets/theme_admin/responsive/responsive.scss */
  .features-description img.large-screen-only {
    width: 7%;
    margin: 0 10px 10px 0;
  }
}

/* FOR MOBILE IN PORTRAIT AND LANDSCAPE AND TABLETS */
@media screen and (max-width: 960px) {
  /* GENERAL */
  /* line 36, app/assets/stylesheets/theme_admin/responsive/responsive.scss */
  .large-screen-only, hide-on {
    display: none !important;
  }
  /* line 40, app/assets/stylesheets/theme_admin/responsive/responsive.scss */
  .table-theme > tbody > tr > td {
    padding: 5px 10px !important;
  }
  /* line 43, app/assets/stylesheets/theme_admin/responsive/responsive.scss */
  tr td:first-child a {
    font-size: 20px !important;
  }
  /* line 47, app/assets/stylesheets/theme_admin/responsive/responsive.scss */
  .body {
    margin-top: -38px;
  }
  /* line 51, app/assets/stylesheets/theme_admin/responsive/responsive.scss */
  .main-nav a.logo img {
    width: 70%;
  }
  /* line 55, app/assets/stylesheets/theme_admin/responsive/responsive.scss */
  .btn-xlg {
    font-size: 13px !important;
    padding: 13px 22px !important;
  }
  /* LANDING PAGE */
  /* line 61, app/assets/stylesheets/theme_admin/responsive/responsive.scss */
  .logo-landing {
    width: initial !important;
  }
  /* line 65, app/assets/stylesheets/theme_admin/responsive/responsive.scss */
  .card-fixed-height {
    height: 300px !important;
  }
  /* line 69, app/assets/stylesheets/theme_admin/responsive/responsive.scss */
  .page-content-landing {
    margin-top: 0px !important;
  }
  /* FEATURES */
  /* line 75, app/assets/stylesheets/theme_admin/responsive/responsive.scss */
  #dashboard-screens {
    margin-bottom: 20px;
  }
  /* line 79, app/assets/stylesheets/theme_admin/responsive/responsive.scss */
  .features-description {
    text-align: center !important;
  }
  /* line 83, app/assets/stylesheets/theme_admin/responsive/responsive.scss */
  .features-description img.mobile-only {
    margin-top: 15px;
    width: 28%;
  }
  /* line 88, app/assets/stylesheets/theme_admin/responsive/responsive.scss */
  .bottom-cta {
    margin-top: 20% !important;
  }
  /* CALENDAR */
  /* line 94, app/assets/stylesheets/theme_admin/responsive/responsive.scss */
  .calendar {
    width: 100% !important;
    height: 200% !important;
  }
}
