@font-face {
    font-family: "Lato";
    src: url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Regular.eot);
    src: url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Regular.eot?#iefix) format("embedded-opentype"), url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Regular.woff) format("woff"),
        url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: "Lato";
    src: url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Light.eot);
    src: url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Light.eot?#iefix) format("embedded-opentype"), url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Light.woff) format("woff"),
        url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: "Lato";
    src: url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Bold.eot);
    src: url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Bold.eot?#iefix) format("embedded-opentype"), url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Bold.woff) format("woff"),
        url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    text-rendering: optimizeLegibility;
}
#cssExposer {
    color: #68c28d;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}
.browseTable .listWrapper.grid .image {
    border: solid 0 #444 !important;
}
.browseTable .listWrapper.grid .itemTab {
    border: solid 0 #7c7c7c !important;
    margin: 5px !important;
}
div#source-active {
    background-color: #68c28d;
}
img.volumio-logo-h2 {
    max-height: 30px;
    margin: 10px;
}
/*!
 * 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 {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
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 silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
legend,
td,
th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
    }
    thead {
        display: table-header-group;
    }
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        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 td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
@font-face {
    font-family: "Glyphicons Halflings";
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
        url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\002a";
}
.glyphicon-plus:before {
    content: "\002b";
}
.glyphicon-eur:before,
.glyphicon-euro: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,
.glyphicon-btc:before,
.glyphicon-xbt:before {
    content: "\e227";
}
.glyphicon-jpy:before,
.glyphicon-yen:before {
    content: "\00a5";
}
.glyphicon-rub:before,
.glyphicon-ruble: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";
}
*,
:after,
:before,
input[type="search"] {
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Lato";
    font-size: 14px;
    line-height: 1.42857;
    color: rgba(255, 255, 255, 0.85);
    background-color: transparent;
    width: 100%;
    background: #333;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #fff;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #409e66;
    text-decoration: none;
}
a:focus,
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    max-width: 100%;
}
#multiRoomDockWrapper .device .deviceIcon img,
.img-responsive {
    display: block;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}
.h1,
h1 {
    font-size: 36px;
}
.h2,
h2 {
    font-size: 30px;
}
.h3,
h3 {
    font-size: 24px;
}
.h4,
h4 {
    font-size: 18px;
}
.h5,
h5 {
    font-size: 14px;
}
.h6,
h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
.small,
small {
    font-size: 85%;
}
.mark,
mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.text-left,
th {
    text-align: left;
}
#wifiPlugin tr td.insertPasswordRow,
.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;
}
.initialism,
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #222;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #090909;
}
.text-success {
    color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #222;
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #090909;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}
.alert > p,
.alert > ul,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-bottom: 20px;
}
dd,
dt {
    line-height: 1.42857;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014";
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:after,
.container:before {
    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-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:after,
.row:before {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-2,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-2,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-2,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-2,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-2,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-1 {
    width: 4.16667%;
}
.col-xs-2 {
    width: 8.33333%;
}
.col-xs-3 {
    width: 12.5%;
}
.col-xs-4 {
    width: 16.66667%;
}
.col-xs-5 {
    width: 20.83333%;
}
.col-xs-6 {
    width: 25%;
}
.col-xs-7 {
    width: 29.16667%;
}
.col-xs-8 {
    width: 33.33333%;
}
.col-xs-9 {
    width: 37.5%;
}
.col-xs-10 {
    width: 41.66667%;
}
.col-xs-11 {
    width: 45.83333%;
}
.col-xs-12 {
    width: 50%;
}
.col-xs-13 {
    width: 54.16667%;
}
.col-xs-14 {
    width: 58.33333%;
}
.col-xs-15 {
    width: 62.5%;
}
.col-xs-16 {
    width: 66.66667%;
}
.col-xs-17 {
    width: 70.83333%;
}
.col-xs-18 {
    width: 75%;
}
.col-xs-19 {
    width: 79.16667%;
}
.col-xs-20 {
    width: 83.33333%;
}
.col-xs-21 {
    width: 87.5%;
}
.col-xs-22 {
    width: 91.66667%;
}
.col-xs-23 {
    width: 95.83333%;
}
.col-xs-24 {
    width: 100%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 4.16667%;
}
.col-xs-pull-2 {
    right: 8.33333%;
}
.col-xs-pull-3 {
    right: 12.5%;
}
.col-xs-pull-4 {
    right: 16.66667%;
}
.col-xs-pull-5 {
    right: 20.83333%;
}
.col-xs-pull-6 {
    right: 25%;
}
.col-xs-pull-7 {
    right: 29.16667%;
}
.col-xs-pull-8 {
    right: 33.33333%;
}
.col-xs-pull-9 {
    right: 37.5%;
}
.col-xs-pull-10 {
    right: 41.66667%;
}
.col-xs-pull-11 {
    right: 45.83333%;
}
.col-xs-pull-12 {
    right: 50%;
}
.col-xs-pull-13 {
    right: 54.16667%;
}
.col-xs-pull-14 {
    right: 58.33333%;
}
.col-xs-pull-15 {
    right: 62.5%;
}
.col-xs-pull-16 {
    right: 66.66667%;
}
.col-xs-pull-17 {
    right: 70.83333%;
}
.col-xs-pull-18 {
    right: 75%;
}
.col-xs-pull-19 {
    right: 79.16667%;
}
.col-xs-pull-20 {
    right: 83.33333%;
}
.col-xs-pull-21 {
    right: 87.5%;
}
.col-xs-pull-22 {
    right: 91.66667%;
}
.col-xs-pull-23 {
    right: 95.83333%;
}
.col-xs-pull-24 {
    right: 100%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 4.16667%;
}
.col-xs-push-2 {
    left: 8.33333%;
}
.col-xs-push-3 {
    left: 12.5%;
}
.col-xs-push-4 {
    left: 16.66667%;
}
.col-xs-push-5 {
    left: 20.83333%;
}
.col-xs-push-6 {
    left: 25%;
}
.col-xs-push-7 {
    left: 29.16667%;
}
.col-xs-push-8 {
    left: 33.33333%;
}
.col-xs-push-9 {
    left: 37.5%;
}
.col-xs-push-10 {
    left: 41.66667%;
}
.col-xs-push-11 {
    left: 45.83333%;
}
.col-xs-push-12 {
    left: 50%;
}
.col-xs-push-13 {
    left: 54.16667%;
}
.col-xs-push-14 {
    left: 58.33333%;
}
.col-xs-push-15 {
    left: 62.5%;
}
.col-xs-push-16 {
    left: 66.66667%;
}
.col-xs-push-17 {
    left: 70.83333%;
}
.col-xs-push-18 {
    left: 75%;
}
.col-xs-push-19 {
    left: 79.16667%;
}
.col-xs-push-20 {
    left: 83.33333%;
}
.col-xs-push-21 {
    left: 87.5%;
}
.col-xs-push-22 {
    left: 91.66667%;
}
.col-xs-push-23 {
    left: 95.83333%;
}
.col-xs-push-24 {
    left: 100%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
.col-xs-offset-1 {
    margin-left: 4.16667%;
}
.col-xs-offset-2 {
    margin-left: 8.33333%;
}
.col-xs-offset-3 {
    margin-left: 12.5%;
}
.col-xs-offset-4 {
    margin-left: 16.66667%;
}
.col-xs-offset-5 {
    margin-left: 20.83333%;
}
.col-xs-offset-6 {
    margin-left: 25%;
}
.col-xs-offset-7 {
    margin-left: 29.16667%;
}
.col-xs-offset-8 {
    margin-left: 33.33333%;
}
.col-xs-offset-9 {
    margin-left: 37.5%;
}
.col-xs-offset-10 {
    margin-left: 41.66667%;
}
.col-xs-offset-11 {
    margin-left: 45.83333%;
}
.col-xs-offset-12 {
    margin-left: 50%;
}
.col-xs-offset-13 {
    margin-left: 54.16667%;
}
.col-xs-offset-14 {
    margin-left: 58.33333%;
}
.col-xs-offset-15 {
    margin-left: 62.5%;
}
.col-xs-offset-16 {
    margin-left: 66.66667%;
}
.col-xs-offset-17 {
    margin-left: 70.83333%;
}
.col-xs-offset-18 {
    margin-left: 75%;
}
.col-xs-offset-19 {
    margin-left: 79.16667%;
}
.col-xs-offset-20 {
    margin-left: 83.33333%;
}
.col-xs-offset-21 {
    margin-left: 87.5%;
}
.col-xs-offset-22 {
    margin-left: 91.66667%;
}
.col-xs-offset-23 {
    margin-left: 95.83333%;
}
.col-xs-offset-24 {
    margin-left: 100%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-13,
    .col-sm-14,
    .col-sm-15,
    .col-sm-16,
    .col-sm-17,
    .col-sm-18,
    .col-sm-19,
    .col-sm-2,
    .col-sm-20,
    .col-sm-21,
    .col-sm-22,
    .col-sm-23,
    .col-sm-24,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-1 {
        width: 4.16667%;
    }
    .col-sm-2 {
        width: 8.33333%;
    }
    .col-sm-3 {
        width: 12.5%;
    }
    .col-sm-4 {
        width: 16.66667%;
    }
    .col-sm-5 {
        width: 20.83333%;
    }
    .col-sm-6 {
        width: 25%;
    }
    .col-sm-7 {
        width: 29.16667%;
    }
    .col-sm-8 {
        width: 33.33333%;
    }
    .col-sm-9 {
        width: 37.5%;
    }
    .col-sm-10 {
        width: 41.66667%;
    }
    .col-sm-11 {
        width: 45.83333%;
    }
    .col-sm-12 {
        width: 50%;
    }
    .col-sm-13 {
        width: 54.16667%;
    }
    .col-sm-14 {
        width: 58.33333%;
    }
    .col-sm-15 {
        width: 62.5%;
    }
    .col-sm-16 {
        width: 66.66667%;
    }
    .col-sm-17 {
        width: 70.83333%;
    }
    .col-sm-18 {
        width: 75%;
    }
    .col-sm-19 {
        width: 79.16667%;
    }
    .col-sm-20 {
        width: 83.33333%;
    }
    .col-sm-21 {
        width: 87.5%;
    }
    .col-sm-22 {
        width: 91.66667%;
    }
    .col-sm-23 {
        width: 95.83333%;
    }
    .col-sm-24 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 4.16667%;
    }
    .col-sm-pull-2 {
        right: 8.33333%;
    }
    .col-sm-pull-3 {
        right: 12.5%;
    }
    .col-sm-pull-4 {
        right: 16.66667%;
    }
    .col-sm-pull-5 {
        right: 20.83333%;
    }
    .col-sm-pull-6 {
        right: 25%;
    }
    .col-sm-pull-7 {
        right: 29.16667%;
    }
    .col-sm-pull-8 {
        right: 33.33333%;
    }
    .col-sm-pull-9 {
        right: 37.5%;
    }
    .col-sm-pull-10 {
        right: 41.66667%;
    }
    .col-sm-pull-11 {
        right: 45.83333%;
    }
    .col-sm-pull-12 {
        right: 50%;
    }
    .col-sm-pull-13 {
        right: 54.16667%;
    }
    .col-sm-pull-14 {
        right: 58.33333%;
    }
    .col-sm-pull-15 {
        right: 62.5%;
    }
    .col-sm-pull-16 {
        right: 66.66667%;
    }
    .col-sm-pull-17 {
        right: 70.83333%;
    }
    .col-sm-pull-18 {
        right: 75%;
    }
    .col-sm-pull-19 {
        right: 79.16667%;
    }
    .col-sm-pull-20 {
        right: 83.33333%;
    }
    .col-sm-pull-21 {
        right: 87.5%;
    }
    .col-sm-pull-22 {
        right: 91.66667%;
    }
    .col-sm-pull-23 {
        right: 95.83333%;
    }
    .col-sm-pull-24 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 4.16667%;
    }
    .col-sm-push-2 {
        left: 8.33333%;
    }
    .col-sm-push-3 {
        left: 12.5%;
    }
    .col-sm-push-4 {
        left: 16.66667%;
    }
    .col-sm-push-5 {
        left: 20.83333%;
    }
    .col-sm-push-6 {
        left: 25%;
    }
    .col-sm-push-7 {
        left: 29.16667%;
    }
    .col-sm-push-8 {
        left: 33.33333%;
    }
    .col-sm-push-9 {
        left: 37.5%;
    }
    .col-sm-push-10 {
        left: 41.66667%;
    }
    .col-sm-push-11 {
        left: 45.83333%;
    }
    .col-sm-push-12 {
        left: 50%;
    }
    .col-sm-push-13 {
        left: 54.16667%;
    }
    .col-sm-push-14 {
        left: 58.33333%;
    }
    .col-sm-push-15 {
        left: 62.5%;
    }
    .col-sm-push-16 {
        left: 66.66667%;
    }
    .col-sm-push-17 {
        left: 70.83333%;
    }
    .col-sm-push-18 {
        left: 75%;
    }
    .col-sm-push-19 {
        left: 79.16667%;
    }
    .col-sm-push-20 {
        left: 83.33333%;
    }
    .col-sm-push-21 {
        left: 87.5%;
    }
    .col-sm-push-22 {
        left: 91.66667%;
    }
    .col-sm-push-23 {
        left: 95.83333%;
    }
    .col-sm-push-24 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 4.16667%;
    }
    .col-sm-offset-2 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-3 {
        margin-left: 12.5%;
    }
    .col-sm-offset-4 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-5 {
        margin-left: 20.83333%;
    }
    .col-sm-offset-6 {
        margin-left: 25%;
    }
    .col-sm-offset-7 {
        margin-left: 29.16667%;
    }
    .col-sm-offset-8 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-9 {
        margin-left: 37.5%;
    }
    .col-sm-offset-10 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-11 {
        margin-left: 45.83333%;
    }
    .col-sm-offset-12 {
        margin-left: 50%;
    }
    .col-sm-offset-13 {
        margin-left: 54.16667%;
    }
    .col-sm-offset-14 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-15 {
        margin-left: 62.5%;
    }
    .col-sm-offset-16 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-17 {
        margin-left: 70.83333%;
    }
    .col-sm-offset-18 {
        margin-left: 75%;
    }
    .col-sm-offset-19 {
        margin-left: 79.16667%;
    }
    .col-sm-offset-20 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-21 {
        margin-left: 87.5%;
    }
    .col-sm-offset-22 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-23 {
        margin-left: 95.83333%;
    }
    .col-sm-offset-24 {
        margin-left: 100%;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-13,
    .col-md-14,
    .col-md-15,
    .col-md-16,
    .col-md-17,
    .col-md-18,
    .col-md-19,
    .col-md-2,
    .col-md-20,
    .col-md-21,
    .col-md-22,
    .col-md-23,
    .col-md-24,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-1 {
        width: 4.16667%;
    }
    .col-md-2 {
        width: 8.33333%;
    }
    .col-md-3 {
        width: 12.5%;
    }
    .col-md-4 {
        width: 16.66667%;
    }
    .col-md-5 {
        width: 20.83333%;
    }
    .col-md-6 {
        width: 25%;
    }
    .col-md-7 {
        width: 29.16667%;
    }
    .col-md-8 {
        width: 33.33333%;
    }
    .col-md-9 {
        width: 37.5%;
    }
    .col-md-10 {
        width: 41.66667%;
    }
    .col-md-11 {
        width: 45.83333%;
    }
    .col-md-12 {
        width: 50%;
    }
    .col-md-13 {
        width: 54.16667%;
    }
    .col-md-14 {
        width: 58.33333%;
    }
    .col-md-15 {
        width: 62.5%;
    }
    .col-md-16 {
        width: 66.66667%;
    }
    .col-md-17 {
        width: 70.83333%;
    }
    .col-md-18 {
        width: 75%;
    }
    .col-md-19 {
        width: 79.16667%;
    }
    .col-md-20 {
        width: 83.33333%;
    }
    .col-md-21 {
        width: 87.5%;
    }
    .col-md-22 {
        width: 91.66667%;
    }
    .col-md-23 {
        width: 95.83333%;
    }
    .col-md-24 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 4.16667%;
    }
    .col-md-pull-2 {
        right: 8.33333%;
    }
    .col-md-pull-3 {
        right: 12.5%;
    }
    .col-md-pull-4 {
        right: 16.66667%;
    }
    .col-md-pull-5 {
        right: 20.83333%;
    }
    .col-md-pull-6 {
        right: 25%;
    }
    .col-md-pull-7 {
        right: 29.16667%;
    }
    .col-md-pull-8 {
        right: 33.33333%;
    }
    .col-md-pull-9 {
        right: 37.5%;
    }
    .col-md-pull-10 {
        right: 41.66667%;
    }
    .col-md-pull-11 {
        right: 45.83333%;
    }
    .col-md-pull-12 {
        right: 50%;
    }
    .col-md-pull-13 {
        right: 54.16667%;
    }
    .col-md-pull-14 {
        right: 58.33333%;
    }
    .col-md-pull-15 {
        right: 62.5%;
    }
    .col-md-pull-16 {
        right: 66.66667%;
    }
    .col-md-pull-17 {
        right: 70.83333%;
    }
    .col-md-pull-18 {
        right: 75%;
    }
    .col-md-pull-19 {
        right: 79.16667%;
    }
    .col-md-pull-20 {
        right: 83.33333%;
    }
    .col-md-pull-21 {
        right: 87.5%;
    }
    .col-md-pull-22 {
        right: 91.66667%;
    }
    .col-md-pull-23 {
        right: 95.83333%;
    }
    .col-md-pull-24 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 4.16667%;
    }
    .col-md-push-2 {
        left: 8.33333%;
    }
    .col-md-push-3 {
        left: 12.5%;
    }
    .col-md-push-4 {
        left: 16.66667%;
    }
    .col-md-push-5 {
        left: 20.83333%;
    }
    .col-md-push-6 {
        left: 25%;
    }
    .col-md-push-7 {
        left: 29.16667%;
    }
    .col-md-push-8 {
        left: 33.33333%;
    }
    .col-md-push-9 {
        left: 37.5%;
    }
    .col-md-push-10 {
        left: 41.66667%;
    }
    .col-md-push-11 {
        left: 45.83333%;
    }
    .col-md-push-12 {
        left: 50%;
    }
    .col-md-push-13 {
        left: 54.16667%;
    }
    .col-md-push-14 {
        left: 58.33333%;
    }
    .col-md-push-15 {
        left: 62.5%;
    }
    .col-md-push-16 {
        left: 66.66667%;
    }
    .col-md-push-17 {
        left: 70.83333%;
    }
    .col-md-push-18 {
        left: 75%;
    }
    .col-md-push-19 {
        left: 79.16667%;
    }
    .col-md-push-20 {
        left: 83.33333%;
    }
    .col-md-push-21 {
        left: 87.5%;
    }
    .col-md-push-22 {
        left: 91.66667%;
    }
    .col-md-push-23 {
        left: 95.83333%;
    }
    .col-md-push-24 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 4.16667%;
    }
    .col-md-offset-2 {
        margin-left: 8.33333%;
    }
    .col-md-offset-3 {
        margin-left: 12.5%;
    }
    .col-md-offset-4 {
        margin-left: 16.66667%;
    }
    .col-md-offset-5 {
        margin-left: 20.83333%;
    }
    .col-md-offset-6 {
        margin-left: 25%;
    }
    .col-md-offset-7 {
        margin-left: 29.16667%;
    }
    .col-md-offset-8 {
        margin-left: 33.33333%;
    }
    .col-md-offset-9 {
        margin-left: 37.5%;
    }
    .col-md-offset-10 {
        margin-left: 41.66667%;
    }
    .col-md-offset-11 {
        margin-left: 45.83333%;
    }
    .col-md-offset-12 {
        margin-left: 50%;
    }
    .col-md-offset-13 {
        margin-left: 54.16667%;
    }
    .col-md-offset-14 {
        margin-left: 58.33333%;
    }
    .col-md-offset-15 {
        margin-left: 62.5%;
    }
    .col-md-offset-16 {
        margin-left: 66.66667%;
    }
    .col-md-offset-17 {
        margin-left: 70.83333%;
    }
    .col-md-offset-18 {
        margin-left: 75%;
    }
    .col-md-offset-19 {
        margin-left: 79.16667%;
    }
    .col-md-offset-20 {
        margin-left: 83.33333%;
    }
    .col-md-offset-21 {
        margin-left: 87.5%;
    }
    .col-md-offset-22 {
        margin-left: 91.66667%;
    }
    .col-md-offset-23 {
        margin-left: 95.83333%;
    }
    .col-md-offset-24 {
        margin-left: 100%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-13,
    .col-lg-14,
    .col-lg-15,
    .col-lg-16,
    .col-lg-17,
    .col-lg-18,
    .col-lg-19,
    .col-lg-2,
    .col-lg-20,
    .col-lg-21,
    .col-lg-22,
    .col-lg-23,
    .col-lg-24,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-1 {
        width: 4.16667%;
    }
    .col-lg-2 {
        width: 8.33333%;
    }
    .col-lg-3 {
        width: 12.5%;
    }
    .col-lg-4 {
        width: 16.66667%;
    }
    .col-lg-5 {
        width: 20.83333%;
    }
    .col-lg-6 {
        width: 25%;
    }
    .col-lg-7 {
        width: 29.16667%;
    }
    .col-lg-8 {
        width: 33.33333%;
    }
    .col-lg-9 {
        width: 37.5%;
    }
    .col-lg-10 {
        width: 41.66667%;
    }
    .col-lg-11 {
        width: 45.83333%;
    }
    .col-lg-12 {
        width: 50%;
    }
    .col-lg-13 {
        width: 54.16667%;
    }
    .col-lg-14 {
        width: 58.33333%;
    }
    .col-lg-15 {
        width: 62.5%;
    }
    .col-lg-16 {
        width: 66.66667%;
    }
    .col-lg-17 {
        width: 70.83333%;
    }
    .col-lg-18 {
        width: 75%;
    }
    .col-lg-19 {
        width: 79.16667%;
    }
    .col-lg-20 {
        width: 83.33333%;
    }
    .col-lg-21 {
        width: 87.5%;
    }
    .col-lg-22 {
        width: 91.66667%;
    }
    .col-lg-23 {
        width: 95.83333%;
    }
    .col-lg-24 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 4.16667%;
    }
    .col-lg-pull-2 {
        right: 8.33333%;
    }
    .col-lg-pull-3 {
        right: 12.5%;
    }
    .col-lg-pull-4 {
        right: 16.66667%;
    }
    .col-lg-pull-5 {
        right: 20.83333%;
    }
    .col-lg-pull-6 {
        right: 25%;
    }
    .col-lg-pull-7 {
        right: 29.16667%;
    }
    .col-lg-pull-8 {
        right: 33.33333%;
    }
    .col-lg-pull-9 {
        right: 37.5%;
    }
    .col-lg-pull-10 {
        right: 41.66667%;
    }
    .col-lg-pull-11 {
        right: 45.83333%;
    }
    .col-lg-pull-12 {
        right: 50%;
    }
    .col-lg-pull-13 {
        right: 54.16667%;
    }
    .col-lg-pull-14 {
        right: 58.33333%;
    }
    .col-lg-pull-15 {
        right: 62.5%;
    }
    .col-lg-pull-16 {
        right: 66.66667%;
    }
    .col-lg-pull-17 {
        right: 70.83333%;
    }
    .col-lg-pull-18 {
        right: 75%;
    }
    .col-lg-pull-19 {
        right: 79.16667%;
    }
    .col-lg-pull-20 {
        right: 83.33333%;
    }
    .col-lg-pull-21 {
        right: 87.5%;
    }
    .col-lg-pull-22 {
        right: 91.66667%;
    }
    .col-lg-pull-23 {
        right: 95.83333%;
    }
    .col-lg-pull-24 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 4.16667%;
    }
    .col-lg-push-2 {
        left: 8.33333%;
    }
    .col-lg-push-3 {
        left: 12.5%;
    }
    .col-lg-push-4 {
        left: 16.66667%;
    }
    .col-lg-push-5 {
        left: 20.83333%;
    }
    .col-lg-push-6 {
        left: 25%;
    }
    .col-lg-push-7 {
        left: 29.16667%;
    }
    .col-lg-push-8 {
        left: 33.33333%;
    }
    .col-lg-push-9 {
        left: 37.5%;
    }
    .col-lg-push-10 {
        left: 41.66667%;
    }
    .col-lg-push-11 {
        left: 45.83333%;
    }
    .col-lg-push-12 {
        left: 50%;
    }
    .col-lg-push-13 {
        left: 54.16667%;
    }
    .col-lg-push-14 {
        left: 58.33333%;
    }
    .col-lg-push-15 {
        left: 62.5%;
    }
    .col-lg-push-16 {
        left: 66.66667%;
    }
    .col-lg-push-17 {
        left: 70.83333%;
    }
    .col-lg-push-18 {
        left: 75%;
    }
    .col-lg-push-19 {
        left: 79.16667%;
    }
    .col-lg-push-20 {
        left: 83.33333%;
    }
    .col-lg-push-21 {
        left: 87.5%;
    }
    .col-lg-push-22 {
        left: 91.66667%;
    }
    .col-lg-push-23 {
        left: 95.83333%;
    }
    .col-lg-push-24 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 4.16667%;
    }
    .col-lg-offset-2 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-3 {
        margin-left: 12.5%;
    }
    .col-lg-offset-4 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-5 {
        margin-left: 20.83333%;
    }
    .col-lg-offset-6 {
        margin-left: 25%;
    }
    .col-lg-offset-7 {
        margin-left: 29.16667%;
    }
    .col-lg-offset-8 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-9 {
        margin-left: 37.5%;
    }
    .col-lg-offset-10 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-11 {
        margin-left: 45.83333%;
    }
    .col-lg-offset-12 {
        margin-left: 50%;
    }
    .col-lg-offset-13 {
        margin-left: 54.16667%;
    }
    .col-lg-offset-14 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-15 {
        margin-left: 62.5%;
    }
    .col-lg-offset-16 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-17 {
        margin-left: 70.83333%;
    }
    .col-lg-offset-18 {
        margin-left: 75%;
    }
    .col-lg-offset-19 {
        margin-left: 79.16667%;
    }
    .col-lg-offset-20 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-21 {
        margin-left: 87.5%;
    }
    .col-lg-offset-22 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-23 {
        margin-left: 95.83333%;
    }
    .col-lg-offset-24 {
        margin-left: 100%;
    }
}
.table .table,
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857;
    border-top: 1px solid #7c7c7c;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #7c7c7c;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #7c7c7c;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th,
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #7c7c7c;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #7c7c7c;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #383838;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #2b2b2b;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #7c7c7c;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}
fieldset,
legend {
    padding: 0;
    border: 0;
}
fieldset {
    margin: 0;
    min-width: 0;
}
legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"],
legend {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size],
textarea.form-control {
    height: auto;
}
.form-control,
output {
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    color: #68c28d;
}
output {
    padding-top: 7px;
}
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #383838;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control {
        line-height: 34px;
    }
    .input-group-sm input[type="date"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm input[type="time"],
    .input-group-sm > .input-group-btn > input.btn[type="date"],
    .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-sm > .input-group-btn > input.btn[type="month"],
    .input-group-sm > .input-group-btn > input.btn[type="time"],
    .input-group-sm > input.form-control[type="date"],
    .input-group-sm > input.form-control[type="datetime-local"],
    .input-group-sm > input.form-control[type="month"],
    .input-group-sm > input.form-control[type="time"],
    .input-group-sm > input.input-group-addon[type="date"],
    .input-group-sm > input.input-group-addon[type="datetime-local"],
    .input-group-sm > input.input-group-addon[type="month"],
    .input-group-sm > input.input-group-addon[type="time"],
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
        line-height: 30px;
    }
    .input-group-lg input[type="date"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg input[type="time"],
    .input-group-lg > .input-group-btn > input.btn[type="date"],
    .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-lg > .input-group-btn > input.btn[type="month"],
    .input-group-lg > .input-group-btn > input.btn[type="time"],
    .input-group-lg > input.form-control[type="date"],
    .input-group-lg > input.form-control[type="datetime-local"],
    .input-group-lg > input.form-control[type="month"],
    .input-group-lg > input.form-control[type="time"],
    .input-group-lg > input.input-group-addon[type="date"],
    .input-group-lg > input.input-group-addon[type="datetime-local"],
    .input-group-lg > input.input-group-addon[type="month"],
    .input-group-lg > input.input-group-addon[type="time"],
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
        line-height: 46px;
    }
}
#myMusic table,
.form-group {
    margin-bottom: 15px;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.checkbox-inline,
.radio label,
.radio-inline {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox label,
.radio label {
    min-height: 20px;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm,
.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,
.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;
}
.form-group-sm .form-control,
.input-group-sm > .form-control,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.input-group-sm > .input-group-addon {
    height: 30px;
    line-height: 1.5;
}
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
select.input-sm {
    height: 30px;
    line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control,
.input-group-sm > .input-group-btn > select.btn[multiple],
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.form-group-lg .form-control,
.input-group-lg > .form-control,
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}
.input-group-lg > .input-group-addon {
    height: 46px;
    line-height: 1.33333;
}
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
select.input-lg {
    height: 46px;
    line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control,
.input-group-lg > .input-group-btn > select.btn[multiple],
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-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-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-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-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.btn-toolbar:after,
.btn-toolbar:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table;
}
.btn-toolbar:after,
.form-horizontal .form-group:after {
    clear: both;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover {
    color: #fff;
}
.btn.focus,
.btn:focus,
.btn:hover {
    text-decoration: none;
}
.btn.focus {
    color: #fff;
}
.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #fff;
    background-color: #7a848e;
    border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
    color: #fff;
    background-color: #626b73;
    border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #626b73;
    border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
    color: #fff;
    background-color: #515960;
    border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #7a848e;
    border-color: #ccc;
}
.btn-default .badge {
    color: #7a848e;
    background-color: #fff;
}
.btn-primary {
    color: #fff;
    background-color: #222;
    border-color: #151515;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #090909;
    border-color: #000;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #090909;
    border-color: #000;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #222;
    border-color: #151515;
}
.btn-primary .badge {
    color: #222;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #68c28d;
    border-color: #68c28d;
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #47b072;
    border-color: #31794f;
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #47b072;
    border-color: #44a96d;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #3d9762;
    border-color: #31794f;
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #68c28d;
    border-color: #68c28d;
}
.btn-info .badge {
    color: #68c28d;
    background-color: #fff;
}
.btn-warning {
    color: #68c28d;
    background-color: rgba(20, 20, 20, 0.6);
    border-color: #68c28d;
}
.btn-warning.focus,
.btn-warning:focus {
    color: #68c28d;
    background-color: rgba(0, 0, 0, 0.6);
    border-color: #31794f;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .btn-warning.dropdown-toggle {
    color: #68c28d;
    background-color: rgba(0, 0, 0, 0.6);
    border-color: #44a96d;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
    color: #68c28d;
    background-color: rgba(0, 0, 0, 0.6);
    border-color: #31794f;
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: rgba(20, 20, 20, 0.6);
    border-color: #68c28d;
}
.btn-warning .badge {
    color: rgba(20, 20, 20, 0.6);
    background-color: #68c28d;
}
.btn-danger {
    color: #fff;
    background-color: #df4649;
    border-color: #df4649;
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #ce2427;
    border-color: #8d181b;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ce2427;
    border-color: #c62225;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #b01e21;
    border-color: #8d181b;
}
.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #df4649;
    border-color: #df4649;
}
.btn-danger .badge {
    color: #df4649;
    background-color: #fff;
}
.btn-link {
    font-weight: 400;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
    color: #409e66;
    text-decoration: none;
    background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-group-xs > .btn,
.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
}
.btn-block {
    display: block;
    width: 100%;
}
.alert > p + p,
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    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 {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown,
.dropup {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #222;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn {
    float: left;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-group-lg > .btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0;
}
.dropup .btn-group-lg > .btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    width: 100%;
    max-width: 100%;
    float: none;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.nav:after,
.nav:before {
    content: " ";
    display: table;
}
.btn-group-vertical > .btn-group:after,
.nav:after {
    clear: both;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified,
.input-group {
    display: table;
    border-collapse: separate;
}
.btn-group-justified {
    width: 100%;
    table-layout: fixed;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus {
    z-index: 3;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon {
    white-space: nowrap;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #68c28d;
    text-align: center;
    background-color: #3c3c3c;
    border: 1px solid #68c28d;
    border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    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-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    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:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn,
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav > li,
.nav > li > a {
    position: relative;
    display: block;
}
.nav > li > a {
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: rgba(36, 36, 36, 0.7);
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: rgba(36, 36, 36, 0.7);
    border-color: #fff;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #68c28d;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #68c28d #68c28d #68c28d;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: rgba(255, 255, 255, 0.85);
    background-color: #68c28d;
    border: 1px solid #68c28d;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #222;
}
.nav-justified > li,
.nav-stacked > li,
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li,
    .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 {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    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: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: transparent;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.alert {
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: 700;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #3c3c3c;
    border-color: #68c28d;
    color: rgba(255, 255, 255, 0.85);
}
.alert-info hr {
    border-top-color: #56bb7f;
}
.alert-info .alert-link {
    color: rgba(230, 230, 230, 0.85);
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #3c3c3c;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #68c28d;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
    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-bar.active,
.progress.active .progress-bar {
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-danger,
.progress-striped .progress-bar-info,
.progress-striped .progress-bar-success,
.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-bar-danger {
    background-color: #d9534f;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #3c3c3c;
    border: 1px solid #68c28d;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #222;
    border-color: #222;
}
.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: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,
.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 {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #888;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
.panel-heading > .dropdown .dropdown-toggle,
a.list-group-item-danger .list-group-item-heading,
a.list-group-item-info .list-group-item-heading,
a.list-group-item-success .list-group-item-heading,
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading,
button.list-group-item-info .list-group-item-heading,
button.list-group-item-success .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    background-color: transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-body:after,
.panel-body:before {
    content: " ";
    display: table;
}
.panel-body:after {
    clear: both;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .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:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1;
}
.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,
.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: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:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: -1;
}
.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,
.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: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:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: -1;
}
.panel > .table-responsive:last-child > .table: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,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1;
}
.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,
.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 {
    border-bottom-left-radius: -1;
}
.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,
.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 {
    border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #7c7c7c;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .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,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > 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,
.superSearchBox textarea {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    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: #68c28d;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: rgba(36, 36, 36, 0.7);
    border-color: #68c28d;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #68c28d;
}
.panel-default > .panel-heading .badge {
    color: rgba(36, 36, 36, 0.7);
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #68c28d;
}
.panel-primary {
    border-color: #222;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #222;
    border-color: #222;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #222;
}
.panel-primary > .panel-heading .badge {
    color: #222;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #222;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.modal,
.modal-open,
body.noScroll {
    overflow: hidden;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    transform: translate(0, 0);
}
#contentWrapper,
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    border: 1px solid #999;
    border: 1px solid rgba(36, 36, 36, 0.7);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #68c28d;
}
.modal-header:after,
.modal-header:before {
    content: " ";
    display: table;
}
.modal-header:after {
    clear: both;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #68c28d;
}
.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table;
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
}
.tooltip.top-right .tooltip-arrow {
    left: 5px;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
#contentWrapper:after,
#contentWrapper:before,
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
#contentWrapper:after,
.clearfix:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
#multiRoomDockWrapper .device .deviceDetails,
#multiRoomDockWrapper .device .deviceIcon,
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs,
    .visible-xs-block {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm,
    .visible-sm-block {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md,
    .visible-md-block {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg,
    .visible-lg-block {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    #header #logo,
    .hidden-xs,
    .tabBar button span {
        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;
    }
    td.visible-print,
    th.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;
    }
    .hidden-print {
        display: none !important;
    }
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.contentWrapper__mini {
    height: calc(100% - 85px) !important;
}
#contentWrapper {
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
#contentWrapper #content {
    position: relative;
    min-height: 1px;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
}
@media (min-width: 768px) {
    #contentWrapper #content {
        float: left;
        width: 100%;
    }
}
#contentWrapper #content.browse,
#contentWrapper #content.plugin,
#contentWrapper #content.queue,
#playQueue #playQueueList ul,
.edit-profile-box .country-select > div,
.modal-body .row.alarm table td {
    padding: 0;
}
#blurContainer,
#blurImage {
    height: inherit;
    width: inherit;
}
#blurContainer {
    overflow: hidden;
}
#blurImage {
    filter: blur(15px) brightness(0.5);
    -moz-filter: blur(15px) brightness(0.5);
    -webkit-filter: blur(15px) brightness(0.5);
    -o-filter: blur(15px) brightness(0.5);
    transform: scale(1.1);
}
#viewPort {
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
#footer > button {
    text-transform: uppercase;
    font-weight: 600;
}
.btn {
    outline: none !important;
    font-size: 16px;
}
.btn:focus {
    color: #fff;
}
.btn:focus.btn-info {
    border-color: #68c28d;
    background-color: #68c28d;
}
.btn.btn-default {
    color: #fff;
    background-color: transparent;
    border-radius: 10px;
}
.btn.btn-default.active,
.btn.btn-default.selected,
.btn.btn-default:hover {
    color: #fff;
    background-color: #68c28d;
}
@media (max-width: 767px) {
    .btn.btn-default:hover {
        background-color: #68c28d;
    }
}
.btn-link {
    border-radius: 4px;
    color: #fff;
}
.btn-link.active,
.btn-link:hover {
    color: #409e66;
}
@media all and (max-width: 768px) {
    .btn-link:hover {
        color: inherit;
    }
}
.btn-outline {
    border: 2px solid #fff;
}
.cancelBtn {
    background-color: #2b2b2b;
    color: #7a848e;
    border-color: #7a848e;
}
.closeBtn {
    position: fixed;
    top: 20px;
    right: 24px;
    text-align: right;
    font-size: 28px;
    border: none;
    background: 0 0;
    z-index: 100;
}
@media (max-width: 767px) {
    .closeBtn {
        top: 10px;
        right: 10px;
    }
}
.closeBtn,
.closeBtn i,
.edit-profile-box .birthday-picker > date-picker {
    margin: 0;
    padding: 0;
}
table {
    font-size: 18px;
    margin: 0;
}
#playQueue #playQueueList li:hover,
table.table-hover tr:hover {
    background-color: rgba(30, 30, 30, 0.8);
}
table.noFirstRowBorder tr:first-of-type td {
    border-top: none;
}
table tr.nohover:hover {
    background-color: transparent;
}
table th {
    color: #999;
    border: none !important;
}
table td {
    vertical-align: middle !important;
    padding: 5px 10px;
}
table td.image {
    padding-left: 6px;
    font-size: 30px;
    text-align: center;
    width: 45px;
}
table td.image img {
    width: 45px;
    height: 45px;
}
table td.icon-cover {
    font-size: 26px;
    color: #383838;
}
table td.commandButtons {
    width: 50px;
    text-align: right;
    padding-right: 6px;
}
table .hamburgerMenu {
    position: relative;
}
table .hamburgerMenu .buttonsGroup {
    position: absolute;
    top: 34px;
    right: 0;
    left: auto;
    z-index: 3;
}
table .hamburgerMenu .buttonsGroup.last {
    top: auto;
    bottom: 38px;
}
@media (max-width: 767px) {
    table.tableSmall th {
        font-size: 12px;
    }
    table.tableSmall tr td {
        font-size: 13px;
        padding: 5px 2px !important;
    }
    table.tableSmall button.btn {
        padding: 5px 8px;
        margin-top: 2px;
        margin-bottom: 2px;
    }
}
.panel {
    border: none;
    margin-bottom: 20px;
}
.panel .panel-body {
    background: rgba(75, 75, 75, 0.5);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.panel .panel-heading {
    background-color: rgba(75, 75, 75, 0.5);
    border: none;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.panel .panel-heading .panel-title {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
}
.panel .panel-heading .panel-title i {
    margin-right: 15px;
}
.modal-content {
    background-color: #323232;
    border-radius: 10px;
}
.modal-content .modal-title {
    padding: 10px;
}
#wifiPlugin tr td.insertPasswordRow label,
.modal-content .modal-title i {
    margin-right: 10px;
}
.modal-content .modal-footer,
.modal-content .modal-header {
    border: transparent !important;
    border-radius: 10px;
}
.modal-content .credits-story {
    white-space: pre-line;
    font-size: 16px;
    text-align: justify;
}
.progress {
    height: 18px;
}
.progress-bar.active,
.progress.active .progress-bar {
    animation-direction: reverse !important;
}
#loading-bar .bar {
    background-color: #68c28d;
}
.ui-select-container,
.ui-select-match,
.ui-select-toggle {
    background-color: #383838;
    border-color: #68c28d;
    color: #68c28d;
    border-radius: 0;
}
.ui-select-bootstrap .ui-select-choices-row.active > a {
    background-color: #7a848e;
    color: rgba(255, 255, 255, 0.85);
}
.ui-select-bootstrap .ui-select-choices-row > a {
    color: #68c28d;
}
.ui-select-bootstrap .btn.btn-default:hover {
    background-color: #383838;
}
.bootstrap-switch {
    border-color: #68c28d;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
    background-color: #383838;
    border-radius: 0;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background-color: #68c28d;
    color: #fff;
    border-radius: 0;
}
.bootstrap-switch .bootstrap-switch-handle-off,
li.list-group-item {
    border-radius: 0;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.bootstrap-switch-handle-on.bootstrap-switch-default {
    background-color: rgba(36, 36, 36, 0.7);
    color: #68c28d;
}
.bootstrap-switch-label {
    background-color: red;
    color: #68c28d;
}
.form-control {
    border-radius: 7px;
}
.form-control:focus {
    box-shadow: 0 0 5px 1px #68c28d;
}
.knobWrapper {
    position: relative;
    width: 210px;
    height: 210px;
    margin: 0 auto 15px;
}
.knob {
    position: relative;
    z-index: 10;
}
.fakePulsingKnob,
.knobInfosWrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    border-radius: 150px;
    pointer-events: none;
}
.knobInfosWrapper {
    background-color: rgba(0, 0, 0, 0.7);
    width: 170px;
    height: 170px;
    z-index: 10;
}
.knobInfosWrapper .headerText {
    height: 20px;
    margin-top: 24px;
    font-size: 11px;
}
.knobInfosWrapper .headerText.green {
    color: #68c28d;
}
.knobInfosWrapper .bigText {
    margin-top: 8px;
    height: 45px;
    color: #68c28d;
    font-size: 50px;
    line-height: 45px;
    font-weight: 300;
}
.knobInfosWrapper .bigText .webRadioLabel {
    padding-top: 5px;
    font-size: 30px;
}
.knobInfosWrapper .smallText {
    margin-top: 8px;
    font-size: 16px;
    height: 22px;
}
.knobInfosWrapper .footerText {
    height: 19px;
    margin-top: 5px;
    font-size: 14px;
}
.knobInfosWrapper .footerText img {
    width: 32px;
}
.fakePulsingKnob {
    width: 210px;
    height: 210px;
    background-color: #68c28d;
    z-index: 9;
}
@keyframes pulse {
    0%,
    to {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}
.slider.slider-vertical .slider-track {
    width: 15px;
    border-radius: 16px;
    margin-left: -10px;
}
.volumeSlider.disabled .slider-track {
    background-image: linear-gradient(to top, #666 0%, #666 100%);
}
.slider-track {
    height: 5px;
}
.slider-selection {
    background-image: linear-gradient(to bottom, #ccc 0%, #ccc 100%);
}
.slider-handle {
    background-image: linear-gradient(to bottom, #68c28d 0%, #388c5b 100%);
    border: solid 1px #409e66;
    width: 22px;
    height: 22px;
}
.slider-tick,
.slider-tick.in-selection {
    background-image: linear-gradient(to bottom, #ccc 0%, #ccc 100%);
}
div.equalizer.horizontal .slider-selection {
    background-image: linear-gradient(to bottom, #68c28d 0%, #68c28d 100%);
}
div.equalizer.horizontal .slider-track {
    background-image: linear-gradient(to top, #ccc 0%, #ccc 100%);
}
.btn-group {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0;
}
.btn-group button {
    font-size: 26px;
    padding: 8px 18px 5px;
}
ul.dropdown-menu {
    width: 200px;
    background-color: #383838;
    border: solid 1px #898989;
}
ul.dropdown-menu i {
    width: 24px;
    text-align: center;
    padding-right: 4px;
}
ul.dropdown-menu a {
    display: block;
    color: #898989;
    padding: 6px 0 6px 6px;
    font-size: 16px;
}
.sortings-list li:hover,
ul.dropdown-menu a:hover {
    color: #cecece;
}
.uploadDroppableArea {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding: 40px 0;
    border: dotted 1px gray;
}
.uploadDroppableArea.dragover {
    border: dotted 1px #68c28d;
}
#toast-container > div {
    border-radius: 10px;
    margin-bottom: 120px !important;
    box-shadow: 0 0 0 #000;
}
.toast-info,
.toast-success {
    background-color: rgba(100, 100, 100, 0.9);
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background: #2d2d2d;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #999;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.btn-link.btn-block.list-item-button.self,
.credits p,
.true {
    color: #68c28d;
}
.false {
    color: #df4649;
}
.credits img {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}
.credits span {
    font-size: 16px;
    font-weight: 700;
}
.alert {
    padding: 10px;
    margin: 0 auto 20px;
    font-size: 18px;
}
.input-group-addon.clickable {
    cursor: pointer;
}
div#installed-plugin-lists {
    padding-bottom: 15px;
    padding-top: 25px;
    font-size: 16px;
    border-bottom: 1px solid #68c28d;
}
div#list-group {
    margin: 10px;
}
span.checkbox-wrapper {
    position: relative;
}
.custom-checkbox {
    display: none;
}
.custom-checkbox + label {
    cursor: pointer;
    background-color: #3c3c3c;
    border: 1px solid #68c28d;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: absolute;
    left: -28px;
    top: 1px;
}
.custom-checkbox:checked + label {
    background-color: #68c28d;
    border: 1px solid #3c3c3c;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #68c28d;
}
.custom-checkbox:checked + label:after {
    content: "\2714";
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 3px;
    color: #3c3c3c;
}
img.section-image {
    max-height: 18px;
}
.panel-body a {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 700;
}
p.lead {
    text-align: center;
}
#multiRoomDockWrapper .device .navButtons.ng-scope.deviceDetails i,
#multiRoomDockWrapper .device .navButtons.ng-scope.deviceIcon i,
.navButtons.pull-left.ng-scope i {
    font-size: 33px;
}
#multiRoomDockWrapper .device .navButtons.ng-scope.deviceDetails i.fa.fa-home,
#multiRoomDockWrapper .device .navButtons.ng-scope.deviceIcon i.fa.fa-home,
.navButtons.pull-left.ng-scope i.fa.fa-home {
    font-size: 40px;
}
.equalizer-plugin {
    float: left;
}
.plugin-label {
    display: block;
}
.ripper-row {
    margin-right: unset;
    margin-left: unset;
}
#ripper-album,
#ripper-uploadAlbum {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#ripper-album {
    max-width: 100%;
}
#ripper-uploadAlbum {
    white-space: normal;
    margin-top: 20px;
}
#browse {
    height: 100%;
    overflow: hidden;
}
#browse .panel {
    overflow: hidden;
    height: calc(100% - 10px);
    margin: 10px 10px 0;
    background-color: rgba(36, 36, 36, 0.7);
    border-radius: 10px 10px 0 0;
}
@media (max-width: 767px) {
    #browse .panel {
        height: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        background-color: rgba(36, 36, 36, 0.7);
        border-radius: 0;
    }
}
.material-icons {
    font-family: "Material Icons";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga";
    font-feature-settings: "liga";
}
.toggle-button,
.toggle-button-text {
    width: 100px !important;
    text-align: center;
}
.toggle-button-text {
    display: block;
    font-size: 14px;
    color: #ffffffc0;
    margin: 0 10px 10px;
}
.toggle-button {
    background-color: #333;
    color: #fff;
    margin: 10px;
    padding: 10px 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 22px !important;
    border: none;
}
.toggle-button img {
    height: 20px;
}
.toggle-button .loading {
    animation: spin 4s linear infinite;
}
.toggle-button .chevron {
    margin-left: 5px;
}
.toggle-button:hover {
    background-color: #252525 !important;
}
.toggle-button:hover .chevron {
    margin-left: 10px !important;
}
.toggle-button__active {
    background-color: #68c28d !important;
    color: #fff !important;
}
.toggle-button__active:hover {
    background-color: #50996f !important;
}
.toggle-button__disabled {
    color: #ffffff89 !important;
}
.toggle-button__disabled,
.toggle-button__disabled:hover {
    background-color: rgba(51, 51, 51, 0.7) !important;
}
.toggle-button__disabled:hover .chevron {
    margin-left: 5px !important;
}
.toggle-button__left {
    background-color: #333;
    color: #fff;
    padding: 10px 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 10px 0 10px 10px !important;
    width: 60px !important;
    font-size: 22px !important;
    border: none;
}
.toggle-button__left:hover {
    background-color: #252525 !important;
}
.toggle-button__left__active {
    background-color: #68c28d !important;
    color: #fff !important;
}
.toggle-button__left__active:hover {
    background-color: #50996f !important;
}
.toggle-button__right {
    background-color: #333;
    color: #fff;
    padding: 10px 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 10px 10px 10px 0 !important;
    width: 40px !important;
    font-size: 22px !important;
    border: none;
}
.toggle-button__right:hover {
    background-color: #252525 !important;
}
.toggle-button__right__active {
    background-color: #68c28d !important;
    color: #fff !important;
}
.toggle-button__right__active:hover {
    background-color: #50996f !important;
}
#blurContainer > div.container-fluid > button > span.mdi.mdi-music-box-multiple:hover,
.mdi-enabled {
    color: #409e66;
}
#toast-container {
    pointer-events: none !important;
}
img.oauth-qr {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}
.material-icons.md-18 {
    font-size: 18px;
}
.material-icons.md-24 {
    font-size: 24px;
}
.container-fluid > button > span.mdi.mdi-music-box-multiple,
.material-icons.md-30 {
    font-size: 30px;
}
.material-icons.md-36 {
    font-size: 36px;
}
.material-icons.md-48 {
    font-size: 48px;
}
.ui-select-container .ui-select-focusser,
ui-select-container .ui-select-search {
    visibility: hidden;
}
.driver-popover {
    background-color: #eeeeeebf;
    min-width: 400px;
    max-width: 500px;
    padding: 1%;
}
.driver-popover,
.driver-popover-progress-text {
    color: #000;
    font-family: "Lato";
}
.driver-popover-close-btn {
    color: #000;
    font-size: 20pt;
    margin: 1%;
}
.driver-popover-footer button {
    all: unset;
    display: inline-block;
    box-sizing: border-box;
    padding: 2%;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    background-color: #fff;
    color: #2d2d2d;
    font: 12px sans-serif;
    cursor: pointer;
    outline: 0;
    zoom: 1;
    line-height: 1.3;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.driver-popover-navigation-btns {
    padding: 2%;
}
.driver-popover-description {
    padding: 1%;
    padding-inline: 0;
    line-height: 1.8;
}
#info-link {
    color: #000;
}
.driver-popover-navigation-btns button + button {
    margin-left: 8px;
}
#driver-dummy-element {
    display: none;
}
.mdi.mdi-music-box-multiple,
.networkStatus li {
    font-size: 18px;
}
#textButtons > button:nth-child(1) > .fa.fa-search {
    font-size: 19px;
}
#textButtons > button:nth-child(1) {
    padding: 10px 0 8px;
}
#textButtons > button:nth-child(2) {
    padding: 8px 0;
}
#textButtons > button:nth-child(2) > span.mdi.mdi-audio-input-stereo-minijack {
    font-size: 20px;
}
#installProgressBar {
    margin-top: 20px;
}
#advancedLogWrapper {
    margin-top: 10px;
    height: 120px;
    overflow-y: scroll;
}
.btn.marginLeft {
    margin-left: 16px;
}
.pluginDetailsRow {
    color: #999;
}
.pluginDotStatus {
    border-radius: 10px;
    height: 18px;
    width: 18px;
    display: inline-block;
    margin-right: 5px;
}
.pluginDotStatus.inactive {
    background-color: #df4649;
}
.pluginDotStatus.active {
    background-color: #54c698;
}
.pluginCategoryBtn,
td.album-credits-title:first-letter {
    text-transform: capitalize;
}
#wizardScrim {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 4;
    display: none;
}
#wizard {
    height: calc(100vh - 120px - 120px);
    overflow-y: auto;
    overflow-x: hidden;
}
#wizard.volumio3 {
    height: auto;
}
#wizard .row {
    margin: 8px;
}
#wizard .row h1 {
    margin-bottom: 25px;
}
#wizard .row h3 {
    font-size: 20px;
}
#wizard .row #wizard-container {
    background-color: rgba(36, 36, 36, 0.9);
    border-radius: 10px;
    padding: 30px 25px 65px;
    min-height: 450px;
}
#wizard .row #wizard-container #custom-amount {
    display: inline-block;
    width: 55px;
}
#wizard .row #wizard-container .btn-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}
#wizard .row #wizard-container .btn-twitter {
    background-color: #4099ff;
    border-color: #4099ff;
}
#wizard .row #wizard-container .fb-share-button {
    display: inline-block;
    margin-right: 10px;
}
#wizard .row #wizard-navigator,
#wizard .row h1,
div#logo-wizard {
    text-align: center;
}
#wizard .row #wizard-navigator h1 {
    margin-top: 0;
    font-size: 22px;
}
#wizard .row #wizard-navigator button {
    margin-right: 10px;
    cursor: pointer;
}
#wizard .row #wizard-navigator button:hover {
    color: #fff;
}
#wizard .row #wizard-navigator button.selected {
    background-color: #333 !important;
    border-bottom: solid 1px #68c28d;
    border-radius: 0;
    transition: all 0.3s;
}
#wizard .row #button-bar {
    position: absolute;
    bottom: 10px;
    right: 25px;
}
tr.wifiwizard.ng-scope {
    font-size: 12px;
}
#wizard-wifi-spinner i.fa.fa-spinner.fa-pulse {
    font-size: 90px;
    margin: 30px 50%;
}
#wizard-wifi-message {
    margin-top: 50px;
}
.h-wizard {
    margin-top: 30px;
    margin-left: 20px;
}
#airplayScrim,
#status-bar {
    position: absolute;
    bottom: 20px;
    left: 40px;
}
.done-message {
    margin-top: 20px;
    margin-bottom: 20px;
}
.congratulations-message {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bolder;
    color: #68c28d;
}
div#logo-wizard {
    left: 50%;
    padding: 30px;
}
div#logo-wizard img {
    max-width: 100%;
}
form#donate-button {
    display: inline-block;
}
img.btc-qr-code {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.modal-donate-address {
    text-align: center;
    margin: 15px 0;
}
.crypto-donate {
    margin-top: 20px;
    font-size: 15px;
}
#wifiPlugin tr td.insertPasswordRowWizard input[type="password"],
#wifiPlugin tr td.insertPasswordRowWizard input[type="text"] {
    margin-top: 10px;
    max-width: 300px;
    margin-left: auto;
}
div#wifiSecuritySelectorWizard {
    width: 140px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.donate-button.fa::before {
    font-family: "FontAwesome";
}
.donate-button {
    font-family: "Lato", sans-serif;
}
#airplayScrim {
    display: none;
    background-color: rgba(255, 255, 255, 0);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}
#airplayScrim.showScrim,
.my-volumio__fake-checkbox__tick svg {
    display: block;
}
.equalizer {
    display: inline-block;
    margin: 10px;
}
.equalizer.vertical {
    margin: 10px 20px;
}
.equalizer.horizontal {
    margin: 10px 0 20px;
    width: 180px;
}
.equalizer-label {
    width: 15px;
    text-align: center;
    white-space: nowrap;
    margin-left: -8px;
}
#audioOuputButton {
    position: absolute;
    bottom: 20px;
    right: 30px;
    border: none;
    font-size: 28px;
    background: 0 0;
    z-index: 101;
}
@media (max-width: 767px) {
    #audioOuputButton {
        bottom: 16px;
        right: 15px;
    }
}
#audioOuputButton.mini {
    right: 12px !important;
    bottom: 9px !important;
}
@media (max-width: 767px) {
    #audioOuputButton.mini {
        right: 5px !important;
        bottom: 9px !important;
    }
}
#deviceName {
    position: absolute;
    bottom: 10px !important;
    right: 5px !important;
    border: none;
    font-size: 14px !important;
    z-index: 101;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 767px) {
    #deviceName {
        bottom: 5px !important;
        right: 0 !important;
        font-size: 12px !important;
        width: 82px;
    }
}
.hardwareToggleCheckbox input[type="checkbox"] {
    display: inline-block;
    width: auto;
}
#sideMenu {
    position: relative;
    z-index: 120;
}
#inputSelector {
    padding: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
#inputSelector .label {
    padding: 5px;
    color: #fff !important;
}
#inputSelector .ui-select-container,
#inputSelector .ui-select-match,
#inputSelector .ui-select-toggle {
    background-color: transparent !important;
    border-color: #898989 !important;
    border-radius: 5px !important;
    color: #fff !important;
    box-shadow: 0 0 0 #898989 !important;
}
#inputSelector .ui-select-container:focus,
#inputSelector .ui-select-match:focus,
#inputSelector .ui-select-toggle:focus {
    outline: none;
    border-color: #898989 !important;
    box-shadow: 0 0 0 #898989 !important;
    border-radius: 5px !important;
    color: #fff !important;
}
#inputSelector .text-muted {
    color: #c7c7c7 !important;
}
#outputButtonsRow {
    max-width: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 50px;
    margin-right: 50px;
}
@media (max-width: 767px) {
    #outputButtonsRow {
        margin-left: 20px;
        margin-right: 20px;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#outputButtons {
    margin-bottom: 10px;
    max-width: 100%;
    overflow: hidden;
}
#volume {
    margin-top: 50px;
}
#moreSettings {
    text-align: right;
    margin-bottom: 30px;
    margin-right: 20px;
}
.group-container {
    margin-top: 10px;
}
.row.output-item {
    margin-left: -16px;
    margin-right: 0;
}
.group-name {
    font-size: 20px;
    text-align: left;
    border-bottom: 1px solid;
    padding: 5px 0;
    text-transform: uppercase;
}
.list-item-button {
    position: relative;
    height: 70px;
    outline: 0;
    padding: 10px !important;
    border-bottom: none !important;
}
.output-enabled {
    color: #68c28d;
}
.device-group-icon {
    position: relative;
    top: 30px;
    font-size: 20px;
}
.list-item-albumart {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 40px;
    height: 40px;
}
.list-item-name,
.list-item-type {
    position: absolute;
    top: 20px;
    left: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}
.list-item-type {
    top: 47px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
}
.list-title {
    font-size: 24px;
    font-weight: 300;
    padding: 10px 0;
    text-align: left;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.close-output-button {
    display: inline-block;
}
.list-item-volume-bar {
    -webkit-appearance: none;
    outline: none;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 20px;
    width: 80% !important;
    margin-top: 10px;
}
.list-item-div {
    padding-bottom: 20px;
    border-bottom: solid 1px #333;
}
.list-item-volume-bar::-moz-range-progress {
    background-color: rgba(255, 255, 255, 0.8);
    height: 3px;
}
.outputs__overview {
    margin: 15px;
}
.outputs__menu {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: calc(100vw - 20px);
    height: auto;
    padding: 15px 10px;
    background: rgba(75, 75, 75, 0.95);
    z-index: 400;
    overflow-y: none;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
    .outputs__menu {
        right: 10px;
        padding: 15px 5px;
        width: calc(100vw - 20px);
    }
}
.outputs__content {
    padding: 0 10px;
}
.outputs__device-container {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
}
.outputs__title {
    margin-bottom: 50px;
    margin-top: 15px;
    text-align: center;
}
.outputs__title__text {
    font-size: 19px;
}
.outputs__subtitle {
    margin-left: 15px;
    color: #68c28d;
    margin-bottom: 1.2rem;
}
.outputs__action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    margin-bottom: 0;
}
.outputs__action__icon,
.outputs__action__icon.material-icons {
    font-size: 18px;
    margin-right: 6px;
    cursor: pointer;
}
.outputs__action--primary {
    color: #68c28d;
}
.outputs__back {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 25px;
    left: 25px;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    font-size: 22px !important;
    margin-bottom: 0;
}
.outputs__back__icon,
.outputs__back__icon.material-icons {
    font-size: 18px;
    margin-right: 6px;
    cursor: pointer;
}
.outputs__back--primary {
    color: #68c28d;
}
.outputs__switch {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 25px;
    right: 25px;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 6px;
    -webkit-appearance: none;
    border: none;
    font-size: 18px !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #626262;
    margin-bottom: 0;
}
.outputs__switch:hover {
    background-color: #252525 !important;
}
.outputs__switch__icon,
.outputs__switch__icon.material-icons {
    font-size: 18px;
    margin-right: 6px;
    cursor: pointer;
}
.outputs__switch--primary {
    color: #68c28d;
}
.outputs__switch__active {
    background-color: #68c28d !important;
    color: #fff !important;
}
.outputs__switch__active:hover {
    background-color: #50996f !important;
}
.outputs__switch2 {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 25px;
    right: 70px;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 6px;
    -webkit-appearance: none;
    border: none;
    font-size: 18px !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #333;
    margin-bottom: 0;
}
.outputs__switch2:hover {
    background-color: #252525 !important;
}
.outputs__switch2__icon,
.outputs__switch2__icon.material-icons {
    font-size: 18px;
    margin-right: 6px;
    cursor: pointer;
}
.outputs__switch2--primary {
    color: #68c28d;
}
.outputs__switch2__active {
    background-color: #68c28d !important;
    color: #fff !important;
}
.outputs__switch2__active:hover {
    background-color: #50996f !important;
}
.device {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2.4rem;
    margin-left: 15px;
    margin-right: 15px;
}
.device.disabled {
    opacity: 0.7;
    filter: grayscale(1);
}
.device__thumb,
.device__thumb img {
    width: 64px;
    height: 64px;
}
.device__thumb.small,
.device__thumb.small img {
    width: 40px;
    height: 40px;
}
.device__thumb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.2rem;
    overflow: hidden;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.05);
    cursor: pointer;
}
.device__info {
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: calc(100% - 64px - 1.2rem);
}
.device__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 0;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}
.device__title__text {
    margin-right: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
#backgroundSelector .backgroundName span.current,
.device__actions .mdi:hover,
.device__title__text:hover {
    color: #68c28d;
}
.device__title ~ .device__title {
    margin-top: 1.2rem;
}
.device__type {
    margin-top: -15px;
    font-size: 12px;
    color: #ffffff8d;
}
.device__type__text {
    margin-right: 1rem;
}
.device__actions {
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.device__actions .outputs__action {
    font-size: 12px;
}
.device__actions .mdi {
    font-size: 18px;
    color: #fff;
}
.device__meta,
.device__volume {
    display: -ms-flexbox;
    display: flex;
}
.device__volume {
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}
.device__meta {
    color: #7a848e;
}
.device__control--play {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 1rem;
    border: 2px solid #7a848e;
    border-radius: 50%;
}
.device__control--play:focus {
    outline: none;
}
.device__control--play:hover {
    color: #fff;
    border-color: #fff;
}
.device__control--play:active {
    transform: scale(0.96);
}
.device__control--play .fa {
    font-size: 12px;
}
.device__control--play .fa-play {
    transform: translateX(1px);
}
.device__meta__song {
    margin-top: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.device.groupped {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.device.groupped .device__title {
    margin-bottom: 0;
}
.device__group {
    min-width: 0;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}
.device__group__item {
    position: relative;
    padding-left: 32px;
}
.device__group__item:before {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: 16px;
    width: 9px;
    height: 9px;
    border: 2px solid #68c28d;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.device__group__item:first-child:before {
    width: 15px;
    height: 15px;
    background-color: #68c28d;
}
.device__group__item:not(:last-child) {
    margin: 1.2rem 0;
}
.device__group__item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 16px;
    left: 15px;
    width: 2px;
    height: calc(100% + 5px);
    background-color: #68c28d;
}
.device__group__action {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2.4rem;
    margin-bottom: 3.2rem;
    opacity: 0.5;
}
.device__group__remove-icon {
    position: relative;
}
.device__group__remove-icon:after {
    position: absolute;
    content: "";
    top: -3px;
    bottom: -3px;
    left: 50%;
    width: 1px;
    background-color: #fff;
    box-shadow: 1px 1px 0 1px #000;
    transform: rotate(33deg);
}
#modalWebRadio input,
.volume-control__popover {
    width: 100%;
}
.volume-control__popover .list-item-volume-bar {
    position: relative !important;
    left: 0;
    margin-bottom: 10px;
}
.popup-button {
    background-color: #333;
    color: #fff;
    margin: 10px;
    padding: 10px 20px;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 16px !important;
    border: none;
}
.popup-button:hover {
    background-color: #252525 !important;
}
.popup-button:hover .chevron,
.switch-device-button:hover .chevron {
    margin-left: 10px !important;
}
.popup-button__active {
    background-color: #68c28d !important;
    color: #fff !important;
}
.popup-button__active:hover {
    background-color: #50996f !important;
}
.switch-device-button {
    background-color: #333;
    color: #fff;
    margin: 5px;
    padding: 5px;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 12px !important;
    border: none;
}
.switch-device-button:hover {
    background-color: #252525 !important;
}
.switch-device-button__active {
    background-color: #68c28d !important;
    color: #fff !important;
}
.switch-device-button__active:hover {
    background-color: #50996f !important;
}
#volumeScrim.hideScrim,
#waitBackendScrim.hideScrim,
.volume-control-activator ~ .volume-control__popover {
    display: none;
}
.volume-control-activator:checked ~ .volume-control__popover {
    display: block;
}
@media (min-width: 768px) {
    .outputs__menu {
        max-width: 480px;
        transform: translateX(100%);
        animation: outputsSlideBottom 0.2s ease-out;
        animation-fill-mode: forwards;
    }
}
@keyframes outputsSlideSide {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes outputsSlideBottom {
    0% {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.on-cloud-actions-container .languageContainer {
    width: 100px;
    float: right;
    margin: 16px;
}
.on-cloud-actions-container .languageContainer .ui-select-choices {
    width: 100px;
    min-width: auto;
}
.on-cloud-actions-container .logout-container {
    float: right;
    margin: 16px;
}
.on-cloud-actions-container .logout-container button {
    font-size: 16px;
}
.on-cloud-actions-container button {
    font-size: 24px;
}
#sideMenuScrim {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
#myvolumio-card-container {
    margin-bottom: 25px;
}
.hardwareToggleCheckbox {
    margin: 15px 0 0 8px;
    text-align: left;
}
.hardwareToggleCheckbox:last-child {
    margin-bottom: 15px;
}
.side-logo {
    text-align: center;
    margin: 15px 0;
}
.side-logo img {
    width: 80%;
}
@media all and (max-height: 720px) {
    .side-logo {
        display: none;
    }
}
#sideMainMenu {
    z-index: 110;
}
#textButtons {
    margin-bottom: 25px;
}
#textButtons button {
    text-align: left;
    font-size: 16px;
    padding: 10px 0 10px 5px;
    margin-left: 15px;
    width: -moz-fit-content;
    width: fit-content;
}
#myVolumioButton {
    background-color: #5f5f5f;
    margin: 0 15px 40px;
    text-align: center;
    border-radius: 5px;
    padding: 10px 20px;
}
@media all and (max-height: 720px) {
    #myVolumioButton {
        margin: 0 15px 20px;
        padding: 5px 20px;
    }
}
#menuContent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}
#iconButtons {
    text-align: center !important;
    width: 100%;
}
#iconButtons button {
    font-size: 22px !important;
}
#volumeScrim,
#waitBackendScrim {
    color: #fff;
    font-size: 90px;
    position: relative;
}
#volumeScrim #overlay {
    background-color: rgba(51, 51, 51, 0.9);
    position: fixed;
    height: 100%;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
}
#volumeScrim #waitBackendSpinner {
    display: inline-block;
    width: 210px;
    height: 210px;
    text-align: center;
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#volumeScrim #waitBackendSpinner img,
#waitBackendScrim #waitBackendSpinner img {
    width: 100px;
    height: 100px;
}
#waitBackendScrim #overlay {
    background-color: rgba(51, 51, 51, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}
#waitBackendScrim #waitBackendSpinner {
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#addNewDrive,
.saveAddEditDrive {
    float: right;
}
#filterBox .superSearchInfoWrapper .mdi,
.accordion-toggle {
    cursor: pointer;
}
.networkStatus ul {
    list-style: none;
}
.networkStatus li span {
    color: #7c7c7c;
}
.networkStatus li img {
    width: 20px;
    margin-bottom: 10px;
}
.fa.fa-check.online {
    color: green;
}
.fa.fa-check.offline {
    color: red;
}
#backgroundSelector .backgroundName {
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
}
#backgroundSelector .backgroundName span {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 6px 10px;
}
#backgroundSelector .backgroundName p {
    margin: 10px 0 0;
}
#backgroundSelector img {
    width: 100%;
    border: solid 1px #999;
    cursor: pointer;
    margin-bottom: 30px;
}
#backgroundSelector img.current {
    border: solid 2px #68c28d;
}
#backgroundColorSelector #colorPalette > div {
    position: relative;
    display: inline-block;
    margin: 0 15px 10px 0;
    width: 110px;
    height: 110px;
}
#backgroundColorSelector #colorPalette > div.selected {
    border: solid 2px #54c698;
}
#backgroundColorSelector #colorPalette > div button {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 50%;
    margin-left: -21px;
}
#backgroundColorSelector #colorPalette > div button.customColor {
    top: 10%;
    margin-top: 0;
}
#backgroundColorSelector #colorPalette > div input {
    position: absolute;
    top: 60px;
    left: 10px;
    width: 90px;
}
#wifiPlugin tr td {
    border-top: 0 !important;
    border-bottom: 1px solid #7c7c7c;
}
#wifiPlugin tr td.insertPasswordRow input[type="checkbox"] {
    width: auto;
}
#wifiPlugin tr td.insertPasswordRow input[type="password"],
#wifiPlugin tr td.insertPasswordRow input[type="text"] {
    max-width: 300px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: -5px;
}
#wifiPlugin tr td.commandCol {
    max-width: 210px;
    text-align: right;
}
#wifiPlugin tr td.wifiIcon {
    width: 36px;
    text-align: center;
}
#wifiPlugin tr td.wifiIcon img {
    width: 20px;
}
#wifiPlugin tr td.lockIcon {
    width: 30px;
    text-align: center;
}
#wifiPlugin tr td .securitySelectWrapper {
    width: 120px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}
#wifiPlugin tr td .securitySelectWrapper .ui-select-choices {
    position: absolute;
    top: -22px;
    left: 0;
}
#wifiPlugin tr td .showHidePassword {
    margin-right: 10px;
}
#wifiPlugin .refreshWiFiNetworks {
    margin-top: 15px;
}
.fa-rotate-90 {
    transform: rotate(90deg);
}
#modalWebRadio input + div {
    padding-top: 5px;
}
#myvolumio-cancel-subscription .badge {
    background-color: #68c28d;
    border-radius: 5px;
    padding: 8px;
}
#myvolumio-cancel-subscription .badged-block {
    margin: 32px;
}
.edit-profile-box .glyphicon-refresh-animate {
    -animation: spin 0.7s infinite linear;
    -webkit-animation: spin2 0.7s infinite linear;
}
@keyframes spin {
    0% {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}
.edit-profile-box .country-select > div > a {
    background: 0 0;
    padding: 4px 16px;
    height: 100%;
    border: 0;
    color: #54c688;
}
.edit-profile-box .birthday-picker input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #54c688;
    background-color: #333;
    background-image: none;
    border: 1px solid #54c688;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.edit-profile-box ._720kb-datepicker-calendar-header {
    background-color: #54c688;
}
.select2-results .select2-highlighted {
    background: #54c688 !important;
    background-color: #54c688 !important;
}
#change-subscription .badge {
    background-color: #68c28d;
    border-radius: 5px;
    padding: 8px;
}
#change-subscription .badged-block {
    margin: 32px 0;
}
@media (min-width: 768px) {
    .omb_row-sm-offset-3 div:first-child[class*="col-"] {
        margin-left: 25%;
    }
    .omb_row-sm-offset-2 div:first-child[class*="col-"] {
        margin-left: 20%;
    }
}
.omb_login .omb_authTitle {
    text-align: center;
    line-height: 300%;
}
.omb_login .omb_socialButtons a {
    color: #fff;
    opacity: 0.9;
}
.omb_login .omb_socialButtons a:hover {
    color: #fff;
    opacity: 1;
}
.omb_login .omb_socialButtons .omb_btn-facebook {
    background: #3b5998;
}
.omb_login .omb_socialButtons .omb_btn-twitter {
    background: #00aced;
}
.omb_login .omb_socialButtons .omb_btn-google {
    background: #c32f10;
}
.omb_login .omb_socialButtons .omb_btn-github {
    background: #767676;
}
.omb_login .omb_loginOr {
    position: relative;
    font-size: 1.5em;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.omb_login .omb_loginOr .omb_hrOr {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.omb_login .omb_loginOr .omb_spanOr {
    display: block;
    position: absolute;
    left: 50%;
    top: -0.6em;
    margin-left: -1.5em;
    background-color: #fff;
    width: 3em;
    text-align: center;
}
.omb_login .omb_loginForm .input-group.i {
    width: 2em;
}
.omb_login .omb_loginForm .help-block {
    color: red;
}
@media (min-width: 768px) {
    .omb_login .omb_forgotPwd {
        text-align: right;
        margin-top: 10px;
    }
}
a#myvolumio-info {
    margin-right: 15px;
    margin-top: 20px;
    font-size: 18px;
}
a.btn.btn-outline.pull-right {
    margin-top: 18px;
}
.plans-table {
    text-align: center;
}
.my-volumio__info-card--with-cta > * {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}
.my-volumiio__premium-stream-feature-list {
    list-style: none;
    padding: 0;
    font-size: 16px;
}
.my-volumiio__premium-stream-feature-list li {
    margin-bottom: 8px;
}
.my-volumio__premium-streaming-icon {
    width: 80px;
    height: 80px;
}
@media (min-width: 992px) and (max-width: 1180px) {
    .my-volumio__info-card--with-cta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .my-volumio__info-card--with-cta > * {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .my-volumio__info-card--with-cta > .my-volumio__info-card__description {
        margin-bottom: 16px;
        text-align: center;
    }
}
@media (max-width: 576px) {
    .my-volumio__info-card--with-cta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .my-volumio__info-card--with-cta > * {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .my-volumio__info-card--with-cta > .my-volumio__info-card__description {
        margin-bottom: 16px;
        text-align: center;
    }
}
.my-volumio__component {
    position: relative;
    background: #383838;
    border-radius: 4px;
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.4);
}
.my-volumio__referral-link-container {
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    margin-bottom: 4px;
}
.my-volumio__referral-link {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 10px 16px 10px 10px;
    border: 1px solid #7a848e;
    border-right: none;
    background-color: transparent;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.my-volumio__referral-link ~ .btn {
    margin-left: -4px;
}
.my-volumio__referral-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 12px 6px 8px;
    border: none;
    transition: all 0.2s ease-out 0s;
}
.my-volumio__referral-btn:first-of-type {
    margin: 4px 4px 4px 0;
}
.my-volumio__referral-btn:not(:first-of-type) {
    margin: 4px;
}
.my-volumio__referral-btn .fa {
    margin-right: 8px;
}
.my-volumio__referral-btn:hover {
    opacity: 0.9;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.5);
    background-color: #333;
}
.my-volumio__results {
    position: relative;
    padding: 16px;
    overflow: hidden;
    margin-bottom: 32px;
}
.my-volumio__result-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.my-volumio__result-item:not(:last-child) {
    margin-bottom: 24px;
}
.boxHeader .title h2,
.my-volumio__result-item-caption,
.my-volumio__result-item-score {
    margin: 0;
}
.my-volumio__result-item-score {
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    text-align: center;
}
.my-volumio__leaderboard {
    min-height: 400px;
}
.preload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #333 8%, #555 25%, #333 33%);
    background-size: 200% 50px;
    animation: loader 1s linear infinite;
}
@keyframes loader {
    0% {
        background-position: -280px 0;
    }
    to {
        background-position: 300px 0;
    }
}
.participant {
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
}
.participant__rank {
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
}
.participant:not(:last-child) {
    border-bottom: 1px solid #7a848e;
}
.participant.active {
    color: #68c28d;
}
.my-volumio__collapse {
    position: relative;
    margin-bottom: 12px;
}
.my-volumio__collapse-header {
    padding: 12px;
    font-weight: 600;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
}
.my-volumio__collapse-indicator {
    margin-right: 12px;
    transition: transform 0.2s ease-out 0s;
}
.my-volumio__collapse-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out 0s;
}
.my-volumio__collapse-body__inner {
    padding: 0 24px 24px;
    opacity: 0;
    transition: opacity 0.2s ease-out 0s;
}
.my-volumio__collapse-body__inner > :last-child {
    margin-bottom: 0;
}
.my-volumio__collapse-toggle {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
}
.my-volumio__collapse-toggle:checked ~ .my-volumio__collapse-body {
    max-height: 600px;
    transition: max-height 0.4s ease-out 0s;
}
.my-volumio__collapse-toggle:checked ~ .my-volumio__collapse-body .my-volumio__collapse-body__inner {
    opacity: 1;
    transition: opacity 0.2s ease-out 0s;
}
.my-volumio__collapse-toggle:checked ~ .my-volumio__collapse-header .my-volumio__collapse-indicator {
    transform: rotate(45deg);
    transition: transform 0.2s ease-out 0s;
}
@media (min-width: 768px) {
    .my-volumio__referral-link-container {
        padding: 16px;
    }
    .my-volumio__results {
        padding: 24px;
    }
    .my-volumio__result-item {
        display: block;
        text-align: center;
    }
    .my-volumio__result-item:not(:last-child) {
        margin-bottom: 0;
    }
    .my-volumio__result-item-score {
        margin-bottom: 16px;
    }
    .my-volumio__collapse-header {
        padding: 24px;
    }
}
.boxHeader {
    margin-top: 20px;
}
.boxHeader .title {
    margin-right: 12px;
}
.my-volumio__panel__header {
    padding: 20px;
    background-color: rgba(9, 9, 9, 0.8);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.my-volumio__info-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 12px;
    margin-bottom: 24px;
    padding: 16px;
    background: #383838;
}
.my-volumio__info-card__description {
    margin: 0 28px 0 0;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0;
    line-height: 20px;
}
.my-volumio__fake-checkbox {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer;
}
.my-volumio__fake-checkbox:focus {
    outline: none;
    box-shadow: 0 0 0 2px #68c28d;
}
.my-volumio__fake-checkbox__tick {
    display: none;
    position: absolute;
    top: 5px;
    left: 4px;
    width: 10px;
    height: 10px;
}
.my-volumio__checkbox:checked ~ .my-volumio__fake-checkbox {
    background: #383838;
}
.my-volumio__checkbox:checked ~ .my-volumio__fake-checkbox .my-volumio__fake-checkbox__tick,
.my-volumio__checkbox:checked ~ .my-volumio__fake-checkbox .my-volumio__fake-checkbox__tick img,
.plan__checkbox:checked ~ .plan__card .plan__fake-radio .plan__fake-radio__tick {
    display: block;
}
.my-volumio__text-input {
    font-size: 16px;
}
.my-volumio__btn-primary {
    background-color: #68c28d;
}
.my-volumio__btn-primary:focus,
.my-volumio__btn-primary:hover {
    background-color: #4bb677;
}
.my-volumio__btn-primary.disabled {
    pointer-events: none;
}
.my-volumio__btn-transparent {
    background-color: transparent;
}
.my-volumio__btn-transparent:focus,
.my-volumio__btn-transparent:hover {
    background-color: transparent;
}
.my-volumio__btn-transparent.disabled {
    pointer-events: none;
}
.my-volumio__btn-secondary {
    background-color: transparent;
    transition: opacity 0.2s ease-out 0s;
    border: 2px solid #fff;
}
.my-volumio__btn-secondary:focus,
.my-volumio__btn-secondary:hover {
    opacity: 0.9;
}
.my-volumio__sign-in-btn {
    padding: 8px 16px;
    border: 1px solid #68c28d;
    border-radius: 4px;
    background: #383838;
    color: #68c28d !important;
    transition: opacity 0.2s ease-out 0s;
    cursor: pointer;
}
.my-volumio__sign-in-btn:hover {
    opacity: 0.8;
}
.karaoke > div,
.my-volumio__toggle-header {
    text-align: center;
}
.my-volumio__toggle-header h2,
.my-volumio__toggle-header h3,
.my-volumio__toggle-header h4 {
    margin-top: 0;
    margin-bottom: 8px;
}
.my-volumio__toggle-header .toggle-header__space {
    margin-bottom: 16px;
}
.my-volumio__toggle .toggle__labels {
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #68c28d;
    border-radius: 4px;
    overflow: hidden;
}
.my-volumio__toggle .toggle__label-text {
    margin: 0;
    padding: 8px 24px;
    color: #7a848e;
    background-color: #383838;
    font-weight: 400;
    cursor: pointer;
}
.my-volumio__toggle .toggle__label-radio:first-child:checked ~ .toggle__labels .toggle__label-text:first-child,
.my-volumio__toggle .toggle__label-radio:nth-child(2):checked ~ .toggle__labels .toggle__label-text:nth-child(2) {
    background-color: #68c28d;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
}
.my-volumio__plan-grid {
    max-width: 944px;
    margin: auto;
}
.plan__item {
    position: relative;
    -ms-flex: 0 0 calc(33% - 16px);
    flex: 0 0 calc(33% - 16px);
    width: 100%;
    margin-bottom: 24px;
}
.plan__item:not(:last-child) {
    margin-right: 24px;
}
.plan__card {
    background: #383838;
}
.plan__card:not(.reset) {
    border: 1px solid #7a848e;
    box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.39);
    border-radius: 12px;
    font-weight: 400;
    cursor: pointer;
}
.plan__card .plan__title {
    padding: 10px;
    border-bottom: 1px solid #7a848e;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 20px;
    text-transform: uppercase;
}
.plan__card .plan__pricing {
    padding: 10px 24px;
    border-bottom: 1px solid #7a848e;
}
.plan__card .plan__trial {
    margin-bottom: 8px;
}
.plan__card .plan__price {
    margin-bottom: 4px;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 40px;
}
.plan__card .plan__fake-radio {
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.85);
    text-align: center;
}
.plan__card .plan__fake-radio .plan__fake-radio__tick {
    display: none;
}
.plan__card .plan__features {
    padding: 16px;
}
.plan__card .plan__feature:not(:last-child) {
    margin-bottom: 8px;
}
#filterBox input:checked + .slider,
.plan__checkbox:checked ~ .plan__card,
.searchBox input:checked + .slider {
    background-color: #68c28d;
}
.plan__checkbox:checked ~ .plan__card .plan__pricing,
.plan__checkbox:checked ~ .plan__card .plan__title {
    border-bottom-color: rgba(255, 255, 255, 0.85);
}
.plan__checkbox:checked ~ .plan__card .plan__fake-radio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
}
.collapse__panel .collapse__panel__header {
    padding: 6px 2px;
    color: #68c28d;
    cursor: pointer;
}
.collapse__panel .collapse__panel__header .collapse__indicator {
    transition: transform 0.2s ease-out 0s;
}
.collapse__panel .collapse__panel__content {
    display: none;
    padding: 4px 0 0;
}
.collapse__panel .collapse__checkbox:checked ~ .collapse__panel__header .collapse__indicator {
    transform: rotate(45deg);
}
.collapse__panel .collapse__checkbox:checked ~ .collapse__panel__content {
    display: block;
}
.my-volumio__login-or {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.my-volumio__login-or .my-volumio__login-or__text {
    padding: 2px 8px;
}
.my-volumio__login-or .my-volumio__login-or__line {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 2px;
    background-color: #979797;
}
.my-volumio__form-group {
    margin-bottom: 24px;
}
.my-volumio__border-round {
    border-radius: 4px;
}
.d-flex {
    display: -ms-flexbox;
    display: flex;
}
.d-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.align-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
}
.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}
.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-content-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex-spacer {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.flex-grow-0 {
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.flex-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.flex-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.mb-2 {
    margin-bottom: 8px;
}
.mb-4 {
    margin-bottom: 16px;
}
.mb-6 {
    margin-bottom: 24px;
}
.mb-10 {
    margin-bottom: 40px;
}
.mb-16 {
    margin-bottom: 64px;
}
.mr-2 {
    margin-right: 8px;
}
.mr-4 {
    margin-right: 16px;
}
.focus__helper {
    position: relative;
}
.focus__helper:after {
    position: absolute;
    display: none;
    content: "";
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: 1px dotted rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    pointer-events: none;
    z-index: -1;
}
.focus__helper.round:after {
    border-radius: 13px;
}
.focus__helper:focus,
button.search-icon:focus {
    outline: none;
}
.focus__helper:focus:after {
    display: block;
}
.my-profile .user-data h3.user-title {
    font-size: x-large;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
}
.my-profile .user-data h4.user-username {
    font-size: large;
    color: #5cb85c;
}
.my-profile .user-data p.user-details {
    margin: 32px auto;
    font-size: larger;
}
.body-landing {
    max-width: 1097px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.75) !important;
}
.body-landing .justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}
.body-landing .caption {
    opacity: 0.5;
    margin-top: 10px;
}
.welcome__panel {
    padding: 32px 48px;
}
.myvolumio__feature-block {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    background-color: #383838;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.myvolumio__feature-block .feature__content {
    padding: 28px;
    text-align: center;
}
.myvolumio__feature-block .feature__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom right;
    object-position: bottom right;
}
.mb-line--small {
    margin-bottom: 2em;
}
@media (min-width: 768px) {
    .landing__welcome-section {
        padding-top: 40px;
        padding-bottom: 48px;
    }
    .myvolumio__feature-block {
        max-width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .myvolumio__feature-block .feature__content {
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
        padding: 48px;
        text-align: left;
    }
    .myvolumio__feature-block .feature__image {
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
    }
}
.karaoke button {
    font-size: 22px;
    padding-top: 2px;
    width: 40px;
    height: 40px;
}
.karaoke button + button,
.tabBar button span {
    margin-left: 10px;
}
.modal-body .pull-down {
    margin-top: 33px;
}
@media (max-width: 767px) {
    .modal-body .pull-down {
        margin-bottom: 50px;
    }
}
.navButtons button {
    padding: 4px 10px;
    font-size: 24px;
}
.superSearchBox {
    padding: 0 50px;
}
.superSearchBox span {
    display: block;
    margin-top: 10px;
}
.superSearchBox,
.superSearchSpinner {
    width: 100%;
    text-align: center;
}
.superSearchSpinner img {
    opacity: 0.5;
    width: 100px;
}
.superSearchSpinner span {
    display: block;
    font-size: larger;
}
.searchBox {
    margin-top: 4px;
    margin-left: 20px;
    width: 75%;
    float: left;
}
.searchBox .fa {
    font-size: 18px;
    margin-top: 8px;
}
.searchBox i {
    position: absolute;
    margin-top: 6px;
    margin-left: 8px;
}
.searchBox .search-button,
.searchBox .superSearch-button {
    position: absolute;
    margin-top: 2px;
    margin-left: 55px;
    font-size: 20px;
}
.searchBox .search-button {
    margin-left: 5px;
}
.searchBox input {
    float: left;
    border: none;
    border-radius: 5px;
    background-color: #3c3c3c;
    font-size: 16px;
    color: #fff;
    box-shadow: none;
    padding-left: 82px !important;
    padding-right: 30px !important;
    width: 90%;
    min-width: 150px;
}
.searchBox .ss-disabled {
    padding-left: 35px !important;
}
.searchBox .ss-available {
    background: linear-gradient(90deg, #545454 0%, #3c3c3c 25%, #3c3c3c 100%);
}
.searchBox .ss-enabled {
    width: calc(100% - 50px) !important;
}
.searchBox input:focus {
    background: linear-gradient(90deg, #545454 0%, #545454 100%);
    background-color: #545454 !important;
    border: none !important;
    box-shadow: none !important;
    color: #ccc;
    width: 90%;
}
.searchBox input:focus label {
    display: none;
}
.searchBox .form-control-feedback {
    color: rgba(255, 255, 255, 0.85);
    font-size: 24px;
}
.searchBox .clear-search {
    cursor: pointer;
    pointer-events: auto;
}
.searchBox .clear-search:hover {
    color: #68c28d;
}
.searchBox .switch {
    position: absolute;
    display: inline-block;
    width: 23px;
    height: 12px;
    margin-top: 10px;
    margin-left: 26px;
}
#filterBox .switch input,
.searchBox .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.searchBox .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #989898;
    transition: 0.4s;
}
#filterBox .slider:before,
.searchBox .slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 2px;
    bottom: 1px;
    background-color: #fff;
    transition: 0.4s;
}
#filterBox input:focus + .slider,
.searchBox input:focus + .slider {
    box-shadow: 0 0 1px #68c28d;
}
#filterBox input:checked + .slider:before,
.searchBox input:checked + .slider:before {
    transform: translateX(10px);
}
#filterBox .slider.round,
.searchBox .slider.round {
    border-radius: 34px;
}
#filterBox .slider.round:before,
.searchBox .slider.round:before {
    border-radius: 50%;
}
.searchBox #browseFilterBar {
    color: #fff;
    margin-top: 5px;
    text-align: right;
}
.backButton,
.gridButton {
    float: left;
    background: 0 0;
    border: none;
}
.backButton {
    font-size: 30px;
    padding: 0;
    text-align: left;
    margin: 3px;
}
.backButton .fa {
    font-size: inherit;
    margin: 0;
    padding: 0;
}
#searchForm {
    width: 100%;
    float: left;
}
#filterBox {
    padding-top: 8px;
    height: 40px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#filterBox .btn {
    height: 25px;
    margin-left: 10px;
    padding-top: 2px;
    margin-top: 0;
}
#filterBox .mdi {
    font-size: 22px;
    margin-right: 10px;
}
#filterBox .searchAndPlayWrapper {
    margin-left: 75px;
    margin-top: 2px;
}
#filterBox .superSearchInfoWrapper {
    float: left;
    margin-left: 10px;
}
#filterBox .searchAndPlay,
#listShortcuts {
    margin-left: 5px;
}
#filterBox .switch {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 12px;
    margin-top: 12px;
    margin-left: 0;
    margin-right: 10px;
}
#filterBox .switchLabel {
    float: left;
    margin-top: 8px;
    margin-right: 10px;
}
#filterBox .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #989898;
    transition: 0.4s;
}
.gridButton {
    margin: 0 8px 0 0 !important;
}
.gridButton .fa {
    font-size: 30px;
}
#listShortcuts {
    white-space: nowrap;
    width: -moz-max-content;
    width: max-content;
}
#listShortcuts .shortcut,
.sortings .sortings-button {
    background-color: #444;
    border-radius: 5px;
    font-size: 12px;
}
#listShortcuts .shortcut {
    float: left;
    margin-right: 8px;
    padding: 4px;
}
#listShortcuts,
.sortings {
    display: inline-block;
}
.sortings img {
    width: 30px;
}
#header .logout-container button,
.sortings .fa {
    font-size: 16px;
}
.sortings .sortings-button {
    border: 0 none;
    height: 28px;
    padding: 0 6px;
}
.sortings-list {
    padding: 4px 0;
}
.sortings-list li {
    -ms-flex-align: center;
    align-items: center;
    color: #898989;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 6px;
}
.sortings-list li i {
    margin: 0 0 0 auto;
}
.sortings-list .sortings-list-item--active {
    color: #68c28d;
}
#filterBox::-webkit-scrollbar,
#trackInfo-title.mini::-webkit-scrollbar {
    display: none;
}
button.search-icon {
    background: 0 0;
    border: 0;
    outline: none;
    position: absolute;
    top: 23px;
    right: 2.5%;
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    cursor: pointer;
    display: none;
}
.clear-button,
.send-button,
.superSearch-button {
    background: 0 0;
    border: 0;
    outline: none;
    float: left;
    cursor: pointer;
}
.superSearch-button {
    color: rgba(255, 255, 255, 0.85);
    margin-left: 50px;
    font-size: 15px;
}
.clear-button,
.send-button {
    font-size: 22px;
    margin-top: 2px;
}
.clear-button {
    color: #ffffffaf;
    margin-left: -30px;
}
.send-button {
    margin-left: 12px;
    background-color: #4e9d77;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding-left: 5px;
}
.disabled {
    color: #ffffff74 !important;
}
.rowInfo,
.rowTitle {
    clear: both;
    font-size: 18px;
    padding: 15px 10px 5px;
    cursor: auto;
    color: #68c28d;
    border-bottom: solid 1px #68c28d;
    background-color: rgba(36, 36, 36, 0.7);
}
.rowInfo i,
.rowInfo img,
.rowTitle i {
    margin-right: 10px;
}
.rowInfo {
    padding: 5px 10px 5px 5px;
    height: 100px !important;
    overflow: hidden;
}
.rowInfo img {
    float: left;
    width: 90px;
    height: 90px;
}
.album-time,
.album-title {
    color: rgba(255, 255, 255, 0.85);
}
.album-title {
    font-weight: 700;
}
.album-time {
    font-size: 14px;
    font-style: italic;
}
.imageInfo {
    float: left;
    text-align: center;
    width: 90px;
    height: 90px;
    margin-right: 10px;
}
.infoButton {
    float: right;
    font-size: 60px;
    vertical-align: middle;
}
.browseTable .itemWrapper {
    cursor: pointer;
}
.browseTable.sourcesTable .listWrapper.grid .description,
.rowInfo img {
    text-align: center;
}
.browseTable .itemTab {
    overflow: visible;
    height: 56px;
    border-bottom: solid 1px #7c7c7c;
    padding: 5px 0 0 5px;
    background-color: rgba(20, 20, 20, 0.6);
}
.browseTable .itemTab:hover {
    background-color: rgba(36, 36, 36, 0.7);
}
.browseTable .image {
    float: left;
    text-align: center;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
.browseTable .image i {
    padding-top: 15px;
    font-size: 18px;
}
.browseTable .image img {
    width: 45px;
    height: 45px;
    -o-object-fit: cover;
    object-fit: cover;
}
.browseTable .description {
    width: auto;
    overflow: hidden;
}
.browseTable .artist-album,
.browseTable .title {
    font-size: 16px;
    height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.browseTable .title.onlyTitle {
    margin: 10px 0;
}
.browseTable .title.tagImage {
    max-width: 85%;
    display: inline-block;
}
.browseTable img.tag-image {
    height: 20px;
    max-width: 10%;
    vertical-align: top;
    margin-right: 4px;
}
.browseTable .artist-album {
    font-size: 13px;
    color: #68c28d;
    height: 20px;
    clear: both;
}
.browseTable .artist-album.onlyTitle {
    display: none;
}
.browseTable .info-title {
    font-weight: bolder;
    position: relative;
    top: 50%;
    height: 90%;
    overflow: hidden;
}
.browseTable .commandButtons {
    float: right;
    padding-top: 8px;
    width: 35px;
    font-size: 20px;
}
.browseTable .commandButtons .dropdown-menu {
    left: auto;
    right: 10px;
}
.browseTable .commandButtons .dropdown-menu.right {
    left: 0;
    right: auto;
}
.browseTable .commandButtons .dropdown-menu.top {
    top: auto;
    bottom: 25px;
}
.browseTable .listWrapper.grid .itemWrapper {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    .browseTable .listWrapper.grid .itemWrapper {
        float: left;
        width: 25%;
    }
}
@media (min-width: 992px) {
    .browseTable .listWrapper.grid .itemWrapper {
        float: left;
        width: 16.66667%;
    }
}
@media (min-width: 1200px) {
    .browseTable .listWrapper.grid .itemWrapper {
        float: left;
        width: 16.66667%;
    }
}
.browseTable .listWrapper.grid .itemTab {
    position: relative;
    height: auto;
    padding: 10px;
}
.browseTable .listWrapper.grid .image {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.browseTable .listWrapper.grid .image:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.browseTable .listWrapper.grid .image i {
    display: block;
    position: absolute;
    padding: 0;
    width: 60px;
    height: 50px;
    margin: 0 auto;
    font-size: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 30px);
}
.browseTable .listWrapper.grid .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.browseTable .listWrapper.grid .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.browseTable .listWrapper.grid .title.onlyTitle {
    white-space: normal;
    margin: 0;
    height: 42px;
}
.browseTable .listWrapper.grid .title.tagImage {
    max-width: 85%;
    margin-right: 15%;
    display: block;
}
.browseTable .listWrapper.grid img.tag-image {
    height: 20px;
    vertical-align: top;
    float: right;
    display: block;
    margin-right: 0;
}
.browseTable .listWrapper.grid .description {
    float: none;
}
.browseTable .listWrapper.grid .commandButtons {
    float: none;
    position: absolute;
    top: 5px;
    right: 5px;
}
.browseTable .listWrapper.grid .commandButtons i {
    font-size: 20px;
}
.title-tag.ng-binding,
.title.ng-binding {
    height: 42px;
}
.browse__header,
.header__back-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.browse__header {
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    background: #090909;
    border-bottom: 1px solid #68c28d;
}
.header__back-btn {
    border: 1px dotted transparent;
    background: 0 0;
    border-radius: 4px;
    margin-right: 12px;
}
.header__back-btn:focus {
    outline: none;
    border: 1px dotted rgba(104, 194, 141, 0.5);
}
.header__back-btn:active .header__back-btn__icon {
    animation: back-btn-push 0.15s ease-out;
}
.header__back-btn .header__back-btn__icon {
    margin-right: 12px;
}
@keyframes back-btn-push {
    0%,
    to {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-6px);
    }
}
.hidden-search-icon .search-icon {
    display: none;
}
@media (min-width: 768px) {
    .browse__header {
        padding: 20px;
    }
}
.browse__main-page,
.main__row {
    padding: 16px;
}
.main__source {
    margin-bottom: 32px;
}
.main__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.music-card-mini__wrapper {
    display: inline-block;
    min-width: 100px;
    margin-right: 15px;
}
.music-card__wrapper {
    -ms-flex: 0 0 calc((100% / 2) - 10px);
    flex: 0 0 calc((100% / 2) - 10px);
    min-width: 0;
    margin-bottom: 16px;
}
.music-card__wrapper:not(:nth-child(2n)) {
    margin-right: 8px;
}
.music-card__wrapper:not(:nth-child(2n + 1)) .dropdown-menu.align-to-right {
    z-index: 1000;
    left: auto;
    right: 0;
}
.main__list .album__tracks:first-child {
    padding-top: 12px;
}
.main__list .album__tracks:last-child {
    padding-bottom: 12px;
}
#browsePanelHeading {
    padding: 10px 10px 0;
}
#browse-page .panel-title,
.title__icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}
#browse-page .panel-title {
    margin-top: 18px;
    margin-bottom: 12px;
    padding: 0 16px;
    font-size: 18px;
    line-height: 20px;
    width: 100%;
}
.title__icon {
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 4px;
    width: 24px;
    height: 24px;
}
.title__icon .title__icon__img {
    width: 100%;
}
#browse .panel .body-content.new-browse {
    top: 73px;
    height: calc(100% - 93px);
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
#browseTablesWrapper {
    width: 100%;
    overflow-y: scroll !important;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
#browseTablesWrapper::-webkit-scrollbar-thumb,
#browseTablesWrapper::-webkit-scrollbar-track {
    border-radius: 0;
}
.credit-clickable {
    cursor: pointer;
}
.credit-clickable:hover {
    color: #68c28d;
}
.credit-clickable.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.credit-clickable .credit-clickable__caption {
    display: block;
    color: #7a848e;
    font-size: 14px;
}
.credit-clickable .credit-item-loader {
    animation: rotateLoader 1.2s linear;
    animation-iteration-count: infinite;
    margin-right: 4px;
}
@keyframes rotateLoader {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media (min-width: 768px) and (max-width: 990px) {
    .browse__browse-page,
    .browse__main-page {
        padding: 24px;
    }
    .music-card__wrapper {
        -ms-flex: 0 0 calc((100% / 4) - 10px);
        flex: 0 0 calc((100% / 4) - 10px);
    }
    .music-card__wrapper:not(:nth-child(4n)) {
        margin-right: 12px;
    }
    .music-card__wrapper:not(:nth-child(4n + 1)) .dropdown-menu.align-to-right {
        z-index: 1000;
        left: auto;
        right: 0;
    }
    #browse .panel .body-content.new-browse {
        top: 75px;
        height: calc(100% - 93px);
    }
}
@media (min-width: 500px) and (max-width: 768px) {
    .browse__browse-page,
    .browse__main-page {
        padding: 24px;
    }
    .music-card__wrapper {
        -ms-flex: 0 0 calc((100% / 3) - 10px);
        flex: 0 0 calc((100% / 3) - 10px);
    }
    .music-card__wrapper:not(:nth-child(3n)) {
        margin-right: 8px;
    }
    .music-card__wrapper:not(:nth-child(3n + 1)) .dropdown-menu.align-to-right {
        z-index: 1000;
        left: auto;
        right: 0;
    }
    #browse .panel .body-content.new-browse {
        top: 75px;
        height: calc(100% - 93px);
    }
}
@media (min-width: 991px) {
    .music-card__wrapper {
        -ms-flex: 0 0 calc((100% / 6) - 10px);
        flex: 0 0 calc((100% / 6) - 10px);
        min-width: 0;
    }
    .music-card__wrapper:not(:nth-child(6n)) {
        margin-right: 12px;
    }
    .music-card__wrapper:not(:nth-child(6n + 1)) .dropdown-menu.align-to-right {
        z-index: 1000;
        left: auto;
        right: 0;
    }
    #browse .panel .body-content.new-browse {
        top: 74px;
        height: calc(100% - 93px);
    }
}
.album__header,
.artist__header {
    position: relative;
    height: auto;
    border-radius: 10px;
    margin: 10px;
    transform: translate3d(0, 0, 0);
}
.album__header .align-to-right,
.artist__header .align-to-right {
    right: 0;
    left: auto;
}
.header__content {
    position: relative;
    z-index: 1;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0.3) 100%);
}
.header__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    z-index: 0;
}
.header__backdrop img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
    transform: translateY(0%) scale(1.4);
    filter: blur(48px);
    -moz-filter: blur(48px);
    -webkit-filter: blur(48px);
    -o-filter: blur(48px);
}
.header__info {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 25px;
    padding-right: 25px;
    width: calc(100% - 320px);
}
.header__info ::-webkit-scrollbar {
    height: 5px !important;
}
.header__info .artist-description {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    max-height: 85px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, #000 calc(100% - 50px), transparent calc(100% - 4px));
    mask-image: linear-gradient(to bottom, #000 calc(100% - 50px), transparent calc(100% - 4px));
}
.header__info .artist-description__read-more {
    width: 100%;
    text-align: right;
}
@media (max-width: 768px) {
    .header__info .artist-description__read-more {
        margin-bottom: 10px;
    }
}
.header__info .artist-description__related {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 60px;
    white-space: nowrap;
}
.header__info .artist-description__related__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.header__info .artist-description__active {
    margin-top: 20px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 8px;
    font-size: 16px;
}
.header__info .artist-description__meta-btn {
    float: right;
    background: 0 0;
    border: none;
    margin-bottom: 0 !important;
}
.header__info .artist-description__action-btn .fa,
.header__info .artist-description__meta-btn .fa {
    display: inline-block;
    width: 14px;
    text-align: center;
    margin-right: 8px;
}
.header__info .artist-description__action-btn {
    float: left;
    background: 0 0;
    margin-top: 15px;
    border: none;
}
.header__info .artist-description__action-btn .fa {
    width: 16px;
}
.header__info .artist-description__action-btn.mb-1 {
    margin-bottom: 4px;
}
.header__action-btn.favorited .fa,
.header__info .artist-description__action-btn.favorited .fa {
    color: #68c28d;
}
@media (max-width: 768px) {
    .header__info .artist-description__meta-btn {
        float: left;
        padding-left: 0;
        margin-right: 10px;
    }
    .header__info .desktop {
        display: none;
    }
}
@media (min-width: 769px) {
    .header__info .mobile {
        display: none;
    }
}
.header__info .header__meta {
    margin-bottom: 16px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #ffffffaf;
    font-size: 13px;
    line-height: 16px;
}
.header__info .header__meta__spacer {
    display: inline-block;
    margin: 0 8px;
}
@media (max-width: 768px) {
    .header__info {
        width: 100%;
    }
    .header__info .artist-description__related {
        margin-bottom: 10px;
    }
    .header__info .artist-description__related__title {
        font-size: 14px;
        margin-top: 5px;
    }
}
.header__actions {
    height: 60px;
    position: relative;
    background-color: #00000086;
    z-index: 10;
    border-radius: 0 0 10px 10px;
}
.header__action-btn {
    float: left;
    background: 0 0;
    padding: 2px 10px;
    margin-left: 5px;
    margin-top: 20px;
    border: none;
}
.header__action-btn .fa {
    display: inline-block;
    width: 16px;
    text-align: center;
    margin-right: 8px;
}
.header__action-btn.mb-1 {
    margin-bottom: 4px;
}
.header__action-btn__faded {
    color: #ffffffb1;
    transition: color 0.15s ease-out 0s;
}
.header__action-btn__faded:hover {
    color: #fff;
}
@media (max-width: 550px) {
    .header__action-btn {
        float: none;
        display: block;
        padding-left: 10px;
        padding-top: 4px;
        margin-top: 0;
    }
}
.header__mobile-actions {
    float: left;
    background: 0 0;
    padding: 2px 10px;
    margin-left: 5px;
    margin-top: 15px;
    z-index: 10;
    display: none;
}
@media (min-width: 769px) {
    .header__mobile-actions {
        display: none;
    }
}
#playQueue #playQueueList .deleteBtn i,
.header__mobile-actions .ghost-btn {
    font-size: 20px;
}
.header__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__play {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}
.header__album {
    margin-top: 20px;
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    float: left;
    display: block;
    width: 100%;
}
@media (max-width: 768px) {
    .header__album {
        margin-top: 10px;
        font-size: 24px;
    }
}
.header__artist {
    font-size: 22px;
    font-weight: 700;
    float: left;
    display: block;
    margin-top: 5px;
}
@media (max-width: 768px) {
    .header__artist {
        font-size: 18px;
    }
}
.header__artist__big {
    margin-top: 20px;
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    float: left;
    display: block;
    width: 100%;
}
@media (max-width: 768px) {
    .header__artist__big {
        margin-top: 10px;
        font-size: 24px;
    }
}
.header__artist__image {
    width: 50px;
}
.header__artist__image__img {
    width: 35px;
    height: 35px;
    float: left;
    display: inline;
    border-radius: 50%;
    border: rgba(255, 255, 255, 0.8);
}
.header__play-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ffffff9e;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.15s ease-out;
    font-size: 20px;
    text-align: center;
    -webkit-appearance: none;
}
.header__play-btn .fa {
    padding-left: 4px;
    width: 52px;
    text-align: center;
}
.header__play-btn:focus,
.header__play-btn:hover {
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    outline: none;
}
.header__play-btn:active {
    transform: scale(1.06);
    outline: none;
}
.layout-switch-label {
    position: relative;
    display: inline-block;
    padding: 2px;
    cursor: pointer;
    color: #7a848e;
    transition: color 0.15s ease-out 0s;
    border: 1px dotted transparent;
    font-size: 16px;
}
.layout-switch-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
.layout-switch-input:focus ~ .layout-switch-label {
    border: 1px dotted rgba(104, 194, 141, 0.5);
    border-radius: 4px;
}
.layout-switch-input:checked ~ .layout-switch-label {
    color: #fff;
}
.header__content {
    background: rgba(0, 0, 0, 0.6);
}
#header,
.header__main {
    width: 100%;
}
@media (min-width: 769px) {
    .header__main {
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 768px) {
    .album-description,
    .artist-description {
        display: none;
    }
    .header__image {
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
        padding: 20px;
    }
    .header__image .header__image__img {
        display: block;
        width: 100%;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
        border-radius: 10px;
    }
    .album__header {
        margin-left: 10px;
    }
}
@media (min-width: 769px) {
    .header__image {
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        height: 320px;
    }
    .header__image .header__image__img {
        display: block;
        width: 100%;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
        border-radius: 10px 0 0 0;
    }
}
.header__play {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 24px;
    text-align: left;
}
.header__play-btn {
    margin-top: 0;
    margin-right: 12px;
    -ms-flex-order: 0;
    order: 0;
}
.album__title.clickable {
    cursor: pointer;
}
.page__album {
    display: -ms-flexbox;
    display: flex;
}
.album__cover {
    -ms-flex: 0 0 172px;
    flex: 0 0 172px;
    margin-right: 60px;
}
.album__title {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 20px;
}
.album__meta {
    color: #7a848e;
    font-size: 13px;
}
.album__body {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-width: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 24px;
}
.ghost-btn,
.queueBtn {
    background: 0 0;
    border: none;
}
img.filetype-description {
    height: 12px;
    vertical-align: top;
}
#header {
    margin-left: -15px;
    margin-right: -15px;
    position: fixed;
    z-index: 3;
    top: 0;
}
#header:after,
#header:before {
    content: " ";
    display: table;
}
#header:after {
    clear: both;
}
@media (max-width: 767px) {
    #header {
        z-index: 2;
    }
}
#header,
#header .headerContent {
    height: 120px;
}
#header .languageContainer {
    width: 100px;
    float: right;
    margin: 16px;
}
#header .languageContainer .ui-select-choices {
    width: 100px;
    min-width: auto;
}
#header .logout-container {
    float: right;
    margin: 16px;
}
#header button {
    font-size: 24px;
}
#header #logo,
.tabBar button {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    #header #logo {
        float: left;
        width: 25%;
    }
}
#header #logo img {
    cursor: pointer;
    width: 170px;
}
.tabBar button {
    float: left;
    width: 33.33333%;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    border-radius: 0 !important;
    border: none !important;
    height: 120px;
}
.tabBar button img {
    width: 25px;
    height: 25px;
}
@media (max-width: 767px) {
    .tabBar button img {
        width: 30px;
        height: 30px;
    }
    .tabBar button {
        font-size: 26px;
    }
}
#playQueue {
    padding-top: 40px;
    height: 100%;
    overflow: hidden;
}
#playQueue .trackInfoBarButtons {
    height: 35px;
    text-align: center;
    margin-bottom: 20px;
}
#playQueue .trackInfoBarButtons button {
    padding: 0 18px;
    font-size: 24px;
}
#playQueue #playQueueList {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    overflow: auto;
    height: calc(100% - 55px);
    padding-left: 20px;
    padding-right: 20px;
}
#playQueue #playQueueList li {
    margin: 0;
    list-style: none;
    padding: 8px 0;
    border-top: solid 1px #ccc;
}
#playQueue #playQueueList li.isPlaying span.rollover,
#playQueue #playQueueList li:hover span.rollover {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s;
}
#playQueue #playQueueList li.isPlaying span.rollover:before,
#playQueue #playQueueList li:hover span.rollover:before {
    content: "\f04b";
}
#playQueue #playQueueList li.sorting span.rollover {
    transform: rotate(90deg);
}
#playQueue #playQueueList li.sorting span.rollover:before {
    content: "\f0ec" !important;
}
#playQueue #playQueueList li.isPlaying span.rollover {
    color: #68c28d;
}
#playQueue #playQueueList span.rollover {
    font-family: FontAwesome;
    font-size: 20px;
    padding-top: 10px;
    padding-left: 15px;
    left: 10px;
    transition: 0.3s;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 45px;
    width: 45px;
    position: absolute;
}
#playQueue #playQueueList .image {
    display: table-cell;
    position: relative;
}
#playQueue #playQueueList .image img {
    width: 45px;
    height: 45px;
    margin: 0 10px;
}
#playQueue #playQueueList .titleArtist {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
#playQueue #playQueueList .commandButtons {
    display: table-cell;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 22px;
}
#playQueue #playQueueList .title {
    margin-top: -5px;
    font-size: 16px;
}
#playQueue #playQueueList .artist-album {
    font-size: 13px;
    color: #68c28d;
}
#playQueue #playQueueList .deleteBtn {
    text-align: right;
}
#playbackPanelWrapper {
    margin: auto;
    -ms-touch-action: none;
    touch-action: none;
    height: 100%;
}
#playbackPanelWrapper:after,
#playbackPanelWrapper:before {
    content: " ";
    display: table;
}
#playbackPanelWrapper:after {
    clear: both;
}
@media all and (max-width: 768px) {
    #playbackPanelWrapper {
        margin: 0;
    }
}
#playbackPanelWrapper #leftPanel,
#playbackPanelWrapper #rightPanel {
    text-align: center;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
}
@media (min-width: 768px) {
    #playbackPanelWrapper #leftPanel,
    #playbackPanelWrapper #rightPanel {
        float: left;
        width: 50%;
    }
}
#playbackPanelWrapper #centerPanel {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    #playbackPanelWrapper #centerPanel {
        float: left;
        width: 50%;
    }
}
@media (min-width: 992px) and (max-height: 420px) {
    #playbackPanelWrapper #centerPanel {
        width: 25%;
    }
}
#pluginWrapper {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    background-color: rgba(36, 36, 36, 0.7);
    border-radius: 10px 10px 0 0;
    height: 100%;
    overflow: hidden;
}
@media (max-width: 767px) {
    #pluginWrapper {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        background-color: rgba(36, 36, 36, 0.7);
        border-radius: 0;
    }
}
#pluginWrapper .boxHeader {
    height: 50px;
    padding: 10px 15px 20px;
    margin-top: 0 !important;
}
#pluginWrapper .boxHeader button {
    display: inline;
}
#pluginWrapper .box {
    position: relative;
    overflow-y: scroll !important;
    padding: 20px;
    height: calc(100% - 40px);
}
#pluginWrapper .pluginDescription {
    margin-top: 10px;
}
#pluginWrapper .form-group {
    margin-bottom: 30px;
}
#pluginWrapper .sectionDescription {
    margin-bottom: 28px;
}
#pluginWrapper .control-label {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    #pluginWrapper .control-label {
        float: left;
        width: 29.16667%;
    }
}
#pluginWrapper .control-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    #pluginWrapper .control-item {
        float: left;
        width: 29.16667%;
    }
}
#pluginWrapper .control-description,
#pluginWrapper .control-doc {
    position: relative;
    float: left;
    width: 4.16667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
#pluginWrapper .control-doc a {
    font-size: 20px;
    display: inline-block;
    padding-top: 3px;
}
#pluginWrapper .control-description {
    width: 87.5%;
    padding-top: 6px;
}
@media (min-width: 768px) {
    #pluginWrapper .control-description {
        float: left;
        width: 33.33333%;
    }
}
#pluginWrapper .control-buttons {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 32px;
}
@media (min-width: 768px) {
    #pluginWrapper .control-buttons {
        margin-left: 29.16667%;
        float: left;
        width: 70.83333%;
    }
}
#pluginWrapper .tab-content {
    margin-top: 20px;
    margin-bottom: 20px;
}
.title h2 {
    padding: 6px 10px;
    display: inline-block;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: capitalize;
}
footer,
footer.mini {
    position: absolute;
    z-index: 2;
    bottom: 0;
}
footer.mini {
    background-color: rgba(0, 0, 0, 0.2);
}
footer.mini,
footer.mini .footerContent {
    height: 85px;
    text-align: left;
    width: 100%;
}
footer {
    right: 0;
    height: 120px;
}
footer,
footer .footerContent {
    text-align: center;
    width: 100%;
}
@media all and (max-height: 650px) and (min-width: 768px) {
    footer {
        width: 52%;
        bottom: 8px;
    }
}
@media (min-width: 992px) and (max-height: 420px) {
    footer {
        width: 76%;
        bottom: 8px;
    }
}
.queueBtn {
    position: absolute;
    bottom: 20px;
    height: 50px;
    width: 50px;
    left: 30px;
    font-size: 30px;
}
@media all and (max-width: 800px) {
    .queueBtn {
        left: 15px;
    }
}
.queueBtn img {
    width: 20px;
}
.searchBtn {
    position: absolute;
    bottom: 165px;
    height: 50px;
    width: 50px;
    right: 28px;
    border: none;
    font-size: 24px;
    border-radius: 100px;
    background-color: rgba(182, 182, 182, 0.404);
    padding: 0;
    text-align: center;
}
.searchBtn .searchIcon {
    filter: brightness(0) invert(1);
    margin-top: -4px;
    height: 30px;
    width: 30px;
}
@media (min-width: 1200px) {
    .searchBtn .searchIcon {
        margin-top: -4px;
        height: 35px;
        width: 35px;
    }
}
@media all and (max-height: 720px) and (min-width: 767px) {
    .searchBtn .searchIcon {
        height: 25px;
        width: 25px;
        margin-top: -2px;
    }
}
@media (min-width: 1200px) {
    .searchBtn {
        bottom: 165px;
        height: 60px;
        width: 60px;
        right: 60px;
    }
}
@media (max-width: 767px) {
    .searchBtn {
        bottom: 140px;
    }
}
@media all and (max-height: 720px) and (min-width: 768px) {
    .searchBtn {
        bottom: 140px;
        font-size: 20px;
        height: 40px;
        width: 40px;
    }
}
.my-volumio__user-card {
    margin: 0;
    text-align: left;
}
.my-volumio__user-card__user {
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    cursor: pointer;
    transition: opacity 0.2s ease-out 0s;
}
.my-volumio__user-card__user:hover {
    opacity: 0.8;
}
.my-volumio__user-card__user:hover .my-volumio__user-card__action-icon {
    transform: translateX(6px);
}
.my-volumio__user-card__user-avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: center;
    align-self: center;
    width: 40px;
    height: 40px;
    margin-right: 12px;
}
.my-volumio__user-card__user-name {
    font-size: 18px;
    margin-top: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.my-volumio__user-card__action-icon {
    transition: transform 0.2s ease-out 0s;
}
.my-volumio__user-card__promo {
    margin-top: 20px;
}
.my-volumio__btn {
    display: block;
    width: 100%;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 500;
    border: 2px solid #979797;
}
.my-volumio__btn.btn__ghost {
    background: 0 0;
}
.flex-grow-1 {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.min-width-trick {
    min-width: 0;
}
.capitalize {
    text-transform: capitalize;
}
.my-volumio__tooltip {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.my-volumio__tooltip-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 8px;
    transform: translate(0, 24px);
    border-radius: 4px;
    color: #000;
    font-size: 13px;
    line-height: 16px;
    background: #fff;
    z-index: 98372816;
    text-align: left;
}
.my-volumio__info-tooltip__icon {
    position: relative;
}
.my-volumio__info-tooltip__tip {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 11px;
    height: 11px;
    transform: translate(3px, 100%) rotate(45deg);
    background: #fff;
    border-bottom-left-radius: 2px;
}
@media (max-width: 991px) {
    .panel.panel-default.myvolumio-card-container {
        margin-top: 0;
        background-color: rgba(27, 27, 27, 0.815);
    }
    .my-volumio__user-card {
        margin: 0;
    }
}
.spin {
    animation: spin 2s infinite linear;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.trackManagerActionSheet {
    position: relative;
    z-index: 900;
}
.trackManagerActionSheet button {
    margin-bottom: 16px;
}
.trackManagerActionSheet button:last-of-type {
    margin-bottom: 0;
}
.trackManagerActionSheet button.btn-twitter {
    background-color: #55acee;
}
.trackManagerActionSheet button.playerControls {
    font-size: 26px;
}
.trackManagerActionSheet add-track-to-playlist-btn .btn,
.trackManagerActionSheet favourite-track-btn .btn {
    font-size: 26px !important;
    margin-bottom: 16px;
}
.trackManagerActionSheet .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 52px;
    height: 12px;
}
.trackManagerActionSheet .lds-ellipsis div {
    position: absolute;
    top: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.trackManagerActionSheet .lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}
.trackManagerActionSheet .lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}
.trackManagerActionSheet .lds-ellipsis div:nth-child(3) {
    left: 24px;
    animation: lds-ellipsis2 0.6s infinite;
}
.trackManagerActionSheet .lds-ellipsis div:nth-child(4) {
    left: 36px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    to {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    to {
        transform: translate(12px, 0);
    }
}
.music-card-mini {
    float: left;
    cursor: pointer;
}
.music-card-mini__img,
.music-card-mini__img-icon {
    float: left;
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 5px;
}
.music-card-mini__header {
    height: 50px;
    background: rgba(75, 75, 75, 0.5);
    border-radius: 12px;
}
.music-card-mini__info {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}
.music-card-mini__artist {
    font-weight: 700;
}
.music-card-mini__album,
.music-card-mini__artist {
    color: rgba(255, 255, 255, 0.616);
}
.music-card {
    width: 100%;
}
.music-card__header {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 100%;
    background: rgba(75, 75, 75, 0.5);
    border-radius: 12px;
}
.music-card__img,
.music-card__img-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 5px;
}
.music-card__img-icon {
    background: rgba(20, 20, 20, 0.6);
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.music-card__img-icon .fa {
    font-size: 50px;
}
.music-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color 0.15s ease-out 0s;
}
.music-card__info {
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.music-card__label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}
.music-card__meta {
    font-size: 13px;
    line-height: 15px;
    color: #7a848e;
    margin-top: 6px;
}
.music-card__extension {
    display: block;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    max-width: 20px;
}
.meta__genre {
    position: absolute;
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
    opacity: 0;
    transition: opacity 0.15s ease-out 0s;
}
.meta__actions {
    position: absolute;
    top: 12px;
    right: 6px;
    width: 24px;
    text-align: center;
}
.meta__actions .hidden {
    display: none;
}
.meta__actions .action-btn {
    opacity: 0;
    transition: opacity 0.15s ease-out 0s;
}
.meta__actions .action-btn:active,
.meta__actions .action-btn:focus,
.meta__actions .action-btn:hover {
    color: #68c28d;
    outline: none;
}
.meta__actions .action-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: inherit;
    filter: blur(6px);
    transform: translate3d(0, 0, 0);
}
.meta__actions .action-btn .fa {
    position: relative;
    z-index: 20;
}
.meta__actions .dropdown-menu {
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.8);
}
.meta__play {
    position: absolute;
    bottom: 12px;
    left: 12px;
    opacity: 0;
    transition: opacity 0.15s ease-out 0s;
}
.meta__play .play-btn {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid #fff;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.15s ease-out;
}
.meta__play .play-btn:focus,
.meta__play .play-btn:hover {
    border-color: #68c28d;
    background-color: rgba(104, 194, 141, 0.5);
    outline: none;
}
.meta__play .play-btn:active {
    transform: scale(1.06);
    outline: none;
}
.meta__play .play-btn__icon {
    margin-top: 2px;
    margin-left: 3px;
}
.meta__favorite {
    position: absolute;
    bottom: 12px;
    right: 12px;
    font-size: 20px;
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transition: opacity 0.15s ease-out 0s;
}
.meta__favorite.favorited {
    opacity: 1;
}
.meta__favorite.favorited,
.meta__favorite:hover {
    color: #68c28d;
    -webkit-text-fill-color: #68c28d;
    text-fill-color: #68c28d;
    text-stroke: 1px transparent;
    -webkit-text-stroke: 1px transparent;
}
/* change begin ------ */
#modalPlaylist li,
/*.music-card:hover,*/
.music-item {
    cursor: pointer;
}
@media (orientation: portrait) or (min-width: 1921px) {
  .music-card:hover .music-card__overlay {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
  }
  .hamburgerMenu.dropdown.open .action-btn,
  .music-card:hover .action-btn,
  .music-card:hover .meta__favorite,
  .music-card:hover .meta__genre,
  .music-card:hover .meta__play {
    opacity: 1;
  }
}
.music-item {
    -ms-flex: 4 0 100%;
    flex: 4 0 100%;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    padding: 8px;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #4a4a4a;
    transition: background-color 0.15s ease-out 0s;
}
.music-item:hover {
    background-color: rgba(56, 56, 56, 0.5);
}
.music-item.title {
    padding: 24px 16px;
    font-size: 18px;
    line-height: 20px;
    pointer-events: none;
    border-bottom: none;
}
.item__play {
    display: none;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    padding: 8px 0 8px 8px;
    opacity: 0;
}
.item__play .play-btn {
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 40px;
    font-size: 12px;
}
.item__play .play-btn__icon {
    padding-left: 2px;
}
.item__image {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
}
.item__image__img {
    width: 100%;
}
.item__number {
    display: block;
    width: 2em;
    text-align: right;
    color: #7a848e;
    margin: 0 16px 0 0;
}
.item__albumart,
.item__albumart-icon {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}
.item__albumart-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
}
.item__info {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 0;
}
.item__info .truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item__title {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 8px;
}
.item__album,
.item__artist {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 4px 0 0;
    color: #68c28d;
}
.item__artist {
    color: #7a848e;
}
.item__info__separator {
    padding: 0 6px;
}
.item__favorite {
    display: none;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 8px;
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    transition: opacity 0.15s ease-out 0s;
}
.item__favorite.favorited {
    opacity: 1;
    color: #68c28d;
    -webkit-text-fill-color: #68c28d;
    text-fill-color: #68c28d;
    text-stroke: 1px transparent;
    -webkit-text-stroke: 1px transparent;
}
.item__duration {
    padding: 0 8px;
    min-width: 64px;
}
.item__actions {
    padding-right: 8px;
}
.item__actions .action-btn {
    padding: 0 8px;
}
.item__actions .align-to-right {
    left: auto;
    right: 0;
}
@media (min-width: 768px) {
    .music-item {
        padding: 0;
    }
    .item__play {
        display: block;
    }
    .item__info {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .item__album,
    .item__artist,
    .item__title {
        -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3);
        min-width: 0;
        margin-bottom: 0;
    }
    .item__title__half {
        -ms-flex: 0 0 calc((100% / 3) * 2);
        flex: 0 0 calc((100% / 3) * 2);
    }
    .item__title__full {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .item__album,
    .item__artist {
        color: #7a848e;
    }
    .item__info__separator {
        display: none;
    }
    .item__favorite {
        display: block;
        opacity: 0;
    }
    .item__favorite:hover {
        color: #68c28d;
        -webkit-text-fill-color: #68c28d;
        text-fill-color: #68c28d;
        text-stroke: 1px transparent;
        -webkit-text-stroke: 1px transparent;
    }
}
@font-face {
    font-family: "Lato";
    src: url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Regular.eot);
    src: url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Regular.eot?#iefix) format("embedded-opentype"), url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Regular.woff) format("woff"),
        url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: "Lato";
    src: url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Light.eot);
    src: url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Light.eot?#iefix) format("embedded-opentype"), url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Light.woff) format("woff"),
        url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: "Lato";
    src: url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Bold.eot);
    src: url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Bold.eot?#iefix) format("embedded-opentype"), url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Bold.woff) format("woff"),
        url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    text-rendering: optimizeLegibility;
}
img.volumio-logo-h2 {
    max-height: 30px;
    margin: 10px;
}
#multiRoomDockWrapper {
    margin-top: 20px;
}
@media (min-width: 768px) {
    #multiRoomDockWrapper {
        float: left;
        width: 100%;
    }
}
#multiRoomDockWrapper,
#multiRoomDockWrapper .device {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    #multiRoomDockWrapper .device {
        float: left;
        width: 33.33333%;
    }
}
#multiRoomDockWrapper .device > div {
    height: 100px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    border: solid 1px #383838;
    border-radius: 4px;
    margin-bottom: 10px;
}
#multiRoomDockWrapper .device .deviceName {
    margin-top: -10px;
    font-size: 20px;
}
#multiRoomDockWrapper .device .artist {
    color: #999;
    font-size: 15px;
}
#multiRoomDockWrapper .device .track {
    font-size: 14px;
}
#multiRoomDockWrapper .device .isSelf {
    border-color: #68c28d;
    background-color: rgba(36, 36, 36, 0.7);
}
#multiRoomDockWrapper .device .child {
    cursor: default;
}
#multiRoomDockWrapper .device .child .deviceName,
#multiRoomDockWrapper .device .child .track {
    color: rgba(128, 128, 128, 0.85);
}
#multiRoomDockWrapper .device .child .artist {
    color: #090909;
}
#multiRoomDockWrapper .device .deviceIcon {
    width: 35%;
    text-align: center;
    padding: 9px;
}
#multiRoomDockWrapper .device .deviceIcon img {
    max-width: 80px;
    width: 100%;
}
#multiRoomDockWrapper .device .deviceDetails {
    width: 65%;
    padding: 13px 9px 13px 0;
}
#playerButtons.mini {
    height: 80px;
    text-align: left;
    width: 100px;
    float: left;
    display: block;
    margin-top: 0;
}
#playerButtons.mini .fa {
    margin-left: 1px;
    margin-top: 1px;
    font-size: 20px;
}
#playerButtons.mini .skip-forward {
    float: left;
    display: block;
    margin-top: 0;
    height: 80px;
    width: 25px;
    padding: 10px 0 0;
}
@media (max-width: 767px) {
    #playerButtons.mini .skip-forward {
        margin-left: 3px;
    }
}
#playerButtons.mini .skip-backward {
    float: left;
    display: block;
    margin-top: 0;
    height: 80px;
    width: 25px;
    padding: 10px 0 0;
}
@media (max-width: 767px) {
    #playerButtons.mini .skip-backward {
        display: none;
    }
}
#playerButtons.mini .playPauseBtnWrapper {
    float: left;
    position: unset;
    display: block;
    width: 40px;
    height: 80px;
    padding-top: 20px;
    margin-right: 9px;
}
#playerButtons.mini .playPauseBtnGreyWrapper {
    height: 25px;
    position: unset;
}
#playerButtons.mini .playPause {
    float: left;
    position: unset;
    margin: 0;
    border: none;
    height: 50px;
    width: 50px;
    background-color: transparent;
}
#playerButtons {
    margin-top: 10px;
    height: 75px;
    text-align: center;
    width: 100%;
}
@media (max-width: 767px) {
    #playerButtons {
        margin-top: 0;
    }
}
@media all and (max-height: 720px) {
    #playerButtons {
        margin-top: 0;
    }
}
#playerButtons .fa {
    margin-left: 1px;
    margin-top: 3px;
    font-size: 22px;
}
#playerButtons .mdi {
    font-size: 20px;
}
#playerButtons .skip-backward,
#playerButtons .skip-forward {
    margin-top: 15px;
}
#playerButtons .playPauseBtnWrapper {
    position: relative;
    display: inline-block;
    width: 80px;
}
#playerButtons .playPause,
#playerButtons .playPauseBtnGreyWrapper {
    position: absolute;
    margin: auto;
    border-radius: 100px;
    height: 80px;
    width: 80px;
    top: -35px;
}
#playerButtons .playPause {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(182, 182, 182, 0.2);
    height: 60px;
    width: 60px;
}
#playerButtons .playPause.play i {
    padding-left: 4px;
}
#playerButtons .repeat-button {
    margin-top: 15px;
    margin-right: 10px;
}
@media (max-width: 767px) {
    #playerButtons .repeat-button {
        display: none;
    }
}
@media all and (max-height: 500px) {
    #playerButtons .repeat-button i {
        padding-top: 10px;
    }
}
#playerButtons #shuffle-button .fa,
#playerButtons .repeat-button .fa {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
}
#playerButtons #shuffle-button:active,
#playerButtons #shuffle-button:hover,
#playerButtons .repeat-button:active,
#playerButtons .repeat-button:hover {
    color: inherit;
}
#playerButtons #shuffle-button.active .fa,
#playerButtons .repeat-button.active .fa {
    color: #409e66;
}
#playerButtons #shuffle-button {
    margin-top: 15px;
    margin-left: 10px;
}
@media (max-width: 767px) {
    #playerButtons #shuffle-button {
        display: none;
    }
}
@media all and (max-height: 500px) {
    #playerButtons #shuffle-button i {
        padding-top: 10px;
    }
}
#playerLoggerWrapper {
    margin-left: -15px;
    margin-right: -15px;
}
#playerLoggerWrapper:after,
#playerLoggerWrapper:before {
    content: " ";
    display: table;
}
#playerLoggerWrapper:after {
    clear: both;
}
#playerLoggerWrapper #playerLogger {
    border: solid 0 red;
    background-color: #999;
    padding: 10px;
    margin: 10px 0;
}
#playerLoggerWrapper #playerLogger #log {
    max-height: 300px;
    overflow: scroll;
}
#playerSeekbar.mini {
    margin: 0;
    padding-top: 0;
    height: 4px;
}
#playerSeekbar.mini .slider-handle,
#playerSeekbar.mini .tooltip {
    display: none;
    margin: 0;
    padding-top: 0;
    height: 0;
    width: 0;
}
#playerSeekbar.mini .slider-track {
    height: 4px !important;
    background: 0 0 !important;
    background-color: rgba(255, 255, 255, 0.349) !important;
}
#playerSeekbar.mini .slider-track-high {
    background-image: none;
    border-radius: 0 !important;
}
#playerSeekbar.mini .slider-selection {
    border-radius: 0 !important;
    border: 0 !important;
}
#playerSeekbar.mini .slider {
    height: 10px;
}
#playerSeekbar {
    margin: 0 50px 5px;
    line-height: 0;
}
#playerSeekbar .col-md-24 {
    padding-left: 2px;
    padding-right: 2px;
}
@media all and (max-height: 720px) {
    #playerSeekbar {
        margin-bottom: 0;
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    #playerSeekbar {
        margin: 10px 0 0;
    }
    #playerSeekbar .col-md-24 {
        padding-left: 15px;
        padding-right: 15px;
    }
    #playerSeekbar .tooltip {
        display: none;
        margin: 0;
        padding-top: 0;
        height: 0;
        width: 0;
    }
}
#playerSeekbar .time-label {
    font-size: 14px;
    margin-bottom: 10px;
}
#playerSeekbar .slider-track {
    height: 5px !important;
    background: 0 0 !important;
    background-color: rgba(255, 255, 255, 0.151) !important;
}
#playerSeekbar .slider-selection {
    border-radius: 0 !important;
    border: 0 !important;
}
#playerSeekbar .slider-track-high {
    background-image: none;
    border-radius: 0 !important;
}
#playerSeekbar .slider-handle {
    display: none;
    border: none !important;
    height: 16px !important;
    width: 8px !important;
    margin-left: -3px !important;
    margin-top: -6px !important;
    background-color: rgba(255, 255, 255, 0.151) !important;
}
#playerSeekbar .slider-handle.round {
    border-radius: initial !important;
}
#playerSeekbar .time-left,
#playerSeekbar .time-right {
    line-height: initial;
}
.seekbar-times {
    font-size: smaller;
}
#playerStatusWrapper {
    margin-left: -15px;
    margin-right: -15px;
    border: solid 0 #00f;
    margin-bottom: 10px;
}
#playerStatusWrapper:after,
#playerStatusWrapper:before,
.trackInfoBar:after,
.trackInfoBar:before {
    content: " ";
    display: table;
}
#playerStatusWrapper:after,
.trackInfoBar:after {
    clear: both;
}
#playerStatusWrapper #playerStatus {
    position: relative;
    min-height: 1px;
    background-color: #999;
    padding: 10px;
    border: solid 0 red;
}
@media (min-width: 768px) {
    #playerStatusWrapper #playerStatus {
        float: left;
        width: 50%;
    }
}
@media all and (max-width: 768px) {
    #trackInfo {
        margin-top: 20px;
        text-align: center;
        height: 100%;
        padding-left: 0;
    }
}
@media all and (min-width: 768px) {
    #trackInfo {
        text-align: left;
        margin-top: 105px;
        padding-left: 20px;
    }
}
@media all and (max-height: 900px) and (min-width: 768px) {
    #trackInfo {
        margin-top: 85px;
    }
}
@media all and (max-height: 720px) and (min-width: 768px) {
    #trackInfo {
        margin-top: 50px;
        padding-left: 5px;
    }
}
@media all and (max-height: 350px) and (min-width: 768px) {
    #trackInfo {
        margin-top: 30px;
        padding-left: 5px;
    }
}
#trackInfo.mini {
    text-align: left;
    margin-top: 0;
    display: block;
    float: left;
    width: calc(100vw - 250px);
    height: 80px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
}
@media all and (max-width: 768px) {
    #trackInfo.mini {
        width: calc(100vw - 215px);
    }
}
@media (min-width: 1200px) {
    #trackInfo.mini {
        width: calc(100vw - 280px);
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #trackInfo.mini {
        width: calc(100vw - 260px);
    }
}
#trackDetails > div {
    padding: 2px 8px 0;
}
#trackInfo-artist.mini,
#trackInfo-title.mini {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100vw - 90px);
}
#trackInfo-title {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
}
@media (min-width: 1200px) {
    #trackInfo-title {
        font-size: 28px;
    }
}
@media all and (max-width: 768px) {
    #trackInfo-title {
        font-size: 18px;
    }
}
@media all and (min-width: 768px) {
    #trackInfo-title {
        font-size: 24px;
        font-weight: 700;
        display: inline-block;
    }
}
@media all and (min-width: 768px) and (max-height: 350px) {
    #trackInfo-title {
        font-size: 22px;
    }
}
#trackInfo-artist a:hover,
#trackInfo-title a:hover {
    color: #fff;
}
#trackInfo-artist.mini {
    margin-top: 0;
    font-size: 14px;
    font-weight: 100;
    overflow: hidden;
    width: calc(100vw - 250px);
}
@media all and (max-width: 768px) {
    #trackInfo-artist.mini {
        width: calc(100vw - 200px);
    }
}
@media (min-width: 1200px) {
    #trackInfo-artist.mini {
        width: calc(100vw - 280px);
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #trackInfo-artist.mini {
        width: calc(100vw - 260px);
    }
}
#trackInfo-artist {
    margin-top: 14px;
    font-size: 22px;
    display: inline-block;
}
@media all and (max-height: 750px) {
    #trackInfo-artist {
        font-size: 18px;
    }
}
@media all and (max-width: 768px) {
    #trackInfo-artist {
        margin-top: 10px;
        font-size: 16px;
    }
}
@media all and (min-width: 768px) {
    #trackInfo-artist {
        margin-top: 14px;
        font-size: 22px;
    }
}
@media all and (min-width: 768px) and (max-height: 350px) {
    #trackInfo-artist {
        margin-top: 10px;
        font-size: 16px;
    }
}
#trackInfo-samplerate.mini {
    margin-top: 0;
    font-size: 10px;
    font-weight: 100;
    display: block;
    width: calc(100vw - 180px);
    text-align: left;
    white-space: nowrap;
}
#trackInfo-samplerate.mini img {
    height: 12px;
}
#trackInfo-samplerate {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 100;
}
#trackInfo-samplerate img {
    height: 16px;
    margin-right: 10px;
}
#trackInfo-samplerate .x-large {
    font-size: x-large;
}
@media all and (max-width: 768px) {
    #trackInfo-samplerate {
        margin-top: 5px;
        text-align: center;
        font-size: 12px;
    }
    #trackInfo-samplerate img {
        height: 12px;
        margin-right: 10px;
    }
}
@media all and (min-width: 768px) {
    #trackInfo-samplerate {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 100;
        text-align: left;
    }
    #trackInfo-samplerate img {
        height: 16px;
        margin-right: 10px;
    }
}
@media all and (max-height: 350px) and (min-width: 768px) {
    #trackInfo-samplerate {
        margin-top: 5px;
        font-size: 12px;
    }
    #trackInfo-samplerate img {
        height: 12px;
        margin-right: 10px;
    }
}
#trackInfo-meta {
    -webkit-mask-image: linear-gradient(to bottom, transparent calc(4px), #000 calc(20px), #000 calc(100% - 20px), transparent calc(100% - 4px));
    mask-image: linear-gradient(to bottom, transparent calc(4px), #000 calc(20px), #000 calc(100% - 20px), transparent calc(100% - 4px));
    margin-top: 25px;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    margin-bottom: 25px;
    margin-right: 25px;
    text-align: justify;
    height: calc((var(--vw, 1vw) * 100) / 5);
    max-height: calc((var(--vh, 1vh) * 100) - 550px);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    font-size: 16px;
    color: #fff;
    font-weight: 200;
    line-height: 25px;
}
@media (min-width: 1200px) {
    #trackInfo-meta {
        margin-right: 50px;
        margin-top: 50px;
    }
}
@media all and (max-height: 900px) {
    #trackInfo-meta {
        margin-top: 50px;
        max-height: calc((var(--vh, 1vh) * 100) - 500px);
    }
}
@media all and (max-height: 720px) {
    #trackInfo-meta {
        margin-top: 25px;
        max-height: calc((var(--vh, 1vh) * 100) - 425px);
    }
}
@media all and (max-height: 500px) {
    #trackInfo-meta {
        display: none;
    }
}
@media all and (max-width: 768px) {
    #trackInfo-meta {
        display: none;
    }
}
#trackButtonBar {
    display: inline;
}
@media all and (max-width: 768px) {
    #trackButtonBar {
        display: block;
        margin-top: 5px;
    }
}
#trackButtonBar.mini,
#trackInfo-meta.mini {
    display: none;
}
#trackInfo-meta::-webkit-scrollbar {
    display: none;
}
img.codec-img.ng-scope {
    height: 13px !important;
}
#openMenuBtn {
    color: #fffc;
    font-size: 28px;
    position: fixed;
    top: 5px;
    left: 5px;
    z-index: 111;
}
@media all and (max-height: 720px) and (min-width: 767px) {
    #openMenuBtn {
        top: 0;
        left: 0;
    }
}
#notificationBtn:hover,
#openMenuBtn:hover {
    color: #409e66;
}
@media (min-width: 992px) and (max-height: 420px) {
    #openMenuBtn {
        visibility: hidden;
    }
}
#notificationBtn {
    color: #fffc;
    font-size: 28px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 111;
}
#notificationBtn .dim {
    color: rgba(255, 255, 255, 0.521);
}
#sideMainMenu {
    position: fixed;
    top: 15px;
    left: 10px;
}
#sideMainMenu .fa {
    font-size: 25px;
}
#sideMainMenu #menuList,
#updateNotificationContainer #updateNotification {
    position: fixed;
    background: rgba(75, 75, 75, 0.95);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    overflow-y: auto;
}
#sideMainMenu #menuList {
    bottom: 0;
    left: 0;
    top: 0;
    width: 300px;
    padding: 20px 10px 0;
}
#sideMainMenu #menuList .logo {
    margin-bottom: 100px;
}
#sideMainMenu #menuList .logo img {
    width: 200px;
}
@media all and (max-height: 770px) {
    #sideMainMenu #menuList .logo {
        margin-bottom: 20px;
    }
    #sideMainMenu #menuList .logo img {
        width: 150px;
    }
}
@media all and (max-height: 600px) {
    #sideMainMenu #menuList .logo {
        display: none;
    }
}
#sideMainMenu #menuList .partner-logo {
    margin-bottom: 20px;
}
#sideMainMenu #menuList .partner-logo img {
    width: 200px;
}
@media all and (max-height: 830px) {
    #sideMainMenu #menuList .partner-logo {
        margin-bottom: 10px;
    }
    #sideMainMenu #menuList .partner-logo img {
        width: 150px;
    }
}
@media all and (max-height: 650px) {
    #sideMainMenu #menuList .partner-logo {
        display: none;
    }
}
#sideMainMenu #menuList .partner-volumio-logo {
    margin-bottom: 50px;
}
#sideMainMenu #menuList .partner-volumio-logo img {
    width: 150px;
}
@media all and (max-height: 830px) {
    #sideMainMenu #menuList .partner-volumio-logo {
        margin-bottom: 20px;
    }
    #sideMainMenu #menuList .partner-volumio-logo img {
        width: 100px;
    }
}
@media all and (max-height: 650px) {
    #sideMainMenu #menuList .partner-volumio-logo {
        display: none;
    }
}
#sideMainMenu #menuList .partner-poweredby {
    color: #fff9;
    font-size: 12px;
    margin-bottom: 5px;
}
@media all and (max-height: 830px) {
    #sideMainMenu #menuList .partner-poweredby {
        margin-bottom: 0;
        font-size: 8px;
    }
}
@media all and (max-height: 650px) {
    #sideMainMenu #menuList .partner-poweredby {
        display: none;
    }
}
#sideMainMenu #menuList .sideMenuCloseBtn {
    top: 10px;
    left: 260px;
    position: fixed;
    background: 0 0;
    border: none;
    font-size: 22px;
    z-index: 120;
}
#sideMainMenu #menuList.ng-enter,
#sideMainMenu #menuList.ng-leave {
    transition: all 0.3s ease-out;
}
#sideMainMenu #menuList.ng-enter {
    opacity: 0;
    right: -230px;
}
#sideMainMenu #menuList.ng-enter.ng-enter-active {
    opacity: 1;
    right: 0;
}
#sideMainMenu #menuList.ng-leave.ng-leave-active {
    opacity: 0;
    right: -200px;
}
#sideMainMenu #menuList #closeMenuBtn {
    position: fixed;
    width: auto;
    border-bottom: none;
    background-color: none;
    top: 0;
    left: 260px;
}
@media (max-width: 767px) {
    #sideMainMenu #menuList #closeMenuBtn {
        top: auto;
        bottom: 0;
        right: 16px;
    }
}
#updateNotificationContainer {
    z-index: 110;
    position: fixed;
    top: 15px;
    right: 10px;
}
#updateNotificationContainer #updateNotification {
    z-index: 110;
    text-align: left;
    top: 12px;
    min-height: 40px;
    right: 10px;
    width: 240px;
    padding: 10px 5px 0;
    border-radius: 20px;
    animation: notificationSlideSide 0.5s ease-out;
    animation-fill-mode: forwards;
}
#updateNotificationContainer #updateNotification .notificationTitle {
    text-align: left;
    font-weight: 400;
    margin-left: 10px;
}
#updateNotificationContainer #updateNotification.ng-enter,
#updateNotificationContainer #updateNotification.ng-leave {
    transition: all 0.3s ease-out;
}
#updateNotificationContainer #updateNotification.ng-enter {
    opacity: 0;
    right: -230px;
}
#updateNotificationContainer #updateNotification.ng-enter.ng-enter-active {
    opacity: 1;
    right: 0;
}
#updateNotificationContainer #updateNotification.ng-leave.ng-leave-active {
    opacity: 0;
    right: -200px;
}
@keyframes notificationSlideSide {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.trackInfoBar {
    margin-left: -15px;
    margin-right: -15px;
    background-color: rgba(36, 36, 36, 0.7);
    height: 35px;
    overflow: hidden;
}
.trackInfoBar .leftInfo {
    position: relative;
    min-height: 1px;
    padding: 8px 0 9px 26px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .trackInfoBar .leftInfo {
        float: left;
        width: 58.33333%;
    }
}
.trackInfoBar .leftInfo span.small {
    font-weight: 300;
}
.trackInfoBar .leftInfo span.green {
    font-weight: 700;
    color: #68c28d;
}
.trackInfoBar .rightInfo {
    text-align: right;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .trackInfoBar .rightInfo {
        float: left;
        width: 41.66667%;
    }
}
.trackInfoBar .rightInfo button {
    font-size: 22px;
    padding: 1px 10px;
}
#trackInfoArt {
    text-align: right;
    margin-top: 90px;
    padding-right: 25px;
}
@media all and (max-width: 768px) {
    #trackInfoArt {
        text-align: center;
        padding-right: 0;
    }
}
@media all and (max-width: 768px) and (max-height: 900px) {
    #trackInfoArt {
        margin-top: 60px;
    }
}
@media all and (max-width: 768px) and (max-height: 720px) {
    #trackInfoArt {
        margin-top: 40px;
    }
}
@media all and (max-height: 900px) and (min-width: 768px) {
    #trackInfoArt {
        margin-top: 70px;
    }
}
@media all and (max-height: 720px) and (min-width: 768px) {
    #trackInfoArt {
        margin-top: 50px;
        padding-right: 5px;
    }
}
@media all and (max-height: 350px) and (min-width: 768px) {
    #trackInfoArt {
        margin-top: 30px;
        padding-right: 5px;
    }
}
#trackInfoArt img {
    width: 90%;
    margin: 10px auto;
    border-radius: 15px;
    max-width: calc((var(--vh, 1vh) * 100) - 350px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 768px) {
    #trackInfoArt img {
        width: 70%;
        border-radius: 10px;
        max-width: calc((var(--vh, 1vh) * 100) - 350px);
        margin: 0;
    }
}
@media all and (max-width: 768px) and (max-height: 720px) {
    #trackInfoArt img {
        width: 70%;
        border-radius: 10px;
        max-width: calc((var(--vh, 1vh) * 100) - 320px);
        margin: 0;
    }
}
@media all and (max-height: 900px) and (min-width: 768px) {
    #trackInfoArt img {
        max-width: calc((var(--vh, 1vh) * 100) - 350px);
        border-radius: 10px;
    }
}
@media all and (max-height: 720px) and (min-width: 768px) {
    #trackInfoArt img {
        max-width: calc((var(--vh, 1vh) * 100) - 70px);
        border-radius: 10px;
        margin: 0;
        width: 90%;
    }
}
@media all and (max-height: 350px) and (min-width: 768px) {
    #trackInfoArt img {
        max-width: calc((var(--vh, 1vh) * 100) - 60px);
        border-radius: 10px;
        margin: 0;
        width: 90%;
    }
}
#trackInfoArt.mini {
    position: relative;
    min-height: 1px;
    text-align: center;
    float: left;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
}
#trackInfoArt.mini img {
    width: 80px;
    height: 80px;
    margin: 0;
    max-width: 80px;
    max-height: 80px;
    border-radius: 0;
}
#trackManagerWrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 767px) {
    #trackManagerWrapper {
        left: -30px;
        right: -30px;
    }
}
#trackManager {
    margin-top: 110px;
}
@media (max-width: 767px) {
    #trackManager {
        position: absolute;
        height: 380px;
        margin-top: -190px;
        top: 50%;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
    }
}
#trackManager #trackDetails {
    margin-bottom: 16px;
}
#volumeManager.mini {
    bottom: 15px;
    right: 20px;
}
@media (max-width: 767px) {
    #volumeManager.mini {
        right: 10px;
    }
}
#volumeManager {
    margin-top: 0;
}
#volumeManager .fa {
    font-size: 25px;
}
#volumeManager .volumeSliderWrapper {
    padding-top: 10px;
    width: 100%;
    text-align: center;
    z-index: 10;
    font-size: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
#volumeManager .volumeSliderWrapper .volumeSliderContainer {
    margin: 23px 10px 0;
    width: 80%;
    float: left;
}
#volumeManager .volumeSliderWrapper .volumeSlider {
    -webkit-appearance: none;
    outline: none;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    float: left;
    border-radius: 2px;
}
#volumeManager .volumeSliderWrapper .volumeSlider input[type="range"] {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: transparent;
    margin-top: -18px;
}
#volumeManager .volumeSliderWrapper .volumeSlider::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.95);
    appearance: none;
    cursor: pointer;
}
#volumeManager .volumeSliderWrapper .volumeSlider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.95);
    cursor: pointer;
}
#volumeManager .volumeSliderWrapper button {
    display: inline;
    float: left;
    font-size: 26px;
}
#volumeManager .volumeSliderWrapper .smallText {
    margin-top: 10px;
}
#volumeManager .volumeSliderWrapper .bigText {
    color: #68c28d;
    font-size: 28px;
    padding-top: 10px;
}
.list-item-volume-bar::-webkit-slider-thumb {
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background-color: #fff;
    appearance: none;
    cursor: pointer;
}
.list-item-volume-bar::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background-color: #fff;
    cursor: pointer;
}
.volumeSliderScrim {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 40px;
    z-index: -1;
}
.avatar-image-box .avatar-image {
    background-color: #fff;
    width: 100%;
    height: auto;
    display: block;
    padding-top: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.avatar-image-box .avatar-letter img {
    width: 100%;
    height: auto;
}
.myvolumio-card-container .avatar-letter {
    text-align: center;
}
.myvolumio-card-container .avatar-letter img {
    max-height: 75px;
    max-width: 75px;
}
.myvolumio-current-plan-card .plans-table .panel,
.plan-box .panel {
    text-align: center;
    margin-top: 0 !important;
}
.myvolumio-current-plan-card .plans-table .panel:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
}
.myvolumio-current-plan-card .plans-table .panel-body,
.plan-box .panel-body {
    padding: 0;
    text-align: center;
}
.myvolumio-current-plan-card .plans-table .panel-footer,
.plan-box .panel-footer {
    color: #fff;
    background-color: transparent !important;
    min-height: 5em;
}
.myvolumio-current-plan-card .plans-table .the-price {
    min-height: 7em;
    background-color: rgba(220, 220, 220, 0.17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
}
.myvolumio-current-plan-card .plans-table .the-price h1,
.plan-box .the-price h1 {
    line-height: 1em;
    padding: 0;
    margin: 0;
}
.myvolumio-current-plan-card .plans-table .subscript {
    font-size: 25px;
}
.myvolumio-current-plan-card .plans-table .cnrflash {
    position: absolute;
    top: -9px;
    right: 4px;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}
.myvolumio-current-plan-card .plans-table .cnrflash-inner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    background-image: linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1, 1, 1, 0.2) 50%);
    background-size: 4px, auto, auto, auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1, 1, 1, 0.5), 0 1px 0 0 rgba(1, 1, 1, 0.5), inset 0 -1px 8px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 0 rgba(255, 255, 255, 0.2);
}
.myvolumio-current-plan-card .plans-table .cnrflash-inner:after,
.myvolumio-current-plan-card .plans-table .cnrflash-inner:before,
.plan-box .cnrflash-inner:after,
.plan-box .cnrflash-inner:before {
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid maroon;
}
.myvolumio-current-plan-card .plans-table .cnrflash-inner:before,
.plan-box .cnrflash-inner:before {
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.myvolumio-current-plan-card .plans-table .cnrflash-inner:after,
.plan-box .cnrflash-inner:after {
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.myvolumio-current-plan-card .plans-table .cnrflash-label {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1, 1, 1, 0.8);
    font-size: 0.95em;
    font-weight: 700;
    text-align: center;
}
.myvolumio-current-plan-card .plans-table .btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}
.myvolumio-current-plan-card .plans-table .btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}
.myvolumio-current-plan-card .plans-table .btn {
    margin-bottom: 10px;
}
.fill {
    width: calc(100% - 20px) !important;
}
.plan-box {
    width: calc(50% - 20px);
    float: left;
    margin: 10px;
}
@media (max-width: 767px) {
    .plan-box {
        width: calc(100% - 20px);
    }
}
.plan-box .panel:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
}
.plan-box .panel-footer {
    border-top: transparent !important;
}
.plan-box .the-price {
    min-height: 10em;
    background-color: rgba(220, 220, 220, 0.17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
}
.plan-box .subscript {
    font-size: 25px;
}
.plan-box .cnrflash {
    position: absolute;
    top: -9px;
    right: 4px;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}
.plan-box .cnrflash-inner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    background-image: linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1, 1, 1, 0.2) 50%);
    background-size: 4px, auto, auto, auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1, 1, 1, 0.5), 0 1px 0 0 rgba(1, 1, 1, 0.5), inset 0 -1px 8px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 0 rgba(255, 255, 255, 0.2);
}
.plan-box .cnrflash-label {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1, 1, 1, 0.8);
    font-size: 0.95em;
    font-weight: 700;
    text-align: center;
}
.plan-box .btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}
.plan-box .btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}
.plan-box .btn {
    margin-bottom: 10px;
}
.trial-text {
    text-transform: uppercase;
    font-weight: 700;
}
td.myvolumio-feature {
    font-size: 10pt;
    padding: 4px;
    border-top: transparent !important;
}
#modalPlaylist button {
    margin: 0 0 0 5px;
}
#modalPlaylist input {
    width: 70%;
}
#modalPlaylist .list-group {
    margin-top: 15px;
}
#modalPlaylist li:hover {
    background: #222;
}
@font-face {
    font-family: "Lato";
    src: url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Regular.eot);
    src: url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Regular.eot?#iefix) format("embedded-opentype"), url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Regular.woff) format("woff"),
        url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: "Lato";
    src: url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Light.eot);
    src: url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Light.eot?#iefix) format("embedded-opentype"), url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Light.woff) format("woff"),
        url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: "Lato";
    src: url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Bold.eot);
    src: url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Bold.eot?#iefix) format("embedded-opentype"), url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Bold.woff) format("woff"),
        url(/app/themes/volumio/assets/variants/volumio/fonts/Lato-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    text-rendering: optimizeLegibility;
}
#cssExposer {
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}
.browseTable .listWrapper.grid .image {
    border: solid 0 #444 !important;
}
.browseTable .listWrapper.grid .itemTab {
    border: solid 0 #7c7c7c !important;
    margin: 5px !important;
}
div#source-active {
    background-color: #68c28d;
}
.modal-body.sleep h4 {
    margin-top: 28px;
    margin-bottom: 5px;
    color: #68c28d;
}
#cssExposer,
.modal-body .glyphicon,
.modal-body .uib-separator,
.trial-text {
    color: #68c28d;
}
.modal-body .row.alarm {
    border-bottom: solid 1px #68c28d;
}
.modal-body .row.alarm:last-of-type {
    border-bottom: none;
}
