/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../fonts/glyphicons-halflings-regular.eot');
  src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.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;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
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: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
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%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.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: '';
}
.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';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.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;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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 #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.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 #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .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;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .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;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .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;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.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;
}
.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;
}
.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;
}
.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;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.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;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.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;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.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:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.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:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.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:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.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:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.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:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.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:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.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;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.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;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.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;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.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;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[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;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.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;
}
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;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.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;
}
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;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.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;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.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: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .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: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.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: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.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: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.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;
}
.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: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.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;
}
.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;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
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;
}
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;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
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;
}
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;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
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;
}
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;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
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;
}
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;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.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;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.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;
}
.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;
}
.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;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.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;
}
.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;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.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;
}
.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;
}
.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;
}
.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;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .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;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.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 {
  content: " ";
  display: table;
}
.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;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.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) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 * Bootstrap v3.0.1 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:active,
.btn.active {
  background-image: none;
}

.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e0e0e0));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-primary {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#2d6ca2));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  background-repeat: repeat-x;
  border-color: #2b669a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}

.btn-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#419641));
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}

.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}

.btn-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#eb9316));
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  background-repeat: repeat-x;
  border-color: #e38d13;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}

.btn-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c12e2a));
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  background-repeat: repeat-x;
  border-color: #b92c28;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

.btn-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#2aabd2));
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  background-repeat: repeat-x;
  border-color: #28a4c9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #357ebd;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.navbar-default {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: -moz-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222222));
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#222222), to(#282828));
  background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
  background-image: -moz-linear-gradient(top, #222222 0%, #282828 100%);
  background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc));
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  border-color: #b2dba1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
}

.alert-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0));
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  border-color: #9acfea;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
}

.alert-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0));
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  border-color: #f5e79e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
}

.alert-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3));
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  border-color: #dca7a7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
}

.progress {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}

.progress-bar {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}

.progress-bar-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}

.progress-bar-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}

.progress-bar-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}

.progress-bar-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3278b3));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  border-color: #3278b3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.panel-primary > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.panel-success > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6));
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}

.panel-info > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3));
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}

.panel-warning > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc));
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}

.panel-danger > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc));
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}

.well {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@import url("../bundles/foxcore/theme/supAdmin/css/suprtheme/jquery.ui.theme.css");
@import url("../bundles/foxcore/theme/supAdmin/css/suprtheme/jquery.ui.core.css");
@import url("../bundles/foxcore/theme/supAdmin/css/suprtheme/jquery.ui.resizable.css");
@import url("../bundles/foxcore/theme/supAdmin/css/suprtheme/jquery.ui.dialog.css");
@import url("../bundles/foxcore/theme/supAdmin/css/suprtheme/jquery.ui.slider.css");
@import url("../bundles/foxcore/theme/supAdmin/css/suprtheme/jquery.ui.datepicker.css");
@import url("../bundles/foxcore/theme/supAdmin/css/suprtheme/jquery.ui.progressbar.css");
@import url("../bundles/foxcore/theme/supAdmin/css/suprtheme/jquery-ui-timepicker-addon.css");
@import url("../bundles/foxcore/theme/supAdmin/css/suprtheme/jquery.ui.autocomplete.css");
@import url("../bundles/foxcore/theme/supAdmin/css/suprtheme/jquery.ui.combobox.css");
@import url("../bundles/foxcore/theme/supAdmin/css/suprtheme/jquery.ui.spinner.css");
@import url("../bundles/foxcore/theme/supAdmin/css/suprtheme/jquery.ui.tooltip.css");
@font-face {
	font-family: 'icomoon';
	src:url('../bundles/foxcore/theme/supAdmin/css/fonts/icomoon.eot');
	src:url('../bundles/foxcore/theme/supAdmin/css/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/icomoon.woff') format('woff'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/icomoon.ttf') format('truetype'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*Optional font-face icons just remove if not want it*/
@font-face {
	font-family: 'broccolidry';
	src: url('../bundles/foxcore/theme/supAdmin/css/fonts/broccolidry.eot');
	src: url('../bundles/foxcore/theme/supAdmin/css/fonts/broccolidry.eot?#iefix') format('eot'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/broccolidry.svg#broccolidry') format('svg'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/broccolidry.woff') format('woff'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/broccolidry.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'cuticons';
	src: url('../bundles/foxcore/theme/supAdmin/css/fonts/cuticons.eot');
	src: url('../bundles/foxcore/theme/supAdmin/css/fonts/cuticons.eot?#iefix') format('eot'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/cuticons.svg#cuticons') format('svg'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/cuticons.woff') format('woff'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/cuticons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'entypo';
	src: url('../bundles/foxcore/theme/supAdmin/css/fonts/entypo.eot');
	src: url('../bundles/foxcore/theme/supAdmin/css/fonts/entypo.eot?#iefix') format('eot'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/entypo.svg#entypo') format('svg'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/entypo.woff') format('woff'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/entypo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'minia';
	src: url('../bundles/foxcore/theme/supAdmin/css/fonts/minia.eot');
	src: url('../bundles/foxcore/theme/supAdmin/css/fonts/minia.eot?#iefix') format('eot'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/minia.svg#minia') format('svg'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/minia.woff') format('woff'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/minia.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'iconic';
	src: url('../bundles/foxcore/theme/supAdmin/css/fonts/iconic.eot');
	src: url('../bundles/foxcore/theme/supAdmin/css/fonts/iconic.eot?#iefix') format('eot'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/iconic.svg#iconic') format('svg'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/iconic.woff') format('woff'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/iconic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'meteocons';
	src: url('../bundles/foxcore/theme/supAdmin/css/fonts/meteocons.eot');
	src: url('../bundles/foxcore/theme/supAdmin/css/fonts/meteocons.eot?#iefix') format('eot'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/meteocons.svg#meteocons') format('svg'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/meteocons.woff') format('woff'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/meteocons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'silkcons';
	src: url('../bundles/foxcore/theme/supAdmin/css/fonts/silkcons.eot');
	src: url('../bundles/foxcore/theme/supAdmin/css/fonts/silkcons.eot?#iefix') format('eot'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/silkcons.svg#silkcons') format('svg'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/silkcons.woff') format('woff'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/silkcons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'typicons';
	src: url('../bundles/foxcore/theme/supAdmin/css/fonts/typicons.eot');
	src: url('../bundles/foxcore/theme/supAdmin/css/fonts/typicons.eot?#iefix') format('eot'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/typicons.svg#typicons') format('svg'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/typicons.woff') format('woff'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/typicons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'wpzoom';
	src: url('../bundles/foxcore/theme/supAdmin/css/fonts/wpzoom.eot');
	src: url('../bundles/foxcore/theme/supAdmin/css/fonts/wpzoom.eot?#iefix') format('embedded-opentype'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/wpzoom.svg#wpzoom') format('svg'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/wpzoom.woff') format('woff'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/wpzoom.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ecoico';
	src: url('../bundles/foxcore/theme/supAdmin/css/fonts/ecoico.eot');
	src: url('../bundles/foxcore/theme/supAdmin/css/fonts/ecoico.eot?#iefix') format('embedded-opentype'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/ecoico.svg#ecoico') format('svg'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/ecoico.woff') format('woff'),
		url('../bundles/foxcore/theme/supAdmin/css/fonts/ecoico.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/*panel for icons page */
.box1 {
	display: inline-block;
	width: 15em;
	padding: .25em .5em;
	background: #eee;
	margin: .5em 1em .5em 0;
	text-align: left;
	-moz-panel-sizing: border-panel;
	-webkit-panel-sizing: border-panel;
	panel-sizing: border-panel;
}
	.box1 span {font-size:16px;}

	.the-icons {list-style: none; margin-left:0}



.icon12 {font-size:12px;}
.icon16 {font-size:16px;}
.icon24 {font-size:24px;}
.icon32 {font-size:32px;}
.icon42 {font-size:42px;}
.icon64 {font-size:64px;}

.icon {height: 16px; width:16px;}

/* IcoMoon premium icons set */
.icomoon-icon-home, .icomoon-icon-home-2, .icomoon-icon-home-3, .icomoon-icon-home-4, .icomoon-icon-home-5, .icomoon-icon-home-6, .icomoon-icon-home-7, .icomoon-icon-office, .icomoon-icon-newspaper, .icomoon-icon-pencil, .icomoon-icon-pencil-2, .icomoon-icon-pencil-3, .icomoon-icon-pencil-4, .icomoon-icon-quill, .icomoon-icon-quill-2, .icomoon-icon-pen, .icomoon-icon-pen-2, .icomoon-icon-pen-3, .icomoon-icon-marker, .icomoon-icon-blog, .icomoon-icon-eyedropper, .icomoon-icon-droplet, .icomoon-icon-droplet-2, .icomoon-icon-paint-format, .icomoon-icon-image, .icomoon-icon-image-2, .icomoon-icon-images, .icomoon-icon-image-3, .icomoon-icon-image-4, .icomoon-icon-image-5, .icomoon-icon-camera, .icomoon-icon-camera-2, .icomoon-icon-camera-3, .icomoon-icon-camera-4, .icomoon-icon-music, .icomoon-icon-music-2, .icomoon-icon-music-3, .icomoon-icon-piano, .icomoon-icon-headphones, .icomoon-icon-headphones-2, .icomoon-icon-play, .icomoon-icon-movie, .icomoon-icon-movie-2, .icomoon-icon-film, .icomoon-icon-film-2, .icomoon-icon-film-3, .icomoon-icon-camera-5, .icomoon-icon-camera-6, .icomoon-icon-camera-7, .icomoon-icon-dice, .icomoon-icon-pacman, .icomoon-icon-spades, .icomoon-icon-clubs, .icomoon-icon-diamonds, .icomoon-icon-king, .icomoon-icon-queen, .icomoon-icon-rock, .icomoon-icon-bishop, .icomoon-icon-knight, .icomoon-icon-pawn, .icomoon-icon-bullhorn, .icomoon-icon-megaphone, .icomoon-icon-new, .icomoon-icon-connection, .icomoon-icon-connection-2, .icomoon-icon-podcast, .icomoon-icon-radio, .icomoon-icon-feed, .icomoon-icon-mic, .icomoon-icon-mic-2, .icomoon-icon-mic-3, .icomoon-icon-mic-4, .icomoon-icon-book, .icomoon-icon-book-2, .icomoon-icon-books, .icomoon-icon-library, .icomoon-icon-file, .icomoon-icon-profile, .icomoon-icon-file-2, .icomoon-icon-file-3, .icomoon-icon-file-4, .icomoon-icon-file-5, .icomoon-icon-file-6, .icomoon-icon-file-plus, .icomoon-icon-file-minus, .icomoon-icon-file-download, .icomoon-icon-file-upload, .icomoon-icon-file-check, .icomoon-icon-file-remove, .icomoon-icon-file-7, .icomoon-icon-copy, .icomoon-icon-copy-2, .icomoon-icon-copy-3, .icomoon-icon-copy-4, .icomoon-icon-paste, .icomoon-icon-paste-2, .icomoon-icon-paste-3, .icomoon-icon-stack, .icomoon-icon-folder, .icomoon-icon-folder-download, .icomoon-icon-folder-upload, .icomoon-icon-folder-plus, .icomoon-icon-folder-plus-2, .icomoon-icon-folder-minus, .icomoon-icon-folder-minus-2, .icomoon-icon-folder8, .icomoon-icon-folder-remove, .icomoon-icon-folder-2, .icomoon-icon-folder-open, .icomoon-icon-folder-plus-3, .icomoon-icon-folder-minus-3, .icomoon-icon-folder-download-2, .icomoon-icon-folder-upload-2, .icomoon-icon-folder-3, .icomoon-icon-folder-open-2, .icomoon-icon-certificate, .icomoon-icon-cc, .icomoon-icon-tag, .icomoon-icon-tag-2, .icomoon-icon-tag-3, .icomoon-icon-tag-4, .icomoon-icon-tags, .icomoon-icon-tags-2, .icomoon-icon-tag-5, .icomoon-icon-barcode, .icomoon-icon-barcode-2, .icomoon-icon-qrcode, .icomoon-icon-ticket, .icomoon-icon-cart, .icomoon-icon-cart-2, .icomoon-icon-cart-3, .icomoon-icon-cart-4, .icomoon-icon-cart-5, .icomoon-icon-cart-plus, .icomoon-icon-cart-minus, .icomoon-icon-cart-add, .icomoon-icon-cart-remove, .icomoon-icon-cart-checkout, .icomoon-icon-cart-remove-2, .icomoon-icon-basket, .icomoon-icon-basket-2, .icomoon-icon-coin, .icomoon-icon-credit, .icomoon-icon-calculate, .icomoon-icon-calculate-2, .icomoon-icon-support, .icomoon-icon-phone, .icomoon-icon-phone-2, .icomoon-icon-phone-3, .icomoon-icon-contact-add, .icomoon-icon-contact-remove, .icomoon-icon-contact-add-2, .icomoon-icon-contact-remove-2, .icomoon-icon-call-incoming, .icomoon-icon-call-outgoing, .icomoon-icon-phone-4, .icomoon-icon-phone-5, .icomoon-icon-phone-hang-up, .icomoon-icon-phone-hang-up-2, .icomoon-icon-address-book, .icomoon-icon-notebook, .icomoon-icon-envelop, .icomoon-icon-mail-send, .icomoon-icon-envelop-2, .icomoon-icon-pushpin, .icomoon-icon-location, .icomoon-icon-location-2, .icomoon-icon-location-3, .icomoon-icon-location-4, .icomoon-icon-compass, .icomoon-icon-compass-2, .icomoon-icon-map, .icomoon-icon-map-2, .icomoon-icon-map-3, .icomoon-icon-direction, .icomoon-icon-history, .icomoon-icon-clock, .icomoon-icon-clock-2, .icomoon-icon-clock-3, .icomoon-icon-clock-4, .icomoon-icon-watch, .icomoon-icon-alarm, .icomoon-icon-alarm-2, .icomoon-icon-bell, .icomoon-icon-stopwatch, .icomoon-icon-calendar, .icomoon-icon-calendar-2, .icomoon-icon-calendar-3, .icomoon-icon-calendar-4, .icomoon-icon-print, .icomoon-icon-print-2, .icomoon-icon-mouse, .icomoon-icon-mouse-2, .icomoon-icon-keyboard, .icomoon-icon-screen, .icomoon-icon-screen-2, .icomoon-icon-laptop, .icomoon-icon-mobile, .icomoon-icon-mobile-2, .icomoon-icon-tablet, .icomoon-icon-tv, .icomoon-icon-cabinet, .icomoon-icon-archive, .icomoon-icon-drawer, .icomoon-icon-drawer-2, .icomoon-icon-drawer-3, .icomoon-icon-panel-add, .icomoon-icon-panel-remove, .icomoon-icon-download, .icomoon-icon-upload, .icomoon-icon-disk, .icomoon-icon-storage, .icomoon-icon-storage-2, .icomoon-icon-database, .icomoon-icon-database-2, .icomoon-icon-undo, .icomoon-icon-redo, .icomoon-icon-rotate, .icomoon-icon-rotate-2, .icomoon-icon-flip, .icomoon-icon-flip-2, .icomoon-icon-undo-2, .icomoon-icon-redo-2, .icomoon-icon-forward, .icomoon-icon-reply, .icomoon-icon-reply-2, .icomoon-icon-bubble, .icomoon-icon-bubbles, .icomoon-icon-bubbles-2, .icomoon-icon-bubble-2, .icomoon-icon-bubbles-3, .icomoon-icon-bubbles-4, .icomoon-icon-bubble-notification, .icomoon-icon-bubble-3, .icomoon-icon-bubble-dots, .icomoon-icon-bubble-4, .icomoon-icon-bubble-5, .icomoon-icon-bubble-dots-2, .icomoon-icon-bubble-6, .icomoon-icon-bubbles-5, .icomoon-icon-bubbles-6, .icomoon-icon-bubble-blocked, .icomoon-icon-bubble-quote, .icomoon-icon-bubble-user, .icomoon-icon-bubble-check, .icomoon-icon-bubble-video-chat, .icomoon-icon-bubble-link, .icomoon-icon-bubble-locked, .icomoon-icon-bubble-star, .icomoon-icon-bubble-heart, .icomoon-icon-bubble-paperclip, .icomoon-icon-bubble-cancel, .icomoon-icon-bubble-plus, .icomoon-icon-bubble-minus, .icomoon-icon-bubble-notification-2, .icomoon-icon-bubble-trash, .icomoon-icon-bubble-left, .icomoon-icon-bubble-right, .icomoon-icon-bubble-up, .icomoon-icon-bubble-down, .icomoon-icon-bubble-first, .icomoon-icon-bubble-last, .icomoon-icon-bubble-replu, .icomoon-icon-bubble-forward, .icomoon-icon-bubble-reply, .icomoon-icon-bubble-forward-2, .icomoon-icon-user, .icomoon-icon-users, .icomoon-icon-user-plus, .icomoon-icon-user-plus-2, .icomoon-icon-user-minus, .icomoon-icon-user-minus-2, .icomoon-icon-user-cancel, .icomoon-icon-user-block, .icomoon-icon-user-2, .icomoon-icon-users-2, .icomoon-icon-user-plus-3, .icomoon-icon-user-minus-3, .icomoon-icon-user-cancel-2, .icomoon-icon-user-block-2, .icomoon-icon-user-3, .icomoon-icon-user-4, .icomoon-icon-vcard, .icomoon-icon-hanger, .icomoon-icon-quotes-left, .icomoon-icon-quotes-right, .icomoon-icon-quotes-right-2, .icomoon-icon-quotes-right-3, .icomoon-icon-busy, .icomoon-icon-busy-2, .icomoon-icon-busy-3, .icomoon-icon-spinner, .icomoon-icon-spinner-2, .icomoon-icon-spinner-3, .icomoon-icon-spinner-4, .icomoon-icon-spinner-5, .icomoon-icon-spinner-6, .icomoon-icon-spinner-7, .icomoon-icon-spinner-8, .icomoon-icon-binoculars, .icomoon-icon-search, .icomoon-icon-search-2, .icomoon-icon-zoom-in, .icomoon-icon-zoom-out, .icomoon-icon-search-3, .icomoon-icon-zoom-in-2, .icomoon-icon-zoom-out-2, .icomoon-icon-expand, .icomoon-icon-contract, .icomoon-icon-expand-2, .icomoon-icon-contract-2, .icomoon-icon-key, .icomoon-icon-key-2, .icomoon-icon-lock, .icomoon-icon-lock-2, .icomoon-icon-unlocked, .icomoon-icon-lock-3, .icomoon-icon-unlocked-2, .icomoon-icon-wrench, .icomoon-icon-wrench-2, .icomoon-icon-settings, .icomoon-icon-equalizer, .icomoon-icon-equalizer-2, .icomoon-icon-equalizer-3, .icomoon-icon-cog, .icomoon-icon-cogs, .icomoon-icon-cog-2, .icomoon-icon-cog-3, .icomoon-icon-cog-4, .icomoon-icon-factory, .icomoon-icon-hammer, .icomoon-icon-tools, .icomoon-icon-wand, .icomoon-icon-wand-2, .icomoon-icon-aid, .icomoon-icon-patch, .icomoon-icon-bug, .icomoon-icon-bug-2, .icomoon-icon-inject, .icomoon-icon-construction, .icomoon-icon-cone, .icomoon-icon-pie, .icomoon-icon-pie-2, .icomoon-icon-pie-3, .icomoon-icon-pie-4, .icomoon-icon-stats, .icomoon-icon-stats-2, .icomoon-icon-stats-3, .icomoon-icon-bars, .icomoon-icon-bars-2, .icomoon-icon-bars-3, .icomoon-icon-stats-up, .icomoon-icon-stats-down, .icomoon-icon-ladder, .icomoon-icon-cake, .icomoon-icon-gift, .icomoon-icon-balloon, .icomoon-icon-rating, .icomoon-icon-rating-2, .icomoon-icon-rating-3, .icomoon-icon-podium, .icomoon-icon-medal, .icomoon-icon-medal-2, .icomoon-icon-medal-3, .icomoon-icon-medal-4, .icomoon-icon-medal-5, .icomoon-icon-crown, .icomoon-icon-trophy, .icomoon-icon-trophy-2, .icomoon-icon-trophy-star, .icomoon-icon-diamond, .icomoon-icon-glass, .icomoon-icon-glass-2, .icomoon-icon-bottle, .icomoon-icon-bottle-2, .icomoon-icon-mug, .icomoon-icon-food, .icomoon-icon-food-2, .icomoon-icon-leaf, .icomoon-icon-apple-fruit, .icomoon-icon-paw, .icomoon-icon-steps, .icomoon-icon-flower, .icomoon-icon-rocket, .icomoon-icon-meter, .icomoon-icon-meter2, .icomoon-icon-meter-slow, .icomoon-icon-meter-medium, .icomoon-icon-meter-fast, .icomoon-icon-dashboard, .icomoon-icon-hammer-2, .icomoon-icon-balance, .icomoon-icon-fire, .icomoon-icon-lab, .icomoon-icon-magnet, .icomoon-icon-dumbbell, .icomoon-icon-skull, .icomoon-icon-skull-2, .icomoon-icon-lamp, .icomoon-icon-lamp-2, .icomoon-icon-lamp-3, .icomoon-icon-remove, .icomoon-icon-remove-2, .icomoon-icon-remove-3, .icomoon-icon-remove-4, .icomoon-icon-remove-5, .icomoon-icon-briefcase, .icomoon-icon-briefcase-2, .icomoon-icon-briefcase-3, .icomoon-icon-airplane, .icomoon-icon-airplane-2, .icomoon-icon-paper-plane, .icomoon-icon-car, .icomoon-icon-gas-pump, .icomoon-icon-bus, .icomoon-icon-truck, .icomoon-icon-road, .icomoon-icon-boat, .icomoon-icon-cube, .icomoon-icon-cube-2, .icomoon-icon-pyramid, .icomoon-icon-puzzle, .icomoon-icon-puzzle-2, .icomoon-icon-puzzle-3, .icomoon-icon-puzzle-4, .icomoon-icon-glasses, .icomoon-icon-glasses-2, .icomoon-icon-glasses-3, .icomoon-icon-sun-glasses, .icomoon-icon-accessibility, .icomoon-icon-accessibility-2, .icomoon-icon-target, .icomoon-icon-target-2, .icomoon-icon-target-3, .icomoon-icon-gun, .icomoon-icon-gun-ban, .icomoon-icon-shield, .icomoon-icon-shield-2, .icomoon-icon-lightning, .icomoon-icon-power, .icomoon-icon-power-2, .icomoon-icon-switch, .icomoon-icon-power-cord, .icomoon-icon-clipboard, .icomoon-icon-signup, .icomoon-icon-list, .icomoon-icon-list-2, .icomoon-icon-numbered-list, .icomoon-icon-playlist, .icomoon-icon-grid, .icomoon-icon-grid-2, .icomoon-icon-grid-3, .icomoon-icon-grid-4, .icomoon-icon-tree, .icomoon-icon-tree-2, .icomoon-icon-tree-3, .icomoon-icon-menu, .icomoon-icon-menu-2, .icomoon-icon-menu-3, .icomoon-icon-menu-4, .icomoon-icon-menu-5, .icomoon-icon-cloud, .icomoon-icon-cloud-download, .icomoon-icon-cloud-upload, .icomoon-icon-download-2, .icomoon-icon-upload-2, .icomoon-icon-download-3, .icomoon-icon-upload-3, .icomoon-icon-download-4, .icomoon-icon-upload-4, .icomoon-icon-download-5, .icomoon-icon-upload-5, .icomoon-icon-globe, .icomoon-icon-globe-2, .icomoon-icon-earth, .icomoon-icon-link, .icomoon-icon-link-2, .icomoon-icon-link-3, .icomoon-icon-link2, .icomoon-icon-link-4, .icomoon-icon-link-5, .icomoon-icon-link-6, .icomoon-icon-anchor, .icomoon-icon-flag, .icomoon-icon-flag-2, .icomoon-icon-flag-3, .icomoon-icon-flag-4, .icomoon-icon-attachment, .icomoon-icon-attachment-2, .icomoon-icon-eye, .icomoon-icon-eye-blocked, .icomoon-icon-eye-2, .icomoon-icon-eye-3, .icomoon-icon-eye-blocked-2, .icomoon-icon-eye-4, .icomoon-icon-eye-5, .icomoon-icon-eye-6, .icomoon-icon-eye-7, .icomoon-icon-bookmark, .icomoon-icon-bookmark-2, .icomoon-icon-bookmarks, .icomoon-icon-bookmark-3, .icomoon-icon-weather-lightning, .icomoon-icon-weather-rain, .icomoon-icon-weather-snow, .icomoon-icon-windy, .icomoon-icon-fan, .icomoon-icon-umbrella, .icomoon-icon-sun, .icomoon-icon-sun-2, .icomoon-icon-brightness-high, .icomoon-icon-brightness-medium, .icomoon-icon-brightness-low, .icomoon-icon-brightness-contrast, .icomoon-icon-contrast, .icomoon-icon-moon, .icomoon-icon-bed, .icomoon-icon-bed-2, .icomoon-icon-star, .icomoon-icon-star-2, .icomoon-icon-star-3, .icomoon-icon-star-4, .icomoon-icon-star-5, .icomoon-icon-star-6, .icomoon-icon-heart, .icomoon-icon-heart-2, .icomoon-icon-heart-broken, .icomoon-icon-heart-3, .icomoon-icon-heart-4, .icomoon-icon-heart-broken-2, .icomoon-icon-heart-5, .icomoon-icon-heart-6, .icomoon-icon-heart-broken-3, .icomoon-icon-thumbs-up, .icomoon-icon-thumbs-up-2, .icomoon-icon-thumbs-down, .icomoon-icon-thumbs-down-2, .icomoon-icon-thumbs-up-3, .icomoon-icon-thumbs-up-4, .icomoon-icon-people, .icomoon-icon-man, .icomoon-icon-male, .icomoon-icon-woman, .icomoon-icon-female, .icomoon-icon-peace, .icomoon-icon-yin-yang, .icomoon-icon-happy, .icomoon-icon-happy-2, .icomoon-icon-smiley, .icomoon-icon-smiley-2, .icomoon-icon-tongue, .icomoon-icon-tongue-2, .icomoon-icon-sad, .icomoon-icon-sad-2, .icomoon-icon-wink, .icomoon-icon-wink-2, .icomoon-icon-grin, .icomoon-icon-grin-2, .icomoon-icon-cool, .icomoon-icon-cool-2, .icomoon-icon-angry, .icomoon-icon-angry-2, .icomoon-icon-evil, .icomoon-icon-evil-2, .icomoon-icon-shocked, .icomoon-icon-shocked-2, .icomoon-icon-confused, .icomoon-icon-confused-2, .icomoon-icon-neutral, .icomoon-icon-neutral-2, .icomoon-icon-wondering, .icomoon-icon-wondering-2, .icomoon-icon-cursor, .icomoon-icon-cursor-2, .icomoon-icon-point-up, .icomoon-icon-point-right, .icomoon-icon-point-down, .icomoon-icon-point-left, .icomoon-icon-move, .icomoon-icon-warning, .icomoon-icon-notification, .icomoon-icon-question, .icomoon-icon-question-2, .icomoon-icon-question-3, .icomoon-icon-question-4, .icomoon-icon-question-5, .icomoon-icon-plus-circle, .icomoon-icon-plus-circle-2, .icomoon-icon-minus-circle, .icomoon-icon-minus-circle-2, .icomoon-icon-info, .icomoon-icon-info-2, .icomoon-icon-blocked, .icomoon-icon-cancel-circle, .icomoon-icon-cancel-circle-2, .icomoon-icon-checkmark-circle, .icomoon-icon-checkmark-circle-2, .icomoon-icon-cancel, .icomoon-icon-spam, .icomoon-icon-close, .icomoon-icon-checkmark, .icomoon-icon-checkmark-2, .icomoon-icon-checkmark-3, .icomoon-icon-checkmark-4, .icomoon-icon-spell-check, .icomoon-icon-minus, .icomoon-icon-plus, .icomoon-icon-enter, .icomoon-icon-exit, .icomoon-icon-enter-2, .icomoon-icon-exit-2, .icomoon-icon-enter-3, .icomoon-icon-exit-3, .icomoon-icon-exit-4, .icomoon-icon-play-2, .icomoon-icon-pause, .icomoon-icon-stop, .icomoon-icon-backward, .icomoon-icon-forward-2, .icomoon-icon-play-3, .icomoon-icon-pause-2, .icomoon-icon-stop-2, .icomoon-icon-backward-2, .icomoon-icon-forward-3, .icomoon-icon-first, .icomoon-icon-last, .icomoon-icon-previous, .icomoon-icon-next, .icomoon-icon-eject, .icomoon-icon-volume-high, .icomoon-icon-volume-medium, .icomoon-icon-volume-low, .icomoon-icon-volume-mute, .icomoon-icon-volume-mute-2, .icomoon-icon-volume-increase, .icomoon-icon-volume-decrease, .icomoon-icon-volume-high-2, .icomoon-icon-volume-medium-2, .icomoon-icon-volume-low-2, .icomoon-icon-volume-mute-3, .icomoon-icon-volume-mute-4, .icomoon-icon-volume-increase-2, .icomoon-icon-volume-decrease-2, .icomoon-icon-volume5, .icomoon-icon-volume4, .icomoon-icon-volume3, .icomoon-icon-volume2, .icomoon-icon-volume1, .icomoon-icon-volume0, .icomoon-icon-volume-mute-5, .icomoon-icon-volume-mute-6, .icomoon-icon-loop, .icomoon-icon-loop-2, .icomoon-icon-loop-3, .icomoon-icon-loop-4, .icomoon-icon-loop-5, .icomoon-icon-shuffle, .icomoon-icon-shuffle-2, .icomoon-icon-wave, .icomoon-icon-wave-2, .icomoon-icon-arrow-first, .icomoon-icon-arrow-right, .icomoon-icon-arrow-up, .icomoon-icon-arrow-right-2, .icomoon-icon-arrow-down, .icomoon-icon-arrow-left, .icomoon-icon-arrow-up-2, .icomoon-icon-arrow-right-3, .icomoon-icon-arrow-down-2, .icomoon-icon-arrow-left-2, .icomoon-icon-arrow-up-left, .icomoon-icon-arrow-up-3, .icomoon-icon-arrow-up-right, .icomoon-icon-arrow-right-4, .icomoon-icon-arrow-down-right, .icomoon-icon-arrow-down-3, .icomoon-icon-arrow-down-left, .icomoon-icon-arrow-left-3, .icomoon-icon-arrow-up-left-2, .icomoon-icon-arrow-up-4, .icomoon-icon-arrow-up-right-2, .icomoon-icon-arrow-right-5, .icomoon-icon-arrow-down-right-2, .icomoon-icon-arrow-down-4, .icomoon-icon-arrow-down-left-2, .icomoon-icon-arrow-left-4, .icomoon-icon-arrow-up-left-3, .icomoon-icon-arrow-up-5, .icomoon-icon-arrow-up-right-3, .icomoon-icon-arrow-right-6, .icomoon-icon-arrow-down-right-3, .icomoon-icon-arrow-down-5, .icomoon-icon-arrow-down-left-3, .icomoon-icon-arrow-left-5, .icomoon-icon-arrow, .icomoon-icon-arrow-2, .icomoon-icon-arrow-3, .icomoon-icon-arrow-4, .icomoon-icon-arrow-up-left-4, .icomoon-icon-arrow-up-6, .icomoon-icon-arrow-up-right-4, .icomoon-icon-arrow-right-7, .icomoon-icon-arrow-down-right-4, .icomoon-icon-arrow-down-6, .icomoon-icon-arrow-down-left-4, .icomoon-icon-arrow-left-6, .icomoon-icon-arrow-up-left-5, .icomoon-icon-arrow-up-7, .icomoon-icon-arrow-up-right-5, .icomoon-icon-arrow-right-8, .icomoon-icon-arrow-down-right-5, .icomoon-icon-arrow-down-7, .icomoon-icon-arrow-down-left-5, .icomoon-icon-arrow-left-7, .icomoon-icon-arrow-up-8, .icomoon-icon-arrow-right-9, .icomoon-icon-arrow-down-8, .icomoon-icon-arrow-left-8, .icomoon-icon-arrow-up-9, .icomoon-icon-arrow-right-10, .icomoon-icon-arrow-down-9, .icomoon-icon-arrow-left-9, .icomoon-icon-arrow-up-10, .icomoon-icon-arrow-right-11, .icomoon-icon-arrow-down-10, .icomoon-icon-arrow-left-10, .icomoon-icon-arrow-up-11, .icomoon-icon-arrow-right-12, .icomoon-icon-arrow-down-11, .icomoon-icon-arrow-left-11, .icomoon-icon-enter-4, .icomoon-icon-enter-5, .icomoon-icon-esc, .icomoon-icon-backspace, .icomoon-icon-backspace-2, .icomoon-icon-backspace-3, .icomoon-icon-tab, .icomoon-icon-transmission, .icomoon-icon-transmission-2, .icomoon-icon-sort, .icomoon-icon-sort-2, .icomoon-icon-command, .icomoon-icon-checkbox-checked, .icomoon-icon-checkbox-unchecked, .icomoon-icon-checkbox-partial, .icomoon-icon-radio-checked, .icomoon-icon-radio-unchecked, .icomoon-icon-crop, .icomoon-icon-vector, .icomoon-icon-rulers, .icomoon-icon-scissors, .icomoon-icon-scissors-2, .icomoon-icon-filter, .icomoon-icon-filter-2, .icomoon-icon-filter-3, .icomoon-icon-filter-4, .icomoon-icon-font, .icomoon-icon-text-height, .icomoon-icon-text-width, .icomoon-icon-font-size, .icomoon-icon-bold, .icomoon-icon-underline, .icomoon-icon-italic, .icomoon-icon-strikethrough, .icomoon-icon-omega, .icomoon-icon-sigma, .icomoon-icon-nbsp, .icomoon-icon-page-break, .icomoon-icon-page-break-2, .icomoon-icon-superscript, .icomoon-icon-subscript, .icomoon-icon-superscript-2, .icomoon-icon-subscript-2, .icomoon-icon-text-color, .icomoon-icon-pagebreak, .icomoon-icon-clear-formatting, .icomoon-icon-table, .icomoon-icon-table-2, .icomoon-icon-insert-template, .icomoon-icon-pilcrow, .icomoon-icon-left-to-right, .icomoon-icon-right-to-left, .icomoon-icon-paragraph-left, .icomoon-icon-paragraph-center, .icomoon-icon-paragraph-right, .icomoon-icon-paragraph-justify, .icomoon-icon-paragraph-left-2, .icomoon-icon-paragraph-center-2, .icomoon-icon-paragraph-right-2, .icomoon-icon-paragraph-justify-2, .icomoon-icon-indent-increase, .icomoon-icon-indent-decrease, .icomoon-icon-share, .icomoon-icon-new-tab, .icomoon-icon-new-tab-2, .icomoon-icon-popout, .icomoon-icon-embed, .icomoon-icon-code, .icomoon-icon-console, .icomoon-icon-share-2, .icomoon-icon-share-3, .icomoon-icon-mail, .icomoon-icon-mail-2, .icomoon-icon-mail-3, .icomoon-icon-mail-4, .icomoon-icon-google, .icomoon-icon-google-plus, .icomoon-icon-google-plus-2, .icomoon-icon-google-plus-3, .icomoon-icon-google-plus-4, .icomoon-icon-google-drive, .icomoon-icon-facebook, .icomoon-icon-facebook-2, .icomoon-icon-facebook-3, .icomoon-icon-instagram, .icomoon-icon-twitter, .icomoon-icon-twitter-2, .icomoon-icon-twitter-3, .icomoon-icon-feed-2, .icomoon-icon-feed-3, .icomoon-icon-feed-4, .icomoon-icon-youtube, .icomoon-icon-youtube-2, .icomoon-icon-vimeo, .icomoon-icon-vimeo2, .icomoon-icon-vimeo-2, .icomoon-icon-lanyrd, .icomoon-icon-flickr, .icomoon-icon-flickr-2, .icomoon-icon-flickr-3, .icomoon-icon-flickr-4, .icomoon-icon-picassa, .icomoon-icon-picassa-2, .icomoon-icon-dribbble, .icomoon-icon-dribbble-2, .icomoon-icon-dribbble-3, .icomoon-icon-forrst, .icomoon-icon-forrst-2, .icomoon-icon-deviantart, .icomoon-icon-deviantart-2, .icomoon-icon-steam, .icomoon-icon-steam-2, .icomoon-icon-github, .icomoon-icon-github-2, .icomoon-icon-github-3, .icomoon-icon-github-4, .icomoon-icon-github-5, .icomoon-icon-wordpress, .icomoon-icon-wordpress-2, .icomoon-icon-joomla, .icomoon-icon-blogger, .icomoon-icon-blogger-2, .icomoon-icon-tumblr, .icomoon-icon-tumblr-2, .icomoon-icon-yahoo, .icomoon-icon-tux, .icomoon-icon-apple, .icomoon-icon-finder, .icomoon-icon-android, .icomoon-icon-windows, .icomoon-icon-windows8, .icomoon-icon-soundcloud, .icomoon-icon-soundcloud-2, .icomoon-icon-skype, .icomoon-icon-reddit, .icomoon-icon-linkedin, .icomoon-icon-lastfm, .icomoon-icon-lastfm-2, .icomoon-icon-delicious, .icomoon-icon-stumbleupon, .icomoon-icon-stumbleupon-2, .icomoon-icon-stackoverflow, .icomoon-icon-pinterest, .icomoon-icon-pinterest-2, .icomoon-icon-xing, .icomoon-icon-xing-2, .icomoon-icon-flattr, .icomoon-icon-foursquare, .icomoon-icon-foursquare-2, .icomoon-icon-paypal, .icomoon-icon-paypal-2, .icomoon-icon-paypal-3, .icomoon-icon-yelp, .icomoon-icon-libreoffice, .icomoon-icon-file-pdf, .icomoon-icon-file-openoffice, .icomoon-icon-file-word, .icomoon-icon-file-excel, .icomoon-icon-file-zip, .icomoon-icon-file-powerpoint, .icomoon-icon-file-xml, .icomoon-icon-file-css, .icomoon-icon-html5, .icomoon-icon-html5-2, .icomoon-icon-css3, .icomoon-icon-chrome, .icomoon-icon-firefox, .icomoon-icon-IE, .icomoon-icon-opera, .icomoon-icon-safari, .icomoon-icon-IcoMoon {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
}

/*Font face icons*/
[class^="brocco-icon-"], [class*=" brocco-icon-"],[class^="cut-icon-"], [class*=" cut-icon-"],[class^="entypo-icon-"], [class*=" entypo-icon-"],[class^="icomoon-icon-"], [class*=" icomoon-icon-"],[class^="minia-icon-"], [class*=" minia-icon-"],[class^="iconic-icon-"], [class*=" iconic-icon-"],[class^="meteo-icon-"], [class*=" meteo-icon-"],[class^="silk-icon-"], [class*=" silk-icon-"],[class^="typ-icon-"], [class*=" typ-icon-"], [class^="wpzoom-"], [class*=" wpzoom-"], [class^="eco-"], [class*=" eco-"], [class^="wpzoom-"]:before, [class*=" wpzoom-"]:before, [class^="eco-"]:before, [class*=" eco-"]:before  {
  vertical-align: middle;
  color: #353535;
  margin-right:5px;
  margin-left:5px;
  display: inline-block;
  margin-top: -2px;
}

.icomoon-icon-home:before {
	content: "\e000";
}
.icomoon-icon-home-2:before {
	content: "\e001";
}
.icomoon-icon-home-3:before {
	content: "\e002";
}
.icomoon-icon-home-4:before {
	content: "\e003";
}
.icomoon-icon-home-5:before {
	content: "\e004";
}
.icomoon-icon-home-6:before {
	content: "\e005";
}
.icomoon-icon-home-7:before {
	content: "\e006";
}
.icomoon-icon-office:before {
	content: "\e007";
}
.icomoon-icon-newspaper:before {
	content: "\e008";
}
.icomoon-icon-pencil:before {
	content: "\e009";
}
.icomoon-icon-pencil-2:before {
	content: "\e00a";
}
.icomoon-icon-pencil-3:before {
	content: "\e00b";
}
.icomoon-icon-pencil-4:before {
	content: "\e00c";
}
.icomoon-icon-quill:before {
	content: "\e00d";
}
.icomoon-icon-quill-2:before {
	content: "\e00e";
}
.icomoon-icon-pen:before {
	content: "\e00f";
}
.icomoon-icon-pen-2:before {
	content: "\e010";
}
.icomoon-icon-pen-3:before {
	content: "\e011";
}
.icomoon-icon-marker:before {
	content: "\e012";
}
.icomoon-icon-blog:before {
	content: "\e013";
}
.icomoon-icon-eyedropper:before {
	content: "\e014";
}
.icomoon-icon-droplet:before {
	content: "\e015";
}
.icomoon-icon-droplet-2:before {
	content: "\e016";
}
.icomoon-icon-paint-format:before {
	content: "\e017";
}
.icomoon-icon-image:before {
	content: "\e018";
}
.icomoon-icon-image-2:before {
	content: "\e019";
}
.icomoon-icon-images:before {
	content: "\e01a";
}
.icomoon-icon-image-3:before {
	content: "\e01b";
}
.icomoon-icon-image-4:before {
	content: "\e01c";
}
.icomoon-icon-image-5:before {
	content: "\e01d";
}
.icomoon-icon-camera:before {
	content: "\e01e";
}
.icomoon-icon-camera-2:before {
	content: "\e01f";
}
.icomoon-icon-camera-3:before {
	content: "\e020";
}
.icomoon-icon-camera-4:before {
	content: "\e021";
}
.icomoon-icon-music:before {
	content: "\e022";
}
.icomoon-icon-music-2:before {
	content: "\e023";
}
.icomoon-icon-music-3:before {
	content: "\e024";
}
.icomoon-icon-piano:before {
	content: "\e025";
}
.icomoon-icon-headphones:before {
	content: "\e026";
}
.icomoon-icon-headphones-2:before {
	content: "\e027";
}
.icomoon-icon-play:before {
	content: "\e028";
}
.icomoon-icon-movie:before {
	content: "\e029";
}
.icomoon-icon-movie-2:before {
	content: "\e02a";
}
.icomoon-icon-film:before {
	content: "\e02b";
}
.icomoon-icon-film-2:before {
	content: "\e02c";
}
.icomoon-icon-film-3:before {
	content: "\e02d";
}
.icomoon-icon-camera-5:before {
	content: "\e02e";
}
.icomoon-icon-camera-6:before {
	content: "\e02f";
}
.icomoon-icon-camera-7:before {
	content: "\e030";
}
.icomoon-icon-dice:before {
	content: "\e031";
}
.icomoon-icon-pacman:before {
	content: "\e032";
}
.icomoon-icon-spades:before {
	content: "\e033";
}
.icomoon-icon-clubs:before {
	content: "\e034";
}
.icomoon-icon-diamonds:before {
	content: "\e035";
}
.icomoon-icon-king:before {
	content: "\e036";
}
.icomoon-icon-queen:before {
	content: "\e037";
}
.icomoon-icon-rock:before {
	content: "\e038";
}
.icomoon-icon-bishop:before {
	content: "\e039";
}
.icomoon-icon-knight:before {
	content: "\e03a";
}
.icomoon-icon-pawn:before {
	content: "\e03b";
}
.icomoon-icon-bullhorn:before {
	content: "\e03c";
}
.icomoon-icon-megaphone:before {
	content: "\e03d";
}
.icomoon-icon-new:before {
	content: "\e03e";
}
.icomoon-icon-connection:before {
	content: "\e03f";
}
.icomoon-icon-connection-2:before {
	content: "\e040";
}
.icomoon-icon-podcast:before {
	content: "\e041";
}
.icomoon-icon-radio:before {
	content: "\e042";
}
.icomoon-icon-feed:before {
	content: "\e043";
}
.icomoon-icon-mic:before {
	content: "\e044";
}
.icomoon-icon-mic-2:before {
	content: "\e045";
}
.icomoon-icon-mic-3:before {
	content: "\e046";
}
.icomoon-icon-mic-4:before {
	content: "\e047";
}
.icomoon-icon-book:before {
	content: "\e048";
}
.icomoon-icon-book-2:before {
	content: "\e049";
}
.icomoon-icon-books:before {
	content: "\e04a";
}
.icomoon-icon-library:before {
	content: "\e04b";
}
.icomoon-icon-file:before {
	content: "\e04c";
}
.icomoon-icon-profile:before {
	content: "\e04d";
}
.icomoon-icon-file-2:before {
	content: "\e04e";
}
.icomoon-icon-file-3:before {
	content: "\e04f";
}
.icomoon-icon-file-4:before {
	content: "\e050";
}
.icomoon-icon-file-5:before {
	content: "\e051";
}
.icomoon-icon-file-6:before {
	content: "\e052";
}
.icomoon-icon-file-plus:before {
	content: "\e053";
}
.icomoon-icon-file-minus:before {
	content: "\e054";
}
.icomoon-icon-file-download:before {
	content: "\e055";
}
.icomoon-icon-file-upload:before {
	content: "\e056";
}
.icomoon-icon-file-check:before {
	content: "\e057";
}
.icomoon-icon-file-remove:before {
	content: "\e058";
}
.icomoon-icon-file-7:before {
	content: "\e059";
}
.icomoon-icon-copy:before {
	content: "\e05a";
}
.icomoon-icon-copy-2:before {
	content: "\e05b";
}
.icomoon-icon-copy-3:before {
	content: "\e05c";
}
.icomoon-icon-copy-4:before {
	content: "\e05d";
}
.icomoon-icon-paste:before {
	content: "\e05e";
}
.icomoon-icon-paste-2:before {
	content: "\e05f";
}
.icomoon-icon-paste-3:before {
	content: "\e060";
}
.icomoon-icon-stack:before {
	content: "\e061";
}
.icomoon-icon-folder:before {
	content: "\e062";
}
.icomoon-icon-folder-download:before {
	content: "\e063";
}
.icomoon-icon-folder-upload:before {
	content: "\e064";
}
.icomoon-icon-folder-plus:before {
	content: "\e065";
}
.icomoon-icon-folder-plus-2:before {
	content: "\e066";
}
.icomoon-icon-folder-minus:before {
	content: "\e067";
}
.icomoon-icon-folder-minus-2:before {
	content: "\e068";
}
.icomoon-icon-folder8:before {
	content: "\e069";
}
.icomoon-icon-folder-remove:before {
	content: "\e06a";
}
.icomoon-icon-folder-2:before {
	content: "\e06b";
}
.icomoon-icon-folder-open:before {
	content: "\e06c";
}
.icomoon-icon-folder-plus-3:before {
	content: "\e06d";
}
.icomoon-icon-folder-minus-3:before {
	content: "\e06e";
}
.icomoon-icon-folder-download-2:before {
	content: "\e06f";
}
.icomoon-icon-folder-upload-2:before {
	content: "\e070";
}
.icomoon-icon-folder-3:before {
	content: "\e071";
}
.icomoon-icon-folder-open-2:before {
	content: "\e072";
}
.icomoon-icon-certificate:before {
	content: "\e073";
}
.icomoon-icon-cc:before {
	content: "\e074";
}
.icomoon-icon-tag:before {
	content: "\e075";
}
.icomoon-icon-tag-2:before {
	content: "\e076";
}
.icomoon-icon-tag-3:before {
	content: "\e077";
}
.icomoon-icon-tag-4:before {
	content: "\e078";
}
.icomoon-icon-tags:before {
	content: "\e079";
}
.icomoon-icon-tags-2:before {
	content: "\e07a";
}
.icomoon-icon-tag-5:before {
	content: "\e07b";
}
.icomoon-icon-barcode:before {
	content: "\e07c";
}
.icomoon-icon-barcode-2:before {
	content: "\e07d";
}
.icomoon-icon-qrcode:before {
	content: "\e07e";
}
.icomoon-icon-ticket:before {
	content: "\e07f";
}
.icomoon-icon-cart:before {
	content: "\e080";
}
.icomoon-icon-cart-2:before {
	content: "\e081";
}
.icomoon-icon-cart-3:before {
	content: "\e082";
}
.icomoon-icon-cart-4:before {
	content: "\e083";
}
.icomoon-icon-cart-5:before {
	content: "\e084";
}
.icomoon-icon-cart-plus:before {
	content: "\e085";
}
.icomoon-icon-cart-minus:before {
	content: "\e086";
}
.icomoon-icon-cart-add:before {
	content: "\e087";
}
.icomoon-icon-cart-remove:before {
	content: "\e088";
}
.icomoon-icon-cart-checkout:before {
	content: "\e089";
}
.icomoon-icon-cart-remove-2:before {
	content: "\e08a";
}
.icomoon-icon-basket:before {
	content: "\e08b";
}
.icomoon-icon-basket-2:before {
	content: "\e08c";
}
.icomoon-icon-coin:before {
	content: "\e08d";
}
.icomoon-icon-credit:before {
	content: "\e08e";
}
.icomoon-icon-calculate:before {
	content: "\e08f";
}
.icomoon-icon-calculate-2:before {
	content: "\e090";
}
.icomoon-icon-support:before {
	content: "\e091";
}
.icomoon-icon-phone:before {
	content: "\e092";
}
.icomoon-icon-phone-2:before {
	content: "\e093";
}
.icomoon-icon-phone-3:before {
	content: "\e094";
}
.icomoon-icon-contact-add:before {
	content: "\e095";
}
.icomoon-icon-contact-remove:before {
	content: "\e096";
}
.icomoon-icon-contact-add-2:before {
	content: "\e097";
}
.icomoon-icon-contact-remove-2:before {
	content: "\e098";
}
.icomoon-icon-call-incoming:before {
	content: "\e099";
}
.icomoon-icon-call-outgoing:before {
	content: "\e09a";
}
.icomoon-icon-phone-4:before {
	content: "\e09b";
}
.icomoon-icon-phone-5:before {
	content: "\e09c";
}
.icomoon-icon-phone-hang-up:before {
	content: "\e09d";
}
.icomoon-icon-phone-hang-up-2:before {
	content: "\e09e";
}
.icomoon-icon-address-book:before {
	content: "\e09f";
}
.icomoon-icon-notebook:before {
	content: "\e0a0";
}
.icomoon-icon-envelop:before {
	content: "\e0a1";
}
.icomoon-icon-mail-send:before {
	content: "\e0a2";
}
.icomoon-icon-envelop-2:before {
	content: "\e0a3";
}
.icomoon-icon-pushpin:before {
	content: "\e0a4";
}
.icomoon-icon-location:before {
	content: "\e0a5";
}
.icomoon-icon-location-2:before {
	content: "\e0a6";
}
.icomoon-icon-location-3:before {
	content: "\e0a7";
}
.icomoon-icon-location-4:before {
	content: "\e0a8";
}
.icomoon-icon-compass:before {
	content: "\e0a9";
}
.icomoon-icon-compass-2:before {
	content: "\e0aa";
}
.icomoon-icon-map:before {
	content: "\e0ab";
}
.icomoon-icon-map-2:before {
	content: "\e0ac";
}
.icomoon-icon-map-3:before {
	content: "\e0ad";
}
.icomoon-icon-direction:before {
	content: "\e0ae";
}
.icomoon-icon-history:before {
	content: "\e0af";
}
.icomoon-icon-clock:before {
	content: "\e0b0";
}
.icomoon-icon-clock-2:before {
	content: "\e0b1";
}
.icomoon-icon-clock-3:before {
	content: "\e0b2";
}
.icomoon-icon-clock-4:before {
	content: "\e0b3";
}
.icomoon-icon-watch:before {
	content: "\e0b4";
}
.icomoon-icon-alarm:before {
	content: "\e0b5";
}
.icomoon-icon-alarm-2:before {
	content: "\e0b6";
}
.icomoon-icon-bell:before {
	content: "\e0b7";
}
.icomoon-icon-stopwatch:before {
	content: "\e0b8";
}
.icomoon-icon-calendar:before {
	content: "\e0b9";
}
.icomoon-icon-calendar-2:before {
	content: "\e0ba";
}
.icomoon-icon-calendar-3:before {
	content: "\e0bb";
}
.icomoon-icon-calendar-4:before {
	content: "\e0bc";
}
.icomoon-icon-print:before {
	content: "\e0bd";
}
.icomoon-icon-print-2:before {
	content: "\e0be";
}
.icomoon-icon-mouse:before {
	content: "\e0bf";
}
.icomoon-icon-mouse-2:before {
	content: "\e0c0";
}
.icomoon-icon-keyboard:before {
	content: "\e0c1";
}
.icomoon-icon-screen:before {
	content: "\e0c2";
}
.icomoon-icon-screen-2:before {
	content: "\e0c3";
}
.icomoon-icon-laptop:before {
	content: "\e0c4";
}
.icomoon-icon-mobile:before {
	content: "\e0c5";
}
.icomoon-icon-mobile-2:before {
	content: "\e0c6";
}
.icomoon-icon-tablet:before {
	content: "\e0c7";
}
.icomoon-icon-tv:before {
	content: "\e0c8";
}
.icomoon-icon-cabinet:before {
	content: "\e0c9";
}
.icomoon-icon-archive:before {
	content: "\e0ca";
}
.icomoon-icon-drawer:before {
	content: "\e0cb";
}
.icomoon-icon-drawer-2:before {
	content: "\e0cc";
}
.icomoon-icon-drawer-3:before {
	content: "\e0cd";
}
.icomoon-icon-panel-add:before {
	content: "\e0ce";
}
.icomoon-icon-panel-remove:before {
	content: "\e0cf";
}
.icomoon-icon-download:before {
	content: "\e0d0";
}
.icomoon-icon-upload:before {
	content: "\e0d1";
}
.icomoon-icon-disk:before {
	content: "\e0d2";
}
.icomoon-icon-storage:before {
	content: "\e0d3";
}
.icomoon-icon-storage-2:before {
	content: "\e0d4";
}
.icomoon-icon-database:before {
	content: "\e0d5";
}
.icomoon-icon-database-2:before {
	content: "\e0d6";
}
.icomoon-icon-undo:before {
	content: "\e0d7";
}
.icomoon-icon-redo:before {
	content: "\e0d8";
}
.icomoon-icon-rotate:before {
	content: "\e0d9";
}
.icomoon-icon-rotate-2:before {
	content: "\e0da";
}
.icomoon-icon-flip:before {
	content: "\e0db";
}
.icomoon-icon-flip-2:before {
	content: "\e0dc";
}
.icomoon-icon-undo-2:before {
	content: "\e0dd";
}
.icomoon-icon-redo-2:before {
	content: "\e0de";
}
.icomoon-icon-forward:before {
	content: "\e0df";
}
.icomoon-icon-reply:before {
	content: "\e0e0";
}
.icomoon-icon-reply-2:before {
	content: "\e0e1";
}
.icomoon-icon-bubble:before {
	content: "\e0e2";
}
.icomoon-icon-bubbles:before {
	content: "\e0e3";
}
.icomoon-icon-bubbles-2:before {
	content: "\e0e4";
}
.icomoon-icon-bubble-2:before {
	content: "\e0e5";
}
.icomoon-icon-bubbles-3:before {
	content: "\e0e6";
}
.icomoon-icon-bubbles-4:before {
	content: "\e0e7";
}
.icomoon-icon-bubble-notification:before {
	content: "\e0e8";
}
.icomoon-icon-bubble-3:before {
	content: "\e0e9";
}
.icomoon-icon-bubble-dots:before {
	content: "\e0ea";
}
.icomoon-icon-bubble-4:before {
	content: "\e0eb";
}
.icomoon-icon-bubble-5:before {
	content: "\e0ec";
}
.icomoon-icon-bubble-dots-2:before {
	content: "\e0ed";
}
.icomoon-icon-bubble-6:before {
	content: "\e0ee";
}
.icomoon-icon-bubbles-5:before {
	content: "\e0ef";
}
.icomoon-icon-bubbles-6:before {
	content: "\e0f0";
}
.icomoon-icon-bubble-blocked:before {
	content: "\e0f1";
}
.icomoon-icon-bubble-quote:before {
	content: "\e0f2";
}
.icomoon-icon-bubble-user:before {
	content: "\e0f3";
}
.icomoon-icon-bubble-check:before {
	content: "\e0f4";
}
.icomoon-icon-bubble-video-chat:before {
	content: "\e0f5";
}
.icomoon-icon-bubble-link:before {
	content: "\e0f6";
}
.icomoon-icon-bubble-locked:before {
	content: "\e0f7";
}
.icomoon-icon-bubble-star:before {
	content: "\e0f8";
}
.icomoon-icon-bubble-heart:before {
	content: "\e0f9";
}
.icomoon-icon-bubble-paperclip:before {
	content: "\e0fa";
}
.icomoon-icon-bubble-cancel:before {
	content: "\e0fb";
}
.icomoon-icon-bubble-plus:before {
	content: "\e0fc";
}
.icomoon-icon-bubble-minus:before {
	content: "\e0fd";
}
.icomoon-icon-bubble-notification-2:before {
	content: "\e0fe";
}
.icomoon-icon-bubble-trash:before {
	content: "\e0ff";
}
.icomoon-icon-bubble-left:before {
	content: "\e100";
}
.icomoon-icon-bubble-right:before {
	content: "\e101";
}
.icomoon-icon-bubble-up:before {
	content: "\e102";
}
.icomoon-icon-bubble-down:before {
	content: "\e103";
}
.icomoon-icon-bubble-first:before {
	content: "\e104";
}
.icomoon-icon-bubble-last:before {
	content: "\e105";
}
.icomoon-icon-bubble-replu:before {
	content: "\e106";
}
.icomoon-icon-bubble-forward:before {
	content: "\e107";
}
.icomoon-icon-bubble-reply:before {
	content: "\e108";
}
.icomoon-icon-bubble-forward-2:before {
	content: "\e109";
}
.icomoon-icon-user:before {
	content: "\e10a";
}
.icomoon-icon-users:before {
	content: "\e10b";
}
.icomoon-icon-user-plus:before {
	content: "\e10c";
}
.icomoon-icon-user-plus-2:before {
	content: "\e10d";
}
.icomoon-icon-user-minus:before {
	content: "\e10e";
}
.icomoon-icon-user-minus-2:before {
	content: "\e10f";
}
.icomoon-icon-user-cancel:before {
	content: "\e110";
}
.icomoon-icon-user-block:before {
	content: "\e111";
}
.icomoon-icon-user-2:before {
	content: "\e112";
}
.icomoon-icon-users-2:before {
	content: "\e113";
}
.icomoon-icon-user-plus-3:before {
	content: "\e114";
}
.icomoon-icon-user-minus-3:before {
	content: "\e115";
}
.icomoon-icon-user-cancel-2:before {
	content: "\e116";
}
.icomoon-icon-user-block-2:before {
	content: "\e117";
}
.icomoon-icon-user-3:before {
	content: "\e118";
}
.icomoon-icon-user-4:before {
	content: "\e119";
}
.icomoon-icon-vcard:before {
	content: "\e11a";
}
.icomoon-icon-hanger:before {
	content: "\e11b";
}
.icomoon-icon-quotes-left:before {
	content: "\e11c";
}
.icomoon-icon-quotes-right:before {
	content: "\e11d";
}
.icomoon-icon-quotes-right-2:before {
	content: "\e11e";
}
.icomoon-icon-quotes-right-3:before {
	content: "\e11f";
}
.icomoon-icon-busy:before {
	content: "\e120";
}
.icomoon-icon-busy-2:before {
	content: "\e121";
}
.icomoon-icon-busy-3:before {
	content: "\e122";
}
.icomoon-icon-spinner:before {
	content: "\e123";
}
.icomoon-icon-spinner-2:before {
	content: "\e124";
}
.icomoon-icon-spinner-3:before {
	content: "\e125";
}
.icomoon-icon-spinner-4:before {
	content: "\e126";
}
.icomoon-icon-spinner-5:before {
	content: "\e127";
}
.icomoon-icon-spinner-6:before {
	content: "\e128";
}
.icomoon-icon-spinner-7:before {
	content: "\e129";
}
.icomoon-icon-spinner-8:before {
	content: "\e12a";
}
.icomoon-icon-binoculars:before {
	content: "\e12b";
}
.icomoon-icon-search:before {
	content: "\e12c";
}
.icomoon-icon-search-2:before {
	content: "\e12d";
}
.icomoon-icon-zoom-in:before {
	content: "\e12e";
}
.icomoon-icon-zoom-out:before {
	content: "\e12f";
}
.icomoon-icon-search-3:before {
	content: "\e130";
}
.icomoon-icon-zoom-in-2:before {
	content: "\e131";
}
.icomoon-icon-zoom-out-2:before {
	content: "\e132";
}
.icomoon-icon-expand:before {
	content: "\e133";
}
.icomoon-icon-contract:before {
	content: "\e134";
}
.icomoon-icon-expand-2:before {
	content: "\e135";
}
.icomoon-icon-contract-2:before {
	content: "\e136";
}
.icomoon-icon-key:before {
	content: "\e137";
}
.icomoon-icon-key-2:before {
	content: "\e138";
}
.icomoon-icon-lock:before {
	content: "\e139";
}
.icomoon-icon-lock-2:before {
	content: "\e13a";
}
.icomoon-icon-unlocked:before {
	content: "\e13b";
}
.icomoon-icon-lock-3:before {
	content: "\e13c";
}
.icomoon-icon-unlocked-2:before {
	content: "\e13d";
}
.icomoon-icon-wrench:before {
	content: "\e13e";
}
.icomoon-icon-wrench-2:before {
	content: "\e13f";
}
.icomoon-icon-settings:before {
	content: "\e140";
}
.icomoon-icon-equalizer:before {
	content: "\e141";
}
.icomoon-icon-equalizer-2:before {
	content: "\e142";
}
.icomoon-icon-equalizer-3:before {
	content: "\e143";
}
.icomoon-icon-cog:before {
	content: "\e144";
}
.icomoon-icon-cogs:before {
	content: "\e145";
}
.icomoon-icon-cog-2:before {
	content: "\e146";
}
.icomoon-icon-cog-3:before {
	content: "\e147";
}
.icomoon-icon-cog-4:before {
	content: "\e148";
}
.icomoon-icon-factory:before {
	content: "\e149";
}
.icomoon-icon-hammer:before {
	content: "\e14a";
}
.icomoon-icon-tools:before {
	content: "\e14b";
}
.icomoon-icon-wand:before {
	content: "\e14c";
}
.icomoon-icon-wand-2:before {
	content: "\e14d";
}
.icomoon-icon-aid:before {
	content: "\e14e";
}
.icomoon-icon-patch:before {
	content: "\e14f";
}
.icomoon-icon-bug:before {
	content: "\e150";
}
.icomoon-icon-bug-2:before {
	content: "\e151";
}
.icomoon-icon-inject:before {
	content: "\e152";
}
.icomoon-icon-construction:before {
	content: "\e153";
}
.icomoon-icon-cone:before {
	content: "\e154";
}
.icomoon-icon-pie:before {
	content: "\e155";
}
.icomoon-icon-pie-2:before {
	content: "\e156";
}
.icomoon-icon-pie-3:before {
	content: "\e157";
}
.icomoon-icon-pie-4:before {
	content: "\e158";
}
.icomoon-icon-stats:before {
	content: "\e159";
}
.icomoon-icon-stats-2:before {
	content: "\e15a";
}
.icomoon-icon-stats-3:before {
	content: "\e15b";
}
.icomoon-icon-bars:before {
	content: "\e15c";
}
.icomoon-icon-bars-2:before {
	content: "\e15d";
}
.icomoon-icon-bars-3:before {
	content: "\e15e";
}
.icomoon-icon-stats-up:before {
	content: "\e15f";
}
.icomoon-icon-stats-down:before {
	content: "\e160";
}
.icomoon-icon-ladder:before {
	content: "\e161";
}
.icomoon-icon-cake:before {
	content: "\e162";
}
.icomoon-icon-gift:before {
	content: "\e163";
}
.icomoon-icon-balloon:before {
	content: "\e164";
}
.icomoon-icon-rating:before {
	content: "\e165";
}
.icomoon-icon-rating-2:before {
	content: "\e166";
}
.icomoon-icon-rating-3:before {
	content: "\e167";
}
.icomoon-icon-podium:before {
	content: "\e168";
}
.icomoon-icon-medal:before {
	content: "\e169";
}
.icomoon-icon-medal-2:before {
	content: "\e16a";
}
.icomoon-icon-medal-3:before {
	content: "\e16b";
}
.icomoon-icon-medal-4:before {
	content: "\e16c";
}
.icomoon-icon-medal-5:before {
	content: "\e16d";
}
.icomoon-icon-crown:before {
	content: "\e16e";
}
.icomoon-icon-trophy:before {
	content: "\e16f";
}
.icomoon-icon-trophy-2:before {
	content: "\e170";
}
.icomoon-icon-trophy-star:before {
	content: "\e171";
}
.icomoon-icon-diamond:before {
	content: "\e172";
}
.icomoon-icon-glass:before {
	content: "\e173";
}
.icomoon-icon-glass-2:before {
	content: "\e174";
}
.icomoon-icon-bottle:before {
	content: "\e175";
}
.icomoon-icon-bottle-2:before {
	content: "\e176";
}
.icomoon-icon-mug:before {
	content: "\e177";
}
.icomoon-icon-food:before {
	content: "\e178";
}
.icomoon-icon-food-2:before {
	content: "\e179";
}
.icomoon-icon-leaf:before {
	content: "\e17a";
}
.icomoon-icon-apple-fruit:before {
	content: "\e17b";
}
.icomoon-icon-paw:before {
	content: "\e17c";
}
.icomoon-icon-steps:before {
	content: "\e17d";
}
.icomoon-icon-flower:before {
	content: "\e17e";
}
.icomoon-icon-rocket:before {
	content: "\e17f";
}
.icomoon-icon-meter:before {
	content: "\e180";
}
.icomoon-icon-meter2:before {
	content: "\e181";
}
.icomoon-icon-meter-slow:before {
	content: "\e182";
}
.icomoon-icon-meter-medium:before {
	content: "\e183";
}
.icomoon-icon-meter-fast:before {
	content: "\e184";
}
.icomoon-icon-dashboard:before {
	content: "\e185";
}
.icomoon-icon-hammer-2:before {
	content: "\e186";
}
.icomoon-icon-balance:before {
	content: "\e187";
}
.icomoon-icon-fire:before {
	content: "\e188";
}
.icomoon-icon-lab:before {
	content: "\e189";
}
.icomoon-icon-magnet:before {
	content: "\e18a";
}
.icomoon-icon-dumbbell:before {
	content: "\e18b";
}
.icomoon-icon-skull:before {
	content: "\e18c";
}
.icomoon-icon-skull-2:before {
	content: "\e18d";
}
.icomoon-icon-lamp:before {
	content: "\e18e";
}
.icomoon-icon-lamp-2:before {
	content: "\e18f";
}
.icomoon-icon-lamp-3:before {
	content: "\e190";
}
.icomoon-icon-remove:before {
	content: "\e191";
}
.icomoon-icon-remove-2:before {
	content: "\e192";
}
.icomoon-icon-remove-3:before {
	content: "\e193";
}
.icomoon-icon-remove-4:before {
	content: "\e194";
}
.icomoon-icon-remove-5:before {
	content: "\e195";
}
.icomoon-icon-briefcase:before {
	content: "\e196";
}
.icomoon-icon-briefcase-2:before {
	content: "\e197";
}
.icomoon-icon-briefcase-3:before {
	content: "\e198";
}
.icomoon-icon-airplane:before {
	content: "\e199";
}
.icomoon-icon-airplane-2:before {
	content: "\e19a";
}
.icomoon-icon-paper-plane:before {
	content: "\e19b";
}
.icomoon-icon-car:before {
	content: "\e19c";
}
.icomoon-icon-gas-pump:before {
	content: "\e19d";
}
.icomoon-icon-bus:before {
	content: "\e19e";
}
.icomoon-icon-truck:before {
	content: "\e19f";
}
.icomoon-icon-road:before {
	content: "\e1a0";
}
.icomoon-icon-boat:before {
	content: "\e1a1";
}
.icomoon-icon-cube:before {
	content: "\e1a2";
}
.icomoon-icon-cube-2:before {
	content: "\e1a3";
}
.icomoon-icon-pyramid:before {
	content: "\e1a4";
}
.icomoon-icon-puzzle:before {
	content: "\e1a5";
}
.icomoon-icon-puzzle-2:before {
	content: "\e1a6";
}
.icomoon-icon-puzzle-3:before {
	content: "\e1a7";
}
.icomoon-icon-puzzle-4:before {
	content: "\e1a8";
}
.icomoon-icon-glasses:before {
	content: "\e1a9";
}
.icomoon-icon-glasses-2:before {
	content: "\e1aa";
}
.icomoon-icon-glasses-3:before {
	content: "\e1ab";
}
.icomoon-icon-sun-glasses:before {
	content: "\e1ac";
}
.icomoon-icon-accessibility:before {
	content: "\e1ad";
}
.icomoon-icon-accessibility-2:before {
	content: "\e1ae";
}
.icomoon-icon-target:before {
	content: "\e1af";
}
.icomoon-icon-target-2:before {
	content: "\e1b0";
}
.icomoon-icon-target-3:before {
	content: "\e1b1";
}
.icomoon-icon-gun:before {
	content: "\e1b2";
}
.icomoon-icon-gun-ban:before {
	content: "\e1b3";
}
.icomoon-icon-shield:before {
	content: "\e1b4";
}
.icomoon-icon-shield-2:before {
	content: "\e1b5";
}
.icomoon-icon-lightning:before {
	content: "\e1b6";
}
.icomoon-icon-power:before {
	content: "\e1b7";
}
.icomoon-icon-power-2:before {
	content: "\e1b8";
}
.icomoon-icon-switch:before {
	content: "\e1b9";
}
.icomoon-icon-power-cord:before {
	content: "\e1ba";
}
.icomoon-icon-clipboard:before {
	content: "\e1bb";
}
.icomoon-icon-signup:before {
	content: "\e1bc";
}
.icomoon-icon-list:before {
	content: "\e1bd";
}
.icomoon-icon-list-2:before {
	content: "\e1be";
}
.icomoon-icon-numbered-list:before {
	content: "\e1bf";
}
.icomoon-icon-playlist:before {
	content: "\e1c0";
}
.icomoon-icon-grid:before {
	content: "\e1c1";
}
.icomoon-icon-grid-2:before {
	content: "\e1c2";
}
.icomoon-icon-grid-3:before {
	content: "\e1c3";
}
.icomoon-icon-grid-4:before {
	content: "\e1c4";
}
.icomoon-icon-tree:before {
	content: "\e1c5";
}
.icomoon-icon-tree-2:before {
	content: "\e1c6";
}
.icomoon-icon-tree-3:before {
	content: "\e1c7";
}
.icomoon-icon-menu:before {
	content: "\e1c8";
}
.icomoon-icon-menu-2:before {
	content: "\e1c9";
}
.icomoon-icon-menu-3:before {
	content: "\e1ca";
}
.icomoon-icon-menu-4:before {
	content: "\e1cb";
}
.icomoon-icon-menu-5:before {
	content: "\e1cc";
}
.icomoon-icon-cloud:before {
	content: "\e1cd";
}
.icomoon-icon-cloud-download:before {
	content: "\e1ce";
}
.icomoon-icon-cloud-upload:before {
	content: "\e1cf";
}
.icomoon-icon-download-2:before {
	content: "\e1d0";
}
.icomoon-icon-upload-2:before {
	content: "\e1d1";
}
.icomoon-icon-download-3:before {
	content: "\e1d2";
}
.icomoon-icon-upload-3:before {
	content: "\e1d3";
}
.icomoon-icon-download-4:before {
	content: "\e1d4";
}
.icomoon-icon-upload-4:before {
	content: "\e1d5";
}
.icomoon-icon-download-5:before {
	content: "\e1d6";
}
.icomoon-icon-upload-5:before {
	content: "\e1d7";
}
.icomoon-icon-globe:before {
	content: "\e1d8";
}
.icomoon-icon-globe-2:before {
	content: "\e1d9";
}
.icomoon-icon-earth:before {
	content: "\e1da";
}
.icomoon-icon-link:before {
	content: "\e1db";
}
.icomoon-icon-link-2:before {
	content: "\e1dc";
}
.icomoon-icon-link-3:before {
	content: "\e1dd";
}
.icomoon-icon-link2:before {
	content: "\e1de";
}
.icomoon-icon-link-4:before {
	content: "\e1df";
}
.icomoon-icon-link-5:before {
	content: "\e1e0";
}
.icomoon-icon-link-6:before {
	content: "\e1e1";
}
.icomoon-icon-anchor:before {
	content: "\e1e2";
}
.icomoon-icon-flag:before {
	content: "\e1e3";
}
.icomoon-icon-flag-2:before {
	content: "\e1e4";
}
.icomoon-icon-flag-3:before {
	content: "\e1e5";
}
.icomoon-icon-flag-4:before {
	content: "\e1e6";
}
.icomoon-icon-attachment:before {
	content: "\e1e7";
}
.icomoon-icon-attachment-2:before {
	content: "\e1e8";
}
.icomoon-icon-eye:before {
	content: "\e1e9";
}
.icomoon-icon-eye-blocked:before {
	content: "\e1ea";
}
.icomoon-icon-eye-2:before {
	content: "\e1eb";
}
.icomoon-icon-eye-3:before {
	content: "\e1ec";
}
.icomoon-icon-eye-blocked-2:before {
	content: "\e1ed";
}
.icomoon-icon-eye-4:before {
	content: "\e1ee";
}
.icomoon-icon-eye-5:before {
	content: "\e1ef";
}
.icomoon-icon-eye-6:before {
	content: "\e1f0";
}
.icomoon-icon-eye-7:before {
	content: "\e1f1";
}
.icomoon-icon-bookmark:before {
	content: "\e1f2";
}
.icomoon-icon-bookmark-2:before {
	content: "\e1f3";
}
.icomoon-icon-bookmarks:before {
	content: "\e1f4";
}
.icomoon-icon-bookmark-3:before {
	content: "\e1f5";
}
.icomoon-icon-weather-lightning:before {
	content: "\e1f6";
}
.icomoon-icon-weather-rain:before {
	content: "\e1f7";
}
.icomoon-icon-weather-snow:before {
	content: "\e1f8";
}
.icomoon-icon-windy:before {
	content: "\e1f9";
}
.icomoon-icon-fan:before {
	content: "\e1fa";
}
.icomoon-icon-umbrella:before {
	content: "\e1fb";
}
.icomoon-icon-sun:before {
	content: "\e1fc";
}
.icomoon-icon-sun-2:before {
	content: "\e1fd";
}
.icomoon-icon-brightness-high:before {
	content: "\e1fe";
}
.icomoon-icon-brightness-medium:before {
	content: "\e1ff";
}
.icomoon-icon-brightness-low:before {
	content: "\e200";
}
.icomoon-icon-brightness-contrast:before {
	content: "\e201";
}
.icomoon-icon-contrast:before {
	content: "\e202";
}
.icomoon-icon-moon:before {
	content: "\e203";
}
.icomoon-icon-bed:before {
	content: "\e204";
}
.icomoon-icon-bed-2:before {
	content: "\e205";
}
.icomoon-icon-star:before {
	content: "\e206";
}
.icomoon-icon-star-2:before {
	content: "\e207";
}
.icomoon-icon-star-3:before {
	content: "\e208";
}
.icomoon-icon-star-4:before {
	content: "\e209";
}
.icomoon-icon-star-5:before {
	content: "\e20a";
}
.icomoon-icon-star-6:before {
	content: "\e20b";
}
.icomoon-icon-heart:before {
	content: "\e20c";
}
.icomoon-icon-heart-2:before {
	content: "\e20d";
}
.icomoon-icon-heart-broken:before {
	content: "\e20e";
}
.icomoon-icon-heart-3:before {
	content: "\e20f";
}
.icomoon-icon-heart-4:before {
	content: "\e210";
}
.icomoon-icon-heart-broken-2:before {
	content: "\e211";
}
.icomoon-icon-heart-5:before {
	content: "\e212";
}
.icomoon-icon-heart-6:before {
	content: "\e213";
}
.icomoon-icon-heart-broken-3:before {
	content: "\e214";
}
.icomoon-icon-thumbs-up:before {
	content: "\e215";
}
.icomoon-icon-thumbs-up-2:before {
	content: "\e216";
}
.icomoon-icon-thumbs-down:before {
	content: "\e217";
}
.icomoon-icon-thumbs-down-2:before {
	content: "\e218";
}
.icomoon-icon-thumbs-up-3:before {
	content: "\e219";
}
.icomoon-icon-thumbs-up-4:before {
	content: "\e21a";
}
.icomoon-icon-people:before {
	content: "\e21b";
}
.icomoon-icon-man:before {
	content: "\e21c";
}
.icomoon-icon-male:before {
	content: "\e21d";
}
.icomoon-icon-woman:before {
	content: "\e21e";
}
.icomoon-icon-female:before {
	content: "\e21f";
}
.icomoon-icon-peace:before {
	content: "\e220";
}
.icomoon-icon-yin-yang:before {
	content: "\e221";
}
.icomoon-icon-happy:before {
	content: "\e222";
}
.icomoon-icon-happy-2:before {
	content: "\e223";
}
.icomoon-icon-smiley:before {
	content: "\e224";
}
.icomoon-icon-smiley-2:before {
	content: "\e225";
}
.icomoon-icon-tongue:before {
	content: "\e226";
}
.icomoon-icon-tongue-2:before {
	content: "\e227";
}
.icomoon-icon-sad:before {
	content: "\e228";
}
.icomoon-icon-sad-2:before {
	content: "\e229";
}
.icomoon-icon-wink:before {
	content: "\e22a";
}
.icomoon-icon-wink-2:before {
	content: "\e22b";
}
.icomoon-icon-grin:before {
	content: "\e22c";
}
.icomoon-icon-grin-2:before {
	content: "\e22d";
}
.icomoon-icon-cool:before {
	content: "\e22e";
}
.icomoon-icon-cool-2:before {
	content: "\e22f";
}
.icomoon-icon-angry:before {
	content: "\e230";
}
.icomoon-icon-angry-2:before {
	content: "\e231";
}
.icomoon-icon-evil:before {
	content: "\e232";
}
.icomoon-icon-evil-2:before {
	content: "\e233";
}
.icomoon-icon-shocked:before {
	content: "\e234";
}
.icomoon-icon-shocked-2:before {
	content: "\e235";
}
.icomoon-icon-confused:before {
	content: "\e236";
}
.icomoon-icon-confused-2:before {
	content: "\e237";
}
.icomoon-icon-neutral:before {
	content: "\e238";
}
.icomoon-icon-neutral-2:before {
	content: "\e239";
}
.icomoon-icon-wondering:before {
	content: "\e23a";
}
.icomoon-icon-wondering-2:before {
	content: "\e23b";
}
.icomoon-icon-cursor:before {
	content: "\e23c";
}
.icomoon-icon-cursor-2:before {
	content: "\e23d";
}
.icomoon-icon-point-up:before {
	content: "\e23e";
}
.icomoon-icon-point-right:before {
	content: "\e23f";
}
.icomoon-icon-point-down:before {
	content: "\e240";
}
.icomoon-icon-point-left:before {
	content: "\e241";
}
.icomoon-icon-move:before {
	content: "\e242";
}
.icomoon-icon-warning:before {
	content: "\e243";
}
.icomoon-icon-notification:before {
	content: "\e244";
}
.icomoon-icon-question:before {
	content: "\e245";
}
.icomoon-icon-question-2:before {
	content: "\e246";
}
.icomoon-icon-question-3:before {
	content: "\e247";
}
.icomoon-icon-question-4:before {
	content: "\e248";
}
.icomoon-icon-question-5:before {
	content: "\e249";
}
.icomoon-icon-plus-circle:before {
	content: "\e24a";
}
.icomoon-icon-plus-circle-2:before {
	content: "\e24b";
}
.icomoon-icon-minus-circle:before {
	content: "\e24c";
}
.icomoon-icon-minus-circle-2:before {
	content: "\e24d";
}
.icomoon-icon-info:before {
	content: "\e24e";
}
.icomoon-icon-info-2:before {
	content: "\e24f";
}
.icomoon-icon-blocked:before {
	content: "\e250";
}
.icomoon-icon-cancel-circle:before {
	content: "\e251";
}
.icomoon-icon-cancel-circle-2:before {
	content: "\e252";
}
.icomoon-icon-checkmark-circle:before {
	content: "\e253";
}
.icomoon-icon-checkmark-circle-2:before {
	content: "\e254";
}
.icomoon-icon-cancel:before {
	content: "\e255";
}
.icomoon-icon-spam:before {
	content: "\e256";
}
.icomoon-icon-close:before {
	content: "\e257";
}
.icomoon-icon-checkmark:before {
	content: "\e258";
}
.icomoon-icon-checkmark-2:before {
	content: "\e259";
}
.icomoon-icon-checkmark-3:before {
	content: "\e25a";
}
.icomoon-icon-checkmark-4:before {
	content: "\e25b";
}
.icomoon-icon-spell-check:before {
	content: "\e25c";
}
.icomoon-icon-minus:before {
	content: "\e25d";
}
.icomoon-icon-plus:before {
	content: "\e25e";
}
.icomoon-icon-enter:before {
	content: "\e25f";
}
.icomoon-icon-exit:before {
	content: "\e260";
}
.icomoon-icon-enter-2:before {
	content: "\e261";
}
.icomoon-icon-exit-2:before {
	content: "\e262";
}
.icomoon-icon-enter-3:before {
	content: "\e263";
}
.icomoon-icon-exit-3:before {
	content: "\e264";
}
.icomoon-icon-exit-4:before {
	content: "\e265";
}
.icomoon-icon-play-2:before {
	content: "\e266";
}
.icomoon-icon-pause:before {
	content: "\e267";
}
.icomoon-icon-stop:before {
	content: "\e268";
}
.icomoon-icon-backward:before {
	content: "\e269";
}
.icomoon-icon-forward-2:before {
	content: "\e26a";
}
.icomoon-icon-play-3:before {
	content: "\e26b";
}
.icomoon-icon-pause-2:before {
	content: "\e26c";
}
.icomoon-icon-stop-2:before {
	content: "\e26d";
}
.icomoon-icon-backward-2:before {
	content: "\e26e";
}
.icomoon-icon-forward-3:before {
	content: "\e26f";
}
.icomoon-icon-first:before {
	content: "\e270";
}
.icomoon-icon-last:before {
	content: "\e271";
}
.icomoon-icon-previous:before {
	content: "\e272";
}
.icomoon-icon-next:before {
	content: "\e273";
}
.icomoon-icon-eject:before {
	content: "\e274";
}
.icomoon-icon-volume-high:before {
	content: "\e275";
}
.icomoon-icon-volume-medium:before {
	content: "\e276";
}
.icomoon-icon-volume-low:before {
	content: "\e277";
}
.icomoon-icon-volume-mute:before {
	content: "\e278";
}
.icomoon-icon-volume-mute-2:before {
	content: "\e279";
}
.icomoon-icon-volume-increase:before {
	content: "\e27a";
}
.icomoon-icon-volume-decrease:before {
	content: "\e27b";
}
.icomoon-icon-volume-high-2:before {
	content: "\e27c";
}
.icomoon-icon-volume-medium-2:before {
	content: "\e27d";
}
.icomoon-icon-volume-low-2:before {
	content: "\e27e";
}
.icomoon-icon-volume-mute-3:before {
	content: "\e27f";
}
.icomoon-icon-volume-mute-4:before {
	content: "\e280";
}
.icomoon-icon-volume-increase-2:before {
	content: "\e281";
}
.icomoon-icon-volume-decrease-2:before {
	content: "\e282";
}
.icomoon-icon-volume5:before {
	content: "\e283";
}
.icomoon-icon-volume4:before {
	content: "\e284";
}
.icomoon-icon-volume3:before {
	content: "\e285";
}
.icomoon-icon-volume2:before {
	content: "\e286";
}
.icomoon-icon-volume1:before {
	content: "\e287";
}
.icomoon-icon-volume0:before {
	content: "\e288";
}
.icomoon-icon-volume-mute-5:before {
	content: "\e289";
}
.icomoon-icon-volume-mute-6:before {
	content: "\e28a";
}
.icomoon-icon-loop:before {
	content: "\e28b";
}
.icomoon-icon-loop-2:before {
	content: "\e28c";
}
.icomoon-icon-loop-3:before {
	content: "\e28d";
}
.icomoon-icon-loop-4:before {
	content: "\e28e";
}
.icomoon-icon-loop-5:before {
	content: "\e28f";
}
.icomoon-icon-shuffle:before {
	content: "\e290";
}
.icomoon-icon-shuffle-2:before {
	content: "\e291";
}
.icomoon-icon-wave:before {
	content: "\e292";
}
.icomoon-icon-wave-2:before {
	content: "\e293";
}
.icomoon-icon-arrow-first:before {
	content: "\e294";
}
.icomoon-icon-arrow-right:before {
	content: "\e295";
}
.icomoon-icon-arrow-up:before {
	content: "\e296";
}
.icomoon-icon-arrow-right-2:before {
	content: "\e297";
}
.icomoon-icon-arrow-down:before {
	content: "\e298";
}
.icomoon-icon-arrow-left:before {
	content: "\e299";
}
.icomoon-icon-arrow-up-2:before {
	content: "\e29a";
}
.icomoon-icon-arrow-right-3:before {
	content: "\e29b";
}
.icomoon-icon-arrow-down-2:before {
	content: "\e29c";
}
.icomoon-icon-arrow-left-2:before {
	content: "\e29d";
}
.icomoon-icon-arrow-up-left:before {
	content: "\e29e";
}
.icomoon-icon-arrow-up-3:before {
	content: "\e29f";
}
.icomoon-icon-arrow-up-right:before {
	content: "\e2a0";
}
.icomoon-icon-arrow-right-4:before {
	content: "\e2a1";
}
.icomoon-icon-arrow-down-right:before {
	content: "\e2a2";
}
.icomoon-icon-arrow-down-3:before {
	content: "\e2a3";
}
.icomoon-icon-arrow-down-left:before {
	content: "\e2a4";
}
.icomoon-icon-arrow-left-3:before {
	content: "\e2a5";
}
.icomoon-icon-arrow-up-left-2:before {
	content: "\e2a6";
}
.icomoon-icon-arrow-up-4:before {
	content: "\e2a7";
}
.icomoon-icon-arrow-up-right-2:before {
	content: "\e2a8";
}
.icomoon-icon-arrow-right-5:before {
	content: "\e2a9";
}
.icomoon-icon-arrow-down-right-2:before {
	content: "\e2aa";
}
.icomoon-icon-arrow-down-4:before {
	content: "\e2ab";
}
.icomoon-icon-arrow-down-left-2:before {
	content: "\e2ac";
}
.icomoon-icon-arrow-left-4:before {
	content: "\e2ad";
}
.icomoon-icon-arrow-up-left-3:before {
	content: "\e2ae";
}
.icomoon-icon-arrow-up-5:before {
	content: "\e2af";
}
.icomoon-icon-arrow-up-right-3:before {
	content: "\e2b0";
}
.icomoon-icon-arrow-right-6:before {
	content: "\e2b1";
}
.icomoon-icon-arrow-down-right-3:before {
	content: "\e2b2";
}
.icomoon-icon-arrow-down-5:before {
	content: "\e2b3";
}
.icomoon-icon-arrow-down-left-3:before {
	content: "\e2b4";
}
.icomoon-icon-arrow-left-5:before {
	content: "\e2b5";
}
.icomoon-icon-arrow:before {
	content: "\e2b6";
}
.icomoon-icon-arrow-2:before {
	content: "\e2b7";
}
.icomoon-icon-arrow-3:before {
	content: "\e2b8";
}
.icomoon-icon-arrow-4:before {
	content: "\e2b9";
}
.icomoon-icon-arrow-up-left-4:before {
	content: "\e2ba";
}
.icomoon-icon-arrow-up-6:before {
	content: "\e2bb";
}
.icomoon-icon-arrow-up-right-4:before {
	content: "\e2bc";
}
.icomoon-icon-arrow-right-7:before {
	content: "\e2bd";
}
.icomoon-icon-arrow-down-right-4:before {
	content: "\e2be";
}
.icomoon-icon-arrow-down-6:before {
	content: "\e2bf";
}
.icomoon-icon-arrow-down-left-4:before {
	content: "\e2c0";
}
.icomoon-icon-arrow-left-6:before {
	content: "\e2c1";
}
.icomoon-icon-arrow-up-left-5:before {
	content: "\e2c2";
}
.icomoon-icon-arrow-up-7:before {
	content: "\e2c3";
}
.icomoon-icon-arrow-up-right-5:before {
	content: "\e2c4";
}
.icomoon-icon-arrow-right-8:before {
	content: "\e2c5";
}
.icomoon-icon-arrow-down-right-5:before {
	content: "\e2c6";
}
.icomoon-icon-arrow-down-7:before {
	content: "\e2c7";
}
.icomoon-icon-arrow-down-left-5:before {
	content: "\e2c8";
}
.icomoon-icon-arrow-left-7:before {
	content: "\e2c9";
}
.icomoon-icon-arrow-up-8:before {
	content: "\e2ca";
}
.icomoon-icon-arrow-right-9:before {
	content: "\e2cb";
}
.icomoon-icon-arrow-down-8:before {
	content: "\e2cc";
}
.icomoon-icon-arrow-left-8:before {
	content: "\e2cd";
}
.icomoon-icon-arrow-up-9:before {
	content: "\e2ce";
}
.icomoon-icon-arrow-right-10:before {
	content: "\e2cf";
}
.icomoon-icon-arrow-down-9:before {
	content: "\e2d0";
}
.icomoon-icon-arrow-left-9:before {
	content: "\e2d1";
}
.icomoon-icon-arrow-up-10:before {
	content: "\e2d2";
}
.icomoon-icon-arrow-right-11:before {
	content: "\e2d3";
}
.icomoon-icon-arrow-down-10:before {
	content: "\e2d4";
}
.icomoon-icon-arrow-left-10:before {
	content: "\e2d5";
}
.icomoon-icon-arrow-up-11:before {
	content: "\e2d6";
}
.icomoon-icon-arrow-right-12:before {
	content: "\e2d7";
}
.icomoon-icon-arrow-down-11:before {
	content: "\e2d8";
}
.icomoon-icon-arrow-left-11:before {
	content: "\e2d9";
}
.icomoon-icon-enter-4:before {
	content: "\e2da";
}
.icomoon-icon-enter-5:before {
	content: "\e2db";
}
.icomoon-icon-esc:before {
	content: "\e2dc";
}
.icomoon-icon-backspace:before {
	content: "\e2dd";
}
.icomoon-icon-backspace-2:before {
	content: "\e2de";
}
.icomoon-icon-backspace-3:before {
	content: "\e2df";
}
.icomoon-icon-tab:before {
	content: "\e2e0";
}
.icomoon-icon-transmission:before {
	content: "\e2e1";
}
.icomoon-icon-transmission-2:before {
	content: "\e2e2";
}
.icomoon-icon-sort:before {
	content: "\e2e3";
}
.icomoon-icon-sort-2:before {
	content: "\e2e4";
}
.icomoon-icon-command:before {
	content: "\e2e5";
}
.icomoon-icon-checkbox-checked:before {
	content: "\e2e6";
}
.icomoon-icon-checkbox-unchecked:before {
	content: "\e2e7";
}
.icomoon-icon-checkbox-partial:before {
	content: "\e2e8";
}
.icomoon-icon-radio-checked:before {
	content: "\e2e9";
}
.icomoon-icon-radio-unchecked:before {
	content: "\e2ea";
}
.icomoon-icon-crop:before {
	content: "\e2eb";
}
.icomoon-icon-vector:before {
	content: "\e2ec";
}
.icomoon-icon-rulers:before {
	content: "\e2ed";
}
.icomoon-icon-scissors:before {
	content: "\e2ee";
}
.icomoon-icon-scissors-2:before {
	content: "\e2ef";
}
.icomoon-icon-filter:before {
	content: "\e2f0";
}
.icomoon-icon-filter-2:before {
	content: "\e2f1";
}
.icomoon-icon-filter-3:before {
	content: "\e2f2";
}
.icomoon-icon-filter-4:before {
	content: "\e2f3";
}
.icomoon-icon-font:before {
	content: "\e2f4";
}
.icomoon-icon-text-height:before {
	content: "\e2f5";
}
.icomoon-icon-text-width:before {
	content: "\e2f6";
}
.icomoon-icon-font-size:before {
	content: "\e2f7";
}
.icomoon-icon-bold:before {
	content: "\e2f8";
}
.icomoon-icon-underline:before {
	content: "\e2f9";
}
.icomoon-icon-italic:before {
	content: "\e2fa";
}
.icomoon-icon-strikethrough:before {
	content: "\e2fb";
}
.icomoon-icon-omega:before {
	content: "\e2fc";
}
.icomoon-icon-sigma:before {
	content: "\e2fd";
}
.icomoon-icon-nbsp:before {
	content: "\e2fe";
}
.icomoon-icon-page-break:before {
	content: "\e2ff";
}
.icomoon-icon-page-break-2:before {
	content: "\e300";
}
.icomoon-icon-superscript:before {
	content: "\e301";
}
.icomoon-icon-subscript:before {
	content: "\e302";
}
.icomoon-icon-superscript-2:before {
	content: "\e303";
}
.icomoon-icon-subscript-2:before {
	content: "\e304";
}
.icomoon-icon-text-color:before {
	content: "\e305";
}
.icomoon-icon-pagebreak:before {
	content: "\e306";
}
.icomoon-icon-clear-formatting:before {
	content: "\e307";
}
.icomoon-icon-table:before {
	content: "\e308";
}
.icomoon-icon-table-2:before {
	content: "\e309";
}
.icomoon-icon-insert-template:before {
	content: "\e30a";
}
.icomoon-icon-pilcrow:before {
	content: "\e30b";
}
.icomoon-icon-left-to-right:before {
	content: "\e30c";
}
.icomoon-icon-right-to-left:before {
	content: "\e30d";
}
.icomoon-icon-paragraph-left:before {
	content: "\e30e";
}
.icomoon-icon-paragraph-center:before {
	content: "\e30f";
}
.icomoon-icon-paragraph-right:before {
	content: "\e310";
}
.icomoon-icon-paragraph-justify:before {
	content: "\e311";
}
.icomoon-icon-paragraph-left-2:before {
	content: "\e312";
}
.icomoon-icon-paragraph-center-2:before {
	content: "\e313";
}
.icomoon-icon-paragraph-right-2:before {
	content: "\e314";
}
.icomoon-icon-paragraph-justify-2:before {
	content: "\e315";
}
.icomoon-icon-indent-increase:before {
	content: "\e316";
}
.icomoon-icon-indent-decrease:before {
	content: "\e317";
}
.icomoon-icon-share:before {
	content: "\e318";
}
.icomoon-icon-new-tab:before {
	content: "\e319";
}
.icomoon-icon-new-tab-2:before {
	content: "\e31a";
}
.icomoon-icon-popout:before {
	content: "\e31b";
}
.icomoon-icon-embed:before {
	content: "\e31c";
}
.icomoon-icon-code:before {
	content: "\e31d";
}
.icomoon-icon-console:before {
	content: "\e31e";
}
.icomoon-icon-share-2:before {
	content: "\e31f";
}
.icomoon-icon-share-3:before {
	content: "\e320";
}
.icomoon-icon-mail:before {
	content: "\e321";
}
.icomoon-icon-mail-2:before {
	content: "\e322";
}
.icomoon-icon-mail-3:before {
	content: "\e323";
}
.icomoon-icon-mail-4:before {
	content: "\e324";
}
.icomoon-icon-google:before {
	content: "\e325";
}
.icomoon-icon-google-plus:before {
	content: "\e326";
}
.icomoon-icon-google-plus-2:before {
	content: "\e327";
}
.icomoon-icon-google-plus-3:before {
	content: "\e328";
}
.icomoon-icon-google-plus-4:before {
	content: "\e329";
}
.icomoon-icon-google-drive:before {
	content: "\e32a";
}
.icomoon-icon-facebook:before {
	content: "\e32b";
}
.icomoon-icon-facebook-2:before {
	content: "\e32c";
}
.icomoon-icon-facebook-3:before {
	content: "\e32d";
}
.icomoon-icon-instagram:before {
	content: "\e32e";
}
.icomoon-icon-twitter:before {
	content: "\e32f";
}
.icomoon-icon-twitter-2:before {
	content: "\e330";
}
.icomoon-icon-twitter-3:before {
	content: "\e331";
}
.icomoon-icon-feed-2:before {
	content: "\e332";
}
.icomoon-icon-feed-3:before {
	content: "\e333";
}
.icomoon-icon-feed-4:before {
	content: "\e334";
}
.icomoon-icon-youtube:before {
	content: "\e335";
}
.icomoon-icon-youtube-2:before {
	content: "\e336";
}
.icomoon-icon-vimeo:before {
	content: "\e337";
}
.icomoon-icon-vimeo2:before {
	content: "\e338";
}
.icomoon-icon-vimeo-2:before {
	content: "\e339";
}
.icomoon-icon-lanyrd:before {
	content: "\e33a";
}
.icomoon-icon-flickr:before {
	content: "\e33b";
}
.icomoon-icon-flickr-2:before {
	content: "\e33c";
}
.icomoon-icon-flickr-3:before {
	content: "\e33d";
}
.icomoon-icon-flickr-4:before {
	content: "\e33e";
}
.icomoon-icon-picassa:before {
	content: "\e33f";
}
.icomoon-icon-picassa-2:before {
	content: "\e340";
}
.icomoon-icon-dribbble:before {
	content: "\e341";
}
.icomoon-icon-dribbble-2:before {
	content: "\e342";
}
.icomoon-icon-dribbble-3:before {
	content: "\e343";
}
.icomoon-icon-forrst:before {
	content: "\e344";
}
.icomoon-icon-forrst-2:before {
	content: "\e345";
}
.icomoon-icon-deviantart:before {
	content: "\e346";
}
.icomoon-icon-deviantart-2:before {
	content: "\e347";
}
.icomoon-icon-steam:before {
	content: "\e348";
}
.icomoon-icon-steam-2:before {
	content: "\e349";
}
.icomoon-icon-github:before {
	content: "\e34a";
}
.icomoon-icon-github-2:before {
	content: "\e34b";
}
.icomoon-icon-github-3:before {
	content: "\e34c";
}
.icomoon-icon-github-4:before {
	content: "\e34d";
}
.icomoon-icon-github-5:before {
	content: "\e34e";
}
.icomoon-icon-wordpress:before {
	content: "\e34f";
}
.icomoon-icon-wordpress-2:before {
	content: "\e350";
}
.icomoon-icon-joomla:before {
	content: "\e351";
}
.icomoon-icon-blogger:before {
	content: "\e352";
}
.icomoon-icon-blogger-2:before {
	content: "\e353";
}
.icomoon-icon-tumblr:before {
	content: "\e354";
}
.icomoon-icon-tumblr-2:before {
	content: "\e355";
}
.icomoon-icon-yahoo:before {
	content: "\e356";
}
.icomoon-icon-tux:before {
	content: "\e357";
}
.icomoon-icon-apple:before {
	content: "\e358";
}
.icomoon-icon-finder:before {
	content: "\e359";
}
.icomoon-icon-android:before {
	content: "\e35a";
}
.icomoon-icon-windows:before {
	content: "\e35b";
}
.icomoon-icon-windows8:before {
	content: "\e35c";
}
.icomoon-icon-soundcloud:before {
	content: "\e35d";
}
.icomoon-icon-soundcloud-2:before {
	content: "\e35e";
}
.icomoon-icon-skype:before {
	content: "\e35f";
}
.icomoon-icon-reddit:before {
	content: "\e360";
}
.icomoon-icon-linkedin:before {
	content: "\e361";
}
.icomoon-icon-lastfm:before {
	content: "\e362";
}
.icomoon-icon-lastfm-2:before {
	content: "\e363";
}
.icomoon-icon-delicious:before {
	content: "\e364";
}
.icomoon-icon-stumbleupon:before {
	content: "\e365";
}
.icomoon-icon-stumbleupon-2:before {
	content: "\e366";
}
.icomoon-icon-stackoverflow:before {
	content: "\e367";
}
.icomoon-icon-pinterest:before {
	content: "\e368";
}
.icomoon-icon-pinterest-2:before {
	content: "\e369";
}
.icomoon-icon-xing:before {
	content: "\e36a";
}
.icomoon-icon-xing-2:before {
	content: "\e36b";
}
.icomoon-icon-flattr:before {
	content: "\e36c";
}
.icomoon-icon-foursquare:before {
	content: "\e36d";
}
.icomoon-icon-foursquare-2:before {
	content: "\e36e";
}
.icomoon-icon-paypal:before {
	content: "\e36f";
}
.icomoon-icon-paypal-2:before {
	content: "\e370";
}
.icomoon-icon-paypal-3:before {
	content: "\e371";
}
.icomoon-icon-yelp:before {
	content: "\e372";
}
.icomoon-icon-libreoffice:before {
	content: "\e373";
}
.icomoon-icon-file-pdf:before {
	content: "\e374";
}
.icomoon-icon-file-openoffice:before {
	content: "\e375";
}
.icomoon-icon-file-word:before {
	content: "\e376";
}
.icomoon-icon-file-excel:before {
	content: "\e377";
}
.icomoon-icon-file-zip:before {
	content: "\e378";
}
.icomoon-icon-file-powerpoint:before {
	content: "\e379";
}
.icomoon-icon-file-xml:before {
	content: "\e37a";
}
.icomoon-icon-file-css:before {
	content: "\e37b";
}
.icomoon-icon-html5:before {
	content: "\e37c";
}
.icomoon-icon-html5-2:before {
	content: "\e37d";
}
.icomoon-icon-css3:before {
	content: "\e37e";
}
.icomoon-icon-chrome:before {
	content: "\e37f";
}
.icomoon-icon-firefox:before {
	content: "\e380";
}
.icomoon-icon-IE:before {
	content: "\e381";
}
.icomoon-icon-opera:before {
	content: "\e382";
}
.icomoon-icon-safari:before {
	content: "\e383";
}
.icomoon-icon-IcoMoon:before {
	content: "\e384";
}

/*Broccolidry icon set*/
[class^="brocco-icon-"]:before, [class*=" brocco-icon-"]:before {
	font-family: 'broccolidry';
	font-style: normal;
	speak: none;
}
.brocco-icon-warning:before {
	content: "\21";
}
.brocco-icon-cloud:before {
	content: "\22";
}
.brocco-icon-locked:before {
	content: "\23";
}
.brocco-icon-inbox:before {
	content: "\24";
}
.brocco-icon-comment:before {
	content: "\25";
}
.brocco-icon-mic:before {
	content: "\26";
}
.brocco-icon-envelope:before {
	content: "\27";
}
.brocco-icon-briefcase:before {
	content: "\28";
}
.brocco-icon-cart:before {
	content: "\29";
}
.brocco-icon-contrast:before {
	content: "\2a";
}
.brocco-icon-clock:before {
	content: "\2b";
}
.brocco-icon-user:before {
	content: "\2c";
}
.brocco-icon-cog:before {
	content: "\2d";
}
.brocco-icon-music:before {
	content: "\2e";
}
.brocco-icon-twitter:before {
	content: "\2f";
}
.brocco-icon-pencil:before {
	content: "\30";
}
.brocco-icon-frame:before {
	content: "\31";
}
.brocco-icon-switch:before {
	content: "\32";
}
.brocco-icon-star:before {
	content: "\33";
}
.brocco-icon-key:before {
	content: "\34";
}
.brocco-icon-chart:before {
	content: "\35";
}
.brocco-icon-apple:before {
	content: "\36";
}
.brocco-icon-file:before {
	content: "\37";
}
.brocco-icon-plus:before {
	content: "\38";
}
.brocco-icon-minus:before {
	content: "\39";
}
.brocco-icon-picture:before {
	content: "\3a";
}
.brocco-icon-folder:before {
	content: "\3b";
}
.brocco-icon-camera:before {
	content: "\3c";
}
.brocco-icon-search:before {
	content: "\3d";
}
.brocco-icon-dribbble:before {
	content: "\3e";
}
.brocco-icon-forrst:before {
	content: "\3f";
}
.brocco-icon-feed:before {
	content: "\40";
}
.brocco-icon-blocked:before {
	content: "\41";
}
.brocco-icon-target:before {
	content: "\42";
}
.brocco-icon-play:before {
	content: "\43";
}
.brocco-icon-pause:before {
	content: "\44";
}
.brocco-icon-bug:before {
	content: "\45";
}
.brocco-icon-console:before {
	content: "\46";
}
.brocco-icon-film:before {
	content: "\47";
}
.brocco-icon-type:before {
	content: "\48";
}
.brocco-icon-home:before {
	content: "\49";
}
.brocco-icon-earth:before {
	content: "\4a";
}
.brocco-icon-location:before {
	content: "\4b";
}
.brocco-icon-info:before {
	content: "\4c";
}
.brocco-icon-eye:before {
	content: "\4d";
}
.brocco-icon-heart:before {
	content: "\4e";
}
.brocco-icon-bookmark:before {
	content: "\4f";
}
.brocco-icon-wrench:before {
	content: "\50";
}
.brocco-icon-calendar:before {
	content: "\51";
}
.brocco-icon-window:before {
	content: "\52";
}
.brocco-icon-monitor:before {
	content: "\53";
}
.brocco-icon-mobile:before {
	content: "\54";
}
.brocco-icon-droplet:before {
	content: "\55";
}
.brocco-icon-mouse:before {
	content: "\56";
}
.brocco-icon-refresh:before {
	content: "\57";
}
.brocco-icon-location-2:before {
	content: "\58";
}
.brocco-icon-tag:before {
	content: "\59";
}
.brocco-icon-phone:before {
	content: "\5a";
}
.brocco-icon-star-2:before {
	content: "\5b";
}
.brocco-icon-pointer:before {
	content: "\5c";
}
.brocco-icon-thumbs-up:before {
	content: "\5d";
}
.brocco-icon-thumbs-down:before {
	content: "\5e";
}
.brocco-icon-headphones:before {
	content: "\5f";
}
.brocco-icon-move:before {
	content: "\60";
}
.brocco-icon-checkmark:before {
	content: "\61";
}
.brocco-icon-cancel:before {
	content: "\62";
}
.brocco-icon-skype:before {
	content: "\63";
}
.brocco-icon-gift:before {
	content: "\64";
}
.brocco-icon-cone:before {
	content: "\65";
}
.brocco-icon-alarm:before {
	content: "\66";
}
.brocco-icon-coffee:before {
	content: "\67";
}
.brocco-icon-basket:before {
	content: "\68";
}
.brocco-icon-flag:before {
	content: "\69";
}
.brocco-icon-ipod:before {
	content: "\6a";
}
.brocco-icon-trashcan:before {
	content: "\6b";
}
.brocco-icon-bolt:before {
	content: "\6c";
}
.brocco-icon-ampersand:before {
	content: "\6d";
}
.brocco-icon-compass:before {
	content: "\6e";
}
.brocco-icon-list:before {
	content: "\6f";
}
.brocco-icon-grid:before {
	content: "\70";
}
.brocco-icon-volume:before {
	content: "\71";
}
.brocco-icon-volume-2:before {
	content: "\72";
}
.brocco-icon-stats:before {
	content: "\73";
}
.brocco-icon-target-2:before {
	content: "\74";
}
.brocco-icon-forward:before {
	content: "\75";
}
.brocco-icon-paperclip:before {
	content: "\76";
}
.brocco-icon-keyboard:before {
	content: "\77";
}
.brocco-icon-crop:before {
	content: "\78";
}
.brocco-icon-floppy:before {
	content: "\79";
}
.brocco-icon-filter:before {
	content: "\7a";
}
.brocco-icon-trophy:before {
	content: "\7b";
}
.brocco-icon-diary:before {
	content: "\7c";
}
.brocco-icon-address-book:before {
	content: "\7d";
}
.brocco-icon-stop:before {
	content: "\e000";
}
.brocco-icon-circle:before {
	content: "\e001";
}
.brocco-icon-shit:before {
	content: "\e002";
}
.brocco-icon-bookmark-2:before {
	content: "\e003";
}
.brocco-icon-camera-2:before {
	content: "\e004";
}
.brocco-icon-lamp:before {
	content: "\e005";
}
.brocco-icon-disk:before {
	content: "\e006";
}
.brocco-icon-button:before {
	content: "\e007";
}
.brocco-icon-database:before {
	content: "\e008";
}
.brocco-icon-credit-card:before {
	content: "\e009";
}
.brocco-icon-atom:before {
	content: "\e00a";
}
.brocco-icon-winsows:before {
	content: "\e00b";
}
.brocco-icon-target-3:before {
	content: "\e00c";
}
.brocco-icon-battery:before {
	content: "\e00d";
}
.brocco-icon-code:before {
	content: "\e00e";
}

/* Cuticons icon set */
[class^="cut-icon-"]:before, [class*=" cut-icon-"]:before {
	font-family: 'cuticons';
	font-style: normal;
	speak: none;
}
.cut-icon-arrow-right:before {
	content: "\21";
}
.cut-icon-arrow-left:before {
	content: "\22";
}
.cut-icon-arrow-up:before {
	content: "\23";
}
.cut-icon-arrow-down:before {
	content: "\24";
}
.cut-icon-plus:before {
	content: "\25";
}
.cut-icon-minus:before {
	content: "\26";
}
.cut-icon-stats:before {
	content: "\27";
}
.cut-icon-broadcast:before {
	content: "\28";
}
.cut-icon-enter:before {
	content: "\29";
}
.cut-icon-download:before {
	content: "\2a";
}
.cut-icon-mobile:before {
	content: "\2b";
}
.cut-icon-mobile-2:before {
	content: "\2c";
}
.cut-icon-screen:before {
	content: "\2d";
}
.cut-icon-stats-2:before {
	content: "\2e";
}
.cut-icon-user:before {
	content: "\2f";
}
.cut-icon-heart:before {
	content: "\30";
}
.cut-icon-heart-2:before {
	content: "\31";
}
.cut-icon-frame:before {
	content: "\32";
}
.cut-icon-plus-2:before {
	content: "\33";
}
.cut-icon-minus-2:before {
	content: "\34";
}
.cut-icon-checkbox-checked:before {
	content: "\35";
}
.cut-icon-alert:before {
	content: "\36";
}
.cut-icon-comment:before {
	content: "\37";
}
.cut-icon-chat:before {
	content: "\38";
}
.cut-icon-bookmark:before {
	content: "\39";
}
.cut-icon-locked:before {
	content: "\3a";
}
.cut-icon-unlock:before {
	content: "\3b";
}
.cut-icon-film:before {
	content: "\3c";
}
.cut-icon-camera:before {
	content: "\3d";
}
.cut-icon-camera-2:before {
	content: "\3e";
}
.cut-icon-painting:before {
	content: "\3f";
}
.cut-icon-painting-2:before {
	content: "\40";
}
.cut-icon-reload:before {
	content: "\41";
}
.cut-icon-credit-card:before {
	content: "\42";
}
.cut-icon-vcard:before {
	content: "\43";
}
.cut-icon-marker:before {
	content: "\44";
}
.cut-icon-list:before {
	content: "\45";
}
.cut-icon-file:before {
	content: "\46";
}
.cut-icon-thumbs-up:before {
	content: "\47";
}
.cut-icon-printer:before {
	content: "\48";
}
.cut-icon-untitled:before {
	content: "\49";
}
.cut-icon-popout:before {
	content: "\4a";
}
.cut-icon-popout-2:before {
	content: "\4b";
}
.cut-icon-printer-2:before {
	content: "\4c";
}
.cut-icon-battery-full:before {
	content: "\4d";
}
.cut-icon-battery-low:before {
	content: "\4e";
}
.cut-icon-battery:before {
	content: "\4f";
}
.cut-icon-hash:before {
	content: "\50";
}
.cut-icon-trashcan:before {
	content: "\51";
}
.cut-icon-crop:before {
	content: "\52";
}
.cut-icon-apple:before {
	content: "\53";
}
.cut-icon-cart:before {
	content: "\54";
}
.cut-icon-pause:before {
	content: "\55";
}
.cut-icon-play:before {
	content: "\56";
}
.cut-icon-next:before {
	content: "\57";
}
.cut-icon-previous:before {
	content: "\58";
}
.cut-icon-next-2:before {
	content: "\59";
}
.cut-icon-previous-2:before {
	content: "\5a";
}
.cut-icon-record:before {
	content: "\5b";
}
.cut-icon-eject:before {
	content: "\5c";
}
.cut-icon-disk:before {
	content: "\5d";
}
.cut-icon-equalizer:before {
	content: "\5e";
}
.cut-icon-desktop:before {
	content: "\5f";
}
.cut-icon-grid:before {
	content: "\60";
}
.cut-icon-frame-2:before {
	content: "\61";
}
.cut-icon-board:before {
	content: "\62";
}
.cut-icon-shrink:before {
	content: "\63";
}
.cut-icon-expand:before {
	content: "\64";
}
.cut-icon-tree:before {
	content: "\65";
}
.cut-icon-paper-plane:before {
	content: "\66";
}

/* Entypo icons set */
[class^="entypo-icon-"]:before, [class*=" entypo-icon-"]:before {
	font-family: 'entypo';
	font-style: normal;
	speak: none;
}
.entypo-icon-phone:before {
	content: "\21";
}
.entypo-icon-mobile:before {
	content: "\22";
}
.entypo-icon-mouse:before {
	content: "\23";
}
.entypo-icon-address:before {
	content: "\24";
}
.entypo-icon-email:before {
	content: "\25";
}
.entypo-icon-write:before {
	content: "\26";
}
.entypo-icon-attachment:before {
	content: "\27";
}
.entypo-icon-reply:before {
	content: "\28";
}
.entypo-icon-reply-to-all:before {
	content: "\29";
}
.entypo-icon-forward:before {
	content: "\2a";
}
.entypo-icon-user:before {
	content: "\2b";
}
.entypo-icon-users:before {
	content: "\2c";
}
.entypo-icon-contact:before {
	content: "\2d";
}
.entypo-icon-card:before {
	content: "\2e";
}
.entypo-icon-export:before {
	content: "\2f";
}
.entypo-icon-location:before {
	content: "\30";
}
.entypo-icon-map:before {
	content: "\31";
}
.entypo-icon-compass:before {
	content: "\32";
}
.entypo-icon-direction:before {
	content: "\33";
}
.entypo-icon-center:before {
	content: "\34";
}
.entypo-icon-share:before {
	content: "\35";
}
.entypo-icon-heart:before {
	content: "\36";
}
.entypo-icon-heart-2:before {
	content: "\37";
}
.entypo-icon-star:before {
	content: "\38";
}
.entypo-icon-star-2:before {
	content: "\39";
}
.entypo-icon-thumbs-up:before {
	content: "\3a";
}
.entypo-icon-chat:before {
	content: "\3b";
}
.entypo-icon-comment:before {
	content: "\3c";
}
.entypo-icon-quote:before {
	content: "\3d";
}
.entypo-icon-printer:before {
	content: "\3e";
}
.entypo-icon-alert:before {
	content: "\3f";
}
.entypo-icon-link:before {
	content: "\40";
}
.entypo-icon-flag:before {
	content: "\41";
}
.entypo-icon-settings:before {
	content: "\42";
}
.entypo-icon-search:before {
	content: "\43";
}
.entypo-icon-trophy:before {
	content: "\44";
}
.entypo-icon-price:before {
	content: "\45";
}
.entypo-icon-camera:before {
	content: "\46";
}
.entypo-icon-sleep:before {
	content: "\47";
}
.entypo-icon-palette:before {
	content: "\48";
}
.entypo-icon-leaf:before {
	content: "\49";
}
.entypo-icon-music:before {
	content: "\4a";
}
.entypo-icon-shopping:before {
	content: "\4b";
}
.entypo-icon-flight:before {
	content: "\4c";
}
.entypo-icon-support:before {
	content: "\4d";
}
.entypo-icon-google-circles:before {
	content: "\4e";
}
.entypo-icon-eye:before {
	content: "\4f";
}
.entypo-icon-clock:before {
	content: "\50";
}
.entypo-icon-microphone:before {
	content: "\51";
}
.entypo-icon-calendar:before {
	content: "\52";
}
.entypo-icon-flash:before {
	content: "\53";
}
.entypo-icon-time:before {
	content: "\54";
}
.entypo-icon-rss:before {
	content: "\55";
}
.entypo-icon-locked:before {
	content: "\56";
}
.entypo-icon-unlocked:before {
	content: "\57";
}
.entypo-icon-checkmark:before {
	content: "\58";
}
.entypo-icon-cancel:before {
	content: "\59";
}
.entypo-icon-minus:before {
	content: "\5a";
}
.entypo-icon-plus:before {
	content: "\5b";
}
.entypo-icon-close:before {
	content: "\5c";
}
.entypo-icon-minus-2:before {
	content: "\5d";
}
.entypo-icon-plus-2:before {
	content: "\5e";
}
.entypo-icon-blocked:before {
	content: "\5f";
}
.entypo-icon-info:before {
	content: "\60";
}
.entypo-icon-info-circle:before {
	content: "\61";
}
.entypo-icon-help:before {
	content: "\62";
}
.entypo-icon-help-2:before {
	content: "\63";
}
.entypo-icon-warning:before {
	content: "\64";
}
.entypo-icon-reload-CW:before {
	content: "\65";
}
.entypo-icon-reload-CCW:before {
	content: "\66";
}
.entypo-icon-shuffle:before {
	content: "\67";
}
.entypo-icon-back:before {
	content: "\68";
}
.entypo-icon-arrow:before {
	content: "\69";
}
.entypo-icon-retweet:before {
	content: "\6a";
}
.entypo-icon-list:before {
	content: "\6b";
}
.entypo-icon-add:before {
	content: "\6c";
}
.entypo-icon-grid:before {
	content: "\6d";
}
.entypo-icon-document:before {
	content: "\6e";
}
.entypo-icon-document-2:before {
	content: "\6f";
}
.entypo-icon-documents:before {
	content: "\70";
}
.entypo-icon-landscape:before {
	content: "\71";
}
.entypo-icon-images:before {
	content: "\72";
}
.entypo-icon-movie:before {
	content: "\73";
}
.entypo-icon-song:before {
	content: "\74";
}
.entypo-icon-folder:before {
	content: "\75";
}
.entypo-icon-archive:before {
	content: "\76";
}
.entypo-icon-trashcan:before {
	content: "\77";
}
.entypo-icon-upload:before {
	content: "\78";
}
.entypo-icon-download:before {
	content: "\79";
}
.entypo-icon-install:before {
	content: "\7a";
}
.entypo-icon-cloud:before {
	content: "\7b";
}
.entypo-icon-upload-2:before {
	content: "\7c";
}
.entypo-icon-play:before {
	content: "\7d";
}
.entypo-icon-pause:before {
	content: "\e000";
}
.entypo-icon-record:before {
	content: "\e001";
}
.entypo-icon-stop:before {
	content: "\e002";
}
.entypo-icon-fast-forward:before {
	content: "\e003";
}
.entypo-icon-fast-backward:before {
	content: "\e004";
}
.entypo-icon-first:before {
	content: "\e005";
}
.entypo-icon-last:before {
	content: "\e006";
}
.entypo-icon-full-screen:before {
	content: "\e007";
}
.entypo-icon-collapse:before {
	content: "\e008";
}
.entypo-icon-volume:before {
	content: "\e009";
}
.entypo-icon-sound:before {
	content: "\e00a";
}
.entypo-icon-mute:before {
	content: "\e00b";
}
.entypo-icon-arrow-2:before {
	content: "\e00c";
}
.entypo-icon-arrow-3:before {
	content: "\e00d";
}
.entypo-icon-arrow-4:before {
	content: "\e00e";
}
.entypo-icon-arrow-5:before {
	content: "\e00f";
}
.entypo-icon-arrow-6:before {
	content: "\e010";
}
.entypo-icon-arrow-7:before {
	content: "\e011";
}
.entypo-icon-arrow-8:before {
	content: "\e012";
}
.entypo-icon-arrow-9:before {
	content: "\e013";
}
.entypo-icon-arrow-10:before {
	content: "\e014";
}
.entypo-icon-arrow-11:before {
	content: "\e015";
}
.entypo-icon-arrow-12:before {
	content: "\e016";
}
.entypo-icon-arrow-13:before {
	content: "\e017";
}
.entypo-icon-arrow-14:before {
	content: "\e018";
}
.entypo-icon-arrow-15:before {
	content: "\e019";
}
.entypo-icon-arrow-16:before {
	content: "\e01a";
}
.entypo-icon-arrow-17:before {
	content: "\e01b";
}
.entypo-icon-arrow-18:before {
	content: "\e01c";
}
.entypo-icon-arrow-19:before {
	content: "\e01d";
}
.entypo-icon-arrow-20:before {
	content: "\e01e";
}
.entypo-icon-arrow-21:before {
	content: "\e01f";
}
.entypo-icon-triangle:before {
	content: "\e020";
}
.entypo-icon-triangle-2:before {
	content: "\e021";
}
.entypo-icon-triangle-3:before {
	content: "\e022";
}
.entypo-icon-triangle-4:before {
	content: "\e023";
}
.entypo-icon-code:before {
	content: "\e024";
}
.entypo-icon-battery:before {
	content: "\e025";
}
.entypo-icon-battery-2:before {
	content: "\e026";
}
.entypo-icon-battery-3:before {
	content: "\e027";
}
.entypo-icon-battery-4:before {
	content: "\e028";
}
.entypo-icon-battery-5:before {
	content: "\e029";
}
.entypo-icon-history:before {
	content: "\e02a";
}
.entypo-icon-back-2:before {
	content: "\e02b";
}
.entypo-icon-sun:before {
	content: "\e02c";
}
.entypo-icon-sun-2:before {
	content: "\e02d";
}
.entypo-icon-light-bulb:before {
	content: "\e02e";
}
.entypo-icon-browser:before {
	content: "\e02f";
}
.entypo-icon-publish:before {
	content: "\e030";
}
.entypo-icon-screen:before {
	content: "\e031";
}
.entypo-icon-arrow-22:before {
	content: "\e032";
}
.entypo-icon-broadcast:before {
	content: "\e033";
}
.entypo-icon-globe:before {
	content: "\e034";
}
.entypo-icon-square:before {
	content: "\e035";
}
.entypo-icon-inbox:before {
	content: "\e036";
}
.entypo-icon-network:before {
	content: "\e037";
}
.entypo-icon-feather:before {
	content: "\e038";
}
.entypo-icon-keyboard:before {
	content: "\e039";
}
.entypo-icon-home:before {
	content: "\e03a";
}
.entypo-icon-bookmark:before {
	content: "\e03b";
}
.entypo-icon-book:before {
	content: "\e03c";
}
.entypo-icon-popup:before {
	content: "\e03d";
}
.entypo-icon-search-2:before {
	content: "\e03e";
}
.entypo-icon-dots-three:before {
	content: "\e03f";
}
.entypo-icon-dots-two:before {
	content: "\e040";
}
.entypo-icon-dot:before {
	content: "\e041";
}
.entypo-icon-creative-commons:before {
	content: "\e042";
}
.entypo-icon-cd:before {
	content: "\e043";
}
.entypo-icon-suitcase:before {
	content: "\e044";
}
.entypo-icon-suitcase-2:before {
	content: "\e045";
}

/* Minia icon set */
[class^="minia-icon-"]:before, [class*=" minia-icon-"]:before {
	font-family: 'minia';
	font-style: normal;
	speak: none;
}
.minia-icon-home:before {
	content: "\21";
}
.minia-icon-list:before {
	content: "\22";
}
.minia-icon-book:before {
	content: "\23";
}
.minia-icon-pencil:before {
	content: "\24";
}
.minia-icon-bookmark:before {
	content: "\25";
}
.minia-icon-pointer:before {
	content: "\26";
}
.minia-icon-cloud:before {
	content: "\27";
}
.minia-icon-cloud-ul:before {
	content: "\28";
}
.minia-icon-cloud-dl:before {
	content: "\29";
}
.minia-icon-search:before {
	content: "\2a";
}
.minia-icon-folder:before {
	content: "\2b";
}
.minia-icon-trashcan:before {
	content: "\2c";
}
.minia-icon-droplet:before {
	content: "\2d";
}
.minia-icon-tag:before {
	content: "\2e";
}
.minia-icon-moon:before {
	content: "\2f";
}
.minia-icon-eye:before {
	content: "\30";
}
.minia-icon-target:before {
	content: "\31";
}
.minia-icon-blocked:before {
	content: "\32";
}
.minia-icon-switch:before {
	content: "\33";
}
.minia-icon-goal:before {
	content: "\34";
}
.minia-icon-location:before {
	content: "\35";
}
.minia-icon-close:before {
	content: "\36";
}
.minia-icon-checkmark:before {
	content: "\37";
}
.minia-icon-munis:before {
	content: "\38";
}
.minia-icon-plus:before {
	content: "\39";
}
.minia-icon-close-2:before {
	content: "\3a";
}
.minia-icon-divide:before {
	content: "\3b";
}
.minia-icon-minus:before {
	content: "\3c";
}
.minia-icon-plus-2:before {
	content: "\3d";
}
.minia-icon-equals:before {
	content: "\3e";
}
.minia-icon-cancel:before {
	content: "\3f";
}
.minia-icon-minus-2:before {
	content: "\40";
}
.minia-icon-checkmark-2:before {
	content: "\41";
}
.minia-icon-equals-2:before {
	content: "\42";
}
.minia-icon-asterisk:before {
	content: "\43";
}
.minia-icon-mobile:before {
	content: "\44";
}
.minia-icon-tablet:before {
	content: "\45";
}
.minia-icon-phone:before {
	content: "\46";
}
.minia-icon-bars:before {
	content: "\47";
}
.minia-icon-stack:before {
	content: "\48";
}
.minia-icon-battery:before {
	content: "\49";
}
.minia-icon-battery-2:before {
	content: "\4a";
}
.minia-icon-battery-3:before {
	content: "\4b";
}
.minia-icon-calculator:before {
	content: "\4c";
}
.minia-icon-bolt:before {
	content: "\4d";
}
.minia-icon-list-2:before {
	content: "\4e";
}
.minia-icon-grid:before {
	content: "\4f";
}
.minia-icon-list-3:before {
	content: "\50";
}
.minia-icon-list-4:before {
	content: "\51";
}
.minia-icon-layout:before {
	content: "\52";
}
.minia-icon-equalizer:before {
	content: "\53";
}
.minia-icon-equalizer-2:before {
	content: "\54";
}
.minia-icon-cog:before {
	content: "\55";
}
.minia-icon-window:before {
	content: "\56";
}
.minia-icon-window-2:before {
	content: "\57";
}
.minia-icon-window-3:before {
	content: "\58";
}
.minia-icon-window-4:before {
	content: "\59";
}
.minia-icon-locked:before {
	content: "\5a";
}
.minia-icon-unlocked:before {
	content: "\5b";
}
.minia-icon-shield:before {
	content: "\5c";
}
.minia-icon-cart:before {
	content: "\5d";
}
.minia-icon-console:before {
	content: "\5e";
}
.minia-icon-office:before {
	content: "\5f";
}
.minia-icon-basket:before {
	content: "\60";
}
.minia-icon-suitcase:before {
	content: "\61";
}
.minia-icon-airplane:before {
	content: "\62";
}
.minia-icon-file-download:before {
	content: "\63";
}
.minia-icon-file-upload:before {
	content: "\64";
}
.minia-icon-file:before {
	content: "\65";
}
.minia-icon-file-add:before {
	content: "\66";
}
.minia-icon-file-remove:before {
	content: "\67";
}
.minia-icon-bars-2:before {
	content: "\68";
}
.minia-icon-chart:before {
	content: "\69";
}
.minia-icon-stats:before {
	content: "\6a";
}
.minia-icon-arrow-right:before {
	content: "\6b";
}
.minia-icon-arrow-left:before {
	content: "\6c";
}
.minia-icon-arrow-down:before {
	content: "\6d";
}
.minia-icon-arrow-up:before {
	content: "\6e";
}
.minia-icon-arrow-right-2:before {
	content: "\6f";
}
.minia-icon-arrow-left-2:before {
	content: "\70";
}
.minia-icon-arrow-up-2:before {
	content: "\71";
}
.minia-icon-arrow-down-2:before {
	content: "\72";
}
.minia-icon-arrow-down-left:before {
	content: "\73";
}
.minia-icon-arrow-down-right:before {
	content: "\74";
}
.minia-icon-arrow-up-left:before {
	content: "\75";
}
.minia-icon-arrow-up-right:before {
	content: "\76";
}
.minia-icon-arrow-left-3:before {
	content: "\77";
}
.minia-icon-arrow-right-3:before {
	content: "\78";
}
.minia-icon-arrow-down-3:before {
	content: "\79";
}
.minia-icon-arrow-up-3:before {
	content: "\7a";
}
.minia-icon-move:before {
	content: "\7b";
}
.minia-icon-movie:before {
	content: "\7c";
}
.minia-icon-refresh:before {
	content: "\7d";
}
.minia-icon-picture:before {
	content: "\e000";
}
.minia-icon-music:before {
	content: "\e001";
}
.minia-icon-disk:before {
	content: "\e002";
}
.minia-icon-camera:before {
	content: "\e003";
}
.minia-icon-film:before {
	content: "\e004";
}
.minia-icon-tablet-2:before {
	content: "\e005";
}
.minia-icon-ipod:before {
	content: "\e006";
}
.minia-icon-camera-2:before {
	content: "\e007";
}
.minia-icon-mouse:before {
	content: "\e008";
}
.minia-icon-volume:before {
	content: "\e009";
}
.minia-icon-monitor:before {
	content: "\e00a";
}
.minia-icon-thumbs-up:before {
	content: "\e00b";
}
.minia-icon-thumbs-down:before {
	content: "\e00c";
}
.minia-icon-neutral:before {
	content: "\e00d";
}
.minia-icon-grin:before {
	content: "\e00e";
}
.minia-icon-heart:before {
	content: "\e00f";
}
.minia-icon-pacman:before {
	content: "\e010";
}
.minia-icon-star:before {
	content: "\e011";
}
.minia-icon-star-2:before {
	content: "\e012";
}
.minia-icon-envelope:before {
	content: "\e013";
}
.minia-icon-comment:before {
	content: "\e014";
}
.minia-icon-comment-2:before {
	content: "\e015";
}
.minia-icon-user:before {
	content: "\e016";
}
.minia-icon-download:before {
	content: "\e017";
}
.minia-icon-upload:before {
	content: "\e018";
}
.minia-icon-inbox:before {
	content: "\e019";
}
.minia-icon-partial:before {
	content: "\e01a";
}
.minia-icon-unchecked:before {
	content: "\e01b";
}
.minia-icon-checked:before {
	content: "\e01c";
}
.minia-icon-circles:before {
	content: "\e01d";
}
.minia-icon-pencil-2:before {
	content: "\e01e";
}
.minia-icon-flag:before {
	content: "\e01f";
}
.minia-icon-link:before {
	content: "\e020";
}
.minia-icon-stop:before {
	content: "\e021";
}
.minia-icon-play:before {
	content: "\e022";
}
.minia-icon-pause:before {
	content: "\e023";
}
.minia-icon-next:before {
	content: "\e024";
}
.minia-icon-previous:before {
	content: "\e025";
}
.minia-icon-drink:before {
	content: "\e026";
}
.minia-icon-drink-2:before {
	content: "\e027";
}
.minia-icon-hamburger:before {
	content: "\e028";
}
.minia-icon-mug:before {
	content: "\e029";
}
.minia-icon-calendar:before {
	content: "\e02a";
}
.minia-icon-clock:before {
	content: "\e02b";
}
.minia-icon-calendar-2:before {
	content: "\e02c";
}
.minia-icon-compass:before {
	content: "\e02d";
}

/* Iconic icon set */
[class^="iconic-icon-"]:before, [class*=" iconic-icon-"]:before {
	font-family: 'iconic';
	font-style: normal;
	speak: none;
}
.iconic-icon-chat:before {
	content: "\21";
}
.iconic-icon-chat-alt-stroke:before {
	content: "\22";
}
.iconic-icon-chat-alt-fill:before {
	content: "\23";
}
.iconic-icon-comment-alt1-stroke:before {
	content: "\24";
}
.iconic-icon-comment-alt1-fill:before {
	content: "\25";
}
.iconic-icon-comment-stroke:before {
	content: "\26";
}
.iconic-icon-comment-fill:before {
	content: "\27";
}
.iconic-icon-comment-alt2-stroke:before {
	content: "\28";
}
.iconic-icon-comment-alt2-fill:before {
	content: "\29";
}
.iconic-icon-checkmark:before {
	content: "\2a";
}
.iconic-icon-check-alt:before {
	content: "\2b";
}
.iconic-icon-x:before {
	content: "\2c";
}
.iconic-icon-x-altx-alt:before {
	content: "\2d";
}
.iconic-icon-denied:before {
	content: "\2e";
}
.iconic-icon-cursor:before {
	content: "\2f";
}
.iconic-icon-rss:before {
	content: "\30";
}
.iconic-icon-rss-alt:before {
	content: "\31";
}
.iconic-icon-wrench:before {
	content: "\32";
}
.iconic-icon-dial:before {
	content: "\33";
}
.iconic-icon-cog:before {
	content: "\34";
}
.iconic-icon-calendar:before {
	content: "\35";
}
.iconic-icon-calendar-alt-stroke:before {
	content: "\36";
}
.iconic-icon-calendar-alt-fill:before {
	content: "\37";
}
.iconic-icon-share:before {
	content: "\38";
}
.iconic-icon-mail:before {
	content: "\39";
}
.iconic-icon-heart-stroke:before {
	content: "\3a";
}
.iconic-icon-heart-fill:before {
	content: "\3b";
}
.iconic-icon-movie:before {
	content: "\3c";
}
.iconic-icon-document-alt-stroke:before {
	content: "\3d";
}
.iconic-icon-document-alt-fill:before {
	content: "\3e";
}
.iconic-icon-document-stroke:before {
	content: "\3f";
}
.iconic-icon-document-fill:before {
	content: "\40";
}
.iconic-icon-plus:before {
	content: "\41";
}
.iconic-icon-plus-alt:before {
	content: "\42";
}
.iconic-icon-minus:before {
	content: "\43";
}
.iconic-icon-minus-alt:before {
	content: "\44";
}
.iconic-icon-pin:before {
	content: "\45";
}
.iconic-icon-link:before {
	content: "\46";
}
.iconic-icon-bolt:before {
	content: "\47";
}
.iconic-icon-move:before {
	content: "\48";
}
.iconic-icon-move-alt1:before {
	content: "\49";
}
.iconic-icon-move-alt2:before {
	content: "\4a";
}
.iconic-icon-equalizer:before {
	content: "\4b";
}
.iconic-icon-award-fill:before {
	content: "\4c";
}
.iconic-icon-award-stroke:before {
	content: "\4d";
}
.iconic-icon-magnifying-glass:before {
	content: "\4e";
}
.iconic-icon-trash-stroke:before {
	content: "\4f";
}
.iconic-icon-trash-fill:before {
	content: "\50";
}
.iconic-icon-beaker-alt:before {
	content: "\51";
}
.iconic-icon-beaker:before {
	content: "\52";
}
.iconic-icon-key-stroke:before {
	content: "\53";
}
.iconic-icon-key-fill:before {
	content: "\54";
}
.iconic-icon-new-window:before {
	content: "\55";
}
.iconic-icon-lightbulb:before {
	content: "\56";
}
.iconic-icon-spin-alt:before {
	content: "\57";
}
.iconic-icon-spin:before {
	content: "\58";
}
.iconic-icon-curved-arrow:before {
	content: "\59";
}
.iconic-icon-undo:before {
	content: "\5a";
}
.iconic-icon-reload:before {
	content: "\5b";
}
.iconic-icon-reload-alt:before {
	content: "\5c";
}
.iconic-icon-loop:before {
	content: "\5d";
}
.iconic-icon-loop-alt1:before {
	content: "\5e";
}
.iconic-icon-loop-alt2:before {
	content: "\5f";
}
.iconic-icon-loop-alt3:before {
	content: "\60";
}
.iconic-icon-loop-alt4:before {
	content: "\61";
}
.iconic-icon-transfer:before {
	content: "\62";
}
.iconic-icon-move-vertical:before {
	content: "\63";
}
.iconic-icon-move-vertical-alt1:before {
	content: "\64";
}
.iconic-icon-move-vertical-alt2:before {
	content: "\65";
}
.iconic-icon-move-horizontal:before {
	content: "\66";
}
.iconic-icon-move-horizontal-alt1:before {
	content: "\67";
}
.iconic-icon-move-horizontal-alt2:before {
	content: "\68";
}
.iconic-icon-arrow-left:before {
	content: "\69";
}
.iconic-icon-arrow-left-alt1:before {
	content: "\6a";
}
.iconic-icon-arrow-left-alt2:before {
	content: "\6b";
}
.iconic-icon-arrow-right:before {
	content: "\6c";
}
.iconic-icon-arrow-right-alt1:before {
	content: "\6d";
}
.iconic-icon-arrow-right-alt2:before {
	content: "\6e";
}
.iconic-icon-arrow-up:before {
	content: "\6f";
}
.iconic-icon-arrow-up-alt1:before {
	content: "\70";
}
.iconic-icon-arrow-up-alt2:before {
	content: "\71";
}
.iconic-icon-arrow-down:before {
	content: "\72";
}
.iconic-icon-arrow-down-alt1:before {
	content: "\73";
}
.iconic-icon-arrow-down-alt2:before {
	content: "\74";
}
.iconic-icon-cd:before {
	content: "\75";
}
.iconic-icon-steering-wheel:before {
	content: "\76";
}
.iconic-icon-microphone:before {
	content: "\77";
}
.iconic-icon-headphones:before {
	content: "\78";
}
.iconic-icon-volume:before {
	content: "\79";
}
.iconic-icon-volume-mute:before {
	content: "\7a";
}
.iconic-icon-play:before {
	content: "\7b";
}
.iconic-icon-pause:before {
	content: "\7c";
}
.iconic-icon-stop:before {
	content: "\7d";
}
.iconic-icon-eject:before {
	content: "\e000";
}
.iconic-icon-first:before {
	content: "\e001";
}
.iconic-icon-last:before {
	content: "\e002";
}
.iconic-icon-play-alt:before {
	content: "\e003";
}
.iconic-icon-fullscreen-exit:before {
	content: "\e004";
}
.iconic-icon-fullscreen-exit-alt:before {
	content: "\e005";
}
.iconic-icon-fullscreen:before {
	content: "\e006";
}
.iconic-icon-fullscreen-alt:before {
	content: "\e007";
}
.iconic-icon-iphone:before {
	content: "\e008";
}
.iconic-icon-battery-empty:before {
	content: "\e009";
}
.iconic-icon-battery-half:before {
	content: "\e00a";
}
.iconic-icon-battery-full:before {
	content: "\e00b";
}
.iconic-icon-battery-charging:before {
	content: "\e00c";
}
.iconic-icon-compass:before {
	content: "\e00d";
}
.iconic-icon-panel:before {
	content: "\e00e";
}
.iconic-icon-folder-stroke:before {
	content: "\e00f";
}
.iconic-icon-folder-fill:before {
	content: "\e010";
}
.iconic-icon-at:before {
	content: "\e011";
}
.iconic-icon-ampersand:before {
	content: "\e012";
}
.iconic-icon-info:before {
	content: "\e013";
}
.iconic-icon-question-mark:before {
	content: "\e014";
}
.iconic-icon-pilcrow:before {
	content: "\e015";
}
.iconic-icon-hash:before {
	content: "\e016";
}
.iconic-icon-left-quote:before {
	content: "\e017";
}
.iconic-icon-right-quote:before {
	content: "\e018";
}
.iconic-icon-left-quote-alt:before {
	content: "\e019";
}
.iconic-icon-right-quote-alt:before {
	content: "\e01a";
}
.iconic-icon-article:before {
	content: "\e01b";
}
.iconic-icon-read-more:before {
	content: "\e01c";
}
.iconic-icon-list:before {
	content: "\e01d";
}
.iconic-icon-list-nested:before {
	content: "\e01e";
}
.iconic-icon-book:before {
	content: "\e01f";
}
.iconic-icon-book-alt:before {
	content: "\e020";
}
.iconic-icon-book-alt2:before {
	content: "\e021";
}
.iconic-icon-pen:before {
	content: "\e022";
}
.iconic-icon-pen-alt-stroke:before {
	content: "\e023";
}
.iconic-icon-pen-alt-fill:before {
	content: "\e024";
}
.iconic-icon-pen-alt2:before {
	content: "\e025";
}
.iconic-icon-brush:before {
	content: "\e026";
}
.iconic-icon-brush-alt:before {
	content: "\e027";
}
.iconic-icon-eyedropper:before {
	content: "\e028";
}
.iconic-icon-layers-alt:before {
	content: "\e029";
}
.iconic-icon-layers:before {
	content: "\e02a";
}
.iconic-icon-image:before {
	content: "\e02b";
}
.iconic-icon-camera:before {
	content: "\e02c";
}
.iconic-icon-aperture:before {
	content: "\e02d";
}
.iconic-icon-aperture-alt:before {
	content: "\e02e";
}
.iconic-icon-chart:before {
	content: "\e02f";
}
.iconic-icon-chart-alt:before {
	content: "\e030";
}
.iconic-icon-bars:before {
	content: "\e031";
}
.iconic-icon-bars-alt:before {
	content: "\e032";
}
.iconic-icon-eye:before {
	content: "\e033";
}
.iconic-icon-user:before {
	content: "\e034";
}
.iconic-icon-home:before {
	content: "\e035";
}
.iconic-icon-clock:before {
	content: "\e036";
}
.iconic-icon-lock-stroke:before {
	content: "\e037";
}
.iconic-icon-lock-fill:before {
	content: "\e038";
}
.iconic-icon-unlock-stroke:before {
	content: "\e039";
}
.iconic-icon-unlock-fill:before {
	content: "\e03a";
}
.iconic-icon-tag-stroke:before {
	content: "\e03b";
}
.iconic-icon-tag-fill:before {
	content: "\e03c";
}
.iconic-icon-sun-stroke:before {
	content: "\e03d";
}
.iconic-icon-sun-fill:before {
	content: "\e03e";
}
.iconic-icon-moon-stroke:before {
	content: "\e03f";
}
.iconic-icon-moon-fill:before {
	content: "\e040";
}
.iconic-icon-cloud:before {
	content: "\e041";
}
.iconic-icon-rain:before {
	content: "\e042";
}
.iconic-icon-umbrella:before {
	content: "\e043";
}
.iconic-icon-star:before {
	content: "\e044";
}
.iconic-icon-map-pin-stroke:before {
	content: "\e045";
}
.iconic-icon-map-pin-fill:before {
	content: "\e046";
}
.iconic-icon-map-pin-alt:before {
	content: "\e047";
}
.iconic-icon-target:before {
	content: "\e048";
}
.iconic-icon-download:before {
	content: "\e049";
}
.iconic-icon-upload:before {
	content: "\e04a";
}
.iconic-icon-cloud-download:before {
	content: "\e04b";
}
.iconic-icon-cloud-upload:before {
	content: "\e04c";
}
.iconic-icon-fork:before {
	content: "\e04d";
}
.iconic-icon-paperclip:before {
	content: "\e04e";
}

/* Meteocons icon set*/
[class^="meteo-icon-"]:before, [class*=" meteo-icon-"]:before {
	font-family: 'meteocons';
	font-style: normal;
	speak: none;
}
.meteo-icon-sunrise:before {
	content: "\21";
}
.meteo-icon-sun:before {
	content: "\22";
}
.meteo-icon-moon:before {
	content: "\23";
}
.meteo-icon-sun-2:before {
	content: "\24";
}
.meteo-icon-windy:before {
	content: "\25";
}
.meteo-icon-wind:before {
	content: "\26";
}
.meteo-icon-snowflake:before {
	content: "\27";
}
.meteo-icon-cloudy:before {
	content: "\28";
}
.meteo-icon-cloud:before {
	content: "\29";
}
.meteo-icon-weather:before {
	content: "\2a";
}
.meteo-icon-weather-2:before {
	content: "\2b";
}
.meteo-icon-weather-3:before {
	content: "\2c";
}
.meteo-icon-lines:before {
	content: "\2d";
}
.meteo-icon-cloud-2:before {
	content: "\2e";
}
.meteo-icon-lightning:before {
	content: "\2f";
}
.meteo-icon-lightning-2:before {
	content: "\30";
}
.meteo-icon-rainy:before {
	content: "\31";
}
.meteo-icon-rainy-2:before {
	content: "\32";
}
.meteo-icon-windy-2:before {
	content: "\33";
}
.meteo-icon-windy-3:before {
	content: "\34";
}
.meteo-icon-snowy:before {
	content: "\35";
}
.meteo-icon-snowy-2:before {
	content: "\36";
}
.meteo-icon-snowy-3:before {
	content: "\37";
}
.meteo-icon-weather-4:before {
	content: "\38";
}
.meteo-icon-cloudy-2:before {
	content: "\39";
}
.meteo-icon-cloud-3:before {
	content: "\3a";
}
.meteo-icon-lightning-3:before {
	content: "\3b";
}
.meteo-icon-sun-3:before {
	content: "\3c";
}
.meteo-icon-moon-2:before {
	content: "\3d";
}
.meteo-icon-cloudy-3:before {
	content: "\3e";
}
.meteo-icon-cloud-4:before {
	content: "\3f";
}
.meteo-icon-cloud-5:before {
	content: "\40";
}
.meteo-icon-lightning-4:before {
	content: "\41";
}
.meteo-icon-rainy-3:before {
	content: "\42";
}
.meteo-icon-rainy-4:before {
	content: "\43";
}
.meteo-icon-windy-4:before {
	content: "\44";
}
.meteo-icon-windy-5:before {
	content: "\45";
}
.meteo-icon-snowy-4:before {
	content: "\46";
}
.meteo-icon-snowy-5:before {
	content: "\47";
}
.meteo-icon-weather-5:before {
	content: "\48";
}
.meteo-icon-cloudy-4:before {
	content: "\49";
}
.meteo-icon-lightning-5:before {
	content: "\4a";
}
.meteo-icon-thermometer:before {
	content: "\4b";
}
.meteo-icon-compass:before {
	content: "\4c";
}
.meteo-icon-none:before {
	content: "\4d";
}
.meteo-icon-Celsius:before {
	content: "\4e";
}
.meteo-icon-Fahrenheit:before {
	content: "\4f";
}

/* Silkcons icons set */
[class^="silk-icon-"]:before, [class*=" silk-icon-"]:before {
	font-family: 'silkcons';
	font-style: normal;
	speak: none;
}
.silk-icon-expand:before {
	content: "\21";
}
.silk-icon-expand-2:before {
	content: "\22";
}
.silk-icon-untitled:before {
	content: "\23";
}
.silk-icon-shrink:before {
	content: "\24";
}
.silk-icon-plus:before {
	content: "\25";
}
.silk-icon-minus:before {
	content: "\26";
}
.silk-icon-notes:before {
	content: "\27";
}
.silk-icon-notebook:before {
	content: "\28";
}
.silk-icon-popout:before {
	content: "\29";
}
.silk-icon-popout-2:before {
	content: "\2a";
}
.silk-icon-arrow-down:before {
	content: "\2b";
}
.silk-icon-arrow-up:before {
	content: "\2c";
}
.silk-icon-arrow-left:before {
	content: "\2d";
}
.silk-icon-arrow-right:before {
	content: "\2e";
}
.silk-icon-arrow-down-2:before {
	content: "\2f";
}
.silk-icon-arrow-up-2:before {
	content: "\30";
}
.silk-icon-arrow-left-2:before {
	content: "\31";
}
.silk-icon-arrow-right-2:before {
	content: "\32";
}
.silk-icon-target:before {
	content: "\33";
}
.silk-icon-clock:before {
	content: "\34";
}
.silk-icon-cloud:before {
	content: "\35";
}
.silk-icon-cloud-2:before {
	content: "\36";
}
.silk-icon-mobile:before {
	content: "\37";
}
.silk-icon-expand-3:before {
	content: "\38";
}
.silk-icon-contract:before {
	content: "\39";
}
.silk-icon-chart:before {
	content: "\3a";
}
.silk-icon-checkmark:before {
	content: "\3b";
}
.silk-icon-cancel:before {
	content: "\3c";
}
.silk-icon-enter:before {
	content: "\3d";
}
.silk-icon-exit:before {
	content: "\3e";
}
.silk-icon-download:before {
	content: "\3f";
}
.silk-icon-upload:before {
	content: "\40";
}
.silk-icon-heart:before {
	content: "\41";
}
.silk-icon-heart-2:before {
	content: "\42";
}
.silk-icon-heart-3:before {
	content: "\43";
}
.silk-icon-vector:before {
	content: "\44";
}
.silk-icon-vector-2:before {
	content: "\45";
}
.silk-icon-star:before {
	content: "\46";
}
.silk-icon-star-half:before {
	content: "\47";
}
.silk-icon-star-empty:before {
	content: "\48";
}
.silk-icon-eraser:before {
	content: "\49";
}
.silk-icon-pencil:before {
	content: "\4a";
}
.silk-icon-calendar:before {
	content: "\4b";
}
.silk-icon-marker:before {
	content: "\4c";
}
.silk-icon-arrow:before {
	content: "\4d";
}
.silk-icon-arrow-2:before {
	content: "\4e";
}
.silk-icon-undo:before {
	content: "\4f";
}
.silk-icon-redo:before {
	content: "\50";
}
.silk-icon-console:before {
	content: "\51";
}
.silk-icon-picture:before {
	content: "\52";
}
.silk-icon-droplet:before {
	content: "\53";
}
.silk-icon-droplet-2:before {
	content: "\54";
}
.silk-icon-arrow-up-3:before {
	content: "\55";
}
.silk-icon-arrow-down-3:before {
	content: "\56";
}
.silk-icon-arrow-left-3:before {
	content: "\57";
}
.silk-icon-arrow-right-3:before {
	content: "\58";
}
.silk-icon-pictures:before {
	content: "\59";
}
.silk-icon-frame:before {
	content: "\5a";
}
.silk-icon-cloud-play:before {
	content: "\5b";
}
.silk-icon-cover-flow:before {
	content: "\5c";
}
.silk-icon-columns:before {
	content: "\5d";
}
.silk-icon-list:before {
	content: "\5e";
}
.silk-icon-icons:before {
	content: "\5f";
}
.silk-icon-home:before {
	content: "\60";
}
.silk-icon-office:before {
	content: "\61";
}
.silk-icon-camera:before {
	content: "\62";
}
.silk-icon-redo-2:before {
	content: "\63";
}
.silk-icon-refresh:before {
	content: "\64";
}
.silk-icon-undo-2:before {
	content: "\65";
}
.silk-icon-credit-card:before {
	content: "\66";
}
.silk-icon-podcast:before {
	content: "\67";
}
.silk-icon-share:before {
	content: "\68";
}
.silk-icon-calculator:before {
	content: "\69";
}
.silk-icon-play:before {
	content: "\6a";
}
.silk-icon-search:before {
	content: "\6b";
}
.silk-icon-chat:before {
	content: "\6c";
}
.silk-icon-umbrella:before {
	content: "\6d";
}
.silk-icon-drops:before {
	content: "\6e";
}
.silk-icon-sun:before {
	content: "\6f";
}
.silk-icon-battery-empty:before {
	content: "\70";
}
.silk-icon-battery-charging:before {
	content: "\71";
}
.silk-icon-battery-low:before {
	content: "\72";
}
.silk-icon-battery:before {
	content: "\73";
}
.silk-icon-battery-full:before {
	content: "\74";
}
.silk-icon-battery-warning:before {
	content: "\75";
}
.silk-icon-grass:before {
	content: "\76";
}
.silk-icon-food:before {
	content: "\77";
}
.silk-icon-pointer:before {
	content: "\78";
}
.silk-icon-drawer:before {
	content: "\79";
}
.silk-icon-envelope:before {
	content: "\7a";
}
.silk-icon-rainbow:before {
	content: "\7b";
}
.silk-icon-trashcan:before {
	content: "\7c";
}
.silk-icon-lollipop:before {
	content: "\7d";
}
.silk-icon-contrast:before {
	content: "\e000";
}
.silk-icon-crop:before {
	content: "\e001";
}
.silk-icon-untitled-2:before {
	content: "\e002";
}
.silk-icon-boat:before {
	content: "\e003";
}
.silk-icon-puzzle:before {
	content: "\e004";
}
.silk-icon-tshirt:before {
	content: "\e005";
}
.silk-icon-yinyang:before {
	content: "\e006";
}
.silk-icon-watch:before {
	content: "\e007";
}
.silk-icon-bars:before {
	content: "\e008";
}
.silk-icon-wand:before {
	content: "\e009";
}
.silk-icon-music:before {
	content: "\e00a";
}
.silk-icon-music-2:before {
	content: "\e00b";
}
.silk-icon-checklist:before {
	content: "\e00c";
}
.silk-icon-notes-2:before {
	content: "\e00d";
}
.silk-icon-power:before {
	content: "\e00e";
}
.silk-icon-folder:before {
	content: "\e00f";
}
.silk-icon-broadcast:before {
	content: "\e010";
}
.silk-icon-locked:before {
	content: "\e011";
}
.silk-icon-unlocked:before {
	content: "\e012";
}
.silk-icon-desktop:before {
	content: "\e013";
}
.silk-icon-warning:before {
	content: "\e014";
}
.silk-icon-happy:before {
	content: "\e015";
}
.silk-icon-fence:before {
	content: "\e016";
}

/* Typicons icons set */
[class^="typ-icon-"]:before, [class*=" typ-icon-"]:before {
	font-family: 'typicons';
	font-style: normal;
	speak: none;
}
.typ-icon-battery-low:before {
	content: "\e000";
}
.typ-icon-battery:before {
	content: "\e001";
}
.typ-icon-battery-full:before {
	content: "\e002";
}
.typ-icon-battery-charging:before {
	content: "\e003";
}
.typ-icon-plus:before {
	content: "\e004";
}
.typ-icon-cross:before {
	content: "\e005";
}
.typ-icon-arrow-right:before {
	content: "\e006";
}
.typ-icon-arrow-left:before {
	content: "\e007";
}
.typ-icon-pencil:before {
	content: "\e008";
}
.typ-icon-search:before {
	content: "\e009";
}
.typ-icon-grid:before {
	content: "\e00a";
}
.typ-icon-list:before {
	content: "\e00b";
}
.typ-icon-star:before {
	content: "\e00c";
}
.typ-icon-heart:before {
	content: "\e00d";
}
.typ-icon-back:before {
	content: "\e00e";
}
.typ-icon-forward:before {
	content: "\e00f";
}
.typ-icon-map-marker:before {
	content: "\e010";
}
.typ-icon-phone:before {
	content: "\e011";
}
.typ-icon-home:before {
	content: "\e012";
}
.typ-icon-camera:before {
	content: "\e013";
}
.typ-icon-arrow-left-2:before {
	content: "\e014";
}
.typ-icon-arrow-right-2:before {
	content: "\e015";
}
.typ-icon-arrow-up:before {
	content: "\e016";
}
.typ-icon-arrow-down:before {
	content: "\e017";
}
.typ-icon-refresh:before {
	content: "\e018";
}
.typ-icon-refresh-2:before {
	content: "\e019";
}
.typ-icon-escape:before {
	content: "\e01a";
}
.typ-icon-repeat:before {
	content: "\e01b";
}
.typ-icon-loop:before {
	content: "\e01c";
}
.typ-icon-shuffle:before {
	content: "\e01d";
}
.typ-icon-feed:before {
	content: "\e01e";
}
.typ-icon-cog:before {
	content: "\e01f";
}
.typ-icon-wrench:before {
	content: "\e020";
}
.typ-icon-bars:before {
	content: "\e021";
}
.typ-icon-chart:before {
	content: "\e022";
}
.typ-icon-stats:before {
	content: "\e023";
}
.typ-icon-eye:before {
	content: "\e024";
}
.typ-icon-zoom-out:before {
	content: "\e025";
}
.typ-icon-zoom-in:before {
	content: "\e026";
}
.typ-icon-export:before {
	content: "\e027";
}
.typ-icon-user:before {
	content: "\e028";
}
.typ-icon-users:before {
	content: "\e029";
}
.typ-icon-microphone:before {
	content: "\e02a";
}
.typ-icon-mail:before {
	content: "\e02b";
}
.typ-icon-comment:before {
	content: "\e02c";
}
.typ-icon-trashcan:before {
	content: "\e02d";
}
.typ-icon-delete:before {
	content: "\e02e";
}
.typ-icon-infinity:before {
	content: "\e02f";
}
.typ-icon-key:before {
	content: "\e030";
}
.typ-icon-globe:before {
	content: "\e031";
}
.typ-icon-thumbs-up:before {
	content: "\e032";
}
.typ-icon-thumbs-down:before {
	content: "\e033";
}
.typ-icon-tag:before {
	content: "\e034";
}
.typ-icon-views:before {
	content: "\e035";
}
.typ-icon-warning:before {
	content: "\e036";
}
.typ-icon-beta:before {
	content: "\e037";
}
.typ-icon-unlocked:before {
	content: "\e038";
}
.typ-icon-locked:before {
	content: "\e039";
}
.typ-icon-eject:before {
	content: "\e03a";
}
.typ-icon-move:before {
	content: "\e03b";
}
.typ-icon-expand:before {
	content: "\e03c";
}
.typ-icon-cancel:before {
	content: "\e03d";
}
.typ-icon-electricity:before {
	content: "\e03e";
}
.typ-icon-compass:before {
	content: "\e03f";
}
.typ-icon-location:before {
	content: "\e040";
}
.typ-icon-directions:before {
	content: "\e041";
}
.typ-icon-pin:before {
	content: "\e042";
}
.typ-icon-mute:before {
	content: "\e043";
}
.typ-icon-volume:before {
	content: "\e044";
}
.typ-icon-globe-2:before {
	content: "\e045";
}
.typ-icon-pencil-2:before {
	content: "\e046";
}
.typ-icon-minus:before {
	content: "\e047";
}
.typ-icon-equals:before {
	content: "\e048";
}
.typ-icon-list-2:before {
	content: "\e049";
}
.typ-icon-flag:before {
	content: "\e04a";
}
.typ-icon-info:before {
	content: "\e04b";
}
.typ-icon-question:before {
	content: "\e04c";
}
.typ-icon-chat:before {
	content: "\e04d";
}
.typ-icon-clock:before {
	content: "\e04e";
}
.typ-icon-calendar:before {
	content: "\e04f";
}
.typ-icon-sun:before {
	content: "\e050";
}
.typ-icon-contrast:before {
	content: "\e051";
}
.typ-icon-mobile:before {
	content: "\e052";
}
.typ-icon-download:before {
	content: "\e053";
}
.typ-icon-puzzle:before {
	content: "\e054";
}
.typ-icon-music:before {
	content: "\e055";
}
.typ-icon-scissors:before {
	content: "\e056";
}
.typ-icon-bookmark:before {
	content: "\e057";
}
.typ-icon-anchor:before {
	content: "\e058";
}
.typ-icon-checkmark:before {
	content: "\e059";
}

/* Wp zoom font */
[class^="wpzoom-"]:before, [class*=" wpzoom-"]:before {
	font-family: 'wpzoom';
	font-style: normal;
	speak: none;
}
.wpzoom-facebook:before {
	content: "\21";
}
.wpzoom-twitter-old:before {
	content: "\22";
}
.wpzoom-share:before {
	content: "\23";
}
.wpzoom-feed:before {
	content: "\24";
}
.wpzoom-bird:before {
	content: "\25";
}
.wpzoom-chat:before {
	content: "\26";
}
.wpzoom-envelope:before {
	content: "\27";
}
.wpzoom-envelope-2:before {
	content: "\28";
}
.wpzoom-phone:before {
	content: "\29";
}
.wpzoom-phone-2:before {
	content: "\2a";
}
.wpzoom-phone-3:before {
	content: "\2b";
}
.wpzoom-mobile:before {
	content: "\2c";
}
.wpzoom-ipod:before {
	content: "\2d";
}
.wpzoom-monitor:before {
	content: "\2e";
}
.wpzoom-laptop:before {
	content: "\2f";
}
.wpzoom-modem:before {
	content: "\30";
}
.wpzoom-speaker:before {
	content: "\31";
}
.wpzoom-window:before {
	content: "\32";
}
.wpzoom-server:before {
	content: "\33";
}
.wpzoom-hdd:before {
	content: "\34";
}
.wpzoom-keyboard:before {
	content: "\35";
}
.wpzoom-mouse:before {
	content: "\36";
}
.wpzoom-cd:before {
	content: "\37";
}
.wpzoom-floppy:before {
	content: "\38";
}
.wpzoom-hardware:before {
	content: "\39";
}
.wpzoom-usb:before {
	content: "\3a";
}
.wpzoom-cord:before {
	content: "\3b";
}
.wpzoom-socket:before {
	content: "\3c";
}
.wpzoom-socket-2:before {
	content: "\3d";
}
.wpzoom-socket-3:before {
	content: "\3e";
}
.wpzoom-printer:before {
	content: "\3f";
}
.wpzoom-camera:before {
	content: "\40";
}
.wpzoom-pictures:before {
	content: "\41";
}
.wpzoom-eye:before {
	content: "\42";
}
.wpzoom-untitled:before {
	content: "\43";
}
.wpzoom-film:before {
	content: "\44";
}
.wpzoom-camera-2:before {
	content: "\45";
}
.wpzoom-movie:before {
	content: "\46";
}
.wpzoom-tv:before {
	content: "\47";
}
.wpzoom-camera-3:before {
	content: "\48";
}
.wpzoom-camera-4:before {
	content: "\49";
}
.wpzoom-volume:before {
	content: "\4a";
}
.wpzoom-music:before {
	content: "\4b";
}
.wpzoom-microphone:before {
	content: "\4c";
}
.wpzoom-radio:before {
	content: "\4d";
}
.wpzoom-ipod-2:before {
	content: "\4e";
}
.wpzoom-headphone:before {
	content: "\4f";
}
.wpzoom-cassette:before {
	content: "\50";
}
.wpzoom-broadcast:before {
	content: "\51";
}
.wpzoom-broadcast-2:before {
	content: "\52";
}
.wpzoom-calculator:before {
	content: "\53";
}
.wpzoom-gamepad:before {
	content: "\54";
}
.wpzoom-gamepad-2:before {
	content: "\55";
}
.wpzoom-cog:before {
	content: "\56";
}
.wpzoom-shield:before {
	content: "\57";
}
.wpzoom-skull:before {
	content: "\58";
}
.wpzoom-bug:before {
	content: "\59";
}
.wpzoom-mine:before {
	content: "\5a";
}
.wpzoom-earth:before {
	content: "\5b";
}
.wpzoom-globe:before {
	content: "\5c";
}
.wpzoom-planet:before {
	content: "\5d";
}
.wpzoom-battery:before {
	content: "\5e";
}
.wpzoom-battery-low:before {
	content: "\5f";
}
.wpzoom-battery-2:before {
	content: "\60";
}
.wpzoom-battery-full:before {
	content: "\61";
}
.wpzoom-folder:before {
	content: "\62";
}
.wpzoom-search:before {
	content: "\63";
}
.wpzoom-zoom-out:before {
	content: "\64";
}
.wpzoom-zoom-in:before {
	content: "\65";
}
.wpzoom-binocular:before {
	content: "\66";
}
.wpzoom-location:before {
	content: "\67";
}
.wpzoom-pin:before {
	content: "\68";
}
.wpzoom-file:before {
	content: "\69";
}
.wpzoom-tag:before {
	content: "\6a";
}
.wpzoom-quote:before {
	content: "\6b";
}
.wpzoom-attachment:before {
	content: "\6c";
}
.wpzoom-bookmark:before {
	content: "\6d";
}
.wpzoom-bookmark-2:before {
	content: "\6e";
}
.wpzoom-newspaper:before {
	content: "\6f";
}
.wpzoom-notebook:before {
	content: "\70";
}
.wpzoom-address-book:before {
	content: "\71";
}
.wpzoom-clipboard:before {
	content: "\72";
}
.wpzoom-clipboard-2:before {
	content: "\73";
}
.wpzoom-board:before {
	content: "\74";
}
.wpzoom-pencil:before {
	content: "\75";
}
.wpzoom-pen:before {
	content: "\76";
}
.wpzoom-user:before {
	content: "\77";
}
.wpzoom-user-2:before {
	content: "\78";
}
.wpzoom-user-3:before {
	content: "\79";
}
.wpzoom-trashcan:before {
	content: "\7a";
}
.wpzoom-cart:before {
	content: "\7b";
}
.wpzoom-bag:before {
	content: "\7c";
}
.wpzoom-suitcase:before {
	content: "\7d";
}
.wpzoom-card:before {
	content: "\e000";
}
.wpzoom-book:before {
	content: "\e001";
}
.wpzoom-gift:before {
	content: "\e002";
}
.wpzoom-lamp:before {
	content: "\e003";
}
.wpzoom-settings:before {
	content: "\e004";
}
.wpzoom-support:before {
	content: "\e005";
}
.wpzoom-medicine:before {
	content: "\e006";
}
.wpzoom-cone:before {
	content: "\e007";
}
.wpzoom-locked:before {
	content: "\e008";
}
.wpzoom-unlocked:before {
	content: "\e009";
}
.wpzoom-key:before {
	content: "\e00a";
}
.wpzoom-info:before {
	content: "\e00b";
}
.wpzoom-clock:before {
	content: "\e00c";
}
.wpzoom-timer:before {
	content: "\e00d";
}
.wpzoom-food:before {
	content: "\e00e";
}
.wpzoom-drink:before {
	content: "\e00f";
}
.wpzoom-mug:before {
	content: "\e010";
}
.wpzoom-cup:before {
	content: "\e011";
}
.wpzoom-drink-2:before {
	content: "\e012";
}
.wpzoom-mug-2:before {
	content: "\e013";
}
.wpzoom-lollipop:before {
	content: "\e014";
}
.wpzoom-lab:before {
	content: "\e015";
}
.wpzoom-puzzle:before {
	content: "\e016";
}
.wpzoom-flag:before {
	content: "\e017";
}
.wpzoom-star:before {
	content: "\e018";
}
.wpzoom-heart:before {
	content: "\e019";
}
.wpzoom-badge:before {
	content: "\e01a";
}
.wpzoom-cup-2:before {
	content: "\e01b";
}
.wpzoom-scissors:before {
	content: "\e01c";
}
.wpzoom-snowflake:before {
	content: "\e01d";
}
.wpzoom-cloud:before {
	content: "\e01e";
}
.wpzoom-lightning:before {
	content: "\e01f";
}
.wpzoom-night:before {
	content: "\e020";
}
.wpzoom-sunny:before {
	content: "\e021";
}
.wpzoom-droplet:before {
	content: "\e022";
}
.wpzoom-umbrella:before {
	content: "\e023";
}
.wpzoom-truck:before {
	content: "\e024";
}
.wpzoom-car:before {
	content: "\e025";
}
.wpzoom-gas-pump:before {
	content: "\e026";
}
.wpzoom-factory:before {
	content: "\e027";
}
.wpzoom-tree:before {
	content: "\e028";
}
.wpzoom-leaf:before {
	content: "\e029";
}
.wpzoom-flower:before {
	content: "\e02a";
}
.wpzoom-direction:before {
	content: "\e02b";
}
.wpzoom-thumbs-up:before {
	content: "\e02c";
}
.wpzoom-thumbs-down:before {
	content: "\e02d";
}
.wpzoom-pointer:before {
	content: "\e02e";
}
.wpzoom-pointer-2:before {
	content: "\e02f";
}
.wpzoom-pointer-3:before {
	content: "\e030";
}
.wpzoom-pointer-4:before {
	content: "\e031";
}
.wpzoom-arrow-up:before {
	content: "\e032";
}
.wpzoom-arrow-down:before {
	content: "\e033";
}
.wpzoom-arrow-left:before {
	content: "\e034";
}
.wpzoom-arrow-right:before {
	content: "\e035";
}
.wpzoom-arrow-top-right:before {
	content: "\e036";
}
.wpzoom-arrow-top-left:before {
	content: "\e037";
}
.wpzoom-arrow-bottom-right:before {
	content: "\e038";
}
.wpzoom-arrow-bottom-left:before {
	content: "\e039";
}
.wpzoom-contract:before {
	content: "\e03a";
}
.wpzoom-enlarge:before {
	content: "\e03b";
}
.wpzoom-refresh:before {
	content: "\e03c";
}

/* Ecoico icons */
[class^="eco-"]:before, [class*=" eco-"]:before {
	font-family: 'ecoico';
	font-style: normal;
	speak: none;
}
.eco-download:before {
	content: "\21";
}
.eco-chat:before {
	content: "\22";
}
.eco-archive:before {
	content: "\23";
}
.eco-user:before {
	content: "\24";
}
.eco-users:before {
	content: "\25";
}
.eco-archive-2:before {
	content: "\26";
}
.eco-earth:before {
	content: "\27";
}
.eco-location:before {
	content: "\28";
}
.eco-contract:before {
	content: "\29";
}
.eco-mobile:before {
	content: "\2a";
}
.eco-screen:before {
	content: "\2b";
}
.eco-mail:before {
	content: "\2c";
}
.eco-support:before {
	content: "\2d";
}
.eco-help:before {
	content: "\2e";
}
.eco-videos:before {
	content: "\2f";
}
.eco-pictures:before {
	content: "\30";
}
.eco-link:before {
	content: "\31";
}
.eco-search:before {
	content: "\32";
}
.eco-cog:before {
	content: "\33";
}
.eco-trashcan:before {
	content: "\34";
}
.eco-pencil:before {
	content: "\35";
}
.eco-info:before {
	content: "\36";
}
.eco-article:before {
	content: "\37";
}
.eco-clock:before {
	content: "\38";
}
.eco-photoshop:before {
	content: "\39";
}
.eco-illustrator:before {
	content: "\3a";
}
.eco-star:before {
	content: "\3b";
}
.eco-heart:before {
	content: "\3c";
}
.eco-bookmark:before {
	content: "\3d";
}
.eco-file:before {
	content: "\3e";
}
.eco-feed:before {
	content: "\3f";
}
.eco-locked:before {
	content: "\40";
}
.eco-unlocked:before {
	content: "\41";
}
.eco-refresh:before {
	content: "\42";
}
.eco-list:before {
	content: "\43";
}
.eco-share:before {
	content: "\44";
}
.eco-archive-3:before {
	content: "\45";
}
.eco-images:before {
	content: "\46";
}
.eco-images-2:before {
	content: "\47";
}
.eco-pencil-2:before {
	content: "\48";
}

/*Gluph halflings ( boostrap icons )*/

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../bundles/foxcore/theme/supAdmin/images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/active states of certain elements */

.icon-white,
.nav > .active > a > [class^="icon-"],
.nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"] {
  background-image: url("../bundles/foxcore/theme/supAdmin/images/glyphicons-halflings-white.png");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  background-position: -384px -120px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}
/*!
 * qTip2 - Pretty powerful tooltips - v2.0.1-4-g
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Fri Jan 4 2013 04:05 GMT+0000
 * Plugins: svg ajax tips modal viewport imagemap ie6
 * Styles: basic css3
 */

/* Core qTip styles */
.qtip, .qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;
	
	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;

		cursor: pointer;
		outline: medium none;

		border-width: 1px;
		border-style: solid;
		border-color: transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}
	
		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
			vertical-align: middle;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}


/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border-width: 1px;
	border-style: solid;
	border-color: #F1D031;
	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}
	
	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}


/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-shadow{
	-webkit-panel-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-panel-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	panel-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-panel-shadow: 0 0 3px #333;
	-moz-panel-shadow: 0 0 3px #333;
	panel-shadow: 0 0 3px #333;

	color: white;
	border-width: 0;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}
	
	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;
		
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-panel-shadow: 0 0 12px #333;
	-moz-panel-shadow: 0 0 12px #333;
	panel-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	-webkit-panel-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-panel-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	panel-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}
	
	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}
	
	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10;
	}
	
	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-panel-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-panel-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	panel-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-panel;
	-moz-background-clip: padding;
	background-clip: padding-panel;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.qtip-bootstrap .qtip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


/* Tips plugin */
.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}
	
	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(../bundles/foxcore/theme/supAdmin/plugins/misc/qtip/#default#VML);
		display: inline-block;
		visibility: visible;
	}
/* Modal plugin */
#qtip-overlay{
	position: fixed;
	left: -10000em;
	top: -10000em;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


/* IE6 Modal plugin fix */
.qtipmodal-ie6fix{
	position: absolute !important;
}
/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span, 
div.checker span,
div.radio span, 
div.uploader, 
div.uploader span.action,
div.button,
div.button span {
  -webkit-font-smoothing: antialiased;
}

.selector, 
.radio, 
.checker, 
.uploader,
.button, 
.selector *, 
.radio *, 
.checker *, 
.uploader *,
.button *{
  margin: 0;
  padding: 0;
}

/* INPUT & TEXTAREA */

input.text,
input.email, 
input.password,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #777;
 /* background: url('../images/bg-input-focus.png') repeat-x 0px 0px;
  background: url('../images/bg-input.png') repeat-x 0px 0px;*/
  border-top: solid 1px #c4c4c4;
  border-left: solid 1px #c4c4c4;
  border-bottom: solid 1px #c4c4c4;
  border-right: solid 1px #c4c4c4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: 0;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-panel-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-panel-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  panel-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #999;
 /* background: url('../images/bg-input-focus.png') repeat-x 0px 0px;*/
}

/* SPRITES */

/* Select */

div.selector {
  background: url(../bundles/foxcore/theme/supAdmin/plugins/forms/uniform/select2.png) no-repeat 100% -1px;
  line-height: 30px;
  height: 30px;
  border: 1px solid #C4C4C4;
 /* border-right: 1px solid transparent;*/
  -moz-panel-sizing: border-panel;
  -webkit-panel-sizing: border-panel;
  panel-sizing: border-panel;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius:2px;
  background-color: white;
}

div.selector span {
  height: 30px;
  line-height: 30px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}

div.selector:active, 
div.selector.active {
  /*background-position: 0px 0px;*/
  
}

div.selector:active span, 
div.selector.active span {
  /*background-position: 0 -30px;*/
}

div.selector.focus, div.selector.hover, div.selector:hover {
  /*background-position: 0px -30px;*/
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  /*background-position: 0 -30px;*/
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  /*background-position: 0px -30px;*/
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  /*background-position: 0 -30px;*/
}

div.selector.disabled {
  background-position: 0px -30px;
  opacity: 0.5;
  filter:alpha(opacity=50);
}

div.selector.disabled span {
  background-position: 0 -30px;
  opacity: 0.5;
  filter:alpha(opacity=50);
}

/* Checkbox */

div.checker {
  width: 19px;
  height: 19px;
}

div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span {
  background: url(../bundles/foxcore/theme/supAdmin/plugins/forms/uniform/checkbox.png) no-repeat;
  background-position: 0px -3px;
  height: 19px;
  width: 19px;
}

div.checker:active span, 
div.checker.active span {
  background-position: 0px -10px;
}

div.checker.focus span,
div.checker:hover span {
  background-position: -0px -28px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: 0px -28px;
}

div.checker span.checked {
  background-position: 0px -53px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
  background-position: 0px -78px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: 0px -78px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: 0px -78px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: 0px -28px;
  opacity: 0.5;
  filter:alpha(opacity=50);
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -0px -53px;
}

/* Radio */

div.radio {
  /*width: 18px;
  height: 18px;*/
}

div.radio input {
  width: 18px;
  height: 18px;
}

div.radio span {
  height: 18px;
  width: 18px;
  background: url(../bundles/foxcore/theme/supAdmin/plugins/forms/uniform/radio.png) no-repeat;
  background-position: 0px -3px;
}

div.radio:active span, 
div.radio.active span {
   background-position: 0px -10px;
}

div.radio.focus span, 
div.radio:hover span {
   background-position: 0px -28px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: 0px -28px;
}

div.radio span.checked {
  background-position: 0px -53px;
}

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: 0px -53px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: 0px -78px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: 0px -78px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: 0px -28px;
  opacity: 0.5;
  filter:alpha(opacity=50);
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: 0px -53px;
}

/* Uploader */

div.uploader {
  border:1px solid #c4c4c4;
  -moz-border-radius: 2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  height: 30px;
}

div.uploader span.action {
  background: url(../bundles/foxcore/theme/supAdmin/plugins/forms/uniform/choose-file.png) no-repeat;
  height: 30px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 30px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 26px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  -webkit-panel-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-panel-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  panel-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #999;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
 
}

div.uploader.active span.action,
div.uploader:active span.action {
 
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
 
}

div.uploader.disabled {

}

div.uploader.disabled span.action {
 
}

div.button {
  background-position: 0px -523px;
}

div.button span {
  background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0px -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px; 
}

div.button.active,
div.button:active {
  background-position: 0px -583px;
}

div.button.active span,
div.button:active span {
  background-position: right -703px;
  color: #555;
}

div.button.disabled,
div.button:disabled {
  background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}

/* PRESENTATION */

/* Button */

div.button {
  height: 30px;
}

div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px;
}

/* Select */
div.selector {
 /* width: 190px;*/
  width: 100% !important;
  font-size: 12px;
}

div.selector select {
  min-width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
}

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

div.selector span {
  color: #666;
  min-width: 158px;
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
  color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 0px;
}

/* Radio */
div.radio {
  margin-right: 0px;
}

/* Uploader */
div.uploader {
  width: 200px;
  cursor: pointer;
  border-right:none;
}

div.uploader span.action {
  width: 33px;
  text-indent: -9999px;
}

div.uploader span.filename {
  color: #777;
  width: 164px;
  font-size: 11px;
}

div.uploader input {
  width: 250px;
}

div.uploader.disabled span.action {
  color: #aaa;
  opacity: 0.5;
  filter: alpha(opacity:50);
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
  opacity: 0.5;
  filter: alpha(opacity:50);
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector, 
.checker, 
.button, 
.radio, 
.uploader {
  display: -moz-inline-panel;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Button */

div.button a,
div.button button,
div.button input {
  position: absolute;
}

div.button {
  cursor: pointer;
  position: relative;
}

div.button span {
  display: -moz-inline-panel;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

/* Select */

div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 25px;
  border: none;
  background: none;
}

/* Checker */

div.checker {
  position: relative;
}

div.checker span {
  display: -moz-inline-panel;
  display: inline-block;
  text-align: center;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
}

/* Radio */

div.radio {
  position: relative;
}

div.radio span {
  display: -moz-inline-panel;
  display: inline-block;
  text-align: center;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 3px 0px;
  overflow: hidden;
  cursor: pointer;
  margin-top: -1px;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}
/* Main.css version 3.0
================================================== */

html {height: 100%;}
body {
	background: #fff;
	-webkit-font-smoothing: antialiased;
	overflow-x:	hidden;
	background: url(../bundles/foxcore/theme/supAdmin/images/patterns/5.png) repeat;
	height: 100%;
}

/*Switcher styles (Remove it in production site)*/
#switcher {
	display: none;
	position: fixed; 
	right:0; top:160px; 
	width: 120px; 
	height: auto; 
	z-index: 9999; 
	padding:5px;
	padding-left: 10px;
	border: 2px solid #c4c4c4;
	border-right: none;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
	-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}
	#switcher h4 {}
	#switcher ul {list-style: none; margin-bottom: 0; margin-left: 0;}
	#switcher ul li {display: inline;}
	#switcher ul li a {
		width: 20px;
		height: 20px;
		border: 1px solid #555;
		display: inline-block;
		margin-right: 3px;
		margin-bottom: 3px;
	}
	#swithcher img {width: 20px !important; height: 20px !important;}
#switchBtn {
	position: fixed; 
	right:-2px; top:160px;
	padding: 10px 5px;
	z-index: 99999; 
	border: 2px solid #c4c4c4;
	border-right: 1px solid transparent;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
	-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}

/*Error pages style*/
body.errorPage, body.loginPage {
	background: url(../bundles/foxcore/theme/supAdmin/images/patterns/2.png) repeat;
}
.errorContainer {
	background: url(../bundles/foxcore/theme/supAdmin/images/patterns/6.png) repeat;
	border:1px solid #c4c4c4;
	border-radius: 2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding:15px;
	-webkit-box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    position: absolute;
   /* top:50%;*/
    left:50%;
    margin-left:-286px;
    margin-top: -155px;
    width:540px;
}
	.errorContainer h1 {font-size: 10em; line-height: 1em;}
		.errorContainer.offline h1 {font-size: 5em;}
	.errorContainer h1 small {font-weight: 700; font-size: 0.3em;}

.loginContainer {
	position: absolute;
	border:1px solid #c4c4c4;
	width:300px;
	/*height:232px;*/
	height: auto;
	left:50%;
	top:50%;
	margin-left:-150px;
    margin-top: -150px;
    border-radius: 2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-webkit-box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    background: #fefefe;
    padding:0px 20px 0 20px;
}

.loginContainer:after,.loginContainer:before,.errorContainer:after,.errorContainer:before {
	background: #f9f9f9;
	background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
	border: 1px solid #c4c6ca;
	content: "";
	display: block;
	height: 100%;
	left: -1px;
	position: absolute;
	width: 100%;
}
.loginContainer:after, .errorContainer:after {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
	top: 0;
	z-index: -1;
}
.loginContainer:before, .errorContainer:before {
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
	top: 0;
	z-index: -2;
}

.loginPage .navbar {text-align: center;}
.loginPage .navbar .navbar-brand {float: none; text-align: center; margin:0;}
.loginContainer .forgot {float: right;font-size: 11px;margin-top: 10px;margin-bottom: 0;}
.loginContainer .form-horizontal {margin-bottom: 0px;margin-top: 15px;}
.loginContainer .form-horizontal .form-group:last-child {margin-left: -20px; margin-right: -20px;margin-bottom: 0;}
.loginContainer .form-actions {
	border-bottom: 1px solid #E5E5E5;
	-moz-box-shadow: 0 1px 0px rgba(229, 229, 229, 0.1);
	-webkit-box-shadow: 0 1px 0px rgba(229, 229, 229, 0.1);
	box-shadow: 0 1px 0px rgba(229, 229, 229, 0.1);
	padding: 19px 20px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
}
.loginContainer .form-group .control-label {
	text-align: left;
	padding-right: 27px;
	padding-top: 6px;
	position: relative;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 14px;
}
#loginForm .form-group span.icon16 {
	position: absolute;
	right: 15px;
	top: 7px;
}
#loginForm #loginBtn span.icon16 {
	top: auto;
	right: auto;
	position: relative;
}

/*Colors*/
.green {color: #9FC569;}
.red {color: #ED7A53;}
.gray {color: #a2aaac;}
.orange {color: #FF8A00;}
.dark {color: #1F3140;}
.blue {color: #3399cc;}
.white {color: #ffffff;}

/*position elements*/
.left {float:left;}
.right {float:right;}
.center {text-align:center; width:100%; display: inline-block;}
	.center i {float:none; display: inline;}

/*margins*/
.marginR5 {margin-right: 5px;}
.marginR10{margin-right: 10px;}
.marginT5 {margin-top:5px;}
.marginT10{margin-top:10px;}
.marginB5 {margin-bottom: 5px;}
.marginB10 {margin-bottom: 10px;}
.marginL5 {margin-left: 5px;}
.marginL10 {margin-left: 10px;}
.margin10 {margin: 10px;}

/*paddings*/
.padding15 {padding:15px;}
.padingR5 {padding-right: 5px;}
.padingR10{padding-right: 10px;}
.padingT5 {padding-top:5px;}
.padingT10{padding-top:10px;}
.padingB5 {padding-bottom: 5px;}
.padingB10 {padding-bottom: 10px;}
.padingL5 {padding-left: 5px;}
.padingL10 {padding-left: 10px;}
.padding {padding: 10px;}

div.centerContent {margin: 0;display: block;}

.strong {font-weight: 700;}

a,.btn {outline: none !important;}


/* Typography 
-------------------------------------------------- */

li {margin-bottom:7px;}
a {
  color: #3399cc;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}

body {
	font-family: 'Droid Sans', 
	Helvetica, Arial, sans-serif; 
	color:#353535; 
	font-size: 13px;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%; 
	font-size-adjust: 100%;
	font-weight: 400;
	/*-webkit-text-stroke: 100%;*/
}

p {
  margin: 0 0 9px;
  font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
}
p small {
  font-size: 11px;
  color: #999999;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  /*font-family: 'Signika', sans-serif;*/
  font-weight: 700;
  color: inherit;
  text-rendering: optimizelegibility;
  margin-bottom:10px;
}
#top-nav a {font-family: 'Open Sans', sans-serif;}


h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
  font-weight: normal;
  color: #999999;
}

h1 { font-size: 30px;line-height: 45px;}
h1 small {font-size: 18px;}
h2 { font-size: 24px;line-height: 36px;}
h2 small {font-size: 18px;}
h3 {font-size: 18px;line-height: 27px;}
h3 small {font-size: 14px;}
h4,h5,h6 {line-height: 18px;}
h4 {font-size: 14px;}
h4 small {font-size: 12px;}
h5 {font-size: 12px;}
h6 {font-size: 11px;color: #999999;text-transform: uppercase;}


/*Change here if you want to use other fonts*/
#top-nav a, h1,h2,h3,h4,h5,h6 {font-family: 'Open Sans', sans-serif;}
body, p {font-family: 'Droid Sans', Helvetica, Arial, sans-serif;}
 
/* Boostrap override (make it pretty :)
================================================== */

/*Page header*/
.page-header {
	padding-bottom: 0; 
	margin-top:9px; 
	border-color: #c4c4c4;
	-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}

/*Tables*/
.table {position: relative;}
.table td { border-top: 1px solid #c4c4c4;}
.table thead th, .table tbody td {text-align: center;}
.table thead th:first-child, .table tbody td:first-child  {text-align: left;}

.table tr {
	-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}

.table tbody {background-color:#fafafa;}
.table tbody + tbody {border-top: 2px solid #c4c4c4;}
.table tbody tr:last-child{border-bottom: 1px solid #c4c4c4;}
.table thead th {
  	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}

.table-bordered {
  border-color: #c4c4c4;
  border-top:1px solid transparent;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
   padding-bottom: 1px;
   border-collapse: collapse;
}

.table caption + thead tr:first-child th,.table caption + thead tr:first-child td,.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td {
  border-top: 1px solid #c4c4c4;
}
.table-bordered th,.table-bordered td { border-left: 1px solid #c4c4c4;}
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
}
.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
}
.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 2px;
     -moz-border-radius: 0 0 0 2px;
          border-radius: 0 0 0 2px;
  -webkit-border-bottom-left-radius: 2px;
          border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
}

.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
}

.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th {
  background-color: #f7f7f7;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #e8eaeb;
}

.table .ch {width: 10px;}
.noPad .table {
	margin-bottom: 0;
}
.box .dataTables_wrapper {margin-left: -1px;}
.dataTables_wrapper .row {margin: 0;}
.dataTables_paginate .pagination {margin-bottom: 0;}
/*Forms*/
.ui-spinner input {border:none;}

/*Left direction in labels */
.form-row .form-label.lDir {
	text-align: left;
	padding-right: 27px;
	padding-top: 6px;
}
.select2-container.select2-container-multi.form-control,.select2-container.nostyle.form-control {
	padding: 0;
	border: none;
}
.seperator .form-group {
	border-bottom: 1px dashed #c4c4c4; padding-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}
.seperator .form-group:last-child{border-bottom: none;}
.form-group .form-control+.form-control{margin-top: 15px;}
.form-horizontal div.radio {padding-top: 0;}
.radio-inline, .checkbox-inline {padding-left: 0;}
.radio, .checkbox { padding-left: 0;}
select {width: 150px;}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: 0px;
}
.btn-group > .dropdown-toggle {padding-bottom: 12px;}
/*Labels & badge fix*/
.label {font-size: 85%;}
.badge {padding-top: 4px; padding-bottom: 4px;}

/*Tabs*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {border: 1px solid #c4c4c4; border-top: 1px solid transparent;border-bottom-color: transparent;
}}

.tabs-below > .nav-tabs {
  border-top: 1px solid #c4c4c4;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #c4c4c4;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #c4c4c4 #c4c4c4 #c4c4c4;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #c4c4c4;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
   -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #c4c4c4 #c4c4c4 #c4c4c4 #c4c4c4;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #c4c4c4 transparent #c4c4c4 #c4c4c4;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #c4c4c4;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
   -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #c4c4c4;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #c4c4c4 #c4c4c4 #c4c4c4 transparent;
  *border-left-color: #ffffff;
}

.tabs-left .tab-pane {padding-left: 78px;min-height: 78px;}
.tabs-right .tab-pane {padding-right: 78px;min-height: 78px;}

.tab-content {
	background-color: #fff; 
	padding:15px;
	border-left:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
}
.nav-tabs {
	margin-bottom: 0; 
	border-color: #c4c4c4;
	background: #fff;
	border-top:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	border-left:1px solid #c4c4c4;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}

.nav-tabs.pattern {
	background:url(../bundles/foxcore/theme/supAdmin/images/patterns/2.png) repeat;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	border-radius: 2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-color: #c4c4c4;
	border-bottom:2px solid #fff;
	margin-left:-1px;
	border-top: 1px solid transparent;
}
.nav-tabs > li > a {
	margin-left:-1px; 
	margin-right: -1px; 
	border-right: 1px solid #c4c4c4;
	border-left: 1px solid transparent;
	border-radius: 0; 
	-moz-border-radius:0; 
	-webkit-border-radius:0;
}
.nav-tabs > li > a:hover { 
	border-color: transparent #c4c4c4 #c4c4c4 #c4c4c4;
	border-radius: 0; 
	-moz-border-radius:0; 
	-webkit-border-radius:0;
}

.nav-tabs > li:first-child > a:hover {
	-webkit-border-radius: 0 0 0 2px;
	-moz-border-radius: 0 0 0 2px;
	border-radius: 0 0 0 2px;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover {	border-radius: 0;}

.tabs-below > .tab-content {
	border-top:1px solid #c4c4c4;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;

}

.tabs-below .nav-tabs > .active > a,.tabs-below .nav-tabs > .active > a:hover {
	margin-top:0;
	border: 1px solid #c4c4c4;
	border-radius: 2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-color: #ffffff #c4c4c4 #c4c4c4 #c4c4c4;
	border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius:2px;
}

.tabs-below > .nav-tabs {
	border-top: none;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom:-1px;

	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	
}
.tabs-below > .nav-tabs > li  {margin-bottom:-1px;}
.tabs-below > .nav-tabs > li > a:hover { border-color: #c4c4c4 #c4c4c4 #c4c4c4 #c4c4c4;}

.tabs-left > .nav-tabs {
	border-color: #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	margin-right: -1px;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;

}
.tabs-left > .tab-content {
	min-height: 100%;
	min-height: 81px;
	border-top:1px solid #c4c4c4;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover {
	border-color: #c4c4c4 #fff #c4c4c4 #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	/*margin-right: -1px;*/
}

.tabs-left> .nav-tabs .active > a {border-right: 1px;}

.tabs-left > .nav-tabs > li > a {
	margin-right: -1px;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}

.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {margin-bottom: 0; border-bottom: 1px solid #c4c4c4}
.tabs-left > .nav-tabs > li > a:hover {  border-color: #c4c4c4 #c4c4c4 #c4c4c4 #c4c4c4; margin-left: -1px;margin-right: -1px;}
.tabs-left > .nav-tabs > li:first-child a:hover {border-top: 1px solid transparent;}
.tabs-left > .nav-tabs > li.active:first-child a:hover {
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}
.tabs-left > .nav-tabs > li.active:first-child a {border-top: 1px solid transparent;}

.tabs-right > .nav-tabs { 
	margin-left: -1px; 
	border-left: 1px solid #c4c4c4;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	border-bottom: 1px solid #c4c4c4;

}
.tabs-right > .tab-content {
	min-height: 81px;
	border-top:1px solid #c4c4c4;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}

.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover {
	border-color: #c4c4c4 #c4c4c4 #c4c4c4 transparent;
	border-bottom: 1px solid #c4c4c4;
	margin-right: -1px;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}

.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover {
	border-left: 0;
}

.tabs-right > .nav-tabs > li > a {
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	border-left: 1px solid #c4c4c4;
	margin-right: -1px;
}
.tabs-right > .nav-tabs > li:first-child a:hover {border-top: 1px solid transparent;}
.tabs-right > .nav-tabs > li.active:first-child a:hover {
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}
.tabs-right > .nav-tabs > li.active:first-child a {border-top: 1px solid transparent;}

.tabs-right > .nav-tabs > li > a:hover {  border-color: #c4c4c4 #c4c4c4 #c4c4c4 #c4c4c4;margin-left: -1px; margin-right: -1px; border-left: 1px solid #c4c4c4}

/*fix dropdown menu padding in tabs*/
.nav-tabs .dropdown-menu {top:auto;left: -1px;}

.nav-tabs span.label {margin-left: 10px; margin-right: 5px;}

.btn-group .dropdown-menu {top:35px;}
.btn-group.dropup .dropdown-menu {top:auto;}

.tab-content .tab-pane.calendar {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -15px;
	margin-top: -15px;
	overflow: hidden;
	position: relative;
}
.tab-content .tab-pane.calendar .fc-header-right {
	position: relative;
	top:0;
	right:0;
	vertical-align: middle;
	margin-top: 10px;
	margin-left: 5px;
	float: left;
}

/*Labels*/
.label {padding: 4px 7px 5px;}

/*Btn caret*/
.btn .caret {
	margin-top: 8px;
	margin-bottom: 2px;
}

/* ------------------ Accordion --------------------*/
.panel-group {margin-bottom: 20px;}
.panel-group .panel+.panel {
	margin-top: -1px;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {border-top: none;}
.panel-heading .accordion-toggle {display: inline-block;width: 100%;}
.panel-heading .accordion-toggle:after {
    font-family: 'icomoon'; 
    content: "\e29a"; 
    position: absolute;
	right: 10px;
	top: 10px;
	-webkit-transition: all ease-in-out 0.2s;
 	-moz-transition: all ease-in-out 0.2s;
   	-o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\e29c"; 
}
.accordion .panel {
	margin-bottom: 0px;	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-top: -1px;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
}
.accordion .panel:first-child {
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	/*border-bottom: none;*/
}
.accordion .panel:last-child {
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	/*border-top:none;*/
}

.accordion.gradient .panel-heading {
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}


/*Progress bars*/
.progress {
	height: 15px;
	margin-top:8px;
	margin-bottom: 8px;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #e1e1e1;
	box-shadow:  -1px -1px 0 0 #d4d4d4 inset;
	z-index: 1;
}

	.progress .bar {
		z-index: 2;
		height:13px; 
		border: 1px solid #439db8;
		box-shadow: 0 1px 0 #55cbee inset;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		font-size: 12px;
		color: white;
		text-align: center;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
	}

	.progress .bar + .bar {
		border-radius: 0;
		margin-left: -4px;
		box-shadow: none;
	}
	.progress .bar + .bar +.bar {
		-moz-border-radius: 0 6px 6px 0;
		-webkit-border-radius: 0 6px 6px 0;
		border-radius: 0 6px 6px 0;
		margin-left: -4px;
		box-shadow: none;
	}

	.progress-info .bar {
		border: 1px solid #48a9c6;
		box-shadow: 0 1px 0 #4eb8d7 inset;
	}

	.progress-success .bar{
		border: 1px solid #57ac57;
		box-shadow: 0 1px 0 #65c765 inset;
	}

	.progress-danger .bar {
		border: 1px solid #b0352f;
		box-shadow: 0 1px 0 #d6423a inset;
	}

	.progress-warning .bar{
		border: 1px solid #ea8c06;
		box-shadow: 0 1px 0 #fe9706 inset;
	}

.progress-mini {
	height: 6px;
}
	.progress-mini .bar {
		height: 4px;
	}

.progress-danger .bar {
  background-color: #ED7A53;
  background-image: -moz-linear-gradient(top, #ED7A53, #c43c35);
  background-image: -ms-linear-gradient(top, #ED7A53, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ED7A53), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ED7A53, #c43c35);
  background-image: -o-linear-gradient(top, #ED7A53, #c43c35);
  background-image: linear-gradient(top, #ED7A53, #c43c35);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ED7A53', endColorstr='#c43c35', GradientType=0);
}

/*Pagination*/
.pagination {
	height: auto;
	margin: 0 0 18px 0;
}
.pagination ul {box-shadow: none;}
	.pagination a {
		display: inline-block !important;
		float: left !important;
		padding: 0 14px !important;
		line-height: 28px !important;
		text-decoration: none !important;
		border: 1px solid #c4c4c4 !important;
		border-left-width: 1px !important;
		background-color: #f3f3f3 !important;
		background: rgb(255,255,255) !important;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%) !important;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1))) !important;
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%) !important;
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%) !important;
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%) !important;
		background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ) !important;
		min-height: 28px !important;
		color: #717171 !important;
		box-shadow:0 1px 0 #eaeaea ,0 1px 0 #fff inset !important;
		margin-right: 4px !important;
		-webkit-border-radius: 2px 2px 2px 2px !important;
		-moz-border-radius: 2px 2px 2px 2px !important;
		border-radius: 2px 2px 2px 2px !important;
		font-weight: 700 !important;
		margin-bottom: 10px !important;
	}

	.pagination li:first-child a {
		border-left-width: 1px;
		-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
		border-radius: 2px 2px 2px 2px;
	}
	.pagination li:last-child a {
		-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
		border-radius: 2px 2px 2px 2px;
	}
	.pagination a span {
		margin:0;
		color: #717171;
		padding:0;
		line-height: 28px;
		background: transparent;
		border: none;
	}

	.pagination li>span {
		margin: 0px 8px 0 7px !important; 
		padding:0 5px 0 5px !important;
		float:left !important;
		display: inline-block !important;
		border:none !important;
		background: transparent !important;
		line-height: 30px !important;

	}

	.pagination .active a, .pagination .active a:hover {
		color: #f2f2f2 !important;
		box-shadow:0 1px 0 #eaeaea ,0 1px 0 #67c3da inset !important;
		border-color: #5098aa !important;
		background: #88BBC8 !important;
		filter: progid:DXImageTransform.Microsoft.gradient(enabled='false') !important;
	}

	.pagination a:hover {
		border: 1px solid #a3a3a3 !important;
		background: #e8e6e6 !important;
	}

.pager a {
	display: inline-block;
	padding: 5px 14px;
	border: 1px solid #c4c4c4;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
	color: #717171;
	box-shadow:0 1px 0 #eaeaea ,0 1px 0 #fff inset;
	margin-right: 4px;
}
.pager a:hover {
	border: 1px solid #a3a3a3;
	background: #e8e6e6;
}




/*Popover*/
.popover-inner {background: white;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.popover-title {
	margin-bottom: 0;
	border-bottom: 1px solid #c4c4c4;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}
.popover-content {	-webkit-border-radius: 0 0 2px 2px;	-moz-border-radius: 0 0 2px 2px;	border-radius: 0 0 2px 2px;}


.carousel {margin-bottom: 25px;}
.carousel-control {	top: 50%;margin-top: -30px;}

.dropdown-menu li > a {white-space: normal;}

/* Layout structure
================================================== */
#header {
	height:66px;
	-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	position: absolute;
	top:0;
	left:0;
	right:0;
	z-index: 1000;
}
/*Fix the header in top*/
#header.fixed {
	position: fixed;
}
	#header .logo {padding: 7px 0 2px 20px;}
		#header .logo a{color: #353535;}
		#header .logo a:hover {text-decoration:none;}
		#header .logo span.slogan {font-size:14px; color: #6b6b6b;}

	/*Navbar*/
	.navbar {
		color:#3f3f3f; 
		position: relative; 
		margin-bottom: 0;
		min-height: 66px;
		padding-right: 0px;
		padding-left: 20px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		box-shadow: none;
		border:none;
		background:url('../bundles/foxcore/theme/supAdmin/images/patterns/4.png') repeat;
		border-bottom: 1px solid #c4c4c4;
	}
	.navbar .navbar-brand {
		padding: 0 20px 0;
		margin-left: -20px;
		margin-right: 55px;
		font-size: 30px;
		font-weight: 700;
		line-height: 45px;
		color: #353535;
		height: 65px;
		line-height: 62px;
		float: left;
	}
	.navbar .navbar-brand:hover {text-decoration: none;}
	.navbar .navbar-brand .slogan {font-size:14px; color: #6b6b6b;}
	.navbar .nav {
		margin: 15px 10px 5px 20px;
	}

	.navbar .nav > li {
		display: block;
		float: left;
		margin-right:20px;
		position: relative;
	}

	.navbar .nav > li > a {
		float: none;
		line-height: 18px;
		font-size: 12px;
		color: #555;
		padding:8px 10px;
		border:1px solid;
		border-radius:2px;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
		position: relative;
		-webkit-text-shadow: 0 1px 0 white;
		-moz-text-shadow: 0 1px 0 white;
		text-shadow: 0 1px 0 white;
		border-color: #CCC #CCC #AAA;
		background-color: #E0E0E0;
		-moz-box-shadow: inset 0 0 1px #fff;
		-ms-box-shadow: inset 0 0 1px #fff;
		-webkit-box-shadow: inset 0 0 1px white;
		box-shadow: inset 0 0 1px white;
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
		background-image: -moz-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
		background-image: -ms-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
		background-image: -o-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(100%,#DCDCDC));
		background-image: -webkit-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
		background-image: linear-gradient(to bottom,#FAFAFA 0,#DCDCDC 100%);
	}

	.navbar .nav .active > a {
		color: #3f3f3f;
		text-decoration: none;
		filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
		background: #fff;
		box-shadow: none;
	}
	.navbar .nav .active > a:after{
		content:"";
		background: url(../bundles/foxcore/theme/supAdmin/images/arrowdown.png) no-repeat;
		width:11px;
		height:8px;
		position: absolute;
		bottom:-8px;
		left:50%;
		margin-left:-5px;
	}
	.navbar .nav .active > a:hover {
		border-color: rgb(170, 170, 170) rgb(170, 170, 170) rgb(153, 153, 153);
	    -webkit-box-shadow:  0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
		-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
		background: #fff;
		color: #3f3f3f;
	}
	.navbar .nav li > a:hover {
		color: #3f3f3f;
		background: rgb(232,232,232);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(249,249,249,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(249,249,249,1)));
		background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
		background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
		background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
		background: linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f9f9f9',GradientType=0 );
		text-decoration:none;
	    border-color: rgb(170, 170, 170) rgb(170, 170, 170) rgb(153, 153, 153);
	    -webkit-box-shadow:  0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
		-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
	}

	.navbar .nav .avatar {position: relative;padding-left:44px;}
	.navbar .nav .image {
		position: absolute;
		left:1px;
		top:1px;
		width:36px;
		height:32px;
	}

	.dropdown-menu {
		font-size:12px;
		position: absolute;
		top: 55px;
		left: 0;
		z-index: 9999;
		display: none;
		float: left;
		min-width: 160px;
		padding: 4px;
		margin: 0;
		list-style: none;
		background: #efefef;
		border: 1px solid #c4c4c4;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
		-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
		box-shadow: 0 1px 0px rgba(255, 255, 255, 1);

		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background-clip: padding-box;
	}
		
	.navbar .dropdown-menu:before {
		content: "";
		position: absolute;
		top:-13px !important;
		background: url(../bundles/foxcore/theme/supAdmin/images/arrowup.png) no-repeat !important;
		width:15px !important;
		height:14px !important;
		border:none !important;
		z-index: 5;
	}
	.dropdown-menu a {
		display: inline-block;
		padding:5px 0 5px 5px;
		clear: both;
		font-weight: normal;
		line-height: 14px;
		color: #333;
		white-space:normal;
		width: 98%;
	}
	.dropdown .menu ul li a span {margin-right: 15px;}
	.navbar .nav li.dropdown ul a:hover {
	    color: rgb(63, 63, 63);
	    background: none;
	    text-decoration: underline;
	    border: none;
	    box-shadow: none;
	}

	.dropdown-menu .menu {
		border: 1px solid #c4c4c4;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		display: block;
		float: left;
		background: #fff;
		padding:0 10px;
		margin-bottom: 0;
		min-width: 150px;
	}
	.dropdown-menu .menu ul {list-style:none; margin: 0;padding-left: 0;}
	.dropdown-menu .menu li {
		border-bottom: 1px solid #ebebeb;
		margin:0;
		padding-bottom: 8px;
		padding-top:10px;
		line-height:14px;
		width:100%;
	}
	.dropdown-menu .menu li:last-child{border-bottom: none;}
	.dropdown-menu .icon {
		float: left;
		padding:6px 1px 6px 1px;
		border:1px solid #ebebeb;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		background: #efefef;
		margin-right:10px;
		margin-bottom:10px;
		width:30px;
		height: 30px;
	}
	.dropdown-menu .icon.avatar img {width: 24px;height: 24px;}
	.dropdown-menu .icon .icon16 {margin-top: 1px;}
	.dropdown-menu .menu .notif {min-width: 180px;}
	.dropdown-menu .menu .notif li a {padding-bottom: 5px; line-height: 14px;}
	.dropdown-menu .menu .notif li {margin-bottom: 0; padding-top:3px; padding-bottom: 7px;}
	.dropdown-menu .menu .notif li.header {padding-top:10px; padding-bottom: 8px;}
	.dropdown-menu .notif .event {padding-top: 7px;padding-bottom: 5px;display: block; margin-right: 5px;}
	.dropdown-menu .menu .notif li.view-all	{line-height: 28px; padding-top: 5px !important; padding-bottom: 5px !important;}
	.navbar-right .dropdown-menu:before {right: 15px;}
	.dropdown-menu .menu ul li a .icon {margin-bottom: 0px;width: 30px;height: 30px;}
	.dropdown-menu .menu ul li a .icon .icon16 {margin-top: 1px;}
	.dropdown-menu .icon.avatar {padding: 2px 1px 9px 2px;}
	.dropdown-menu .name {float: left;width:168px;}	
	.dropdown-menu .messages {min-width: 210px;}
	.dropdown-menu .messages a {padding: 0;}	
	.dropdown-menu .messages .time {
		font-size:8px; text-transform: uppercase;
		float:right;
		padding-top:0px;
		margin-top: -13px;
	}
	.dropdown-menu .msg {
		width:190px;
		clear: both;
		color:#6e6e6e;
	}		
	.dropdown-menu .view-all {width:100%; text-align:center; padding-bottom: 8px !important; padding-top: 8px !important;}
	.dropdown-menu .header {font-size:13px;}

	.dropdown-menu li > a {padding:5px 1px;}
	.btn-group .dropdown-menu li > a {padding: 5px;padding-right:0; margin-right: 0; width: 100%;}
	.btn-group .dropdown-menu li:last-child {margin-bottom: 0;}

	.caret {
		display: inline-block;
		width: 0;
		height: 0;
		border-top: 4px solid #666666;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		content: "";
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret {
	    border-top-color: #666666;
	    border-bottom-color: #666666;
	    opacity: 0.8;
	}

	.navbar .nav li.dropdown .dropdown-toggle .caret, .navbar .nav li.dropdown.open .caret {
		border-top-color: #666666;
		border-bottom-color: #666666;
	}

	.nav.pull-right.usernav li.dropdown a span.icon16 {padding-top: 2px;}
	.nav.usernav {margin-right: 0;}
	.nav.usernav li:last-child {margin-right: 0;}
	.nav.usernav li:first-child a {height: 36px;}

/*Notification styles*/

/*Red style*/
.notification {
	padding:0px 7px 0px 7px; 
	color:#fff;
	background: #ed7a53;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	font-weight:700;
	font-size:12px;
	font-family: Tahoma;
	position: absolute;
	top:-11px;
	right:-10px;
	-webkit-box-shadow:  0px 1px 0px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    text-shadow:none;
}

.notification.green {background: #9fc569;}/*green style*/
.notification.blue { background: #88bbc8;}/*blue style*/

/*Responsive buttons*/
.resBtn {
	position: absolute;
	top:15px;
	left:235px;
	z-index: 1000;
	display: none;
}
	.resBtn a, .resBtnSearch a {
		float: left;
		line-height: 16px;
		font-size: 12px;
		color: #555;
		padding:9px 10px;
		border:1px solid;
		border-radius:2px;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
		position: relative;
		-webkit-text-shadow: 0 1px 0 white;
		-moz-text-shadow: 0 1px 0 white;
		text-shadow: 0 1px 0 white;
		border-color: #CCC #CCC #AAA;
		background-color: #E0E0E0;
		-moz-box-shadow: inset 0 0 1px #fff;
		-ms-box-shadow: inset 0 0 1px #fff;
		-webkit-box-shadow: inset 0 0 1px white;
		box-shadow: inset 0 0 1px white;
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
		background-image: -moz-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
		background-image: -ms-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
		background-image: -o-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(100%,#DCDCDC));
		background-image: -webkit-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
		background-image: linear-gradient(to bottom,#FAFAFA 0,#DCDCDC 100%);
		text-decoration: none;
	}
.resBtnSearch {margin-top: 6px;display: none;}

.navbar-default .navbar-toggle {
	line-height: 16px;
	font-size: 12px;
	color: #555;
	padding:9px 10px;
	border:1px solid;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	position: relative;
	-webkit-text-shadow: 0 1px 0 white;
	-moz-text-shadow: 0 1px 0 white;
	text-shadow: 0 1px 0 white;
	border-color: #CCC #CCC #AAA;
	background-color: #E0E0E0;
	-moz-box-shadow: inset 0 0 1px #fff;
	-ms-box-shadow: inset 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 1px white;
	box-shadow: inset 0 0 1px white;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
	background-image: -moz-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
	background-image: -ms-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
	background-image: -o-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(100%,#DCDCDC));
	background-image: -webkit-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
	background-image: linear-gradient(to bottom,#FAFAFA 0,#DCDCDC 100%);
	text-decoration: none;
	position: absolute;
	right: 25px;
	top: 7px;
}

/*Collapse sidebar button*/
.collapseBtn {position: absolute;z-index: 1000;display: block;}
.collapseBtn.leftbar {top:120px;left:170px;}
	.collapseBtn.leftbar.top {left: 200px; top:22px;}

.collapseBtn.rightbar {top:120px;right:18px;}
	.collapseBtn.rightbar.top {top: 80px;right: 10px;}
	.collapseBtn a {
		float: left;
		color: #555;
		padding:0;
		border:1px solid;
		border-radius:2px;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
		position: relative;
		-webkit-text-shadow: 0 1px 0 white;
		-moz-text-shadow: 0 1px 0 white;
		text-shadow: 0 1px 0 white;
		border-color: #CCC #CCC #AAA;
		background-color: #E0E0E0;
		-moz-box-shadow: inset 0 0 1px #fff;
		-ms-box-shadow: inset 0 0 1px #fff;
		-webkit-box-shadow: inset 0 0 1px white;
		box-shadow: inset 0 0 1px white;
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
		background-image: -moz-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
		background-image: -ms-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
		background-image: -o-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(100%,#DCDCDC));
		background-image: -webkit-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
		background-image: linear-gradient(to bottom,#FAFAFA 0,#DCDCDC 100%);
		text-decoration: none;
	}
	.collapseBtn a span.icon12 {display: inline;}
.collapseBtn.shadow{
	box-shadow: 0px 0px 8px rgba(136, 187, 200, 0.99);
    -moz-box-shadow: 0px 0px 8px rgba(136, 187, 200, 0.99);
    -webkit-box-shadow: 0px 0px 8px rgba(136, 187, 200, 0.99);
    -moz-animation: pulse 2s ease-in-out;
	-webkit-animation: pulse 2s linear;
}
@-moz-keyframes pulse {
	0% { box-shadow: 0px 0px 16px rgba(136, 187, 200, 0.99); }
	50% { box-shadow: 0px 0px 16px rgba(136, 187, 200, 0);}
	100% { box-shadow: 0px 0px 8px rgba(136, 187, 200, 0.99); }
}
@-webkit-keyframes pulse {
	0% { box-shadow: 0px 0px 16px rgba(136, 187, 200, 0.99); }
	50% { box-shadow: 0px 0px 16px rgba(136, 187, 200, 0);}
	100% { box-shadow: 0px 0px 8px rgba(136, 187, 200, 0.99); }
}
#wrapper {
	height: auto;
	min-height: 100%;
	position: relative;
}

#wrap {overflow: hidden;}

/*Content for left sidebar only*/
#content {
	padding: 67px 25px 25px 25px;
	margin-left: 212px;
	padding-top: 67px;
	min-height: 100%;
	background: url(../bundles/foxcore/theme/supAdmin/images/patterns/5.png) repeat;
	-webkit-transition: margin ease-in-out 0.1s;
 	-moz-transition: margin ease-in-out 0.1s;
   	-o-transition: margin ease-in-out 0.1s;
    transition: margin ease-in-out 0.1s;
}
	#content.hided {margin-left: 0;}
	#content.hided-right {margin-right: 0;}

#content-noside {
	padding: 67px 25px 25px 25px;
	min-height: 100%;
	background: url(../bundles/foxcore/theme/supAdmin/images/patterns/5.png) repeat;
}

/*Content for right sidebar only*/
#content-one {
	padding: 67px 25px 25px 25px;
	margin-right: 212px;
	padding-top: 67px;
	min-height: 100%;
	background: url(../bundles/foxcore/theme/supAdmin/images/patterns/5.png) repeat;
	-webkit-transition: margin ease-in-out 0.1s;
 	-moz-transition: margin ease-in-out 0.1s;
   	-o-transition: margin ease-in-out 0.1s;
    transition: margin ease-in-out 0.1s;
}
	#content-one.hided {margin-right: 0;}

/*Content for two sidebars*/
#content-two {
	padding: 67px 25px 25px 25px;
	margin-left: 212px;
	margin-right: 212px;
	padding-top: 67px;
	min-height: 100%;
	background: url(../bundles/foxcore/theme/supAdmin/images/patterns/5.png) repeat;
	-webkit-transition: margin ease-in-out 0.1s;
 	-moz-transition: margin ease-in-out 0.1s;
   	-o-transition: margin ease-in-out 0.1s;
    transition: margin ease-in-out 0.1s;
}
	#content-two.hided {margin-left: 0;}
	#content-two.hided-right {margin-right: 0;}

.contentwrapper {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 76px;
}

/*Left sidebar*/
#sidebarbg {
	left: 0;
	z-index: 0;
	position: absolute;
	top:0;
	bottom:0;
	border-right: 1px solid #d9d9d9;
	background: url(../bundles/foxcore/theme/supAdmin/images/patterns/2.png) repeat;
	width: 211px;
}
	#sidebarbg.hided {margin-left: -299px;}

#sidebar {
	width: 210px;
	padding-top: 67px;
	float: left;
	z-index: 1;
	position: relative;
	-webkit-transition: margin ease-in-out 0.1s;
 	-moz-transition: margin ease-in-out 0.1s;
   	-o-transition: margin ease-in-out 0.1s;
    transition: margin ease-in-out 0.1s;
}
	#sidebar.hided {margin-left: -299px;}
#sidebar.fixed {
	position: fixed;
	padding-top: 0;
	margin-top: 67px;
}

	#sidebar .shortcuts, #sidebar-right .shortcuts {
		border-bottom: 1px solid #c4c4c4;
		background: rgb(255,255,255);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
		position: relative;
		-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
		-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
		box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
		height: auto;
		width: 100%;
		padding-bottom: 2px;
		padding-top: 5px;
		float: left;
	}
		.shortcuts ul {
			list-style: none;
			margin:0;
			text-align: center;
			width: 100%;
			padding-left: 0;
		}
		.shortcuts ul li {display: inline-block; margin-bottom: 0; margin-left:3px; padding-bottom: 0;}
		.shortcuts li a {
			display: inline-block;
			margin-bottom: 5px;
			padding:0;
			width:40px;
			height: 36px;
			border: 1px solid;
			border-radius: 2px;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			position: relative;
			-webkit-text-shadow: 0 1px 0 white;
			-moz-text-shadow: 0 1px 0 white;
			text-shadow: 0 1px 0 white;
			border-color: #CCC #CCC #AAA;
			background-color: #E0E0E0;
			-moz-box-shadow: inset 0 0 1px #fff;
			-ms-box-shadow: inset 0 0 1px #fff;
			-webkit-box-shadow: inset 0 0 1px white;
			box-shadow: inset 0 0 1px white;
			filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
			background-image: -moz-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
			background-image: -ms-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
			background-image: -o-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(100%,#DCDCDC));
			background-image: -webkit-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
			background-image: linear-gradient(to bottom,#FAFAFA 0,#DCDCDC 100%);
		}
		.shortcuts li a:hover {
			border:1px solid;
			background: rgb(232,232,232);
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(249,249,249,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(249,249,249,1)));
			background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
			background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
			background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
			background: linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f9f9f9',GradientType=0 );
			text-decoration:none;
		    border-color: rgb(170, 170, 170) rgb(170, 170, 170) rgb(153, 153, 153);
		    -webkit-box-shadow:  0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
			-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
			box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
			-webkit-transition: background 0.5s ease-in-out;
			-moz-transition: background 0.5s ease-in-out;
			-ms-transition: background 0.5s ease-in-out;
			-o-transition: background 0.5s ease-in-out;
			transition: background 0.5s ease-in-out;
		}
		.shortcuts li a:hover span {
			color: #3399cc;
			-webkit-transition: color 0.5s ease-in-out;
			-moz-transition: color 0.5s ease-in-out;
			-ms-transition: color 0.5s ease-in-out;
			-o-transition: color 0.5s ease-in-out;
			transition: color 0.5s ease-in-out;
		}
		.shortcuts li a span {padding-top:2px;  display: inline-block;}

/*Right sidebar*/
#sidebarbg-right {
	right: 0;
	z-index: 0;
	position: absolute;
	top:0;
	bottom:0;
	border-left: 1px solid #d9d9d9;
	background: url(../bundles/foxcore/theme/supAdmin/images/patterns/2.png) repeat;
	width: 211px;
}
	#sidebarbg-right.hided {margin-right: -299px;}
#sidebar-right {
	width: 210px;
	padding-top: 67px;
	float: right;
	z-index: 1;
	position: relative;
	-webkit-transition: margin ease-in-out 0.1s;
 	-moz-transition: margin ease-in-out 0.1s;
   	-o-transition: margin ease-in-out 0.1s;
    transition: margin ease-in-out 0.1s;
}
	#sidebar-right.hided {margin-right: -299px;}

	.search { 
		float: right;
		position: relative;
		padding-right:12px;
	}
	.search form {
		margin-bottom: 0;
	}
	.search .top-search {
		width:75%;
		margin: 10px 10px;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius: 10px;
		border-color: #d9d7d7;
		padding-left:25px;
	}
	.search .search-btn {
		background: url(../bundles/foxcore/theme/supAdmin/images/search.png) no-repeat;
		border: none;
		width:20px;
		height:20px;
		position: absolute;
		top:15px;
		left:18px;
	}

	.sidenav {float: left;width: 100%; margin-left:0;}
	#sidebar-right .sidenav {
		margin-left: 0px;
	}
	.mainnav ul {
		list-style:none;
		margin:0;
		padding-left: 0;
	}
	.mainnav li {
		display: block;
		float: left;
		width:100%;
		margin:0;
		padding: 0;
	}
	.mainnav li a {
		position: relative;
		font-size:14px;
		height:38px;
		float: left;
		width:100%;
		line-height:38px;
		border-bottom: 1px solid #c4c4c4;
		border-top: 1px solid white;
		-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
		-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
		box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
		color: #3f3f3f;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mainnav li a:hover {
		text-decoration:none;
		background: rgb(255,255,255);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
		color: #1f1f1f;
	}
	.mainnav li a.current, .mainnav li a.current:hover {
		background:url(../bundles/foxcore/theme/supAdmin/images/patterns/5.png) repeat;
		width: 101%;
		margin-left:-1px;
	}
	#sidebar-right .mainnav li a.current, #sidebar-right .mainnav li a.current:hover {
		margin-left:-1px;
	}
	.mainnav li a span[class*=" icon-"], .mainnav li a span[class*=" brocco-icon-"], .mainnav li a span[class*=" cut-icon-"], .mainnav li a span[class*=" entypo-icon-"], .mainnav li a span[class*=" icomoon-icon-"],.mainnav li a span[class*=" minia-icon-"],.mainnav li a span[class*=" iconic-icon-"],.mainnav li a span[class*=" meteo-icon-"],.mainnav li a span[class*=" silk-icon-"],.mainnav li a span[class*=" typ-icon-"],.mainnav li a span[class*=" wpzoom-"],.mainnav li a span[class*=" eco-"]  {
		padding-left:10px;
		padding-right:10px;
	}
	.mainnav .notification {
		line-height:21px;
		top:8px;
		right:30px;
	}
	.mainnav ul li .sub {
		display: none;
		float: left;
		background: rgb(255,255,255);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
		margin-top:0px;
		width:100%;
	}
	.mainnav ul li .sub.expand {display: block;}

		.mainnav ul li .sub li a{font-size: 13px; border-bottom: 1px solid transparent; box-shadow:none; border-top: 1px solid transparent;}
		.mainnav ul li .sub li a.current {
			border-bottom: 1px solid #c4c4c4;
			border-top: 1px solid #c4c4c4;
			-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
			-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
			box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
		}
		.mainnav ul li .sub li a.current:hover{
			background:url(../bundles/foxcore/theme/supAdmin/images/patterns/5.png) repeat;
			border-top:1px solid #c4c4c4;
			border-bottom: 1px solid #c4c4c4;
		}
		.mainnav ul li .sub li:first-child a.current {border-top:none;}
		.mainnav ul li .sub li:last-child{
			border-bottom: 1px solid #c4c4c4;
			-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
			-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
			box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
		}
		.mainnav ul li .sub li a:hover {
			background: rgb(255,255,255);
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
			background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
			background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
			background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
			background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
			color: #1f1f1f;
			border-bottom: 1px solid #dfdfdf;
			border-top: 1px solid #dfdfdf;
		}
		.mainnav ul li .sub li {
			width:100%;
		}
		.mainnav ul li .sub li:first-child a:hover {
			border-top:1px solid transparent;
		}
		.mainnav ul li .sub li:last-child a:hover {
			border-top: 1px solid #dfdfdf;
    		border-bottom: 1px solid transparent;
		}
		.mainnav ul li .sub a span[class*=" icon-"], .mainnav ul li .sub a span[class*=" brocco-icon-"],.mainnav ul li .sub a span[class*=" cut-icon-"],.mainnav ul li .sub a span[class*=" entypo-icon-"],.mainnav ul li .sub a span[class*=" icomoon-icon-"], .mainnav ul li .sub a span[class*=" minia-icon-"],.mainnav ul li .sub a span[class*=" iconic-icon-"],.mainnav ul li .sub a span[class*=" meteo-icon-"],.mainnav ul li .sub a span[class*=" silk-icon-"],.mainnav ul li .sub a span[class*=" typ-icon-"],.mainnav ul li .sub a span[class*=" wpzoom-"],.mainnav ul li .sub a span[class*=" eco-"] {
			padding-left:25px;
			padding-right:10px;
		}
			.mainnav ul li .sub li .sub a span[class*=" icon-"], .mainnav ul li .sub li .sub a span[class*=" brocco-icon-"], .mainnav ul li .sub li .sub a span[class*=" cut-icon-"], .mainnav ul li .sub li .sub a span[class*=" entypo-icon-"], .mainnav ul li .sub li .sub a span[class*=" icomoon-icon-"], .mainnav ul li .sub li .sub a span[class*=" minia-icon-"], .mainnav ul li .sub li .sub a span[class*=" iconic-icon-"], .mainnav ul li .sub li .sub a span[class*=" meteo-icon-"], .mainnav ul li .sub li .sub a span[class*=" silk-icon-"], .mainnav ul li .sub li .sub a span[class*=" typ-icon-"], .mainnav ul li .sub li .sub a span[class*=" wpzoom-"],.mainnav ul li .sub li .sub a span[class*=" eco-"]  {
				padding-left:35px;
				padding-right:10px;
			}
	.mainnav .hasDrop {position: absolute; right: 0; top:0; padding-right: 0 !important;}

	/*Second sub*/
	.mainnav ul li .sub li .sub {
		width: 100%;
	}
	.mainnav ul li .sub li .sub li:first-child a {border-top: 1px solid #c4c4c4;}
	.mainnav ul li .sub li .sub li a:hover {border-bottom: 1px solid #dfdfdf;}
	.mainnav ul li .sub li a.hasUl.drop {border-top: 1px solid #dfdfdf;}


/*Widget panel style*/
.panel {
	width:100%;
	min-height:100%;
	-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	margin-bottom: 25px;
	border:none;
}
.panel.hover {
	-moz-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.panel.drag {min-height: auto;}
.panel.plain.hover {box-shadow: none;}
	.panel .panel-heading {
		height:auto;
		background: url(../bundles/foxcore/theme/supAdmin/images/patterns/2.png) repeat;
		position: relative;
		border:1px solid #c4c4c4;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
		-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
		box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
		padding: 0;
	}
	.panel.drag .panel-heading:hover {
		cursor: move;
	}
	.panel.plain {background-color: transparent;}
	.panel.plain .panel-heading {
		border-top: none;
		border-left: none;
		border-right: none;
		background: none;
	}
	.panel.gradient .panel-heading {
		background: rgb(255,255,255);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
	}
	.panel .panel-heading.min {
		border-bottom-left-radius: 2px;
		border-bottom-right-radius: 2px;
	}
		.panel .panel-heading h4 {
			padding-left:15px;
			margin-bottom: 0;
			padding-top: 9px;
			padding-bottom: 9px;
			min-height: 37px;
		}

		h4 .label {float: right; margin-right: 40px;}
		h4 .badge {float: right; margin-right: 40px;}

		.panel .panel-heading span[class*=" icon-"], .panel .panel-heading span[class*=" brocco-icon-"], .panel .panel-heading span[class*=" cut-icon-"], 
		.panel .panel-heading span[class*=" entypo-icon-"], .panel .panel-heading span[class*=" icomoon-icon-"], .panel .panel-heading span[class*=" minia-icon-"], 
		.panel .panel-heading span[class*=" iconic-icon-"], .panel .panel-heading span[class*=" meteo-icon-"], .panel .panel-heading span[class*=" silk-icon-"],
		.panel .panel-heading span[class*=" typ-icon-"], .panel .panel-heading span[class*=" wpzoom-"], .panel .panel-heading span[class*=" eco-"]
		{
			margin: 0 10px 0 0px;
		}
		.panel .panel-heading .iToggle-button span.icon16 {
			margin-right: 0 !important;
		}
		.panel .panel-heading .loader {
			position: absolute;
			right:40px;
			top:10px;
		}
		.panel .panel-heading>a {
			position: absolute;
			right:10px;
			top:9px;
			border: 1px solid #c4c4c4;
			border-radius:2px;
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			text-decoration:none;
			color: #3f3f3f;
			text-indent: -9999px;
			background-color: #f3f3f3;
			width:18px;
			height:18px;
		}
		.panel .spark {
			margin-right: 40px;
			float: right;
		}
		.panel .panel-form {
			position: absolute;
			right: 40px;
			top: 5px;
			margin-bottom: 0;
		}
		.panel .panel-form input {
			width: 100%;
			margin-bottom: 0;
		}
		.panel .panel-form .dropdown-menu {top:auto; left:auto; right:0;}
		.panel .panel-form .btn-xs.dropdown-toggle {margin-top:1px;}
		.panel .panel-form .btn span {margin-right: 0; margin-top: -8px; display: inline-block;}
		.panel .panel-form .btn-xs span {margin-top: -2px;}
		.panel .panel-form .dropdown-toggle {margin-top: -4px; padding-bottom: 0;}
		.panel .panel-form .btn span.caret {margin-left: 2px;}
		.panel .panel-form .ibutton-container {	margin-top:-2px;}
		.panel .panel-heading .label span, .panel .panel-heading .badge span {margin-left:0; margin-right:0}
		.panel .panel-heading .progress {
			width:40%;
			position: absolute;
			right:40px;
			top:8px;
		}
		.panel .panel-heading .minimize {
			cursor:pointer;
			background: url(../bundles/foxcore/theme/supAdmin/images/icons/minus.png) no-repeat center 2px #f3f3f3;
			display: none;
		}
		.panel .panel-heading .maximize {
			background: url(../bundles/foxcore/theme/supAdmin/images/icons/plus.png) no-repeat center 2px #f3f3f3;
			display: block;
		}
	.panel .panel-body {
		border:1px solid #c4c4c4;
		border-bottom-left-radius: 2px;
		border-bottom-right-radius: 2px;
		border-top: none;
		background-color: #fff;
		position: relative;
	}
	.panel .panel-body.vertical-scroll {
		width: 200px;
	}
	.panel .panel-body.noPad {
		padding: 0;
	}
	.panel .panel-body.noPad .nav-tabs {
		margin-top: -1px;
		margin-left: -1px;
		margin-right: -1px;
	}
	.panel .panel-body.noPad .tab-content {
		margin-bottom: -1px;
		margin-left: -1px;
		margin-right: -1px;
	}
	.panel.boxMargin {margin-bottom: 27px;}	

	.sortable-placeholder {border: 4px dashed #C4C4C4; margin-bottom: 25px;}

/*General heading style*/
.heading {
	height:49px;
	border-bottom: 1px solid #c4c4c4;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
	-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	z-index:1;
	width: auto;
	min-width: 100%;
	position: relative;
	margin-top:0px;
	position: absolute;
	left: -26px;
	right: -26px;
	top: 0;
	padding-left: 26px;
	margin-bottom: 0;
}
	.heading h3 {
		line-height:48px;
		float: left;
		margin-right: 20px;
	}

	.heading .breadcrumb {
		float: right;
		padding: 15px 10px 6px 10px;
		margin:0 20px 0 0;
		background: none;
		border: none;
		box-shadow: none;
	}
		.heading .breadcrumb > li + li:before {display: none}
		.heading .breadcrumb span {margin-left:0; margin-right: 0;}
	.heading .breadcrumb li:first-child {margin-right: 8px;}

/*Big buttons with icons*/
.bigBtnIcon {list-style: none; margin:0; padding:0;  position:relative; text-align: center;}
	.bigBtnIcon li {
		text-align: center;
		margin-right:14px;
		margin-bottom: 13px;
		display: inline-block;
	}
		.bigBtnIcon li a {
			border: 1px solid #c4c4c4;
			border-radius: 2px;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			padding:5px;
			background: rgb(255,255,255);
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
			background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
			background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
			background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
			background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
			position: relative;
			-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
			-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
			box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
			text-decoration: none;
			width: 102px;
			height: 72px;
			display: inline-block;
		}
		.bigBtnIcon li a:after {
			content:"";
			width: 100px;
			height: 70px;
			border:1px solid #fff;
			border-radius: 2px;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			position: absolute;
			top:0;
			left:0;
		}
		.bigBtnIcon li a:hover {
			-moz-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
			border-color: #a5a5a5;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		.bigBtnIcon li a.pattern {
			background: url(../bundles/foxcore/theme/supAdmin/images/patterns/sidebarbg1.png) repeat;
		}
		.bigBtnIcon li a .icon { font-size: 26px; width: 100%;height: auto;margin:0; margin-top:0px; display: inline-block;}
		.bigBtnIcon li a .txt {line-height: 12px; text-align: center; font-size: 12px;}
		.bigBtnIcon li a .notification {padding: 0 6px 1px 6px; z-index: 999} 

/*Circle stats*/
.circle-stats {text-align: center; margin-top:-5px; position: relative;}
.circular-item {position: relative; width:82px; height: 82px;margin-right:20px; margin-bottom: 10px; display: inline-block;}
	.circular-item .icon {font-size: 20px; position: absolute; top:48%; left:50%; margin-top: -18px; margin-left: -10px;}
	.circular-item input {
		cursor: default;
		box-shadow: none;
		border:none;
		height: auto;
		position: absolute;
		top:15px;
		border-color: rgba(82, 168, 236, 0.8);
	}
	.circular-item input:focus {
		outline: 0;
		outline: thin dotted 0;
		/* IE6-9 */
  		-webkit-box-shadow: none;
     	-moz-box-shadow: none;
         box-shadow: none;
	}

.circular-progress-item {position: relative; width:82px; height: 82px;margin-right:20px; margin-bottom: 10px; display: inline-block;}
	.circular-progress-item input {
		cursor: default;
		box-shadow: none;
		border:none;
		height: auto;
		position: absolute;
		top:0px;
		border-color: rgba(82, 168, 236, 0.8);
	}
	.circular-progress-item input:focus {
		outline: 0;
		outline: thin dotted 0;
		/* IE6-9 */
  		-webkit-box-shadow: none;
     	-moz-box-shadow: none;
         box-shadow: none;
	}

/*circular porgress bars*/
.jCProgress {
     position: absolute;
     z-index: 999;
     /*  margin-top:-15px; /* offset from the center */
}

.jCProgress > div.percent {
     font-size: 16px;
     text-shadow: 0px 0px 1px #1f1f1f;
     position:absolute;
     left:50%;
     top:50%;
     margin-left:-20px;
     text-align: center;
     width:40px;
     margin-top:2px;
}
	div.percent:before{
		content:"%";
		width: 10px;
	}

/*Reminder*/
.reminder {position: relative; margin-bottom: 25px;}
	.reminder h4 {border-bottom: 1px solid #c4c4c4; padding-bottom: 3px; margin-bottom:0px; line-height: 37px; position: relative;}
	.reminder ul {list-style: none; margin:0;padding-left: 0;}
	.reminder li {
		margin-bottom:0; 
		padding-top: 10px; 
		padding-bottom:10px; 
		border-bottom: 1px solid #ebebeb;
		-webkit-transition: 0.25s all ease-in; -moz-transition: 0.25s all ease-in; -o-transition: 0.25s all ease-in; transition: 0.25s all ease-in;
	}
		.reminder ul li .icon {
			float: left;
			width: 32px;
		}
		.reminder .number {float: left;font-size: 26px; font-weight: 700; padding:0 15px; color: #ed7a53;margin-top: 5px;}
		.reminder .btn {text-transform: uppercase; float: right; font-weight: 700; margin-top: 4px;}
		.reminder .txt {float: left;margin-top: 13px;}
	.reminder li:hover {background: #fcfcfc; border-color: #d9d9d9;}

/* Icon in headlines */
h4 .icon {width: auto; position: absolute; right:0}
h4 .icon span {color: #7d7d7d;}
h4 .icon span:hover {color: #3F3F3F;}

/* ------------------Typeahead--------------------*/
.twitter-typeahead {width: 100%;}
.typeahead,
.tt-query,
.tt-hint {
  width: 100%;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #c4c4c4;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  outline: none;
  font-size: 13px;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
     -moz-box-shadow: 0 2px 5px rgba(0,0,0,.2);
          box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

/*Spark stats*/
.sparkStats {position: relative; margin-bottom: 25px;}
	.sparkStats ul {margin:0;padding-left: 0; list-style: none;}
	.sparkStats li {margin-bottom: 0; line-height: 32px; padding-top: 4px;padding-bottom: 6px;}
		.sparkStats li .number {font-size: 18px; font-weight: 700; padding:0 10px; color: #ed7a53;}
		.sparkStats li span:first-child {margin-right:15px;}
	.sparkStats h4 {
		position: relative;
		border-bottom: 1px solid #c4c4c4; 
		padding-bottom: 0px; 
		margin-bottom: 10px; 
		line-height: 37px;
		-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
		-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
		box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	}
	.jqstooltip {padding: 5px;display: inline-block;}
	.jqsfield { color: white;text-align: left;padding: 5px;margin-left: -5px; margin-right: 5px;margin-top: -5px;margin-bottom: 5px;}

/*Chart shortcuts style*/
.chartShortcuts {
	width:100%;
	list-style: none;
	margin-left:0;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
}
	.chartShortcuts li {
		display: inline-block; 
		margin: 0 5px 5px 0;
		border: 1px solid #C4C4C4;
		border-radius: 2px;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
	}
	.chartShortcuts a {
		float: left;
		color: #666666;
		min-width:150px;
		padding: 10px 0px 10px 10px;
		background:url(../bundles/foxcore/theme/supAdmin/images/icons/external.png) no-repeat;
		background-position: 150% center;
		text-align: left;
	}
	.chartShortcuts a:hover {
		background-position: 85% center;
		color:#444444; 
		-webkit-transition: background 0.3s ease;
		-moz-transition: background 0.3s ease;
        -ms-transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
		transition: background 0.3s ease;
	}
	.chartShortcuts .head {font-size:11px;text-transform: uppercase; float: left; width:100%;}
	.chartShortcuts .number {font-family: 'Signika'; float: left;font-size: 21px; font-weight: 700; width:100%}

/*To Do List*/
.todo {position: relative; margin-bottom: 27px;}
.todo h4 {
	border-bottom: 1px solid #c4c4c4; 
	padding-bottom: 0px; 
	margin-bottom: 10px; 
	line-height: 37px;
	-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}
	.todo ul {list-style: none; margin:0;padding-left: 0;}
	.todo li {margin-bottom: 0; border-bottom: 1px solid #EBEBEB; padding-top: 10px; padding-bottom: 10px;-webkit-transition: 0.25s all ease-in; -moz-transition: 0.25s all ease-in; -o-transition: 0.25s all ease-in; transition: 0.25s all ease-in;}
	.todo li:hover {background: #FCFCFC;border-color: #D9D9D9;}
		.todo li .txt {float: left;}
		.todo li .by {margin-left:10px;margin-right:10px;}
		.todo li .date {margin-right:10px;}
		.todo li .controls { float: right;}

/*Sidebar Widget*/
.sidebar-widget {position: relative;margin:-1px 0 10px 0; display: block; float: left; width: 100%;}
	.sidebar-widget .content {padding:0px 10px;position: relative;}
	.sidebar-widget .title {
		/*background-color: #e5e5e5;*/
		background: url(../bundles/foxcore/theme/supAdmin/images/patterns/3.png) repeat;
		padding:5px 15px;
		border-top: 1px solid #c4c4c4;
		border-bottom: 1px solid #c4c4c4;
		-moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);
		-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
		box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	}
	.sidebar-widget .content span.icon16.left {line-height: 12px;}
	.sidebar-widget .progress {
		margin-bottom: 2px;
		width:70%;
		margin-top:2px;
	}
	.sidebar-widget .percent {
		position: absolute;
		right:10px;
		top:-1px;
		font-weight: 700;
	}
	.sidebar-widget .stat {
		font-size: 11px;
		display: inline-block;
		width: 100%;
		margin-top: 2px;
		text-align: center;
	}
	.sidebar-widget ul {padding-left: 0;list-style: none;}

.vital-stats {margin-bottom: 25px;}
/*Sidebar Widget stats*/
.sidebar-widget .stats {position: relative; margin: 0px -10px;}
	.stats .item {width: 90px; float: left; margin-left:10px; margin-bottom: 5px}
	.sidebar-widget .item span.icon16.left {line-height: 18px;margin-top: 5px;}
	.stats .head {border-bottom: 1px solid #ebebeb; padding-bottom: 4px; margin-bottom: 8px}
	.stats .number{font-size: 20px; font-weight: 700; float: left; width: 48%;}
	.stats .txt {float: left;}
	.stats .change {float: left; margin-top:8px;}
		.stats .change span {margin-left:-2px; margin-right:0;}
	.stats .spark {float: left; margin-top:13px; margin-left:5px;}

/*Rightnow stats style*/
.rightnow {position: relative;}
	.rightnow ul {margin-left:10px;}
	.rightnow li {line-height: 24px;}
	.rightnow .number {font-size: 18px; font-weight: 700; margin-right:10px; width:30px; float: left; text-align: right; color: #2C7282;}

/*Misc styles*/
.pie-chart-label {
	font-size: 12px;
	text-align: center;
	background: #e2e2e2;
	color: #000;
	border:1px solid #c4c4c4;
	border-radius: 2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	padding:2px 10px;
	-moz-box-shadow:0 1px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
	opacity: 0.8;
}

/*Btn with font face icon fix*/
.right .btn [class^="brocco-icon-"],.right .btn [class*=" brocco-icon-"],.right .btn [class^="cut-icon-"], .right .btn [class*=" cut-icon-"],.right .btn [class^="entypo-icon-"],.right .btn [class*=" entypo-icon-"],.right .btn [class^="icomoon-icon-"],.right .btn [class*=" icomoon-icon-"],.right .btn [class^="minia-icon-"],.right .btn [class*=" minia-icon-"],.right .btn [class^="iconic-icon-"],.right .btn [class*=" iconic-icon-"],.right .btn [class^="meteo-icon-"],.right .btn [class*=" meteo-icon-"],.right .btn [class^="silk-icon-"],.right .btn [class*=" silk-icon-"],.right .btn [class^="typ-icon-"],.right .btn [class*=" typ-icon-"] {
 margin-left:0;
 margin-right: 0;
}

.btn [class^="brocco-icon-"], .btn [class*=" brocco-icon-"], .btn [class^="cut-icon-"],  .btn [class*=" cut-icon-"], .btn [class^="entypo-icon-"], .btn [class*=" entypo-icon-"], .btn [class^="icomoon-icon-"], .btn [class*=" icomoon-icon-"], .btn [class^="minia-icon-"], .btn [class*=" minia-icon-"], .btn [class^="iconic-icon-"], .btn [class*=" iconic-icon-"], .btn [class^="meteo-icon-"], .btn [class*=" meteo-icon-"], .btn [class^="silk-icon-"], .btn [class*=" silk-icon-"], .btn [class^="typ-icon-"], .btn [class*=" typ-icon-"] {
 margin-left:0;
 margin-right: 5px;
}

.btn-link:disabled{background: none; cursor: not-allowed; }

.hasTimeEntry {
	background:url(../bundles/foxcore/theme/supAdmin/images/spinner.png) no-repeat center right;
}

/* Dual Multiselect
----------------------------------*/
.leftBox { float: left; width: 38%;}
.rightBox { float: right; width: 38%; margin-right: 2%; }
.dualBtn { text-align: center; width: 100px; margin: 160px 1px; position: absolute; left: 50%; margin-left: -55px; }
.dualBtn .btn span {margin-right: 0;}
.searchField { max-width: 60%; margin: 0 5px 0 5px; float: left; background: url(../bundles/foxcore/theme/supAdmin/images/search.png) no-repeat 95% center; }
.searchBox { margin: 10px 0 22px 0; position: relative; width: 100%; }
.searchBox > span { float: left; display: block; margin-top: 8px; }
.searchBox button { 
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 10px;
	margin-top: 2px;
}
.count { margin-top: 10px; display: block; float: left; }
#box1Clear span, #box2Clear span {
	display: inline-block;
	margin-right: 0;	
	height: 12px;
}
.slider {margin-top:12px;}

.pbar .ui-progressbar-value {display:block !important}
.pbar {overflow: hidden}
.percent1 {position:relative;float: left;}
.elapsed {position:relative;float: right;}

/* Gallery view
----------------------------------*/
.galleryView>li img {
	border:1px solid #e3e2e2;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius: 2px;
	padding: 5px;
}
.galleryView>li img:hover {
	border:1px solid #88BBC8;
	-webkit-box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.galleryView>li .actionBtn {position: absolute; bottom:10px; width: 100%;}
.galleryView>li .actionBtn a {
	padding:3px; 
	background: #000;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius: 2px;
	width: 23px;
	display: inline-block;
	opacity: 0.8;
	filter: alpha(opacity=80);

}
.galleryView>li .actionBtn a span { margin-left:0; margin-right: 0; }
.galleryView>li .actionBtn a:first-child {float: left; margin-left:10px;}
.galleryView>li .actionBtn a:last-child {float: right; margin-right: 10px;}

/*Activity widget*/
.activity {position: relative; list-style:none; padding-top: 15px; margin-left:0; padding-bottom: 0;padding-left: 0;}
.activity li {border-bottom: 1px solid #c4c4c4; padding: 10px 0 15px 0; width: 100%;}
.activity li:last-child {border-bottom: none; padding-bottom: 10px;}
.activity li:hover {border-color: #a9a9a9;}
.activity li span {margin-left:25px;margin-right: 20px;margin-bottom: 25px;float: left;}
.activity li strong {text-align: center; margin-right: 2px;}
.activity li .btn {margin-left:15px; margin-right: 15px;}
.activity li small {margin-right:15px; font-size: 11px; color:#999999;}

.recent-users {position: relative; list-style:none; padding-top: 15px; margin-left:0; padding-bottom: 0;padding-left: 0;}
.recent-users li {border-bottom: 1px solid #c4c4c4; padding: 10px 0 15px 0; width: 100%;}
.recent-users .avatar {	
	margin-left:15px; 
	width:40px; 
	height: 40px;
	border:1px solid #e3e2e2;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius: 2px;
	padding: 2px;
	float: left;
}
.recent-users .avatar img {	width: 34px;height: 34px;width: 122px;}
.recent-users .avatar span {margin-top: -6px;display: inline-block;margin-left: 1px;margin-right: 0;}
.recent-users .name {float: left; margin-left:10px; margin-right: 10px;}
.recent-users .status {float: right; margin-right: 15px; margin-top:2px;}
.recent-users .status small {font-size: 11px; color:#999999;}
.recent-users .email {float: left; margin-left:10px; margin-top:2px;}
.recent-users li:last-child {border-bottom: none; padding-bottom: 10px;}

/*Messages layout*/
.messages {position: relative; list-style: none; margin-left:0; padding-bottom: 0;margin-bottom: -7px;padding-left: 0;}
.messages li {position: relative;padding: 10px 0 15px 0; width: 100%;}
.messages li.sendMsg {border-top: 1px solid #c4c4c4; padding-top:15px; background: #f0f0f0;}
	.messages li.sendMsg form {margin-left:15px; margin-right: 15px; margin-bottom: 0;}
	.messages li a.avatar { float: left; margin:0 15px 0 15px;}
		.messages li a.avatar img { width: 40px; height: 40px;}
	.messages li div.message {
		position: relative;
		margin-right: 15px;
		margin-left:75px;
		border: 1px solid #d8d8d8;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding:10px;
		background: rgb(255,255,255);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
	}
	.messages li.user div.message:after{
		float: left;
		content:"";
		position: absolute;
		top:10px;
		left:-10px;
		width: 10px;
		height: 17px;
		background: url(../bundles/foxcore/theme/supAdmin/images/icons/arrow-left.png) no-repeat;
	}
		.messages li div.message .head {float: left; width: 100%; margin-bottom: 10px;}
			.messages li div.message .head span.name {float: left; color:#999999;}
				.messages li div.message .head span.name strong {color:#ED7A53;}
			.messages li div.message .head span.time {float: right; font-size: 11px; margin-right: 15px; color:#999999;}
		.messages li div.message p {}

	.messages li.admin a.avatar { float: right;}
	.messages li.admin div.message {margin-left:15px; margin-right: 75px;}
			.messages li.admin div.message .head span.name {float: right;}
			.messages li.admin div.message .head span.time {float: left; margin-right: 15px;}

	.messages li.admin div.message:after{
		float: left;
		content:"";
		position: absolute;
		top:10px;
		right:-10px;
		width: 10px;
		height: 17px;
		background: url(../bundles/foxcore/theme/supAdmin/images/icons/arrow-right.png) no-repeat;
	}		

/*loader*/
#qLoverlay {
	visibility: visible;
	width: 100%;
    height: 100%;
    position: fixed;
    z-index: 666999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../bundles/foxcore/theme/supAdmin/images/patterns/3-1.png) repeat;
}
#qLbar {
	visibility: visible;
	width: 80px;
	height: 80px;
    position: absolute;
    top: 50%;
    left:50%;
    margin-top: -80px;
    margin-left: -40px;
    background:url(../bundles/foxcore/theme/supAdmin/images/loader.gif) no-repeat;
    z-index: 667999;
}

/*Invoice page*/
.invoice {position: relative;}
	.invoice .content {padding-left:25px; padding-right: 25px;}
	.invoice .invoice-info {float: right; margin-right: 10px;font-size: 12px; width: 100px; padding: 5px 0;}
	.invoice .invoice-info .number {float: left;}
	.invoice .invoice-info .data {float: left;}
	.invoice .print {float: right; margin-right: 25px; margin-top: 5px;}
	.invoice .print a span {margin-left: 7px !important; display: inline-block;}
	.invoice .print a {
		float: left;
		padding:0;
		width:40px;
		height: 36px;
		border: 1px solid;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		position: relative;
		-webkit-text-shadow: 0 1px 0 white;
		-moz-text-shadow: 0 1px 0 white;
		text-shadow: 0 1px 0 white;
		border-color: #CCC #CCC #AAA;
		background-color: #E0E0E0;
		-moz-box-shadow: inset 0 0 1px #fff;
		-ms-box-shadow: inset 0 0 1px #fff;
		-webkit-box-shadow: inset 0 0 1px white;
		box-shadow: inset 0 0 1px white;
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
		background-image: -moz-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
		background-image: -ms-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
		background-image: -o-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(100%,#DCDCDC));
		background-image: -webkit-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
		background-image: linear-gradient(to bottom,#FAFAFA 0,#DCDCDC 100%);
	}
	.invoice .print a:hover {
		border:1px solid;
		background: rgb(232,232,232);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(249,249,249,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(249,249,249,1)));
		background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
		background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
		background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
		background: linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f9f9f9',GradientType=0 );
		text-decoration:none;
	    border-color: rgb(170, 170, 170) rgb(170, 170, 170) rgb(153, 153, 153);
	    -webkit-box-shadow:  0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
		-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
		-webkit-transition: background 0.5s ease-in-out;
		-moz-transition: background 0.5s ease-in-out;
		-ms-transition: background 0.5s ease-in-out;
		-o-transition: background 0.5s ease-in-out;
		transition: background 0.5s ease-in-out;
	}	
	.invoice .you {float: left; margin-bottom: 15px;}
	.invoice .client {float: right;}
	.invoice .payment {float: left;}
	.invoice .total {float: right; margin-right: 20px;}
		.invoice .total span {font-size: 20px;}
	.invoice-footer {
		border: 1px solid #c4c4c4;
		padding:10px 0;
		margin-top: 10px;
		background: #f1f1f1;
	}
	.invoice-footer p {margin-left: 20px; margin-top: 10px;}

form .image {
	padding: 5px; 
	border: 1px solid #c4c4c4;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
}

/* Form Validation */
label.error {
	padding: 3px 4px 3px 4px;
	color: #c93605;
	font-weight: bold;
	text-shadow:none;
    font-size:11px;
 }

form input.error {border: 1px solid #ED7A53 !important;}
form input.valid {border: 1px solid #9FC569 !important;}

.checker label.error {
	min-width: 260px;
	text-align: right;
	display: block;
}

/*.selector label.error {
	position: absolute;
	top: 5px;
	right: 0;
	margin:0;
}*/

/*Email page*/

.email-nav {}
.email-nav .nav-list > .active > a, .email-nav .nav-list > .active > a:hover {
	background-color: #88BBC8;
}
.email-nav .nav-list > li > a {
	padding: 3px 15px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.email-nav .nav-header {color:#666;border-bottom: 1px solid #c4c4c4;padding-left: 10px;padding-bottom: 5px;font-weight: bold;}
.email-nav .composeBtn {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 20px;
}
	.email-nav .composeBtn .btn {
		text-transform: uppercase;
		font-weight: 700;
	}

.email-nav .nav-list .divider {
	height: 1px;
	margin: 5px 1px;
	background-color: #c4c4c4;
	border-bottom: 1px solid white;
}
.email-header {margin-bottom: 20px;}
.email-header .btn-group > .dropdown-toggle, .email-header .btn-group .check {
	padding: 4px 10px; 
	font-size: 12px;
	-moz-border-radius: 2px 2px 2px 2px !important;
	-webkit-border-radius: 2px 2px 2px 2px !important;
	border-radius: 2px 2px 2px 2px !important;
	line-height: 24px;
}
.email-header .btn-group .check div.checker span {margin-left: 2px;}
.email-header .btn-group label {margin-bottom: 0;}
.email-header .btn-group > .btn:first-child {
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}
.email-header .btn-group > .btn:last-child {
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}
.email-header .btn-group .btn .caret {height: 9px;}
.email-header .btn-group .btn span.icon16 {margin-right: 0;}
.email-header .btn-group .dropdown-menu a {font-size: 12px;}

.email-content .panel.plain {display: block;}
.email-content .panel .dataTables_filter {
	margin-right: 15px;
	position: absolute;
	top: -46px;
	right: 0;
}
.email-content .panel.plain .dataTables_wrapper {padding-top: 0; margin-top: -2px;}
.emailTable a {text-decoration: none; color:#555;}
.emailTable .star span {cursor: pointer;}
.emailTable .subject, .emailTable .from {text-align: left;}
	.emailTable .subject span {color:#999;}
.emailTable .unread {color: #005580;}

.compose {display: none;}
.compose .form-label, .read-email .form-label {text-align: left; font-weight: 700; font-size: 13px;}
.compose .page-header h4{float: left; margin-right: 15px;}
.compose .page-header .actions, .read-email .page-header .actions {margin-top: -6px;margin-bottom: 5px; display: inline-block;}

.read-email {display: none;}
.read-email .page-header .actions {width: 100%; margin-bottom: 10px;}
.read-email .attach {margin-top: 0;}
.read-email .attach dd {margin-bottom: 5px; margin-left: 0;}
.read-email span.icon16 {margin-right: 0;}


/*Support page*/
.support-section {position: relative;}
.support-section .support-search {
	position: absolute;
	left:50px;
}
	.support-section .support-search form {margin-bottom: 0;}
	.support-section .support-search .searchfield {
		width:100%;
		margin: 10px 10px;
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius: 2px;
		border-color: #c4c4c4;
		padding-left:25px;
		float: right;
		position: relative;
	}
	.support-section .support-search .search-btn {
		background: url(../bundles/foxcore/theme/supAdmin/images/search.png) no-repeat;
		border: none;
		width:20px;
		height:20px;
		position: absolute;
		top:18px;
		left: -3px;
	}
.support-section .nav-tabs {margin-top: 58px; overflow-x: hidden; width: 236px; height: 399px;}
.support-section .nav-tabs li {position: relative; width: 236px;}
	.support-section .nav-tabs li a {border-left:5px solid transparent; padding-right: 46px;}
	.support-section .nav-tabs li.active a {border-left: 5px solid #555;}
	.support-section .status {
		font-size: 32px;
		position: absolute;
		left: -5px;
		top: 12px;
		width: 10px;
		height: 10px;
	}
	.support-section .nav-tabs li:last-child a {padding-bottom: 10px;}
	.support-section .disconnected .status {font-size: 16px;left:3px;top: 23px;}
	.support-section .avatar img {
		width: 40px;
		height: 40px;
	}
	.support-section .avatar .icon {
		width: 40px;
		height: 40px;
		font-size: 32px;
		margin-left: 2px;
		display: inline-block;
	}
	.support-section .nav-tabs li .avatar  {
		width: 40px;
		height: 40px;
		padding-right: 10px;
		padding-left: 10px;
		display: block;
		float: left;
	}
	.support-section .nav-tabs .name {float: left; line-height: 37px;margin-left: 20px;}
	.support-section .closeMsg {
		position: absolute;
		right: 0px;
		top:2px;
		display: none;
		cursor: pointer;
	}

	.support-section .tab-content {padding:0;}
	.support-section .tab-pane.active {height:457px;}
	.support-section .tabs-left .tab-pane {padding-left: 0;min-height: 457px;}
	.support-section .messages {padding:15px;}
	.support-section .sendMsg {
		border:1px solid #c4c4c4;
		margin-left: 0;
		margin-top: 15px;
		background: rgb(255,255,255);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
	}
		.support-section .sendMsg textarea {margin-top: 10px; margin-left: 10px; margin-right: 10px; width: 97%; }
		.support-section .sendMsg .send {
			margin-top: 0;
			-moz-border-radius:2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			font-size: 13px;
			font-weight: 700;
			margin-left: 15px;
		}
		.support-section .sendMsg .attach {
			margin-top: 15px;
			display: inline-block;
			margin-left: 5px;
		}

	.support-section .notification {
		right: 15px;
		top: 18px;
	}

	.support-section .notification.newMsg {
		animation: support-notif 2s linear;
		-moz-animation: support-notif 2s ease-in-out; /* Firefox */
		-webkit-animation: support-notif 2s linear; /* Safari and Chrome */
		-o-animation: support-notif 2s linear; /* Opera */
	}

	@keyframes support-notif {
		0% { -webkit-transform: scale(1); }
		30% { -webkit-transform: scale(1); }
		40% { -webkit-transform: scale(1.08); }
		50% { -webkit-transform: scale(1); }
		60% { -webkit-transform: scale(1); }
		70% { -webkit-transform: scale(1.05); }
		80% { -webkit-transform: scale(1); }
		100% { -webkit-transform: scale(1); }
	}
	@-moz-keyframes support-notif /* Firefox */ {
		0% { -webkit-transform: scale(1); }
		30% { -webkit-transform: scale(1); }
		40% { -webkit-transform: scale(1.08); }
		50% { -webkit-transform: scale(1); }
		60% { -webkit-transform: scale(1); }
		70% { -webkit-transform: scale(1.05); }
		80% { -webkit-transform: scale(1); }
		100% { -webkit-transform: scale(1); }
	}
	@-webkit-keyframes support-notif /* Safari and Chrome */{
		0% { -webkit-transform: scale(1); }
		30% { -webkit-transform: scale(1); }
		40% { -webkit-transform: scale(1.08); }
		50% { -webkit-transform: scale(1); }
		60% { -webkit-transform: scale(1); }
		70% { -webkit-transform: scale(1.05); }
		80% { -webkit-transform: scale(1); }
		100% { -webkit-transform: scale(1); }
	}
	@-o-keyframes support-notif /* Opera */{
		0% { -webkit-transform: scale(1); }
		30% { -webkit-transform: scale(1); }
		40% { -webkit-transform: scale(1.08); }
		50% { -webkit-transform: scale(1); }
		60% { -webkit-transform: scale(1); }
		70% { -webkit-transform: scale(1.05); }
		80% { -webkit-transform: scale(1); }
		100% { -webkit-transform: scale(1); }
	}

/*FAQ page*/
.faq-search {
	position: relative;
	margin-top: -15px;
}
	.faq-search form {margin-bottom: 0; position: relative;}
	.faq-search .searchfield {
		margin: 10px 10px 10px 0;
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius: 2px;
		border-color: #c4c4c4;
		padding-left:25px;
	}
	.faq-search .search-btn {
		background: url(../bundles/foxcore/theme/supAdmin/images/search.png) no-repeat;
		border: none;
		width:20px;
		height:20px;
		position: absolute;
		top:9px;
		left: 22px;
	}
.categories ul {list-style: none;padding-left: 0;}
	.categories ul li {line-height: 32px;}
	.categories a {color: #555; text-decoration: underline; font-weight: 700;}
	.categories a:hover {color: #666;text-decoration: none;}

.popular-question ul {list-style: none;padding-left: 0;}
	.popular-question a {color: #555; text-decoration: underline; font-weight: 700;}
	.popular-question a:hover {color: #666;text-decoration: none;}
.popular-question .txt {margin-bottom: 0;}
.popular-question .info {
	font-size: 11px;
	margin-top: -5px;
	display: inline-block;
	color: #666;
}

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:30px;
	height:31px;
	border:none;
	text-indent:100%;
	background:url(../bundles/foxcore/theme/supAdmin/images/ui.totop.png) no-repeat left top;
	z-index: 999;
}

#toTopHover {
	background:url(../bundles/foxcore/theme/supAdmin/images/ui.totop.png) no-repeat left -31px;
	width:30px;
	height:31px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/* ------------------Responsive tables --------------------*/
.responsive {overflow-x: auto;}
	.responsive table {min-width: 680px;margin-bottom: 0;}

/* ------------------ Wizard styles --------------------*/
.ui-formwizard {margin-top: 0; margin-bottom: 0;position: relative; background: #f8f8f8;float: left;width: 100%;}
.ui-formwizard .wizard-actions {
	margin-bottom: 0;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
	float: left;
	background: inherit;
	border-top: 1px solid #c4c4c4;
}
.ui-formwizard .wizard-actions .btn.pull-left {margin-left: 15px;}
.ui-formwizard .wizard-actions .btn.pull-right  {margin-right: 15px;}
.ui-formwizard-content {padding: 0 10px;}
.ui-formwizard-content .form-group:last-child, .ui-formwizard-content p{margin-bottom: 0; padding-bottom: 10px;}
.wizard-steps.show {
	width: 100%;
	height: auto;
	padding: 0;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 20px;
}
.wizard-steps.hide{display: none;}
	.wizard-steps .wstep {
		float: left;
		position: relative;
		color: #c9c9c9;
		font-weight: bold;
		font-size: 13px;
		position: relative;
		height: 60px;
		width: 100%;
		max-width: 178px;
		min-width: 176px;
		border-right: 1px solid #c4c4c4;
	}
	.wizard-steps .wstep.current {color: #737373;}
	.wizard-steps .wstep.done {color: #72b110;}
	.wizard-steps .wstep .donut { 
		margin-top: 10px;
	    border: 2px solid #c9c9c9;
	    border-radius: 20px;
	    height:34px;
	    width:34px;
	    margin-left: 10px;
	    position: relative;
	    margin-bottom: 5px;
	    text-align: center;
	    font: bold 25px Verdana, Arial, Helvetica, sans-serif;
	    float: left;
	    color: #c9c9c9;
	    line-height: 29px;
	}
	.wizard-steps .wstep .donut span.icon16 {
		font-size: 24px;
		margin-top: 3px;
		margin-left: 2px;
		color: #c9c9c9;
		display: inline-block;
	}
	.wizard-steps .wstep.current .donut span.icon16 {color: #737373;}
	.wizard-steps .wstep.done .donut span.icon16 {color: #9fc569;}
	.wizard-steps .wstep.current .donut {border-color: #737373; color: #737373;}
	.wizard-steps .wstep.done .donut {border-color: #9fc569;}

	.wizard-steps .wstep .txt {
		text-align: left;
		padding: 10px 5px;
		font-size: 14px;
		font-weight: bold;
		width: 122px;
		height: auto;
		margin-left: 10px;
		display: inline-block;
	}
.ui-formwizard-button.pull-left i {margin-left: 0;}
.ui-formwizard-button.pull-right i {margin-right: 0;}
/* vertical styles */
.wizard-vertical .wizard-steps.show {
	width: 180px;
	border-bottom: none;
	float: left;
	margin-left: 0;
	margin-bottom: 0;	
}
.wizard-vertical .ui-formwizard-content {
	width: auto !important;
	padding-top: 10px;
}
	.wizard-vertical .wizard-steps .wstep {width: 150px;margin-bottom: 0px; border-bottom: 1px solid #c4c4c4;}
	.wizard-vertical .wizard-steps .wstep.last-child {border-bottom: none;}
	.wizard-vertical .wizard-steps .wstep .donut {
		margin-left: 10px;
		position: relative;
		margin-bottom: 5px;
		float: left;
	}
	.wizard-vertical .wizard-steps .wstep .txt {display: inline-block;width: 120px}
.wizard-vertical .step {display: inline-block;float: left;width: 100%;}
.wizard-vertical .wrap {padding-left: 185px;}
.wizard-vertical .form-actions {clear: both;}

/* # Fixed version
================================================== */
body.fixedWidth {background: url(../bundles/foxcore/theme/supAdmin/images/patterns/4.png) repeat;}
body.fixedWidth #header {padding-right: 0;padding-left: 0;}
body.fixedWidth .navbar .navbar-inner {border-bottom: none;}
body.fixedWidth .heading:after {border-right: 1px solid #c4c4c4;}
body.fixedWidth #content.hided .heading {border-left: 1px solid #c4c4c4;}
body.fixedWidth #wrapper {
	background: url(../bundles/foxcore/theme/supAdmin/images/patterns/5.png) repeat;
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	padding-left: 0;
	padding-right: 0;
}
body.fixedWidth #sidebar {padding-top: 66px;}
body.fixedWidth #sidebar .shortcuts,body.fixedWidth #sidebar-right .shortcuts {border-top: 1px solid #c4c4c4;}
body.fixedWidth .collapseBtn.leftbar.top { left: 165px;}
body.fixedWidth #sidebar.hided, body.fixedWidth #sidebarbg.hided {margin-left: 0; position: absolute;z-index: -1;}
body.fixedWidth #sidebar-right.hided, body.fixedWidth #sidebarbg-right.hided {margin-right: 0;position: absolute;z-index: -1;}
body.fixedWidth .mainnav li a.current, body.fixedWidth .mainnav li a.current:hover {margin-left: 0;}
@media only screen and (max-width: 1200px) {
	body.fixedWidth .navbar .container {width: 940px;}
	body.fixedWidth #header .navbar .nav a {padding: 10px 0; width: 46px; display: inline-block;}
	body.fixedWidth #header .navbar .nav a img.image {margin-left: 5px;position: relative;top: auto;left: auto;margin-top: -8px;margin-bottom: -8px;}
	body.fixedWidth #header .navbar .nav a span.txt {display: none;}
	body.fixedWidth #header .navbar .nav a span.icon16 {margin-left: 15px; display: inline-block; line-height: 14px;}
	body.fixedWidth #header .navbar .nav a .caret {display: none;}
	body.fixedWidth #header .dropdown-menu li a {width: auto !important;padding: 5px 1px !important;}
	body.fixedWidth #header .dropdown-menu li span.name a {padding: 5px 0 5px 5px; width:100%}
	body.fixedWidth #header .dropdown-menu li span.time {margin-top:-18px;}
	body.fixedWidth #header .dropdown-menu li.view-all a {padding: 5px 0 5px 5px; width: auto;}
	body.fixedWidth #header .dropdown-menu li.menu a span {margin-left: 0 !important;}
	body.fixedWidth #header .dropdown-menu li.menu a span.icon .icon16 {margin-left: 5px !important;}
	body.fixedWidth #header .dropdown-menu .messages {padding-top:0;}
	body.fixedWidth #header .dropdown-menu span.icon span {margin-left:5px !important;}
	body.fixedWidth #header .dropdown-menu ul.notif a {width: 100% !important;}
}

@media (max-width: 979px) {
	body.fixedWidth .navbar .container {width: 724px;}
	body.fixedWidth .resBtn {left: 160px;}
	body.fixedWidth #sidebar.offCanvas .shortcuts, body.fixedWidth #sidebar-right.offCanvas .shortcuts {border-top: none;}
}

@media (max-width: 767px){
	body.fixedWidth .navbar .container {width: auto;}
}
@media only screen and (max-width: 572px) {
	body.fixedWidth .resBtn {top: 59px;left: 10px;}
	body.fixedWidth #wrapper {padding-top: 42px;}
}
@media only screen and (max-width: 400px){
	body.fixedWidth .resBtn {top: 15px;left: 15px;}
}

/* # RTL version
================================================== */
body.rtl {direction: rtl; unicode-bidi: embed;}
body.rtl .nav.usernav {float: left;}
body.rtl .notification {left:-10px;right:auto;}
body.rtl .navbar .nav > li { float: right;}
body.rtl .navbar .navbar-brand {margin-left: 55px; margin-right: 0;}
body.rtl .dropdown-menu {float: right; left: auto;}
body.rtl .dropdown .menu ul li a span {margin-right: auto; margin-left: 15px; float: right;}
body.rtl .dropdown-menu .icon {float: right;margin-right: auto; margin-left: 10px;}
body.rtl .dropdown-menu .messages .time {float: left;}
body.rtl .dropdown-menu .notif .event {margin-left: 5px; margin-right: auto; float: none;}
body.rtl .dropdown .menu ul.notif li a .icon span {margin-right: 5px;}
body.rtl .collapseBtn {right:170px !important; left: auto !important; z-index: 999;}
body.rtl .heading h3 {float: right;}
body.rtl .heading .breadcrumb {float: left;margin: 0 0 0 20px;}
body.rtl .search {float: left;}
body.rtl .shortcuts ul {margin: 0;}
body.rtl .mainnav .hasDrop {right: auto;top: 0;left: 0;padding-right: 0 !important;padding-left: 0 !important;}
body.rtl .mainnav .notification {right: auto; left:30px;}
body.rtl .search .search-btn {left: auto; right: 25px;}
body.rtl .search .top-search {padding-left: 0; padding-right: 25px;}
body.rtl #content-one {margin-right: 213px;}
body.rtl .panel .panel-heading h4 {padding-left:0;padding-right: 15px;}
body.rtl .panel .panel-heading h4 span.icon16 {margin-right: 0; margin-left: 5px;}
body.rtl .panel .panel-heading > a {left:10px;right: auto;top: 8px;}
body.rtl h4 .icon {right: auto; left:0;}
body.rtl .stats .number {float: right;}
body.rtl .sidebar-widget .item span.icon16.left {float: right;}
body.rtl .rightnow li span.icon16 {float: right;}
body.rtl .sidebar-widget .content span.icon16.left {float: right;}
body.rtl .sidebar-widget .stat {float: left;}
body.rtl .sidebar-widget .percent {right: auto;left:10px; top: -4px;}
body.rtl .sidebar-widget .progress {margin-left: 30px;}
body.rtl h4 .label {float: left;margin-left: 40px;}
body.rtl .vital-stats .pull-right {float: left;}
body.rtl .reminder ul li .icon {float: right;}
body.rtl .reminder .number {float: right;}
body.rtl .reminder .txt {float: right;}
body.rtl .reminder .btn {float: left;}
body.rtl .fc-header-right {right: auto;left:20px;}
body.rtl .fc-header-center {float: left;margin-left: 20px;}
body.rtl .fc-header-left {text-align: right;float: right;margin-right: 20px;}
body.rtl .todo li .txt {float: right;}
body.rtl .todo li .controls {float: left;}
body.rtl .form-row .form-label {float: right; text-align: left;padding-left: 27px; padding-right: 0;}
body.rtl .select2-container-multi .select2-choices .select2-search-choice {float: right;}
body.rtl .select2-container-multi .select2-choices {padding-right: 5px;}
body.rtl .hasTimeEntry {background-position:  center left;}
body.rtl .searchField {float: right;background-position: 5% center;}
body.rtl div.selector span {padding: 0px 40px 0px 2px;}
body.rtl .select2-container .select2-choice span {margin-right: 40px;}
body.rtl .ui-combobox-toggle {right: auto;left: -8px;}
body.rtl .wizard-steps .wstep {float: right;}
body.rtl label.error {text-align: right;}
body.rtl .panel .panel-form {margin-right: 0; margin-left: 40px;}
body.rtl .accordion-toggle span {float: left;}
body.rtl .close {float: left;}
body.rtl .ui-pnotify-closer, .ui-pnotify-sticker {float: left;margin-right: .2em;margin-left:0;}
body.rtl .ui-pnotify-icon, .ui-pnotify-icon span {float: right;margin-left: .2em;margin-right: 0;}
body.rtl .panel .panel-heading .loader {left: 40px; right:auto;}
body.rtl h4 .badge {float: left;margin-left: 40px; margin-right: 0;}
body.rtl .panel .spark {margin-left: 40px;margin-right:0;float: left;}
body.rtl .panel .panel-heading .progress {right: auto; left:40px;}
body.rtl .form-row .form-label.lDir {text-align: right;padding-left: 27px;}
body.rtl .activity li span {margin-right: 25px;margin-left: 20px;float: right;}
body.rtl .recent-users .avatar {margin-left:0; margin-right: 15px;float: right;}
body.rtl .recent-users .name {float: right;}
body.rtl .recent-users .status {float: left;margin-right: 0;margin-left:15px;}
body.rtl .progress .bar {float: right;}
body.rtl #loginForm label .icon16 {right: auto; left:0;}
body.rtl .invoice-footer p {margin-right: 20px;}
body.rtl .invoice .payment {float: right; margin-top: 20px;}
body.rtl .invoice .total {float: left;margin-left: 20px; margin-top: 20px;}
body.rtl .invoice .print {float: left;margin-left: 25px; margin-right: 0;}
body.rtl .invoice .invoice-info {float: left;margin-left: 10px; margin-right: 0;}
body.rtl .invoice .you {float: right;}
body.rtl .invoice .client {float: left;}
body.rtl .email-content .panel .dataTables_filter {margin-right: 0; margin-left: 15px;right: auto;left:0;}
body.rtl .faq-search .search-btn {left: auto;right:3px;}
body.rtl .faq-search .searchfield {margin: 10px 0 10px 10px;padding-right: 25px;padding-left:0;}
body.rtl .nav-tabs {margin-right: 0;}
body.rtl .dataTables_length {float: right;}
body.rtl .dataTables_filter {float: left;margin-left: 15px;}
body.rtl .dataTables_paginate {float: left;text-align: left;margin-left: 10px;}
body.rtl .dataTables_info {float: right;padding-right: 10px;}
body.rtl .panel .dataTables_wrapper {margin-left: 0;}
body.rtl .right {float: left;}
body.rtl .left {float: right;}
body.rtl .select2-search-choice-close {right: auto;left:3px;}
body.rtl .form-row .controls, body.rtl .form-row .controls-textarea {margin-right: 0;}
body.rtl .form-row .row [class*="span"] {margin-right: 0;}
body.rtl .tabs-below .nav-tabs > .active > a,body.rtl  .tabs-below .nav-tabs > .active > a:hover,body.rtl .nav-tabs > .active > a,body.rtl .nav-tabs > .active > a:hover { margin-left: 0;}
body.rtl .tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover {margin-left: -1px;}
body.rtl .tabs-left > .nav-tabs > li > a {margin-left: -1px;}
body.rtl .tabs-left > .tab-content {border-left: 0;}
body.rtl .tabs-right > .tab-content { border-right: 0;}
body.rtl .noPad .dataTable {margin-right: -1px;}
body.rtl .jqueryFileTree li.directory {background-position: right;}
body.rtl ul.jqueryFileTree li {padding-left: 0;padding-right: 20px;}
body.rtl .jqueryFileTree li.ext_png, body.rtl .jqueryFileTree li.ext_jpg, body.rtl .jqueryFileTree li.file, body.rtl .jqueryFileTree LI.ext_html  {background-position: right;}
body.rtl #supportTab.tabs-left > .tab-content {border-left: 1px solid #c4c4c4;}
body.rtl #supportTab .notification {left:auto;right: 10px;}
body.rtl .support-section .sendMsg .send {margin-left: 0px; margin-right: 15px;}
body.rtl .support-section .sendMsg {margin-right: 0;}
/* # Media queries
================================================== */

/* ------------------Print support for invoice page--------------------*/
@media print {
	.row.printable {
	  display: block !important;
	}
	body {
	  background: #fff;
	  margin: 0;
	  padding: 0;
	}
	#content, .row {
	  margin: 0 !important;
	  padding: 0 !important;
	}
	.panel {box-shadow: none;}
	.panel .panel-heading {background:none; border: none; box-shadow: none;}
	.panel .content {padding-left:0;padding-right:0; border:none;}
	#header, .collapseBtn, #sidebarbg, #sidebar, .heading, #switchBtn, #switcher, .print{
	  display: none;
	}
}

@media only screen and (max-width: 1350px) {
	body { -webkit-text-size-adjust: none; }

}
@media only screen and (max-width: 1100px) {
	#content-two .resBtnSearch {display: block;	position: absolute;	right:15px;}
	#content-two .search {
		z-index: 1000;
		display: none;
		position: absolute;
		top:0px;
		right: 70px;
		float: left;
		background: rgb(255,255,255);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
		border:1px solid #c4c4c4;
		/*border-top: none;*/
		padding-right: 0;
		padding-top: 0px;
	}
	#content-two #searchform .top-search {width: 150px;}
	.heading .breadcrumb {margin-right: 40px;}
	.navbar .nav > li {margin-right: 10px;}
	#content-two .breadcrumb {margin-right: 70px;}
	#content-two.hided-right .breadcrumb {margin-right: 100px;}
	/*#content-two.hided-right .resBtnSearch {right:50px;}*/
}

@media only screen and (max-width: 1024px) {
	#header .navbar .nav a {padding: 10px 0; width: 46px; display: inline-block;}
	#header .navbar .nav a img.image {margin-left: 5px;position: relative;top: auto;left: auto;margin-top: -8px;margin-bottom: -8px;}
	#header .navbar .nav a span.txt {display: none;}
	#header .navbar .nav a span.icon16 {margin-left: 15px; display: inline-block; line-height: 14px;}
	#header .navbar .nav a .caret {display: none;}
	#header .dropdown-menu li a {width: auto !important;padding: 5px 1px !important;}
	#header .dropdown-menu li span.name a {padding: 5px 0 5px 5px; width:100%}
	#header .dropdown-menu li span.time {margin-top:-18px;}
	#header .dropdown-menu li.view-all a {padding: 5px 0 5px 5px; width: auto;}
	#header .dropdown-menu li.menu a span {margin-left: 0 !important;}
	#header .dropdown-menu li.menu a span.icon .icon16 {margin-left: 5px !important;}
	#header .dropdown-menu .messages {padding-top:0;}
	#header .dropdown-menu span.icon span {margin-left:5px !important;}
	#header .dropdown-menu ul.notif a {width: 100% !important;}
	
}

@media only screen and (max-width: 980px) {
	.resBtn {left: 25px; display: block;}
	.resBtn.offCanvas {left: 80px; top: 15px;}
	#header .navbar .navbar-brand {margin-left: 50px;margin-right: 0;}
	.navbar .nav {margin-left: 25px;}
	.collapseBtn {display: none;}
	.collapseBtn.rightbar.offCanvas.top {display: block; top: 120px; right: 10px;}
	.collapseBtn.rightbar.offCanvas.hide-sidebar {display: block; top: 80px; right: 10px;}

	#sidebarbg, #sidebarbg-right {display: none;}
	#sidebarbg.offCanvas, #sidebarbg-right.offCanvas {display: block;}
	#sidebar{display: none;	position: absolute;	top: 0;	left: 0;margin-top: 66px; padding-top: 0;}
	#sidebar-right {display: none;position: absolute;	top: 0;	right: 0;margin-top: 66px; padding-top: 0;}
		#sidebar-right.hided.showRb {display: none;}
		#sidebarbg-right.showRb, #sidebar-right.showRb {display: block;z-index: 999;}

	#sidebar.offCanvas {display: block;border-top: 1px solid #c4c4c4;}
	#sidebar-right.offCanvas {display: block;}

	#wrapper {overflow: hidden;}
	
	#content {	margin-left: 0;}
		#content.offCanvas {margin-left: 212px; width: 100%;}
	#content-one {	margin-right: 0;}
		#content-one.offCanvas {margin-right: 212px;width: 100%;}
	#content-two {	margin-left: 0; margin-right: 0; }
		#content-two.offCanvas {margin-left: 212px;width: 100%;}
		#content-two.showRb {margin-right: 212px;}
		#content-two.hided-right.showRb {margin-right: 0;}
		#content-two.showRb .breadcrumb {margin-right: 100px;}
		#content-two.showRb .resBtnSearch {margin-right: 35px;}
	.mainnav ul li .sub {width: 100%;}
}

@media only screen and (max-width: 767px) {
	#header .navbar .navbar-brand {margin-left: 60px;}
	body {padding-left:0; padding-right: 0;}
	#header .navbar {padding-left: 10px;}
	#header .navbar .nav > li {width:100%; margin-bottom: 5px;margin-right: 0;}
	#header .navbar .nav a {
		padding: 10px 0;
		width: 100%;
		min-height: 40px;
	}
	#header .navbar .nav a span.txt {display: inline-block;}
	#header .navbar .nav .active > a:after {display: none;}
	#header .navbar-collapse {padding-left: 0;padding-right: 0;}
	#header .navbar .nav {margin-left: 0;margin-top: 0;margin-bottom: 0;}
	#header .notification {right: 10px;top: 10px;}
	#header .usernav {padding-bottom: 10px;margin-right: 10px;}
	#header .navbar .dropdown-menu:before {display: none;}
	#header .dropdown-menu .menu {margin-bottom: 0px;min-width: 100%;}
	#header .dropdown-menu .menu li {padding-bottom: 0; padding-top: 0;}
	#header .dropdown-menu li a {padding: 10px 0 !important;width: 100% !important;}
	#header .dropdown-menu .menu ul.messages li.header {padding: 10px 0;}
	#header .dropdown-menu .menu ul.messages li {height: 40px; clear: both;}
	#header .dropdown-menu .menu ul.messages .icon {height: 30px;margin-top: 4px;width: 30px;margin-bottom: 0;}
	#header .dropdown-menu .menu ul.messages .icon .icon16 {margin-top: 1px;}
	#header .dropdown-menu .menu ul.messages .name {width: auto;margin-right: 10px;}
	#header .dropdown-menu .menu ul.messages .time {margin-top: -28px;margin-left: 10px;}
	#header .dropdown-menu .menu ul.messages .msg {width: auto;margin-top: 10px;float: left;clear: none;}	
	#header .dropdown-menu .menu ul.messages .avatar img {width: 20px;height: 20px;}
	#header .dropdown-menu .menu ul.messages .view-all a {padding: 0 !important;}
	#header .open > .dropdown-menu { position: static;width: 100%;border: none;background: none;box-shadow: none;}
	#header .dropdown-menu .menu .notif li.header {padding-top: 10px;padding-bottom: 8px;}
	#header .dropdown-menu .menu .notif .icon {width: 30px;height: 30px;}
	#header .dropdown-menu .menu .notif .icon .icon16 {margin-top: 1px;}

	.collapseBtn.rightbar.offCanvas.hide-sidebar {top: 23px;right: 90px;}
	#content-two.showRb .resBtnSearch {margin-right: 15px;}
	.navbar-default .navbar-toggle {right: 15px;}

	.heading .breadcrumb {margin-right: 80px;}
	.resBtnSearch {
		display: block;
		position: absolute;
		right:15px;
	}
	.search {
		z-index: 1000;
		display: none;
		position: absolute;
		top:0px;
		right: 70px;
		float: left;
		background: rgb(255,255,255);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
		border:1px solid #c4c4c4;
		/*border-top: none;*/
		padding-right: 0;
		padding-top: 0px;
	}
	#searchform .top-search {width: 150px;}
	.loginContainer input#username {width: 100%;}

	.form-row .form-label {text-align: left;}
	input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row input[class*="span"], .row select[class*="span"], .row textarea[class*="span"], .row .uneditable-input[class*="span"] {width: 98%;}
	.input-prepend input[class*="span"], .input-append input[class*="span"] {width: auto;} 

	.dataTables_filter {float: none; margin-right: 0;text-align: center;}
	.dataTables_length { float: none;text-align: center;}
	.panel .dataTables_length {margin-right: 0;}
	.panel .dataTables_length label span {text-align: left;}
	.panel .dataTables_info {float: none;text-align: center; margin-bottom: 0;}
	.dataTables_wrapper .table-wrapper{margin-top:45px; border-top:1px solid #c4c4c4;}
	div.dataTables_paginate {margin-right: 0; margin-top: 0; float: none; text-align: center;}
}

@media only screen and (max-width: 687px) {
	#header .navbar .nav > li {margin-right: 1px;}
	.modal {width:70%; left:60%;}
	.faq-search .searchfield {width: 90%;}
}

@media only screen and (max-width: 572px) {
	.loginPage #header {height: 67px;}
	.loginPage .navbar .navbar-brand {width: auto;}
	#header .navbar .nav.pull-right {margin-left:0;}
	.navbar .nav {margin-top:0; margin-left: 50px; }
	.dropdown-menu .menu { padding: 0 5px;}
	.holder a, .holder span {display: none;}
	.holder a.jp-previous, .holder a.jp-next {display: inline-block;}
	.modal {left:70%;}

	.errorContainer {width: 450px; margin-left: -241px;}

	.support-section .sendMsg textarea {width: 94%;}
	.support-section .nav-tabs {width: 100px;}
	.support-section .nav-tabs li {width: auto;}
	.support-section .notification {right: 18px;top: 0;}
	.support-section .nav-tabs .name {line-height: 18px;width: 100%;}
	.support-section .support-search {left: 0;}
	.support-section .support-search .searchfield {width: 60px;margin: 10px 0px;}
	.support-section .support-search .search-btn {left: 7px;}

}
@media only screen and (max-width: 500px) {
	.heading .breadcrumb {
		display: none;
	}
	.modal {left:90%;}
	.errorContainer {width: 340px; margin-left: -185px;}
	.elfinder-navbar {width : 120px !important;}
	.search .search-btn {top:18px;}
	.search {padding-top: 1px;}
}	

@media only screen and (max-width: 400px) {
	.resBtn {top:15px; left:15px}
	#header .navbar .nav {margin-left:15px;}
	#header .navbar-inner {padding-left: 0;}
	.loginContainer {width: 250px;margin-left: -150px;}
	.leftBox, .rightBox {width: 100%; float: left;}
	.dualBtn {
		text-align: center;
		width: 100%;
		margin: 10px -10px;
		position: relative;
		float: left;
		left: 0;
		border-top: 1px solid #C4C4C4;
		border-bottom: 1px solid #C4C4C4;
		padding: 10px 10px;
		background: #f2f2f2;
		padding-bottom: 12px;
	}
	.modal {width:100%; left:0; margin-left:0}
	.errorContainer {width: 280px; margin-left: -155px;}

	.invoice .you, .invoice .client {float: none;width:100%; margin-bottom: 15px;}
	.invoice .total {width: 100%; margin-top: 15px; text-align: center;}

	.support-section .support-search .searchfield {width: 100%; float:none;}
	.support-section .nav-tabs {width: 100%;}
	.support-section .nav-tabs .name {line-height: 38px;width: auto;}
	.support-section .notification {top: 18px;}

}

@media only screen and (max-width: 340px) {
	#header .navbar .nav {margin-left: 2px;}
	.ui-datepicker{ max-width: 260px;}
	.activity li .btn {margin-left: 0px;margin-right: 15px;}
	.dataTables_filter {position: absolute; top:15px;}
	.dataTables_wrapper .table-wrapper{margin-top:60px;}
	.dataTables_paginate {
		margin: 0;
		display: inline-block;
		margin-left: 50px;
		float: none;
		margin-bottom: 15px;
	}
	.dataTables_info{
		text-align: center;
		width: 100%;
		margin: 10px 0 15px 0;
		padding-left: 0;
	}
	.errorContainer {width: 240px; margin-left: -135px;}
	.errorContainer.offline h1 {font-size: 4em;}
	.elfinder-ltr .elfinder-button-search {width:90%;}

	form .image {margin-bottom: 20px;}

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-device-width : 480px) {
	.loginPage #header {display: none;}
	.loginContainer {top: 10px;margin-top: 0;}
}


/* Most phones */
@media only screen and (max-width: 320px) {
	#header .navbar .nav a {width: 36px;}
	#header .navbar .nav a span.icon16 {margin-left: 10px;}
	#header .navbar .nav a img.image {margin-left: 0px;}
	#header .navbar .nav {margin-right:0px;}
	.resBtnSearch {right:20px;}
	.fc-header-right {
		position: relative;
		top: 0;
		right: 0;
		float: left;
		margin-left: 60px;
	}
	.fc-header-center {margin-right: 80px;}
	.todo li .txt{width:75%;}
	.sparkStats li {text-align: center;}
	.sparkStats li span:first-child {margin-right: 0px;width: 100%;float: left;}
	.loginContainer {width: 220px;margin-left: -130px;top: 15%;margin-top: 0;}
	.loginPage #header {display: none;}
	.ui-datepicker{ max-width: 220px;}
	.breadcrumb li:first-child {display: none;}

	.recent-users .status {float: left;margin-left: 15px;}
	.modal {width:100%; left:0; margin-left:0}
	.ui-pnotify {position: fixed; right:10px !important; }

	.errorContainer {width: 200px; margin-left: -115px;}
	.errorContainer .btn {margin-bottom: 15px;}
	.elfinder-navbar { width : 80px !important;}
	.plupload_filelist_footer {height:auto; line-height:none;}
	#html4_uploader{height:auto !important;}
	.plupload_button {margin-bottom:10px;}
}
/* Crappy phones :) :D */
@media only screen and (max-width: 241px) {
	.resBtn {left:5px}
	#searchform .top-search {width: 130px;}
	.fc-header-right {margin-left: 25px;}
	.fc-header-center {margin-right: 45px;}
	.loginContainer {width: 180px;margin-left: -100px;}
	.ui-datepicker{ max-width: 180px;}
}
﻿/* ------------------Put your custom code here--------------------*/

.control-label {font-weight: bold;}
form .control-group:last-child {margin-bottom: 0;}
form .control-group .controls-row {	margin-bottom: 5px;}
form .control-group .controls-row textarea {margin-bottom: 15px;}
form .control-group .controls-row .btn.special {margin-left: 10px;}

@media only screen and (max-width: 1360px) {
	/* ------------------ Form styles --------------------*/
	[class*="span6"] form .control-group .control-label {width: 120px;}
	[class*="span6"] form .control-group .controls {margin-left: 150px;}
}

@media only screen and (max-width: 1280px) {
	/* ------------------ Form styles --------------------*/
	[class*="span6"] form .control-group .control-label {width: 100%; text-align: left;margin-bottom: 5px;}
	[class*="span6"] form .control-group .controls {margin-left: 0;}
	[class*="span6"] form .control-group {margin-bottom: 10px;}
	[class*="span6"] form .form-actions {padding-left: 20px;}
}

@media only screen and (max-width: 767px) {
	/* ------------------ Form styles--------------------*/
	form .control-group [class*="span"] {margin-bottom: 10px !important;}
	form .control-group .control-label {width: 100%; text-align: left;margin-bottom: 5px;}
	form .control-group .controls {margin-left: 0;}
	form .control-group {margin-bottom: 10px;}
	form .form-actions {padding-left: 20px;}
	form .control-group .controls-row [class*="span"] {margin-left: 0 !important;}
	form .control-group .controls-row .btn.special {margin-left: 0px;}
}

/* Zebrando as collections */
ul.bc-collection li:nth-child(odd) {
   background-color: #EAEAEA;
}

label.required:after {
	content:" *";
	color: red;
}
.holder {
	margin: 15px 0 25px 0;
	height: 28px;
}

.holder a {
	/*float: left;*/
	display: inline-block;
	padding: 0 14px;
	line-height: 28px;
	text-decoration: none;
	border: 1px solid #c4c4c4;
	border-left-width: 1px;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
	min-height: 28px;
	color: #717171;
	panel-shadow:0 1px 0 #eaeaea ,0 1px 0 #fff inset;
	margin-right: 4px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	font-weight: 700;
	cursor: pointer;
}

.holder a:hover {
	border: 1px solid #a3a3a3;
	background: #e8e6e6;
	text-decoration: none;
}

.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }

.holder a.jp-current, a.jp-current:hover { 
	color: #f2f2f2;
	panel-shadow:0 1px 0 #eaeaea ,0 1px 0 #67c3da inset;
	border-color: #5098aa;
	background: #88BBC8;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
}

.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
	text-decoration: none;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
	/*background: none;*/
	text-decoration: none;
}

.holder span { margin: 7px 10px 0 5px; display: inline-block; }

ul#itemContainer {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#itemContainer li {
	display: inline-block;
	margin: 5px;
	zoom: 1;
	position: relative;
}

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../bundles/foxcore/theme/supAdmin/plugins/gallery/pretty-photo/images/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
/*
Document   : jquery.pnotify.default.css
Created on : Nov 23, 2009, 3:14:10 PM
Author     : Hunter Perrin
Version    : 1.2.0
Link       : http://pinesframework.org/pnotify/
Description:
	Default styling for Pines Notify jQuery plugin.
*/
/* -- Notice */
.ui-pnotify {
	top: 25px;
	right: 25px;
	position: absolute;
	height: auto;
	/* Ensures notices are above everything */
	z-index: 9999;
}
/* Hides position: fixed from IE6 */
html > body .ui-pnotify {
	position: fixed;
}
.ui-pnotify .ui-pnotify-shadow {
	-webkit-panel-shadow: 0px 2px 5px rgba(50, 50, 50, 0.5);
	-moz-panel-shadow: 0px 2px 5px rgba(50, 50, 50, 0.5);
	panel-shadow: 0px 2px 5px rgba(50, 50, 50, 0.5);
}
.ui-pnotify-container {
	background-position: 0 0;
	padding: .8em;
	height: 100%;
	margin: 0;
	border: 1px solid #000;
	background: #999999; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YzQ5NGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #999999 0%, #4c494c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#4c494c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#4c494c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#4c494c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#4c494c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#4c494c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#4c494c',GradientType=0 ); /* IE6-8 */
}
.ui-pnotify-container.alert-success {
	border-color: #2a410a ;
	background: #9fc569; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlmYzU2OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ODk5NTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #9fc569 0%, #789952 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9fc569), color-stop(100%,#789952)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9fc569 0%,#789952 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9fc569 0%,#789952 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9fc569 0%,#789952 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9fc569 0%,#789952 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fc569', endColorstr='#789952',GradientType=0 ); /* IE6-8 */
}
.ui-pnotify-container.alert-info {
	border-color: #32464b ;
	background: #88bbc8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4YmJjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2OTk1OWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #88bbc8 0%, #69959b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88bbc8), color-stop(100%,#69959b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #88bbc8 0%,#69959b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #88bbc8 0%,#69959b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #88bbc8 0%,#69959b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #88bbc8 0%,#69959b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bbc8', endColorstr='#69959b',GradientType=0 ); /* IE6-8 */
}
.ui-pnotify-container.alert-error {
	border-color: #4e281b ;
	background: #ed7a53; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkN2E1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZjYzNDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ed7a53 0%, #bf6344 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed7a53), color-stop(100%,#bf6344)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ed7a53 0%,#bf6344 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ed7a53 0%,#bf6344 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ed7a53 0%,#bf6344 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ed7a53 0%,#bf6344 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7a53', endColorstr='#bf6344',GradientType=0 ); /* IE6-8 */
}
.ui-pnotify-sharp {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.ui-pnotify-closer, .ui-pnotify-sticker {
	float: right;
	margin-left: .2em;
}
.ui-pnotify-title {
	display: block;
	margin-bottom: .4em;
	color:#fff !important;
	font-size: 	14px;
	text-shadow: 1px 1px #242424;
	letter-spacing:0px;
}
.alert-success .ui-pnotify-title {
	text-shadow: 1px 1px #2a410a;
}
.alert-info .ui-pnotify-title {
	text-shadow: 1px 1px #32464b;
}
.alert-error .ui-pnotify-title {
	text-shadow: 1px 1px #4e281b;
}
.ui-pnotify-text {
	display: block;
	font-size: 12px;
	color:#fff;
	text-shadow: 1px 1px #242424;
}
.alert-success .ui-pnotify-text {
	text-shadow: 1px 1px #2a410a;
}
.ui-pnotify-icon, .ui-pnotify-icon span {
	display: block;
	float: left;
	margin-right: .2em;
	text-shadow: 1px 1px #242424;
}

/* -- History Pulldown */
.ui-pnotify-history-container {
	position: absolute;
	top: 0;
	right: 18px;
	width: 70px;
	border-top: none;
	padding: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	border-top-right-radius: 0;
/* Ensures history container is above notices. */
	z-index: 10000;
}
.ui-pnotify-history-container .ui-pnotify-history-header {
	padding: 2px;
}
.ui-pnotify-history-container button {
	cursor: pointer;
	display: block;
	width: 100%;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
	display: block;
	margin: 0 auto;
}

UL.jqueryFileTree {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

UL.jqueryFileTree LI {
	list-style: none;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	white-space: nowrap;
}

UL.jqueryFileTree A {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0px 2px;
}

UL.jqueryFileTree A:hover {
	background: #BDF;
}

/* Core Styles */
.jqueryFileTree LI.directory { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/directory.png) left top no-repeat; }
.jqueryFileTree LI.expanded { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/folder_open.png) left top no-repeat; }
.jqueryFileTree LI.file { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/file.png) left top no-repeat; }
.jqueryFileTree LI.wait { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/spinner.gif) left top no-repeat; }
/* File Extensions*/
.jqueryFileTree LI.ext_3gp { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_afp { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_afpa { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_asp { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_aspx { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_avi { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_bat { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/application.png) left top no-repeat; }
.jqueryFileTree LI.ext_bmp { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_c { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_cfm { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_cgi { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_com { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/application.png) left top no-repeat; }
.jqueryFileTree LI.ext_cpp { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_css { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/css.png) left top no-repeat; }
.jqueryFileTree LI.ext_doc { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/doc.png) left top no-repeat; }
.jqueryFileTree LI.ext_exe { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/application.png) left top no-repeat; }
.jqueryFileTree LI.ext_gif { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_fla { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/flash.png) left top no-repeat; }
.jqueryFileTree LI.ext_h { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_htm { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/html.png) left top no-repeat; }
.jqueryFileTree LI.ext_html { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/html.png) left top no-repeat; }
.jqueryFileTree LI.ext_jar { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/java.png) left top no-repeat; }
.jqueryFileTree LI.ext_jpg { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_jpeg { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_js { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/script.png) left top no-repeat; }
.jqueryFileTree LI.ext_lasso { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_log { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/txt.png) left top no-repeat; }
.jqueryFileTree LI.ext_m4p { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/music.png) left top no-repeat; }
.jqueryFileTree LI.ext_mov { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_mp3 { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/music.png) left top no-repeat; }
.jqueryFileTree LI.ext_mp4 { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_mpg { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_mpeg { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_ogg { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/music.png) left top no-repeat; }
.jqueryFileTree LI.ext_pcx { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_pdf { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/pdf.png) left top no-repeat; }
.jqueryFileTree LI.ext_php { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/php.png) left top no-repeat; }
.jqueryFileTree LI.ext_png { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_ppt { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/ppt.png) left top no-repeat; }
.jqueryFileTree LI.ext_psd { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/psd.png) left top no-repeat; }
.jqueryFileTree LI.ext_pl { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/script.png) left top no-repeat; }
.jqueryFileTree LI.ext_py { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/script.png) left top no-repeat; }
.jqueryFileTree LI.ext_rb { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/ruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_rbx { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/ruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_rhtml { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/ruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_rpm { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/linux.png) left top no-repeat; }
.jqueryFileTree LI.ext_ruby { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/ruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_sql { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/db.png) left top no-repeat; }
.jqueryFileTree LI.ext_swf { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/flash.png) left top no-repeat; }
.jqueryFileTree LI.ext_tif { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_tiff { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_txt { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/txt.png) left top no-repeat; }
.jqueryFileTree LI.ext_vb { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_wav { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/music.png) left top no-repeat; }
.jqueryFileTree LI.ext_wmv { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_xls { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/xls.png) left top no-repeat; }
.jqueryFileTree LI.ext_xml { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_zip { background: url(../bundles/foxcore/theme/supAdmin/plugins/misc/jqueryFileTree/images/zip.png) left top no-repeat; }
/*
 *  File:         demo_table.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     images/ - relative to this CSS file.
 */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	clear: both;
	zoom: 1; /* Feeling sorry for IE */
}

.panel .dataTables_wrapper{
	padding-top: 13px;
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}

.dataTables_length {
	width: auto;
	float: right;
}
	.dataTables_length .selector {margin-left:10px;}
	.dataTables_length .selector select {width:50px !important;height: 30px;}
.panel .dataTables_length {margin-right: 15px;}
.dataTables_filter {
	width: auto;
	float: left;
	text-align: left;
}
	.dataTables_filter input {margin-left:10px; background: url(../bundles/foxcore/theme/supAdmin/images/search.png) no-repeat 98% center;}
.panel .dataTables_filter {margin-left:15px;}
.dataTables_info {
	width: auto;
	float: left;
	margin-top:10px;
	padding-left:10px;
}
.panel .dataTables_info {
	margin-top: 15px;
	margin-bottom: 15px;
}

.dataTables_paginate {
	float: right;
	text-align: right;
	margin-top:10px;
	margin-right: 10px;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous,
.paginate_disabled_next, .paginate_enabled_next {
	display: inline-block;
	float: left;
	padding: 0 14px;
	line-height: 28px;
	text-decoration: none;
	border: 1px solid #c4c4c4;
	border-left-width: 1px;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
	min-height: 28px;
	color: #717171;
	panel-shadow:0 1px 0 #eaeaea ,0 1px 0 #fff inset;
	margin-right: 4px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	font-weight: 700;
}
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover,
.paginate_disabled_next:hover, .paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active, .paginate_enabled_previous:active,
.paginate_disabled_next:active, .paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous, .paginate_enabled_previous {
	padding-left: 23px;
}
.paginate_disabled_next, .paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
}

.paginate_disabled_previous {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.paginate_enabled_previous, .paginate_enabled_next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
}
.paginate_enabled_previous:hover {
	border: 1px solid #a3a3a3;
	background: #e8e6e6;
}

.paginate_disabled_next {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.paginate_enabled_next {
	opacity: 1;
	filter: alpha(opacity=100);
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	clear: both;
	width: 100%;
	
	/* Note Firefox 3.5 and before have a bug with border-collapse
	 * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 ) 
	 * border-spacing: 0; is one possible option. Conditional-css.com is
	 * useful for this kind of thing
	 *
	 * Further note IE 6/7 has problems when calculating widths with border width.
	 * It subtracts one px relative to the other browsers from the first column, and
	 * adds one to the end...
	 *
	 * If you want that effect I'd suggest setting a border-top/left on th/td's and 
	 * then filling in the gaps with other borders.
	 */
}
table.display thead tr {
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
	-moz-panel-shadow:0 1px 0px rgba(255, 255, 255, 1);
	-webkit-panel-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	panel-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}
table.display thead th {
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
}
table.display tfoot tr {
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
	-moz-panel-shadow:0 1px 0px rgba(255, 255, 255, 1);
	-webkit-panel-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	panel-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	border-bottom: 1px solid #c4c4c4;
}
table.display tfoot th {
	font-weight: bold;
}
.panel table.display tfoot th {
	border-bottom: 1px solid #c4c4c4;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 8px 10px;
}

table.display td.center {
	text-align: center;
	width: auto;
	display: table-cell;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../bundles/foxcore/theme/supAdmin/plugins/tables/dataTables/images/sort_asc.png') no-repeat center right !important;
}

.sorting_desc {
	background: url('../bundles/foxcore/theme/supAdmin/plugins/tables/dataTables/images/sort_desc.png') no-repeat center right !important;
}

.sorting {
	background: url('../bundles/foxcore/theme/supAdmin/plugins/tables/dataTables/images/sort_both.png') no-repeat center right !important;
}

.sorting_asc_disabled {
	background: url('../bundles/foxcore/theme/supAdmin/plugins/tables/dataTables/images/sort_asc_disabled.png') no-repeat center right !important;
}

.sorting_desc_disabled {
	background: url('../bundles/foxcore/theme/supAdmin/plugins/tables/dataTables/images/sort_desc_disabled.png') no-repeat center right !important;
}
 
th:active {
	outline: none;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.odd.gradeA {
	background-color: #ffffff;
}

table.display tr.even.gradeA {
	background-color: #f7f7f7;
}

table.display tr.odd.gradeC {
	background-color: #ffffff;
}

table.display tr.even.gradeC {
	background-color: #f7f7f7;
}

table.display tr.odd.gradeX {
	background-color: #ffffff;
}

table.display tr.even.gradeX {
	background-color: #f7f7f7;
}

table.display tr.odd.gradeU {
	background-color: #ffffff;
}

table.display tr.even.gradeU {
	background-color: #f7f7f7;
}


tr.odd {
	background-color: #f7f7f7;
}

tr.even {
	background-color: white;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

/*.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}*/

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers {
	height: 28px;
}

.paging_full_numbers a:active {
	color: #f2f2f2;
	panel-shadow:0 1px 0 #eaeaea ,0 1px 0 #67c3da inset;
	border-color: #5098aa;
	background: #88BBC8;
}

.paging_full_numbers a:hover {
	border: 1px solid #a3a3a3;
	background: #e8e6e6;
}

.paging_full_numbers a.paginate_button,
 	.paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}

.paging_full_numbers a.paginate_button {
	display: inline-block;
	float: left;
	padding: 0 14px;
	line-height: 28px;
	text-decoration: none;
	border: 1px solid #c4c4c4;
	border-left-width: 1px;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
	min-height: 28px;
	color: #717171;
	panel-shadow:0 1px 0 #eaeaea ,0 1px 0 #fff inset;
	margin-right: 4px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	font-weight: 700;
}

.paging_full_numbers a.paginate_button:hover {
	border: 1px solid #a3a3a3;
	background: #e8e6e6;
}

.paging_full_numbers a.paginate_active {
	color: #f2f2f2;
	panel-shadow:0 1px 0 #eaeaea ,0 1px 0 #67c3da inset;
	border-color: #5098aa;
	background: #88BBC8;
	float: left;
	padding: 0 14px;
	line-height: 28px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	font-weight: 700;
	cursor:default;
	text-decoration: none;
	color:#fff;
}

table.display tr.even.row_selected td {
	background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
	background-color: #9FAFD1;
}


/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
	/*background-color: #eeeeee;*/
}

tr.odd td.sorting_2 {
	/*background-color: #eeeeee;*/
}

tr.odd td.sorting_3 {
	/*background-color: #eeeeee;*/
}

tr.even td.sorting_1 {
	/*background-color: #e0e0e0;*/
}

tr.even td.sorting_2 {
	/*background-color: #e0e0e0;*/
}

tr.even td.sorting_3 {
	/*background-color: #e0e0e0;*/
}

/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
	background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
	background-color: #E6FF99;
}

.ex_highlight_row #example tr.even:hover {
	background-color: #ECFFB3;
}

.ex_highlight_row #example tr.even:hover td.sorting_1 {
	background-color: #DDFF75;
}

.ex_highlight_row #example tr.even:hover td.sorting_2 {
	background-color: #E7FF9E;
}

.ex_highlight_row #example tr.even:hover td.sorting_3 {
	background-color: #E2FF89;
}

.ex_highlight_row #example tr.odd:hover {
	background-color: #E6FF99;
}

.ex_highlight_row #example tr.odd:hover td.sorting_1 {
	background-color: #D6FF5C;
}

.ex_highlight_row #example tr.odd:hover td.sorting_2 {
	background-color: #E0FF84;
}

.ex_highlight_row #example tr.odd:hover td.sorting_3 {
	background-color: #DBFF70;
}


/*
 * KeyTable
 */
table.KeyTable td {
	border: 3px solid transparent;
}

table.KeyTable td.focus {
	border: 3px solid #3366FF;
}

table.display tr.gradeA {
	background-color: #eeffee;
}

table.display tr.gradeC {
	background-color: #ddddff;
}

table.display tr.gradeX {
	background-color: #ffdddd;
}

table.display tr.gradeU {
	background-color: #ddd;
}

*
 * TableTools styles
 */
.table tbody tr.active td,
.table tbody tr.active th {
	background-color: #08C;
	color: white;
}

.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
	background-color: #0075b0 !important;
}

.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
	background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
	cursor: pointer;
	*cursor: hand;
}

div.DTTT .btn {
	color: #333 !important;
	font-size: 12px;
}

div.DTTT .btn:hover {
	text-decoration: none !important;
}


ul.DTTT_dropdown.dropdown-menu a {
	color: #333 !important; /* needed only when demo_page.css is included */
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
	background-color: #0088cc;
	color: white !important;
}

/* TableTools information display */
div.DTTT_print_info.modal {
	height: 150px;
	margin-top: -75px;
	text-align: center;
}

div.DTTT_print_info h6 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	margin: 1em;
}

div.DTTT_print_info p {
	font-size: 14px;
	line-height: 20px;
}



/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
table.DTFC_Cloned tr.even {
	background-color: white;
}

div.DTFC_LeftHeadWrapper table {
	margin-bottom: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.DTFC_LeftBodyWrapper table {
	border-top: none;
	margin-bottom: 0 !important;
}

div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
	border-top: none;
}

div.DTFC_LeftFootWrapper table {
	border-top: none;
}


/* Custom styles */
.dataTables_length {
	width: auto;
	float: left;
}

.dataTables_filter {
	width: auto;
	float:right;
	text-align: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

div.dataTables_length select {
	width: 75px;
	height: auto;
}

div.dataTables_paginate {
	margin-top: 10px;
}
div.dataTables_info {}

div.dataTables_paginate {
	margin-bottom: 0px;
	margin-right: 15px;
}
.limiterBox {
	margin-top:5px;
	padding: 3px 6px;
	font-size: 11px;
	background: #efefef;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #c4c4c4;
	float: left;
}
.limiterBox:before{
	content:"";
	position: absolute;
	left:30px;
	top:-13px;
	width:100%;
	height: 15px;
	background: url(../bundles/foxcore/theme/supAdmin/images/arrowup.png) no-repeat;
}
/**
 * Farbtastic Color Picker 1.2
 * © 2008 Steven Wittens
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .wheel {
  background: url(../bundles/foxcore/theme/supAdmin/plugins/forms/color-picker/wheel.png) no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
  background: url(../bundles/foxcore/theme/supAdmin/plugins/forms/color-picker/mask.png) no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden; 
  background: url(../bundles/foxcore/theme/supAdmin/plugins/forms/color-picker/marker.png) no-repeat;
}


/*
Version: 3.4.0 Timestamp: Tue May 14 08:27:33 PDT 2013
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input{
  /*
    Force border-panel so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/panel.html
  */
  -webkit-panel-sizing: border-panel; /* webkit */
   -khtml-panel-sizing: border-panel; /* konqueror */
     -moz-panel-sizing: border-panel; /* firefox */
      -ms-panel-sizing: border-panel; /* ie */
          panel-sizing: border-panel; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 30px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #c4c4c4;
    white-space: nowrap;
    line-height: 30px;
    color: #444;
    text-decoration: none;

    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;

    -webkit-background-clip: padding-panel;
       -moz-background-clip: padding;
            background-clip: padding-panel;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    -webkit-border-radius:0 0 2px 2px;
       -moz-border-radius:0 0 2px 2px;
            border-radius:0 0 2px 2px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    background-image: linear-gradient(top, #eeeeee 0%,#ffffff 90%);
}

.select2-container.select2-allowclear .select2-choice span {
    margin-right: 42px;
}

.select2-container .select2-choice span {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    -ms-text-overflow: ellipsis;
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('../bundles/foxcore/theme/supAdmin/plugins/forms/select/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
}

.select2-drop {
    width: 100%;
    margin-top:-1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    -webkit-border-radius: 0 0 2px 2px;
       -moz-border-radius: 0 0 2px 2px;
            border-radius: 0 0 2px 2px;

    -webkit-panel-shadow: 0 4px 5px rgba(0, 0, 0, .15);
       -moz-panel-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            panel-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    -webkit-border-radius: 2px 2px 0 0;
       -moz-border-radius: 2px 2px 0 0;
            border-radius: 4px 4px 0 0;

    -webkit-panel-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
       -moz-panel-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            panel-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-container .select2-choice div {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    -webkit-border-radius: 0 2px 2px 0;
       -moz-border-radius: 0 2px 2px 0;
            border-radius: 0 2px 2px 0;

    -webkit-background-clip: padding-panel;
       -moz-background-clip: padding;
            background-clip: padding-panel;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
    background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
}

.select2-container .select2-choice div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../bundles/foxcore/theme/supAdmin/plugins/forms/select/select2.png') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;

    -webkit-panel-shadow: none;
       -moz-panel-shadow: none;
            panel-shadow: none;

    background: #fff url('../bundles/foxcore/theme/supAdmin/plugins/forms/select/select2.png') no-repeat 100% -22px;
    background: url('../bundles/foxcore/theme/supAdmin/plugins/forms/select/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('../bundles/foxcore/theme/supAdmin/plugins/forms/select/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('../bundles/foxcore/theme/supAdmin/plugins/forms/select/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('../bundles/foxcore/theme/supAdmin/plugins/forms/select/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('../bundles/foxcore/theme/supAdmin/plugins/forms/select/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('../bundles/foxcore/theme/supAdmin/plugins/forms/select/select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('../bundles/foxcore/theme/supAdmin/plugins/forms/select/select2-spinner.gif') no-repeat 100%;
    background: url('../bundles/foxcore/theme/supAdmin/plugins/forms/select/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('../bundles/foxcore/theme/supAdmin/plugins/forms/select/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('../bundles/foxcore/theme/supAdmin/plugins/forms/select/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('../bundles/foxcore/theme/supAdmin/plugins/forms/select/select2-spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('../bundles/foxcore/theme/supAdmin/plugins/forms/select/select2-spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('../bundles/foxcore/theme/supAdmin/plugins/forms/select/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-panel-shadow: 0 0 5px rgba(0,0,0,.3);
       -moz-panel-shadow: 0 0 5px rgba(0,0,0,.3);
            panel-shadow: 0 0 5px rgba(0,0,0,.3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-panel-shadow: 0 1px 0 #fff inset;
       -moz-panel-shadow: 0 1px 0 #fff inset;
            panel-shadow: 0 1px 0 #fff inset;

    -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;

    -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
            border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
    background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
    background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
    background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
    background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(0.5, #eeeeee));
    background-image: -webkit-linear-gradient(center top, white 0%, #eeeeee 50%);
    background-image: -moz-linear-gradient(center top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -ms-linear-gradient(bottom, #ffffff 0%,#eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
    background-image: linear-gradient(bottom, #ffffff 0%,#eeeeee 50%);
}

.select2-dropdown-open .select2-choice div {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice div b {
    background-position: -18px 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: white;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('../bundles/foxcore/theme/supAdmin/plugins/forms/select/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice div {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-panel-shadow: 0 0 5px rgba(0,0,0,.3);
       -moz-panel-shadow: 0 0 5px rgba(0,0,0,.3);
            panel-shadow: 0 0 5px rgba(0,0,0,.3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-panel-shadow: none;
       -moz-panel-shadow: none;
            panel-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('../bundles/foxcore/theme/supAdmin/plugins/forms/select/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 6px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;

    -webkit-panel-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
       -moz-panel-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
            panel-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);

    -webkit-background-clip: padding-panel;
       -moz-background-clip: padding;
            background-clip: padding-panel;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0 );
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice span {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('../bundles/foxcore/theme/supAdmin/plugins/forms/select/select2.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices{
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background:none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    outline: 0;
    left: 0px;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
      background-image: url('../bundles/foxcore/theme/supAdmin/plugins/forms/select/select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !important;
  }
}

/* Form Validation */
label.error {
	padding: 3px 4px 3px 4px;
	color: #c93605;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(164, 44, 4, 0.20);
    -moz-text-shadow: 0px 1px 1px rgba(164, 44, 4, 0.20);
    -webkit-text-shadow: 0px 1px 1px rgba(164, 44, 4, 0.20);
    font-size:11px;
 }

form input.error {border: 1px solid #ED7A53 !important;}
form input.valid {border: 1px solid #9FC569 !important;}

.controls label.error {
	margin-top:-20px;
}
.controls .selector label.error {
	position: absolute;
	top: 5px;
	right: 0;
	margin:0;
}
/*
 * FullCalendar v1.5.4 Stylesheet
 *
 * Copyright (c) 2011 Adam Shaw
 * Dual licensed under the MIT and GPL licenses, located in
 * MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
 *
 * Date: Tue Sep 4 23:38:33 2012 -0700
 *
 */


.fc {
	direction: ltr;
	text-align: left;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
html .fc,
.fc table {
	font-size: 1em;
	margin-left: -1px;
	margin-right: -2px;
	margin-bottom: -1px;
	}
	
.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
	}

thead .fc-first, thead .fc-last {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );*/
	-moz-panel-shadow:0 1px 1px rgba(255, 255, 255, 1);
	-webkit-panel-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	panel-shadow: 0 1px 1px rgba(255, 255, 255, 1);
}

.fc-content tbody tr {
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(248,248,248,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(248,248,248,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(248,248,248,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(248,248,248,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(248,248,248,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(248,248,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
}

/* Header
------------------------------------------------------------------------*/

.fc-header td {
	white-space: nowrap;
	}

.fc-header-left {
	width: auto;
	text-align: left;
	float: left;
	margin-left: 20px;
	}
.fc-header-left .fc-button {margin-top:10px; margin-left:15px;}

.fc-header-center {
	text-align: center;
	width:auto;
	float: right;
	margin-right:20px;
	margin-top:10px;
	}
	
	.fc-header-center .icon24 {margin-top:6px;}
	
.fc-header-right {
	width: 25%;
	text-align: right;
	width: auto;
	position: absolute;
	top: -33px;
	right: 20px;
	}
	
.fc-header-title {
	display: inline-block;
	vertical-align: top;
	}
	
.fc-header-title h2 {
	margin-top: 4px;
	white-space: nowrap;
	font-size: 18px;
	}
	
.fc .fc-header-space {
	padding-left: 10px;
	}
	
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top;
	}
	
/* buttons edges butting together */

.fc-header .fc-button {
	margin-right: -1px;
	}
	
.fc-header .fc-corner-right {
	margin-right: 1px; /* back to normal */
	}
	
.fc-header .ui-corner-right {
	margin-right: 0; /* back to normal */
	}
	
/* button layering (for border precedence) */
	
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
	z-index: 2;
	}
	
.fc-header .fc-state-down {
	z-index: 3;
	}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
	z-index: 4;
	}
	
	
	
/* Content
------------------------------------------------------------------------*/
	
.fc-content {
	clear: both;
	margin-left: 1px;
	margin-bottom: 1px;
	margin-right: -1px;
	}
	
.fc-view {
	width: 100%; /* needed for view switching (when view is absolute) */
	overflow: hidden;
	}
	
	

/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #ccc;
	}
	
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	background: url(../bundles/foxcore/theme/supAdmin/images/patterns/3.png) repeat;
	}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #88BBC8;
	opacity: .2;
	filter: alpha(opacity=20); /* for IE */
	}
	


/* Buttons
------------------------------------------------------------------------*/

.fc-button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	}
	
.fc-state-default { /* non-theme */
	border-style: solid;
	border-width: 1px 0;
	}
	
.fc-button-inner {
	position: relative;
	float: left;
	overflow: hidden;
	}
	
.fc-state-default .fc-button-inner { /* non-theme */
	border-style: solid;
	border-width: 0 1px;
	}
	
.fc-button-content {
	position: relative;
	float: left;
	height: 1.9em;
	line-height: 1.9em;
	padding: 0 .6em;
	white-space: nowrap;
	}
	
/* icon (for jquery ui) */
	
.fc-button-content .fc-icon-wrap {
	position: relative;
	float: left;
	top: 50%;
	}
	
.fc-button-content .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
	*margin-top: 0;
	*top: -50%;
	}
	
/* gloss effect */
	
.fc-state-default .fc-button-effect {}
	
.fc-state-default .fc-button-effect span {}
	
/* button states (determines colors)  */
	
.fc-state-default,
.fc-state-default .fc-button-inner {
	border-style: solid;
	border-color: #c4c4c4;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
	}
	
.fc-state-hover,
.fc-state-hover .fc-button-inner {
	border-color: #999;
	}
	
.fc-state-down,
.fc-state-down .fc-button-inner {
	border-color: #c5c5c5;
	background: #f0f0f0;
	}
	
.fc-state-active,
.fc-state-active .fc-button-inner {
	background: #e5e5e5;
	}
	
.fc-state-disabled,
.fc-state-disabled .fc-button-inner {
	color: #999;
	border-color: #ddd;
	}
	
.fc-state-disabled {
	cursor: default;
	}
	
.fc-state-disabled .fc-button-effect {
	display: none;
	}
	
	

/* Global Event Styles
------------------------------------------------------------------------*/
	 
.fc-event {
	border-style: solid;
	border-width: 0;
	font-size: .85em;
	cursor: default;
	}
	
a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}
	
a.fc-event {
	text-decoration: none;
	}
	
.fc-rtl .fc-event {
	text-align: right;
	}
	
.fc-event-skin {
	border-color: #5fa4b5;     /* default BORDER color */
	background-color: #88BBC8; /* default BACKGROUND color */
	color: #fff;            /* default TEXT color */
	-webkit-panel-shadow:  0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-panel-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    panel-shadow:  0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	}
	
.fc-event-inner {
	position: relative;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 0;
	overflow: hidden;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}
	
.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anymore, change class ***/
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	
	
	
/* Fake Rounded Corners (for buttons and events)
------------------------------------------------------------*/
	
.fc-corner-left {
	margin-left: 1px;
	}
	
.fc-corner-left .fc-button-inner,
.fc-corner-left .fc-event-inner {
	margin-left: -1px;
	}
	
.fc-corner-right {
	margin-right: 1px;
	}
	
.fc-corner-right .fc-button-inner,
.fc-corner-right .fc-event-inner {
	margin-right: -1px;
	}
	
.fc-corner-top {
	margin-top: 1px;
	}
	
.fc-corner-top .fc-event-inner {
	margin-top: -1px;
	}
	
.fc-corner-bottom {
	margin-bottom: 1px;
	}
	
.fc-corner-bottom .fc-event-inner {
	margin-bottom: -1px;
	}
	
	
	
/* Fake Rounded Corners SPECIFICALLY FOR EVENTS
-----------------------------------------------------------------*/
	
.fc-corner-left .fc-event-inner {
	border-left-width: 1px;
	}
	
.fc-corner-right .fc-event-inner {
	border-right-width: 1px;
	}
	
.fc-corner-top .fc-event-inner {
	border-top-width: 1px;
	}
	
.fc-corner-bottom .fc-event-inner {
	border-bottom-width: 1px;
	}
	
	
	
/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
	border-collapse: separate;
	}
	
.fc-border-separate th,
.fc-border-separate td {
	border-width: 1px 0 0 1px;
	}
	
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
	}
	
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
	}
	
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
	

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
	}
	
.fc-agenda-days th {
	text-align: center;
	}
	
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}
	
/* make axis border take precedence */
	
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}
	
.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}
	
/* all-day area */
	
.fc-agenda-allday th {
	border-width: 0 1px;
	}
	
.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}
	
/* divider (between all-day and slots) */
	
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}
	
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}
	
/* slot rows */
	
.fc-agenda-slots th {
	border-width: 1px 1px 0;
	}
	
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}
	
.fc-agenda-slots td div {
	height: 20px;
	}
	
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}
	
.fc-event-vert .fc-event-head,
.fc-event-vert .fc-event-content {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	}
	
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}
	
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30);
	}
	
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
	_overflow: hidden;
	}

.external-event { /* try to mimick the look of a real event */
	margin: 10px 0;
	padding: 4px 6px;
	background: #88BBC8;
	color: #fff;
	font-size: .85em;
	cursor: pointer;
	border:1px solid #5FA4B5;
	border-radius: 2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-moz-panel-shadow:0 1px 0px rgba(255, 255, 255, 1);
	-webkit-panel-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	panel-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}	
	


.fc-event-hori {
	border-color: #5fa4b5;
	background-color: #88BBC8;
	color: #fff;
	-webkit-panel-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-panel-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	panel-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	border-width: 1px;
}


/* ------------------ Custom styles--------------------*/
.fc-header .fc-button {
	position: relative;
	height: 1.9em;
	line-height: 1.9em;
	padding: 0 .6em;
	white-space: nowrap;
	border: 1px  solid #ddd;
}
.fc-header-center .icon24 {margin-top: 0;}
/* line 11, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button {
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid;
  border-color: #c4c4c4;
  position: relative;
  text-align: left;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 29, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button.deactivate {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default !important;
}
/* line 32, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button.deactivate label, .toggle-button.deactivate span {
  cursor: default !important;
}
/* line 36, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button > div {
  display: inline-block;
  width: 150px;
  position: absolute;
  top: 0;
}
/* line 41, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button > div.disabled {
  left: -50%;
}
/* line 45, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button input[type=checkbox] {
  display: none;
}
/* line 53, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span, .toggle-button label {
  cursor: pointer;
  position: relative;
  float: left;
  display: inline-block;
  margin-bottom: 0;
 font-weight: normal;
  webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 60, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button label {
  margin-left: -4px;
  margin-right: -4px;
  border: 1px solid #c4c4c4;
  background: #ffffff; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
  margin-top: -1px;
  z-index: 100;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}
.toggle-button label span {  color: #c6c6c6 !important; float: none;}
/* line 72, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span {
  color: #fefefe;
  text-align: center;
  font-weight: bold;
  z-index: 1;
}
/* line 78, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span.labelLeft {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-left: 3px;
}
/* line 83, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span.labelRight {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  color: white;
  padding-right: 3px;
  background: #dd6a47; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkNmE0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDgxNTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #dd6a47 0%, #ed8157 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd6a47), color-stop(100%,#ed8157)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #dd6a47 0%,#ed8157 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #dd6a47 0%,#ed8157 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #dd6a47 0%,#ed8157 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #dd6a47 0%,#ed8157 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd6a47', endColorstr='#ed8157',GradientType=0 ); /* IE6-8 */
}
/* line 91, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span.primary, .toggle-button span.labelLeft {
  color: white;
  background: #84a758; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0YTc1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNWM5NmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #84a758 0%, #a5c96f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84a758), color-stop(100%,#a5c96f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #84a758 0%,#a5c96f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #84a758 0%,#a5c96f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #84a758 0%,#a5c96f 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #84a758 0%,#a5c96f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84a758', endColorstr='#a5c96f',GradientType=0 ); /* IE6-8 */
}
/* line 96, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span.info {
  color: #fefefe;
  background: #5bc0de;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #5bc0de), color-stop(100%, #2f96b4));
  background-image: -webkit-linear-gradient(bottom, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(bottom, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(bottom, #5bc0de, #2f96b4);
  background-image: linear-gradient(bottom, #5bc0de, #2f96b4);
}
/* line 102, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span.success {
  color: #fefefe;
  background: #62c462;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #62c462), color-stop(100%, #51a351));
  background-image: -webkit-linear-gradient(bottom, #62c462, #51a351);
  background-image: -moz-linear-gradient(bottom, #62c462, #51a351);
  background-image: -o-linear-gradient(bottom, #62c462, #51a351);
  background-image: linear-gradient(bottom, #62c462, #51a351);
}
/* line 108, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span.warning {
  color: #fefefe;
  background: #dbb450;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #dbb450), color-stop(100%, #f89406));
  background-image: -webkit-linear-gradient(bottom, #dbb450, #f89406);
  background-image: -moz-linear-gradient(bottom, #dbb450, #f89406);
  background-image: -o-linear-gradient(bottom, #dbb450, #f89406);
  background-image: linear-gradient(bottom, #dbb450, #f89406);
}
/* line 114, ../sass/bootstrap-toggle-buttons.scss */
.toggle-button span.danger {
  color: #fefefe;
  background: #ee5f5b;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ee5f5b), color-stop(100%, #bd362f));
  background-image: -webkit-linear-gradient(bottom, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(bottom, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(bottom, #ee5f5b, #bd362f);
  background-image: linear-gradient(bottom, #ee5f5b, #bd362f);
}

.toggle-button .icon16 {float: none; font-weight: normal;}
/* ---- ESTILO NOVO DO CNC ---- */

/* ----- FONTE ESTILO ----- */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');


/* ----- TAGS GERAIS ----- */
p,
a,
small,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
table,
label,
input,
select,
textarea,
button,
.form-control,
.btn,
.alert{
	font-family: 'Roboto', Droid Sans, Helvetica, Arial, sans-serif;
	font-weight: 100;
}

input,
select,
textarea,
.form-control,
.btn{
	border-radius: 0 !important;
	text-shadow:  none;
	-webkit-box-shadow:  none;
	box-shadow:  none;
}

.btn{
	border: none !important;
	background-image: none !important;
	height: 52px;
	font-size: 23px;
	font-weight: 300;
}

.btn-success{
	background-color: #2a4b2a;
}

a{
	font-weight: 100;
}

input,
select,
textarea,
.form-control{
	background-color: #fff !important;
	border: none;
	border-bottom: 3px #2a4b2a solid;
	height: 52px;
	color:  #3a3a3a;
	font-size: 23px
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
input[type=text]{
	background: none !important;
	background-color: #fff !important;
}

.alertTop{
	position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    border-radius: 0;
    text-align: center;
    border: none;
	padding-top: 11px;
    padding-bottom: 15px;
    font-size: 25px;
    z-index: 3;
}
	.alertTop p{
		font-size: 25px;
	}

	.alertTop .icon{
		font-size: 34px;
    	margin-top: -37px;
    	left: 18px;
    	position: absolute;
    	top: 40px;
	}

.alert-warning{
	background: none;
	background-color: #f7ff92;
}
	.alert-warning .icon{
		color: #e3ec66;
	}
.alert-error{
	background: none;
	background-color: #c53133;	
	color:  #fff;
	padding-top: 17px;
    padding-bottom: 19px;
}
.alert-success{
	background: none;
	background-color: #419641;
	color:  #fff;
	padding-top: 17px;
    padding-bottom: 19px;
}
	.alert-success a.close,
	.alert-error a.close{
		font-size: 30px;
	    margin-top: -4px;
	    height: 26px;
	    color: #fff;
	    opacity: initial;
	}
	.alert-success p,
	.alert-error p{
		font-weight: 300;
	}

/* ----- TUDO DENTRO DO BODY LOGIN ----- */

body.loginPage{
	background: #c1ad67 url(../bundles/cnccnc/cnc/backgroundLogin.jpg) no-repeat center -45px;
	background-size: cover;
}

	body.loginPage .loginContainer{
		border: none;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		background: none;
		background-color: transparent;
		max-width: 524px;
		width: 100%;
		height: 481px;
		margin-left: -262px;
		margin-top: calc(-456px / 2);
		padding: 0;
	}
		
		body.loginPage .loginContainer .TitBemV{
			font-weight: 300;
    		font-size: 27px;
    		margin-top: 39px;
		}
		body.loginPage .loginContainer .TitEsqSen{
			font-weight: 300;
    		font-size: 27px;
    		margin-top: 27px;
    		margin-bottom: 27px;
    		background-color: #c53133;
    		padding: 9px 0;
    		color: #fff;

		}
			body.loginPage .loginContainer .TitEsqSen strong{
				font-weight: 300;
				color: #fff;
			}			
			body.loginPage .loginContainer .subTitBemV{
				font-size: 24px;
				font-weight: 300;
    			display: block;
    			margin-left: 25px;
    			margin-right: 25px;
    			margin-top: -7px;
			}

		body.loginPage .loginContainer:before,
		body.loginPage .loginContainer:after{
			content: none;
		}

		body.loginPage .loginContainer:before{
			content: "";
			border:  none;
			background-color: #fff;
			-webkit-transform: none;
		    -moz-transform: none;
		    -ms-transform: none;
		    -o-transform: none;
		    transform: none;
		    top: 0;
		    z-index: -1;
		    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.57);
			-moz-box-shadow:  2px 2px 5px 1px rgba(0, 0, 0, 0.57);
			-webkit-box-shadow:  2px 2px 5px 1px rgba(0, 0, 0, 0.57);
			opacity: 0.91;
			filter: alpha(opacity=91);
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
		}

		body.loginPage .loginContainer .form-actions{
			-moz-box-shadow:  none;
			-webkit-box-shadow:  none;
			box-shadow: none;
		    background: none;
		    border: none;
		    padding: 0 15px;
		}	

		body.loginPage .loginContainer .form-horizontal{
			padding-left: 46px;
			padding-right: 47px;
		}

			body.loginPage .loginContainer .form-horizontal .forgot{
				float: none;
				margin-bottom: 34px;
			}
				body.loginPage .loginContainer .form-horizontal .forgot a{				
					font-size: 15px;
					color: #3a3a3a;
					font-weight: 300;
				}			

		body.loginPage .loginContainer .headingLog{
			background-color: #2A4B2A;
			left: -1px;
			position: relative;
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
			padding: 14px 14px 5px;
		}
			body.loginPage .loginContainer .headingLog .btVoltarES{
				position: absolute;
				width: 39px;
				height: 39px;
				margin-left: -7px;
			    margin-top: -7px;
			}
			body.loginPage .loginContainer .headingLog .btVoltarES a{
				width: 39px;
				height: 39px;
				background-color: #2d6d2d;			    
			    -webkit-border-top-left-radius: 4px;
			    -moz-border-radius-topleft: 4px;
			    border-top-left-radius: 4px;
    			display: block;
    			text-align: center;
    			color: #71af71;
    			font-size: 18px;
    			line-height: 40px;
			}
				body.loginPage .loginContainer .headingLog .btVoltarES a:hover{
					background-color: #419641;
					color: #fff;
				}
				body.loginPage .loginContainer .headingLog .btVoltarES a span.icon{
					color: #71af71;
				    margin-left: 3px;
				    margin-top: -1px;
				}
				body.loginPage .loginContainer .headingLog .btVoltarES a:hover span{
					color: #fff;
				}

			body.loginPage .loginContainer .headingLog .logoSistInf{
				background: url(../bundles/cnccnc/cnc/LogoSistemaInformacaoLogin.png) no-repeat center;
				display: block;
				width: 100%;
				height: 86px;
			}




/* -------- RESPONSIVO -------- */


@media only screen and (max-width: 1280px){
	body.loginPage{
		background: #c1ad67 url(../bundles/cnccnc/cnc/backgroundLogin.jpg) no-repeat center top;
		background-size: cover;
	}
}

@media only screen and (max-width: 533px){
	body.loginPage .loginContainer{
		max-width: none;
		position: static;
		left: initial;
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
		top: initial;
	}
		body.loginPage .loginContainer:before{
			left: 0;
		}
		body.loginPage .loginContainer .headingLog{
			margin-top: 14px;
		}
}

@media only screen and (max-width: 467px){
	body.loginPage .loginContainer .form-horizontal{
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 447px){
	body.loginPage .loginContainer .headingLog .logoSistInf{
		width: 88px;
		margin-left: auto;
		margin-right: auto;
		background: url(../bundles/cnccnc/cnc/LogoSistemaInformacaoLogin.png) no-repeat left center;
	}
}

@media only screen and (max-width: 373px){
	.loginContainer input[type="text"],
	.loginContainer input[type="password"],
	.loginContainer button{
		font-size: 16px;
		font-weight: 300;
	}
	body.loginPage .loginContainer .TitBemV{
		font-size: 24px;
	}
	body.loginPage .loginContainer .subTitBemV{
		font-size: 19px;
		margin-left: 0px;
    	margin-right: 0px;
	}
}

/* ---------- RESPONSIVO DE ALTURA DA TELA ---------- */

@media only screen and (max-height: 484px){
	body.loginPage .loginContainer{
		margin-top: 1px;
    	top: 4px;
	}

	body.loginPage .loginContainer:before{
		height: 494px;
	}
}