﻿.jssocials-shares { margin: 0.2em 0; }

.jssocials-shares * { box-sizing: border-box; }

.jssocials-share {
    display: inline-block;
    margin: 0.3em 0.6em 0.3em 0;
    vertical-align: top;
}

.jssocials-share:last-child { margin-right: 0; }

.jssocials-share-logo {
    font-size: 1em;
    vertical-align: middle;
    width: 1em;
}

img.jssocials-share-logo {
    height: 1em;
    width: auto;
}

.jssocials-share-link {
    border-radius: 50%;
    display: inline-block;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.jssocials-share-link.jssocials-share-link-count { padding-top: .2em; }

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
    display: block;
    font-size: .6em;
    margin: 0 -.5em -.8em -.5em;
}

.jssocials-share-link.jssocials-share-no-count { padding-top: .5em; }

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count { height: 1em; }

.jssocials-share-label {
    padding-left: 0.3em;
    vertical-align: middle;
}

.jssocials-share-count-box {
    cursor: default;
    display: inline-block;
    height: 1.5em;
    line-height: 1;
    padding: 0 0.3em;
    vertical-align: middle;
}

.jssocials-share-count-box.jssocials-share-no-count { display: none; }

.jssocials-share-count {
    line-height: 1.5em;
    vertical-align: middle;
}
@charset "UTF-8";

@font-face {
    font-family: 'IDAutomationHC39M';
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url('fonts/barcode/IDAutomationHC39M Code 39 Barcode.ttf') format("woff");
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(fonts/google/open-sans-light.woff) format("woff");
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url(fonts/google/open-sans.woff) format("woff");
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(fonts/google/open-sans-semibold.woff) format("woff");
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(fonts/google/open-sans-bold.woff) format("woff");
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(fonts/google/open-sans-italic.woff) format("woff");
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url(fonts/google/open-sans-italic-light.woff) format("woff");
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
}

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;
        box-shadow: none !important;
        color: #000 !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/bootstrap/glyphicons-halflings-regular.eot");
    src: url("fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
}

.glyphicon-asterisk:before { content: "\2a"; }

.glyphicon-plus:before { content: "\2b"; }

.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"; }

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: transparent;
    font-size: 10px;
}

body {
    background-color: #fff;
    color: #f8f8f8;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.428571429;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #4D9DD7;
    text-decoration: none;
}

a:hover, a:focus {
    color: #2877b0;
    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 {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded { border-radius: 6px; }

.img-thumbnail {
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #ffffff;
    border: 1px solid 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.428571429;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out;
}

.img-circle { border-radius: 50%; }

hr {
    border: 0;
    border-top: 1px solid #eeeeee;
    margin-bottom: 18px;
    margin-top: 18px;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

[role="button"] { cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    color: #999999;
    font-weight: normal;
    line-height: 1;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-bottom: 9px;
    margin-top: 18px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small { font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-bottom: 9px;
    margin-top: 9px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small { font-size: 75%; }

h1, .h1 { font-size: 33px; }

h2, .h2 { font-size: 27px; }

h3, .h3 { font-size: 23px; }

h4, .h4 { font-size: 17px; }

h5, .h5 { font-size: 13px; }

h6, .h6 { font-size: 12px; }

p { margin: 0 0 9px; }

.lead {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 18px;
}

@media (min-width: 768px) {
    .lead { font-size: 19.5px; }
}

small,
.small { font-size: 92%; }

mark,
.mark {
    background-color: rgba(229, 190, 86, 0.28);
    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, .initialism { text-transform: uppercase; }

.text-capitalize { text-transform: capitalize; }

.text-muted { color: #808080; }

.text-primary { color: #3a87c5; }

a.text-primary:hover,
a.text-primary:focus { color: #2e6c9e; }

.text-success { color: #ffffff; }

a.text-success:hover,
a.text-success:focus { color: #e6e6e6; }

.text-info { color: #ffffff; }

a.text-info:hover,
a.text-info:focus { color: #e6e6e6; }

.text-warning { color: #ffffff; }

a.text-warning:hover,
a.text-warning:focus { color: #e6e6e6; }

.text-danger { color: #ffffff; }

a.text-danger:hover,
a.text-danger:focus { color: #e6e6e6; }

.bg-primary { color: #fff; }

.bg-primary { background-color: #3a87c5; }

a.bg-primary:hover,
a.bg-primary:focus { background-color: #2e6c9e; }

.bg-success { background-color: rgba(214, 233, 198, 0.28); }

a.bg-success:hover,
a.bg-success:focus { background-color: rgba(188, 219, 161, 0.28); }

.bg-info { background-color: rgba(74, 176, 206, 0.29); }

a.bg-info:hover,
a.bg-info:focus { background-color: rgba(49, 150, 180, 0.29); }

.bg-warning { background-color: rgba(229, 190, 86, 0.28); }

a.bg-warning:hover,
a.bg-warning:focus { background-color: rgba(222, 173, 42, 0.28); }

.bg-danger { background-color: rgba(242, 99, 73, 0.29); }

a.bg-danger:hover,
a.bg-danger:focus { background-color: rgba(239, 58, 25, 0.29); }

.page-header {
    border-bottom: 1px solid #eeeeee;
    margin: 36px 0 18px;
    padding-bottom: 8px;
}

ul,
ol {
    margin-bottom: 9px;
    margin-top: 0;
}

ul ul,
ul ol,
ol ul,
ol ol { margin-bottom: 0; }

.list-unstyled {
    list-style: none;
    padding-left: 0;
}

.list-inline {
    list-style: none;
    margin-left: -5px;
    padding-left: 0;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-bottom: 18px;
    margin-top: 0;
}

dt,
dd { line-height: 1.428571429; }

dt { font-weight: bold; }

dd { margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after { clear: both; }

@media (min-width: 768px) {
    .dl-horizontal dt {
        clear: left;
        float: left;
        overflow: hidden;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 160px;
    }

    .dl-horizontal dd { margin-left: 180px; }
}

abbr[title],
abbr[data-original-title] {
    border-bottom: 1px dotted #999999;
    cursor: help;
}

.initialism { font-size: 90%; }

blockquote {
    border-left: 5px solid #ddd;
    font-size: 16.25px;
    margin: 0 0 18px;
    padding: 9px 18px;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child { margin-bottom: 0; }

blockquote footer,
blockquote small,
blockquote .small {
    color: #999999;
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before { content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
    border-left: 0;
    border-right: 5px solid #ddd;
    padding-left: 0;
    padding-right: 15px;
    text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before { content: ''; }

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after { content: '\00A0 \2014'; }

address {
    font-style: normal;
    line-height: 1.428571429;
    margin-bottom: 18px;
}

code,
kbd,
pre,
samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
    background-color: #f9f2f4;
    border-radius: 3px;
    color: #c7254e;
    font-size: 90%;
    padding: 2px 4px;
}

kbd {
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 90%;
    padding: 2px 4px;
}

kbd kbd {
    box-shadow: none;
    font-size: 100%;
    font-weight: bold;
    padding: 0;
}

pre {
    background-color: #eeeeee;
    border: 1px solid #ffffff;
    border-radius: 3px;
    color: #606060;
    display: block;
    font-size: 12px;
    line-height: 1.428571429;
    margin: 0 0 9px;
    padding: 8.5px;
    word-break: break-all;
    word-wrap: break-word;
}

pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.container:after { clear: both; }

@media (min-width: 768px) {
    .container { width: 750px; }
}

@media (min-width: 992px) {
    .container { width: 970px; }
}

@media (min-width: 1200px) {
    .container { width: 1170px; }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after { clear: both; }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after { clear: both; }

.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 {
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.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-1 { width: 8.3333333333%; }

.col-xs-2 { width: 16.6666666667%; }

.col-xs-3 { width: 25%; }

.col-xs-4 { width: 33.3333333333%; }

.col-xs-5 { width: 41.6666666667%; }

.col-xs-6 { width: 50%; }

.col-xs-7 { width: 58.3333333333%; }

.col-xs-8 { width: 66.6666666667%; }

.col-xs-9 { width: 75%; }

.col-xs-10 { width: 83.3333333333%; }

.col-xs-11 { width: 91.6666666667%; }

.col-xs-12 { width: 100%; }

.col-xs-pull-0 { right: auto; }

.col-xs-pull-1 { right: 8.3333333333%; }

.col-xs-pull-2 { right: 16.6666666667%; }

.col-xs-pull-3 { right: 25%; }

.col-xs-pull-4 { right: 33.3333333333%; }

.col-xs-pull-5 { right: 41.6666666667%; }

.col-xs-pull-6 { right: 50%; }

.col-xs-pull-7 { right: 58.3333333333%; }

.col-xs-pull-8 { right: 66.6666666667%; }

.col-xs-pull-9 { right: 75%; }

.col-xs-pull-10 { right: 83.3333333333%; }

.col-xs-pull-11 { right: 91.6666666667%; }

.col-xs-pull-12 { right: 100%; }

.col-xs-push-0 { left: auto; }

.col-xs-push-1 { left: 8.3333333333%; }

.col-xs-push-2 { left: 16.6666666667%; }

.col-xs-push-3 { left: 25%; }

.col-xs-push-4 { left: 33.3333333333%; }

.col-xs-push-5 { left: 41.6666666667%; }

.col-xs-push-6 { left: 50%; }

.col-xs-push-7 { left: 58.3333333333%; }

.col-xs-push-8 { left: 66.6666666667%; }

.col-xs-push-9 { left: 75%; }

.col-xs-push-10 { left: 83.3333333333%; }

.col-xs-push-11 { left: 91.6666666667%; }

.col-xs-push-12 { left: 100%; }

.col-xs-offset-0 { margin-left: 0%; }

.col-xs-offset-1 { margin-left: 8.3333333333%; }

.col-xs-offset-2 { margin-left: 16.6666666667%; }

.col-xs-offset-3 { margin-left: 25%; }

.col-xs-offset-4 { margin-left: 33.3333333333%; }

.col-xs-offset-5 { margin-left: 41.6666666667%; }

.col-xs-offset-6 { margin-left: 50%; }

.col-xs-offset-7 { margin-left: 58.3333333333%; }

.col-xs-offset-8 { margin-left: 66.6666666667%; }

.col-xs-offset-9 { margin-left: 75%; }

.col-xs-offset-10 { margin-left: 83.3333333333%; }

.col-xs-offset-11 { margin-left: 91.6666666667%; }

.col-xs-offset-12 { margin-left: 100%; }

@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-1 { width: 8.3333333333%; }

    .col-sm-2 { width: 16.6666666667%; }

    .col-sm-3 { width: 25%; }

    .col-sm-4 { width: 33.3333333333%; }

    .col-sm-5 { width: 41.6666666667%; }

    .col-sm-6 { width: 50%; }

    .col-sm-7 { width: 58.3333333333%; }

    .col-sm-8 { width: 66.6666666667%; }

    .col-sm-9 { width: 75%; }

    .col-sm-10 { width: 83.3333333333%; }

    .col-sm-11 { width: 91.6666666667%; }

    .col-sm-12 { width: 100%; }

    .col-sm-pull-0 { right: auto; }

    .col-sm-pull-1 { right: 8.3333333333%; }

    .col-sm-pull-2 { right: 16.6666666667%; }

    .col-sm-pull-3 { right: 25%; }

    .col-sm-pull-4 { right: 33.3333333333%; }

    .col-sm-pull-5 { right: 41.6666666667%; }

    .col-sm-pull-6 { right: 50%; }

    .col-sm-pull-7 { right: 58.3333333333%; }

    .col-sm-pull-8 { right: 66.6666666667%; }

    .col-sm-pull-9 { right: 75%; }

    .col-sm-pull-10 { right: 83.3333333333%; }

    .col-sm-pull-11 { right: 91.6666666667%; }

    .col-sm-pull-12 { right: 100%; }

    .col-sm-push-0 { left: auto; }

    .col-sm-push-1 { left: 8.3333333333%; }

    .col-sm-push-2 { left: 16.6666666667%; }

    .col-sm-push-3 { left: 25%; }

    .col-sm-push-4 { left: 33.3333333333%; }

    .col-sm-push-5 { left: 41.6666666667%; }

    .col-sm-push-6 { left: 50%; }

    .col-sm-push-7 { left: 58.3333333333%; }

    .col-sm-push-8 { left: 66.6666666667%; }

    .col-sm-push-9 { left: 75%; }

    .col-sm-push-10 { left: 83.3333333333%; }

    .col-sm-push-11 { left: 91.6666666667%; }

    .col-sm-push-12 { left: 100%; }

    .col-sm-offset-0 { margin-left: 0%; }

    .col-sm-offset-1 { margin-left: 8.3333333333%; }

    .col-sm-offset-2 { margin-left: 16.6666666667%; }

    .col-sm-offset-3 { margin-left: 25%; }

    .col-sm-offset-4 { margin-left: 33.3333333333%; }

    .col-sm-offset-5 { margin-left: 41.6666666667%; }

    .col-sm-offset-6 { margin-left: 50%; }

    .col-sm-offset-7 { margin-left: 58.3333333333%; }

    .col-sm-offset-8 { margin-left: 66.6666666667%; }

    .col-sm-offset-9 { margin-left: 75%; }

    .col-sm-offset-10 { margin-left: 83.3333333333%; }

    .col-sm-offset-11 { margin-left: 91.6666666667%; }

    .col-sm-offset-12 { margin-left: 100%; }
}

@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-1 { width: 8.3333333333%; }

    .col-md-2 { width: 16.6666666667%; }

    .col-md-3 { width: 25%; }

    .col-md-4 { width: 33.3333333333%; }

    .col-md-5 { width: 41.6666666667%; }

    .col-md-6 { width: 50%; }

    .col-md-7 { width: 58.3333333333%; }

    .col-md-8 { width: 66.6666666667%; }

    .col-md-9 { width: 75%; }

    .col-md-10 { width: 83.3333333333%; }

    .col-md-11 { width: 91.6666666667%; }

    .col-md-12 { width: 100%; }

    .col-md-pull-0 { right: auto; }

    .col-md-pull-1 { right: 8.3333333333%; }

    .col-md-pull-2 { right: 16.6666666667%; }

    .col-md-pull-3 { right: 25%; }

    .col-md-pull-4 { right: 33.3333333333%; }

    .col-md-pull-5 { right: 41.6666666667%; }

    .col-md-pull-6 { right: 50%; }

    .col-md-pull-7 { right: 58.3333333333%; }

    .col-md-pull-8 { right: 66.6666666667%; }

    .col-md-pull-9 { right: 75%; }

    .col-md-pull-10 { right: 83.3333333333%; }

    .col-md-pull-11 { right: 91.6666666667%; }

    .col-md-pull-12 { right: 100%; }

    .col-md-push-0 { left: auto; }

    .col-md-push-1 { left: 8.3333333333%; }

    .col-md-push-2 { left: 16.6666666667%; }

    .col-md-push-3 { left: 25%; }

    .col-md-push-4 { left: 33.3333333333%; }

    .col-md-push-5 { left: 41.6666666667%; }

    .col-md-push-6 { left: 50%; }

    .col-md-push-7 { left: 58.3333333333%; }

    .col-md-push-8 { left: 66.6666666667%; }

    .col-md-push-9 { left: 75%; }

    .col-md-push-10 { left: 83.3333333333%; }

    .col-md-push-11 { left: 91.6666666667%; }

    .col-md-push-12 { left: 100%; }

    .col-md-offset-0 { margin-left: 0%; }

    .col-md-offset-1 { margin-left: 8.3333333333%; }

    .col-md-offset-2 { margin-left: 16.6666666667%; }

    .col-md-offset-3 { margin-left: 25%; }

    .col-md-offset-4 { margin-left: 33.3333333333%; }

    .col-md-offset-5 { margin-left: 41.6666666667%; }

    .col-md-offset-6 { margin-left: 50%; }

    .col-md-offset-7 { margin-left: 58.3333333333%; }

    .col-md-offset-8 { margin-left: 66.6666666667%; }

    .col-md-offset-9 { margin-left: 75%; }

    .col-md-offset-10 { margin-left: 83.3333333333%; }

    .col-md-offset-11 { margin-left: 91.6666666667%; }

    .col-md-offset-12 { margin-left: 100%; }
}

@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-1 { width: 8.3333333333%; }

    .col-lg-2 { width: 16.6666666667%; }

    .col-lg-3 { width: 25%; }

    .col-lg-4 { width: 33.3333333333%; }

    .col-lg-5 { width: 41.6666666667%; }

    .col-lg-6 { width: 50%; }

    .col-lg-7 { width: 58.3333333333%; }

    .col-lg-8 { width: 66.6666666667%; }

    .col-lg-9 { width: 75%; }

    .col-lg-10 { width: 83.3333333333%; }

    .col-lg-11 { width: 91.6666666667%; }

    .col-lg-12 { width: 100%; }

    .col-lg-pull-0 { right: auto; }

    .col-lg-pull-1 { right: 8.3333333333%; }

    .col-lg-pull-2 { right: 16.6666666667%; }

    .col-lg-pull-3 { right: 25%; }

    .col-lg-pull-4 { right: 33.3333333333%; }

    .col-lg-pull-5 { right: 41.6666666667%; }

    .col-lg-pull-6 { right: 50%; }

    .col-lg-pull-7 { right: 58.3333333333%; }

    .col-lg-pull-8 { right: 66.6666666667%; }

    .col-lg-pull-9 { right: 75%; }

    .col-lg-pull-10 { right: 83.3333333333%; }

    .col-lg-pull-11 { right: 91.6666666667%; }

    .col-lg-pull-12 { right: 100%; }

    .col-lg-push-0 { left: auto; }

    .col-lg-push-1 { left: 8.3333333333%; }

    .col-lg-push-2 { left: 16.6666666667%; }

    .col-lg-push-3 { left: 25%; }

    .col-lg-push-4 { left: 33.3333333333%; }

    .col-lg-push-5 { left: 41.6666666667%; }

    .col-lg-push-6 { left: 50%; }

    .col-lg-push-7 { left: 58.3333333333%; }

    .col-lg-push-8 { left: 66.6666666667%; }

    .col-lg-push-9 { left: 75%; }

    .col-lg-push-10 { left: 83.3333333333%; }

    .col-lg-push-11 { left: 91.6666666667%; }

    .col-lg-push-12 { left: 100%; }

    .col-lg-offset-0 { margin-left: 0%; }

    .col-lg-offset-1 { margin-left: 8.3333333333%; }

    .col-lg-offset-2 { margin-left: 16.6666666667%; }

    .col-lg-offset-3 { margin-left: 25%; }

    .col-lg-offset-4 { margin-left: 33.3333333333%; }

    .col-lg-offset-5 { margin-left: 41.6666666667%; }

    .col-lg-offset-6 { margin-left: 50%; }

    .col-lg-offset-7 { margin-left: 58.3333333333%; }

    .col-lg-offset-8 { margin-left: 66.6666666667%; }

    .col-lg-offset-9 { margin-left: 75%; }

    .col-lg-offset-10 { margin-left: 83.3333333333%; }

    .col-lg-offset-11 { margin-left: 91.6666666667%; }

    .col-lg-offset-12 { margin-left: 100%; }
}

table { background-color: transparent; }

caption {
    color: #808080;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: left;
}

th { text-align: left; }

.table {
    margin-bottom: 18px;
    max-width: 100%;
    width: 100%;
    /*table-layout:fixed;*/
    /*word-wrap:break-word;*/
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    border-top: 1px solid #ddd;
    line-height: 1.428571429;
    padding: 8px;
    vertical-align: top;
}

.table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td { border-top: 0; }

.table > tbody + tbody { border-top: 2px solid #ddd; }

.table .table { background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td { padding: 5px; }

.table-bordered { border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td { border: 1px solid #ddd; }

.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-"] {
    display: table-column;
    float: none;
    position: static;
}

table td[class*="col-"],
table th[class*="col-"] {
    display: table-cell;
    float: none;
    position: static;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th { background-color: #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 > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th { background-color: rgba(214, 233, 198, 0.28); }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th { background-color: rgba(201, 226, 180, 0.28); }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th { background-color: rgba(74, 176, 206, 0.29); }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th { background-color: rgba(54, 167, 200, 0.29); }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th { background-color: rgba(229, 190, 86, 0.28); }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th { background-color: rgba(226, 182, 64, 0.28); }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th { background-color: rgba(242, 99, 73, 0.29); }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th { background-color: rgba(240, 79, 49, 0.29); }

.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        margin-bottom: 13.5px;
        overflow-y: hidden;
        width: 100%;
    }

    .table-responsive > .table { margin-bottom: 0; }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td { white-space: nowrap; }

    .table-responsive > .table-bordered { border: 0; }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; }
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}

legend {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    color: #606060;
    display: block;
    font-size: 19.5px;
    line-height: inherit;
    margin-bottom: 18px;
    padding: 0;
    width: 100%;
}

label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 100%;
}

input[type="search"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0;
    margin-top: 1px \9;
}

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 {
    color: #555;
    display: block;
    font-size: 13px;
    line-height: 1.428571429;
    padding-top: 6px;
}

.form-control {
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555;
    display: block;
    font-size: 13px;
    height: 30px;
    line-height: 1.428571429;
    padding: 5px 12px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    width: 100%;
}

.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder { color: #999; }

.form-control::-webkit-input-placeholder { color: #999; }

.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: 30px; }

    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm
input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm
input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm
input[type="month"] { line-height: 28px; }

    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg
input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg
input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg
input[type="month"] { line-height: 44px; }
}

.form-group { margin-bottom: 15px; }

.radio,
.checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}

.radio label,
.checkbox label {
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
    min-height: 18px;
    padding-left: 20px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: -20px;
    margin-top: 4px \9;
    position: absolute;
}

.radio + .radio,
.checkbox + .checkbox { margin-top: -5px; }

.radio-inline,
.checkbox-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
    vertical-align: middle;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-left: 10px;
    margin-top: 0;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] { cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline { cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label { cursor: not-allowed; }

.form-control-static {
    margin-bottom: 0;
    min-height: 31px;
    padding-bottom: 6px;
    padding-top: 6px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    border-radius: 3px;
    font-size: 12px;
    height: 28px;
    line-height: 1.5;
    padding: 4px 10px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 28px;
    line-height: 28px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn { height: auto; }

.form-group-sm .form-control {
    border-radius: 3px;
    font-size: 12px;
    height: 28px;
    line-height: 1.5;
    padding: 4px 10px;
}

.form-group-sm select.form-control {
    height: 28px;
    line-height: 28px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control { height: auto; }

.form-group-sm .form-control-static {
    font-size: 12px;
    height: 28px;
    line-height: 1.5;
    min-height: 30px;
    padding: 5px 10px;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    border-radius: 6px;
    font-size: 16.25px;
    height: 44px;
    line-height: 1.33;
    padding: 10px 16px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 44px;
    line-height: 44px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn { height: auto; }

.form-group-lg .form-control {
    border-radius: 6px;
    font-size: 16.25px;
    height: 44px;
    line-height: 1.33;
    padding: 10px 16px;
}

.form-group-lg select.form-control {
    height: 44px;
    line-height: 44px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control { height: auto; }

.form-group-lg .form-control-static {
    font-size: 16.25px;
    height: 44px;
    line-height: 1.33;
    min-height: 34.25px;
    padding: 11px 16px;
}

.has-feedback { position: relative; }

.has-feedback .form-control { padding-right: 37.5px; }

.form-control-feedback {
    display: block;
    height: 30px;
    line-height: 30px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
    z-index: 2;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    height: 44px;
    line-height: 44px;
    width: 44px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    height: 28px;
    line-height: 28px;
    width: 28px;
}

.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: #ffffff; }

.has-success .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-color: #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    border-color: #e6e6e6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}

.has-success .input-group-addon {
    background-color: rgba(214, 233, 198, 0.28);
    border-color: #ffffff;
    color: #ffffff;
}

.has-success .form-control-feedback { color: #ffffff; }

.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: #ffffff; }

.has-warning .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-color: #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    border-color: #e6e6e6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}

.has-warning .input-group-addon {
    background-color: rgba(229, 190, 86, 0.28);
    border-color: #ffffff;
    color: #ffffff;
}

.has-warning .form-control-feedback { color: #ffffff; }

.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: #ffffff; }

.has-error .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-color: #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    border-color: #e6e6e6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}

.has-error .input-group-addon {
    background-color: rgba(242, 99, 73, 0.29);
    border-color: #ffffff;
    color: #ffffff;
}

.has-error .form-control-feedback { color: #ffffff; }

.has-feedback label ~ .form-control-feedback { top: 23px; }

.has-feedback label.sr-only ~ .form-control-feedback { top: 0; }

.help-block {
    color: white;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }

    .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-bottom: 0;
        margin-top: 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"] {
        margin-left: 0;
        position: relative;
    }

    .form-inline .has-feedback .form-control-feedback { top: 0; }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 6px;
}

.form-horizontal .radio,
.form-horizontal .checkbox { min-height: 24px; }

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after { clear: both; }

@media (min-width: 768px) {
    .form-horizontal .control-label {
        margin-bottom: 0;
        padding-top: 6px;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback { right: 15px; }

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        font-size: 16.25px;
        padding-top: 14.3px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        font-size: 12px;
        padding-top: 5px;
    }
}

.btn {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.428571429;
    margin-bottom: 0;
    padding: 5px 12px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #ffffff;
    text-decoration: none;
}

.btn:active, .btn.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    outline: 0;
}

.btn.disabled, .pager .disabled button, .btn[disabled],
fieldset[disabled] .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
}

a.btn.disabled,
fieldset[disabled] a.btn { pointer-events: none; }

.btn-default {
    background-color: #606060;
    border-color: rgba(0, 0, 0, 0.15);
    color: #ffffff;
}

.btn-default:focus, .btn-default.focus {
    background-color: #474747;
    border-color: rgba(0, 0, 0, 0.15);
    color: #ffffff;
}

.btn-default:hover {
    background-color: #474747;
    border-color: rgba(0, 0, 0, 0.15);
    color: #ffffff;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    background-color: #474747;
    border-color: rgba(0, 0, 0, 0.15);
    color: #ffffff;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
    background-color: #353535;
    border-color: rgba(0, 0, 0, 0.15);
    color: #ffffff;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle { background-image: none; }

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #606060;
    border-color: rgba(0, 0, 0, 0.15);
}

.btn-default .badge {
    background-color: #ffffff;
    color: #606060;
}

.btn-primary {
    background-color: #3a87c5;
    border-color: #347ab1;
    color: #fff;
}

.btn-primary:focus, .btn-primary.focus {
    background-color: #2e6c9e;
    border-color: #17364f;
    color: #fff;
}

.btn-primary:hover {
    background-color: #2e6c9e;
    border-color: #265982;
    color: #fff;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-color: #2e6c9e;
    border-color: #265982;
    color: #fff;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    background-color: #265982;
    border-color: #17364f;
    color: #fff;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle { background-image: none; }

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #3a87c5;
    border-color: #347ab1;
}

.btn-primary .badge {
    background-color: #fff;
    color: #3a87c5;
}

.btn-success {
    background-color: #17c457;
    border-color: #14ad4d;
    color: #fff;
}

.btn-success:focus, .btn-success.focus {
    background-color: #129643;
    border-color: #073b1a;
    color: #fff;
}

.btn-success:hover {
    background-color: #129643;
    border-color: #0e7635;
    color: #fff;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    background-color: #129643;
    border-color: #0e7635;
    color: #fff;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    background-color: #0e7635;
    border-color: #073b1a;
    color: #fff;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle { background-image: none; }

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #17c457;
    border-color: #14ad4d;
}

.btn-success .badge {
    background-color: #fff;
    color: #17c457;
}

.btn-info {
    background-color: #25a1c5;
    border-color: #218fb0;
    color: #fff;
}

.btn-info:focus, .btn-info.focus {
    background-color: #1d7e9a;
    border-color: #0d3844;
    color: #fff;
}

.btn-info:hover {
    background-color: #1d7e9a;
    border-color: #17657c;
    color: #fff;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    background-color: #1d7e9a;
    border-color: #17657c;
    color: #fff;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    background-color: #17657c;
    border-color: #0d3844;
    color: #fff;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle { background-image: none; }

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #25a1c5;
    border-color: #218fb0;
}

.btn-info .badge {
    background-color: #fff;
    color: #25a1c5;
}

.btn-warning {
    background-color: #f0b829;
    border-color: #eeb011;
    color: #fff;
}

.btn-warning:focus, .btn-warning.focus {
    background-color: #d79f0f;
    border-color: #785808;
    color: #fff;
}

.btn-warning:hover {
    background-color: #d79f0f;
    border-color: #b6860d;
    color: #fff;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    background-color: #d79f0f;
    border-color: #b6860d;
    color: #fff;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    background-color: #b6860d;
    border-color: #785808;
    color: #fff;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle { background-image: none; }

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0b829;
    border-color: #eeb011;
}

.btn-warning .badge {
    background-color: #fff;
    color: #f0b829;
}

.btn-danger {
    background-color: #f53811;
    border-color: #e32f0a;
    color: #fff;
}

.btn-danger:focus, .btn-danger.focus {
    background-color: #ca2a09;
    border-color: #691604;
    color: #fff;
}

.btn-danger:hover {
    background-color: #ca2a09;
    border-color: #a82307;
    color: #fff;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    background-color: #ca2a09;
    border-color: #a82307;
    color: #fff;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    background-color: #a82307;
    border-color: #691604;
    color: #fff;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle { background-image: none; }

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #f53811;
    border-color: #e32f0a;
}

.btn-danger .badge {
    background-color: #fff;
    color: #f53811;
}

.btn-link {
    border-radius: 0;
    color: #4D9DD7;
    font-weight: normal;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
    -webkit-box-shadow: none;
    background-color: transparent;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }

.btn-link:hover, .btn-link:focus {
    background-color: transparent;
    color: #2877b0;
    text-decoration: underline;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
    border-radius: 6px;
    font-size: 16.25px;
    line-height: 1.33;
    padding: 10px 16px;
}

.btn-sm, .btn-group-sm > .btn {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 4px 10px;
}

.btn-xs, .btn-group-xs > .btn {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
}

.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 {
    -o-transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
    opacity: 0;
    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 {
    -webkit-transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    -webkit-transition-timing-function: ease;
    height: 0;
    overflow: hidden;
    position: relative;
    transition-duration: 0.35s;
    transition-property: height, visibility;
    transition-timing-function: ease;
}

.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

.dropup,
.dropdown { position: relative; }

.dropdown-toggle:focus { outline: 0; }

.dropdown-menu {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    display: none;
    float: left;
    font-size: 13px;
    left: 0;
    list-style: none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.dropdown-menu .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
}

.dropdown-menu > li > a {
    clear: both;
    color: #606060;
    display: block;
    font-weight: normal;
    line-height: 1.428571429;
    padding: 3px 20px;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #3a87c5;
    color: #ffffff;
    text-decoration: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #3a87c5;
    color: #fff;
    outline: 0;
    text-decoration: none;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #999999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-decoration: none;
}

.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 {
    color: #999999;
    display: block;
    font-size: 12px;
    line-height: 1.428571429;
    padding: 3px 20px;
    white-space: nowrap;
}

.dropdown-backdrop {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    left: auto;
    right: 0;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    border-top: 0;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: 100%;
    margin-bottom: 2px;
    top: auto;
}

@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 {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    float: left;
    position: relative;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active { z-index: 2; }

.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:before, .btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after { clear: both; }

.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, .btn-group-lg.btn-group > .btn + .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, .btn-group-lg > .btn .caret {
    border-bottom-width: 0;
    border-width: 5px 5px 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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;
    max-width: 100%;
    width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical > .btn-group:after { clear: both; }

.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-left: 0;
    margin-top: -1px;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 3px;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.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-left-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified {
    border-collapse: separate;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    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 input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute;
}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

.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 {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}

.input-group-addon {
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #555;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    padding: 5px 12px;
    text-align: center;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    border-radius: 3px;
    font-size: 12px;
    padding: 4px 10px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    border-radius: 6px;
    font-size: 16.25px;
    padding: 10px 16px;
}

.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 {
    font-size: 0;
    position: relative;
    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 {
    margin-left: -1px;
    z-index: 2;
}

.nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.nav:before, .nav:after {
    content: " ";
    display: table;
}

.nav:after { clear: both; }

.nav > li {
    display: block;
    position: relative;
}

.nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #eeeeee;
    text-decoration: none;
}

.nav > li.disabled > a { color: #999999; }

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    background-color: transparent;
    color: #999999;
    cursor: not-allowed;
    text-decoration: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #4D9DD7;
}

.nav .nav-divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
}

.nav > li > a > img { max-width: none; }

.nav-tabs { border-bottom: 1px solid #ddd; }

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0;
    line-height: 1.428571429;
    margin-right: 2px;
}

.nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    color: #606060;
    cursor: default;
}

.nav-pills > li { float: left; }

.nav-pills > li > a { border-radius: 3px; }

.nav-pills > li + li { margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #3a87c5;
    color: #fff;
}

.nav-stacked > li { float: none; }

.nav-stacked > li + li {
    margin-left: 0;
    margin-top: 2px;
}

.nav-justified, .nav-tabs.nav-justified { width: 100%; }

.nav-justified > li, .nav-tabs.nav-justified > li { float: none; }

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
    left: auto;
    top: auto;
}

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a { margin-bottom: 0; }
}

.nav-tabs-justified, .nav-tabs.nav-justified { border-bottom: 0; }

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-radius: 3px;
    margin-right: 0;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 3px 3px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; }
}

.tab-content > .tab-pane { display: none; }

.tab-content > .active { display: block; }

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}

.navbar {
    border: 1px solid transparent;
    margin-bottom: 18px;
    min-height: 50px;
    position: relative;
}

.navbar:before, .navbar:after {
    content: " ";
    display: table;
}

.navbar:after { clear: both; }

@media (min-width: 768px) {
    .navbar { border-radius: 3px; }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after { clear: both; }

@media (min-width: 768px) {
    .navbar-header { float: left; }
}

.navbar-collapse {
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after { clear: both; }

.navbar-collapse.in { overflow-y: auto; }

@media (min-width: 768px) {
    .navbar-collapse {
        border-top: 0;
        box-shadow: none;
        width: auto;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        padding-bottom: 0;
    }

    .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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }
}

.navbar-static-top {
    border-width: 0 0 1px;
    z-index: 1000;
}

@media (min-width: 768px) {
    .navbar-static-top { border-radius: 0; }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom { border-radius: 0; }
}

.navbar-fixed-top {
    border-width: 0 0 1px;
    top: 0;
}

.navbar-fixed-bottom {
    border-width: 1px 0 0;
    bottom: 0;
    margin-bottom: 0;
}

.navbar-brand {
    float: left;
    font-size: 16.25px;
    height: 50px;
    line-height: 18px;
    padding: 16px 15px;
}

.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 {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}

.navbar-toggle:focus { outline: 0; }

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}

.navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; }

@media (min-width: 768px) {
    .navbar-toggle { display: none; }
}

.navbar-nav { margin: 8px -15px; }

.navbar-nav > li > a {
    line-height: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: transparent;
        border: 0;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }

    .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: 18px; }

    .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-bottom: 16px;
        padding-top: 16px;
    }
}

.navbar-form {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 10px;
    padding: 10px 15px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }

    .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-bottom: 0;
        margin-top: 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"] {
        margin-left: 0;
        position: relative;
    }

    .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 {
        -webkit-box-shadow: none;
        border: 0;
        box-shadow: none;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        width: auto;
    }
}

.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 0;
}

.navbar-btn {
    margin-bottom: 10px;
    margin-top: 10px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-bottom: 11px;
    margin-top: 11px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-bottom: 14px;
    margin-top: 14px;
}

.navbar-text {
    margin-bottom: 16px;
    margin-top: 16px;
}

@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: #777; }

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    background-color: transparent;
    color: #5e5e5e;
}

.navbar-default .navbar-text { color: #777; }

.navbar-default .navbar-nav > li > a { color: #777; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #333;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    background-color: transparent;
    color: #ccc;
}

.navbar-default .navbar-toggle { border-color: #ddd; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar { background-color: #888; }

.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: #555;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: transparent;
        color: #333;
    }

    .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 {
        background-color: #e7e7e7;
        color: #555;
    }

    .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 {
        background-color: transparent;
        color: #ccc;
    }
}

.navbar-default .navbar-link { color: #777; }

.navbar-default .navbar-link:hover { color: #333; }

.navbar-default .btn-link { color: #777; }

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; }

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; }

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.navbar-inverse .navbar-brand { color: #bfbfbf; }

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-inverse .navbar-text { color: #bfbfbf; }

.navbar-inverse .navbar-nav > li > a { color: #bfbfbf; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #090909;
    color: #fff;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    background-color: transparent;
    color: #444;
}

.navbar-inverse .navbar-toggle { border-color: #333; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; }

.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: #090909;
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #090909; }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #090909; }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #bfbfbf; }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: transparent;
        color: #fff;
    }

    .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 {
        background-color: #090909;
        color: #fff;
    }

    .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 {
        background-color: transparent;
        color: #444;
    }
}

.navbar-inverse .navbar-link { color: #bfbfbf; }

.navbar-inverse .navbar-link:hover { color: #fff; }

.navbar-inverse .btn-link { color: #bfbfbf; }

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; }

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; }

.breadcrumb {
    background-color: transparent;
    border-radius: 3px;
    list-style: none;
    margin-bottom: 18px;
    padding: 8px 15px;
}

.breadcrumb > li { display: inline-block; }

.breadcrumb > li + li:before {
    color: #f8f8f8;
    content: "> ";
    padding: 0 5px;
}

.breadcrumb > .active { color: #b8b8b8; }

.pagination {
    border-radius: 3px;
    display: inline-block;
    margin: 18px 0;
    padding-left: 0;
}

.pagination > li { display: inline; }

.pagination > li > a,
.pagination > li > span {
    background-color: transparent;
    border: 1px solid transparent;
    color: #606060;
    float: left;
    line-height: 1.428571429;
    margin-left: -1px;
    padding: 5px 12px;
    position: relative;
    text-decoration: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-left: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    background-color: #eeeeee;
    border-color: transparent;
    color: #606060;
    z-index: 3;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    background-color: #eeeeee;
    border-color: transparent;
    color: #606060;
    cursor: default;
    z-index: 2;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    background-color: transparent;
    border-color: transparent;
    color: #808080;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    font-size: 16.25px;
    line-height: 1.33;
    padding: 10px 16px;
}

.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 {
    font-size: 12px;
    line-height: 1.5;
    padding: 4px 10px;
}

.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 {
    list-style: none;
    margin: 18px 0;
    padding-left: 0;
    text-align: center;
}

.pager:before, .pager:after {
    content: " ";
    display: table;
}

.pager:after { clear: both; }

.pager li { display: inline; }

.pager li > a,
.pager li > span {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px;
}

.pager li > a:hover,
.pager li > a:focus {
    background-color: #eeeeee;
    text-decoration: none;
}

.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 {
    background-color: transparent;
    color: #808080;
    cursor: not-allowed;
}

.label {
    border-radius: .25em;
    color: #fff;
    display: inline;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    padding: .2em .6em .3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.label:empty { display: none; }

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover, a.label:focus {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.label-default, .label-inverse { background-color: #999999; }

.label-default[href]:hover, [href].label-inverse:hover, .label-default[href]:focus, [href].label-inverse:focus { background-color: gray; }

.label-primary { background-color: #3a87c5; }

.label-primary[href]:hover, .label-primary[href]:focus { background-color: #2e6c9e; }

.label-success { background-color: #17c457; }

.label-success[href]:hover, .label-success[href]:focus { background-color: #129643; }

.label-info { background-color: #25a1c5; }

.label-info[href]:hover, .label-info[href]:focus { background-color: #1d7e9a; }

.label-warning { background-color: #f0b829; }

.label-warning[href]:hover, .label-warning[href]:focus { background-color: #d79f0f; }

.label-danger, .label-important { background-color: #f53811; }

.label-danger[href]:hover, [href].label-important:hover, .label-danger[href]:focus, [href].label-important:focus { background-color: #ca2a09; }

.badge {
    background-color: #999999;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.badge:empty { display: none; }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
    padding: 1px 5px;
    top: 0;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    background-color: #fff;
    color: #4D9DD7;
}

.list-group-item > .badge { float: right; }

.list-group-item > .badge + .badge { margin-right: 5px; }

.nav-pills > li > a > .badge { margin-left: 3px; }

a.badge:hover, a.badge:focus {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.jumbotron {
    background-color: transparent;
    color: inherit;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.jumbotron h1,
.jumbotron .h1 { color: inherit; }

.jumbotron p {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 15px;
}

.jumbotron > hr { border-top-color: transparent; }

.container .jumbotron,
.container-fluid .jumbotron { border-radius: 6px; }

.jumbotron .container { max-width: 100%; }

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-bottom: 48px;
        padding-top: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 { font-size: 59px; }
}

.thumbnail {
    -o-transition: border 0.2s ease-in-out;
    -webkit-transition: border 0.2s ease-in-out;
    background-color: #ffffff;
    border: 1px solid 1px solid #ddd;
    border-radius: 3px;
    display: block;
    line-height: 1.428571429;
    margin-bottom: 18px;
    padding: 4px;
    transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.thumbnail .caption {
    color: #f8f8f8;
    padding: 9px;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active { border-color: #4D9DD7; }

.alert {
    border: 1px solid transparent;
    border-radius: 3px;
    margin-bottom: 18px;
    padding: 15px;
}

.alert h4 {
    color: inherit;
    margin-top: 0;
}

.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 {
    color: inherit;
    position: relative;
    right: -21px;
    top: -2px;
}

.alert-success {
    background-color: rgba(214, 233, 198, 0.28);
    border-color: #D6E9C6;
    color: #ffffff;
}

.alert-success hr { border-top-color: #c9e2b4; }

.alert-success .alert-link { color: #e6e6e6; }

.alert-info {
    background-color: rgba(74, 176, 206, 0.29);
    border-color: #4ab0ce;
    color: #ffffff;
}

.alert-info hr { border-top-color: #36a7c8; }

.alert-info .alert-link { color: #e6e6e6; }

.alert-warning {
    background-color: rgba(229, 190, 86, 0.28);
    border-color: #E5BE56;
    color: #ffffff;
}

.alert-warning hr { border-top-color: #e2b640; }

.alert-warning .alert-link { color: #e6e6e6; }

.alert-danger {
    background-color: rgba(242, 99, 73, 0.29);
    border-color: rgba(242, 99, 73, 0.7);
    color: #ffffff;
}

.alert-danger hr { border-top-color: rgba(240, 79, 49, 0.7); }

.alert-danger .alert-link { color: #e6e6e6; }

@-webkit-keyframes progress-bar-stripes {
    from { background-position: 40px 0; }

    to { background-position: 0 0; }
}

@keyframes progress-bar-stripes {
    from { background-position: 40px 0; }

    to { background-position: 0 0; }
}

.progress {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    height: 18px;
    margin-bottom: 18px;
    overflow: hidden;
}

.progress-bar {
    -o-transition: width 0.6s ease;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    background-color: #3a87c5;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 18px;
    text-align: center;
    transition: width 0.6s ease;
    width: 0%;
}

.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 {
    -o-animation: progress-bar-stripes 2s linear infinite;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success { background-color: #17c457; }

.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: #25a1c5; }

.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: #f0b829; }

.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: #f53811; }

.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 {
    overflow: hidden;
    zoom: 1;
}

.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-bottom: 5px;
    margin-top: 0;
}

.media-list {
    list-style: none;
    padding-left: 0;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    background-color: #ffffff;
    border: 1px solid transparent;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}

.list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.list-group-item:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 0;
}

a.list-group-item,
button.list-group-item { color: #606060; }

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading { color: #333; }

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    background-color: #eeeeee;
    color: #606060;
    text-decoration: none;
}

button.list-group-item {
    text-align: left;
    width: 100%;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #999999;
    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: #999999; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #3a87c5;
    border-color: #3a87c5;
    color: #fff;
    z-index: 2;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small { color: inherit; }

.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: #d8e7f3; }

.list-group-item-success {
    background-color: rgba(214, 233, 198, 0.28);
    color: #ffffff;
}

a.list-group-item-success,
button.list-group-item-success { color: #ffffff; }

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, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    background-color: rgba(201, 226, 180, 0.28);
    color: #ffffff;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #fff;
}

.list-group-item-info {
    background-color: rgba(74, 176, 206, 0.29);
    color: #ffffff;
}

a.list-group-item-info,
button.list-group-item-info { color: #ffffff; }

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, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    background-color: rgba(54, 167, 200, 0.29);
    color: #ffffff;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #fff;
}

.list-group-item-warning {
    background-color: rgba(229, 190, 86, 0.28);
    color: #ffffff;
}

a.list-group-item-warning,
button.list-group-item-warning { color: #ffffff; }

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, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    background-color: rgba(226, 182, 64, 0.28);
    color: #ffffff;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #fff;
}

.list-group-item-danger {
    background-color: rgba(242, 99, 73, 0.29);
    color: #ffffff;
}

a.list-group-item-danger,
button.list-group-item-danger { color: #ffffff; }

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, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    background-color: rgba(240, 79, 49, 0.29);
    color: #ffffff;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #fff;
}

.list-group-item-heading {
    margin-bottom: 5px;
    margin-top: 0;
}

.list-group-item-text {
    line-height: 1.3;
    margin-bottom: 0;
}

.panel {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 18px;
}

.panel-body { padding: 15px; }

.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after { clear: both; }

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 10px 15px;
}

.panel-heading > .dropdown .dropdown-toggle { color: inherit; }

.panel-title {
    color: inherit;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a { color: inherit; }

.panel-footer {
    background-color: #f5f5f5;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top: 1px solid #ddd;
    padding: 10px 15px;
}

.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-radius: 0;
    border-width: 1px 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-left-radius: 2px;
    border-top-right-radius: 2px;
}

.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-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-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-left-radius: 2px;
    border-top-right-radius: 2px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 2px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 2px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 2px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 2px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body { border-top: 1px solid #ddd; }

.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-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group { margin-bottom: 18px; }

.panel-group .panel {
    border-radius: 3px;
    margin-bottom: 0;
}

.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 #ddd; }

.panel-group .panel-footer { border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; }

.panel-default { border-color: #ddd; }

.panel-default > .panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #555;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
    background-color: #555;
    color: #f5f5f5;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd; }

.panel-primary { border-color: #3a87c5; }

.panel-primary > .panel-heading {
    background-color: #3a87c5;
    border-color: #3a87c5;
    color: #fff;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #3a87c5; }

.panel-primary > .panel-heading .badge {
    background-color: #fff;
    color: #3a87c5;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #3a87c5; }

.panel-success { border-color: #D6E9C6; }

.panel-success > .panel-heading {
    background-color: rgba(214, 233, 198, 0.28);
    border-color: #D6E9C6;
    color: #ffffff;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #D6E9C6; }

.panel-success > .panel-heading .badge {
    background-color: #ffffff;
    color: rgba(214, 233, 198, 0.28);
}

.panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #D6E9C6; }

.panel-info { border-color: #4ab0ce; }

.panel-info > .panel-heading {
    background-color: rgba(74, 176, 206, 0.29);
    border-color: #4ab0ce;
    color: #ffffff;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #4ab0ce; }

.panel-info > .panel-heading .badge {
    background-color: #ffffff;
    color: rgba(74, 176, 206, 0.29);
}

.panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #4ab0ce; }

.panel-warning { border-color: #E5BE56; }

.panel-warning > .panel-heading {
    background-color: rgba(229, 190, 86, 0.28);
    border-color: #E5BE56;
    color: #ffffff;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #E5BE56; }

.panel-warning > .panel-heading .badge {
    background-color: #ffffff;
    color: rgba(229, 190, 86, 0.28);
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #E5BE56; }

.panel-danger { border-color: rgba(242, 99, 73, 0.7); }

.panel-danger > .panel-heading {
    background-color: rgba(242, 99, 73, 0.29);
    border-color: rgba(242, 99, 73, 0.7);
    color: #ffffff;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: rgba(242, 99, 73, 0.7); }

.panel-danger > .panel-heading .badge {
    background-color: #ffffff;
    color: rgba(242, 99, 73, 0.29);
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: rgba(242, 99, 73, 0.7); }

.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.embed-responsive-16by9 { padding-bottom: 56.25%; }

.embed-responsive-4by3 { padding-bottom: 75%; }

.well {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    border-radius: 6px;
    padding: 24px;
}

.well-sm {
    border-radius: 3px;
    padding: 9px;
}

.close {
    color: #000;
    filter: alpha(opacity=20);
    float: right;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}

.close:hover, .close:focus {
    color: #000;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-decoration: none;
}

button.close {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
}

.modal-open { overflow: hidden; }

.modal {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    display: none;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}

.modal.fade .modal-dialog {
    -moz-transition: -moz-transform 0.3s ease-out;
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    -o-transition: -o-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    margin: 10px;
    position: relative;
    width: auto;
}

.modal-content {
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
    position: relative;
}

.modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
    padding: 15px;
}

.modal-header .close { margin-top: -2px; }

.modal-title {
    line-height: 1.428571429;
    margin: 0;
}

.modal-body {
    padding: 15px;
    position: relative;
}

.modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    text-align: right;
}

.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after { clear: both; }

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn { margin-left: -1px; }

.modal-footer .btn-block + .btn-block { margin-left: 0; }

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 30px auto;
        width: 600px;
    }

    .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 {
    display: block;
    filter: alpha(opacity=0);
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    opacity: 0;
    position: absolute;
    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;
    z-index: 1070;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.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 {
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
}

.tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    margin-bottom: -5px;
    right: 5px;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    margin-top: -5px;
    right: 5px;
    top: 0;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 5px;
    margin-top: -5px;
    top: 0;
}

.popover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    max-width: 276px;
    padding: 1px;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    z-index: 1060;
}

.popover.top { margin-top: -10px; }

.popover.right { margin-left: 10px; }

.popover.bottom { margin-top: 10px; }

.popover.left { margin-left: -10px; }

.popover-title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-size: 13px;
    margin: 0;
    padding: 8px 14px;
}

.popover-content { padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.popover > .arrow { border-width: 11px; }

.popover > .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top > .arrow {
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
}

.popover.top > .arrow:after {
    border-bottom-width: 0;
    border-top-color: #ffffff;
    bottom: 1px;
    content: " ";
    margin-left: -10px;
}

.popover.right > .arrow {
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    left: -11px;
    margin-top: -11px;
    top: 50%;
}

.popover.right > .arrow:after {
    border-left-width: 0;
    border-right-color: #ffffff;
    bottom: -10px;
    content: " ";
    left: 1px;
}

.popover.bottom > .arrow {
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
    left: 50%;
    margin-left: -11px;
    top: -11px;
}

.popover.bottom > .arrow:after {
    border-bottom-color: #ffffff;
    border-top-width: 0;
    content: " ";
    margin-left: -10px;
    top: 1px;
}

.popover.left > .arrow {
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
    margin-top: -11px;
    right: -11px;
    top: 50%;
}

.popover.left > .arrow:after {
    border-left-color: #ffffff;
    border-right-width: 0;
    bottom: -10px;
    content: " ";
    right: 1px;
}

.carousel { position: relative; }

.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.carousel-inner > .item {
    -o-transition: 0.6s ease-in-out left;
    -webkit-transition: 0.6s ease-in-out left;
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    height: auto;
    line-height: 1;
    max-width: 100%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -moz-backface-visibility: hidden;
        -moz-perspective: 1000px;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px;
        transition: transform 0.6s ease-in-out;
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        left: 0;
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        left: 0;
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        left: 0;
        transform: translate3d(0, 0, 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 {
    bottom: 0;
    color: #606060;
    filter: alpha(opacity=100);
    font-size: 20px;
    left: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: 0;
    width: 6%;
}

.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 {
    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);
    left: auto;
    right: 0;
}

.carousel-control:hover, .carousel-control:focus {
    color: #606060;
    filter: alpha(opacity=90);
    opacity: 0.9;
    outline: 0;
    text-decoration: none;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    display: inline-block;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    z-index: 5;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    margin-right: -10px;
    right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-family: serif;
    height: 20px;
    line-height: 1;
    width: 20px;
}

.carousel-control .icon-prev:before { content: '\2039'; }

.carousel-control .icon-next:before { content: '\203a'; }

.carousel-indicators {
    bottom: 10px;
    left: 50%;
    list-style: none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15;
}

.carousel-indicators li {
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px;
}

.carousel-indicators .active {
    background-color: #f53811;
    height: 12px;
    margin: 0;
    width: 12px;
}

.carousel-caption {
    bottom: 20px;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    text-shadow: none;
    z-index: 10;
}

.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 {
        font-size: 30px;
        height: 30px;
        margin-top: -15px;
        width: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev { margin-left: -15px; }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next { margin-right: -15px; }

    .carousel-caption {
        left: 20%;
        padding-bottom: 30px;
        right: 20%;
    }

    .carousel-indicators { bottom: 20px; }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix: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 {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}

.hidden { display: none !important; }

.affix { position: fixed; }

@-ms-viewport { width: device-width; }

.visible-xs { display: none !important; }

.visible-sm { display: none !important; }

.visible-md { display: none !important; }

.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; }
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/font-awesome/fontawesome-webfont.eot?v=4.4.0");
    src: url("fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("fonts/font-awesome/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("fonts/font-awesome/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("fonts/font-awesome/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("fonts/font-awesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
}

.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x { font-size: 2em; }

.fa-3x { font-size: 3em; }

.fa-4x { font-size: 4em; }

.fa-5x { font-size: 5em; }

.fa-fw {
    text-align: center;
    width: 1.2857142857em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.1428571429em;
    padding-left: 0;
}

.fa-ul > li { position: relative; }

.fa-li {
    left: -2.1428571429em;
    position: absolute;
    text-align: center;
    top: 0.1428571429em;
    width: 2.1428571429em;
}

.fa-li.fa-lg { left: -1.8571428571em; }

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.fa-pull-left { float: left; }

.fa-pull-right { float: right; }

.fa.fa-pull-left { margin-right: .3em; }

.fa.fa-pull-right { margin-left: .3em; }

/* Deprecated as of 4.4.0 */

.pull-right { float: right; }

.pull-left { float: left; }

.fa.pull-left { margin-right: .3em; }

.fa.pull-right { margin-left: .3em; }

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical { filter: none; }

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x { line-height: inherit; }

.fa-stack-2x { font-size: 2em; }

.fa-inverse { color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before { content: ""; }

.fa-music:before { content: ""; }

.fa-search:before { content: ""; }

.fa-envelope-o:before { content: ""; }

.fa-heart:before { content: ""; }

.fa-star:before { content: ""; }

.fa-star-o:before { content: ""; }

.fa-user:before { content: ""; }

.fa-film:before { content: ""; }

.fa-th-large:before { content: ""; }

.fa-th:before { content: ""; }

.fa-th-list:before { content: ""; }

.fa-check:before { content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before { content: ""; }

.fa-search-plus:before { content: ""; }

.fa-search-minus:before { content: ""; }

.fa-power-off:before { content: ""; }

.fa-signal:before { content: ""; }

.fa-gear:before,
.fa-cog:before { content: ""; }

.fa-trash-o:before { content: ""; }

.fa-home:before { content: ""; }

.fa-file-o:before { content: ""; }

.fa-clock-o:before { content: ""; }

.fa-road:before { content: ""; }

.fa-download:before { content: ""; }

.fa-arrow-circle-o-down:before { content: ""; }

.fa-arrow-circle-o-up:before { content: ""; }

.fa-inbox:before { content: ""; }

.fa-play-circle-o:before { content: ""; }

.fa-rotate-right:before,
.fa-repeat:before { content: ""; }

.fa-refresh:before { content: ""; }

.fa-list-alt:before { content: ""; }

.fa-lock:before { content: ""; }

.fa-flag:before { content: ""; }

.fa-headphones:before { content: ""; }

.fa-volume-off:before { content: ""; }

.fa-volume-down:before { content: ""; }

.fa-volume-up:before { content: ""; }

.fa-qrcode:before { content: ""; }

.fa-barcode:before { content: ""; }

.fa-tag:before { content: ""; }

.fa-tags:before { content: ""; }

.fa-book:before { content: ""; }

.fa-bookmark:before { content: ""; }

.fa-print:before { content: ""; }

.fa-camera:before { content: ""; }

.fa-font:before { content: ""; }

.fa-bold:before { content: ""; }

.fa-italic:before { content: ""; }

.fa-text-height:before { content: ""; }

.fa-text-width:before { content: ""; }

.fa-align-left:before { content: ""; }

.fa-align-center:before { content: ""; }

.fa-align-right:before { content: ""; }

.fa-align-justify:before { content: ""; }

.fa-list:before { content: ""; }

.fa-dedent:before,
.fa-outdent:before { content: ""; }

.fa-indent:before { content: ""; }

.fa-video-camera:before { content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before { content: ""; }

.fa-pencil:before { content: ""; }

.fa-map-marker:before { content: ""; }

.fa-adjust:before { content: ""; }

.fa-tint:before { content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before { content: ""; }

.fa-share-square-o:before { content: ""; }

.fa-check-square-o:before { content: ""; }

.fa-arrows:before { content: ""; }

.fa-step-backward:before { content: ""; }

.fa-fast-backward:before { content: ""; }

.fa-backward:before { content: ""; }

.fa-play:before { content: ""; }

.fa-pause:before { content: ""; }

.fa-stop:before { content: ""; }

.fa-forward:before { content: ""; }

.fa-fast-forward:before { content: ""; }

.fa-step-forward:before { content: ""; }

.fa-eject:before { content: ""; }

.fa-chevron-left:before { content: ""; }

.fa-chevron-right:before { content: ""; }

.fa-plus-circle:before { content: ""; }

.fa-minus-circle:before { content: ""; }

.fa-times-circle:before { content: ""; }

.fa-check-circle:before { content: ""; }

.fa-question-circle:before { content: ""; }

.fa-info-circle:before { content: ""; }

.fa-crosshairs:before { content: ""; }

.fa-times-circle-o:before { content: ""; }

.fa-check-circle-o:before { content: ""; }

.fa-ban:before { content: ""; }

.fa-arrow-left:before { content: ""; }

.fa-arrow-right:before { content: ""; }

.fa-arrow-up:before { content: ""; }

.fa-arrow-down:before { content: ""; }

.fa-mail-forward:before,
.fa-share:before { content: ""; }

.fa-expand:before { content: ""; }

.fa-compress:before { content: ""; }

.fa-plus:before { content: ""; }

.fa-minus:before { content: ""; }

.fa-asterisk:before { content: ""; }

.fa-exclamation-circle:before { content: ""; }

.fa-gift:before { content: ""; }

.fa-leaf:before { content: ""; }

.fa-fire:before { content: ""; }

.fa-eye:before { content: ""; }

.fa-eye-slash:before { content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before { content: ""; }

.fa-plane:before { content: ""; }

.fa-calendar:before { content: ""; }

.fa-random:before { content: ""; }

.fa-comment:before { content: ""; }

.fa-magnet:before { content: ""; }

.fa-chevron-up:before { content: ""; }

.fa-chevron-down:before { content: ""; }

.fa-retweet:before { content: ""; }

.fa-shopping-cart:before { content: ""; }

.fa-folder:before { content: ""; }

.fa-folder-open:before { content: ""; }

.fa-arrows-v:before { content: ""; }

.fa-arrows-h:before { content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before { content: ""; }

.fa-twitter-square:before { content: ""; }

.fa-facebook-square:before { content: ""; }

.fa-camera-retro:before { content: ""; }

.fa-key:before { content: ""; }

.fa-gears:before,
.fa-cogs:before { content: ""; }

.fa-comments:before { content: ""; }

.fa-thumbs-o-up:before { content: ""; }

.fa-thumbs-o-down:before { content: ""; }

.fa-star-half:before { content: ""; }

.fa-heart-o:before { content: ""; }

.fa-sign-out:before { content: ""; }

.fa-linkedin-square:before { content: ""; }

.fa-thumb-tack:before { content: ""; }

.fa-external-link:before { content: ""; }

.fa-sign-in:before { content: ""; }

.fa-trophy:before { content: ""; }

.fa-github-square:before { content: ""; }

.fa-upload:before { content: ""; }

.fa-lemon-o:before { content: ""; }

.fa-phone:before { content: ""; }

.fa-square-o:before { content: ""; }

.fa-bookmark-o:before { content: ""; }

.fa-phone-square:before { content: ""; }

.fa-twitter:before { content: ""; }

.fa-facebook-f:before,
.fa-facebook:before { content: ""; }

.fa-github:before { content: ""; }

.fa-unlock:before { content: ""; }

.fa-credit-card:before { content: ""; }

.fa-feed:before,
.fa-rss:before { content: ""; }

.fa-hdd-o:before { content: ""; }

.fa-bullhorn:before { content: ""; }

.fa-bell:before { content: ""; }

.fa-certificate:before { content: ""; }

.fa-hand-o-right:before { content: ""; }

.fa-hand-o-left:before { content: ""; }

.fa-hand-o-up:before { content: ""; }

.fa-hand-o-down:before { content: ""; }

.fa-arrow-circle-left:before { content: ""; }

.fa-arrow-circle-right:before { content: ""; }

.fa-arrow-circle-up:before { content: ""; }

.fa-arrow-circle-down:before { content: ""; }

.fa-globe:before { content: ""; }

.fa-wrench:before { content: ""; }

.fa-tasks:before { content: ""; }

.fa-filter:before { content: ""; }

.fa-briefcase:before { content: ""; }

.fa-arrows-alt:before { content: ""; }

.fa-group:before,
.fa-users:before { content: ""; }

.fa-chain:before,
.fa-link:before { content: ""; }

.fa-cloud:before { content: ""; }

.fa-flask:before { content: ""; }

.fa-cut:before,
.fa-scissors:before { content: ""; }

.fa-copy:before,
.fa-files-o:before { content: ""; }

.fa-paperclip:before { content: ""; }

.fa-save:before,
.fa-floppy-o:before { content: ""; }

.fa-square:before { content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before { content: ""; }

.fa-list-ul:before { content: ""; }

.fa-list-ol:before { content: ""; }

.fa-strikethrough:before { content: ""; }

.fa-underline:before { content: ""; }

.fa-table:before { content: ""; }

.fa-magic:before { content: ""; }

.fa-truck:before { content: ""; }

.fa-pinterest:before { content: ""; }

.fa-pinterest-square:before { content: ""; }

.fa-google-plus-square:before { content: ""; }

.fa-google-plus:before { content: ""; }

.fa-money:before { content: ""; }

.fa-caret-down:before { content: ""; }

.fa-caret-up:before { content: ""; }

.fa-caret-left:before { content: ""; }

.fa-caret-right:before { content: ""; }

.fa-columns:before { content: ""; }

.fa-unsorted:before,
.fa-sort:before { content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before { content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before { content: ""; }

.fa-envelope:before { content: ""; }

.fa-linkedin:before { content: ""; }

.fa-rotate-left:before,
.fa-undo:before { content: ""; }

.fa-legal:before,
.fa-gavel:before { content: ""; }

.fa-dashboard:before,
.fa-tachometer:before { content: ""; }

.fa-comment-o:before { content: ""; }

.fa-comments-o:before { content: ""; }

.fa-flash:before,
.fa-bolt:before { content: ""; }

.fa-sitemap:before { content: ""; }

.fa-umbrella:before { content: ""; }

.fa-paste:before,
.fa-clipboard:before { content: ""; }

.fa-lightbulb-o:before { content: ""; }

.fa-exchange:before { content: ""; }

.fa-cloud-download:before { content: ""; }

.fa-cloud-upload:before { content: ""; }

.fa-user-md:before { content: ""; }

.fa-stethoscope:before { content: ""; }

.fa-suitcase:before { content: ""; }

.fa-bell-o:before { content: ""; }

.fa-coffee:before { content: ""; }

.fa-cutlery:before { content: ""; }

.fa-file-text-o:before { content: ""; }

.fa-building-o:before { content: ""; }

.fa-hospital-o:before { content: ""; }

.fa-ambulance:before { content: ""; }

.fa-medkit:before { content: ""; }

.fa-fighter-jet:before { content: ""; }

.fa-beer:before { content: ""; }

.fa-h-square:before { content: ""; }

.fa-plus-square:before { content: ""; }

.fa-angle-double-left:before { content: ""; }

.fa-angle-double-right:before { content: ""; }

.fa-angle-double-up:before { content: ""; }

.fa-angle-double-down:before { content: ""; }

.fa-angle-left:before { content: ""; }

.fa-angle-right:before { content: ""; }

.fa-angle-up:before { content: ""; }

.fa-angle-down:before { content: ""; }

.fa-desktop:before { content: ""; }

.fa-laptop:before { content: ""; }

.fa-tablet:before { content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before { content: ""; }

.fa-circle-o:before { content: ""; }

.fa-quote-left:before { content: ""; }

.fa-quote-right:before { content: ""; }

.fa-spinner:before { content: ""; }

.fa-circle:before { content: ""; }

.fa-mail-reply:before,
.fa-reply:before { content: ""; }

.fa-github-alt:before { content: ""; }

.fa-folder-o:before { content: ""; }

.fa-folder-open-o:before { content: ""; }

.fa-smile-o:before { content: ""; }

.fa-frown-o:before { content: ""; }

.fa-meh-o:before { content: ""; }

.fa-gamepad:before { content: ""; }

.fa-keyboard-o:before { content: ""; }

.fa-flag-o:before { content: ""; }

.fa-flag-checkered:before { content: ""; }

.fa-terminal:before { content: ""; }

.fa-code:before { content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before { content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before { content: ""; }

.fa-location-arrow:before { content: ""; }

.fa-crop:before { content: ""; }

.fa-code-fork:before { content: ""; }

.fa-unlink:before,
.fa-chain-broken:before { content: ""; }

.fa-question:before { content: ""; }

.fa-info:before { content: ""; }

.fa-exclamation:before { content: ""; }

.fa-superscript:before { content: ""; }

.fa-subscript:before { content: ""; }

.fa-eraser:before { content: ""; }

.fa-puzzle-piece:before { content: ""; }

.fa-microphone:before { content: ""; }

.fa-microphone-slash:before { content: ""; }

.fa-shield:before { content: ""; }

.fa-calendar-o:before { content: ""; }

.fa-fire-extinguisher:before { content: ""; }

.fa-rocket:before { content: ""; }

.fa-maxcdn:before { content: ""; }

.fa-chevron-circle-left:before { content: ""; }

.fa-chevron-circle-right:before { content: ""; }

.fa-chevron-circle-up:before { content: ""; }

.fa-chevron-circle-down:before { content: ""; }

.fa-html5:before { content: ""; }

.fa-css3:before { content: ""; }

.fa-anchor:before { content: ""; }

.fa-unlock-alt:before { content: ""; }

.fa-bullseye:before { content: ""; }

.fa-ellipsis-h:before { content: ""; }

.fa-ellipsis-v:before { content: ""; }

.fa-rss-square:before { content: ""; }

.fa-play-circle:before { content: ""; }

.fa-ticket:before { content: ""; }

.fa-minus-square:before { content: ""; }

.fa-minus-square-o:before { content: ""; }

.fa-level-up:before { content: ""; }

.fa-level-down:before { content: ""; }

.fa-check-square:before { content: ""; }

.fa-pencil-square:before { content: ""; }

.fa-external-link-square:before { content: ""; }

.fa-share-square:before { content: ""; }

.fa-compass:before { content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before { content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before { content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before { content: ""; }

.fa-euro:before,
.fa-eur:before { content: ""; }

.fa-gbp:before { content: ""; }

.fa-dollar:before,
.fa-usd:before { content: ""; }

.fa-rupee:before,
.fa-inr:before { content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before { content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before { content: ""; }

.fa-won:before,
.fa-krw:before { content: ""; }

.fa-bitcoin:before,
.fa-btc:before { content: ""; }

.fa-file:before { content: ""; }

.fa-file-text:before { content: ""; }

.fa-sort-alpha-asc:before { content: ""; }

.fa-sort-alpha-desc:before { content: ""; }

.fa-sort-amount-asc:before { content: ""; }

.fa-sort-amount-desc:before { content: ""; }

.fa-sort-numeric-asc:before { content: ""; }

.fa-sort-numeric-desc:before { content: ""; }

.fa-thumbs-up:before { content: ""; }

.fa-thumbs-down:before { content: ""; }

.fa-youtube-square:before { content: ""; }

.fa-youtube:before { content: ""; }

.fa-xing:before { content: ""; }

.fa-xing-square:before { content: ""; }

.fa-youtube-play:before { content: ""; }

.fa-dropbox:before { content: ""; }

.fa-stack-overflow:before { content: ""; }

.fa-instagram:before { content: ""; }

.fa-flickr:before { content: ""; }

.fa-adn:before { content: ""; }

.fa-bitbucket:before { content: ""; }

.fa-bitbucket-square:before { content: ""; }

.fa-tumblr:before { content: ""; }

.fa-tumblr-square:before { content: ""; }

.fa-long-arrow-down:before { content: ""; }

.fa-long-arrow-up:before { content: ""; }

.fa-long-arrow-left:before { content: ""; }

.fa-long-arrow-right:before { content: ""; }

.fa-apple:before { content: ""; }

.fa-windows:before { content: ""; }

.fa-android:before { content: ""; }

.fa-linux:before { content: ""; }

.fa-dribbble:before { content: ""; }

.fa-skype:before { content: ""; }

.fa-foursquare:before { content: ""; }

.fa-trello:before { content: ""; }

.fa-female:before { content: ""; }

.fa-male:before { content: ""; }

.fa-gittip:before,
.fa-gratipay:before { content: ""; }

.fa-sun-o:before { content: ""; }

.fa-moon-o:before { content: ""; }

.fa-archive:before { content: ""; }

.fa-bug:before { content: ""; }

.fa-vk:before { content: ""; }

.fa-weibo:before { content: ""; }

.fa-renren:before { content: ""; }

.fa-pagelines:before { content: ""; }

.fa-stack-exchange:before { content: ""; }

.fa-arrow-circle-o-right:before { content: ""; }

.fa-arrow-circle-o-left:before { content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before { content: ""; }

.fa-dot-circle-o:before { content: ""; }

.fa-wheelchair:before { content: ""; }

.fa-vimeo-square:before { content: ""; }

.fa-turkish-lira:before,
.fa-try:before { content: ""; }

.fa-plus-square-o:before { content: ""; }

.fa-space-shuttle:before { content: ""; }

.fa-slack:before { content: ""; }

.fa-envelope-square:before { content: ""; }

.fa-wordpress:before { content: ""; }

.fa-openid:before { content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before { content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before { content: ""; }

.fa-yahoo:before { content: ""; }

.fa-google:before { content: ""; }

.fa-reddit:before { content: ""; }

.fa-reddit-square:before { content: ""; }

.fa-stumbleupon-circle:before { content: ""; }

.fa-stumbleupon:before { content: ""; }

.fa-delicious:before { content: ""; }

.fa-digg:before { content: ""; }

.fa-pied-piper:before { content: ""; }

.fa-pied-piper-alt:before { content: ""; }

.fa-drupal:before { content: ""; }

.fa-joomla:before { content: ""; }

.fa-language:before { content: ""; }

.fa-fax:before { content: ""; }

.fa-building:before { content: ""; }

.fa-child:before { content: ""; }

.fa-paw:before { content: ""; }

.fa-spoon:before { content: ""; }

.fa-cube:before { content: ""; }

.fa-cubes:before { content: ""; }

.fa-behance:before { content: ""; }

.fa-behance-square:before { content: ""; }

.fa-steam:before { content: ""; }

.fa-steam-square:before { content: ""; }

.fa-recycle:before { content: ""; }

.fa-automobile:before,
.fa-car:before { content: ""; }

.fa-cab:before,
.fa-taxi:before { content: ""; }

.fa-tree:before { content: ""; }

.fa-spotify:before { content: ""; }

.fa-deviantart:before { content: ""; }

.fa-soundcloud:before { content: ""; }

.fa-database:before { content: ""; }

.fa-file-pdf-o:before { content: ""; }

.fa-file-word-o:before { content: ""; }

.fa-file-excel-o:before { content: ""; }

.fa-file-powerpoint-o:before { content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before { content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before { content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before { content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before { content: ""; }

.fa-file-code-o:before { content: ""; }

.fa-vine:before { content: ""; }

.fa-codepen:before { content: ""; }

.fa-jsfiddle:before { content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before { content: ""; }

.fa-circle-o-notch:before { content: ""; }

.fa-ra:before,
.fa-rebel:before { content: ""; }

.fa-ge:before,
.fa-empire:before { content: ""; }

.fa-git-square:before { content: ""; }

.fa-git:before { content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before { content: ""; }

.fa-tencent-weibo:before { content: ""; }

.fa-qq:before { content: ""; }

.fa-wechat:before,
.fa-weixin:before { content: ""; }

.fa-send:before,
.fa-paper-plane:before { content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before { content: ""; }

.fa-history:before { content: ""; }

.fa-circle-thin:before { content: ""; }

.fa-header:before { content: ""; }

.fa-paragraph:before { content: ""; }

.fa-sliders:before { content: ""; }

.fa-share-alt:before { content: ""; }

.fa-share-alt-square:before { content: ""; }

.fa-bomb:before { content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before { content: ""; }

.fa-tty:before { content: ""; }

.fa-binoculars:before { content: ""; }

.fa-plug:before { content: ""; }

.fa-slideshare:before { content: ""; }

.fa-twitch:before { content: ""; }

.fa-yelp:before { content: ""; }

.fa-newspaper-o:before { content: ""; }

.fa-wifi:before { content: ""; }

.fa-calculator:before { content: ""; }

.fa-paypal:before { content: ""; }

.fa-google-wallet:before { content: ""; }

.fa-cc-visa:before { content: ""; }

.fa-cc-mastercard:before { content: ""; }

.fa-cc-discover:before { content: ""; }

.fa-cc-amex:before { content: ""; }

.fa-cc-paypal:before { content: ""; }

.fa-cc-stripe:before { content: ""; }

.fa-bell-slash:before { content: ""; }

.fa-bell-slash-o:before { content: ""; }

.fa-trash:before { content: ""; }

.fa-copyright:before { content: ""; }

.fa-at:before { content: ""; }

.fa-eyedropper:before { content: ""; }

.fa-paint-brush:before { content: ""; }

.fa-birthday-cake:before { content: ""; }

.fa-area-chart:before { content: ""; }

.fa-pie-chart:before { content: ""; }

.fa-line-chart:before { content: ""; }

.fa-lastfm:before { content: ""; }

.fa-lastfm-square:before { content: ""; }

.fa-toggle-off:before { content: ""; }

.fa-toggle-on:before { content: ""; }

.fa-bicycle:before { content: ""; }

.fa-bus:before { content: ""; }

.fa-ioxhost:before { content: ""; }

.fa-angellist:before { content: ""; }

.fa-cc:before { content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before { content: ""; }

.fa-meanpath:before { content: ""; }

.fa-buysellads:before { content: ""; }

.fa-connectdevelop:before { content: ""; }

.fa-dashcube:before { content: ""; }

.fa-forumbee:before { content: ""; }

.fa-leanpub:before { content: ""; }

.fa-sellsy:before { content: ""; }

.fa-shirtsinbulk:before { content: ""; }

.fa-simplybuilt:before { content: ""; }

.fa-skyatlas:before { content: ""; }

.fa-cart-plus:before { content: ""; }

.fa-cart-arrow-down:before { content: ""; }

.fa-diamond:before { content: ""; }

.fa-ship:before { content: ""; }

.fa-user-secret:before { content: ""; }

.fa-motorcycle:before { content: ""; }

.fa-street-view:before { content: ""; }

.fa-heartbeat:before { content: ""; }

.fa-venus:before { content: ""; }

.fa-mars:before { content: ""; }

.fa-mercury:before { content: ""; }

.fa-intersex:before,
.fa-transgender:before { content: ""; }

.fa-transgender-alt:before { content: ""; }

.fa-venus-double:before { content: ""; }

.fa-mars-double:before { content: ""; }

.fa-venus-mars:before { content: ""; }

.fa-mars-stroke:before { content: ""; }

.fa-mars-stroke-v:before { content: ""; }

.fa-mars-stroke-h:before { content: ""; }

.fa-neuter:before { content: ""; }

.fa-genderless:before { content: ""; }

.fa-facebook-official:before { content: ""; }

.fa-pinterest-p:before { content: ""; }

.fa-whatsapp:before { content: ""; }

.fa-server:before { content: ""; }

.fa-user-plus:before { content: ""; }

.fa-user-times:before { content: ""; }

.fa-hotel:before,
.fa-bed:before { content: ""; }

.fa-viacoin:before { content: ""; }

.fa-train:before { content: ""; }

.fa-subway:before { content: ""; }

.fa-medium:before { content: ""; }

.fa-yc:before,
.fa-y-combinator:before { content: ""; }

.fa-optin-monster:before { content: ""; }

.fa-opencart:before { content: ""; }

.fa-expeditedssl:before { content: ""; }

.fa-battery-4:before,
.fa-battery-full:before { content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before { content: ""; }

.fa-battery-2:before,
.fa-battery-half:before { content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before { content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before { content: ""; }

.fa-mouse-pointer:before { content: ""; }

.fa-i-cursor:before { content: ""; }

.fa-object-group:before { content: ""; }

.fa-object-ungroup:before { content: ""; }

.fa-sticky-note:before { content: ""; }

.fa-sticky-note-o:before { content: ""; }

.fa-cc-jcb:before { content: ""; }

.fa-cc-diners-club:before { content: ""; }

.fa-clone:before { content: ""; }

.fa-balance-scale:before { content: ""; }

.fa-hourglass-o:before { content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before { content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before { content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before { content: ""; }

.fa-hourglass:before { content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before { content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before { content: ""; }

.fa-hand-scissors-o:before { content: ""; }

.fa-hand-lizard-o:before { content: ""; }

.fa-hand-spock-o:before { content: ""; }

.fa-hand-pointer-o:before { content: ""; }

.fa-hand-peace-o:before { content: ""; }

.fa-trademark:before { content: ""; }

.fa-registered:before { content: ""; }

.fa-creative-commons:before { content: ""; }

.fa-gg:before { content: ""; }

.fa-gg-circle:before { content: ""; }

.fa-tripadvisor:before { content: ""; }

.fa-odnoklassniki:before { content: ""; }

.fa-odnoklassniki-square:before { content: ""; }

.fa-get-pocket:before { content: ""; }

.fa-wikipedia-w:before { content: ""; }

.fa-safari:before { content: ""; }

.fa-chrome:before { content: ""; }

.fa-firefox:before { content: ""; }

.fa-opera:before { content: ""; }

.fa-internet-explorer:before { content: ""; }

.fa-tv:before,
.fa-television:before { content: ""; }

.fa-contao:before { content: ""; }

.fa-500px:before { content: ""; }

.fa-amazon:before { content: ""; }

.fa-calendar-plus-o:before { content: ""; }

.fa-calendar-minus-o:before { content: ""; }

.fa-calendar-times-o:before { content: ""; }

.fa-calendar-check-o:before { content: ""; }

.fa-industry:before { content: ""; }

.fa-map-pin:before { content: ""; }

.fa-map-signs:before { content: ""; }

.fa-map-o:before { content: ""; }

.fa-map:before { content: ""; }

.fa-commenting:before { content: ""; }

.fa-commenting-o:before { content: ""; }

.fa-houzz:before { content: ""; }

.fa-vimeo:before { content: ""; }

.fa-black-tie:before { content: ""; }

.fa-fonticons:before { content: ""; }

.checkbox { padding-left: 20px; }

.checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    vertical-align: middle;
}

.checkbox label::before {
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    width: 17px;
}

.checkbox label::after {
    color: #555;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: 0;
    width: 16px;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    content: "";
    font-family: "FontAwesome";
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label { opacity: 0.65; }

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before { border-radius: 50%; }

.checkbox.checkbox-inline { margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #3a87c5;
    border-color: #3a87c5;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after { color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #f53811;
    border-color: #f53811;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after { color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #25a1c5;
    border-color: #25a1c5;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after { color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0b829;
    border-color: #f0b829;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after { color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #17c457;
    border-color: #17c457;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after { color: #fff; }

.radio { padding-left: 20px; }

.radio label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    vertical-align: middle;
}

.radio label::before {
    -o-transition: border 0.15s ease-in-out;
    -webkit-transition: border 0.15s ease-in-out;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: border 0.15s ease-in-out;
    width: 17px;
}

.radio label::after {
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #555;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 11px;
    left: 3px;
    margin-left: -20px;
    position: absolute;
    top: 3px;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 11px;
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label { opacity: 0.65; }

.radio input[type="radio"]:disabled + label::before { cursor: not-allowed; }

.radio.radio-inline { margin-top: 0; }

.radio-primary input[type="radio"] + label::after { background-color: #3a87c5; }

.radio-primary input[type="radio"]:checked + label::before { border-color: #3a87c5; }

.radio-primary input[type="radio"]:checked + label::after { background-color: #3a87c5; }

.radio-danger input[type="radio"] + label::after { background-color: #f53811; }

.radio-danger input[type="radio"]:checked + label::before { border-color: #f53811; }

.radio-danger input[type="radio"]:checked + label::after { background-color: #f53811; }

.radio-info input[type="radio"] + label::after { background-color: #25a1c5; }

.radio-info input[type="radio"]:checked + label::before { border-color: #25a1c5; }

.radio-info input[type="radio"]:checked + label::after { background-color: #25a1c5; }

.radio-warning input[type="radio"] + label::after { background-color: #f0b829; }

.radio-warning input[type="radio"]:checked + label::before { border-color: #f0b829; }

.radio-warning input[type="radio"]:checked + label::after { background-color: #f0b829; }

.radio-success input[type="radio"] + label::after { background-color: #17c457; }

.radio-success input[type="radio"]:checked + label::before { border-color: #17c457; }

.radio-success input[type="radio"]:checked + label::after { background-color: #17c457; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    content: "\f00c";
    font-family: 'FontAwesome';
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before { color: #fff; }

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after { color: #fff; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -webkit-transform-origin: center bottom;
    animation-name: bounce;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from, 50%, 100% { opacity: 1; }

    25%, 75% { opacity: 0; }
}

@keyframes flash {
    from, 50%, 100% { opacity: 1; }

    25%, 75% { opacity: 0; }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-animation-name: swing;
    -webkit-transform-origin: top center;
    animation-name: swing;
    transform-origin: top center;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from, 11.1%, 100% {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from, 11.1%, 100% {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    -webkit-transform-origin: center;
    animation-name: jello;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        -webkit-transform: translate3d(0, 3000px, 0);
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        -webkit-transform: translate3d(0, 3000px, 0);
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }

    100% { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }

    100% { opacity: 1; }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from { opacity: 1; }

    100% { opacity: 0; }
}

@keyframes fadeOut {
    from { opacity: 1; }

    100% { opacity: 0; }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from { opacity: 1; }

    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from { opacity: 1; }

    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from { opacity: 1; }

    100% {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from { opacity: 1; }

    100% {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from { opacity: 1; }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from { opacity: 1; }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from { opacity: 1; }

    100% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from { opacity: 1; }

    100% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from { opacity: 1; }

    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from { opacity: 1; }

    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from { opacity: 1; }

    100% {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from { opacity: 1; }

    100% {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from { opacity: 1; }

    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from { opacity: 1; }

    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from { opacity: 1; }

    100% {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from { opacity: 1; }

    100% {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    }

    100% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px);
        animation-timing-function: ease-in;
        transform: perspective(400px);
    }
}

@keyframes flip {
    from {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    }

    100% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px);
        animation-timing-function: ease-in;
        transform: perspective(400px);
    }
}

.animated.flip {
    -webkit-animation-name: flip;
    -webkit-backface-visibility: visible;
    animation-name: flip;
    backface-visibility: visible;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    animation-name: flipInX;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    animation-name: flipInY;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    }
}

.flipOutY {
    -webkit-animation-name: flipOutY;
    -webkit-backface-visibility: visible !important;
    animation-name: flipOutY;
    backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(-30deg);
    }

    60% {
        -webkit-transform: skewX(20deg);
        opacity: 1;
        transform: skewX(20deg);
    }

    80% {
        -webkit-transform: skewX(-5deg);
        opacity: 1;
        transform: skewX(-5deg);
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(-30deg);
    }

    60% {
        -webkit-transform: skewX(20deg);
        opacity: 1;
        transform: skewX(20deg);
    }

    80% {
        -webkit-transform: skewX(-5deg);
        opacity: 1;
        transform: skewX(-5deg);
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from { opacity: 1; }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(30deg);
    }
}

@keyframes lightSpeedOut {
    from { opacity: 1; }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(30deg);
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate3d(0, 0, 1, -200deg);
        transform-origin: center;
    }

    100% {
        -webkit-transform: none;
        -webkit-transform-origin: center;
        opacity: 1;
        transform: none;
        transform-origin: center;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate3d(0, 0, 1, -200deg);
        transform-origin: center;
    }

    100% {
        -webkit-transform: none;
        -webkit-transform-origin: center;
        opacity: 1;
        transform: none;
        transform-origin: center;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate3d(0, 0, 1, -45deg);
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: none;
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: none;
        transform-origin: left bottom;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate3d(0, 0, 1, -45deg);
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: none;
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: none;
        transform-origin: left bottom;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate3d(0, 0, 1, 45deg);
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: none;
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: none;
        transform-origin: right bottom;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate3d(0, 0, 1, 45deg);
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: none;
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: none;
        transform-origin: right bottom;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate3d(0, 0, 1, 45deg);
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: none;
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: none;
        transform-origin: left bottom;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate3d(0, 0, 1, 45deg);
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: none;
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: none;
        transform-origin: left bottom;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate3d(0, 0, 1, -90deg);
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: none;
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: none;
        transform-origin: right bottom;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate3d(0, 0, 1, -90deg);
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: none;
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: none;
        transform-origin: right bottom;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        opacity: 1;
        transform-origin: center;
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate3d(0, 0, 1, 200deg);
        transform-origin: center;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        opacity: 1;
        transform-origin: center;
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate3d(0, 0, 1, 200deg);
        transform-origin: center;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate3d(0, 0, 1, 45deg);
        transform-origin: left bottom;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate3d(0, 0, 1, 45deg);
        transform-origin: left bottom;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate3d(0, 0, 1, -45deg);
        transform-origin: right bottom;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate3d(0, 0, 1, -45deg);
        transform-origin: right bottom;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate3d(0, 0, 1, -45deg);
        transform-origin: left bottom;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate3d(0, 0, 1, -45deg);
        transform-origin: left bottom;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate3d(0, 0, 1, 90deg);
        transform-origin: right bottom;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate3d(0, 0, 1, 90deg);
        transform-origin: right bottom;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform-origin: top left;
    }

    20%, 60% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
    }

    40%, 80% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        opacity: 0;
        transform: translate3d(0, 700px, 0);
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform-origin: top left;
    }

    20%, 60% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
    }

    40%, 80% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        opacity: 0;
        transform: translate3d(0, 700px, 0);
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    from {
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    from { opacity: 1; }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from { opacity: 1; }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% { opacity: 1; }
}

@keyframes zoomIn {
    from {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% { opacity: 1; }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
}

@keyframes zoomInDown {
    from {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    }
}

@keyframes zoomInLeft {
    from {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    }
}

@keyframes zoomInRight {
    from {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
}

@keyframes zoomInUp {
    from {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from { opacity: 1; }

    50% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% { opacity: 0; }
}

@keyframes zoomOut {
    from { opacity: 1; }

    50% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% { opacity: 0; }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }

    100% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
    }
}

@keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }

    100% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    100% {
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    100% {
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    100% {
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    100% {
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }

    100% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
    }
}

@keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }

    100% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden;
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden;
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden;
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden;
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden;
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden;
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden;
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden;
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

/* Awesome Bootstrap Checkbox override */

.checkbox label::before {
    background: none;
    border-color: #aaa;
}

.checkbox label::after { color: #606060; }

.radio label::before {
    background: none;
    border-color: #aaa;
}

.radio label::after { background-color: #606060; }

.checkbox-dark input[type="checkbox"]:checked + label::after { color: #606060; }

/***************************/

/*         Reset           */

/***************************/

a:focus { outline: none; }

/***************************/

/*          Type           */

/***************************/

ul, ol { margin: 0; }

hr { border-top: none; }

blockquote.blockquote-sm {
    font-size: 13px;
    padding: 0 0 0 15px;
}

blockquote p {
    font-size: inherit;
    margin-bottom: 9px;
}

h1 { font-size: 35.75px; }

h2 { font-size: 29.25px; }

h3 { font-size: 22.75px; }

h4 { font-size: 16.25px; }

h5 { font-size: 13px; }

h6 { font-size: 11.05px; }

h1 small { font-size: 22.75px; }

h2 small { font-size: 16.25px; }

h3 small { font-size: 13px; }

h4 small { font-size: 13px; }

.text-primary { color: #3a87c5; }

.text-warning { color: #f0b829; }

.text-danger { color: #f53811; }

.text-success { color: #17c457; }

.text-info { color: #25a1c5; }

@media (min-width: 768px) {
    .lead { font-size: 16px; }
}

/***************************/

/*         Code            */

/***************************/

code,
pre { border-radius: 3px; }

/***************************/

/*         Forms           */

/***************************/

label,
input,
button,
select,
textarea { font-weight: 400; }

legend small {
    color: #808080;
    font-size: 14px;
}

.form-control {
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.form-control[type=search], .form-control.search { padding-left: 26px; }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus { outline: none; }

.input-group-btn > .btn { z-index: 2; }

/*adding .btn-group here because selectpicker's select become .btn-group
  need some more vertical space*/

.btn-group + .help-block,
input + .help-block,
select + .help-block,
textarea + .help-block,
.uneditable-input + .help-block,
.input-prepend + .help-block,
.input-append + .help-block { margin-top: 4.5px; }

.help-block {
    color: #808080;
    font-size: 11px;
    margin-top: 0;
}

.search-query, .navbar-form .search-query {
    border-radius: 3px;
    line-height: 18px;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block { margin-top: 4.5px; }

.form-group { margin-bottom: 18px; }

@media (min-width: 768px) {
    .form-horizontal.form-label-left .control-label { text-align: left; }
}

/***************************/

/*      Input Groups       */

/***************************/

.input-group-addon { color: #808080; }

/***************************/

/*        Tables        */

/***************************/

.table .table { background-color: #eeeeee; }

.table-hover tbody td, .table-hover tbody th {
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.table thead > tr > th {
    border-bottom: none;
    border-bottom-width: 1px;
    font-weight: 600;
    text-transform: uppercase;
}

.table td > .checkbox,
.table th > .checkbox {
    left: 3px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    position: relative;
}

.table td > .checkbox > label:before,
.table td > .checkbox > label:after,
.table th > .checkbox > label:before,
.table th > .checkbox > label:after { margin-left: 0; }

.table > thead > tr > th {
    border-bottom-width: 1px;
    font-weight: 600;
    text-transform: uppercase;
}

.table-lg > thead > tr > th,
.table-lg > thead > tr > td,
.table-lg > tbody > tr > th,
.table-lg > tbody > tr > td,
.table-lg > tfoot > tr > th,
.table-lg > tfoot > tr > td { padding: 10px; }

.table-sm > thead > tr > th,
.table-sm > thead > tr > td,
.table-sm > tbody > tr > th,
.table-sm > tbody > tr > td,
.table-sm > tfoot > tr > th,
.table-sm > tfoot > tr > td { padding: 6px; }

/***************************/

/*        Dropdowns        */

/***************************/

.dropdown-menu { border-radius: 6px; }

.dropdown-menu > li > a { font-weight: 400; }

/***************************/

/*      Buttons            */

/***************************/

.btn:focus { outline: none; }

.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    text-shadow: none;
}

.btn:hover, .btn:focus {
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.08);
    color: #ffffff;
}

.btn.active:hover {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #ffffff;
}

.btn.disabled, .pager .disabled button, .btn[disabled] { color: #ffffff; }

.btn .caret { border-top-color: #fff; }

/***************************/

/*      Button Groups      */

/***************************/

.btn-group > .btn + .btn { margin-left: 0; }

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active { z-index: auto; }

.btn-group > .btn + .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-toolbar {
    font-size: 0;
    margin-bottom: 0.7142857145;
    margin-top: 0.7142857145;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group { margin-left: 5px; }

/***************************/

/*        TABBABLE         */

/***************************/

.tabbable:before, .tabbable:after {
    content: " ";
    display: table;
}

.tabbable:after { clear: both; }

.tab-content { overflow: auto; }

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs { border-bottom: 0; }

.tab-content > .tab-pane,
.pill-content > .pill-pane { display: none; }

.tab-content > .active,
.pill-content > .active { display: block; }

.tabs-below > .nav-tabs > li {
    margin-bottom: 0;
    margin-top: -1px;
}

.tabs-below > .nav-tabs > li > a { border-radius: 0 0 3px 3px; }

.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
    border-bottom-color: transparent;
    border-top-color: #ddd;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: #ddd;
    border-top-color: #ffffff;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li { float: none; }

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    margin-bottom: 3px;
    margin-right: 0;
    min-width: 74px;
}

.tabs-left > .nav-tabs {
    border-right: 1px solid #ddd;
    float: left;
    margin-right: 19px;
}

.tabs-left > .nav-tabs > li > a {
    border-radius: 3px 0 0 3px;
    margin-right: -1px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus { border-color: #eeeeee #ddd #eeeeee #eeeeee; }

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus { border-color: #ddd transparent #ddd #ddd; }

.tabs-right > .nav-tabs {
    border-left: 1px solid #ddd;
    float: right;
    margin-left: 19px;
}

.tabs-right > .nav-tabs > li > a {
    border-radius: 0 3px 3px 0;
    margin-left: -1px;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus { border-color: #eeeeee #eeeeee #eeeeee #ddd; }

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus { border-color: #ddd #ddd #ddd transparent; }

/***************************/

/*          Navs           */

/***************************/

.nav { margin-bottom: 0; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: transparent;
}

.nav > li > a {
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus { background-color: rgba(255, 255, 255, 0.25); }

.nav-tabs > li > a {
    border-radius: 3px 3px 0 0;
    color: #4D9DD7;
    padding-bottom: 8px;
    padding-top: 8px;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus { border-color: transparent; }

.nav-tabs > .active { margin-bottom: -1px; }

.nav-tabs { border-bottom: 1px solid #ddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #ffffff;
    border-bottom-color: #ffffff;
    border-color: #ddd;
    color: #606060;
}

.nav-tabs .dropdown-menu { border-radius: 0 0 3px 3px; }

.nav-pills .dropdown-menu { border-radius: 3px; }

.tabs-below > .nav-tabs { border-top: 1px solid #ddd; }

.tabs-below > .nav-tabs > li > a { border-radius: 0 0 3px 3px; }

.tabs-left > .nav-tabs {
    border-right: 1px solid #ddd;
    margin-right: 0;
}

.tabs-left > .nav-tabs > li > a { border-radius: 3px 0 0 3px; }

.tabs-right > .nav-tabs {
    border-left: 1px solid #ddd;
    margin-left: 0;
}

.tabs-right > .nav-tabs > li > a { border-radius: 0 3px 3px 0; }

.tabs-below > .nav-tabs > li { margin-top: -1px; }

.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus { border-top-color: transparent; }

.tabs-left > .nav-tabs > li > a { margin-right: 0; }

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus { border-color: transparent; }

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd;
    border-right-color: #ffffff;
}

.tabs-left > .nav-tabs .active { margin-right: -1px; }

.tabs-right > .nav-tabs .active { margin-left: -1px; }

.tabs-right > .nav-tabs > li > a { margin-left: 0; }

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus { border-color: transparent; }

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd;
    border-left-color: #ffffff;
}

.nav-pills > li > a {
    background: #eeeeee;
    border-radius: 3px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background: none;
    color: #606060;
}

.nav-justified > li, .nav-tabs.nav-justified > li { padding: 0 1.28%; }

/***************************/

/*         Navbars         */

/***************************/

.navbar { margin: 0; }

.navbar .btn-navbar {
    -webkit-box-shadow: none;
    border: none;
    box-shadow: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    -webkit-box-shadow: none;
    background: none;
    box-shadow: none;
}

.navbar-nav { margin: -7px; }

.navbar-nav > li > a {
    line-height: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: #ffffff;
        border: 0;
        box-shadow: none;
        float: left;
        margin: 2px 0 0;
        position: absolute;
    }
}

/***************************/

/*       Breadcrumbs       */

/***************************/

.breadcrumb a {
    color: #f8f8f8;
    text-decoration: none;
}

.breadcrumb a:hover { color: #b8b8b8; }

.content > .breadcrumb {
    margin-bottom: 9px;
    margin-top: 11px;
    padding-left: 0;
    padding-right: 0;
}

/***************************/

/*        Pagination       */

/***************************/

.pagination { font-weight: 400; }

.pagination > li { display: inline; }

.pagination > li > a,
.pagination > li > span {
    border-radius: 3px;
    margin: 0 2px;
}

/***************************/

/*         Modals          */

/***************************/

.modal {
    border-radius: 3px;
    color: #555;
}

.modal h1, .modal h2, .modal h3, .modal h4, .modal h5, .modal h6 { color: #555; }

.modal-footer { background-color: #f5f5f5; }

/***************************/

/*        Tooltips         */

/***************************/

.tooltip { font-size: 12px; }

.tooltip-inner {
    padding: 4px;
    white-space: nowrap;
}

/***************************/

/*        Popovers         */

/***************************/

.popover {
    border-radius: 3px;
    color: #f8f8f8;
}

.popover h1, .popover h2, .popover h3, .popover h4, .popover h5, .popover h6 { color: #f8f8f8; }

.popover-title { border-radius: 3px 3px 0 0; }

/***************************/

/*       Thumbnails        */

/***************************/

.thumbnail {
    -webkit-box-shadow: none;
    border: none;
    box-shadow: none;
}

.widget .thumbnail { border: 1px solid #ddd; }

.thumbnail .caption { color: #606060; }

/***************************/

/*    Labels and badges    */

/***************************/

.label,
.badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    padding: 2px 4px;
    text-shadow: none;
}

.badge { padding: 2px 9px; }

.badge-default { background-color: #999999; }

.badge-default[href]:hover, .badge-default[href]:focus { background-color: gray; }

.badge-primary { background-color: #3a87c5; }

.badge-primary[href]:hover, .badge-primary[href]:focus { background-color: #2e6c9e; }

.badge-success { background-color: #17c457; }

.badge-success[href]:hover, .badge-success[href]:focus { background-color: #129643; }

.badge-info { background-color: #25a1c5; }

.badge-info[href]:hover, .badge-info[href]:focus { background-color: #1d7e9a; }

.badge-warning { background-color: #f0b829; }

.badge-warning[href]:hover, .badge-warning[href]:focus { background-color: #d79f0f; }

.badge-danger { background-color: #f53811; }

.badge-danger[href]:hover, .badge-danger[href]:focus { background-color: #ca2a09; }

/***************************/

/*        Jumbotron        */

/***************************/

.widget > .jumbotron { margin: -12px -17px; }

.jumbotron h1, .jumbotron .h1 { line-height: 1; }

/***************************/

/*          Alerts         */

/***************************/

.alert {
    font-weight: normal;
    text-shadow: none;
}

.close {
    -o-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    text-shadow: none;
    transition: opacity 0.2s ease-out;
}

.alert-sm {
    font-size: 12px;
    padding: 10px 12px;
}

.alert-sm .close { font-size: 18px; }

/***************************/

/*        List Groups      */

/***************************/

.list-group { margin-bottom: 0; }

.widget > .list-group { margin: -12px -17px; }

.widget .body > .list-group { margin: 0 -17px -12px; }

.widget .body > .list-group .list-group-item:first-child { border-top: 1px solid #eeeeee; }

.list-group-item {
    -o-transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    border: none;
    color: #606060;
    transition: background-color 0.2s ease-out;
}

.widget .list-group-item { background: none; }

.widget .list-group-item + .list-group-item { border-top: 1px solid #eeeeee; }

.list-group-outer .list-group-item + .list-group-item { margin-top: 10px; }

.list-group-item > .fa-chevron-right {
    color: #ebebeb;
    margin-left: 6px;
    margin-top: 3px;
}

.list-group-lg .list-group-item { padding: 15px 15px; }

.list-group:last-of-type .list-group-item:last-child { border-bottom: 0; }

/***************************/

/*         Progress        */

/***************************/

.progress { background: rgba(0, 0, 0, 0.15); }

.progress-sm {
    height: 10px;
    margin-bottom: 9px;
}

.progress-xs {
    height: 5px;
    margin-bottom: 9px;
}

/***************************/

/*          Panels         */

/***************************/

.panel-heading { padding: 0; }

.panel-heading > .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

.panel-group .panel-heading + .panel-collapse .panel-body { border-top: 1px solid #eeeeee; }

.panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #eeeeee; }

.panel {
    -webkit-box-shadow: none;
    background-color: #ffffff;
    border: none;
    box-shadow: none;
}

.content .panel { color: #606060; }

.panel .panel-heading a {
    color: #606060;
    font-weight: 400;
}

.panel .panel-heading a:focus { text-decoration: none; }

.panel .panel-heading a.collapsed { color: #808080; }

.panel .panel-heading a[data-toggle="collapse"]:before {
    -o-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    content: "\f107";
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    margin-right: -8px;
    position: relative;
    top: 1px;
    transition: transform 0.3s ease-in-out;
}

.panel .panel-heading a[data-toggle="collapse"].collapsed:before { transform: rotate(90deg); }

.panel-body { border-top-color: #eeeeee; }

/***************************/

/*        Carousel         */

/***************************/

.widget > .carousel { margin: 0 -17px 5px; }

.carousel-control.left, .carousel-control.right { background: none; }

.carousel-control i {
    display: inline-block;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 5;
}

.carousel-indicators.outer { bottom: -10px; }

.carousel-indicators li { background-color: #eeeeee; }

/***************************/

/*          Wells          */

/***************************/

.well {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* nvd3 version 1.8.1 (https://github.com/novus/nvd3) 2015-06-15 */

.nvd3 .nv-axis {
    opacity: 1;
    pointer-events: none;
}

.nvd3 .nv-axis path {
    fill: none;
    shape-rendering: crispEdges;
    stroke: #000;
    stroke-opacity: .75;
}

.nvd3 .nv-axis path.domain { stroke-opacity: .75; }

.nvd3 .nv-axis.nv-x path.domain { stroke-opacity: 0; }

.nvd3 .nv-axis line {
    fill: none;
    shape-rendering: crispEdges;
    stroke: #e5e5e5;
}

.nvd3 .nv-axis .zero line,
.nvd3 .nv-axis line.zero { stroke-opacity: .75; }

.nvd3 .nv-axis .nv-axisMaxMin text { font-weight: bold; }

.nvd3 .x .nv-axis .nv-axisMaxMin text,
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
.nvd3 .x3 .nv-axis .nv-axisMaxMin text { text-anchor: middle; }

.nvd3 .nv-axis.nv-disabled { opacity: 0; }

.nvd3 .nv-bars rect {
    -moz-transition: fill-opacity 250ms linear;
    -webkit-transition: fill-opacity 250ms linear;
    fill-opacity: .75;
    transition: fill-opacity 250ms linear;
}

.nvd3 .nv-bars rect.hover { fill-opacity: 1; }

.nvd3 .nv-bars .hover rect { fill: lightblue; }

.nvd3 .nv-bars text { fill: transparent; }

.nvd3 .nv-bars .hover text { fill: black; }

.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
    -moz-transition: fill-opacity 250ms linear;
    -webkit-transition: fill-opacity 250ms linear;
    stroke-opacity: 0;
    transition: fill-opacity 250ms linear;
}

.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
.nvd3 .nv-candlestickBar .nv-ticks rect:hover,
.nvd3 .nv-discretebar .nv-groups rect:hover { fill-opacity: 1; }

.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: black;
    font-weight: bold;
    stroke: transparent;
}

/* boxplot CSS */

.nvd3 .nv-boxplot circle { fill-opacity: 0.5; }

.nvd3 .nv-boxplot circle:hover { fill-opacity: 1; }

.nvd3 .nv-boxplot rect:hover { fill-opacity: 1; }

.nvd3 line.nv-boxplot-median { stroke: black; }

.nv-boxplot-tick:hover { stroke-width: 2.5px; }

/* bullet */

.nvd3.nv-bullet { font: 10px sans-serif; }

.nvd3.nv-bullet .nv-measure { fill-opacity: .8; }

.nvd3.nv-bullet .nv-measure:hover { fill-opacity: 1; }

.nvd3.nv-bullet .nv-marker {
    stroke: #000;
    stroke-width: 2px;
}

.nvd3.nv-bullet .nv-markerTriangle {
    fill: #fff;
    stroke: #000;
    stroke-width: 1.5px;
}

.nvd3.nv-bullet .nv-tick line {
    stroke: #666;
    stroke-width: .5px;
}

.nvd3.nv-bullet .nv-range.nv-s0 { fill: #eee; }

.nvd3.nv-bullet .nv-range.nv-s1 { fill: #ddd; }

.nvd3.nv-bullet .nv-range.nv-s2 { fill: #ccc; }

.nvd3.nv-bullet .nv-title {
    font-size: 14px;
    font-weight: bold;
}

.nvd3.nv-bullet .nv-subtitle { fill: #999; }

.nvd3.nv-bullet .nv-range {
    fill: #bababa;
    fill-opacity: .4;
}

.nvd3.nv-bullet .nv-range:hover { fill-opacity: .7; }

.nvd3.nv-candlestickBar .nv-ticks .nv-tick { stroke-width: 1px; }

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.hover { stroke-width: 2px; }

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.positive rect {
    fill: #2ca02c;
    stroke: #2ca02c;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.negative rect {
    fill: #d62728;
    stroke: #d62728;
}

.with-transitions .nv-candlestickBar .nv-ticks .nv-tick {
    -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
    -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
    transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-candlestickBar .nv-ticks line { stroke: #333; }

.nvd3 .nv-legend .nv-disabled rect { /*fill-opacity: 0;*/ }

.nvd3 .nv-check-box .nv-box {
    fill-opacity: 0;
    stroke-width: 2;
}

.nvd3 .nv-check-box .nv-check {
    fill-opacity: 0;
    stroke-width: 4;
}

.nvd3 .nv-series.nv-disabled .nv-check-box .nv-check {
    fill-opacity: 0;
    stroke-opacity: 0;
}

.nvd3 .nv-controlsWrap .nv-legend .nv-check-box .nv-check { opacity: 0; }

/* line plus bar */

.nvd3.nv-linePlusBar .nv-bar rect { fill-opacity: .75; }

.nvd3.nv-linePlusBar .nv-bar rect:hover { fill-opacity: 1; }

.nvd3 .nv-groups path.nv-line { fill: none; }

.nvd3 .nv-groups path.nv-area { stroke: none; }

.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    fill-opacity: 0;
    stroke-opacity: 0;
}

.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
    fill-opacity: .5 !important;
    stroke-opacity: .5 !important;
}

.with-transitions .nvd3 .nv-groups .nv-point {
    -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
    -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
    transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover {
    fill-opacity: .95 !important;
    stroke-opacity: .95 !important;
    stroke-width: 7px;
}

.nvd3 .nv-point-paths path {
    fill: #eee;
    fill-opacity: 0;
    stroke: #aaa;
    stroke-opacity: 0;
}

.nvd3 .nv-indexLine { cursor: ew-resize; }

/********************
 * SVG CSS
 */

/********************
  Default CSS for an svg element nvd3 used
*/

svg.nvd3-svg {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    display: block;
    height: 100%;
    user-select: none;
    width: 100%;
}

/********************
  Box shadow and border radius styling
*/

.nvtooltip.with-3d-shadow, .with-3d-shadow .nvtooltip {
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.nvd3 text { font: normal 12px Arial; }

.nvd3 .title { font: bold 14px Arial; }

.nvd3 .nv-background {
    fill: white;
    fill-opacity: 0;
}

.nvd3.nv-noData {
    font-size: 18px;
    font-weight: bold;
}

/**********
*  Brush
*/

.nv-brush .extent {
    fill-opacity: .125;
    shape-rendering: crispEdges;
}

.nv-brush .resize path {
    fill: #eee;
    stroke: #666;
}

/**********
*  Legend
*/

.nvd3 .nv-legend .nv-series { cursor: pointer; }

.nvd3 .nv-legend .nv-disabled circle { fill-opacity: 0; }

/* focus */

.nvd3 .nv-brush .extent { fill-opacity: 0 !important; }

.nvd3 .nv-brushBackground rect {
    fill: #fff;
    fill-opacity: .7;
    stroke: #000;
    stroke-width: .4;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick { stroke-width: 1px; }

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover { stroke-width: 2px; }

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive { stroke: #2ca02c; }

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative { stroke: #d62728; }

.nvd3 .background path {
    fill: none;
    shape-rendering: crispEdges;
    stroke: #EEE;
    stroke-opacity: .4;
}

.nvd3 .foreground path {
    fill: none;
    stroke-opacity: .7;
}

.nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #fff;
    fill-opacity: .6;
    shape-rendering: crispEdges;
    stroke: gray;
}

.nvd3 .nv-parallelCoordinates .hover {
    fill-opacity: 1;
    stroke-width: 3px;
}

.nvd3 .missingValuesline line {
    fill: none;
    stroke: black;
    stroke-dasharray: 5, 5;
    stroke-opacity: 1;
    stroke-width: 1;
}

.nvd3.nv-pie path {
    -moz-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
    -webkit-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
    stroke-opacity: 0;
    transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-pie .nv-pie-title {
    fill: rgba(19, 196, 249, 0.59);
    font-size: 24px;
}

.nvd3.nv-pie .nv-slice text {
    stroke: #000;
    stroke-width: 0;
}

.nvd3.nv-pie path {
    stroke: #fff;
    stroke-opacity: 1;
    stroke-width: 1px;
}

.nvd3.nv-pie .hover path { fill-opacity: .7; }

.nvd3.nv-pie .nv-label { pointer-events: none; }

.nvd3.nv-pie .nv-label rect {
    fill-opacity: 0;
    stroke-opacity: 0;
}

/* scatter */

.nvd3 .nv-groups .nv-point.hover {
    stroke-opacity: .5;
    stroke-width: 20px;
}

.nvd3 .nv-scatter .nv-point.hover { fill-opacity: 1; }

.nv-noninteractive { pointer-events: none; }

.nv-distx, .nv-disty { pointer-events: none; }

/* sparkline */

.nvd3.nv-sparkline path { fill: none; }

.nvd3.nv-sparklineplus g.nv-hoverValue { pointer-events: none; }

.nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #333;
    stroke-width: 1.5px;
}

.nvd3.nv-sparklineplus,
.nvd3.nv-sparklineplus g { pointer-events: all; }

.nvd3 .nv-hoverArea {
    fill-opacity: 0;
    stroke-opacity: 0;
}

.nvd3.nv-sparklineplus .nv-xValue,
.nvd3.nv-sparklineplus .nv-yValue {
    font-size: .9em;
    font-weight: normal;
    stroke-width: 0;
}

.nvd3.nv-sparklineplus .nv-yValue { stroke: #f66; }

.nvd3.nv-sparklineplus .nv-maxValue {
    fill: #2ca02c;
    stroke: #2ca02c;
}

.nvd3.nv-sparklineplus .nv-minValue {
    fill: #d62728;
    stroke: #d62728;
}

.nvd3.nv-sparklineplus .nv-currentValue {
    font-size: 1.1em;
    font-weight: bold;
}

/* stacked area */

.nvd3.nv-stackedarea path.nv-area {
    -moz-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
    -webkit-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
    fill-opacity: .7;
    stroke-opacity: 0;
    transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-stackedarea path.nv-area.hover { fill-opacity: .9; }

.nvd3.nv-stackedarea .nv-groups .nv-point {
    fill-opacity: 0;
    stroke-opacity: 0;
}

.nvtooltip {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: black;
    display: block;
    font-family: Arial;
    font-size: 13px;
    padding: 1px;
    pointer-events: none;
    position: absolute;
    text-align: left;
    user-select: none;
    white-space: nowrap;
    z-index: 10000;
}

.nvtooltip {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}

/*Give tooltips that old fade in transition by
    putting a "with-transitions" class on the container div.
*/

.nvtooltip.with-transitions, .with-transitions .nvtooltip {
    -moz-transition: opacity 50ms linear;
    -moz-transition-delay: 200ms;
    -webkit-transition: opacity 50ms linear;
    -webkit-transition-delay: 200ms;
    transition: opacity 50ms linear;
    transition-delay: 200ms;
}

.nvtooltip.x-nvtooltip,
.nvtooltip.y-nvtooltip { padding: 8px; }

.nvtooltip h3 {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    background-color: rgba(247, 247, 247, 0.75);
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    color: black;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 4px 14px;
    text-align: center;
}

.nvtooltip p {
    margin: 0;
    padding: 5px 14px;
    text-align: center;
}

.nvtooltip span {
    display: inline-block;
    margin: 2px 0;
}

.nvtooltip table {
    border-spacing: 0;
    margin: 6px;
}

.nvtooltip table td {
    padding: 2px 9px 2px 0;
    vertical-align: middle;
}

.nvtooltip table td.key { font-weight: normal; }

.nvtooltip table td.value {
    font-weight: bold;
    text-align: right;
}

.nvtooltip table tr.highlight td {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 1px 9px 1px 0;
}

.nvtooltip table td.legend-color-guide div {
    height: 8px;
    vertical-align: middle;
    width: 8px;
}

.nvtooltip table td.legend-color-guide div {
    border: 1px solid #999;
    height: 12px;
    width: 12px;
}

.nvtooltip .footer {
    padding: 3px;
    text-align: center;
}

.nvtooltip-pending-removal {
    display: none;
    pointer-events: none;
}

/****
Interactive Layer
*/

.nvd3 .nv-interactiveGuideLine { pointer-events: none; }

.nvd3 line.nv-guideline { stroke: #ccc; }

/*!
 * Bootstrap-select v1.7.3 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select {
    width: 220px \0;
    /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
    padding-right: 25px;
    width: 100%;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle { border-color: #b94a48; }

.bootstrap-select.fit-width { width: auto !important; }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { width: 220px; }

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.bootstrap-select.form-control:not([class*="col-"]) { width: 100%; }

.bootstrap-select.form-control.input-group-btn { z-index: auto; }

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    display: inline-block;
    float: none;
    margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right { float: right; }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group { margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control { padding: 0; }

.form-inline .bootstrap-select.btn-group .form-control { width: 100%; }

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled { cursor: not-allowed; }

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus { outline: none !important; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    text-align: left;
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    margin-top: -2px;
    position: absolute;
    right: 12px;
    top: 50%;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle { width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;
    z-index: 1035;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    -webkit-box-shadow: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    float: none;
    margin: 0;
    padding: 0;
    position: static;
}

.bootstrap-select.btn-group .dropdown-menu li { position: relative; }

.bootstrap-select.btn-group .dropdown-menu li.active small { color: #fff; }

.bootstrap-select.btn-group .dropdown-menu li.disabled a { cursor: not-allowed; }

.bootstrap-select.btn-group .dropdown-menu li a { cursor: pointer; }

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    padding-left: 2.25em;
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark { display: none; }

.bootstrap-select.btn-group .dropdown-menu li a span.text { display: inline-block; }

.bootstrap-select.btn-group .dropdown-menu li small { padding-left: 0.5em; }

.bootstrap-select.btn-group .dropdown-menu .notify {
    -moz-box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-sizing: border-box;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    bottom: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    margin: 0 2%;
    min-height: 26px;
    opacity: 0.9;
    padding: 3px 5px;
    pointer-events: none;
    position: absolute;
    width: 96%;
}

.bootstrap-select.btn-group .no-results {
    background: #f5f5f5;
    margin: 0 5px;
    padding: 3px;
    white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option { position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    margin-top: -1px;
    position: static;
    top: auto;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    display: inline-block;
    margin-top: 5px;
    position: absolute;
    right: 15px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text { margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle { z-index: 1036; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: -4px;
    content: '';
    display: none;
    left: 9px;
    position: absolute;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: -4px;
    content: '';
    display: none;
    left: 10px;
    position: absolute;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    border-bottom: 0;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    bottom: auto;
    top: -3px;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    border-bottom: 0;
    border-top: 6px solid white;
    bottom: auto;
    top: -3px;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    left: auto;
    right: 12px;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    left: auto;
    right: 13px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after { display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton { padding: 4px 8px; }

.bs-actionsbox {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

.bs-actionsbox .btn-group button { width: 50%; }

.bs-donebutton {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

.bs-donebutton .btn-group button { width: 100%; }

.bs-searchbox + .bs-actionsbox { padding: 0 8px 4px; }

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
}

select.bs-select-hidden,
select.selectpicker { display: none !important; }

select.mobile-device {
    display: block !important;
    height: 100% !important;
    left: 0;
    opacity: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
}

/*# sourceMappingURL=bootstrap-select.css.map */

ul.wysihtml5-toolbar {
    display: block;
    margin: 0;
    padding: 0;
}

ul.wysihtml5-toolbar::after {
    clear: both;
    content: "";
    display: table;
}

ul.wysihtml5-toolbar > li {
    display: list-item;
    float: left;
    list-style: none;
    margin: 0 5px 10px 0;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] { font-weight: bold; }

ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] { font-style: italic; }

ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] { text-decoration: underline; }

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #E6E6E6;
    background-color: #D9D9D9;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0;
}

ul.wysihtml5-commands-disabled .dropdown-menu { display: none !important; }

ul.wysihtml5-toolbar div.wysihtml5-colors {
    display: block;
    height: 20px;
    margin-left: 5px;
    margin-top: 2px;
    pointer-events: none;
    position: absolute;
    width: 50px;
}

ul.wysihtml5-toolbar a.wysihtml5-colors-title { padding-left: 70px; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] { background: black !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] { background: silver !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] { background: gray !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] { background: maroon !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] { background: red !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] { background: purple !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] { background: green !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] { background: olive !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] { background: navy !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] { background: blue !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] { background: orange !important; }

.glyphicon-quote:before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 50px;
    left: -3px;
    max-height: 100%;
    position: absolute;
    top: -4px;
}

.glyphicon-quote:after { content: "\0000a0"; }

/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/

.select2-container {
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    /* webkit */
    -moz-box-sizing: border-box;
    /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
    -webkit-box-sizing: border-box;
    /* firefox */
    box-sizing: border-box;
    /* css3 */
}

.select2-container .select2-choice {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    background-clip: padding-box;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #444;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    user-select: none;
    white-space: nowrap;
}

html[dir="rtl"] .select2-container .select2-choice { padding: 0 8px 0 0; }

.select2-container.select2-drop-above .select2-choice {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
    border-bottom-color: #aaa;
    border-radius: 0 0 4px 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen { margin-right: 42px; }

.select2-container .select2-choice > .select2-chosen {
    display: block;
    float: none;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    background: url("select2.png") right top no-repeat;
    border: 0;
    cursor: pointer;
    display: none;
    font-size: 1px;
    height: 12px;
    outline: 0;
    position: absolute;
    right: 24px;
    text-decoration: none;
    top: 8px;
    width: 12px;
}

.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 {
    /* styles required for IE to work */
    background-color: #fff;
    border: 0;
    filter: alpha(opacity=0);
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 9998;
}

.select2-drop {
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 0 0 4px 4px;
    border-top: 0;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    color: #000;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9999;
}

.select2-drop.select2-drop-above {
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #aaa;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    margin-top: 1px;
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active { border-top: 1px solid #5897fb; }

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-container .select2-choice .select2-arrow {
    background: #ccc;
    background-clip: padding-box;
    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: linear-gradient(to top, #ccc 0%, #eee 60%);
    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    border-left: none;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #aaa;
    left: 0;
    right: auto;
}

.select2-container .select2-choice .select2-arrow b {
    background: url("select2.png") no-repeat 0 1px;
    display: block;
    height: 100%;
    width: 100%;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b { background-position: 2px 1px; }

.select2-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px 4px 0 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.select2-search input {
    -webkit-box-shadow: none;
    background: #fff url("select2.png") no-repeat 100% -22px;
    background: url("select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url("select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
    border: 1px solid #aaa;
    border-radius: 0;
    box-shadow: none;
    font-family: sans-serif;
    font-size: 1em;
    height: auto !important;
    margin: 0;
    min-height: 26px;
    outline: 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
}

html[dir="rtl"] .select2-search input {
    background: #fff url("select2.png") no-repeat -37px -22px;
    background: url("select2.png") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url("select2.png") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("select2.png") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
    padding: 4px 5px 4px 20px;
}

.select2-search input.select2-active {
    background: #fff url("select2-spinner.gif") no-repeat 100%;
    background: url("select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url("select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    outline: none;
}

.select2-dropdown-open .select2-choice {
    -webkit-box-shadow: 0 1px 0 #fff inset;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 1px 0 #fff inset;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    border: 1px solid #5897fb;
    border-top-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow { border-right: none; }

.select2-dropdown-open .select2-choice .select2-arrow b { background-position: -18px 1px; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b { background-position: -16px 1px; }

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */

.select2-results {
    -webkit-tap-highlight-color: transparent;
    margin: 4px 4px 4px 0;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 0 4px;
    position: relative;
}

html[dir="rtl"] .select2-results {
    margin: 4px 0 4px 4px;
    padding: 0 4px 0 0;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    background-image: none;
    display: list-item;
    list-style: none;
}

.select2-results li.select2-result-with-children > .select2-result-label { font-weight: bold; }

.select2-results .select2-result-label {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    cursor: pointer;
    margin: 0;
    min-height: 1em;
    padding: 3px 7px 4px;
    user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px; }

.select2-results-dept-2 .select2-result-label { padding-left: 40px; }

.select2-results-dept-3 .select2-result-label { padding-left: 60px; }

.select2-results-dept-4 .select2-result-label { padding-left: 80px; }

.select2-results-dept-5 .select2-result-label { padding-left: 100px; }

.select2-results-dept-6 .select2-result-label { padding-left: 110px; }

.select2-results-dept-7 .select2-result-label { padding-left: 120px; }

.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: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/

.select2-results .select2-disabled.select2-highlighted {
    background: #f4f4f4;
    color: #666;
    cursor: default;
    display: list-item;
}

.select2-results .select2-disabled {
    background: #f4f4f4;
    cursor: default;
    display: list-item;
}

.select2-results .select2-selected { display: none; }

.select2-more-results.select2-active { background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%; }

.select2-results .select2-ajax-error { background: rgba(255, 50, 50, 0.2); }

.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 .select2-arrow {
    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 {
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
    border: 1px solid #aaa;
    cursor: text;
    height: auto !important;
    height: 1%;
    margin: 0;
    overflow: hidden;
    padding: 0 5px 0 0;
    position: relative;
}

html[dir="rtl"] .select2-container-multi .select2-choices { padding: 0 0 0 5px; }

.select2-locked { padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices { min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    outline: none;
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}

html[dir="rtl"] .select2-container-multi .select2-choices li { float: right; }

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    -webkit-box-shadow: none;
    background: transparent !important;
    border: 0;
    box-shadow: none;
    color: #666;
    font-family: sans-serif;
    font-size: 100%;
    margin: 1px 0;
    outline: 0;
    padding: 5px;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active { background: #fff url("select2-spinner.gif") no-repeat 100% !important; }

.select2-default { color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    background-clip: padding-box;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: default;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    line-height: 13px;
    margin: 3px 0 3px 5px;
    padding: 3px 5px 3px 18px;
    position: relative;
    user-select: none;
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen { cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus { background: #d4d4d4; }

.select2-search-choice-close {
    background: url("select2.png") right top no-repeat;
    display: block;
    font-size: 1px;
    height: 13px;
    outline: none;
    position: absolute;
    right: 3px;
    top: 4px;
    width: 12px;
}

html[dir="rtl"] .select2-search-choice-close {
    left: 3px;
    right: auto;
}

.select2-container-multi .select2-search-choice-close { left: 3px; }

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.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 {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    padding: 3px 5px 3px 5px;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    background: none;
    display: none;
}

/* end multiselect */

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match { text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    left: 0px !important;
    margin: 0 !important;
    outline: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0px !important;
    width: 1px !important;
}

.select2-display-none { display: none; }

.select2-measure-scrollbar {
    height: 100px;
    left: -10000px;
    overflow: scroll;
    position: absolute;
    top: -10000px;
    width: 100px;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url("select2x2.png") !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input { background-position: 100% -21px !important; }
}

/*! Select2 Bootstrap 3 CSS v1.4.6 | MIT License | github.com/t0m/select2-bootstrap-css */

/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */

.select2-container.form-control {
    background: transparent;
    border: none;
    box-shadow: none;
    display: block;
    /* 1 */
    margin: 0;
    padding: 0;
}

/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */

.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: none;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    font-family: "Open Sans", sans-serif;
    padding: 0;
}

.select2-search input {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    font-family: "Open Sans", sans-serif;
}

.select2-container .select2-choices .select2-search-field input {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */

.select2-container .select2-choice {
    height: 30px;
    line-height: 1.428571429;
}

/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */

.select2-container.select2-container-multi.form-control { height: auto; }

/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */

.select2-container.input-sm .select2-choice, .input-group-sm > .select2-container.form-control .select2-choice,
.input-group-sm > .select2-container.input-group-addon .select2-choice,
.input-group-sm > .input-group-btn > .select2-container.btn .select2-choice,
.input-group-sm .select2-container .select2-choice {
    border-radius: 3px;
    height: 28px;
    line-height: 1.5;
}

.select2-container.input-lg .select2-choice, .input-group-lg > .select2-container.form-control .select2-choice,
.input-group-lg > .select2-container.input-group-addon .select2-choice,
.input-group-lg > .input-group-btn > .select2-container.btn .select2-choice,
.input-group-lg .select2-container .select2-choice {
    border-radius: 6px;
    height: 44px;
    line-height: 1.33;
}

.select2-container-multi .select2-choices .select2-search-field input { height: 28px; }

.select2-container-multi.input-sm .select2-choices .select2-search-field input, .input-group-sm > .select2-container-multi.form-control .select2-choices .select2-search-field input,
.input-group-sm > .select2-container-multi.input-group-addon .select2-choices .select2-search-field input,
.input-group-sm > .input-group-btn > .select2-container-multi.btn .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input { height: 26px; }

.select2-container-multi.input-lg .select2-choices .select2-search-field input, .input-group-lg > .select2-container-multi.form-control .select2-choices .select2-search-field input,
.input-group-lg > .select2-container-multi.input-group-addon .select2-choices .select2-search-field input,
.input-group-lg > .input-group-btn > .select2-container-multi.btn .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input { height: 42px; }

/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */

.select2-container-multi .select2-choices .select2-search-field input { margin: 0; }

.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input { padding: 5px 12px; }

.input-sm .select2-chosen, .input-group-sm > .form-control .select2-chosen,
.input-group-sm > .input-group-addon .select2-chosen,
.input-group-sm > .input-group-btn > .btn .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child, .input-group-sm > .form-control .select2-choice > span:first-child,
.input-group-sm > .input-group-addon .select2-choice > span:first-child,
.input-group-sm > .input-group-btn > .btn .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input, .input-group-sm > .form-control .select2-choices .select2-search-field input,
.input-group-sm > .input-group-addon .select2-choices .select2-search-field input,
.input-group-sm > .input-group-btn > .btn .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input { padding: 4px 10px; }

.input-lg .select2-chosen, .input-group-lg > .form-control .select2-chosen,
.input-group-lg > .input-group-addon .select2-chosen,
.input-group-lg > .input-group-btn > .btn .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child, .input-group-lg > .form-control .select2-choice > span:first-child,
.input-group-lg > .input-group-addon .select2-choice > span:first-child,
.input-group-lg > .input-group-btn > .btn .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input, .input-group-lg > .form-control .select2-choices .select2-search-field input,
.input-group-lg > .input-group-addon .select2-choices .select2-search-field input,
.input-group-lg > .input-group-btn > .btn .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input { padding: 10px 16px; }

.select2-container-multi .select2-choices .select2-search-choice {
    margin-bottom: 3px;
    margin-top: 5px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-choice, .input-group-sm > .select2-container-multi.form-control .select2-choices .select2-search-choice,
.input-group-sm > .select2-container-multi.input-group-addon .select2-choices .select2-search-choice,
.input-group-sm > .input-group-btn > .select2-container-multi.btn .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
    margin-bottom: 2px;
    margin-top: 3px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-choice, .input-group-lg > .select2-container-multi.form-control .select2-choices .select2-search-choice,
.input-group-lg > .select2-container-multi.input-group-addon .select2-choices .select2-search-choice,
.input-group-lg > .input-group-btn > .select2-container-multi.btn .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice { line-height: 24px; }

/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */

.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
    background: none;
    border-left: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
    background: none;
    border-left-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */

.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b { background-position: 0 3px; }

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b { background-position: -18px 3px; }

.select2-container.input-sm .select2-choice .select2-arrow b, .input-group-sm > .select2-container.form-control .select2-choice .select2-arrow b,
.input-group-sm > .select2-container.input-group-addon .select2-choice .select2-arrow b,
.input-group-sm > .input-group-btn > .select2-container.btn .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b, .input-group-sm > .select2-container.form-control .select2-choice div b,
.input-group-sm > .select2-container.input-group-addon .select2-choice div b,
.input-group-sm > .input-group-btn > .select2-container.btn .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b { background-position: 0 1px; }

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b, .input-group-sm > .select2-dropdown-open.form-control .select2-choice .select2-arrow b,
.input-group-sm > .select2-dropdown-open.input-group-addon .select2-choice .select2-arrow b,
.input-group-sm > .input-group-btn > .select2-dropdown-open.btn .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b, .input-group-sm > .select2-dropdown-open.form-control .select2-choice div b,
.input-group-sm > .select2-dropdown-open.input-group-addon .select2-choice div b,
.input-group-sm > .input-group-btn > .select2-dropdown-open.btn .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b { background-position: -18px 1px; }

.select2-container.input-lg .select2-choice .select2-arrow b, .input-group-lg > .select2-container.form-control .select2-choice .select2-arrow b,
.input-group-lg > .select2-container.input-group-addon .select2-choice .select2-arrow b,
.input-group-lg > .input-group-btn > .select2-container.btn .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b, .input-group-lg > .select2-container.form-control .select2-choice div b,
.input-group-lg > .select2-container.input-group-addon .select2-choice div b,
.input-group-lg > .input-group-btn > .select2-container.btn .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b { background-position: 0 9px; }

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b, .input-group-lg > .select2-dropdown-open.form-control .select2-choice .select2-arrow b,
.input-group-lg > .select2-dropdown-open.input-group-addon .select2-choice .select2-arrow b,
.input-group-lg > .input-group-btn > .select2-dropdown-open.btn .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b, .input-group-lg > .select2-dropdown-open.form-control .select2-choice div b,
.input-group-lg > .select2-dropdown-open.input-group-addon .select2-choice div b,
.input-group-lg > .input-group-btn > .select2-dropdown-open.btn .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b { background-position: -18px 9px; }

/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */

.has-warning .select2-choice,
.has-warning .select2-choices { border-color: #ffffff; }

.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    border-color: #e6e6e6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}

.has-warning.select2-drop-active { border-color: #e6e6e6; }

.has-warning.select2-drop-active.select2-drop.select2-drop-above { border-top-color: #e6e6e6; }

.has-error .select2-choice,
.has-error .select2-choices { border-color: #ffffff; }

.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    border-color: #e6e6e6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}

.has-error.select2-drop-active { border-color: #e6e6e6; }

.has-error.select2-drop-active.select2-drop.select2-drop-above { border-top-color: #e6e6e6; }

.has-success .select2-choice,
.has-success .select2-choices { border-color: #ffffff; }

.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    border-color: #e6e6e6;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}

.has-success.select2-drop-active { border-color: #e6e6e6; }

.has-success.select2-drop-active.select2-drop.select2-drop-above { border-top-color: #e6e6e6; }

/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */

.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    outline: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-drop-active { border-color: #66afe9; }

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active { border-top-color: #66afe9; }


.ui-ribbon-container { position: relative; }

.ui-ribbon-container .ui-ribbon-wrapper {
    height: 88px;
    overflow: hidden;
    position: absolute;
    right: -3px;
    top: -3px;
    width: 85px;
}

.ui-ribbon-container.ui-ribbon-primary .ui-ribbon { background-color: #5b90bf; }

.ui-ribbon-container .ui-ribbon {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #2b6e80;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    left: -5px;
    line-height: 20px;
    padding: 7px 0;
    position: relative;
    text-align: center;
    top: 15px;
    transform: rotate(45deg);
    width: 120px;
}

.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:after,
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:before { border-top: 2px solid #5b90bf; }

.ui-ribbon-container .ui-ribbon:before {
    bottom: -1px;
    left: 0;
}

.ui-ribbon-container .ui-ribbon:before { right: 0; }

.ui-ribbon-container .ui-ribbon:after,
.ui-ribbon-container .ui-ribbon:before {
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 2px solid #555;
    content: " ";
    line-height: 0;
    position: absolute;
}


/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */

.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.input-group.select2-bootstrap-append [class^="select2-choice"] {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.select2-dropdown-open [class^="select2-choice"] {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    background: #606060;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    filter: none;
}

.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] { border-bottom-right-radius: 3px !important; }

.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] { border-bottom-right-radius: 6px !important; }

.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] { border-bottom-left-radius: 3px !important; }

.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] { border-bottom-left-radius: 6px !important; }

/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */

.select2-results .select2-highlighted {
    background-color: #3a87c5;
    color: #fff;
}

/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */

.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn { vertical-align: top; }

/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */

.select2-container-multi .select2-choices .select2-search-choice {
    -webkit-box-shadow: none;
    background: #606060;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: none;
    color: #555;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    -webkit-box-shadow: none;
    background: #4c4c4c;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: none;
    color: #ffffff;
}

/**
 * Address Multi Select2's choice close-button vertical alignment.
 */

.select2-search-choice-close {
    margin-top: -7px;
    top: 50%;
}

/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */

.select2-container .select2-choice abbr { top: 50%; }

/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background-color: rgba(229, 190, 86, 0.28);
    color: #ffffff;
}

/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */

.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
    background-color: #eeeeee;
    border-color: #ccc;
    cursor: not-allowed;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
    background-color: transparent;
    border-left: 1px solid transparent;
    /* 2 */
}

/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */

.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
    background-position: 99%;
    /* 4 */
    background-position: right 4px center;
    /* 5 */
}

/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules - allow Bootstrap to overwrite the latter, which results in
 * the original <select> element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/

.select2-offscreen,
.select2-offscreen:focus {
    height: 1px !important;
    position: absolute !important;
    width: 1px !important;
}

/*
 *
 * Main stylesheet for Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */

/* Switchery defaults. */

.switchery {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    background-clip: content-box;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    user-select: none;
    vertical-align: middle;
    width: 50px;
}

.switchery > small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    height: 30px;
    position: absolute;
    top: 0;
    width: 30px;
}

/* Switchery sizes. */

.switchery-small {
    border-radius: 20px;
    height: 20px;
    width: 33px;
}

.switchery-small > small {
    height: 20px;
    width: 20px;
}

.switchery-large {
    border-radius: 40px;
    height: 40px;
    width: 66px;
}

.switchery-large > small {
    height: 40px;
    width: 40px;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */

.bootstrap-datetimepicker-widget { list-style: none; }

.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em;
}

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em; }
}

@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em; }
}

@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em; }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-bottom: 7px solid #cccccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    left: 7px;
    top: -7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    left: 8px;
    top: -6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #cccccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled { margin: 0; }

.bootstrap-datetimepicker-widget a[data-action] { padding: 6px 0; }

.bootstrap-datetimepicker-widget a[data-action]:active { box-shadow: none; }

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    width: 54px;
}

.bootstrap-datetimepicker-widget button[data-action] { padding: 6px; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    content: "Increment Hours";
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    content: "Increment Minutes";
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    content: "Decrement Hours";
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    content: "Decrement Minutes";
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    content: "Show Hours";
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    content: "Show Minutes";
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    content: "Toggle AM/PM";
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    content: "Clear the picker";
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    content: "Set the date to today";
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.bootstrap-datetimepicker-widget .picker-switch { text-align: center; }

.bootstrap-datetimepicker-widget .picker-switch::after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    content: "Toggle Date and Time Screens";
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.bootstrap-datetimepicker-widget .picker-switch td {
    height: auto;
    line-height: inherit;
    margin: 0;
    padding: 0;
    width: auto;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    height: 2.5em;
    line-height: 2.5;
    width: 100%;
}

.bootstrap-datetimepicker-widget table {
    margin: 0;
    width: 100%;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    border-radius: 4px;
    text-align: center;
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch { width: 145px; }

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    content: "Previous Month";
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.bootstrap-datetimepicker-widget table th.next::after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    content: "Next Month";
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th { cursor: pointer; }

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover { background: #eeeeee; }

.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
    color: #777777;
    font-size: .8em;
    height: 20px;
    line-height: 20px;
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #eeeeee;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new { color: #777777; }

.bootstrap-datetimepicker-widget table td.today { position: relative; }

.bootstrap-datetimepicker-widget table td.today:before {
    border: solid transparent;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-width: 0 0 7px 7px;
    bottom: 4px;
    content: '';
    display: inline-block;
    position: absolute;
    right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before { border-bottom-color: #fff; }

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    width: 54px;
}

.bootstrap-datetimepicker-widget table td span:hover { background: #eeeeee; }

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old { color: #777777; }

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider { width: 21em; }

.bootstrap-datetimepicker-widget .datepicker-decades .decade { line-height: 1.8em !important; }

.input-group.date .input-group-addon { cursor: pointer; }

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*!
 * Bootstrap Colorpicker
 * http://mjolnic.github.io/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */

.colorpicker-saturation {
    background-image: url("/img/bootstrap-colorpicker/saturation.png");
    cursor: crosshair;
    float: left;
    height: 100px;
    width: 100px;
}

.colorpicker-saturation i {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #000;
    border-radius: 5px;
    display: block;
    height: 5px;
    left: 0;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 0;
    width: 5px;
}

.colorpicker-saturation i b {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #fff;
    border-radius: 5px;
    display: block;
    height: 5px;
    width: 5px;
}

.colorpicker-hue,
.colorpicker-alpha {
    cursor: row-resize;
    float: left;
    height: 100px;
    margin-bottom: 4px;
    margin-left: 4px;
    width: 15px;
}

.colorpicker-hue i,
.colorpicker-alpha i {
    background: #000;
    border-top: 1px solid #fff;
    display: block;
    height: 1px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 0;
    width: 100%;
}

.colorpicker-hue { background-image: url("/img/bootstrap-colorpicker/hue.png"); }

.colorpicker-alpha {
    background-image: url("/img/bootstrap-colorpicker/alpha.png");
    display: none;
}

.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha { background-size: contain; }

.colorpicker {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    left: 0;
    margin-top: 1px;
    min-width: 130px;
    padding: 4px;
    top: 0;
    z-index: 2500;
    *zoom: 1;
}

.colorpicker:before,
.colorpicker:after {
    content: "";
    display: table;
    line-height: 0;
}

.colorpicker:after { clear: both; }

.colorpicker:before {
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: '';
    display: inline-block;
    left: 6px;
    position: absolute;
    top: -7px;
}

.colorpicker:after {
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    display: inline-block;
    left: 7px;
    position: absolute;
    top: -6px;
}

.colorpicker div { position: relative; }

.colorpicker.colorpicker-with-alpha { min-width: 140px; }

.colorpicker.colorpicker-with-alpha .colorpicker-alpha { display: block; }

.colorpicker-color {
    background-image: url("/img/bootstrap-colorpicker/alpha.png");
    background-position: 0 100%;
    clear: both;
    height: 10px;
    margin-top: 5px;
}

.colorpicker-color div { height: 10px; }

.colorpicker-selectors {
    clear: both;
    display: none;
    height: 10px;
    margin-top: 5px;
}

.colorpicker-selectors i {
    cursor: pointer;
    float: left;
    height: 10px;
    width: 10px;
}

.colorpicker-selectors i + i { margin-left: 3px; }

.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    vertical-align: text-top;
    width: 16px;
}

.colorpicker.colorpicker-inline {
    display: inline-block;
    float: none;
    position: relative;
    z-index: auto;
}

.colorpicker.colorpicker-horizontal {
    height: auto;
    min-width: 110px;
    width: 110px;
}

.colorpicker.colorpicker-horizontal .colorpicker-saturation { margin-bottom: 4px; }

.colorpicker.colorpicker-horizontal .colorpicker-color { width: 100px; }

.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
    cursor: col-resize;
    float: left;
    height: 15px;
    margin-bottom: 4px;
    margin-left: 0;
    width: 100px;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
    background: #ffffff;
    border: none;
    display: block;
    height: 15px;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue { background-image: url("/img/bootstrap-colorpicker/hue-horizontal.png"); }

.colorpicker.colorpicker-horizontal .colorpicker-alpha { background-image: url("/img/bootstrap-colorpicker/alpha-horizontal.png"); }

.colorpicker.colorpicker-hidden { display: none; }

.colorpicker.colorpicker-visible { display: block; }

.colorpicker-inline.colorpicker-visible { display: inline-block; }

.colorpicker-right:before {
    left: auto;
    right: 6px;
}

.colorpicker-right:after {
    left: auto;
    right: 7px;
}

.rickshaw_graph .detail {
    -moz-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    -webkit-transition: opacity 0.25s linear;
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 0.25s linear;
    width: 1px;
    z-index: 2;
}

.rickshaw_graph .detail.inactive { opacity: 0; }

.rickshaw_graph .detail .item.active { opacity: 1; }

.rickshaw_graph .detail .x_label {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    opacity: 0.5;
    padding: 6px;
    position: absolute;
    white-space: nowrap;
}

.rickshaw_graph .detail .x_label.left { left: 0; }

.rickshaw_graph .detail .x_label.right { right: 0; }

.rickshaw_graph .detail .item {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: -1em;
    opacity: 0;
    padding: 0.25em;
    position: absolute;
    white-space: nowrap;
    z-index: 2;
}

.rickshaw_graph .detail .item.left { left: 0; }

.rickshaw_graph .detail .item.right { right: 0; }

.rickshaw_graph .detail .item.active {
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;
}

.rickshaw_graph .detail .item:after {
    border: 5px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.rickshaw_graph .detail .item.left:after {
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, 0.8);
    left: -5px;
    margin-top: -5px;
    top: 1em;
}

.rickshaw_graph .detail .item.right:after {
    border-left-color: rgba(0, 0, 0, 0.8);
    border-right-width: 0;
    margin-top: -5px;
    right: -5px;
    top: 1em;
}

.rickshaw_graph .detail .dot {
    -moz-box-sizing: content-box;
    background: white;
    background-clip: padding-box;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    box-sizing: content-box;
    display: none;
    height: 4px;
    margin-left: -3px;
    margin-top: -3.5px;
    position: absolute;
    width: 4px;
}

.rickshaw_graph .detail .dot.active { display: block; }

/* graph */

.rickshaw_graph { position: relative; }

.rickshaw_graph svg {
    display: block;
    overflow: hidden;
}

/* ticks */

.rickshaw_graph .x_tick {
    border-left: 1px dotted rgba(0, 0, 0, 0.2);
    bottom: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 0px;
}

.rickshaw_graph .x_tick .title {
    bottom: 1px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin-left: 3px;
    opacity: 0.5;
    position: absolute;
    white-space: nowrap;
}

/* annotations */

.rickshaw_annotation_timeline {
    border-top: 1px solid #e0e0e0;
    height: 1px;
    margin-top: 10px;
    position: relative;
}

.rickshaw_annotation_timeline .annotation {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    height: 6px;
    margin-left: -2px;
    position: absolute;
    top: -3px;
    width: 6px;
}

.rickshaw_graph .annotation_line {
    border-left: 2px solid rgba(0, 0, 0, 0.3);
    bottom: -6px;
    display: none;
    position: absolute;
    top: 0;
    width: 0px;
}

.rickshaw_graph .annotation_line.active { display: block; }

.rickshaw_graph .annotation_range {
    background: rgba(0, 0, 0, 0.1);
    bottom: -6px;
    display: none;
    position: absolute;
    top: 0;
}

.rickshaw_graph .annotation_range.active { display: block; }

.rickshaw_graph .annotation_range.active.offscreen { display: none; }

.rickshaw_annotation_timeline .annotation .content {
    background: white;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    color: black;
    cursor: pointer;
    display: none;
    font-size: 12px;
    left: -11px;
    opacity: 0.9;
    padding: 5px 5px;
    padding: 6px 8px 8px;
    position: relative;
    top: 18px;
    width: 160px;
    z-index: 20;
}

.rickshaw_annotation_timeline .annotation .content:before {
    color: white;
    content: "\25b2";
    position: absolute;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
    top: -11px;
}

.rickshaw_annotation_timeline .annotation.active,
.rickshaw_annotation_timeline .annotation:hover {
    background-color: rgba(0, 0, 0, 0.8);
    cursor: none;
}

.rickshaw_annotation_timeline .annotation .content:hover { z-index: 50; }

.rickshaw_annotation_timeline .annotation.active .content { display: block; }

.rickshaw_annotation_timeline .annotation:hover .content {
    display: block;
    z-index: 50;
}

.rickshaw_graph .y_axis,
.rickshaw_graph .x_axis_d3 { fill: none; }

.rickshaw_graph .y_ticks .tick line,
.rickshaw_graph .x_ticks_d3 .tick {
    pointer-events: none;
    shape-rendering: crisp-edges;
    stroke: rgba(0, 0, 0, 0.16);
    stroke-width: 2px;
}

.rickshaw_graph .y_grid .tick,
.rickshaw_graph .x_grid_d3 .tick {
    stroke: rgba(0, 0, 0, 0.2);
    stroke-dasharray: 1 1;
    stroke-width: 1px;
    z-index: -1;
}

.rickshaw_graph .y_grid .tick[data-y-value="0"] { stroke-dasharray: 1 0; }

.rickshaw_graph .y_grid path,
.rickshaw_graph .x_grid_d3 path {
    fill: none;
    stroke: none;
}

.rickshaw_graph .y_ticks path,
.rickshaw_graph .x_ticks_d3 path {
    fill: none;
    stroke: #808080;
}

.rickshaw_graph .y_ticks text,
.rickshaw_graph .x_ticks_d3 text {
    font-size: 12px;
    opacity: 0.5;
    pointer-events: none;
}

.rickshaw_graph .x_tick.glow .title,
.rickshaw_graph .y_ticks.glow text {
    color: black;
    fill: black;
    text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.1), 1px -1px 0 rgba(255, 255, 255, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.1), 0px -1px 0 rgba(255, 255, 255, 0.1), 1px 0px 0 rgba(255, 255, 255, 0.1), -1px 0px 0 rgba(255, 255, 255, 0.1), -1px -1px 0 rgba(255, 255, 255, 0.1);
}

.rickshaw_graph .x_tick.inverse .title,
.rickshaw_graph .y_ticks.inverse text {
    color: white;
    fill: white;
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.8), 1px -1px 0 rgba(0, 0, 0, 0.8), 1px 1px 0 rgba(0, 0, 0, 0.8), 0px 1px 0 rgba(0, 0, 0, 0.8), 0px -1px 0 rgba(0, 0, 0, 0.8), 1px 0px 0 rgba(0, 0, 0, 0.8), -1px 0px 0 rgba(0, 0, 0, 0.8), -1px -1px 0 rgba(0, 0, 0, 0.8);
}

.rickshaw_legend {
    background: #404040;
    border-radius: 2px;
    color: white;
    display: inline-block;
    font-family: Arial;
    font-size: 12px;
    padding: 12px 5px;
    position: relative;
}

.rickshaw_legend:hover { z-index: 10; }

.rickshaw_legend .swatch {
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 10px;
    width: 10px;
}

.rickshaw_legend .line {
    clear: both;
    line-height: 140%;
    padding-right: 15px;
}

.rickshaw_legend .line .swatch {
    border-radius: 2px;
    display: inline-block;
    margin-right: 3px;
}

.rickshaw_legend .label {
    background-color: transparent;
    color: inherit;
    display: inline;
    font-size: inherit;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 0px;
    text-shadow: none;
    white-space: nowrap;
}

.rickshaw_legend .action:hover { opacity: 0.6; }

.rickshaw_legend .action {
    cursor: pointer;
    font-size: 10px;
    font-size: 14px;
    margin-right: 0.2em;
    opacity: 0.2;
}

.rickshaw_legend .line.disabled { opacity: 0.4; }

.rickshaw_legend ul {
    cursor: pointer;
    list-style-type: none;
    margin: 0;
    margin: 2px;
    padding: 0;
}

.rickshaw_legend li {
    min-width: 80px;
    padding: 0 0 0 2px;
    white-space: nowrap;
}

.rickshaw_legend li:hover {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 3px;
}

.rickshaw_legend li:active {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

/* line 4, ../../src/sass/messenger.sass */

ul.messenger {
    margin: 0;
    padding: 0;
}

/* line 8, ../../src/sass/messenger.sass */

ul.messenger > li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* line 14, ../../src/sass/messenger.sass */

ul.messenger.messenger-empty { display: none; }

/* line 17, ../../src/sass/messenger.sass */

ul.messenger .messenger-message {
    overflow: hidden;
    *zoom: 1;
}

/* line 20, ../../src/sass/messenger.sass */

ul.messenger .messenger-message.messenger-hidden { display: none; }

/* line 23, ../../src/sass/messenger.sass */

ul.messenger .messenger-message .messenger-phrase, ul.messenger .messenger-message .messenger-actions a { padding-right: 5px; }

/* line 26, ../../src/sass/messenger.sass */

ul.messenger .messenger-message .messenger-actions { float: right; }

/* line 29, ../../src/sass/messenger.sass */

ul.messenger .messenger-message .messenger-actions a {
    cursor: pointer;
    text-decoration: underline;
}

/* line 33, ../../src/sass/messenger.sass */

ul.messenger .messenger-message ul, ul.messenger .messenger-message ol { margin: 10px 18px 0; }

/* line 36, ../../src/sass/messenger.sass */

ul.messenger.messenger-fixed {
    position: fixed;
    z-index: 10000;
}

/* line 40, ../../src/sass/messenger.sass */

ul.messenger.messenger-fixed .messenger-message {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0;
}

/* line 45, ../../src/sass/messenger.sass */

ul.messenger.messenger-fixed .message .messenger-actions { float: left; }

/* line 48, ../../src/sass/messenger.sass */

ul.messenger.messenger-fixed.messenger-on-top { top: 20px; }

/* line 51, ../../src/sass/messenger.sass */

ul.messenger.messenger-fixed.messenger-on-bottom { bottom: 20px; }

/* line 54, ../../src/sass/messenger.sass */

ul.messenger.messenger-fixed.messenger-on-top, ul.messenger.messenger-fixed.messenger-on-bottom {
    left: 50%;
    margin-left: -400px;
    width: 800px;
}

@media (max-width: 960px) {
    /* line 54, ../../src/sass/messenger.sass */
    ul.messenger.messenger-fixed.messenger-on-top, ul.messenger.messenger-fixed.messenger-on-bottom {
        left: 10%;
        margin-left: 0px;
        width: 80%;
    }
}

/* line 64, ../../src/sass/messenger.sass */

ul.messenger.messenger-fixed.messenger-on-top.messenger-on-right, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-right {
    left: auto;
    right: 20px;
}

/* line 68, ../../src/sass/messenger.sass */

ul.messenger.messenger-fixed.messenger-on-top.messenger-on-left, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-left {
    left: 20px;
    margin-left: 0px;
}

/* line 72, ../../src/sass/messenger.sass */

ul.messenger.messenger-fixed.messenger-on-right, ul.messenger.messenger-fixed.messenger-on-left { width: 350px; }

/* line 75, ../../src/sass/messenger.sass */

ul.messenger.messenger-fixed.messenger-on-right .messenger-actions, ul.messenger.messenger-fixed.messenger-on-left .messenger-actions { float: left; }

/* line 78, ../../src/sass/messenger.sass */

ul.messenger .messenger-spinner { display: none; }

/* line 81, ../../src/sass/messenger.sass */

ul.messenger .messenger-clickable { cursor: pointer; }

@-webkit-keyframes ui-spinner-rotate-right {
    /* line 66, ../../src/sass/messenger-spinner.scss */
    0% { -webkit-transform: rotate(0deg); }

    /* line 67, ../../src/sass/messenger-spinner.scss */
    25% { -webkit-transform: rotate(180deg); }

    /* line 68, ../../src/sass/messenger-spinner.scss */
    50% { -webkit-transform: rotate(180deg); }

    /* line 69, ../../src/sass/messenger-spinner.scss */
    75% { -webkit-transform: rotate(360deg); }

    /* line 70, ../../src/sass/messenger-spinner.scss */
    100% { -webkit-transform: rotate(360deg); }
}

@-webkit-keyframes ui-spinner-rotate-left {
    /* line 74, ../../src/sass/messenger-spinner.scss */
    0% { -webkit-transform: rotate(0deg); }

    /* line 75, ../../src/sass/messenger-spinner.scss */
    25% { -webkit-transform: rotate(0deg); }

    /* line 76, ../../src/sass/messenger-spinner.scss */
    50% { -webkit-transform: rotate(180deg); }

    /* line 77, ../../src/sass/messenger-spinner.scss */
    75% { -webkit-transform: rotate(180deg); }

    /* line 78, ../../src/sass/messenger-spinner.scss */
    100% { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes ui-spinner-rotate-right {
    /* line 82, ../../src/sass/messenger-spinner.scss */
    0% { -moz-transform: rotate(0deg); }

    /* line 83, ../../src/sass/messenger-spinner.scss */
    25% { -moz-transform: rotate(180deg); }

    /* line 84, ../../src/sass/messenger-spinner.scss */
    50% { -moz-transform: rotate(180deg); }

    /* line 85, ../../src/sass/messenger-spinner.scss */
    75% { -moz-transform: rotate(360deg); }

    /* line 86, ../../src/sass/messenger-spinner.scss */
    100% { -moz-transform: rotate(360deg); }
}

@-moz-keyframes ui-spinner-rotate-left {
    /* line 90, ../../src/sass/messenger-spinner.scss */
    0% { -moz-transform: rotate(0deg); }

    /* line 91, ../../src/sass/messenger-spinner.scss */
    25% { -moz-transform: rotate(0deg); }

    /* line 92, ../../src/sass/messenger-spinner.scss */
    50% { -moz-transform: rotate(180deg); }

    /* line 93, ../../src/sass/messenger-spinner.scss */
    75% { -moz-transform: rotate(180deg); }

    /* line 94, ../../src/sass/messenger-spinner.scss */
    100% { -moz-transform: rotate(360deg); }
}

@keyframes ui-spinner-rotate-right {
    /* line 98, ../../src/sass/messenger-spinner.scss */
    0% { transform: rotate(0deg); }

    /* line 99, ../../src/sass/messenger-spinner.scss */
    25% { transform: rotate(180deg); }

    /* line 100, ../../src/sass/messenger-spinner.scss */
    50% { transform: rotate(180deg); }

    /* line 101, ../../src/sass/messenger-spinner.scss */
    75% { transform: rotate(360deg); }

    /* line 102, ../../src/sass/messenger-spinner.scss */
    100% { transform: rotate(360deg); }
}

@keyframes ui-spinner-rotate-left {
    /* line 106, ../../src/sass/messenger-spinner.scss */
    0% { transform: rotate(0deg); }

    /* line 107, ../../src/sass/messenger-spinner.scss */
    25% { transform: rotate(0deg); }

    /* line 108, ../../src/sass/messenger-spinner.scss */
    50% { transform: rotate(180deg); }

    /* line 109, ../../src/sass/messenger-spinner.scss */
    75% { transform: rotate(180deg); }

    /* line 110, ../../src/sass/messenger-spinner.scss */
    100% { transform: rotate(360deg); }
}

/* line 118, ../../src/sass/messenger-spinner.scss */

.messenger-spinner {
    border-radius: 100%;
    position: relative;
}

/* line 122, ../../src/sass/messenger-spinner.scss */

ul.messenger.messenger-spinner-active .messenger-spinner .messenger-spinner { display: block; }

/* line 126, ../../src/sass/messenger-spinner.scss */

.messenger-spinner .messenger-spinner-side {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 50%;
}

/* line 132, ../../src/sass/messenger-spinner.scss */

.messenger-spinner .messenger-spinner-side .messenger-spinner-fill {
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 999px;
    height: 100%;
    position: absolute;
    width: 100%;
}

/* line 142, ../../src/sass/messenger-spinner.scss */

.messenger-spinner .messenger-spinner-side-left { left: 0; }

/* line 145, ../../src/sass/messenger-spinner.scss */

.messenger-spinner .messenger-spinner-side-left .messenger-spinner-fill {
    -moz-animation-name: ui-spinner-rotate-left;
    -moz-transform-origin: 0 50% 50%;
    -ms-transform-origin: 0 50% 50%;
    -webkit-animation-name: ui-spinner-rotate-left;
    -webkit-transform-origin: 0 50% 50%;
    animation-name: ui-spinner-rotate-left;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    left: 100%;
    transform-origin: 0 50% 50%;
}

/* line 154, ../../src/sass/messenger-spinner.scss */

.messenger-spinner .messenger-spinner-side-right { left: 50%; }

/* line 157, ../../src/sass/messenger-spinner.scss */

.messenger-spinner .messenger-spinner-side-right .messenger-spinner-fill {
    -moz-animation-name: ui-spinner-rotate-right;
    -moz-transform-origin: 100% 50% 50%;
    -ms-transform-origin: 100% 50% 50%;
    -webkit-animation-name: ui-spinner-rotate-right;
    -webkit-transform-origin: 100% 50% 50%;
    animation-name: ui-spinner-rotate-right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    left: -100%;
    transform-origin: 100% 50% 50%;
}

@-webkit-keyframes ui-spinner-rotate-right {
    0% { -webkit-transform: rotate(0deg); }

    25% { -webkit-transform: rotate(180deg); }

    50% { -webkit-transform: rotate(180deg); }

    75% { -webkit-transform: rotate(360deg); }

    100% { -webkit-transform: rotate(360deg); }
}

@-webkit-keyframes ui-spinner-rotate-left {
    0% { -webkit-transform: rotate(0deg); }

    25% { -webkit-transform: rotate(0deg); }

    50% { -webkit-transform: rotate(180deg); }

    75% { -webkit-transform: rotate(180deg); }

    100% { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes ui-spinner-rotate-right {
    0% { -moz-transform: rotate(0deg); }

    25% { -moz-transform: rotate(180deg); }

    50% { -moz-transform: rotate(180deg); }

    75% { -moz-transform: rotate(360deg); }

    100% { -moz-transform: rotate(360deg); }
}

@-moz-keyframes ui-spinner-rotate-left {
    0% { -moz-transform: rotate(0deg); }

    25% { -moz-transform: rotate(0deg); }

    50% { -moz-transform: rotate(180deg); }

    75% { -moz-transform: rotate(180deg); }

    100% { -moz-transform: rotate(360deg); }
}

@keyframes ui-spinner-rotate-right {
    0% { transform: rotate(0deg); }

    25% { transform: rotate(180deg); }

    50% { transform: rotate(180deg); }

    75% { transform: rotate(360deg); }

    100% { transform: rotate(360deg); }
}

@keyframes ui-spinner-rotate-left {
    0% { transform: rotate(0deg); }

    25% { transform: rotate(0deg); }

    50% { transform: rotate(180deg); }

    75% { transform: rotate(180deg); }

    100% { transform: rotate(360deg); }
}

.messenger-spinner {
    border-radius: 100%;
    position: relative;
}

ul.messenger.messenger-spinner-active .messenger-spinner .messenger-spinner { display: block; }

.messenger-spinner .messenger-spinner-side {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 50%;
}

.messenger-spinner .messenger-spinner-side .messenger-spinner-fill {
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 999px;
    height: 100%;
    position: absolute;
    width: 100%;
}

.messenger-spinner .messenger-spinner-side-left { left: 0; }

.messenger-spinner .messenger-spinner-side-left .messenger-spinner-fill {
    animation-name: ui-spinner-rotate-left;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    left: 100%;
    transform-origin: 0 50%;
}

.messenger-spinner .messenger-spinner-side-right { left: 50%; }

.messenger-spinner .messenger-spinner-side-right .messenger-spinner-fill {
    animation-name: ui-spinner-rotate-right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    left: -100%;
    transform-origin: 100% 50%;
}

ul.messenger-theme-air {
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

ul.messenger-theme-air .messenger-message {
    -o-transition: background-color 0.4s;
    -webkit-transition: background-color 0.4s;
    background-color: white;
    border-color: #ddd;
    border-radius: 5px;
    color: #606060;
    font-weight: 500;
    margin-bottom: 1em;
    padding: 10px 30px 11px 46px;
    position: relative;
    transition: background-color 0.4s;
}

ul.messenger-theme-air .messenger-message:hover { background-color: #ffffff; }

ul.messenger-theme-air .messenger-message .messenger-close {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    color: #888888;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 1;
    padding: 8px 10px 7px 7px;
    position: absolute;
    right: 0px;
    top: 0px;
}

ul.messenger-theme-air .messenger-message .messenger-close:hover { color: #444444; }

ul.messenger-theme-air .messenger-message .messenger-close:active { color: #222222; }

ul.messenger-theme-air .messenger-message .messenger-actions {
    float: none;
    margin-top: 10px;
}

ul.messenger-theme-air .messenger-message .messenger-actions a {
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    background-color: #eeeeee;
    border-radius: 4px;
    color: #606060;
    display: inline-block;
    margin-right: 10px;
    padding: 3px 10px 5px;
    text-decoration: none;
    text-transform: capitalize;
    transition: background-color 0.3s;
}

ul.messenger-theme-air .messenger-message .messenger-actions a:hover {
    background-color: #d5d5d5;
    color: #606060;
}

ul.messenger-theme-air .messenger-message .messenger-actions a:active { color: #606060; }

ul.messenger-theme-air .messenger-message .messenger-actions .messenger-phrase { display: none; }

ul.messenger-theme-air .messenger-message .messenger-message-inner:before {
    border-radius: 50%;
    content: " ";
    display: block;
    height: 13px;
    left: 17px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 13px;
    z-index: 20;
}

ul.messenger-theme-air .messenger-message.alert-success .messenger-message-inner:before { background-color: #5fca4a; }

ul.messenger-theme-air .messenger-message.alert-error.messenger-retry-soon .messenger-spinner {
    background: transparent;
    height: 22px;
    width: 22px;
}

ul.messenger-theme-air .messenger-message.alert-error.messenger-retry-soon .messenger-spinner .messenger-spinner-side .messenger-spinner-fill {
    animation-duration: 20s;
    background: #dd8f6a;
    opacity: 1;
}

ul.messenger-theme-air .messenger-message.alert-error.messenger-retry-soon .messenger-spinner:after {
    background: transparent;
    border-radius: 50%;
    content: "";
    display: block;
    height: 18px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 18px;
}

ul.messenger-theme-air .messenger-message.alert-error.messenger-retry-later .messenger-spinner {
    background: transparent;
    height: 22px;
    width: 22px;
}

ul.messenger-theme-air .messenger-message.alert-error.messenger-retry-later .messenger-spinner .messenger-spinner-side .messenger-spinner-fill {
    animation-duration: 600s;
    background: #dd8f6a;
    opacity: 1;
}

ul.messenger-theme-air .messenger-message.alert-error.messenger-retry-later .messenger-spinner:after {
    background: transparent;
    border-radius: 50%;
    content: "";
    display: block;
    height: 18px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 18px;
}

ul.messenger-theme-air .messenger-message.alert-error .messenger-message-inner:before { background-color: #dd6a45; }

ul.messenger-theme-air .messenger-message.alert-info .messenger-message-inner:before { background-color: #61c4b8; }

ul.messenger-theme-air .messenger-spinner {
    display: block;
    height: 22px;
    left: 12px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 22px;
    z-index: 999;
    z-index: 10;
}

/*!
 * FullCalendar v2.4.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */

.fc {
    direction: ltr;
    text-align: left;
}

.fc-rtl { text-align: right; }

body .fc {
    /* extra precedence to overcome jqui */
    font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover { border-color: #ddd; }

.fc-unthemed .fc-popover { background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header { background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close { color: #666; }

.fc-unthemed .fc-today { background: #fcf8e3; }

.fc-highlight {
    /* when user is selecting cells */
    background: #bce8f1;
    filter: alpha(opacity=30);
    opacity: .3;
    /* for IE */
}

.fc-bgevent {
    /* default look for background events */
    background: #8fdf82;
    filter: alpha(opacity=30);
    opacity: .3;
    /* for IE */
}

.fc-nonbusiness {
    /* default look for non-business-hours areas */
    /* will inherit .fc-bgevent's styles */
    background: #d7d7d7;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /* don't allow browser text-selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    display: inline-block;
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
    height: 1em;
    line-height: 1em;
    overflow: hidden;
    text-align: center;
    user-select: none;
    width: 1em;
}

/*
Acceptable font-family overrides for individual icons:
    "Arial", sans-serif
    "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/

.fc-icon:after {
    margin: 0 -1em;
    position: relative;
    /* ensures character will be centered, regardless of width */
}

.fc-icon-left-single-arrow:after {
    content: "\02039";
    font-size: 200%;
    font-weight: bold;
    left: 3%;
    top: -7%;
}

.fc-icon-right-single-arrow:after {
    content: "\0203A";
    font-size: 200%;
    font-weight: bold;
    left: -3%;
    top: -7%;
}

.fc-icon-left-double-arrow:after {
    content: "\000AB";
    font-size: 160%;
    top: -7%;
}

.fc-icon-right-double-arrow:after {
    content: "\000BB";
    font-size: 160%;
    top: -7%;
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    left: -2%;
    top: 3%;
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    left: 2%;
    top: 3%;
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%;
}

.fc-icon-x:after {
    content: "\000D7";
    font-size: 200%;
    top: 6%;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/

.fc button {
    /* force height to include the border and padding */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    /* text & cursor */
    font-size: 1em;
    height: 2.1em;
    /* dimensions */
    margin: 0;
    padding: 0 .6em;
    /* normalize */
    white-space: nowrap;
}

/* Firefox has an annoying inner border */

.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0;
}

.fc-state-default {
    /* non-theme */
    border: 1px solid;
}

.fc-state-default.fc-corner-left {
    border-bottom-left-radius: 4px;
    /* non-theme */
    border-top-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
    border-bottom-right-radius: 4px;
    /* non-theme */
    border-top-right-radius: 4px;
}

/* icons in buttons */

.fc button .fc-icon {
    /* seems to be a good adjustment across browsers */
    margin: 0 .2em;
    /* non-theme */
    position: relative;
    top: -0.05em;
    vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    background-color: #e6e6e6;
    color: #333333;
}

.fc-state-hover {
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    -webkit-transition: background-position 0.1s linear;
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
    background-color: #cccccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
    background-image: none;
    box-shadow: none;
    cursor: default;
    filter: alpha(opacity=65);
    opacity: 0.65;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group { display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group > * {
    /* extra precedence b/c buttons have margin set to zero */
    float: left;
    margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
    /* same */
    margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    position: absolute;
}

.fc-popover .fc-header {
    /* TODO: be more consistent with fc-head/fc-body */
    padding: 2px 4px;
}

.fc-popover .fc-header .fc-title { margin: 0 2px; }

.fc-popover .fc-header .fc-close { cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close { float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close { float: right; }

/* unthemed */

.fc-unthemed .fc-popover {
    border-style: solid;
    border-width: 1px;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: .9em;
    margin-top: 2px;
}

/* jqui themed */

.fc-popover > .ui-widget-header + .ui-widget-content {
    border-top: 0;
    /* where they meet, let the header have the border */
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
    border-style: solid;
    border-width: 1px;
}

hr.fc-divider {
    /* height is unreliable across browsers, so use padding */
    border-width: 1px 0;
    height: 0;
    margin: 0;
    padding: 0 0 2px;
}

.fc-clear { clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
    left: 0;
    /* these element should always cling to top-left/right corners */
    position: absolute;
    right: 0;
    top: 0;
}

.fc-bg {
    bottom: 0;
    /* strech bg to bottom edge */
}

.fc-bg table {
    height: 100%;
    /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
    table-layout: fixed;
    width: 100%;
    /* normalize cross-browser */
}

.fc th { text-align: center; }

.fc th,
.fc td {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
}

.fc td.fc-today {
    border-style: double;
    /* overcome neighboring borders */
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row {
    /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
    /* no visible border by default. but make available if need be (scrollbar width compensation) */
    border-style: solid;
    border-width: 0;
}

.fc-row table {
    /* no bottom borders on rows */
    border-bottom: 0 hidden transparent;
    /* don't put left/right border on anything within a fake row.
       the outer tbody will worry about this */
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
}

.fc-row:first-child table {
    border-top: 0 hidden transparent;
    /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row { position: relative; }

.fc-row .fc-bg { z-index: 1; }

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
    bottom: 0;
    /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
    height: 100%;
    /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td { border-color: transparent; }

.fc-row .fc-bgevent-skeleton { z-index: 2; }

.fc-row .fc-highlight-skeleton { z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
    padding-bottom: 2px;
    position: relative;
    z-index: 4;
    /* matches the space above the events */
}

.fc-row .fc-helper-skeleton { z-index: 5; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    /* see-through to the background below */
    background: none;
    /* don't put a border between events and/or the day number */
    border-bottom: 0;
    /* in case <td>s are globally styled */
    border-color: transparent;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
    /* don't put a border between event cells */
    border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller {
    overflow-x: hidden;
    /* this class goes on elements for guaranteed vertical scrollbars */
    overflow-y: scroll;
}

.fc-scroller > * {
    /* hack to force re-sizing this inner element when scrollbars appear/disappear */
    overflow: hidden;
    /* we expect an immediate inner element */
    position: relative;
    /* re-scope all positions */
    width: 100%;
    /* don't let negative margins or absolute positioning create further scroll */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
    /* default BORDER color */
    background-color: #3a87ad;
    border: 1px solid #3a87ad;
    border-radius: 3px;
    /* for resize handle and other inner positioning */
    display: block;
    /* make the <a> tag block */
    font-size: .85em;
    /* default BACKGROUND color */
    font-weight: normal;
    line-height: 1.3;
    position: relative;
    /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */

.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
    color: #fff;
    /* default TEXT color */
    text-decoration: none;
    /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
    cursor: pointer;
    /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
    /* to override an event's custom cursor */
    cursor: not-allowed;
}

.fc-event .fc-bg {
    background: #fff;
    filter: alpha(opacity=25);
    opacity: .25;
    /* the generic .fc-bg already does position */
    z-index: 1;
    /* for IE */
}

.fc-event .fc-content {
    position: relative;
    z-index: 2;
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 3;
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    border-bottom-left-radius: 0;
    border-left-width: 0;
    /* replace the border with padding */
    border-top-left-radius: 0;
    margin-left: 0;
    padding-left: 1px;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    border-bottom-right-radius: 0;
    border-right-width: 0;
    /* replace the border with padding */
    border-top-right-radius: 0;
    margin-right: 0;
    padding-right: 1px;
}

/* resizer */

.fc-h-event .fc-resizer {
    bottom: -1px;
    left: -1px;
    right: -1px;
    /* positioned it to overcome the event's borders */
    top: -1px;
    width: 5px;
}

/* left resizer  */

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
    /* ignore the right and only use the left */
    cursor: w-resize;
    right: auto;
}

/* right resizer */

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
    /* ignore the left and only use the right */
    cursor: e-resize;
    left: auto;
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
    margin: 1px 2px 0;
    /* spacing between events and edges */
    padding: 0 1px;
}

.fc-day-grid-event .fc-content {
    overflow: hidden;
    /* force events to be one-line tall */
    white-space: nowrap;
}

.fc-day-grid-event .fc-time { font-weight: bold; }

.fc-day-grid-event .fc-resizer {
    /* enlarge the default hit area */
    left: -3px;
    right: -3px;
    width: 7px;
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
    cursor: pointer;
    font-size: .85em;
    margin: 1px 3px;
    text-decoration: none;
}

a.fc-more:hover { text-decoration: underline; }

.fc-limited {
    /* rows and cells that are hidden because of a "more" link */
    display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
    z-index: 1;
    /* make the "more" popover one higher than this */
}

.fc-more-popover {
    width: 220px;
    z-index: 2;
}

.fc-more-popover .fc-event-container { padding: 10px; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
    margin-bottom: 1em;
    text-align: center;
}

.fc-toolbar .fc-left { float: left; }

.fc-toolbar .fc-right { float: right; }

.fc-toolbar .fc-center { display: inline-block; }

/* the things within each left/right/center section */

.fc .fc-toolbar > * > * {
    /* extra precedence to override button border margins */
    float: left;
    margin-left: .75em;
}

/* the first thing within each left/center/right section */

.fc .fc-toolbar > * > :first-child {
    /* extra precedence to override button border margins */
    margin-left: 0;
}

/* title text */

.fc-toolbar h2 { margin: 0; }

/* button layering (for border precedence) */

.fc-toolbar button { position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover { z-index: 2; }

.fc-toolbar .fc-state-down { z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active { z-index: 4; }

.fc-toolbar button:focus { z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */

/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */

.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.fc-view,
.fc-view > table {
    /* so dragged elements can be above the view's main element */
    position: relative;
    z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
    /* add a pixel to make sure there are 2px padding above events */
    padding-bottom: 1em;
    /* we are sure there are no day numbers in these views, so... */
    padding-top: 1px;
    /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em;
    /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid { overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/* week and day number styling */

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number { padding: 0 2px; }

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
    padding-bottom: 2px;
    padding-top: 2px;
}

.fc-basic-view .fc-week-number { text-align: center; }

.fc-basic-view .fc-week-number span {
    /* work around the way we do column resizing and ensure a minimum width */
    display: inline-block;
    min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number { text-align: right; }

.fc-rtl .fc-basic-view .fc-day-number { text-align: left; }

.fc-day-number.fc-other-month {
    filter: alpha(opacity=30);
    opacity: 0.3;
    /* for IE */
    /* opacity with small font can sometimes look too faded
       might want to set the 'color' property instead
       making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2;
    /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em;
    /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    /* add a pixel to make sure there are 2px padding above events */
    padding-bottom: 1em;
    padding-top: 1px;
    /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis {
    padding: 0 4px;
    /* .fc to overcome default cell styles */
    vertical-align: middle;
    white-space: nowrap;
}

.fc-ltr .fc-axis { text-align: right; }

.fc-rtl .fc-axis { text-align: left; }

.ui-widget td.fc-axis {
    font-weight: normal;
    /* overcome jqui theme making it bold */
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container,
.fc-time-grid {
    /* so slats/bg/content/etc positions get scoped within here */
    position: relative;
    z-index: 1;
}

.fc-time-grid {
    min-height: 100%;
    /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
    /* don't put outer borders on slats/bg/content/etc */
    border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg { z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
    /* the <hr> AgendaView injects when grid is shorter than scroller */
    position: relative;
    z-index: 2;
}

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fc-time-grid .fc-bgevent-skeleton { z-index: 3; }

.fc-time-grid .fc-highlight-skeleton { z-index: 4; }

.fc-time-grid .fc-content-skeleton { z-index: 5; }

.fc-time-grid .fc-helper-skeleton { z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats td {
    border-bottom: 0;
    height: 1.5em;
    /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td { border-top-style: dotted; }

.fc-time-grid .fc-slats .ui-widget-content {
    /* for jqui theme */
    background: none;
    /* see through to fc-bg */
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container {
    /* a div within a cell within the fc-highlight-skeleton */
    position: relative;
    /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
    left: 0;
    position: absolute;
    right: 0;
    /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container {
    /* a div within a cell within the fc-bgevent-skeleton */
    position: relative;
}

.fc-ltr .fc-time-grid .fc-event-container {
    /* space on the sides of events for LTR (default) */
    margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
    /* space on the sides of events for RTL */
    margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
    position: absolute;
    z-index: 1;
    /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
    /* background events always span full width */
    left: 0;
    right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/

.fc-v-event.fc-not-start {
    /* remove top rounded corners */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /* events that are continuing from another day */
    /* replace space made by the top border with padding */
    border-top-width: 0;
    padding-top: 1px;
}

.fc-v-event.fc-not-end {
    /* remove bottom rounded corners */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /* replace space made by the top border with padding */
    border-bottom-width: 0;
    padding-bottom: 1px;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event {
    overflow: hidden;
    /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title { padding: 0 1px; }

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap;
}

/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
    /* don't wrap to second line (now that contents will be inline) */
    white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
    /* put the time and title on the same line */
    display: inline-block;
    vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none;
    /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start);
    /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\000A0-\000A0";
    /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    /* make the title text the same size as the time */
    padding: 0;
    /* undo padding from above */
}

/* resizer */

.fc-time-grid-event .fc-resizer {
    bottom: 0;
    cursor: s-resize;
    font-family: monospace;
    font-size: 11px;
    height: 8px;
    left: 0;
    line-height: 8px;
    overflow: hidden;
    right: 0;
    text-align: center;
}

.fc-time-grid-event .fc-resizer:after { content: "="; }

.jqvmap-label {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #292929;
    border-radius: 3px;
    color: white;
    display: none;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
    position: absolute;
}

.jqvmap-zoomin, .jqvmap-zoomout {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #000000;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    height: 10px;
    left: 10px;
    line-height: 10px;
    padding: 3px;
    position: absolute;
    text-align: center;
    width: 10px;
}

.jqvmap-zoomin { top: 10px; }

.jqvmap-zoomout { top: 30px; }

.jqvmap-region { cursor: pointer; }

.jqvmap-ajax_response {
    height: 500px;
    width: 100%;
}

/* Magnific Popup CSS */

.mfp-bg {
    background: #0b0b0b;
    filter: alpha(opacity=80);
    height: 100%;
    left: 0;
    opacity: 0.8;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1042;
}

.mfp-wrap {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1043;
}

.mfp-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before { display: none; }

.mfp-content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    cursor: auto;
    width: 100%;
}

.mfp-ajax-cur { cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content { cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure { display: none; }

.mfp-hide { display: none !important; }

.mfp-preloader {
    color: #CCC;
    left: 8px;
    margin-top: -0.8em;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 50%;
    width: auto;
    z-index: 1044;
}

.mfp-preloader a { color: #CCC; }

.mfp-preloader a:hover { color: #FFF; }

.mfp-s-ready .mfp-preloader { display: none; }

.mfp-s-error .mfp-content { display: none; }

button.mfp-close, button.mfp-arrow {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: none;
    overflow: visible;
    padding: 0;
    z-index: 1046;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.mfp-close {
    color: #FFF;
    filter: alpha(opacity=65);
    font-family: Arial, Baskerville, monospace;
    font-size: 28px;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 44px;
}

.mfp-close:hover, .mfp-close:focus {
    filter: alpha(opacity=100);
    opacity: 1;
}

.mfp-close:active { top: 1px; }

.mfp-close-btn-in .mfp-close { color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    padding-right: 6px;
    right: -6px;
    text-align: right;
    width: 100%;
}

.mfp-counter {
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
}

.mfp-arrow {
    -webkit-tap-highlight-color: transparent;
    filter: alpha(opacity=65);
    height: 110px;
    margin: 0;
    margin-top: -55px;
    opacity: 0.65;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 90px;
}

.mfp-arrow:active { margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
    filter: alpha(opacity=100);
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    border: medium inset transparent;
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin-left: 35px;
    margin-top: 35px;
    position: absolute;
    top: 0;
    width: 0;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-bottom-width: 13px;
    border-top-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-bottom-width: 21px;
    border-top-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left { left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    border-right: 27px solid #3F3F3F;
    margin-left: 25px;
}

.mfp-arrow-right { right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b { border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-bottom: 40px;
    padding-top: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    max-width: 900px;
    width: 100%;
}

.mfp-iframe-holder .mfp-close { top: -40px; }

.mfp-iframe-scaler {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
}

.mfp-iframe-scaler iframe {
    background: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Main image in popup */

img.mfp-img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: auto;
    line-height: 0;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 0 40px;
    width: auto;
}

/* The shadow behind the image */

.mfp-figure { line-height: 0; }

.mfp-figure:after {
    background: #444;
    bottom: 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    content: '';
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: auto;
    z-index: -1;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure { margin: 0; }

.mfp-bottom-bar {
    cursor: auto;
    left: 0;
    margin-top: -36px;
    position: absolute;
    top: 100%;
    width: 100%;
}

.mfp-title {
    color: #F3F3F3;
    line-height: 18px;
    padding-right: 36px;
    text-align: left;
    word-wrap: break-word;
}

.mfp-image-holder .mfp-content { max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img { padding: 0; }

    .mfp-img-mobile .mfp-figure:after {
        bottom: 0;
        top: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        position: fixed;
        top: auto;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        background: rgba(0, 0, 0, 0.6);
        height: 35px;
        line-height: 35px;
        padding: 0;
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
        width: 35px;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img { padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
    width: 600px;
}

.mfp-ie7 .mfp-container { padding: 0; }

.mfp-ie7 .mfp-content { padding-top: 44px; }

.mfp-ie7 .mfp-close {
    padding-top: 0;
    right: 0;
    top: 0;
}

/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.fileinput-button input {
    -ms-filter: 'alpha(opacity=0)';
    cursor: pointer;
    direction: ltr;
    font-size: 200px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/* Fixes for IE < 8 */

@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

/**
 * override custom libs styles. This files is not required for core sing functionality and may be removed
 */

/**
 * nvd3
 */

.nvtooltip {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    padding: 4px 10px;
    text-align: center;
}

.nvtooltip p {
    margin: 0;
    padding: 0;
}

svg text,
.nvd3 text {
    fill: #f8f8f8;
    font: 400 12px "Open Sans", sans-serif;
}

.widget svg text, .widget
.nvd3 text { fill: #606060; }

svg .title { font: 700 13px "Open Sans", sans-serif; }

.nvd3.nv-noData {
    font-size: 16.25px;
    font-weight: 700;
}

.nvd3 .nv-axis path.domain { stroke-opacity: 0; }

.nv-controlsWrap .nv-legend-symbol {
    fill: #666 !important;
    stroke: #666 !important;
}

.nvd3 .nv-legend .disabled circle { fill-opacity: 0; }

.nvd3 .nv-axis line {
    stroke: #000;
    stroke-opacity: .1;
}

.nvtooltip h3 {
    background-color: transparent;
    border: none;
    color: inherit;
}

.stat-widget header .nvd3.nv-multibar .nv-group { fill-opacity: 1 !important; }

.nvd3.nv-stackedarea path.nv-area { fill-opacity: .8; }

.nvd3.nv-stackedarea path.nv-area.hover { fill-opacity: .95; }

.nvd3 .nv-axis path.domain { display: none; }

.nvtooltip {
    -moz-border-radius: 0;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-box-shadow: none;
    -webkit-transition: none;
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #606060;
    font-family: inherit;
    padding: 5px;
    position: absolute;
    transition: none;
    z-index: 10000;
}

.nvtooltip h3, .nvtooltip h4 {
    font-size: 13px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.nvd3 .nv-axis line.zero { display: none; }

/*!
 * Bootstrap-select
 */

.bootstrap-select .btn:focus { outline: 0 !important; }

/**
 * Select2 Bootstrap CSS
 */

/*
 * override .form-control:focus shadow
 */

.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-choice { border-radius: 3px; }

/**
 * setting correct urls
 */

.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b { background-image: url("/lib/select2/select2.png"); }

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b { background-image: url("/lib/select2/select2x2.png") !important; }
}

.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div { border-left: none; }

.select2-search input.select2-active {
    background: #fff url("/lib/select2/select2-spinner.gif") no-repeat 100%;
    background: url("/lib/select2/select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url("/lib/select2/select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("/lib/select2/select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("/lib/select2/select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}

.select2-more-results.select2-active { background: #f4f4f4 url("/lib/select2/select2-spinner.gif") no-repeat 100%; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active { background: #fff url("/lib/select2/select2-spinner.gif") no-repeat 100% !important; }

/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */

.select2-container-multi .select2-choices .select2-search-choice { background: #f8f8f8; }

/**
 * Switchery
 */

.switchery { background-color: transparent !important; }

/**
 * Datetimepicker for Bootstrap v3
 */

.bootstrap-datetimepicker-widget {
    border-radius: 3px;
    color: #606060;
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th { border-radius: 3px; }

.bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover { background: #eeeeee; }

.bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new { color: #999999; }

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #3a87c5;
    text-shadow: none;
}

.bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover { color: #999999; }

.bootstrap-datetimepicker-widget td span { border-radius: 3px; }

.bootstrap-datetimepicker-widget td span:hover { background: #eeeeee; }

.bootstrap-datetimepicker-widget td span.active { background-color: #3a87c5; }

.bootstrap-datetimepicker-widget td span.old { color: #999999; }

.bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover { color: #999999; }

.bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev { font-size: 19.5px; }

.bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover { color: #999999; }

.bootstrap-datetimepicker-widget thead tr:first-child th:hover { background: #eeeeee; }

.bootstrap-datetimepicker-widget .btn:not(.btn-primary) { color: #23699b; }

.bootstrap-datetimepicker-widget .btn:not(.btn-primary):hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/**
 * Bootstrap Colorpicker
 * setting correct urls
 */

.colorpicker-saturation { background-image: url("/lib/mjolnic-bootstrap-colorpicker/dist/img/bootstrap-colorpicker/saturation.png"); }

.colorpicker-hue { background-image: url("/lib/mjolnic-bootstrap-colorpicker/dist/img/bootstrap-colorpicker/hue.png"); }

.colorpicker-alpha,
.colorpicker-color { background-image: url("/lib/mjolnic-bootstrap-colorpicker/dist/img/bootstrap-colorpicker/alpha.png"); }

.colorpicker.colorpicker-horizontal .colorpicker-hue { background-image: url("/lib/mjolnic-bootstrap-colorpicker/dist/img/bootstrap-colorpicker/hue-horizontal.png"); }

.colorpicker.colorpicker-horizontal .colorpicker-alpha { background-image: url("/lib/mjolnic-bootstrap-colorpicker/dist/img/bootstrap-colorpicker/alpha-horizontal.png"); }

/**
 * Bootstrap slider. converted from less files
 */

.slider {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.slider.slider-horizontal {
    height: 8px;
    width: 210px;
}

.slider.slider-horizontal .slider-track {
    height: 4px;
    left: 0;
    margin-top: -2px;
    top: 50%;
    width: 100%;
}

.slider.slider-horizontal .slider-selection {
    bottom: 0;
    height: 100%;
    top: 0;
}

.slider.slider-horizontal .slider-handle {
    margin-left: -13px;
    margin-top: -9.75px;
}

.slider.slider-horizontal .slider-handle.triangle {
    border-bottom-color: #0480be;
    border-width: 0 4px 4px 4px;
    height: 0;
    margin-top: 0;
    width: 0;
}

.slider.slider-horizontal .tooltip.top { top: -30px; }

.slider.slider-vertical {
    height: 210px;
    width: 8px;
}

.slider.slider-vertical .slider-track {
    height: 100%;
    left: 50%;
    margin-left: -2px;
    top: 0;
    width: 4px;
}

.slider.slider-vertical .slider-selection {
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
}

.slider.slider-vertical .slider-handle {
    margin-left: -9.75px;
    margin-top: -13px;
}

.slider.slider-vertical .slider-handle.triangle {
    border-left-color: #0480be;
    border-width: 4px 0 4px 4px;
    height: 1px;
    margin-left: 0;
    width: 1px;
}

.slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFDFDF', endColorstr='#FFBEBEBE', GradientType=0);
}

.slider.slider-disabled .slider-track {
    background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
    background-repeat: repeat-x;
    cursor: not-allowed;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE5E5E5', endColorstr='#FFE9E9E9', GradientType=0);
}

.slider input { display: none; }

.slider .tooltip-inner { white-space: nowrap; }

.slider-track {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-repeat: repeat-x;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26000000', endColorstr='#1A000000', GradientType=0);
    position: absolute;
}

.slider-selection {
    -moz-box-sizing: border-box;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    background-color: #3a87c5;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    position: absolute;
}

.slider-danger .slider-selection { background-color: #f53811; }

.slider-success .slider-selection { background-color: #17c457; }

.slider-warning .slider-selection { background-color: #f0b829; }

.slider-info .slider-selection { background-color: #25a1c5; }

.slider-inverse .slider-selection { background-color: #606060; }

.slider-handle {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    border: 0px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.5);
    height: 26px;
    position: absolute;
    width: 26px;
}

.slider-handle:focus { outline: 0; }

.slider-handle.round { border-radius: 50%; }

.slider-handle.triangle { background: transparent none; }

/**
 * Rickshaw
 */

.rickshaw_graph .detail .x_label { color: #606060; }

/***********************/

/*    Full Calendar    */

/***********************/

.fc-grid th { text-transform: uppercase; }

.fc-event {
    background-color: #ddd;
    border: none;
    color: #f8f8f8;
    font-weight: 400;
    padding: 2px 3px;
}

.fc-unthemed .fc-today { background-color: rgba(255, 241, 184, 0.35); }

a.fc-event {
    height: auto;
    line-height: 20px;
}

.fc-event, .fc-event:hover, .ui-widget .fc-event { color: #606060; }

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover { border-color: #ddd; }

/***********************************/

/**           Backgrid            **/

/***********************************/

.table-editable th > a {
    color: #f8f8f8;
    cursor: pointer;
}

.table-editable .sort-caret {
    border: 0;
    content: "";
    display: inline-block;
    font: 15px FontAwesome;
    height: 15px;
    margin-left: 0.3em;
    width: 15px;
}

.table-editable .ascending .sort-caret:before { content: "\f0d8"; }

.table-editable .descending .sort-caret:before { content: "\f0d7"; }

.table-editable + .backgrid-paginator > ul {
    border-radius: 3px;
    display: inline-block;
    font-weight: 400;
    margin: 18px 0;
    padding-left: 0;
}

.table-editable + .backgrid-paginator > ul > li { display: inline; }

.table-editable + .backgrid-paginator > ul > li > a,
.table-editable + .backgrid-paginator > ul > li > span {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #606060;
    float: left;
    line-height: 1.428571429;
    margin: 0 2px;
    position: relative;
    text-decoration: none;
}

.table-editable + .backgrid-paginator > ul > li > a > .fa-lg,
.table-editable + .backgrid-paginator > ul > li > span > .fa-lg {
    position: relative;
    top: -1px;
}

.table-editable + .backgrid-paginator > ul > li:first-child > a,
.table-editable + .backgrid-paginator > ul > li:first-child > span { margin-left: 0; }

.table-editable + .backgrid-paginator > ul > li > a:hover, .table-editable + .backgrid-paginator > ul > li > a:focus,
.table-editable + .backgrid-paginator > ul > li > span:hover,
.table-editable + .backgrid-paginator > ul > li > span:focus {
    background-color: #eeeeee;
    border-color: transparent;
    color: #606060;
}

.table-editable + .backgrid-paginator > ul > .active > a, .table-editable + .backgrid-paginator > ul > .active > a:hover, .table-editable + .backgrid-paginator > ul > .active > a:focus,
.table-editable + .backgrid-paginator > ul > .active > span,
.table-editable + .backgrid-paginator > ul > .active > span:hover,
.table-editable + .backgrid-paginator > ul > .active > span:focus {
    background-color: #eeeeee;
    border-color: transparent;
    color: #606060;
    cursor: default;
    z-index: 2;
}

.table-editable + .backgrid-paginator > ul > .disabled > span,
.table-editable + .backgrid-paginator > ul > .disabled > span:hover,
.table-editable + .backgrid-paginator > ul > .disabled > span:focus,
.table-editable + .backgrid-paginator > ul > .disabled > a,
.table-editable + .backgrid-paginator > ul > .disabled > a:hover,
.table-editable + .backgrid-paginator > ul > .disabled > a:focus {
    background-color: transparent;
    border-color: transparent;
    color: #808080;
    cursor: not-allowed;
}

.table-editable + .backgrid-paginator > ul > li > a,
.table-editable + .backgrid-paginator > ul > li > span {
    font-size: 12px;
    line-height: 1.428571429;
    padding: 4px 10px;
}

.table-editable + .backgrid-paginator > ul > li:first-child > a,
.table-editable + .backgrid-paginator > ul > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.table-editable + .backgrid-paginator > ul > li:last-child > a,
.table-editable + .backgrid-paginator > ul > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

/***********************************/

/**          Datatables           **/

/***********************************/

table.dataTable thead .sorting { background: url("/lib/datatables/media/images/sort_both.png") no-repeat center right; }

table.dataTable thead .sorting_asc { background: url("/lib/datatables/media/images/sort_asc.png") no-repeat center right; }

table.dataTable thead .sorting_desc { background: url("/lib/datatables/media/images/sort_desc.png") no-repeat center right; }

table.dataTable thead .sorting_asc_disabled { background: url("/lib/datatables/media/images/sort_asc_disabled.png") no-repeat center right; }

table.dataTable thead .sorting_desc_disabled { background: url("/lib/datatables/media/images/sort_desc_disabled.png") no-repeat center right; }

.dataTables_wrapper .dataTables_paginate { text-align: right; }

/***********************************/

/**           Rickshaw            **/

/***********************************/

.rickshaw_legend {
    background-color: #ffffff;
    color: #606060;
}

html { min-height: 100%; }

body {
    background-attachment: fixed, fixed;
    background-color: #2b6e80 20%;
    background-image: radial-gradient(farthest-side ellipse at 10% 0, #2b6e80 20%, #0c3252);
    background-image: -webkit-radial-gradient(10% 0, farthest-side ellipse, #2b6e80 20%, #0c3252);
    background-image: -moz-radial-gradient(10% 0, farthest-side ellipse, #2b6e80 20%, #0c3252);
    font-weight: 400;
    padding-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 { font-weight: 400; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #808080;
    font-weight: 400;
}

input[type=search], input.search {
    background: url(../img/search.png) 5px 6px no-repeat #fff;
    background-color: #fff;
    padding-left: 26px;
}

input[type=search].input-transparent, input.search.input-transparent {
    background: url(../img/search-white.png) 5px 5px no-repeat #ffffff;
    border: none;
    color: #606060;
}

input[type=search].input-transparent::-moz-placeholder, input.search.input-transparent::-moz-placeholder {
    color: rgba(238, 238, 238, 0.76);
    opacity: 1;
}

input[type=search].input-transparent:-ms-input-placeholder, input.search.input-transparent:-ms-input-placeholder { color: rgba(238, 238, 238, 0.76); }

input[type=search].input-transparent::-webkit-input-placeholder, input.search.input-transparent::-webkit-input-placeholder { color: rgba(238, 238, 238, 0.76); }

ul ul,
ol ul { list-style: none; }

ul, ol {
    list-style: none;
    padding: 0;
}

iframe {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

fieldset {
    min-width: 0;
    width: 100%;
}

form { margin-bottom: 0; }

a {
    -o-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.btn {
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

svg {
    display: block;
    height: 100%;
    width: 100%;
}

/***********************************/

/**            UTILS              **/

/***********************************/

.transition-height {
    -o-transition: height 0.15s ease-in-out;
    -webkit-transition: height 0.15s ease-in-out;
    transition: height 0.15s ease-in-out;
}

.thumb-lg { width: 60px; }

.thumb-lg > .glyphicon,
.thumb-lg > .fa { line-height: 60px; }

.thumb { width: 48px; }

.thumb > .glyphicon,
.thumb > .fa { line-height: 48px; }

.thumb-sm { width: 34px; }

.thumb-sm > .glyphicon,
.thumb-sm > .fa { line-height: 34px; }

.thumb-xs { width: 28px; }

.thumb-xs > .glyphicon,
.thumb-xs > .fa { line-height: 28px; }

.thumb-xs,
.thumb-sm,
.thumb-lg,
.thumb {
    display: inline-block;
    position: relative;
    text-align: center;
}

.thumb-xs img,
.thumb-sm img,
.thumb-lg img,
.thumb img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.thumb-xs .status,
.thumb-sm .status,
.thumb-lg .status,
.thumb .status {
    border: 0.15em solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 0.7em;
    left: 0;
    position: absolute;
    top: 0;
    width: 0.7em;
}

.thumb-xs .status.status-bottom,
.thumb-sm .status.status-bottom,
.thumb-lg .status.status-bottom,
.thumb .status.status-bottom {
    bottom: 0;
    left: auto;
    right: 0;
    top: auto;
}

.text-ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.thin-scroll::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.thin-scroll::-webkit-scrollbar:hover {
    background-color: #e9e9e9;
    border: none;
}

.thin-scroll::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.thin-scroll::-webkit-scrollbar-thumb:hover { background-color: #999999; }

@-webkit-keyframes bg-attention {
    0% { background-color: #fefcf6; }

    5% { background-color: #fbecc6; }

    0% { background-color: transparent; }
}

@keyframes bg-attention {
    0% { background-color: #fefcf6; }

    5% { background-color: #fbecc6; }

    0% { background-color: transparent; }
}

.bg-attention {
    -o-animation: bg-attention 10s;
    -webkit-animation: bg-attention 10s;
    animation: bg-attention 10s;
}

/* .h* + .fw-bold */

.value0 {
    font-size: 54px;
    font-weight: 600;
    margin: 0;
}

.value1 {
    font-size: 33px;
    font-weight: 600;
    margin: 0;
}

.value2 {
    font-size: 27px;
    font-weight: 600;
    margin: 0;
}

.value3 {
    font-size: 23px;
    font-weight: 600;
    margin: 0;
}

.value4 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}

.value5 {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.value6 {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}

.text-align-center { text-align: center; }

.text-align-right { text-align: right; }

.no-margin { margin: 0; }

.mt-xlg { margin-top: 40px; }

.mt-n-xlg { margin-top: -40px; }

.mt-lg { margin-top: 27px; }

.mt-n-lg { margin-top: -27px; }

.mt { margin-top: 18px; }

.mt-n { margin-top: 18px; }

.mt-md { margin-top: 18px; }

.mt-n-md { margin-top: -18px; }

.mt-sm { margin-top: 9px; }

.mt-n-sm { margin-top: -9px; }

.mt-xs { margin-top: 4.5px; }

.mt-n-xs { margin-top: -4.5px; }

.mt-0 { margin-top: 0; }

.mt-n-0 { margin-top: 0; }

.mb-xlg { margin-bottom: 40px; }

.mb-n-xlg { margin-bottom: -40px; }

.mb-lg { margin-bottom: 27px; }

.mb-n-lg { margin-bottom: -27px; }

.mb { margin-bottom: 18px; }

.mb-n { margin-bottom: 18px; }

.mb-md { margin-bottom: 18px; }

.mb-n-md { margin-bottom: -18px; }

.mb-sm { margin-bottom: 9px; }

.mb-n-sm { margin-bottom: -9px; }

.mb-xs { margin-bottom: 4.5px; }

.mb-n-xs { margin-bottom: -4.5px; }

.mb-0 { margin-bottom: 0; }

.mb-n-0 { margin-bottom: 0; }

.ml-lg { margin-left: 20px; }

.ml-n-lg { margin-left: -20px; }

.ml { margin-left: 15px; }

.ml-n { margin-left: 15px; }

.ml-md { margin-left: 15px; }

.ml-n-md { margin-left: -15px; }

.ml-sm { margin-left: 10px; }

.ml-n-sm { margin-left: -10px; }

.ml-xs { margin-left: 5px; }

.ml-n-xs { margin-left: -5px; }

.ml-0 { margin-left: 0; }

.ml-n-0 { margin-left: 0; }

.mr-lg { margin-right: 20px; }

.mr-n-lg { margin-right: -20px; }

.mr { margin-right: 15px; }

.mr-n { margin-right: 15px; }

.mr-md { margin-right: 15px; }

.mr-n-md { margin-right: -15px; }

.mr-sm { margin-right: 10px; }

.mr-n-sm { margin-right: -10px; }

.mr-xs { margin-right: 5px; }

.mr-n-xs { margin-right: -5px; }

.mr-0 { margin-right: 0; }

.mr-n-0 { margin-right: 0; }

.no-padding { padding: 0; }

.display-inline { display: inline; }

.display-n-inline { display: -inline; }

.display-inline-block { display: inline-block; }

.display-n-inline-block { display: -inline; }

.display-block { display: block; }

.display-n-block { display: -inline; }

.width-50 { width: 50px; }

.width-n-50 { width: -inline; }

.width-100 { width: 100px; }

.width-n-100 { width: -inline; }

.width-150 { width: 150px; }

.width-n-150 { width: -inline; }

.width-200 { width: 200px; }

.width-n-200 { width: -inline; }

.height-50 { height: 50px; }

.height-n-50 { height: -inline; }

.height-100 { height: 100px; }

.height-n-100 { height: -inline; }

.height-150 { height: 150px; }

.height-n-150 { height: -inline; }

.height-200 { height: 200px; }

.height-n-200 { height: -inline; }

.height-250 { height: 250px; }

.height-n-250 { height: -inline; }

.max-height-50 { max-height: 50px; }

.max-height-n-50 { max-height: -inline; }

.max-height-100 { max-height: 100px; }

.max-height-n-100 { max-height: -inline; }

.max-height-150 { max-height: 150px; }

.max-height-n-150 { max-height: -inline; }

.max-height-200 { max-height: 200px; }

.max-height-n-200 { max-height: -inline; }

.max-height-250 { max-height: 250px; }

.max-height-n-250 { max-height: -inline; }

.opacity-10 { opacity: 0.1; }

.opacity-n-10 { opacity: -inline; }

.opacity-20 { opacity: 0.2; }

.opacity-n-20 { opacity: -inline; }

.opacity-30 { opacity: 0.3; }

.opacity-n-30 { opacity: -inline; }

.opacity-40 { opacity: 0.4; }

.opacity-n-40 { opacity: -inline; }

.opacity-50 { opacity: 0.5; }

.opacity-n-50 { opacity: -inline; }

.opacity-60 { opacity: 0.6; }

.opacity-n-60 { opacity: -inline; }

.opacity-70 { opacity: 0.7; }

.opacity-n-70 { opacity: -inline; }

.opacity-80 { opacity: 0.8; }

.opacity-n-80 { opacity: -inline; }

.opacity-90 { opacity: 0.9; }

.opacity-n-90 { opacity: -inline; }

.z-index-more { z-index: 1; }

.z-index-n-more { z-index: -inline; }

.z-index-less { z-index: -1; }

.z-index-n-less { z-index: -inline; }

.no-border { border: none; }

.bt { border-top: 1px solid #ddd; }

.br { border-right: 1px solid #ddd; }

.bb { border-bottom: 1px solid #ddd; }

.bl { border-left: 1px solid #ddd; }

.overflow-hidden { overflow: hidden; }

.fw-semi-bold { font-weight: 600; }

.fw-normal { font-weight: 400; }

.fw-bold { font-weight: 700; }

.fw-thin { font-weight: 300; }

.rotate-45 {
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rotate-135 {
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.rotate-225 {
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.rotate-315 {
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.text-primary { color: #3a87c5; }

a.text-primary:hover,
a.text-primary:focus { color: #2e6c9e; }

.text-success { color: #17c457; }

a.text-success:hover,
a.text-success:focus { color: #129643; }

.text-info { color: #25a1c5; }

a.text-info:hover,
a.text-info:focus { color: #1d7e9a; }

.text-warning { color: #f0b829; }

a.text-warning:hover,
a.text-warning:focus { color: #d79f0f; }

.text-danger { color: #f53811; }

a.text-danger:hover,
a.text-danger:focus { color: #ca2a09; }

.text-link { color: #4D9DD7; }

a.text-link:hover,
a.text-link:focus { color: #2c85c5; }

.bg-primary { background-color: #3a87c5; }

a.bg-primary:hover,
a.bg-primary:focus { background-color: #2e6c9e; }

.bg-success { background-color: #17c457; }

a.bg-success:hover,
a.bg-success:focus { background-color: #129643; }

.bg-info { background-color: #25a1c5; }

a.bg-info:hover,
a.bg-info:focus { background-color: #1d7e9a; }

.bg-warning { background-color: #f0b829; }

a.bg-warning:hover,
a.bg-warning:focus { background-color: #d79f0f; }

.bg-danger { background-color: #f53811; }

a.bg-danger:hover,
a.bg-danger:focus { background-color: #ca2a09; }

.bg-body { background-color: #fff; }

a.bg-body:hover,
a.bg-body:focus { background-color: #e6e6e6; }

.bg-gray { background-color: #606060; }

a.bg-gray:hover,
a.bg-gray:focus { background-color: #474747; }

.bg-gray-transparent { background-color: rgba(96, 96, 96, 0.6); }

a.bg-gray-transparent:hover,
a.bg-gray-transparent:focus { background-color: rgba(71, 71, 71, 0.6); }

.bg-gray-dark { background-color: #555; }

a.bg-gray-dark:hover,
a.bg-gray-dark:focus { background-color: #3c3c3c; }

.bg-black { background-color: #000000; }

a.bg-black:hover,
a.bg-black:focus { background-color: black; }

.bg-gray-light { background-color: #999999; }

a.bg-gray-light:hover,
a.bg-gray-light:focus { background-color: gray; }

.bg-gray-lighter { background-color: #eeeeee; }

a.bg-gray-lighter:hover,
a.bg-gray-lighter:focus { background-color: #d5d5d5; }

.bg-transparent { background-color: transparent; }

a.bg-transparent:hover,
a.bg-transparent:focus { background-color: transparent; }

.bg-white { background-color: #ffffff; }

a.bg-white:hover,
a.bg-white:focus { background-color: #e6e6e6; }

.bg-body, .bg-body-light, .bg-gray, .bg-gray-transparent, .bg-transparent,
.bg-primary, .bg-success, .bg-warning, .bg-danger, .bg-info {
    -o-transition: background-color 0.15s ease-in-out;
    -webkit-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}

.text-white { color: #ffffff; }

a.text-white:hover,
a.text-white:focus { color: #e6e6e6; }

.text-gray { color: #606060; }

a.text-gray:hover,
a.text-gray:focus { color: #474747; }

.text-gray-dark { color: #555; }

a.text-gray-dark:hover,
a.text-gray-dark:focus { color: #3c3c3c; }

.text-gray-light { color: #999999; }

a.text-gray-light:hover,
a.text-gray-light:focus { color: gray; }

.text-semi-muted { color: #777; }

a.text-semi-muted:hover,
a.text-semi-muted:focus { color: #5e5e5e; }

.text-gray-darker { color: #222222; }

a.text-gray-darker:hover,
a.text-gray-darker:focus { color: #090909; }

.text-gray-lighter { color: #eeeeee; }

a.text-gray-lighter:hover,
a.text-gray-lighter:focus { color: #d5d5d5; }

.text-light { opacity: .8; }

.fs-mini { font-size: 9.75px; }

.fs-sm { font-size: 12px; }

.fs-larger { font-size: 14px; }

.btlr { border-top-left-radius: 3px; }

.btrr { border-top-right-radius: 3px; }

.bblr { border-bottom-left-radius: 3px; }

.bbrr { border-bottom-right-radius: 3px; }

.red {
    background: #f53811 !important;
    color: #ffffff !important;
}

.orange {
    background: #f0b829 !important;
    color: #ffffff !important;
}

.lime {
    background: #8CBF26 !important;
    color: #ffffff !important;
}

.green {
    background: #17c457 !important;
    color: #ffffff !important;
}

.teal {
    background: #25a1c5 !important;
    color: #ffffff !important;
}

.blue {
    background: #3a87c5 !important;
    color: #ffffff !important;
}

.brown {
    background: #A05000 !important;
    color: #ffffff !important;
}

.red-dark {
    background: #d04f4f !important;
    color: #ffffff !important;
}

.color-red { color: #f53811 !important; }

.color-orange { color: #f0b829 !important; }

.color-lime { color: #8CBF26 !important; }

.color-green { color: #17c457 !important; }

.color-teal { color: #25a1c5 !important; }

.color-blue { color: #3a87c5 !important; }

.color-brown { color: #A05000 !important; }

.color-red-dark { color: #d04f4f !important; }

/***********************************/

/**          VALIDATION          **/

/**********************************/

.form-control.parsley-error, .form-control.parsley-error:focus { box-shadow: inset 0 0 3px #f0b829; }

.parsley-errors-list { font-size: 12px; }

.parsley-errors-list li {
    color: #f0b829;
    list-style: none;
}

/***********************************/

/**          LOGO                **/

/**********************************/

.logo {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    left: 5px;
    position: absolute;
    top: 0px;
    z-index: 1;
}

@media (min-height: 940px) {
    .logo { position: fixed; }
}

.logo a {
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

.logo strong { color: #ffffff; }

/***********************************/

/**          SIDEBAR             **/

/**********************************/

.sidebar {
    color: #fff;
    font-weight: 400;
    margin: 80px 0 0 5px;
    padding-top: 40px;
    position: absolute;
    top: 0;
    width: 220px;
    z-index: 1;
}

@media (min-height: 940px) {
    .sidebar { position: fixed; }
}

.sidebar .settings {
    margin-top: 10px;
    text-align: center;
}

.sidebar .settings .btn-auto { display: none; }

.sidebar .panel { background: none; }

.sidebar.collapse {
    display: block;
    visibility: visible;
}

.side-nav { margin: 0; }

.side-nav li { list-style: none; }

.side-nav li i[class*=fa] {
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin-right: 8px;
    opacity: .4;
    text-align: right;
    width: 16px;
}

.side-nav li a:hover, .side-nav li a:focus { background: rgba(0, 0, 0, 0.07); }

.side-nav li a {
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    border-radius: 6px;
    color: inherit;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    transition: background-color 0.2s;
}

.side-nav li a .fa-angle-down {
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    float: right;
    margin-right: -8px;
    opacity: 1;
    transition: transform 0.3s ease-in-out;
    width: auto;
}

.side-nav li a.collapsed .fa-angle-down {
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.side-nav li a[data-toggle="collapse"]:before {
    -o-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    content: "\f107";
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    margin-right: -8px;
    position: relative;
    top: 1px;
    transition: transform 0.3s ease-in-out;
}

.side-nav li a[data-toggle="collapse"].collapsed:before { transform: rotate(90deg); }

.side-nav li.active > a { font-weight: 700; }

.side-nav .panel-collapse li a {
    padding: 4px 20px;
    padding-left: 50px;
}

.side-nav .panel-collapse li a:hover, .side-nav .panel-collapse li a:focus { background: rgba(0, 0, 0, 0.07); }

.side-nav .panel-collapse li a i[class*="fa"] {
    float: none;
    font-size: inherit;
}

.side-nav .panel-collapse .panel-collapse .panel-collapse > li a { padding-left: 70px; }

.side-nav .panel-collapse .panel-collapse > li a { padding-left: 60px; }

.side-nav .panel {
    border: none;
    border-radius: 0;
    margin: 0;
}

.side-nav .panel-collapse.collapse {
    -o-transition: height 0.35s ease;
    -webkit-transition: height 0.35s ease;
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.35s ease;
}

.side-nav .panel-collapse.collapse.in { height: auto; }

.sidebar-labels {
    list-style: none;
    padding: 10px 20px;
}

.sidebar-labels > li > a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: normal;
    text-decoration: none;
}

.sidebar-labels > li > a:hover { color: #ffffff; }

.sidebar-labels > li > a .circle,
.sidebar-labels > li > a .circle-o {
    font-size: 9px;
    height: 12px;
    line-height: 12px;
    position: relative;
    top: -2px;
    width: 12px;
}

.sidebar-labels > li > a .fa-circle {
    font-size: 11px;
    margin-left: 4px;
    margin-right: 8px;
    vertical-align: 1px;
}

.sidebar-labels > li > a .circle-o {
    left: 1px;
    top: 1px;
}

.sidebar-labels > li + li { margin-top: 9px; }

@media (max-width: 767px) {
    .sidebar-labels { display: none; }
}

.sidebar-alerts .alert {
    margin-bottom: 0;
    padding: 9px 12px 9px 20px;
}

.sidebar-alerts .alert .close {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    opacity: 1;
    text-shadow: none;
}

@media (max-width: 767px) {
    .sidebar-alerts { display: none; }
}

.sidebar-nav-title {
    font-weight: 300;
    margin: 35px 0 5px 20px;
}

.sidebar-nav-title .action-link {
    color: rgba(255, 255, 255, 0.85);
    float: right;
    margin-right: 12px;
    margin-top: -1px;
}

.sidebar-nav-title .action-link .fa, .sidebar-nav-title .action-link .glyphicon { font-size: 9px; }

@media (max-width: 767px) {
    .sidebar-nav-title { display: none; }
}

.sidebar-on-right .sidebar {
    margin: 80px 25px 0 0;
    right: 0;
}

.sidebar-on-right .wrap {
    margin-left: 0;
    margin-right: 185px;
}

.sidebar-on-right .logo {
    left: auto;
    right: 67px;
}

.sidebar-hidden .sidebar, .sidebar-hidden .logo { display: none; }

.sidebar-hidden .wrap {
    margin-left: 0;
    margin-right: 0;
}

/***********************************/

/**          CONTENT              **/

/**********************************/

/*main content*/

.wrap { margin-left: 220px; }

/*content except of header*/

.content {
    -o-transition: margin-top 0.35s ease, opacity 0.2s;
    -webkit-transition: margin-top 0.35s ease, opacity 0.2s;
    max-width: none;
    opacity: 1;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 0px;
    transition: margin-top 0.35s ease, opacity 0.2s;
    width: auto;
}

.content.hiding { opacity: 0; }

/***********************************/

/**          WIDGET               **/

/**********************************/

.widget {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background: #ffffff;
    border-radius: 3px;
    box-sizing: content-box;
    color: #606060;
    margin-bottom: 30px;
    padding: 12px 17px;
    position: relative;
}

.widget.normal { height: 220px; }

.widget.large { height: 315px; }

.widget.large .body { height: 280px; }

.widget.xlarge { height: 415px; }

.widget.xlarge .body { height: 380px; }

.widget.tiny { height: 188px; }

.widget.tiny-x2 { height: 426px; }

.widget.transparent {
    -webkit-box-shadow: none;
    background: transparent;
    box-shadow: none;
}

.widget > header {
    background: none;
    color: #606060;
    position: relative;
}

.widget > header h1, .widget > header h2, .widget > header h3, .widget > header h4, .widget > header h5 {
    color: inherit;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.widget > header h1 small, .widget > header h2 small, .widget > header h3 small, .widget > header h4 small, .widget > header h5 small {
    color: #999999;
    text-transform: lowercase;
}

.widget > header h4 { font-size: 14px; }

.widget .body { margin-top: 10px; }

.widget > footer {
    bottom: 0;
    left: 0;
    margin: 15px 0 0;
    position: absolute;
    right: 0;
}

.widget .actions {
    position: absolute;
    right: 0;
    top: 0;
}

.widget .actions a { text-decoration: none; }

.widget .widget-table-overflow {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin: 0 -17px -12px;
}

.widget .widget-table-overflow .table > thead > tr > th:first-child,
.widget .widget-table-overflow .table > thead > tr > td:first-child,
.widget .widget-table-overflow .table > tbody > tr > th:first-child,
.widget .widget-table-overflow .table > tbody > tr > td:first-child,
.widget .widget-table-overflow .table > tfoot > tr > th:first-child,
.widget .widget-table-overflow .table > tfoot > tr > td:first-child { padding-left: 17px; }

.widget .widget-table-overflow .table > thead > tr > th:last-child,
.widget .widget-table-overflow .table > thead > tr > td:last-child,
.widget .widget-table-overflow .table > tbody > tr > th:last-child,
.widget .widget-table-overflow .table > tbody > tr > td:last-child,
.widget .widget-table-overflow .table > tfoot > tr > th:last-child,
.widget .widget-table-overflow .table > tfoot > tr > td:last-child { padding-right: 17px; }

.widget-controls {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    word-spacing: 1px;
    z-index: 1;
}

.widget-controls.left {
    left: 0;
    right: auto;
}

.widget-controls > a, .widget-controls > span {
    -o-transition: color 0.15s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out;
    border-radius: 4px;
    color: #a0a0a0;
    padding: 1px 4px;
    transition: color 0.15s ease-in-out;
}

.widget-controls > a > .fa, .widget-controls > span > .fa { vertical-align: middle; }

.widget-controls > a > .glyphicon, .widget-controls > span > .glyphicon { vertical-align: -1px; }

.widget-controls > a:hover { color: #6d6d6d; }

.widget-controls .fa-refresh {
    position: relative;
    top: -1px;
}

/***********************************/

/**          HEADER               **/

/**********************************/

.page-header {
  
    border: none;
    border-radius: 3px;
    height: 80px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 15px;
    padding: 0;
    position: relative;
}

.page-header .navbar {
    border: none;
    min-height: 40px;
}

.page-header .navbar .nav li.dropdown.open > .dropdown-toggle,
.page-header .navbar .nav li.dropdown.active > .dropdown-toggle,
.page-header .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.8);
}

.page-header .navbar .nav li.dropdown.open > .dropdown-toggle:hover, .page-header .navbar .nav li.dropdown.open > .dropdown-toggle:focus,
.page-header .navbar .nav li.dropdown.active > .dropdown-toggle:hover,
.page-header .navbar .nav li.dropdown.active > .dropdown-toggle:focus,
.page-header .navbar .nav li.dropdown.open.active > .dropdown-toggle:hover,
.page-header .navbar .nav li.dropdown.open.active > .dropdown-toggle:focus { color: #ffffff; }

.page-header .navbar .nav > li > a:focus,
.page-header .navbar .nav > li > a:hover,
.page-header .navbar .nav > .active > a,
.page-header .navbar .nav > .active > a:hover,
.page-header .navbar .nav > .active > a:focus { color: #ffffff; }

.page-header .nav > li {
    background: none;
    float: left;
    position: relative;
}

.page-header .nav > li > a {
    background: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 19.5px;
    line-height: 36px;
    outline: 0;
    padding: 0;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    width: 40px;
}

.page-header .nav > li > a:hover { color: #ffffff; }

.page-header .nav > li > a .glyphicon { vertical-align: middle; }

.page-header .nav > li .count {
    background: #f53811;
    border-radius: 10px;
    bottom: 2px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 9.1px;
    font-weight: normal;
    line-height: 1em;
    padding: 2px 4px;
    position: absolute;
    right: 2px;
}

.page-header .nav > li.divider {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(96, 96, 96, 0));
    display: block;
    height: 38px;
    margin: 0 20px;
    width: 1px;
}

.page-header .search-query {
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    background: url(../img/search.png) 5px 5px no-repeat rgba(255, 255, 255, 0.7);
    border: none;
    color: #606060;
    padding-left: 26px;
    transition: width 0.2s;
    width: 200px;
}

.page-header .search-query::-moz-placeholder {
    color: rgba(85, 85, 85, 0.76);
    opacity: 1;
}

.page-header .search-query:-ms-input-placeholder { color: rgba(85, 85, 85, 0.76); }

.page-header .search-query::-webkit-input-placeholder { color: rgba(85, 85, 85, 0.76); }

.page-header .search-query:focus {
    -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);
    width: 240px;
}

.page-header .navbar-form {
    -webkit-box-shadow: none;
    border: none;
    box-shadow: none;
    margin: 5px 15px 0 0;
    padding: 0;
}

.page-header .navbar-nav { margin: 0; }

.page-header .navbar .nav > li > .dropdown-menu:after {
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
}

.page-header .navbar .pull-right > li > .dropdown-menu,
.page-header .navbar .nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.page-header .navbar .pull-right > li > .dropdown-menu:before,
.page-header .navbar .nav > li > .dropdown-menu.pull-right:before {
    left: auto;
    right: 12px;
}

.page-header .navbar .pull-right > li > .dropdown-menu:after,
.page-header .navbar .nav > li > .dropdown-menu.pull-right:after {
    left: auto;
    right: 13px;
}

.page-header .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.page-header .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
    border-radius: 6px 0 6px 6px;
    left: auto;
    margin-left: 0;
    margin-right: -1px;
    right: 100%;
}

.page-title {
    color: #ffffff;
    font-weight: 300;
    line-height: 1;
    margin: 11px 0 18px;
}

.page-title small { color: rgba(255, 255, 255, 0.7); }

.notifications {
    -o-transition: margin-top 0.2s ease;
    -webkit-transition: margin-top 0.2s ease;
    margin: 6px 20px 6px -40px;
    transition: margin-top 0.2s ease;
}

.notifications .alert {
    background: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 10px;
    color: #606060;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 0;
    padding: 3px 9px;
    text-shadow: none;
}

.notifications .alert a {
    color: #606060;
    font-weight: bold;
}

/***********************************/

/**          MESSAGES            **/

/**********************************/

.messages {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background: #ffffff;
    border-radius: 3px !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    color: #606060;
}

.navbar .nav > li > .messages:before { border-bottom: none; }

.navbar .nav > li > .messages:after { border-bottom-color: #ffffff; }

.navbar .nav > li > .messages > li > a {
    color: #606060;
    padding: 8px 10px;
}

.navbar .nav > li > .messages > li > a:before, .navbar .nav > li > .messages > li > a:after {
    content: " ";
    display: table;
}

.navbar .nav > li > .messages > li > a:after { clear: both; }

.navbar .nav > li > .messages > li > a:hover, .navbar .nav > li > .messages > li > a:focus { background-color: #eee; }

.navbar .nav > li > .messages .see-all { padding: 5px 10px; }

.message img {
    float: left;
    width: 40px;
}

.message .details { margin-left: 50px; }

.message .text {
    color: #888;
    font-size: 12px;
}

/***********************************/

/**          SUPPORT            **/

/**********************************/

.support {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background: #ffffff;
    border-radius: 3px !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    color: #606060;
}

.navbar .nav > li > .support:before { border-bottom: none; }

.navbar .nav > li > .support:after { border-bottom-color: #ffffff; }

.navbar .nav > li > .support > li > a {
    color: #606060;
    padding: 5px 10px;
}

.navbar .nav > li > .support > li > a:hover, .navbar .nav > li > .support > li > a:focus { background-color: #eee; }

.navbar .nav > li > .support .see-all { padding: 5px 10px; }

.support-ticket .picture {
    float: left;
    text-align: center;
}

.support-ticket .details {
    font-size: 12px;
    margin-left: 30px;
}

/***********************************/

/**          SETTINGS             **/

/**********************************/

.settings-popover {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background: #ffffff;
    border-radius: 3px !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    color: #606060;
    font-size: 12px;
    left: -40px !important;
    text-align: center;
    top: 30px !important;
    width: 122px;
}

.settings-popover.bottom .arrow {
    border-bottom-color: transparent;
    left: 44% !important;
    margin-left: 0;
    right: 4px;
    top: -13px;
}

.settings-popover.bottom .arrow:after {
    border-bottom-color: #ffffff;
    border-width: 6px;
}

.settings-popover .btn-group { margin-top: 0; }

.settings-popover .btn-sm, .settings-popover .btn-group-sm > .btn { padding: 0 7px; }

.setting { font-weight: normal; }

.setting + .setting { margin-top: 5px; }

/***********************************/

/**          ACCOUNT             **/

/**********************************/

.account {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background: #ffffff;
    border-radius: 3px !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    color: #606060;
    padding: 5px;
    width: 220px;
}

.navbar .nav > li > .account:before { border-bottom: none; }

.navbar .nav > li > .account:after { border-bottom-color: #ffffff; }

.account > li > a { color: #606060; }

.account > li > a:hover, .account > li > a:focus {
    background-color: #eee;
    color: #606060;
}

.account-picture {
    font-weight: normal;
    padding: 5px 10px;
}

.account-picture img {
    float: left;
    margin-right: 5px;
    width: 50px;
}

.account > li > a { padding: 7px 10px; }

/***********************************/

/**          BUTTONS              **/

/**********************************/

/* Custom behavior. For overridden bootstrap btns see bootstrap-override */

.btn-transparent {
    -webkit-box-shadow: none;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: none;
    color: #606060;
    text-shadow: none;
}

.btn-transparent:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #606060;
}

.btn-transparent.active {
    background: rgba(255, 255, 255, 0.55);
    color: #606060;
}

.btn-transparent.active:hover { background: rgba(255, 255, 255, 0.55); }

.btn-transparent .caret { border-top-color: #606060; }

.btn-inverse {
    background-color: #f8f8f8;
    border-color: rgba(0, 0, 0, 0.2);
    color: #555;
}

.btn-inverse:focus, .btn-inverse.focus {
    background-color: #dfdfdf;
    border-color: rgba(0, 0, 0, 0.2);
    color: #555;
}

.btn-inverse:hover {
    background-color: #dfdfdf;
    border-color: rgba(0, 0, 0, 0.2);
    color: #555;
}

.btn-inverse:active, .btn-inverse.active,
.open > .btn-inverse.dropdown-toggle {
    background-color: #dfdfdf;
    border-color: rgba(0, 0, 0, 0.2);
    color: #555;
}

.btn-inverse:active:hover, .btn-inverse:active:focus, .btn-inverse:active.focus, .btn-inverse.active:hover, .btn-inverse.active:focus, .btn-inverse.active.focus,
.open > .btn-inverse.dropdown-toggle:hover,
.open > .btn-inverse.dropdown-toggle:focus,
.open > .btn-inverse.dropdown-toggle.focus {
    background-color: #cdcdcd;
    border-color: rgba(0, 0, 0, 0.2);
    color: #555;
}

.btn-inverse:active, .btn-inverse.active,
.open > .btn-inverse.dropdown-toggle { background-image: none; }

.btn-inverse.disabled, .btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled.focus, .btn-inverse.disabled:active, .btn-inverse.disabled.active, .btn-inverse[disabled], .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled].focus, .btn-inverse[disabled]:active, .btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse,
fieldset[disabled] .btn-inverse:hover,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse.focus,
fieldset[disabled] .btn-inverse:active,
fieldset[disabled] .btn-inverse.active {
    background-color: #f8f8f8;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-inverse .badge {
    background-color: #555;
    color: #f8f8f8;
}

/* since 1.5 */

.btn-white {
    background: none;
    border: 2px solid #ffffff;
}

/***********************************/

/**          FORMS                **/

/**********************************/

.section {
    color: #808080;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 0 0;
    vertical-align: middle;
}

.section small {
    color: #808080;
    font-size: 12px;
    font-weight: bold;
}

.form-control.input-transparent {
    background-color: #ffffff;
    border: none;
    color: #f8f8f8;
}

.form-control.input-transparent::-moz-placeholder {
    color: rgba(238, 238, 238, 0.76);
    opacity: 1;
}

.form-control.input-transparent:-ms-input-placeholder { color: rgba(238, 238, 238, 0.76); }

.form-control.input-transparent::-webkit-input-placeholder { color: rgba(238, 238, 238, 0.76); }

.form-control.input-transparent:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #f8f8f8;
}

.form-control.input-transparent[disabled], .form-control.input-transparent[readonly],
fieldset[disabled] .form-control.input-transparent { background-color: white; }

.select-block-level { width: 100%; }

.controls .bootstrap-select.btn-group[class*='span'] {
    display: inline-block;
    float: none;
    margin-left: 0;
}

.controls .bootstrap-select.btn-group[class*='span'] .btn { width: 100%; }

.controls .bootstrap-select.btn-group .dropdown-menu { width: 100%; }

.form-actions {
    background-color: #eeeeee;
    margin-top: 18px;
    padding: 17px 20px 18px;
}

.form-actions:before, .form-actions:after {
    content: " ";
    display: table;
}

.form-actions:after { clear: both; }

.form-wizard .progress { margin-bottom: 10px; }

.wizard-navigation { margin-bottom: 5px; }

.wizard-navigation a { color: #606060; }

/***********************************/

/**          ICONS                **/

/**********************************/

.icons > section { margin-top: 20px; }

.the-icons li,
.fontawesome-icon-list > div { line-height: 40px; }

.the-icons li i,
.fontawesome-icon-list > div i {
    -o-transition: font-size 0.2s;
    -webkit-transition: font-size 0.2s;
    transition: font-size 0.2s;
}

.the-icons li:hover i,
.fontawesome-icon-list > div:hover i { font-size: 26px; }

.fontawesome-icon-list i { min-width: 20px; }

.i-code { display: none; }

/***********************************/

/**          TABS                 **/

/**********************************/

.widget-tabs {
    -webkit-box-shadow: none;
    background: none;
    box-shadow: none;
    padding: 0;
}

.widget-tabs .body {
    background: #ffffff;
    border-radius: 0 0 3px 3px;
    margin-top: 0;
    padding: 12px 17px;
}

.widget-tabs .nav-tabs { border-bottom: none; }

.widget-tabs .nav > li > a {
    color: #606060;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}

.widget-tabs .nav > li.active { margin-bottom: 0; }

.widget-tabs .nav > li.active > a {
    background: #ffffff;
    border-color: transparent;
}

.widget-tabs .nav > li.active > a:hover { color: #606060; }

.widget-tabs .nav > li:not(.active) > a {
    background: #CCC;
    border-bottom: none;
}

.widget-tabs .nav > li:not(.active) > a:hover {
    background: #eeeeee;
    border-color: transparent;
}

.widget-tabs .nav > li:first-child > a { border-left: none; }

.widget:not(.widget-tabs) .tab-content {
    background: #ffffff;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    padding: 10px;
}

.widget:not(.widget-tabs) .tabs-below .tab-content {
    border-bottom: none;
    border-radius: 3px 3px 0 0;
}

.widget:not(.widget-tabs) .tabs-left .tab-content { border-radius: 0 3px 3px 0; }

.widget:not(.widget-tabs) .tabs-right .tab-content { border-radius: 3px 0 0 3px; }

.tab-header {
    color: #606060;
    font-size: 14px;
    margin-bottom: 1em;
    margin-top: 0;
}

/***********************************/

/**          PROGRESSBARS         **/

/**********************************/

.progress-small { height: 8px; }

.progress-inverse .bar, .progress .progress-bar-inverse {
    background-color: #606060;
    background-image: -webkit-linear-gradient(top, #606060 0%, #606060 100%);
    background-image: -o-linear-gradient(top, #606060 0%, #606060 100%);
    background-image: linear-gradient(to bottom, #606060 0%, #606060 100%);
    background-repeat: repeat-x;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF606060', endColorstr='#FF606060', GradientType=0);
}

.progress-inverse.progress-striped .bar, .progress-striped .progress-bar-inverse {
    background-image: -webkit-linear-gradient(45deg, #606060 25%, transparent 25%, transparent 50%, #606060 50%, #606060 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, #606060 25%, transparent 25%, transparent 50%, #606060 50%, #606060 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, #606060 25%, transparent 25%, transparent 50%, #606060 50%, #606060 75%, transparent 75%, transparent);
}

/***********************************/

/**          MAPS                **/

/**********************************/

.map { height: 100%; }

.map * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/***********************************/

/**            MODALS            **/

/**********************************/

.modal img { max-width: 100%; }

/***********************************/

/**          THUMBNAILS          **/

/**********************************/

.thumbnail img { width: 100%; }

.thumbnails > li { margin-bottom: 20px; }

/***********************************/

/**          TABLES               **/

/**********************************/

.table th {
    color: white;
    font-weight: 400;
}

.widget .table th { color: #606060; }

.table-images td {
    height: 60px;
    vertical-align: middle;
}

.table-images td img { height: 60px; }

.table-colored tbody tr:nth-child(1n) { color: #f53811; }

.table-colored tbody tr:nth-child(2n) { color: #f0b829; }

.table-colored tbody tr:nth-child(3n) { color: #8CBF26; }

.table-colored tbody tr:nth-child(4n) { color: #17c457; }

.table-colored tbody tr:nth-child(5n) { color: #25a1c5; }

.table-colored tbody tr:nth-child(6n) { color: #3a87c5; }

.table-colored tbody tr:nth-child(7n) { color: #A05000; }

.table-colored tbody tr:nth-child(8n) { color: #d04f4f; }

.table-editable th a {
    color: #606060;
    cursor: pointer;
    display: block;
    text-decoration: underline;
}

.table-editable td.editor,
.table-editable tbody tr:nth-child(odd) td.editor {
    -moz-box-sizing: border-box;
    -moz-transition-duration: 200ms;
    -moz-transition-property: width, outline, background-color;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-duration: 200ms;
    -o-transition-property: width, outline, background-color;
    -o-transition-timing-function: ease-in-out;
    -webkit-box-sizing: border-box;
    -webkit-transition-duration: 200ms;
    -webkit-transition-property: width, outline, background-color;
    -webkit-transition-timing-function: ease-in-out;
    background-color: rgba(58, 135, 197, 0.05);
    box-sizing: border-box;
    outline: 1px solid #3a87c5;
    outline-offset: -1px;
    transition-duration: 200ms;
    transition-property: width, outline, background-color;
    transition-timing-function: ease-in-out;
}

.table-editable td.editor input[type=text] {
    -moz-appearance: none;
    -moz-box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -webkit-box-sizing: border-box;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #606060;
    display: block;
    height: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    width: 100%;
}

.table-editable td.editor.error,
.table-editable tbody tr:nth-child(odd) td.editor.error {
    background-color: rgba(240, 184, 41, 0.1);
    outline: 1px solid #f0b829;
}

.table-editable td.editor :focus,
.table-editable th.editor :focus { outline: 0; }

.table-editable .sort-caret {
    border: 0;
    content: "";
    display: inline-block;
    font: 15px FontAwesome;
    height: 15px;
    margin-left: 0.3em;
    width: 15px;
}

.table-editable .ascending .sort-caret:before { content: "\f0d8"; }

.table-editable .descending .sort-caret:before { content: "\f0d7"; }

.chart-col-header { width: 100px; }

.table .chart-cell { padding: 3px; }

.source-col-header { width: 30%; }

.sources-table td, .sources-table th { text-align: center; }

.sources-table td:first-child, .sources-table th:first-child { text-align: left; }

/***********************************/

/**           LIVE GRID           **/

/**********************************/

.widget-container { min-height: 30px; }

.widget-container .widget:not(.fullscreened) > header { cursor: move; }

.widget-placeholder {
    background: rgba(255, 255, 255, 0.2);
    border: 1px dashed rgba(255, 255, 255, 0.6);
    margin: -1px -1px 29px -1px;
}

.list-group-item-placeholder {
    background: rgba(255, 255, 255, 0.2);
    border: 1px dashed rgba(255, 255, 255, 0.6);
    margin: -1px;
}

/***********************************/

/**      SLIMSCROLL OVERRIDE      **/

/**********************************/

.slimScrollBar { border-radius: 3px !important; }

/***********************************/

/**          UTILS                **/

/**********************************/

.text-align-center { text-align: center; }

.text-align-right { text-align: right; }

.well-white { background: rgba(255, 255, 255, 0.2); }

.margin-top { margin-top: 10px; }

.margin-bottom { margin-bottom: 10px; }

.no-margin { margin: 0 !important; }

.weight-normal { font-weight: normal; }

.visible-phone-landscape { display: none !important; }

.background-danger {
    background: #f53811;
    color: white;
}

.background-warning {
    background: #f0b829;
    color: white;
}

.background-success {
    background: #17c457;
    color: white;
}

.background-primary {
    background: #3a87c5;
    color: white;
}

.background-info {
    background: #25a1c5;
    color: white;
}

.background-lime {
    background: #8CBF26;
    color: white;
}

.loader {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.loader .spinner {
    font-size: 20px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

/***********************/

/*        Loader       */

/***********************/

.loader-wrap {
    -o-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    bottom: 0;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    text-align: center;
    top: 70px;
    transition: opacity 0.2s ease-out;
}

@media (min-width: 1049px) {
    .loader-wrap { margin-left: 185px; }

    .sidebar-on-right .loader-wrap {
        margin-left: 0;
        margin-right: 185px;
    }
}

@media (min-width: 768px) and (max-width: 1048px) {
    .loader-wrap { margin-left: 62px; }

    .sidebar-on-right .loader-wrap {
        margin-left: 0;
        margin-right: 62px;
    }
}

.sidebar-hidden .loader-wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.loader-wrap.hiding { opacity: 0; }

.loader-wrap .fa {
    font-size: 18px;
    line-height: 30px;
    margin-top: -85px;
    position: absolute;
    top: 50%;
    vertical-align: middle;
}

.attention {
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 0 5px;
    width: 8px;
}

.bg-addition { background-color: #eeeeee !important; }

ul.text-list, ol.text-list {
    margin-bottom: 9px;
    padding-left: 40px;
}

ul.text-list { list-style: disc; }

ol.text-list { list-style: decimal; }

@media (max-width: 320px) {
    .hidden-xs-portrait { display: none !important; }
}

@media (min-width: 768px) {
    .sidebar-hidden .sidebar { display: none; }
}

@media (max-width: 767px) {
    .sidebar.nav-collapse,
    .sidebar.nav-collapse.collapse {
        height: 0;
        overflow: hidden;
    }

    .sidebar.nav-collapse.collapse.in { height: auto; }

    body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-title { margin-top: 6px; }

    .sidebar,
    .sidebar-on-right .sidebar {
        display: block;
        left: 0;
        margin: 90px 5%;
        padding: 0;
        position: absolute;
        top: 0;
        width: 90%;
    }

    .sidebar .side-nav,
    .sidebar-on-right .sidebar .side-nav { margin: 10px 0; }

    .sidebar + .wrap, .sidebar-on-right .sidebar + .wrap {
        margin-left: 0;
        margin-right: 0;
    }

    .nv-controlsWrap { display: none; }

    .logo,
    .sidebar-on-right .logo,
    .sidebar-hidden .logo {
        display: block;
        left: 1.6%;
        padding-right: 5px;
        right: auto;
        top: 4px;
        width: 40px;
    }

    .widget-404-search, .widget-404 { width: 402px; }

    .widget-404 { padding: 0; }

    .widget-404 .body { margin-top: 0; }

    .single-widget-container .widget-404-search { margin-top: 0; }

    .single-widget-container .widget-404-search .search-field { width: 285px; }

    .single-widget-container.error-page { margin-top: -170px; }

    .navbar .nav > li > .dropdown-menu.messages,
    .navbar .nav > li > .dropdown-menu.support { margin-right: -68px; }

    .navbar .nav > li > .dropdown-menu.messages:after,
    .navbar .nav > li > .dropdown-menu.support:after { right: 85px; }

    .notifications {
        -o-transition: top 0.3s ease;
        -webkit-transition: top 0.3s ease;
        margin: 0;
        position: absolute;
        right: 0;
        top: 46px;
        transition: top 0.3s ease;
    }

    .mailbox .folder-title { float: none; }

    .mailbox .form-search { margin-top: 9px; }

    .mailbox .form-search label { display: block; }

    .mailbox .form-search .input-search {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 30px;
        width: 100%;
    }

    .mailbox .form-search .input-search:hover { width: 100%; }

    .mailbox-content { margin-top: 0; }

    .client-details { text-align: left; }

    .landing .logo { width: auto; }

    .landing .logo small { display: none; }

    .landing .features + .features { margin-top: 0; }

    .landing .feature { margin-bottom: 20px; }

    .carousel-landing {
        height: 215px;
        margin-bottom: -24px;
    }

    .carousel-landing h1 { font-size: 20px; }
}

@media (max-width: 480px) {
    .sidebar,
    .sidebar-on-right .sidebar {
        margin: 90px 2.5641%;
        width: 94.8718%;
    }

    .form-condensed .controls { margin-left: 0; }

    .form-horizontal .control-label {
        float: none;
        padding-top: 0;
        text-align: left;
        width: auto;
    }

    .form-horizontal .controls { margin-left: 0; }

    .form-horizontal .control-list { padding-top: 0; }

    .form-horizontal .form-actions {
        padding-left: 10px;
        padding-right: 10px;
    }

    body {
        padding-left: 0;
        padding-right: 0;
    }

    .login-widget, .registration-widget { width: 260px; }

    .widget-404-search, .widget-404 { width: 260px; }

    .widget-404 h1 {
        font-size: 80px;
        line-height: 80px;
    }

    .widget-404 h3 {
        font-size: 16.25px;
        line-height: 20px;
    }

    .single-widget-container .widget-404-search { margin-top: 0; }

    .single-widget-container .widget-404-search .search-field { width: 143px; }

    .single-widget-container.error-page { margin-top: -129px; }

    .navbar .nav > li > .dropdown-menu.messages { margin-right: -112px; }

    .navbar .nav > li > .dropdown-menu.messages:after { right: 129px; }

    .chat-footer .btn { padding: 4px 0; }

    .page-header .navbar-form {
        -o-transition: height 0.3s ease;
        -webkit-transition: height 0.3s ease;
        height: 0;
        margin: 20px 0 0;
        overflow: hidden;
        transition: height 0.3s ease;
        width: 100%;
    }

    .page-header .search-query {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        min-height: 30px;
        width: 100%;
    }

    .page-header .search-query:focus { width: 100%; }

    .visible-phone-landscape { display: block !important; }

    .hidden-phone-landscape { display: none !important; }
}

/***********************************/

/* custom widgets classes (email widget, charts, etc). This file can be removed. */

/***********************************/

/***********************************/

/**          EVENTS               **/

/**********************************/

.external-event {
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    margin: 15px 0;
    padding: 5px 10px;
}

/***********************************/

/**          FEED                 **/

/**********************************/

.feed {
    height: 100%;
    position: relative;
}

.feed .wrapper { position: relative; }

.feed .vertical-line {
    background: #eeeeee;
    height: 100%;
    left: 13px;
    position: absolute;
    width: 2px;
}

.feed-item { padding-right: 6px; }

.feed-item:before, .feed-item:after {
    content: " ";
    display: table;
}

.feed-item:after { clear: both; }

.feed-item .icon {
    background: #eeeeee;
    border-radius: 20px;
    color: #707070;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 28px;
    z-index: 1;
}

.feed-item .icon img {
    height: 26px;
    position: relative;
    top: -2px;
    width: 26px;
}

.feed-item + .feed-item { margin-top: 10px; }

.feed-item-body {
    margin-left: 40px;
    padding-top: 3px;
    vertical-align: bottom;
}

.feed-item-body .time {
    color: #808080;
    font-size: 12px;
    line-height: 1.5em;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
}

table.table thead .sorting { background: url("/lib/datatables/media/images/sort_both.png") no-repeat center right; }

table.table thead .sorting_asc { background: url("/lib/datatables/media/images/sort_asc.png") no-repeat center right; }

table.table thead .sorting_desc { background: url("/lib/datatables/media/images/sort_desc.png") no-repeat center right; }

table.table thead .sorting_asc_disabled { background: url("/lib/datatables/media/images/sort_asc_disabled.png") no-repeat center right; }

table.table thead .sorting_desc_disabled { background: url("/lib/datatables/media/images/sort_desc_disabled.png") no-repeat center right; }

.per-page-selector label {
    line-height: 26px;
    vertical-align: middle;
}

.table-top-control { margin-bottom: 5px; }

.table-bottom-control { margin-top: 10px; }

.table-bottom-control .pagination { margin: 0; }

/***********************************/

/**          FILEUPLOAD          **/

/**********************************/

.fileupload-progress.fade.in .progress {
    margin-bottom: 5px;
    margin-top: 20px;
}

.fileupload-progress.fade.in .progress-extended { margin-bottom: 10px; }

.fileupload-progress.fade .progress { margin: 0; }

.template-upload video { max-width: 200px; }

.dropzone {
    border: 2px dashed #aaa;
    border-radius: 3px;
    color: #aaa;
    font-size: 40px;
    line-height: 120px;
    margin-top: 10px;
    padding-left: 7%;
    vertical-align: middle;
}

.dropzone:before, .dropzone:after {
    content: " ";
    display: table;
}

.dropzone:after { clear: both; }

.dropzone i {
    margin-top: 20px;
    padding-right: 10%;
}

/***********************************/

/**         Search Result         **/

/***********************************/

.search-result-categories > li > a {
    background-color: transparent;
    color: #f8f8f8;
    font-weight: 400;
}

.search-result-categories > li > a:hover { color: #ffffff; }

.search-result-categories > li > a > .glyphicon { margin-right: 5px; }

.search-result-categories > li > a > .badge { float: right; }

.search-results-count { margin-top: 10px; }

.search-result-item {
    background-color: #ffffff;
    border-radius: 3px;
    padding: 20px;
}

.search-result-item:before, .search-result-item:after {
    content: " ";
    display: table;
}

.search-result-item:after { clear: both; }

.search-result-item .image-link {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    display: block;
    overflow: hidden;
}

@media (min-width: 768px) {
    .search-result-item .image-link {
        display: inline-block;
        float: left;
        margin: -20px 0 -20px -20px;
        width: 200px;
    }
}

@media (max-width: 767px) {
    .search-result-item .image-link { max-height: 200px; }
}

.search-result-item .image { max-width: 100%; }

.search-result-item .info {
    color: #808080;
    font-size: 12px;
    margin-top: 2px;
}

.search-result-item .description { color: #808080; }

.search-result-item + .search-result-item { margin-top: 20px; }

@media (min-width: 768px) {
    .search-result-item-body { margin-left: 200px; }
}

.search-result-item-heading { font-weight: 400; }

.search-result-item-heading > a { color: #606060; }

@media (min-width: 768px) {
    .search-result-item-heading { margin: 0; }
}

.pagination-search-result > li > a,
.pagination-search-result > li > span { color: #f8f8f8; }

.pagination-search-result > li > a:hover, .pagination-search-result > li > a:focus,
.pagination-search-result > li > span:hover,
.pagination-search-result > li > span:focus {
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.pagination-search-result > .disabled > span,
.pagination-search-result > .disabled > span:hover,
.pagination-search-result > .disabled > span:focus,
.pagination-search-result > .disabled > a,
.pagination-search-result > .disabled > a:hover,
.pagination-search-result > .disabled > a:focus { color: #ddd; }

.pagination-search-result > .active > a,
.pagination-search-result > .active > a:hover,
.pagination-search-result > .active > a:focus,
.pagination-search-result > .active > span,
.pagination-search-result > .active > span:hover,
.pagination-search-result > .active > span:focus {
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

/***********************************/

/**          ERROR PAGE           **/

/***********************************/

.error-container {
    padding-top: 5%;
    text-align: center;
}

.error-container > .btn {
    padding-left: 35px;
    padding-right: 35px;
}

.error-code {
    color: #ffffff;
    font-size: 80px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .error-code { font-size: 180px; }
}

.error-info { font-size: 20px; }

.error-help { font-size: 14px; }

.error-page .page-footer {
    bottom: 30px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
}

/***********************************/

/**            INVOICE            **/

/***********************************/

.invoice-logo {
    height: 70px;
    width: 253px;
}

.invoice-number {
    font-size: 19.5px;
    margin-top: 15px;
}

.invoice-number-info {
    color: #808080;
    font-size: 14px;
}

.invoice-info .details-title {
    color: #808080;
    margin: 0;
}

.invoice-actions { margin-top: 18px; }

.client-details { text-align: right; }

/***********************************/

/**             Inbox             **/

/***********************************/

.nav-email-folders > li > a {
    background-color: transparent;
    color: #eeeeee;
    font-weight: 400;
}

.nav-email-folders > li > a:hover {
    background-color: rgba(255, 255, 255, 0.25);
    color: #f8f8f8;
}

.nav-email-folders > li > a > .glyphicon { margin-right: 5px; }

.nav-email-folders > li > a > .fa-circle { margin-top: 3px; }

.nav-email-folders > li > a > .badge {
    background-color: #f53811;
    font-weight: 600;
}

.nav-email-folders > li.active > a, .nav-email-folders > li.active > a:hover, .nav-email-folders > li.active > a:focus {
    background-color: rgba(255, 255, 255, 0.25);
    color: #f8f8f8;
    font-weight: 600;
}

.nav-email-folders > li.active > a > .badge, .nav-email-folders > li.active > a:hover > .badge, .nav-email-folders > li.active > a:focus > .badge { color: #555; }

.widget-email-count {
    color: #808080;
    display: inline-block;
    font-size: 12px;
    line-height: 29px;
    margin: 0;
}

.widget-email-count + .widget-email-pagination {
    border-left: 1px solid #ddd;
    border-radius: 0;
    margin-left: 10px;
    padding-left: 15px;
    vertical-align: -9px;
}

.widget-email-pagination { margin: 0; }

.table-emails { margin-bottom: 0; }

.table-emails .name,
.table-emails .subject,
.table-emails .date { cursor: pointer; }

.table-emails .date {
    min-width: 65px;
    text-align: right;
}

.table-emails .unread {
    color: #606060;
    font-weight: 600;
}

.table-emails .favorite { text-align: center; }

.table-emails .starred {
    -o-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    color: #808080;
    cursor: pointer;
    transition: color 0.2s;
}

.table-emails .starred:hover { color: #f8f8f8; }

.table-emails .starred .fa-star { color: #f0b829; }

.widget-table-overflow .table-emails td:first-child, .table-emails th:first-child { padding-left: 17px; }

.widget-table-overflow .table-emails td:last-child, .table-emails th:last-child { padding-right: 17px; }

.compose-view { margin: 12px 17px; }

.email-view { margin: 12px 17px; }

.email-view hr { margin: 5px 0; }

.email-view .email-body { margin-top: 18px; }

.email-details img {
    float: left;
    height: 30px;
    width: 30px;
}

.email-details-content:before, .email-details-content:after {
    content: " ";
    display: table;
}

.email-details-content:after { clear: both; }

.email-details-content .email {
    color: #808080;
    font-size: 9.75px;
}

.email-details-content .receiver {
    color: #808080;
    display: block;
    margin-top: -6px;
}

.email-details-content .email-date {
    line-height: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

.email-attachments .attachment img { display: block; }

.email-attachments .attachment .title {
    font-weight: bold;
    margin: 0;
}

/***********************************/

/**            LANDING            **/

/***********************************/

.landing { padding-bottom: 40px; }

.landing .page-header {
    margin-left: 0;
    margin-right: 0;
}

.landing .navbar-menu > li > a {
    font-size: 16.25px;
    line-height: 40px;
    padding: 0 10px;
    width: auto;
}

.landing .navbar-buttons { margin-right: 20px; }

.landing .navbar-buttons > li { float: left; }

.landing .navbar-buttons > li > a { margin: 7px 10px; }

.landing .logo { position: static; }

.landing .content { padding: 25px 0; }

.landing .lead { font-weight: normal; }

.landing .btn { font-weight: normal; }

.landing .btn + .btn { margin-left: 10px; }

.landing .widget p { font-size: 14px; }

.landing .widget-about {
    margin-top: 60px;
    padding: 20px;
}

.landing .widget-about h2, .landing .widget-about h4 {
    font-weight: bold;
    margin-top: 0;
}

.landing .widget-about .preview { margin: 40px 0; }

.landing .widget-about .btn { color: white; }

.landing .img-about { margin-top: 8px; }

.landing .features { margin-top: 60px; }

.landing .feature { text-align: center; }

.landing .feature .icon {
    border-radius: 50%;
    display: inline-block;
    font-size: 40px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    width: 60px;
}

.landing .feature .icon > i { color: #ffffff; }

.landing .thanks { margin-top: 60px; }

.landing .back-to-top { color: #f8f8f8; }

.widget-white {
    -webkit-box-shadow: 0 -1px 1px rgba(103, 103, 103, 0.4), 0 1px 1px rgba(103, 103, 103, 0.4);
    background: #ffffff;
    box-shadow: 0 -1px 1px rgba(103, 103, 103, 0.4), 0 1px 1px rgba(103, 103, 103, 0.4);
    color: #606060;
}

.widget-white * { color: #606060; }

.carousel-landing {
    height: 450px;
    overflow: hidden;
}

.carousel-landing img { max-width: 100%; }

.carousel-landing h1 {
    font-size: 45px;
    line-height: 1.1;
}

.carousel-landing .item > .row > *:first-child { text-align: right; }

.carousel-landing .slide-one-header { margin-top: 80px; }

.carousel-landing .slide-two-header { margin-bottom: 40px; }

.carousel-landing .slide-three-header {
    margin-bottom: 20px;
    margin-top: 100px;
}

.carousel-landing .btn-version-preview { margin-top: 20px; }

@media (min-width: 480px) and (max-width: 768px) {
    .carousel-landing .btn-version-preview { display: none; }
}

.carousel-fade .carousel-inner > .item {
    -o-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.carousel-fade .carousel-inner > .next,
.carousel-fade .carousel-inner > .prev { left: auto; }

.carousel-fade .carousel-inner > .next.left,
.carousel-fade .carousel-inner > .prev.right {
    left: auto;
    opacity: 1;
}

.carousel-fade .carousel-inner > .active.left,
.carousel-fade .carousel-inner > .active.right,
.carousel-fade .carousel-inner > .next,
.carousel-fade .carousel-inner > .prev {
    left: auto;
    opacity: 0;
}

.carousel-control-landing {
    opacity: 1;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
    width: 2%;
}

@media screen and (min-width: 768px) {
    .carousel-control-landing .icon-prev,
    .carousel-control-landing .icon-next { font-size: 50px; }
}

.carousel-control-landing.left { background: none; }

.carousel-control-landing.right { background: none; }

/***********************/

/*    Notifications    */

/***********************/

.location-selector {
    background-color: #fafafa;
    border: 1px dashed #ddd;
    height: 220px;
    position: relative;
    width: 100%;
}

.location-selector .bit {
    -o-transition: background-color 0.15s ease-in-out;
    -webkit-transition: background-color 0.15s ease-in-out;
    background-color: #e0e0e0;
    cursor: pointer;
    position: absolute;
    transition: background-color 0.15s ease-in-out;
}

.location-selector .bit:hover { background-color: #d4d4d4; }

.location-selector .bit.top, .location-selector .bit.bottom {
    height: 25%;
    margin: 0 30%;
    width: 40%;
}

.location-selector .bit.top { top: 0; }

.location-selector .bit.bottom { bottom: 0; }

.location-selector .bit.right, .location-selector .bit.left {
    height: 20%;
    margin-left: 0;
    margin-right: 0;
    width: 20%;
}

.location-selector .bit.right { right: 0; }

.location-selector .bit.left { left: 0; }

/***********************************/

/**          BOXES               **/

/**********************************/

/*boxes*/

.box {
    background: #ffffff;
    border-radius: 3px;
    color: #606060;
    margin-bottom: 30px;
    padding: 5px;
    text-align: center;
}

.box .description {
    font-weight: normal;
    margin: 10px -5px;
    text-align: center;
}

.box .icon, .box .big-text {
    font-size: 36px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    margin-top: 15px;
}

/***********************************/

/**          CHARTS               **/

/**********************************/

.large .pie-chart { height: 212px; }

.xlarge .pie-chart { height: 298px; }

.pie-chart { position: relative; }

.pie-chart .total {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
}

.pie-chart .visits {
    color: #606060;
    font-size: 16.25px;
    font-weight: 400;
}

.pie-chart-footer .controls {
    margin-top: 16px;
    width: 100%;
}

.pie-chart-footer .control {
    -moz-box-sizing: content-box;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-box-sizing: content-box;
    -webkit-user-select: none;
    background: #eeeeee;
    box-sizing: content-box;
    color: #606060;
    cursor: pointer;
    float: left;
    font-weight: normal;
    margin-left: 0.5%;
    padding: 3px 2%;
    text-align: center;
    user-select: none;
    width: 20.625%;
}

.pie-chart-footer .control:first-child {
    border-bottom-left-radius: 3px;
    margin-left: 0;
}

.pie-chart-footer .control:last-child { border-bottom-right-radius: 3px; }

.pie-chart-footer .control.disabled { border-top: 3px solid transparent !important; }

.pie-chart-footer .control .key {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}

.pie-chart-footer .control .value {
    font-size: 16.25px;
    font-weight: bold;
    margin-bottom: 5px;
}

.visits-chart { height: 200px; }

.visits-info {
    border: none;
    margin: 12px -17px -12px;
    padding-bottom: 3px;
    padding-top: 18px;
    text-align: center;
}

.visits-info .key { color: #606060; }

.visits-info .value {
    font-size: 16.25px;
    margin-bottom: 16px;
    margin-top: 16px;
}

/* disable bootstrap 3 border-box for tooltips */

.jqstooltip, .jqstooltip * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/***********************************/

/**          NEWS LIST           **/

/**********************************/

/**
 * Legacy .users-list. Will be removed in next release.
 */

.news-list.news-list-no-hover li:hover,
.users-list.news-list-no-hover li:hover {
    background: none;
    cursor: default;
}

.news-list.stretchable > li,
.users-list.stretchable > li { height: auto; }

.news-list li,
.users-list li {
    -moz-box-sizing: content-box;
    -o-transition: background-color 0.2s ease-out;
    -webkit-box-sizing: content-box;
    -webkit-transition: background-color 0.2s ease-out;
    border-top: 1px solid #eeeeee;
    box-sizing: content-box;
    cursor: pointer;
    height: 50px;
    margin: 0 -17px;
    padding: 12px;
    transition: background-color 0.2s ease-out;
}

.news-list li:hover,
.users-list li:hover { background: #eeeeee; }

.news-list li:last-child,
.users-list li:last-child { margin-bottom: -12px; }

.news-list img,
.news-list .icon,
.users-list img,
.users-list .icon {
    float: left;
    height: 50px;
    width: 50px;
}

.news-list .icon,
.users-list .icon {
    border-radius: 50%;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
}

.news-list .news-item-info,
.users-list .news-item-info {
    margin-left: 62px;
    /*50 + 12px padding*/
}

.news-list .name, .news-list .time, .news-list .position,
.users-list .name,
.users-list .time,
.users-list .position { line-height: 16px; }

.news-list h4.name,
.users-list h4.name { text-transform: none; }

.news-list .name,
.users-list .name {
    margin: 0;
    text-transform: uppercase;
}

.news-list .name a,
.users-list .name a { text-decoration: none; }

.news-list .name a:hover,
.users-list .name a:hover { color: #4D9DD7; }

.news-list p,
.users-list p {
    font-size: 90%;
    line-height: 1.4;
    margin-top: 5px;
}

.news-list .time,
.users-list .time {
    color: #808080;
    font-size: 12px;
}

.news-list .options,
.users-list .options { margin-top: 5px; }

.news-list .comment,
.users-list .comment {
    color: #606060;
    font-size: 12px;
    line-height: 1.3em;
}

.users-list-group img {
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
}

.users-list-group .fa-circle { margin-top: 14px; }

/***********************************/

/**          LOGIN                **/

/**********************************/

.single-widget-container {
    left: 0;
    position: absolute;
    top: 5px;
    width: 100%;
}

.single-widget-container .widget { margin: 0 auto; }

.login-widget, .registration-widget {
    padding-bottom: 0;
    width: 450px;
}

.login-widget header, .registration-widget header { margin: 15px 0 25px 0; }

.login-widget .form-control, .registration-widget .form-control { font-size: 13px; }

.login-widget .input-group-addon, .registration-widget .input-group-addon { padding: 8px 7px; }

.login-widget .input-group-addon i, .login-widget .input-group-addon i:before, .login-widget .input-group-addon i:after, .registration-widget .input-group-addon i, .registration-widget .input-group-addon i:before, .registration-widget .input-group-addon i:after {
    margin: 0;
    width: 20px;
}

.login-widget .form-actions, .registration-widget .form-actions {
    margin: 0 -17px;
    padding: 20px 15px 0 15px;
}

.login-widget .form-actions .small-circle, .registration-widget .form-actions .small-circle {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.login-widget .form-actions .small-circle i, .registration-widget .form-actions .small-circle i {
    left: 1px;
    position: relative;
}

.login-widget .form-actions .forgot, .registration-widget .form-actions .forgot {
    color: #606060;
    display: block;
    padding: 15px 0;
    text-align: center;
}

.login-widget footer, .registration-widget footer {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin: 0 -17px;
    overflow: hidden;
    position: static;
}

.login-widget .facebook-login, .registration-widget .facebook-login {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background: #dd992e;
    box-sizing: content-box;
    height: 30px;
    padding-top: 10px;
    text-align: center;
}

.login-widget .facebook-login a, .registration-widget .facebook-login a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    text-shadow: none;
}

/***********************************/

/**          CHAT                 **/

/**********************************/

.chat-messages { padding-right: 15px; }

.chat-footer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding-top: 10px;
}

.chat-footer input { margin-bottom: 0; }

.chat-message:before, .chat-message:after {
    content: " ";
    display: table;
}

.chat-message:after { clear: both; }

.chat-message .icon {
    border-radius: 53px;
    height: 53px;
    line-height: 53px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 53px;
    z-index: 1;
}

.chat-message .icon img {
    height: 50px;
    position: relative;
    top: -2px;
    width: 50px;
}

.chat-message .time {
    color: #808080;
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
}

.chat-message + .chat-message { margin-top: 10px; }

.chat-message-body {
    background: #eeeeee;
    border-left: 2px solid #e6e6e6;
    border-radius: 3px;
    margin-left: 63px;
    padding: 8px 10px;
    position: relative;
}

.chat-message-body.on-left {
    border-left: none;
    border-right: 2px solid #e6e6e6;
    margin-left: 0;
    margin-right: 63px;
}

.chat-message-body.on-left .arrow {
    border-left: 5px solid #e6e6e6;
    border-right: none;
    left: auto;
    right: -7px;
}

.chat-message-body.on-left .sender, .chat-message-body.on-left .text { text-align: right; }

.chat-message-body .arrow {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #e6e6e6;
    border-top: 5px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 21px;
    width: 0;
}

/***********************************/

/**          STATS-ACTIVITY       **/

/**********************************/

.overall-stats li { margin-top: 12px; }

.overall-stats .key {
    line-height: 18px;
    margin-left: 5px;
}

.overall-stats .icon { text-align: center; }

.overall-stats .value { text-align: right; }

.server-stats {
    margin-bottom: 2px;
    margin-top: -3px;
}

.server-stats li { margin-bottom: 10px; }

.server-stats li:last-child { margin-bottom: 0; }

.server-stats .progress { margin-bottom: 0; }

/***********************************/

/**           ICON LIST           **/

/***********************************/

.icon-list { margin-top: 18px; }

.icon-list-item {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}

.icon-list-item > a {
    color: #606060;
    text-decoration: none;
}

.icon-list-item .glyphicon,
.icon-list-item .fa {
    margin-right: 10px;
    width: 32px;
}

.icon-list-item:hover .glyphicon,
.icon-list-item:hover .fa { font-size: 28px; }

.icon-list-item:hover .fa { vertical-align: -5px; }

.icon-list-item:hover .glyphicon { vertical-align: -6px; }

/***********************************/

/**      LIST GROUP SORTABLE      **/

/***********************************/

.list-group-sortable > .list-group-item {
    border-radius: 3px;
    margin-bottom: 0;
}

.list-group-sortable > .list-group-item + .list-group-item { margin-top: 9px; }

.list-group-sortable > .list-group-item-placeholder {
    background-color: rgba(255, 255, 255, 0.25);
    border: 1px dashed #999999;
}

.list-group-sortable:last-of-type > .list-group-item:last-child { border-bottom: 1px solid transparent; }

/**
 * Nestable
 */

.dd {
    display: block;
    font-size: 13px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    max-width: 600px;
    padding: 0;
    position: relative;
}

.dd-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.dd-list .dd-list { padding-left: 30px; }

.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    min-height: 20px;
    padding: 0;
    position: relative;
}

.dd-handle {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #ffffff;
    border-radius: 3px;
    box-sizing: border-box;
    color: #606060;
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    text-decoration: none;
}

.dd-item > button {
    background: transparent;
    border: 0;
    color: #606060;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 1;
    margin: 5px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 100%;
    white-space: nowrap;
    width: 25px;
}

.dd-item > button:before {
    content: '+';
    display: block;
    position: absolute;
    text-align: center;
    text-indent: 0;
    width: 100%;
}

.dd-item > button[data-action="collapse"]:before { content: '-'; }

.dd-placeholder,
.dd-empty {
    -moz-box-sizing: border-box;
    background: rgba(255, 255, 255, 0.2);
    border: 1px dashed rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    margin: 5px 0;
    min-height: 30px;
    padding: 0;
}

.dd-empty {
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.75) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.75) 75%, rgba(255, 255, 255, 0.75)), -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.75) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.75) 75%, rgba(255, 255, 255, 0.75));
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.75) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.75) 75%, rgba(255, 255, 255, 0.75)), linear-gradient(45deg, rgba(255, 255, 255, 0.75) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.75) 75%, rgba(255, 255, 255, 0.75));
    background-position: 0 0, 30px 30px;
    background-size: 60px 60px;
    border: 1px dashed rgba(255, 255, 255, 0.6);
    border-radius: 3px;
    min-height: 100px;
}

.dd-dragel {
    pointer-events: none;
    position: absolute;
    z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle { margin-top: 0; }

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

/**
 * Nestable Extras
 */

.nestable-lists {
    border: 0;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    clear: both;
    display: block;
    padding: 30px 0;
    width: 100%;
}

@media only screen and (min-width: 700px) {
    .dd + .dd { margin-left: 2%; }
}

.dd-hover > .dd-handle { background: #2ea8e5 !important; }

/**
 * Nestable Draggable Handles
 */

.dd3-content {
    -moz-box-sizing: border-box;
    -webkit-border-radius: 3px;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    color: #333;
    display: block;
    font-weight: bold;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    text-decoration: none;
}

.dd3-content:hover {
    background: #fff;
    color: #2ea8e5;
}

.dd-dragel > .dd3-item > .dd3-content { margin: 0; }

.dd3-item > button { margin-left: 30px; }

.dd3-handle {
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: linear-gradient(top, #ddd 0%, #bbb 100%);
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    cursor: pointer;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 0;
    white-space: nowrap;
    width: 30px;
}

.dd3-handle:before {
    color: #fff;
    content: '≡';
    display: block;
    font-size: 20px;
    font-weight: normal;
    left: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 3px;
    width: 100%;
}

.dd3-handle:hover { background: #ddd; }

@media print {
    hr { border-bottom-color: #999999; }

    blockquote {
        border-bottom: none;
        border-right: none;
        border-top: none;
    }

    .sidebar { display: none; }

    .wrap { margin: 0; }

    .page-header { display: none; }

    .logo {
        position: static;
        width: auto;
    }

    .table, .table td, .table th {
        background: #ffffff !important;
        border: none !important;
    }

    .table td { border-top: 1px solid #999999 !important; }

    .hidden-print { display: none !important; }

    .client-details { text-align: right; }

    .col-print-1,
    .col-print-2,
    .col-print-3,
    .col-print-4,
    .col-print-5,
    .col-print-6,
    .col-print-7,
    .col-print-8,
    .col-print-9,
    .col-print-10,
    .col-print-11 { float: left; }

    .col-print-1 { width: 8.3333333333%; }

    .col-print-2 { width: 16.6666666667%; }

    .col-print-3 { width: 25%; }

    .col-print-4 { width: 33.3333333333%; }

    .col-print-5 { width: 41.6666666667%; }

    .col-print-6 { width: 50%; }

    .col-print-7 { width: 58.3333333333%; }

    .col-print-8 { width: 66.6666666667%; }

    .col-print-9 { width: 75%; }

    .col-print-10 { width: 83.3333333333%; }

    .col-print-11 { width: 91.6666666667%; }

    .col-print-12 { width: 100%; }

    .col-print-push-0 { left: auto; }

    .col-print-push-1 { left: 8.3333333333%; }

    .col-print-push-2 { left: 16.6666666667%; }

    .col-print-push-3 { left: 25%; }

    .col-print-push-4 { left: 33.3333333333%; }

    .col-print-push-5 { left: 41.6666666667%; }

    .col-print-push-6 { left: 50%; }

    .col-print-push-7 { left: 58.3333333333%; }

    .col-print-push-8 { left: 66.6666666667%; }

    .col-print-push-9 { left: 75%; }

    .col-print-push-10 { left: 83.3333333333%; }

    .col-print-push-11 { left: 91.6666666667%; }

    .col-print-pull-0 { right: auto; }

    .col-print-pull-1 { right: 8.3333333333%; }

    .col-print-pull-2 { right: 16.6666666667%; }

    .col-print-pull-3 { right: 25%; }

    .col-print-pull-4 { right: 33.3333333333%; }

    .col-print-pull-5 { right: 41.6666666667%; }

    .col-print-pull-6 { right: 50%; }

    .col-print-pull-7 { right: 58.3333333333%; }

    .col-print-pull-8 { right: 66.6666666667%; }

    .col-print-pull-9 { right: 75%; }

    .col-print-pull-10 { right: 83.3333333333%; }

    .col-print-pull-11 { right: 91.6666666667%; }

    .col-print-offset-0 { margin-left: 0; }

    .col-print-offset-1 { margin-left: 8.3333333333%; }

    .col-print-offset-2 { margin-left: 16.6666666667%; }

    .col-print-offset-3 { margin-left: 25%; }

    .col-print-offset-4 { margin-left: 33.3333333333%; }

    .col-print-offset-5 { margin-left: 41.6666666667%; }

    .col-print-offset-6 { margin-left: 50%; }

    .col-print-offset-7 { margin-left: 58.3333333333%; }

    .col-print-offset-8 { margin-left: 66.6666666667%; }

    .col-print-offset-9 { margin-left: 75%; }

    .col-print-offset-10 { margin-left: 83.3333333333%; }

    .col-print-offset-11 { margin-left: 91.6666666667%; }
}

.grow { transition: all .2s ease-in-out; }

.grow:hover {
    border-radius: 4px;
    transform: scale(2);
}

.growhalf { transition: all .2s ease-in-out; }

.growhalf:hover {
    border-radius: 10px;
    transform: scale(1.5);
}

.ui-ribbon-container { position: relative; }

.ui-ribbon-container .ui-ribbon-wrapper {
    height: 88px;
    overflow: hidden;
    position: absolute;
    right: -3px;
    top: -3px;
    width: 85px;
}

.ui-ribbon-container.ui-ribbon-primary .ui-ribbon { background-color: #5b90bf; }

.ui-ribbon-container .ui-ribbon {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #2b6e80;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    left: -5px;
    line-height: 20px;
    padding: 7px 0;
    position: relative;
    text-align: center;
    top: 15px;
    transform: rotate(45deg);
    width: 120px;
}

.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:after,
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:before { border-top: 2px solid #5b90bf; }

.ui-ribbon-container .ui-ribbon:before {
    bottom: -1px;
    left: 0;
}

.ui-ribbon-container .ui-ribbon:before { right: 0; }

.ui-ribbon-container .ui-ribbon:after,
.ui-ribbon-container .ui-ribbon:before {
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 2px solid #555;
    content: " ";
    line-height: 0;
    position: absolute;
}
i {
  margin-right: 4px !important;
}

/*!
 * Bootstrap-select v1.7.3 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select {
    width: 220px \0;
    /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
    padding-right: 25px;
    width: 100%;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle { border-color: #b94a48; }

.bootstrap-select.fit-width { width: auto !important; }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { width: 220px; }

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.bootstrap-select.form-control:not([class*="col-"]) { width: 100%; }

.bootstrap-select.form-control.input-group-btn { z-index: auto; }

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    display: inline-block;
    float: none;
    margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right { float: right; }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group { margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control { padding: 0; }

.form-inline .bootstrap-select.btn-group .form-control { width: 100%; }

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled { cursor: not-allowed; }

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus { outline: none !important; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    text-align: left;
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    margin-top: -2px;
    position: absolute;
    right: 12px;
    top: 50%;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle { width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;
    z-index: 1035;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    -webkit-box-shadow: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    float: none;
    margin: 0;
    padding: 0;
    position: static;
}

.bootstrap-select.btn-group .dropdown-menu li { position: relative; }

.bootstrap-select.btn-group .dropdown-menu li.active small { color: #fff; }

.bootstrap-select.btn-group .dropdown-menu li.disabled a { cursor: not-allowed; }

.bootstrap-select.btn-group .dropdown-menu li a { cursor: pointer; }

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    padding-left: 2.25em;
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark { display: none; }

.bootstrap-select.btn-group .dropdown-menu li a span.text { display: inline-block; }

.bootstrap-select.btn-group .dropdown-menu li small { padding-left: 0.5em; }

.bootstrap-select.btn-group .dropdown-menu .notify {
    -moz-box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-sizing: border-box;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    bottom: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    margin: 0 2%;
    min-height: 26px;
    opacity: 0.9;
    padding: 3px 5px;
    pointer-events: none;
    position: absolute;
    width: 96%;
}

.bootstrap-select.btn-group .no-results {
    background: #f5f5f5;
    margin: 0 5px;
    padding: 3px;
    white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option { position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    margin-top: -1px;
    position: static;
    top: auto;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    display: inline-block;
    margin-top: 5px;
    position: absolute;
    right: 15px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text { margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle { z-index: 1036; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: -4px;
    content: '';
    display: none;
    left: 9px;
    position: absolute;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: -4px;
    content: '';
    display: none;
    left: 10px;
    position: absolute;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    border-bottom: 0;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    bottom: auto;
    top: -3px;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    border-bottom: 0;
    border-top: 6px solid white;
    bottom: auto;
    top: -3px;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    left: auto;
    right: 12px;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    left: auto;
    right: 13px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after { display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton { padding: 4px 8px; }

.bs-actionsbox {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

.bs-actionsbox .btn-group button { width: 50%; }

.bs-donebutton {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

.bs-donebutton .btn-group button { width: 100%; }

.bs-searchbox + .bs-actionsbox { padding: 0 8px 4px; }

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
}

select.bs-select-hidden,
select.selectpicker { display: none !important; }

select.mobile-device {
    display: block !important;
    height: 100% !important;
    left: 0;
    opacity: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
}
/*# sourceMappingURL=bootstrap-select.css.map */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    -webkit-transform: translate3d(0, 0, 0);
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 9999;
}

#cboxWrapper { max-width: none; }

#cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft { clear: left; }

#cboxContent { position: relative; }

#cboxLoadedContent {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

#cboxTitle { margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor: pointer; }

.cboxPhoto {
    -ms-interpolation-mode: bicubic;
    border: 0;
    display: block;
    float: left;
    margin: auto;
    max-width: none;
}

.cboxIframe {
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay { background: url(images/overlay.png) repeat 0 0; }

#colorbox { outline: 0; }

#cboxTopLeft {
    background: url(images/controls.png) no-repeat -101px 0;
    height: 21px;
    width: 21px;
}

#cboxTopRight {
    background: url(images/controls.png) no-repeat -130px 0;
    height: 21px;
    width: 21px;
}

#cboxBottomLeft {
    background: url(images/controls.png) no-repeat -101px -29px;
    height: 21px;
    width: 21px;
}

#cboxBottomRight {
    background: url(images/controls.png) no-repeat -130px -29px;
    height: 21px;
    width: 21px;
}

#cboxMiddleLeft {
    background: url(images/controls.png) left top repeat-y;
    width: 21px;
}

#cboxMiddleRight {
    background: url(images/controls.png) right top repeat-y;
    width: 21px;
}

#cboxTopCenter {
    background: url(images/border.png) 0 0 repeat-x;
    height: 21px;
}

#cboxBottomCenter {
    background: url(images/border.png) 0 -29px repeat-x;
    height: 21px;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe { background: #fff; }

#cboxError {
    border: 1px solid #ccc;
    padding: 50px;
}

#cboxLoadedContent { margin-bottom: 28px; }

#cboxTitle {
    bottom: 4px;
    color: #949494;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

#cboxCurrent {
    bottom: 4px;
    color: #949494;
    left: 58px;
    position: absolute;
}

#cboxLoadingOverlay { background: url(images/loading_background.png) no-repeat center center; }

#cboxLoadingGraphic { background: url(images/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    background: none;
    border: 0;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active { outline: 0; }

#cboxSlideshow {
    bottom: 4px;
    color: #0092ef;
    position: absolute;
    right: 30px;
}

#cboxPrevious {
    background: url(images/controls.png) no-repeat -75px 0;
    bottom: 0;
    height: 25px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    width: 25px;
}

#cboxPrevious:hover { background-position: -75px -25px; }

#cboxNext {
    background: url(images/controls.png) no-repeat -50px 0;
    bottom: 0;
    height: 25px;
    left: 27px;
    position: absolute;
    text-indent: -9999px;
    width: 25px;
}

#cboxNext:hover { background-position: -50px -25px; }

#cboxClose {
    background: url(images/controls.png) no-repeat -25px 0;
    bottom: 0;
    height: 25px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 25px;
}

#cboxClose:hover { background-position: -25px -25px; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#FFFFFF); }
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

@keyframes bake-pie {
    from { transform: rotate(0deg) translate3d(0, 0, 0); }
}

main {
    margin: 30px auto;
    width: 400px;
}

section { margin-top: 30px; }

.pieID {
    display: inline-block;
    vertical-align: top;
}

.pie {
    height: 200px;
    margin: 0 30px 30px 0;
    position: relative;
    width: 200px;
}

.pie::before {
    background: #EEE;
    border-radius: 50%;
    content: "";
    display: block;
    height: 100px;
    left: 50px;
    position: absolute;
    top: 50px;
    width: 100px;
    z-index: 1;
}

.pie::after {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
    content: "";
    display: block;
    height: 2px;
    margin: 220px auto;
    width: 120px;  
}

.slice {
    animation: bake-pie 1s;
    clip: rect(0px, 200px, 200px, 100px);
    height: 200px;
    position: absolute;
    width: 200px;
}

.slice span {
    background-color: black;
    border-radius: 50%;
    clip: rect(0px, 200px, 200px, 100px);
    display: block;
    height: 200px;
    left: 0;
    position: absolute;
    top: 0;
    width: 200px;
}

.legend {
    background: #FFF;
    box-shadow: 1px 1px 0 #DDD,
                2px 2px 0 #BBB;
    font-size: 13px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding: 15px;
}

.legend li {
    border-left: 1.25em solid black;
    height: 1.25em;
    margin-bottom: 0.7em;
    padding-left: 0.5em;
    width: 180px;
}

.legend em { font-style: normal; }

.legend span { float: right; }

footer {
    background: #DDD;
    bottom: 0;
    font-size: 13px;
    margin: 5px;
    padding: 5px 10px;
    position: fixed;
    right: 0;
}

i {
    margin-right: 4px;
}
/*! jQuery UI - v1.12.1 - 2016-12-22
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=15&bgImgOpacityHighlight=25&bgImgOpacityActive=50&bgImgOpacityHover=100&bgImgOpacityDefault=80&bgImgOpacityContent=100&bgImgOpacityHeader=100&cornerRadiusShadow=8px&offsetLeftShadow=-7px&offsetTopShadow=-7px&thicknessShadow=7px&opacityShadow=30&bgImgOpacityShadow=70&bgTextureShadow=highlight_hard&bgColorShadow=%23000000&opacityOverlay=80&bgImgOpacityOverlay=90&bgTextureOverlay=diagonals_thick&bgColorOverlay=%23eeeeee&iconColorError=%23ffffff&fcError=%23ffffff&borderColorError=%23cd0a0a&bgTextureError=flat&bgColorError=%23cd0a0a&iconColorHighlight=%232e83ff&fcHighlight=%23363636&borderColorHighlight=%23f9dd34&bgTextureHighlight=highlight_soft&bgColorHighlight=%23ffef8f&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%232694e8&bgTextureActive=glass&bgColorActive=%233baae3&iconColorHover=%232694e8&fcHover=%230070a3&borderColorHover=%2374b2e2&bgTextureHover=glass&bgColorHover=%23e4f1fb&iconColorDefault=%233d80b3&fcDefault=%232779aa&borderColorDefault=%23aed0ea&bgTextureDefault=glass&bgColorDefault=%23d7ebf9&iconColorContent=%23052740&fcContent=%23362b36&borderColorContent=%23dddddd&bgTextureContent=highlight_hard&bgColorContent=%23f2f5f7&iconColorHeader=%2372a7cf&fcHeader=%23222222&borderColorHeader=%23aed0ea&bgTextureHeader=highlight_soft&bgColorHeader=%23deedf7&cornerRadius=10px&fwDefault=normal&fsDefault=12pt&ffDefault=Calibri
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

/* Layout helpers
----------------------------------*/

.ui-helper-hidden { display: none; }

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    border: 0;
    font-size: 100%;
    line-height: 1.3;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    border-collapse: collapse;
    content: "";
    display: table;
}

.ui-helper-clearfix:after { clear: both; }

.ui-helper-zfix {
    filter: Alpha(Opacity=0); /* support: IE8 */
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ui-front { z-index: 100; }


/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}


/* Icons
----------------------------------*/

.ui-icon {
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: -.25em;
    overflow: hidden;
    position: relative;
    text-indent: -99999px;
    vertical-align: middle;
}

.ui-widget-icon-block {
    display: block;
    left: 50%;
    margin-left: -8px;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.ui-resizable { position: relative; }

.ui-resizable-handle {
    -ms-touch-action: none;
    display: block;
    font-size: 0.1px;
    position: absolute;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle { display: none; }

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    left: 0;
    top: -5px;
    width: 100%;
}

.ui-resizable-s {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%;
}

.ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px;
}

.ui-resizable-w {
    cursor: w-resize;
    height: 100%;
    left: -5px;
    top: 0;
    width: 7px;
}

.ui-resizable-se {
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px;
}

.ui-resizable-sw {
    bottom: -5px;
    cursor: sw-resize;
    height: 9px;
    left: -5px;
    width: 9px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    height: 9px;
    left: -5px;
    top: -5px;
    width: 9px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    height: 9px;
    right: -5px;
    top: -5px;
    width: 9px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    border: 1px dotted black;
    position: absolute;
    z-index: 100;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    display: block;
    font-size: 100%;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    position: relative;
}

.ui-accordion .ui-accordion-content {
    border-top: 0;
    overflow: auto;
    padding: 1em 2.2em;
}

.ui-autocomplete {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0;
}

.ui-menu {
    display: block;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
}

.ui-menu .ui-menu { position: absolute; }

.ui-menu .ui-menu-item {
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    margin: 0;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 3px 1em 3px .4em;
    position: relative;
}

.ui-menu .ui-menu-divider {
    border-width: 1px 0 0 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 5px 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active { margin: -1px; }

/* icon support */

.ui-menu-icons { position: relative; }

.ui-menu-icons .ui-menu-item-wrapper { padding-left: 2em; }

/* left-aligned */

.ui-menu .ui-icon {
    bottom: 0;
    left: .2em;
    margin: auto 0;
    position: absolute;
    top: 0;
}

/* right-aligned */

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin-right: .1em;
    /* Support: IE <= 11 */
    overflow: visible;
    padding: .4em 1em;
    position: relative;
    text-align: center;
    user-select: none;

    vertical-align: middle;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active { text-decoration: none; }

/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only {
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
    width: 2em;
}

/* no icon support for input elements */

input.ui-button.ui-button-icon-only { text-indent: 0; }

/* button icon element(s) */

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-button.ui-icon-notext .ui-icon {
    height: 2.1em;
    padding: 0;
    text-indent: -9999px;
    white-space: nowrap;
    width: 2.1em;
}

input.ui-button.ui-icon-notext .ui-icon {
    height: auto;
    padding: .4em 1em;
    text-indent: 0;
    white-space: normal;
    width: auto;
}

/* workarounds */

/* Support: Firefox 5 - 40 */

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

.ui-controlgroup {
    display: inline-block;
    vertical-align: middle;
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus { z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
    width: 100%;
}

.ui-controlgroup-vertical .ui-controlgroup-item { box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label { padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span { font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item { border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item { border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content { border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content { border-bottom: none; }

/* Spinner specific style fixes */

.ui-controlgroup-vertical .ui-spinner-input {

    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up { border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
    border: none;
    border-radius: .12em;
    box-shadow: inset 1px 1px 1px #ccc;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    border: none;
    border-radius: 1em;
    height: 16px;
    overflow: visible;
    width: 16px;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    border-style: solid;
    border-width: 4px;
    height: 8px;
    width: 8px;
}

.ui-checkboxradio-disabled { pointer-events: none; }

.ui-datepicker {
    display: none;
    padding: .2em .2em 0;
    width: 17em;
}

.ui-datepicker .ui-datepicker-header {
    padding: .2em 0;
    position: relative;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover { top: 1px; }

.ui-datepicker .ui-datepicker-prev { left: 2px; }

.ui-datepicker .ui-datepicker-next { right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover { left: 1px; }

.ui-datepicker .ui-datepicker-next-hover { right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 45%; }

.ui-datepicker table {
    border-collapse: collapse;
    font-size: .9em;
    margin: 0 0 .4em;
    width: 100%;
}

.ui-datepicker th {
    border: 0;
    font-weight: bold;
    padding: .7em .3em;
    text-align: center;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: .7em 0 0 0;
    padding: 0 .2em;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: .5em .2em .4em;
    overflow: visible;
    padding: .2em .6em .3em .6em;
    width: auto;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi { width: auto; }

.ui-datepicker-multi .ui-datepicker-group { float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto .4em;
    width: 95%;
}

.ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; }

.ui-datepicker-row-break {
    clear: both;
    font-size: 0;
    width: 100%;
}

/* RTL support */

.ui-datepicker-rtl { direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group { float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}

/* Icons */

.ui-datepicker .ui-icon {
    background-repeat: no-repeat;
    display: block;
    left: .5em;
    overflow: hidden;
    text-indent: -99999px;
    top: .3em;
}

.ui-dialog {
    left: 0;
    outline: 0;
    padding: .2em;
    position: absolute;
    top: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}

.ui-dialog .ui-dialog-titlebar-close {
    height: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
}

.ui-dialog .ui-dialog-content {
    background: none;
    border: 0;
    overflow: auto;
    padding: .5em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-buttonpane {
    background-image: none;
    border-width: 1px 0 0 0;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
    text-align: left;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }

.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    margin: .5em .4em .5em 0;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    right: 0;
    width: 2px;
}

.ui-dialog .ui-resizable-s {
    bottom: 0;
    height: 2px;
}

.ui-dialog .ui-resizable-w {
    left: 0;
    width: 2px;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    height: 7px;
    width: 7px;
}

.ui-dialog .ui-resizable-se {
    bottom: 0;
    right: 0;
}

.ui-dialog .ui-resizable-sw {
    bottom: 0;
    left: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-progressbar {
    height: 2em;
    overflow: hidden;
    text-align: left;
}

.ui-progressbar .ui-progressbar-value {
    height: 100%;
    margin: -1px;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    filter: alpha(opacity=25); /* support: IE8 */
    height: 100%;
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value { background-image: none; }

.ui-selectmenu-menu {
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    border: 0;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    line-height: 1.5;
    margin: 0.5em 0 0 0;
    padding: 2px 0.4em;
}

.ui-selectmenu-open { display: block; }

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    -ms-touch-action: none;
    cursor: default;
    height: 1.2em;
    position: absolute;
    touch-action: none;
    width: 1.2em;
    z-index: 2;
}

.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0;
    display: block;
    font-size: .7em;
    position: absolute;
    z-index: 1;
}

/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }

.ui-slider-horizontal { height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -.6em;
    top: -.3em;
}

.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}

.ui-slider-horizontal .ui-slider-range-min { left: 0; }

.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical {
    height: 100px;
    width: .8em;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-bottom: -.6em;
    margin-left: 0;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min { bottom: 0; }

.ui-slider-vertical .ui-slider-range-max { top: 0; }

.ui-spinner {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: middle;
}

.ui-spinner-input {
    background: none;
    border: none;
    color: inherit;
    margin: .2em 0;
    margin-left: .4em;
    margin-right: 2em;
    padding: .222em 0;
    vertical-align: middle;
}

.ui-spinner-button {
    cursor: default;
    display: block;
    font-size: .5em;
    height: 50%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 1.6em;
}

/* more specificity required here to override default borders */

.ui-spinner a.ui-spinner-button {
    border-bottom-style: none;
    border-right-style: none;
    border-top-style: none;
}

.ui-spinner-up { top: 0; }

.ui-spinner-down { bottom: 0; }

.ui-tabs {
    padding: .2em;
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    border-bottom-width: 0;
    float: left;
    list-style: none;
    margin: 1px .2em 0 0;
    padding: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { cursor: pointer; }

.ui-tabs .ui-tabs-panel {
    background: none;
    border-width: 0;
    display: block;
    padding: 1em 1.4em;
}

.ui-tooltip {
    max-width: 300px;
    padding: 8px;
    position: absolute;
    z-index: 9999;
}

body .ui-tooltip { border-width: 2px; }

/* Component containers
----------------------------------*/

.ui-widget {
    font-family: Calibri;
    font-size: 12pt;
}

.ui-widget .ui-widget { font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Calibri;
    font-size: 1em;
}

.ui-widget.ui-widget-content { border: 1px solid #aed0ea; }

.ui-widget-content {
    background: #f2f5f7 url("images/ui-bg_highlight-hard_100_f2f5f7_1x100.png") 50% top repeat-x;
    border: 1px solid #dddddd;
    color: #362b36;
}

.ui-widget-content a { color: #362b36; }

.ui-widget-header {
    background: #deedf7 url("images/ui-bg_highlight-soft_100_deedf7_1x100.png") 50% 50% repeat-x;
    border: 1px solid #aed0ea;
    color: #222222;
    font-weight: bold;
}

.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: #d7ebf9 url("images/ui-bg_glass_80_d7ebf9_1x400.png") 50% 50% repeat-x;
    border: 1px solid #aed0ea;
    color: #2779aa;
    font-weight: normal;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #2779aa;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background: #e4f1fb url("images/ui-bg_glass_100_e4f1fb_1x400.png") 50% 50% repeat-x;
    border: 1px solid #74b2e2;
    color: #0070a3;
    font-weight: normal;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #0070a3;
    text-decoration: none;
}

.ui-visual-focus { box-shadow: 0 0 3px 1px rgb(94, 158, 214); }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #3baae3 url("images/ui-bg_glass_50_3baae3_1x400.png") 50% 50% repeat-x;
    border: 1px solid #2694e8;
    color: #ffffff;
    font-weight: normal;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    background-color: #ffffff;
    border: #2694e8;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #ffef8f url("images/ui-bg_highlight-soft_25_ffef8f_1x100.png") 50% top repeat-x;
    border: 1px solid #f9dd34;
    color: #363636;
}

.ui-state-checked {
    background: #ffef8f;
    border: 1px solid #f9dd34;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a { color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    background: #cd0a0a;
    border: 1px solid #cd0a0a;
    color: #ffffff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a { color: #ffffff; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text { color: #ffffff; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary { font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    filter: Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
    opacity: .7;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    background-image: none;
    filter: Alpha(Opacity=35); /* support: IE8 */
    opacity: .35;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
    height: 16px;
    width: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon { background-image: url("images/ui-icons_052740_256x240.png"); }

.ui-widget-header .ui-icon { background-image: url("images/ui-icons_72a7cf_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon { background-image: url("images/ui-icons_2694e8_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon { background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon { background-image: url("images/ui-icons_2e83ff_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon { background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-button .ui-icon { background-image: url("images/ui-icons_3d80b3_256x240.png"); }

/* positioning */

.ui-icon-blank { background-position: 16px 16px; }

.ui-icon-caret-1-n { background-position: 0 0; }

.ui-icon-caret-1-ne { background-position: -16px 0; }

.ui-icon-caret-1-e { background-position: -32px 0; }

.ui-icon-caret-1-se { background-position: -48px 0; }

.ui-icon-caret-1-s { background-position: -65px 0; }

.ui-icon-caret-1-sw { background-position: -80px 0; }

.ui-icon-caret-1-w { background-position: -96px 0; }

.ui-icon-caret-1-nw { background-position: -112px 0; }

.ui-icon-caret-2-n-s { background-position: -128px 0; }

.ui-icon-caret-2-e-w { background-position: -144px 0; }

.ui-icon-triangle-1-n { background-position: 0 -16px; }

.ui-icon-triangle-1-ne { background-position: -16px -16px; }

.ui-icon-triangle-1-e { background-position: -32px -16px; }

.ui-icon-triangle-1-se { background-position: -48px -16px; }

.ui-icon-triangle-1-s { background-position: -65px -16px; }

.ui-icon-triangle-1-sw { background-position: -80px -16px; }

.ui-icon-triangle-1-w { background-position: -96px -16px; }

.ui-icon-triangle-1-nw { background-position: -112px -16px; }

.ui-icon-triangle-2-n-s { background-position: -128px -16px; }

.ui-icon-triangle-2-e-w { background-position: -144px -16px; }

.ui-icon-arrow-1-n { background-position: 0 -32px; }

.ui-icon-arrow-1-ne { background-position: -16px -32px; }

.ui-icon-arrow-1-e { background-position: -32px -32px; }

.ui-icon-arrow-1-se { background-position: -48px -32px; }

.ui-icon-arrow-1-s { background-position: -65px -32px; }

.ui-icon-arrow-1-sw { background-position: -80px -32px; }

.ui-icon-arrow-1-w { background-position: -96px -32px; }

.ui-icon-arrow-1-nw { background-position: -112px -32px; }

.ui-icon-arrow-2-n-s { background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }

.ui-icon-arrow-2-e-w { background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }

.ui-icon-arrowstop-1-n { background-position: -192px -32px; }

.ui-icon-arrowstop-1-e { background-position: -208px -32px; }

.ui-icon-arrowstop-1-s { background-position: -224px -32px; }

.ui-icon-arrowstop-1-w { background-position: -240px -32px; }

.ui-icon-arrowthick-1-n { background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }

.ui-icon-arrowthick-1-e { background-position: -32px -48px; }

.ui-icon-arrowthick-1-se { background-position: -48px -48px; }

.ui-icon-arrowthick-1-s { background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }

.ui-icon-arrowthick-1-w { background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }

.ui-icon-arrow-4 { background-position: 0 -80px; }

.ui-icon-arrow-4-diag { background-position: -16px -80px; }

.ui-icon-extlink { background-position: -32px -80px; }

.ui-icon-newwin { background-position: -48px -80px; }

.ui-icon-refresh { background-position: -64px -80px; }

.ui-icon-shuffle { background-position: -80px -80px; }

.ui-icon-transfer-e-w { background-position: -96px -80px; }

.ui-icon-transferthick-e-w { background-position: -112px -80px; }

.ui-icon-folder-collapsed { background-position: 0 -96px; }

.ui-icon-folder-open { background-position: -16px -96px; }

.ui-icon-document { background-position: -32px -96px; }

.ui-icon-document-b { background-position: -48px -96px; }

.ui-icon-note { background-position: -64px -96px; }

.ui-icon-mail-closed { background-position: -80px -96px; }

.ui-icon-mail-open { background-position: -96px -96px; }

.ui-icon-suitcase { background-position: -112px -96px; }

.ui-icon-comment { background-position: -128px -96px; }

.ui-icon-person { background-position: -144px -96px; }

.ui-icon-print { background-position: -160px -96px; }

.ui-icon-trash { background-position: -176px -96px; }

.ui-icon-locked { background-position: -192px -96px; }

.ui-icon-unlocked { background-position: -208px -96px; }

.ui-icon-bookmark { background-position: -224px -96px; }

.ui-icon-tag { background-position: -240px -96px; }

.ui-icon-home { background-position: 0 -112px; }

.ui-icon-flag { background-position: -16px -112px; }

.ui-icon-calendar { background-position: -32px -112px; }

.ui-icon-cart { background-position: -48px -112px; }

.ui-icon-pencil { background-position: -64px -112px; }

.ui-icon-clock { background-position: -80px -112px; }

.ui-icon-disk { background-position: -96px -112px; }

.ui-icon-calculator { background-position: -112px -112px; }

.ui-icon-zoomin { background-position: -128px -112px; }

.ui-icon-zoomout { background-position: -144px -112px; }

.ui-icon-search { background-position: -160px -112px; }

.ui-icon-wrench { background-position: -176px -112px; }

.ui-icon-gear { background-position: -192px -112px; }

.ui-icon-heart { background-position: -208px -112px; }

.ui-icon-star { background-position: -224px -112px; }

.ui-icon-link { background-position: -240px -112px; }

.ui-icon-cancel { background-position: 0 -128px; }

.ui-icon-plus { background-position: -16px -128px; }

.ui-icon-plusthick { background-position: -32px -128px; }

.ui-icon-minus { background-position: -48px -128px; }

.ui-icon-minusthick { background-position: -64px -128px; }

.ui-icon-close { background-position: -80px -128px; }

.ui-icon-closethick { background-position: -96px -128px; }

.ui-icon-key { background-position: -112px -128px; }

.ui-icon-lightbulb { background-position: -128px -128px; }

.ui-icon-scissors { background-position: -144px -128px; }

.ui-icon-clipboard { background-position: -160px -128px; }

.ui-icon-copy { background-position: -176px -128px; }

.ui-icon-contact { background-position: -192px -128px; }

.ui-icon-image { background-position: -208px -128px; }

.ui-icon-video { background-position: -224px -128px; }

.ui-icon-script { background-position: -240px -128px; }

.ui-icon-alert { background-position: 0 -144px; }

.ui-icon-info { background-position: -16px -144px; }

.ui-icon-notice { background-position: -32px -144px; }

.ui-icon-help { background-position: -48px -144px; }

.ui-icon-check { background-position: -64px -144px; }

.ui-icon-bullet { background-position: -80px -144px; }

.ui-icon-radio-on { background-position: -96px -144px; }

.ui-icon-radio-off { background-position: -112px -144px; }

.ui-icon-pin-w { background-position: -128px -144px; }

.ui-icon-pin-s { background-position: -144px -144px; }

.ui-icon-play { background-position: 0 -160px; }

.ui-icon-pause { background-position: -16px -160px; }

.ui-icon-seek-next { background-position: -32px -160px; }

.ui-icon-seek-prev { background-position: -48px -160px; }

.ui-icon-seek-end { background-position: -64px -160px; }

.ui-icon-seek-start { background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first { background-position: -80px -160px; }

.ui-icon-stop { background-position: -96px -160px; }

.ui-icon-eject { background-position: -112px -160px; }

.ui-icon-volume-off { background-position: -128px -160px; }

.ui-icon-volume-on { background-position: -144px -160px; }

.ui-icon-power { background-position: 0 -176px; }

.ui-icon-signal-diag { background-position: -16px -176px; }

.ui-icon-signal { background-position: -32px -176px; }

.ui-icon-battery-0 { background-position: -48px -176px; }

.ui-icon-battery-1 { background-position: -64px -176px; }

.ui-icon-battery-2 { background-position: -80px -176px; }

.ui-icon-battery-3 { background-position: -96px -176px; }

.ui-icon-circle-plus { background-position: 0 -192px; }

.ui-icon-circle-minus { background-position: -16px -192px; }

.ui-icon-circle-close { background-position: -32px -192px; }

.ui-icon-circle-triangle-e { background-position: -48px -192px; }

.ui-icon-circle-triangle-s { background-position: -64px -192px; }

.ui-icon-circle-triangle-w { background-position: -80px -192px; }

.ui-icon-circle-triangle-n { background-position: -96px -192px; }

.ui-icon-circle-arrow-e { background-position: -112px -192px; }

.ui-icon-circle-arrow-s { background-position: -128px -192px; }

.ui-icon-circle-arrow-w { background-position: -144px -192px; }

.ui-icon-circle-arrow-n { background-position: -160px -192px; }

.ui-icon-circle-zoomin { background-position: -176px -192px; }

.ui-icon-circle-zoomout { background-position: -192px -192px; }

.ui-icon-circle-check { background-position: -208px -192px; }

.ui-icon-circlesmall-plus { background-position: 0 -208px; }

.ui-icon-circlesmall-minus { background-position: -16px -208px; }

.ui-icon-circlesmall-close { background-position: -32px -208px; }

.ui-icon-squaresmall-plus { background-position: -48px -208px; }

.ui-icon-squaresmall-minus { background-position: -64px -208px; }

.ui-icon-squaresmall-close { background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }

.ui-icon-grip-solid-vertical { background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }

.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl { border-top-left-radius: 10px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr { border-top-right-radius: 10px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl { border-bottom-left-radius: 10px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br { border-bottom-right-radius: 10px; }

/* Overlays */

.ui-widget-overlay {
    background: #eeeeee url("images/ui-bg_diagonals-thick_90_eeeeee_40x40.png") 50% 50% repeat;
    filter: Alpha(Opacity=80); /* support: IE8 */
    opacity: .8;
}

.ui-widget-shadow {
    -webkit-box-shadow: -7px -7px 7px #000000;
    box-shadow: -7px -7px 7px #000000;
}
/*! jQuery UI - v1.12.1 - 2016-12-22
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=50&bgImgOpacityHighlight=80&bgImgOpacityActive=50&bgImgOpacityHover=75&bgImgOpacityDefault=50&bgImgOpacityContent=5&bgImgOpacityHeader=35&cornerRadiusShadow=5px&offsetLeftShadow=8px&offsetTopShadow=8px&thicknessShadow=10px&opacityShadow=20&bgImgOpacityShadow=75&bgTextureShadow=flat&bgColorShadow=%23ba9217&opacityOverlay=80&bgImgOpacityOverlay=85&bgTextureOverlay=white_lines&bgColorOverlay=%23f7f7ba&iconColorError=%23ffeb33&fcError=%23ffffff&borderColorError=%23ff6b7f&bgTextureError=diagonals_small&bgColorError=%23ff3853&iconColorHighlight=%2388a206&fcHighlight=%23363636&borderColorHighlight=%23b4d100&bgTextureHighlight=dots_medium&bgColorHighlight=%23ffff38&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%23000000&bgTextureActive=glass&bgColorActive=%23497d8c&iconColorHover=%23454545&fcHover=%23212121&borderColorHover=%23999999&bgTextureHover=diagonals_small&bgColorHover=%23ccd232&iconColorDefault=%23ffffff&fcDefault=%23333333&borderColorDefault=%2393c3cd&bgTextureDefault=diagonals_small&bgColorDefault=%2393c3cd&iconColorContent=%23c02669&fcContent=%23000000&borderColorContent=%23aaaaaa&bgTextureContent=dots_small&bgColorContent=%23d1cfcf&iconColorHeader=%23e1e463&fcHeader=%23e1e463&borderColorHeader=%232c4359&bgTextureHeader=dots_small&bgColorHeader=%2335414f&cornerRadius=4px&fwDefault=normal&fsDefault=12pt&ffDefault=Calibri
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Calibri;font-size:12pt}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Calibri;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #93c3cd}.ui-widget-content{border:1px solid #aaa;background:#d1cfcf url("images/ui-bg_dots-small_5_d1cfcf_2x2.png") 50% 50% repeat;color:#000}.ui-widget-content a{color:#000}.ui-widget-header{border:1px solid #2c4359;background:#35414f url("images/ui-bg_dots-small_35_35414f_2x2.png") 50% 50% repeat;color:#e1e463;font-weight:bold}.ui-widget-header a{color:#e1e463}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #93c3cd;background:#93c3cd url("images/ui-bg_diagonals-small_50_93c3cd_40x40.png") 50% 50% repeat;font-weight:normal;color:#333}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#333;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #999;background:#ccd232 url("images/ui-bg_diagonals-small_75_ccd232_40x40.png") 50% 50% repeat;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#212121;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #000;background:#497d8c url("images/ui-bg_glass_50_497d8c_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#000;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #b4d100;background:#ffff38 url("images/ui-bg_dots-medium_80_ffff38_4x4.png") 50% 50% repeat;color:#363636}.ui-state-checked{border:1px solid #b4d100;background:#ffff38}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #ff6b7f;background:#ff3853 url("images/ui-bg_diagonals-small_50_ff3853_40x40.png") 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_c02669_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_e1e463_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_454545_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_88a206_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_ffeb33_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#f7f7ba url("images/ui-bg_white-lines_85_f7f7ba_40x100.png") 50% 50% repeat;opacity:.8;filter:Alpha(Opacity=80)}.ui-widget-shadow{-webkit-box-shadow:8px 8px 10px #ba9217;box-shadow:8px 8px 10px #ba9217}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=50&bgImgOpacityHighlight=80&bgImgOpacityActive=50&bgImgOpacityHover=75&bgImgOpacityDefault=50&bgImgOpacityContent=5&bgImgOpacityHeader=35&cornerRadiusShadow=5px&offsetLeftShadow=8px&offsetTopShadow=8px&thicknessShadow=10px&opacityShadow=20&bgImgOpacityShadow=75&bgTextureShadow=flat&bgColorShadow=%23ba9217&opacityOverlay=80&bgImgOpacityOverlay=85&bgTextureOverlay=white_lines&bgColorOverlay=%23f7f7ba&iconColorError=%23ffeb33&fcError=%23ffffff&borderColorError=%23ff6b7f&bgTextureError=diagonals_small&bgColorError=%23ff3853&iconColorHighlight=%2388a206&fcHighlight=%23363636&borderColorHighlight=%23b4d100&bgTextureHighlight=dots_medium&bgColorHighlight=%23ffff38&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%23000000&bgTextureActive=glass&bgColorActive=%23497d8c&iconColorHover=%23454545&fcHover=%23212121&borderColorHover=%23999999&bgTextureHover=diagonals_small&bgColorHover=%23ccd232&iconColorDefault=%23ffffff&fcDefault=%23333333&borderColorDefault=%2393c3cd&bgTextureDefault=diagonals_small&bgColorDefault=%2393c3cd&iconColorContent=%23c02669&fcContent=%23000000&borderColorContent=%23aaaaaa&bgTextureContent=dots_small&bgColorContent=%23d1cfcf&iconColorHeader=%23e1e463&fcHeader=%23e1e463&borderColorHeader=%232c4359&bgTextureHeader=dots_small&bgColorHeader=%2335414f&cornerRadius=4px&fwDefault=normal&fsDefault=12pt&ffDefault=Calibri
 */


/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Calibri;
    font-size: 12pt;
}

.ui-widget .ui-widget { font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Calibri;
    font-size: 1em;
}

.ui-widget.ui-widget-content { border: 1px solid #93c3cd; }

.ui-widget-content {
    background: #d1cfcf url("images/ui-bg_dots-small_5_d1cfcf_2x2.png") 50% 50% repeat;
    border: 1px solid #aaaaaa;
    color: #000000;
}

.ui-widget-content a { color: #000000; }

.ui-widget-header {
    background: #35414f url("images/ui-bg_dots-small_35_35414f_2x2.png") 50% 50% repeat;
    border: 1px solid #2c4359;
    color: #e1e463;
    font-weight: bold;
}

.ui-widget-header a { color: #e1e463; }

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: #93c3cd url("images/ui-bg_diagonals-small_50_93c3cd_40x40.png") 50% 50% repeat;
    border: 1px solid #93c3cd;
    color: #333333;
    font-weight: normal;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #333333;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background: #ccd232 url("images/ui-bg_diagonals-small_75_ccd232_40x40.png") 50% 50% repeat;
    border: 1px solid #999999;
    color: #212121;
    font-weight: normal;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #212121;
    text-decoration: none;
}

.ui-visual-focus { box-shadow: 0 0 3px 1px rgb(94, 158, 214); }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #497d8c url("images/ui-bg_glass_50_497d8c_1x400.png") 50% 50% repeat-x;
    border: 1px solid #000000;
    color: #ffffff;
    font-weight: normal;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    background-color: #ffffff;
    border: #000000;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #ffff38 url("images/ui-bg_dots-medium_80_ffff38_4x4.png") 50% 50% repeat;
    border: 1px solid #b4d100;
    color: #363636;
}

.ui-state-checked {
    background: #ffff38;
    border: 1px solid #b4d100;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a { color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    background: #ff3853 url("images/ui-bg_diagonals-small_50_ff3853_40x40.png") 50% 50% repeat;
    border: 1px solid #ff6b7f;
    color: #ffffff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a { color: #ffffff; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text { color: #ffffff; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary { font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    filter: Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
    opacity: .7;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    background-image: none;
    filter: Alpha(Opacity=35); /* support: IE8 */
    opacity: .35;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
    height: 16px;
    width: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon { background-image: url("images/ui-icons_c02669_256x240.png"); }

.ui-widget-header .ui-icon { background-image: url("images/ui-icons_e1e463_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon { background-image: url("images/ui-icons_454545_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon { background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon { background-image: url("images/ui-icons_88a206_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon { background-image: url("images/ui-icons_ffeb33_256x240.png"); }

.ui-button .ui-icon { background-image: url("images/ui-icons_ffffff_256x240.png"); }

/* positioning */

.ui-icon-blank { background-position: 16px 16px; }

.ui-icon-caret-1-n { background-position: 0 0; }

.ui-icon-caret-1-ne { background-position: -16px 0; }

.ui-icon-caret-1-e { background-position: -32px 0; }

.ui-icon-caret-1-se { background-position: -48px 0; }

.ui-icon-caret-1-s { background-position: -65px 0; }

.ui-icon-caret-1-sw { background-position: -80px 0; }

.ui-icon-caret-1-w { background-position: -96px 0; }

.ui-icon-caret-1-nw { background-position: -112px 0; }

.ui-icon-caret-2-n-s { background-position: -128px 0; }

.ui-icon-caret-2-e-w { background-position: -144px 0; }

.ui-icon-triangle-1-n { background-position: 0 -16px; }

.ui-icon-triangle-1-ne { background-position: -16px -16px; }

.ui-icon-triangle-1-e { background-position: -32px -16px; }

.ui-icon-triangle-1-se { background-position: -48px -16px; }

.ui-icon-triangle-1-s { background-position: -65px -16px; }

.ui-icon-triangle-1-sw { background-position: -80px -16px; }

.ui-icon-triangle-1-w { background-position: -96px -16px; }

.ui-icon-triangle-1-nw { background-position: -112px -16px; }

.ui-icon-triangle-2-n-s { background-position: -128px -16px; }

.ui-icon-triangle-2-e-w { background-position: -144px -16px; }

.ui-icon-arrow-1-n { background-position: 0 -32px; }

.ui-icon-arrow-1-ne { background-position: -16px -32px; }

.ui-icon-arrow-1-e { background-position: -32px -32px; }

.ui-icon-arrow-1-se { background-position: -48px -32px; }

.ui-icon-arrow-1-s { background-position: -65px -32px; }

.ui-icon-arrow-1-sw { background-position: -80px -32px; }

.ui-icon-arrow-1-w { background-position: -96px -32px; }

.ui-icon-arrow-1-nw { background-position: -112px -32px; }

.ui-icon-arrow-2-n-s { background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }

.ui-icon-arrow-2-e-w { background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }

.ui-icon-arrowstop-1-n { background-position: -192px -32px; }

.ui-icon-arrowstop-1-e { background-position: -208px -32px; }

.ui-icon-arrowstop-1-s { background-position: -224px -32px; }

.ui-icon-arrowstop-1-w { background-position: -240px -32px; }

.ui-icon-arrowthick-1-n { background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }

.ui-icon-arrowthick-1-e { background-position: -32px -48px; }

.ui-icon-arrowthick-1-se { background-position: -48px -48px; }

.ui-icon-arrowthick-1-s { background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }

.ui-icon-arrowthick-1-w { background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }

.ui-icon-arrow-4 { background-position: 0 -80px; }

.ui-icon-arrow-4-diag { background-position: -16px -80px; }

.ui-icon-extlink { background-position: -32px -80px; }

.ui-icon-newwin { background-position: -48px -80px; }

.ui-icon-refresh { background-position: -64px -80px; }

.ui-icon-shuffle { background-position: -80px -80px; }

.ui-icon-transfer-e-w { background-position: -96px -80px; }

.ui-icon-transferthick-e-w { background-position: -112px -80px; }

.ui-icon-folder-collapsed { background-position: 0 -96px; }

.ui-icon-folder-open { background-position: -16px -96px; }

.ui-icon-document { background-position: -32px -96px; }

.ui-icon-document-b { background-position: -48px -96px; }

.ui-icon-note { background-position: -64px -96px; }

.ui-icon-mail-closed { background-position: -80px -96px; }

.ui-icon-mail-open { background-position: -96px -96px; }

.ui-icon-suitcase { background-position: -112px -96px; }

.ui-icon-comment { background-position: -128px -96px; }

.ui-icon-person { background-position: -144px -96px; }

.ui-icon-print { background-position: -160px -96px; }

.ui-icon-trash { background-position: -176px -96px; }

.ui-icon-locked { background-position: -192px -96px; }

.ui-icon-unlocked { background-position: -208px -96px; }

.ui-icon-bookmark { background-position: -224px -96px; }

.ui-icon-tag { background-position: -240px -96px; }

.ui-icon-home { background-position: 0 -112px; }

.ui-icon-flag { background-position: -16px -112px; }

.ui-icon-calendar { background-position: -32px -112px; }

.ui-icon-cart { background-position: -48px -112px; }

.ui-icon-pencil { background-position: -64px -112px; }

.ui-icon-clock { background-position: -80px -112px; }

.ui-icon-disk { background-position: -96px -112px; }

.ui-icon-calculator { background-position: -112px -112px; }

.ui-icon-zoomin { background-position: -128px -112px; }

.ui-icon-zoomout { background-position: -144px -112px; }

.ui-icon-search { background-position: -160px -112px; }

.ui-icon-wrench { background-position: -176px -112px; }

.ui-icon-gear { background-position: -192px -112px; }

.ui-icon-heart { background-position: -208px -112px; }

.ui-icon-star { background-position: -224px -112px; }

.ui-icon-link { background-position: -240px -112px; }

.ui-icon-cancel { background-position: 0 -128px; }

.ui-icon-plus { background-position: -16px -128px; }

.ui-icon-plusthick { background-position: -32px -128px; }

.ui-icon-minus { background-position: -48px -128px; }

.ui-icon-minusthick { background-position: -64px -128px; }

.ui-icon-close { background-position: -80px -128px; }

.ui-icon-closethick { background-position: -96px -128px; }

.ui-icon-key { background-position: -112px -128px; }

.ui-icon-lightbulb { background-position: -128px -128px; }

.ui-icon-scissors { background-position: -144px -128px; }

.ui-icon-clipboard { background-position: -160px -128px; }

.ui-icon-copy { background-position: -176px -128px; }

.ui-icon-contact { background-position: -192px -128px; }

.ui-icon-image { background-position: -208px -128px; }

.ui-icon-video { background-position: -224px -128px; }

.ui-icon-script { background-position: -240px -128px; }

.ui-icon-alert { background-position: 0 -144px; }

.ui-icon-info { background-position: -16px -144px; }

.ui-icon-notice { background-position: -32px -144px; }

.ui-icon-help { background-position: -48px -144px; }

.ui-icon-check { background-position: -64px -144px; }

.ui-icon-bullet { background-position: -80px -144px; }

.ui-icon-radio-on { background-position: -96px -144px; }

.ui-icon-radio-off { background-position: -112px -144px; }

.ui-icon-pin-w { background-position: -128px -144px; }

.ui-icon-pin-s { background-position: -144px -144px; }

.ui-icon-play { background-position: 0 -160px; }

.ui-icon-pause { background-position: -16px -160px; }

.ui-icon-seek-next { background-position: -32px -160px; }

.ui-icon-seek-prev { background-position: -48px -160px; }

.ui-icon-seek-end { background-position: -64px -160px; }

.ui-icon-seek-start { background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first { background-position: -80px -160px; }

.ui-icon-stop { background-position: -96px -160px; }

.ui-icon-eject { background-position: -112px -160px; }

.ui-icon-volume-off { background-position: -128px -160px; }

.ui-icon-volume-on { background-position: -144px -160px; }

.ui-icon-power { background-position: 0 -176px; }

.ui-icon-signal-diag { background-position: -16px -176px; }

.ui-icon-signal { background-position: -32px -176px; }

.ui-icon-battery-0 { background-position: -48px -176px; }

.ui-icon-battery-1 { background-position: -64px -176px; }

.ui-icon-battery-2 { background-position: -80px -176px; }

.ui-icon-battery-3 { background-position: -96px -176px; }

.ui-icon-circle-plus { background-position: 0 -192px; }

.ui-icon-circle-minus { background-position: -16px -192px; }

.ui-icon-circle-close { background-position: -32px -192px; }

.ui-icon-circle-triangle-e { background-position: -48px -192px; }

.ui-icon-circle-triangle-s { background-position: -64px -192px; }

.ui-icon-circle-triangle-w { background-position: -80px -192px; }

.ui-icon-circle-triangle-n { background-position: -96px -192px; }

.ui-icon-circle-arrow-e { background-position: -112px -192px; }

.ui-icon-circle-arrow-s { background-position: -128px -192px; }

.ui-icon-circle-arrow-w { background-position: -144px -192px; }

.ui-icon-circle-arrow-n { background-position: -160px -192px; }

.ui-icon-circle-zoomin { background-position: -176px -192px; }

.ui-icon-circle-zoomout { background-position: -192px -192px; }

.ui-icon-circle-check { background-position: -208px -192px; }

.ui-icon-circlesmall-plus { background-position: 0 -208px; }

.ui-icon-circlesmall-minus { background-position: -16px -208px; }

.ui-icon-circlesmall-close { background-position: -32px -208px; }

.ui-icon-squaresmall-plus { background-position: -48px -208px; }

.ui-icon-squaresmall-minus { background-position: -64px -208px; }

.ui-icon-squaresmall-close { background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }

.ui-icon-grip-solid-vertical { background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }

.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl { border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr { border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl { border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br { border-bottom-right-radius: 4px; }

/* Overlays */

.ui-widget-overlay {
    background: #f7f7ba url("images/ui-bg_white-lines_85_f7f7ba_40x100.png") 50% 50% repeat;
    filter: Alpha(Opacity=80); /* support: IE8 */
    opacity: .8;
}

.ui-widget-shadow {
    -webkit-box-shadow: 8px 8px 10px #ba9217;
    box-shadow: 8px 8px 10px #ba9217;
}
/*! jQuery UI - v1.12.1 - 2016-12-07
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-widget{font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #aed0ea}.ui-widget-content{border:1px solid #ddd;background:#f2f5f7 url("images/ui-bg_highlight-hard_100_f2f5f7_1x100.png") 50% top repeat-x;color:#362b36}.ui-widget-content a{color:#362b36}.ui-widget-header{border:1px solid #aed0ea;background:#deedf7 url("images/ui-bg_highlight-soft_100_deedf7_1x100.png") 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #aed0ea;background:#d7ebf9 url("images/ui-bg_glass_80_d7ebf9_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#2779aa}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#2779aa;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #74b2e2;background:#e4f1fb url("images/ui-bg_glass_100_e4f1fb_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#0070a3}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#0070a3;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #2694e8;background:#3baae3 url("images/ui-bg_glass_50_3baae3_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#2694e8;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #f9dd34;background:#ffef8f url("images/ui-bg_highlight-soft_25_ffef8f_1x100.png") 50% top repeat-x;color:#363636}.ui-state-checked{border:1px solid #f9dd34;background:#ffef8f}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#cd0a0a;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_72a7cf_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_72a7cf_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_2694e8_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_2e83ff_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_3d80b3_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:6px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:6px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:6px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:6px}.ui-widget-overlay{background:#eee url("images/ui-bg_diagonals-thick_90_eeeeee_40x40.png") 50% 50% repeat;opacity:.8;filter:Alpha(Opacity=80)}.ui-widget-shadow{-webkit-box-shadow:-7px -7px 7px #000;box-shadow:-7px -7px 7px #000}
.jssocials-share-twitter .jssocials-share-link {
    background: #00aced;
    border: 1px solid #0099d4;
}

.jssocials-share-twitter .jssocials-share-link:hover { background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
    background: #3b5998;
    border: 1px solid #344e86;
}

.jssocials-share-facebook .jssocials-share-link:hover { background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
    background: #dd4b39;
    border: 1px solid #d73925;
}

.jssocials-share-googleplus .jssocials-share-link:hover { background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
    background: #007bb6;
    border: 1px solid #006a9d;
}

.jssocials-share-linkedin .jssocials-share-link:hover { background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
    background: #cb2027;
    border: 1px solid #b51d23;
}

.jssocials-share-pinterest .jssocials-share-link:hover { background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
    background: #3490F3;
    border: 1px solid #1c83f2;
}

.jssocials-share-email .jssocials-share-link:hover { background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
    background: #eb4823;
    border: 1px solid #e03a14;
}

.jssocials-share-stumbleupon .jssocials-share-link:hover { background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
    background: #29a628;
    border: 1px solid #249123;
}

.jssocials-share-whatsapp .jssocials-share-link:hover { background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
    background: #2ca5e0;
    border: 1px solid #1f98d3;
}

.jssocials-share-telegram .jssocials-share-link:hover { background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
    background: #25af00;
    border: 1px solid #209600;
}

.jssocials-share-line .jssocials-share-link:hover { background: #1a7c00; }

.jssocials-share-viber .jssocials-share-link {
    background: #7b519d;
    border: 1px solid #6e488c;
}

.jssocials-share-viber .jssocials-share-link:hover { background: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
    background: #ef4056;
    border: 1px solid #ed2841;
}

.jssocials-share-pocket .jssocials-share-link:hover { background: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
    background: #0084ff;
    border: 1px solid #0077e6;
}

.jssocials-share-messenger .jssocials-share-link:hover { background: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link {
    background: #45668e;
    border: 1px solid #3d5a7d;
}

.jssocials-share-vkontakte .jssocials-share-link:hover { background: #344d6c; }

.jssocials-share-link {
    -webkit-transition: background 200ms ease-in-out;
    border-radius: 0.3em;
    box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
    color: #fff;
    padding: .5em .6em;
    transition: background 200ms ease-in-out;
}

.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active { color: #fff; }

.jssocials-share-count-box {
    border: 1px solid #dcdcdc;
    border-radius: 0.3em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    height: 2.5em;
    margin-left: 6px;
    padding: 0 .3em;
    position: relative;
}

.jssocials-share-count-box:before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    border-color: #dcdcdc transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    content: "";
    display: block;
    left: -9px;
    position: absolute;
    top: 1em;
    transform: rotate(90deg);
    width: 0;
}

.jssocials-share-count-box:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    border-color: #fff transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    display: block;
    left: -7px;
    position: absolute;
    top: 1em;
    transform: rotate(90deg);
    width: 0;
}

.jssocials-share-count-box .jssocials-share-count {
    color: #444;
    font-size: .9em;
    line-height: 2.75em;
}

i {
  margin-right: 4px !important;
}
