﻿@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/open-sans-v17-latin-regular.eot");
    src: local("Open Sans Regular"),
    local("OpenSans-Regular"),
    url("fonts/open-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/open-sans-v17-latin-regular.woff2") format("woff2"),
    url("fonts/open-sans-v17-latin-regular.woff") format("woff"),
    url("fonts/open-sans-v17-latin-regular.ttf") format("truetype"),
    url("fonts/open-sans-v17-latin-regular.svg#OpenSans") format("svg")
}

.dropdown-menu {
    box-shadow: none
}

/*!
 * Bootstrap v3.4.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 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,
.channel .channel-record.is-selected {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret,
    .search-filter-toggle > .caret,
    .dropup > .btn > .caret,
    .dropup > .search-filter-toggle > .caret {
        border-top-color: #000 !important
    }

    .label,
    .result .format,
    .sidebar .format {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #f9f9f9
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #052f96;
    text-decoration: none
}

a:hover,
.channel .channel-record.is-selected,
a:focus {
    color: #404d6d;
    text-decoration: none
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 0
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[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,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 24px;
    margin-bottom: 12px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 12px;
    margin-bottom: 12px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 41px
}

h2,
.h2 {
    font-size: 34px
}

h3,
.h3 {
    font-size: 28px
}

h4,
.h4 {
    font-size: 20px
}

h5,
.h5 {
    font-size: 16px
}

h6,
.h6 {
    font-size: 14px
}

p {
    margin: 0 0 12px
}

.lead {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 24px
    }
}

small,
.small {
    font-size: 87%
}

mark,
.mark {
    padding: .2em;
    background-color: #f08a24
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #404d6d
}

a.text-primary:hover,
.channel .text-primary.channel-record.is-selected,
a.text-primary:focus {
    color: #2d364d
}

.text-success {
    color: #fff
}

a.text-success:hover,
.channel .text-success.channel-record.is-selected,
a.text-success:focus {
    color: #e6e6e6
}

.text-info {
    color: #fff
}

a.text-info:hover,
.channel .text-info.channel-record.is-selected,
a.text-info:focus {
    color: #e6e6e6
}

.text-warning {
    color: #fff
}

a.text-warning:hover,
.channel .text-warning.channel-record.is-selected,
a.text-warning:focus {
    color: #e6e6e6
}

.text-danger {
    color: #fff
}

a.text-danger:hover,
.channel .text-danger.channel-record.is-selected,
a.text-danger:focus {
    color: #e6e6e6
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #404d6d
}

a.bg-primary:hover,
.channel .bg-primary.channel-record.is-selected,
a.bg-primary:focus {
    background-color: #2d364d
}

.bg-success {
    background-color: #207b43
}

a.bg-success:hover,
.channel .bg-success.channel-record.is-selected,
a.bg-success:focus {
    background-color: #15532d
}

.bg-info {
    background-color: #2e51a6
}

a.bg-info:hover,
.channel .bg-info.channel-record.is-selected,
a.bg-info:focus {
    background-color: #233e7e
}

.bg-warning {
    background-color: #f08a24
}

a.bg-warning:hover,
.channel .bg-warning.channel-record.is-selected,
a.bg-warning:focus {
    background-color: #d3710e
}

.bg-danger {
    background-color: #d43e26
}

a.bg-danger:hover,
.channel .bg-danger.channel-record.is-selected,
a.bg-danger:focus {
    background-color: #a9311e
}

.page-header {
    padding-bottom: 11px;
    margin: 48px 0 24px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 12px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 24px
}

dt,
dd {
    line-height: 1.5
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    display: table;
    content: " "
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 992px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 12px 24px;
    margin: 0 0 24px;
    font-size: 20px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ""
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: "\00A0 \2014"
}

address {
    margin-bottom: 24px;
    font-style: normal;
    line-height: 1.5
}

code,
kbd,
pre,
samp {
    font-family: Consolas, "Liberation Mono", Courier, monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 11.5px;
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
footer {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container:before,
footer:before,
.container:after,
footer:after {
    display: table;
    content: " "
}

.container:after,
footer:after {
    clear: both
}

@media (min-width: 768px) {
    .container,
    footer {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container,
    footer {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container,
    footer {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid:before,
.container-fluid:after {
    display: table;
    content: " "
}

.container-fluid:after {
    clear: both
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:before,
.row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #f9f9f9
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #207b43
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #1b6738
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #2e51a6
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #284792
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #f08a24
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #ea7d10
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #d43e26
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #be3822
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.5;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    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 {
    background-color: transparent;
    border: 0
}

.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
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 38px
    }

    input[type="date"].input-sm,
    .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm > .input-group-btn > input[type="date"].search-filter-toggle,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm > .input-group-btn > input[type="time"].search-filter-toggle,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].search-filter-toggle,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm > .input-group-btn > input[type="month"].search-filter-toggle,
    .input-group-sm input[type="month"] {
        line-height: 33px
    }

    input[type="date"].input-lg,
    .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg > .input-group-btn > input[type="date"].search-filter-toggle,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg > .input-group-btn > input[type="time"].search-filter-toggle,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].search-filter-toggle,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg > .input-group-btn > input[type="month"].search-filter-toggle,
    .input-group-lg input[type="month"] {
        line-height: 49px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.radio label,
.checkbox label {
    min-height: 24px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

.form-control-static {
    min-height: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-lg > .input-group-btn > .form-control-static.search-filter-toggle,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > .form-control-static.search-filter-toggle {
    padding-right: 0;
    padding-left: 0
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .search-filter-toggle {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.search-filter-toggle {
    height: 33px;
    line-height: 33px
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.search-filter-toggle,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].search-filter-toggle {
    height: auto
}

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0
}

.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 38px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .search-filter-toggle {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 0
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.search-filter-toggle {
    height: 49px;
    line-height: 49px
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.search-filter-toggle,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].search-filter-toggle {
    height: auto
}

.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 0
}

.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 49px;
    min-height: 44px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 47.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .search-filter-toggle + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .search-filter-toggle + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #fff
}

.has-success .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff
}

.has-success .input-group-addon {
    color: #fff;
    background-color: #207b43;
    border-color: #fff
}

.has-success .form-control-feedback {
    color: #fff
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #fff
}

.has-warning .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff
}

.has-warning .input-group-addon {
    color: #fff;
    background-color: #f08a24;
    border-color: #fff
}

.has-warning .form-control-feedback {
    color: #fff
}

.has-error .help-block,
.sms-error .help-block,
.has-error .control-label,
.sms-error .control-label,
.has-error .radio,
.sms-error .radio,
.has-error .checkbox,
.sms-error .checkbox,
.has-error .radio-inline,
.sms-error .radio-inline,
.has-error .checkbox-inline,
.sms-error .checkbox-inline,
.has-error.radio label,
.radio.sms-error label,
.has-error.checkbox label,
.checkbox.sms-error label,
.has-error.radio-inline label,
.radio-inline.sms-error label,
.has-error.checkbox-inline label,
.checkbox-inline.sms-error label {
    color: #fff
}

.has-error .form-control,
.sms-error .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus,
.sms-error .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff
}

.has-error .input-group-addon,
.sms-error .input-group-addon {
    color: #fff;
    background-color: #d43e26;
    border-color: #fff
}

.has-error .form-control-feedback,
.sms-error .form-control-feedback {
    color: #fff
}

.has-feedback label ~ .form-control-feedback {
    top: 29px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 31px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.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: 20px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px
    }
}

.btn,
.search-filter-toggle {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.search-filter-toggle:focus,
.btn.focus,
.focus.search-filter-toggle,
.btn:active:focus,
.search-filter-toggle:active:focus,
.btn:active.focus,
.search-filter-toggle:active.focus,
.btn.active:focus,
.active.search-filter-toggle:focus,
.btn.active.focus,
.active.focus.search-filter-toggle {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.search-filter-toggle:hover,
.btn:focus,
.search-filter-toggle:focus,
.btn.focus,
.focus.search-filter-toggle {
    color: #333;
    text-decoration: none
}

.btn:active,
.search-filter-toggle:active,
.btn.active,
.active.search-filter-toggle {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.disabled.search-filter-toggle,
.btn[disabled],
[disabled].search-filter-toggle,
fieldset[disabled] .btn,
fieldset[disabled] .search-filter-toggle {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
a.disabled.search-filter-toggle,
fieldset[disabled] a.btn,
fieldset[disabled] a.search-filter-toggle {
    pointer-events: none
}

.btn-default,
.search-filter-toggle {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus,
.search-filter-toggle:focus,
.btn-default.focus,
.focus.search-filter-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover,
.search-filter-toggle:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.search-filter-toggle:active,
.btn-default.active,
.active.search-filter-toggle,
.open > .btn-default.dropdown-toggle,
.open > .dropdown-toggle.search-filter-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad
}

.btn-default:active:hover,
.search-filter-toggle:active:hover,
.btn-default:active:focus,
.search-filter-toggle:active:focus,
.btn-default:active.focus,
.search-filter-toggle:active.focus,
.btn-default.active:hover,
.active.search-filter-toggle:hover,
.btn-default.active:focus,
.active.search-filter-toggle:focus,
.btn-default.active.focus,
.active.focus.search-filter-toggle,
.open > .btn-default.dropdown-toggle:hover,
.open > .dropdown-toggle.search-filter-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .dropdown-toggle.search-filter-toggle:focus,
.open > .btn-default.dropdown-toggle.focus,
.open > .dropdown-toggle.focus.search-filter-toggle {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled:hover,
.disabled.search-filter-toggle:hover,
.btn-default.disabled:focus,
.disabled.search-filter-toggle:focus,
.btn-default.disabled.focus,
.disabled.focus.search-filter-toggle,
.btn-default[disabled]:hover,
[disabled].search-filter-toggle:hover,
.btn-default[disabled]:focus,
[disabled].search-filter-toggle:focus,
.btn-default[disabled].focus,
[disabled].focus.search-filter-toggle,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .search-filter-toggle:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .search-filter-toggle:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .focus.search-filter-toggle {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge,
.search-filter-toggle .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #404d6d;
    border-color: #37425d
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #2d364d;
    border-color: #07090d
}

.btn-primary:hover {
    color: #fff;
    background-color: #2d364d;
    border-color: #202636
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2d364d;
    background-image: none;
    border-color: #202636
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #202636;
    border-color: #07090d
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #404d6d;
    border-color: #37425d
}

.btn-primary .badge {
    color: #404d6d;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #207b43;
    border-color: #1b6738
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #15532d;
    border-color: #000201
}

.btn-success:hover {
    color: #fff;
    background-color: #15532d;
    border-color: #0e361e
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #15532d;
    background-image: none;
    border-color: #0e361e
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #0e361e;
    border-color: #000201
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #207b43;
    border-color: #1b6738
}

.btn-success .badge {
    color: #207b43;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #2e51a6;
    border-color: #284792
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #233e7e;
    border-color: #0d172e
}

.btn-info:hover {
    color: #fff;
    background-color: #233e7e;
    border-color: #1b3062
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #233e7e;
    background-image: none;
    border-color: #1b3062
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #1b3062;
    border-color: #0d172e
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #2e51a6;
    border-color: #284792
}

.btn-info .badge {
    color: #2e51a6;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f08a24;
    border-color: #ea7d10
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #d3710e;
    border-color: #733e08
}

.btn-warning:hover {
    color: #fff;
    background-color: #d3710e;
    border-color: #b15f0c
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #d3710e;
    background-image: none;
    border-color: #b15f0c
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #b15f0c;
    border-color: #733e08
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f08a24;
    border-color: #ea7d10
}

.btn-warning .badge {
    color: #f08a24;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d43e26;
    border-color: #be3822
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #a9311e;
    border-color: #52180f
}

.btn-danger:hover {
    color: #fff;
    background-color: #a9311e;
    border-color: #8a2819
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a9311e;
    background-image: none;
    border-color: #8a2819
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #8a2819;
    border-color: #52180f
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d43e26;
    border-color: #be3822
}

.btn-danger .badge {
    color: #d43e26;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #052f96;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #404d6d;
    text-decoration: none;
    background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .search-filter-toggle {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 0
}

.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .search-filter-toggle {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0
}

.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > .search-filter-toggle {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

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

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:hover,
.channel .dropdown-menu > li > .channel-record.is-selected,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.channel .dropdown-menu > .active > .channel-record.is-selected,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #404d6d;
    outline: 0
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.channel .dropdown-menu > .disabled > .channel-record.is-selected,
.dropdown-menu > .disabled > a:focus {
    color: #777
}

.dropdown-menu > .disabled > a:hover,
.channel .dropdown-menu > .disabled > .channel-record.is-selected,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 992px) {
    .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,
.btn-group > .search-filter-toggle,
.btn-group-vertical > .btn,
.btn-group-vertical > .search-filter-toggle {
    position: relative;
    float: left
}

.btn-group > .btn:hover,
.btn-group > .search-filter-toggle:hover,
.btn-group > .btn:focus,
.btn-group > .search-filter-toggle:focus,
.btn-group > .btn:active,
.btn-group > .search-filter-toggle:active,
.btn-group > .btn.active,
.btn-group > .active.search-filter-toggle,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .search-filter-toggle:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .search-filter-toggle:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .search-filter-toggle:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.search-filter-toggle {
    z-index: 2
}

.btn-group .btn + .btn,
.btn-group .search-filter-toggle + .btn,
.btn-group .btn + .search-filter-toggle,
.btn-group .search-filter-toggle + .search-filter-toggle,
.btn-group .btn + .btn-group,
.btn-group .search-filter-toggle + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .search-filter-toggle,
.btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,
.btn-toolbar .search-filter-toggle,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn,
.btn-toolbar > .search-filter-toggle,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .search-filter-toggle:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child,
.btn-group > .search-filter-toggle:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .search-filter-toggle:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .search-filter-toggle:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .search-filter-toggle {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .search-filter-toggle:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group > .btn-group:last-child:not(:first-child) > .search-filter-toggle:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle,
.btn-group > .search-filter-toggle + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group-lg.btn-group > .search-filter-toggle + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret,
.search-filter-toggle .caret {
    margin-left: 0
}

.btn-lg .caret,
.btn-group-lg > .btn .caret,
.btn-group-lg > .search-filter-toggle .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret,
.dropup .btn-group-lg > .search-filter-toggle .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn,
.btn-group-vertical > .search-filter-toggle,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .search-filter-toggle {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after {
    clear: both
}

.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .search-filter-toggle {
    float: none
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .search-filter-toggle + .btn,
.btn-group-vertical > .btn + .search-filter-toggle,
.btn-group-vertical > .search-filter-toggle + .search-filter-toggle,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .search-filter-toggle + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .search-filter-toggle,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > .search-filter-toggle:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .search-filter-toggle:first-child:not(:last-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > .search-filter-toggle:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .search-filter-toggle {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .search-filter-toggle: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,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .search-filter-toggle:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn,
.btn-group-justified > .search-filter-toggle,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group .search-filter-toggle {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .search-filter-toggle input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .search-filter-toggle input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .search-filter-toggle input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .search-filter-toggle input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 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-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > .input-group-addon.search-filter-toggle {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > .input-group-addon.search-filter-toggle {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 0
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .search-filter-toggle,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .search-filter-toggle,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .search-filter-toggle:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .search-filter-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .search-filter-toggle,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .search-filter-toggle,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .search-filter-toggle:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .search-filter-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn,
.input-group-btn > .search-filter-toggle {
    position: relative
}

.input-group-btn > .btn + .btn,
.input-group-btn > .search-filter-toggle + .btn,
.input-group-btn > .btn + .search-filter-toggle,
.input-group-btn > .search-filter-toggle + .search-filter-toggle {
    margin-left: -1px
}

.input-group-btn > .btn:hover,
.input-group-btn > .search-filter-toggle:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .search-filter-toggle:focus,
.input-group-btn > .btn:active,
.input-group-btn > .search-filter-toggle:active {
    z-index: 2
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .search-filter-toggle,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .search-filter-toggle,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav:before,
.nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:hover,
.channel .nav > li > .channel-record.is-selected,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:hover,
.channel .nav > li.disabled > .channel-record.is-selected,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open > a,
.nav .open > a:hover,
.nav .channel .open > .channel-record.is-selected,
.channel .nav .open > .channel-record.is-selected,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #052f96
}

.nav .nav-divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 0 0 0 0
}

.nav-tabs > li > a:hover,
.channel .nav-tabs > li > .channel-record.is-selected {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.channel .nav-tabs > li.active > .channel-record.is-selected,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 0
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.channel .nav-pills > li.active > .channel-record.is-selected,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #404d6d
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
    float: none
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified > .dropdown .dropdown-menu {
    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: 0
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.channel .nav-tabs-justified > .active > .channel-record.is-selected,
.channel .nav-tabs.nav-justified > .active > .channel-record.is-selected,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .channel .nav-tabs-justified > .active > .channel-record.is-selected,
    .channel .nav-tabs.nav-justified > .active > .channel-record.is-selected,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #f9f9f9
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: calc(16px * 11);
    margin-bottom: 24px;
    border: 1px solid transparent
}

.navbar:before,
.navbar:after {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

@media (min-width: 992px) {
    .navbar {
        border-radius: 0
    }
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

@media (min-width: 992px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 992px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

@media (min-width: 992px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.container > .navbar-header,
footer > .navbar-header,
.container > .navbar-collapse,
footer > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 992px) {
    .container > .navbar-header,
    footer > .navbar-header,
    .container > .navbar-collapse,
    footer > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 992px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-brand {
    float: left;
    height: calc(16px * 11);
    padding: calc(((16px * 11) - 24px) / 2) 15px;
    font-size: 20px;
    line-height: 24px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 992px) {
    .navbar > .container .navbar-brand,
    .navbar > footer .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: calc(((16px * 11) - 34px) / 2);
    margin-bottom: calc(((16px * 11) - 34px) / 2);
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 992px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: calc(((((16px * 11) - 24px) / 2) / 2) - 15px)
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px
}

@media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 24px
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .channel .dropdown-menu > li > .channel-record.is-selected,
    .channel .navbar-nav .open .dropdown-menu > li > .channel-record.is-selected,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }
}

@media (min-width: 992px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: calc(((16px * 11) - 24px) / 2);
        padding-bottom: calc(((16px * 11) - 24px) / 2)
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: calc(((16px * 11) - 38px) / 2);
    margin-bottom: calc(((16px * 11) - 38px) / 2)
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 991px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: calc(((16px * 11) - 38px) / 2);
    margin-bottom: calc(((16px * 11) - 38px) / 2)
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn,
.btn-group-sm > .navbar-btn.search-filter-toggle {
    margin-top: calc(((16px * 11) - 33px) / 2);
    margin-bottom: calc(((16px * 11) - 33px) / 2)
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn,
.btn-group-xs > .navbar-btn.search-filter-toggle {
    margin-top: calc(((16px * 11) - 22px) / 2);
    margin-bottom: calc(((16px * 11) - 22px) / 2)
}

.navbar-text {
    margin-top: calc(((16px * 11) - 24px) / 2);
    margin-bottom: calc(((16px * 11) - 24px) / 2)
}

@media (min-width: 992px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width: 992px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #02133d;
    border-color: #01091d
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .channel .navbar-nav > li > .channel-record.is-selected,
.channel .navbar-default .navbar-nav > li > .channel-record.is-selected,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .channel .navbar-nav > .active > .channel-record.is-selected,
.channel .navbar-default .navbar-nav > .active > .channel-record.is-selected,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #01091d
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .channel .navbar-nav > .disabled > .channel-record.is-selected,
.channel .navbar-default .navbar-nav > .disabled > .channel-record.is-selected,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .channel .navbar-nav > .open > .channel-record.is-selected,
.channel .navbar-default .navbar-nav > .open > .channel-record.is-selected,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #01091d
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .channel .dropdown-menu > li > .channel-record.is-selected,
    .channel .navbar-default .navbar-nav .open .dropdown-menu > li > .channel-record.is-selected,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .channel .dropdown-menu > .active > .channel-record.is-selected,
    .channel .navbar-default .navbar-nav .open .dropdown-menu > .active > .channel-record.is-selected,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #01091d
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .channel .dropdown-menu > .disabled > .channel-record.is-selected,
    .channel .navbar-default .navbar-nav .open .dropdown-menu > .disabled > .channel-record.is-selected,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-toggle {
    border-color: #4e608c
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #01091d
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .channel .navbar-nav > li > .channel-record.is-selected,
.channel .navbar-inverse .navbar-nav > li > .channel-record.is-selected,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .channel .navbar-nav > .active > .channel-record.is-selected,
.channel .navbar-inverse .navbar-nav > .active > .channel-record.is-selected,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .channel .navbar-nav > .disabled > .channel-record.is-selected,
.channel .navbar-inverse .navbar-nav > .disabled > .channel-record.is-selected,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .channel .navbar-nav > .open > .channel-record.is-selected,
.channel .navbar-inverse .navbar-nav > .open > .channel-record.is-selected,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909
}

@media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .channel .dropdown-menu > li > .channel-record.is-selected,
    .channel .navbar-inverse .navbar-nav .open .dropdown-menu > li > .channel-record.is-selected,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .channel .dropdown-menu > .active > .channel-record.is-selected,
    .channel .navbar-inverse .navbar-nav .open .dropdown-menu > .active > .channel-record.is-selected,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .channel .dropdown-menu > .disabled > .channel-record.is-selected,
    .channel .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > .channel-record.is-selected,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 24px;
    list-style: none;
    background-color: #f4f4f4;
    border-radius: 0
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #fff;
    content: "/ "
}

.breadcrumb > .active {
    color: #666
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 24px 0;
    border-radius: 0
}

.pagination > li {
    display: inline
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.5;
    color: #052f96;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li > a:hover,
.channel .pagination > li > .channel-record.is-selected,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #404d6d;
    background-color: #eee;
    border-color: #ddd
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pagination > .active > a,
.pagination > .active > a:hover,
.channel .pagination > .active > .channel-record.is-selected,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #404d6d;
    border-color: #404d6d
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.channel .pagination > .disabled > .channel-record.is-selected,
.pagination > .disabled > a:focus {
    color: #ddd;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pager {
    padding-left: 0;
    margin: 24px 0;
    text-align: center;
    list-style: none
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0
}

.pager li > a:hover,
.pager .channel li > .channel-record.is-selected,
.channel .pager li > .channel-record.is-selected,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a,
.pager .next > span {
    float: right
}

.pager .previous > a,
.pager .previous > span {
    float: left
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .channel .disabled > .channel-record.is-selected,
.channel .pager .disabled > .channel-record.is-selected,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #ddd;
    cursor: not-allowed;
    background-color: #fff
}

.label,
.result .format,
.sidebar .format {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty,
.result .format:empty,
.sidebar .format:empty {
    display: none
}

.btn .label,
.search-filter-toggle .label,
.btn .result .format,
.result .btn .format,
.search-filter-toggle .result .format,
.result .search-filter-toggle .format,
.btn .sidebar .format,
.sidebar .btn .format,
.search-filter-toggle .sidebar .format,
.sidebar .search-filter-toggle .format {
    position: relative;
    top: -1px
}

a.label:hover,
.channel .label.channel-record.is-selected,
.channel .result .channel-record.is-selected.format,
.result .channel .channel-record.is-selected.format,
.channel .sidebar .channel-record.is-selected.format,
.sidebar .channel .channel-record.is-selected.format,
.result a.format:hover,
.sidebar a.format:hover,
a.label:focus,
.result a.format:focus,
.sidebar a.format:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #404d6d
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #2d364d
}

.label-success {
    background-color: #207b43
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #15532d
}

.label-info,
.result .format,
.sidebar .format {
    background-color: #2e51a6
}

.label-info[href]:hover,
.result [href].format:hover,
.sidebar [href].format:hover,
.label-info[href]:focus,
.result [href].format:focus,
.sidebar [href].format:focus {
    background-color: #233e7e
}

.label-warning {
    background-color: #f08a24
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #d3710e
}

.label-danger {
    background-color: #d43e26
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #a9311e
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #222;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: transparent;
    border-radius: 0
}

.badge:empty {
    display: none
}

.btn .badge,
.search-filter-toggle .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .search-filter-toggle .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .search-filter-toggle .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active > .badge,
.result.embedded .active.getFull.expanded > .badge,
.result.embedded .active.loading > .badge,
.nav-pills > .active > a > .badge {
    color: #052f96;
    background-color: #fff
}

.list-group-item > .badge,
.result.embedded .getFull.expanded > .badge,
.result.embedded .loading > .badge {
    float: right
}

.list-group-item > .badge + .badge,
.result.embedded .getFull.expanded > .badge + .badge,
.result.embedded .loading > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

a.badge:hover,
.channel .badge.channel-record.is-selected,
a.badge:focus {
    color: #fa2200;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
footer .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 0
}

.jumbotron .container,
.jumbotron footer {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,
    footer .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 72px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 24px;
    line-height: 1.5;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out
}

.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

a.thumbnail:hover,
.channel .thumbnail.channel-record.is-selected,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #052f96
}

.alert,
.savedLists {
    padding: 15px;
    margin-bottom: 24px;
    border: 1px solid transparent;
    border-radius: 0
}

.alert h4,
.savedLists h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link,
.savedLists .alert-link {
    font-weight: bold
}

.alert > p,
.savedLists > p,
.alert > ul,
.savedLists > ul {
    margin-bottom: 0
}

.alert > p + p,
.savedLists > p + p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissable .adv-term-remove,
.alert-dismissible .close,
.alert-dismissible .adv-term-remove {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #fff;
    background-color: #207b43;
    border-color: #1b672b
}

.alert-success hr {
    border-top-color: #155323
}

.alert-success .alert-link {
    color: #e6e6e6
}

.alert-info,
.savedLists {
    color: #fff;
    background-color: #2e51a6;
    border-color: #26548a
}

.alert-info hr,
.savedLists hr {
    border-top-color: #214876
}

.alert-info .alert-link,
.savedLists .alert-link {
    color: #e6e6e6
}

.alert-warning {
    color: #fff;
    background-color: #d3d3d3;
    border-color: #ea5910
}

.alert-warning hr {
    border-top-color: #d3500e
}

.alert-warning .alert-link {
    color: #e6e6e6
}

.alert-danger {
    color: #fff;
    background-color: #d43e26;
    border-color: #be2227
}

.alert-danger hr {
    border-top-color: #a91e22
}

.alert-danger .alert-link {
    color: #e6e6e6
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 24px;
    margin-bottom: 24px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background-color: #404d6d;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #207b43
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #2e51a6
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f08a24
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d43e26
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media > .pull-right {
    padding-left: 10px
}

.media-left,
.media > .pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item,
.result.embedded .getFull.expanded,
.result.embedded .loading {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child,
.result.embedded .getFull.expanded:first-child,
.result.embedded .loading:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group-item:last-child,
.result.embedded .getFull.expanded:last-child,
.result.embedded .loading:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.list-group-item.disabled,
.result.embedded .disabled.getFull.expanded,
.result.embedded .disabled.loading,
.list-group-item.disabled:hover,
.result.embedded .disabled.getFull.expanded:hover,
.result.embedded .disabled.loading:hover,
.list-group-item.disabled:focus,
.result.embedded .disabled.getFull.expanded:focus,
.result.embedded .disabled.loading:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.result.embedded .disabled.getFull.expanded .list-group-item-heading,
.result.embedded .disabled.loading .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.result.embedded .disabled.getFull.expanded:hover .list-group-item-heading,
.result.embedded .disabled.loading:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.result.embedded .disabled.getFull.expanded:focus .list-group-item-heading,
.result.embedded .disabled.loading:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.result.embedded .disabled.getFull.expanded .list-group-item-text,
.result.embedded .disabled.loading .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.result.embedded .disabled.getFull.expanded:hover .list-group-item-text,
.result.embedded .disabled.loading:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.result.embedded .disabled.getFull.expanded:focus .list-group-item-text,
.result.embedded .disabled.loading:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,
.result.embedded .active.getFull.expanded,
.result.embedded .active.loading,
.list-group-item.active:hover,
.result.embedded .active.getFull.expanded:hover,
.result.embedded .active.loading:hover,
.list-group-item.active:focus,
.result.embedded .active.getFull.expanded:focus,
.result.embedded .active.loading:focus {
    z-index: 2;
    color: #fff;
    background-color: #404d6d;
    border-color: #404d6d
}

.list-group-item.active .list-group-item-heading,
.result.embedded .active.getFull.expanded .list-group-item-heading,
.result.embedded .active.loading .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.result.embedded .active.getFull.expanded .list-group-item-heading > small,
.result.embedded .active.loading .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.result.embedded .active.getFull.expanded .list-group-item-heading > .small,
.result.embedded .active.loading .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.result.embedded .active.getFull.expanded:hover .list-group-item-heading,
.result.embedded .active.loading:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.result.embedded .active.getFull.expanded:hover .list-group-item-heading > small,
.result.embedded .active.loading:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.result.embedded .active.getFull.expanded:hover .list-group-item-heading > .small,
.result.embedded .active.loading:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.result.embedded .active.getFull.expanded:focus .list-group-item-heading,
.result.embedded .active.loading:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.result.embedded .active.getFull.expanded:focus .list-group-item-heading > small,
.result.embedded .active.loading:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small,
.result.embedded .active.getFull.expanded:focus .list-group-item-heading > .small,
.result.embedded .active.loading:focus .list-group-item-heading > .small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.result.embedded .active.getFull.expanded .list-group-item-text,
.result.embedded .active.loading .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.result.embedded .active.getFull.expanded:hover .list-group-item-text,
.result.embedded .active.loading:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.result.embedded .active.getFull.expanded:focus .list-group-item-text,
.result.embedded .active.loading:focus .list-group-item-text {
    color: #abb5ce
}

a.list-group-item,
.result.embedded a.getFull.expanded,
.result.embedded a.loading,
button.list-group-item,
.result.embedded button.getFull.expanded,
.result.embedded button.loading {
    color: #555
}

a.list-group-item .list-group-item-heading,
.result.embedded a.getFull.expanded .list-group-item-heading,
.result.embedded a.loading .list-group-item-heading,
button.list-group-item .list-group-item-heading,
.result.embedded button.getFull.expanded .list-group-item-heading,
.result.embedded button.loading .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
.channel .list-group-item.channel-record.is-selected,
.channel .result.embedded .channel-record.is-selected.getFull.expanded,
.result.embedded .channel .channel-record.is-selected.getFull.expanded,
.channel .result.embedded .channel-record.is-selected.loading,
.result.embedded .channel .channel-record.is-selected.loading,
.result.embedded a.getFull.expanded:hover,
.result.embedded a.loading:hover,
a.list-group-item:focus,
.result.embedded a.getFull.expanded:focus,
.result.embedded a.loading:focus,
button.list-group-item:hover,
.result.embedded button.getFull.expanded:hover,
.result.embedded button.loading:hover,
button.list-group-item:focus,
.result.embedded button.getFull.expanded:focus,
.result.embedded button.loading:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item,
.result.embedded button.getFull.expanded,
.result.embedded button.loading {
    width: 100%;
    text-align: left
}

.list-group-item-success {
    color: #fff;
    background-color: #207b43
}

a.list-group-item-success,
button.list-group-item-success {
    color: #fff
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
.channel .list-group-item-success.channel-record.is-selected,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #fff;
    background-color: #1b6738
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
.channel .list-group-item-success.active.channel-record.is-selected,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.list-group-item-info {
    color: #fff;
    background-color: #2e51a6
}

a.list-group-item-info,
button.list-group-item-info {
    color: #fff
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
.channel .list-group-item-info.channel-record.is-selected,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #fff;
    background-color: #284792
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
.channel .list-group-item-info.active.channel-record.is-selected,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.list-group-item-warning {
    color: #fff;
    background-color: #f08a24
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #fff
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
.channel .list-group-item-warning.channel-record.is-selected,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #fff;
    background-color: #ea7d10
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
.channel .list-group-item-warning.active.channel-record.is-selected,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.list-group-item-danger {
    color: #fff;
    background-color: #d43e26
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #fff
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
.channel .list-group-item-danger.channel-record.is-selected,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #fff;
    background-color: #be3822
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
.channel .list-group-item-danger.active.channel-record.is-selected,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 24px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item,
.panel > .list-group .result.embedded .getFull.expanded,
.result.embedded .panel > .list-group .getFull.expanded,
.panel > .list-group .result.embedded .loading,
.result.embedded .panel > .list-group .loading,
.panel > .panel-collapse > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .result.embedded .getFull.expanded,
.result.embedded .panel > .panel-collapse > .list-group .getFull.expanded,
.panel > .panel-collapse > .list-group .result.embedded .loading,
.result.embedded .panel > .panel-collapse > .list-group .loading {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .list-group:first-child .result.embedded .getFull.expanded:first-child,
.result.embedded .panel > .list-group:first-child .getFull.expanded:first-child,
.panel > .list-group:first-child .result.embedded .loading:first-child,
.result.embedded .panel > .list-group:first-child .loading:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .result.embedded .getFull.expanded:first-child,
.result.embedded .panel > .panel-collapse > .list-group:first-child .getFull.expanded:first-child,
.panel > .panel-collapse > .list-group:first-child .result.embedded .loading:first-child,
.result.embedded .panel > .panel-collapse > .list-group:first-child .loading:first-child {
    border-top: 0;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .list-group:last-child .result.embedded .getFull.expanded:last-child,
.result.embedded .panel > .list-group:last-child .getFull.expanded:last-child,
.panel > .list-group:last-child .result.embedded .loading:last-child,
.result.embedded .panel > .list-group:last-child .loading:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .result.embedded .getFull.expanded:last-child,
.result.embedded .panel > .panel-collapse > .list-group:last-child .getFull.expanded:last-child,
.panel > .panel-collapse > .list-group:last-child .result.embedded .loading:last-child,
.result.embedded .panel > .panel-collapse > .list-group:last-child .loading:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child,
.panel > .panel-heading + .panel-collapse > .list-group .result.embedded .getFull.expanded:first-child,
.result.embedded .panel > .panel-heading + .panel-collapse > .list-group .getFull.expanded:first-child,
.panel > .panel-heading + .panel-collapse > .list-group .result.embedded .loading:first-child,
.result.embedded .panel > .panel-heading + .panel-collapse > .list-group .loading:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child,
.panel-heading + .list-group .result.embedded .getFull.expanded:first-child,
.result.embedded .panel-heading + .list-group .getFull.expanded:first-child,
.panel-heading + .list-group .result.embedded .loading:first-child,
.result.embedded .panel-heading + .list-group .loading:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 1px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 1px
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 1px
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 1px
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 24px
}

.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 > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #404d6d
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #404d6d;
    border-color: #404d6d
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #404d6d
}

.panel-primary > .panel-heading .badge {
    color: #404d6d;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #404d6d
}

.panel-success {
    border-color: #1b672b
}

.panel-success > .panel-heading {
    color: #fff;
    background-color: #207b43;
    border-color: #1b672b
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #1b672b
}

.panel-success > .panel-heading .badge {
    color: #207b43;
    background-color: #fff
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #1b672b
}

.panel-info {
    border-color: #26548a
}

.panel-info > .panel-heading {
    color: #fff;
    background-color: #2e51a6;
    border-color: #26548a
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #26548a
}

.panel-info > .panel-heading .badge {
    color: #2e51a6;
    background-color: #fff
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #26548a
}

.panel-warning {
    border-color: #ea5910
}

.panel-warning > .panel-heading {
    color: #fff;
    background-color: #f08a24;
    border-color: #ea5910
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ea5910
}

.panel-warning > .panel-heading .badge {
    color: #f08a24;
    background-color: #fff
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ea5910
}

.panel-danger {
    border-color: #be2227
}

.panel-danger > .panel-heading {
    color: #fff;
    background-color: #d43e26;
    border-color: #be2227
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #be2227
}

.panel-danger > .panel-heading .badge {
    color: #d43e26;
    background-color: #fff
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #be2227
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 0
}

.well-sm {
    padding: 9px;
    border-radius: 0
}

.close,
.adv-term-remove {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:hover,
.adv-term-remove:hover,
.close:focus,
.adv-term-remove:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close,
button.adv-term-remove {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:before,
.modal-header:after {
    display: table;
    content: " "
}

.modal-header:after {
    clear: both
}

.modal-header .close,
.modal-header .adv-term-remove {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn + .btn,
.modal-footer .search-filter-toggle + .btn,
.modal-footer .btn + .search-filter-toggle,
.modal-footer .search-filter-toggle + .search-filter-toggle {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group .search-filter-toggle + .btn,
.modal-footer .btn-group .btn + .search-filter-toggle,
.modal-footer .btn-group .search-filter-toggle + .search-filter-toggle {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #6b7da8
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #6b7da8
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #6b7da8
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #6b7da8
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #6b7da8
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #6b7da8
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #6b7da8
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #6b7da8
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #f9f9f9;
    text-align: center;
    background-color: #6b7da8;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 16px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow:after {
    content: "";
    border-width: 10px
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 1px;
}

.popover-content {
    padding: 9px 14px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: .9
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203a"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn,
.carousel-caption .search-filter-toggle {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url("fonts/fontawesome-webfont.eot?v=4.6.3");
    src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"),
    url("fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"),
    url("fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"),
    url("fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,
.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,
.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.btn:focus,
.search-filter-toggle:focus {
    outline: dotted 2px #000
}

div.active:focus {
    outline: dotted 1px #000
}

a:focus {
    outline: dotted 1px #000
}

.close:hover,
.adv-term-remove:hover,
.close:focus,
.adv-term-remove:focus {
    outline: dotted 1px #000
}

.nav > li > a:hover,
.channel .nav > li > .channel-record.is-selected,
.nav > li > a:focus {
    outline: dotted 1px #000
}

.carousel-indicators li,
.carousel-indicators li.active {
    height: 18px;
    width: 18px;
    border-width: 2px;
    position: relative;
    box-shadow: 0 0 0 1px #808080
}

.carousel-indicators.active li {
    background-color: rgba(100, 149, 253, 0.6)
}

.carousel-indicators.active li.active {
    background-color: white
}

.carousel-tablist-highlight {
    display: block;
    position: absolute;
    outline: 2px solid transparent;
    background-color: transparent;
    box-shadow: 0 0 0 1px transparent
}

.carousel-tablist-highlight.focus {
    outline: 2px solid #6495ED;
    background-color: rgba(0, 0, 0, 0.4)
}

a.carousel-control:focus {
    outline: 2px solid #6495ED;
    background-image: linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 0 0 0 1px #000
}

.carousel-pause-button {
    position: absolute;
    top: -30em;
    left: -300em;
    display: block
}

.carousel-pause-button.focus {
    top: 0.5em;
    left: 0.5em
}

.carousel:hover .carousel-caption,
.carousel.contrast .carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10
}

.alert-success {
    color: #2d4821
}

.alert-info,
.savedLists {
    color: #214c62
}

.alert-warning {
    color: #6c4a00;
    background-color: #f9f1c6
}

.alert-danger {
    color: #d2322d
}

.alert-danger:hover {
    color: #a82824
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder,
input::placeholder,
textarea::-webkit-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder,
textarea::placeholder {
    color: #888
}

.sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0
}

.sr-only:focus {
    background-color: #fff;
    border-radius: 0;
    clip: auto;
    color: #333;
    display: block;
    font-size: 16px;
    height: calc(16px * 11);
    line-height: 24px;
    padding: calc(((16px * 11) - 24px) / 2) 15px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    text-transform: none;
    width: auto;
    z-index: 100000
}

.navbar-brand {
    font-size: 20px
}

a {
    text-decoration: underline
}

.alert-danger,
.alert-danger a {
    color: #8a211e
}

.alert-danger .btn-danger,
.alert-danger a .btn-danger {
    color: white
}

.alert-danger .btn-danger:hover,
.alert-danger a .btn-danger:hover {
    color: #8a211e
}

.adv-group {
    position: relative;
    margin-bottom: .5rem;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 0
}

.adv-group:before,
.adv-group:after {
    display: table;
    content: " "
}

.adv-group:after {
    clear: both
}

.adv-group ~ .adv-group {
    margin-top: 1rem
}

.adv-group .add_search_link {
    display: inline-block;
    margin-top: 4px
}

.add_search_link,
.adv-group-close {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem
}

.adv-group-close {
    color: #8a211e
}

.adv-search,
.adv-search .input-group {
    width: 100%
}

.adv-search {
    margin-bottom: 1.5rem
}

.adv-search:before,
.adv-search:after {
    display: table;
    content: " "
}

.adv-search:after {
    clear: both
}

.adv-term-input {
    margin-bottom: .5rem
}

.adv-term-type {
    float: left;
    max-width: 80%
}

.adv-term-remove {
    float: left;
    width: 20%;
    height: 30px;
    line-height: 1.7;
    text-align: center;
    opacity: .4
}

.adv-submit:before,
.adv-submit:after {
    display: table;
    content: " "
}

.adv-submit:after {
    clear: both
}

.adv-submit .clear-btn {
    float: right
}

@media (min-width: 768px) {
    .adv-group-terms {
        float: left;
        width: 75%;
        padding-right: 1rem
    }

    .adv-group-match {
        float: right;
        width: 25%
    }

    .adv-group-close {
        position: absolute;
        right: 1rem;
        bottom: 1rem;
        min-width: calc(25% - 1rem)
    }

    .adv-search {
        margin-bottom: 0
    }

    .adv-search .adv-term-input,
    .adv-search .adv-term-type {
        float: left
    }

    .adv-search .adv-term-input {
        width: 60%;
        margin-right: 2%
    }

    .adv-search .adv-term-type {
        max-width: 30%
    }

    .adv-search .adv-term-remove {
        width: 8%
    }
}

#groupPlaceHolder {
    display: block;
    padding: 1rem
}

@media (min-width: 768px) {
    fieldset,
    .fieldset {
        float: left;
        width: 33%;
        padding-right: 1rem;
        padding-bottom: 1rem
    }

    .solr-facets,
    .summon-facets {
        float: none;
        width: auto;
        margin-top: 1rem
    }

    .summon-facets .facet-fieldset {
        float: left;
        width: 50%;
        padding-right: 1rem
    }
}

.adv-term-input,
.adv-term-op {
    margin-bottom: .25rem
}

.adv-search:first-of-type .adv-term-op {
    display: none
}

@media (min-width: 768px) {
    .eds-adv .adv-term-op {
        float: left;
        width: 16%;
        margin-right: 1%
    }

    body.rtl .eds-adv .adv-term-op {
        float: right;
        margin-left: 0;
        margin-right: 1%
    }

    .eds-adv .adv-search:first-of-type .adv-term-input {
        margin-left: 17%
    }

    .eds-adv .adv-term-input {
        width: 39%;
        margin-right: 0
    }

    .eds-adv .help-block {
        float: left;
        width: 6%;
        text-align: center
    }
}

.primo-adv-search .search {
    margin-bottom: .5rem
}

.primo-adv-search .search-container {
    width: 100%
}

.primo-adv-label {
    line-height: 38px;
    padding-right: 1rem
}

@media (min-width: 768px) {
    .primo.adv-group,
    .primo-adv-search .search {
        display: flex
    }

    .primo.adv-group select,
    .primo-adv-search .search select {
        flex-shrink: 2;
        margin-right: .5rem
    }

    .primo.adv-group .primo-adv-input,
    .primo-adv-search .search .primo-adv-input {
        flex-grow: 1
    }

    .primo-adv-label {
        flex-shrink: 0
    }
}

@media (min-width: 768px) {
    .solr-facet-container {
        display: flex;
        flex-wrap: wrap
    }

    .solr-adv-facet {
        flex: 1 25%
    }
}

body.rtl fieldset,
body.rtl .fieldset,
body.rtl .adv-search .adv-term-input,
body.rtl .adv-search .adv-term-type,
body.rtl .eds-adv .help-block,
body.rtl .summon-facets .facet-fieldset {
    float: right
}

body.rtl .adv-submit .clear-btn,
body.rtl .adv-group-match {
    float: left
}

body.rtl .adv-search .adv-term-input {
    margin-left: 2%;
    margin-right: 0
}

body.rtl .date-from {
    padding-left: .25rem;
    padding-right: 0
}

body.rtl .date-to {
    padding-left: 0;
    padding-right: .25rem
}

.alphabrowse {
    border-collapse: separate
}

.alphabrowse .lcc {
    width: 20%
}

.alphabrowse .titles {
    width: 10%;
    text-align: center
}

.alphabrowse tr.browse-match td {
    border-top: 0.2rem solid #404d6d;
    border-bottom: 0.2rem solid #404d6d
}

.alphabrowse tr.browse-match td:first-child {
    border-left: 0.2em solid #404d6d
}

.alphabrowse tr.browse-match td:last-child {
    border-right: 0.2em solid #404d6d
}

.autocomplete-results {
    position: absolute;
    display: table;
    max-width: 500px;
    margin: 0;
    margin-top: 2px;
    padding: 0;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    overflow: hidden;
    z-index: 50
}

.autocomplete-results .ac-item {
    display: block;
    margin: 0;
    padding: .5rem;
    border-bottom: 1px solid #d3d3d3;
    cursor: pointer
}

.autocomplete-results .ac-item:last-child {
    border: 0
}

.autocomplete-results .ac-item:hover {
    background-color: #abb5ce
}

.autocomplete-results .ac-item.loading {
    background-color: #fff
}

.autocomplete-results .ac-item.selected {
    background-color: #404d6d;
    color: contrast(#404d6d)
}

.autocomplete-results .ac-item small {
    display: block;
    color: #a9a9a9
}

.autocomplete-results .ac-section-header {
    float: right;
    display: block;
    margin-top: -1.75rem;
    padding: 0 .5rem;
    color: #d3d3d3;
    background-color: #fff
}

.autocomplete-results .ac-section-divider {
    margin: 1rem .5rem;
    border: 0;
    border-top: 2px solid #d3d3d3
}

.channel-wrapper {
    margin-top: 1rem;
    margin-bottom: 2rem
}

@media (max-width: 767px) {
    .channel-wrapper {
        margin-left: 1rem
    }
}

.channel {
    position: relative;
    width: 100%;
    max-height: 300px;
    padding: 1rem;
    background-color: #eee;
    border-radius: 0
}

.channel-add-menu {
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #555;
    text-align: center
}

@media (min-width: 768px) {
    .channel-add-menu {
        float: right;
        margin: 0;
        padding: 0;
        border: 0
    }

    body.rtl .channel-add-menu {
        float: left
    }
}

.channel-add-menu .dropdown-menu {
    left: auto;
    right: 0;
    max-width: 90vw;
    overflow: hidden
}

.channel .channel-record.slide {
    display: inline-block;
    min-width: 100px;
    max-height: 240px;
    padding: 0 .5rem;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden
}

.channel .channel-record .thumb {
    display: flex;
    height: 200px;
    align-items: center;
    justify-content: center
}

.channel .channel-record .thumb img {
    max-width: 100%;
    max-height: 100%
}

.channel .popover {
    width: 500px;
    max-width: none
}

.channel .popover-title {
    font-size: 1.4rem;
    font-weight: bold
}

.channel-title h2 {
    display: inline-block;
    margin: 0
}

.channel-title .dropdown {
    display: inline-block
}

.channel-title a:hover,
.channel-title .channel .channel-record.is-selected,
.channel .channel-title .channel-record.is-selected {
    text-decoration: none
}

.channel-title i.fa-fw {
    width: 1.4em;
    padding-top: 0.5em;
    font-size: 0.6em;
    text-align: center;
    vertical-align: top
}

.channel-title .placeholder {
    width: 25px
}

.channel-title .dropdown button {
    font-size: 18px;
    color: #777;
    vertical-align: baseline
}

.channel .slick-prev::before,
.channel .slick-next::before {
    color: #555
}

.channel-search {
    margin-top: 1rem
}

form textarea:invalid,
form input:invalid {
    box-shadow: 0 0 2px 1px rgba(255, 0, 0, 0.9)
}

form .form-info {
    font-weight: bold;
    margin: 20px 0
}

form .info {
    margin: 10px 0
}

form .form-group ul {
    padding: 0;
    margin-left: 15px;
    margin-top: 5px
}

form .form-group label.required::before {
    content: '* '
}

.doi-icon {
    height: 1em;
    width: 14px;
    filter: brightness(50%)
}

.fa-printer:before {
    content: "\f02f"
}

.fa-grid:before {
    content: "\f00a"
}

.fa-visual:before {
    content: "\f008"
}

.fa-x:before {
    content: "\f0f6"
}

.fa-atlas:before {
    content: "\f14e"
}

.fa-book:before {
    content: "\f02d"
}

.fa-braille:before {
    content: "\f0a6"
}

.fa-cdrom:before {
    content: "\f109"
}

.fa-chart:before {
    content: "\f012"
}

.fa-chipcartridge:before {
    content: "\f109"
}

.fa-collage:before {
    content: "\f03e"
}

.fa-disccartridge:before {
    content: "\f109"
}

.fa-drawing:before {
    content: "\f03e"
}

.fa-ebook:before {
    content: "\f0f6"
}

.fa-electronic:before {
    content: "\f1c6"
}

.fa-filmstrip:before {
    content: "\f008"
}

.fa-flashcard:before {
    content: "\f0e7"
}

.fa-floppydisk:before {
    content: "\f0c7"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-journal:before {
    content: "\f0f6"
}

.fa-kit:before {
    content: "\f0b1"
}

.fa-manuscript:before {
    content: "\f0f6"
}

.fa-map:before {
    content: "\f14e"
}

.fa-microfilm:before {
    content: "\f008"
}

.fa-motionpicture:before {
    content: "\f03d"
}

.fa-musicalscore:before {
    content: "\f001"
}

.fa-musicrecording:before {
    content: "\f001"
}

.fa-newspaper:before {
    content: "\f0f6"
}

.fa-online:before {
    content: "\f109"
}

.fa-painting:before {
    content: "\f03e"
}

.fa-photo:before {
    content: "\f03e"
}

.fa-photonegative:before {
    content: "\f03e"
}

.fa-physicalobject:before {
    content: "\f187"
}

.fa-print:before {
    content: "\f03e"
}

.fa-sensorimage:before {
    content: "\f03e"
}

.fa-serial:before {
    content: "\f0f6"
}

.fa-slide:before {
    content: "\f008"
}

.fa-software:before {
    content: "\f109"
}

.fa-soundcassette:before {
    content: "\f025"
}

.fa-sounddisc:before {
    content: "\f109"
}

.fa-soundrecording:before {
    content: "\f025"
}

.fa-tapecartridge:before {
    content: "\f109"
}

.fa-tapecassette:before {
    content: "\f025"
}

.fa-tapereel:before {
    content: "\f008"
}

.fa-transparency:before {
    content: "\f008"
}

.fa-unknown:before {
    content: "\f128"
}

.fa-video:before {
    content: "\f03d"
}

.fa-videocartridge:before {
    content: "\f03d"
}

.fa-videocassette:before {
    content: "\f03d"
}

.fa-videodisc:before {
    content: "\f109"
}

.fa-videoreel:before {
    content: "\f03d"
}

.hierarchy-tree {
    max-height: 75vh;
    overflow-y: auto
}

@media (min-width: 768px) {
    .collection-hierarchytree {
        display: flex
    }

    .collection-hierarchytree .tree-panel,
    .collection-hierarchytree #tree-preview {
        flex-basis: 50%;
        padding: 1rem
    }

    #modal .collection-hierarchytree {
        display: block
    }

    #modal .tree-panel {
        flex-basis: 100%;
        padding: 0
    }

    #modal #tree-preview {
        display: none
    }
}

.hierarchy-tree .jstree-ocl:before,
.jstree-facet .jstree-ocl:before {
    float: left;
    width: 10px;
    padding: 0;
    margin-left: -10px;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
    text-decoration: inherit;
    speak: none
}

.hierarchy-tree .jstree-open > .jstree-ocl:before,
.jstree-facet .jstree-open > .jstree-ocl:before {
    content: "\f0d7"
}

.hierarchy-tree .jstree-closed > .jstree-ocl:before,
.jstree-facet .jstree-closed > .jstree-ocl:before {
    content: "\f0da"
}

.hierarchy-tree .jstree-leaf > .jstree-ocl:before,
.jstree-facet .jstree-leaf > .jstree-ocl:before {
    content: " "
}

.hierarchy-tree .jstree-icon,
.jstree-facet .jstree-icon {
    width: 16px;
    color: #000
}

.hierarchy-tree .jstree-anchor,
.jstree-facet .jstree-anchor {
    padding-left: 5px
}

.hierarchy-tree .jstree-container-ul,
.hierarchy-tree .jstree-children,
.jstree-facet .jstree-container-ul,
.jstree-facet .jstree-children {
    padding-left: 16px
}

.hierarchy-tree .jstree-initial-node,
.jstree-facet .jstree-initial-node {
    display: none
}

.hierarchy-tree .jstree-clicked .jstree-icon,
.jstree-facet .jstree-clicked .jstree-icon {
    color: #fff
}

.hierarchy-tree .jstree-search a,
.jstree-facet .jstree-search a {
    font-style: italic;
    color: #8b0000;
    font-weight: bold
}

.jstree-node.list-group-item,
.result.embedded .jstree-node.getFull.expanded,
.result.embedded .jstree-node.loading {
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0
}

#hierarchyTreeHolder {
    overflow-x: hidden;
    border-right: 1px solid #eee
}

#hierarchyTree .currentHierarchy > a,
#hierarchyTree .currentRecord a {
    font-weight: bold;
    color: #000
}

.facet .jstree-ocl:before {
    float: left;
    width: 10px;
    padding: 0;
    margin-left: -10px;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    cursor: pointer;
    speak: none
}

.facet .jstree-default .jstree-open > .jstree-ocl:before {
    content: "\f0d7"
}

.facet .jstree-default .jstree-closed > .jstree-ocl:before {
    content: "\f0da"
}

.facet .jstree-default .jstree-leaf > .jstree-ocl:before {
    content: " "
}

.jstree-facet li span.main {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.jstree-facet .main.applied .fa-check {
    margin-top: 2px;
    margin-right: 4px
}

.jstree-facet .jstree-container-ul {
    padding: 0
}

.jstree-facet .active,
.jstree-facet .active a.jstree-anchor {
    background-color: #404d6d;
    color: #fff
}

li.jstree-facet,
li.jstree-node {
    list-style: none
}

li.jstree-facet .badge {
    cursor: text
}

li.jstree-facet ul {
    padding-left: 20px
}

.facet .jstree-node.list-group-item,
.facet .result.embedded .jstree-node.getFull.expanded,
.result.embedded .facet .jstree-node.getFull.expanded,
.facet .result.embedded .jstree-node.loading,
.result.embedded .facet .jstree-node.loading {
    padding-left: 19px
}

.facet .jstree-icon::before {
    margin-left: -12px
}

.facet .jstree-facet li span.main {
    padding: 1px
}

#modal {
    background-color: rgba(0, 0, 0, 0.2)
}

#modal .modal-content > .close,
#modal .modal-content > .adv-term-remove {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .5rem 1rem;
    opacity: 1
}

body.rtl #modal .modal-content > .close,
body.rtl #modal .modal-content > .adv-term-remove {
    left: 0;
    right: auto
}

@media (min-width: 768px) {
    #modal .modal-content > .close,
    #modal .modal-content > .adv-term-remove {
        right: -60px;
        font-size: 32pt;
        color: #fff;
        background-color: transparent;
        border-radius: 6px
    }

    body.rtl #modal .modal-content > .close,
    body.rtl #modal .modal-content > .adv-term-remove {
        left: -60px;
        right: auto
    }
}

#modal .modal-content > .close:hover,
#modal .modal-content > .adv-term-remove:hover {
    background-color: #000
}

#modal .modal-body h1,
#modal .modal-body h2 {
    margin-top: 0.3rem;
    margin-bottom: 1.3rem
}

#modal .cart-controls .btn,
#modal .cart-controls .search-filter-toggle {
    margin-bottom: 4px
}

#modal .cart-controls .checkbox {
    padding-bottom: 1rem
}

#modal .cart-controls ~ hr {
    margin-top: 0
}

.lightbox-scroll {
    overflow-y: auto
}

.modal-loading {
    float: right
}

body.rtl .modal-loading {
    float: left
}

.lightbox-only {
    display: none
}

#modal .lightbox-only {
    display: initial
}

.lightbox-image {
    text-align: center
}

.offcanvas-overlay {
    display: none
}

.search-filter-toggle {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.close-offcanvas,
.search-filter-toggle {
    display: none
}

@media screen and (max-width: 767px) {
    .close-offcanvas::before,
    .close-offcanvas::after,
    .search-filter-toggle::before,
    .search-filter-toggle::after {
        display: inline-block;
        width: 16px;
        font: normal normal normal 14px/1 FontAwesome
    }

    .offcanvas .close-offcanvas {
        display: block
    }

    body.offcanvas {
        overflow-x: hidden;
        transition: margin .5s
    }

    .offcanvas-overlay {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 3;
        opacity: 0;
        transition: opacity .5s;
        cursor: pointer
    }

    .offcanvas .offcanvas-overlay {
        display: block
    }

    .offcanvas-left .sidebar {
        left: -80vw
    }

    .offcanvas-left .offcanvas-overlay {
        right: -100%
    }

    .offcanvas-left .offcanvas-toggle {
        left: 0
    }

    .offcanvas-right .sidebar {
        right: -80vw
    }

    .offcanvas-right .offcanvas-overlay {
        left: -100%
    }

    .offcanvas-right .offcanvas-toggle {
        right: 0
    }

    .offcanvas .sidebar {
        position: fixed;
        height: 100%;
        top: 0;
        width: 80vw;
        padding: 1rem;
        overflow-y: auto;
        background-color: #fff;
        transition: left .5s, right .5s
    }

    .offcanvas .sidebar .search-sort {
        padding-bottom: 1rem
    }

    .offcanvas.active {
        overflow-y: hidden
    }

    .offcanvas.active.offcanvas-left {
        margin-left: 80vw;
        margin-right: -80vw
    }

    .offcanvas.active.offcanvas-left .sidebar {
        left: 0
    }

    .offcanvas.active.offcanvas-left .offcanvas-overlay {
        right: -80vw
    }

    .offcanvas.active.offcanvas-left .offcanvas-toggle {
        left: 80vw
    }

    .offcanvas.active.offcanvas-right {
        margin-left: -80vw;
        margin-right: 80vw
    }

    .offcanvas.active.offcanvas-right .sidebar {
        right: 0
    }

    .offcanvas.active.offcanvas-right .offcanvas-overlay {
        left: -80vw
    }

    .offcanvas.active.offcanvas-right .offcanvas-toggle {
        right: 80vw
    }

    .offcanvas.active .offcanvas-overlay {
        opacity: 1;
        transition: opacity .5s
    }

    .offcanvas-left .close-offcanvas::after {
        content: "\f105"
    }

    .offcanvas-left .search-filter-toggle::before {
        content: "\f100"
    }

    .offcanvas-right .close-offcanvas::before {
        content: "\f104"
    }

    .offcanvas-right .search-filter-toggle::after {
        content: "\f101"
    }

    .rtl.offcanvas-left .close-offcanvas::after {
        content: none
    }

    .rtl.offcanvas-left .close-offcanvas::before {
        content: "\f105"
    }

    .rtl.offcanvas-left .search-filter-toggle::before {
        content: none
    }

    .rtl.offcanvas-left .search-filter-toggle::after {
        content: "\f100"
    }

    .rtl.offcanvas-right .close-offcanvas::before {
        content: none
    }

    .rtl.offcanvas-right .close-offcanvas::after {
        content: "\f104"
    }

    .rtl.offcanvas-right .search-filter-toggle::after {
        content: none
    }

    .rtl.offcanvas-right .search-filter-toggle::before {
        content: "\f101"
    }
}

.record h1 {
    font-size: 24px;
    line-height: 1.15
}

.record .media-body h3 {
    margin-top: 0
}

.recordcover {
    max-height: 300px
}

.browzine .recordcover {
    margin-top: 2px;
    margin-bottom: 4px;
    box-shadow: 1px 1px 3px rgba(47, 52, 64, 0.72);
    max-height: 130px;
    width: 105px;
    height: auto
}

@media (max-width: 767px) {
    .record .media-left,
    .record .media-right {
        display: block
    }

    .record .media-body {
        display: block;
        width: auto;
        margin-top: 1rem
    }
}

.result .record .format::after,
.record .format:last-child::after {
    content: ""
}

.record .format::after {
    content: ", "
}

.record-previews {
    margin-top: .5rem
}

.record-nav.nav {
    margin-bottom: 1rem
}

.record-nav > li,
.btn-bookbag-toggle {
    width: 100%
}

.record-nav > li > a {
    padding: .5rem
}

.record-nav > li > a,
.btn-bookbag-toggle {
    text-align: center
}

@media (min-width: 768px) {
    .record-nav > li,
    .btn-bookbag-toggle {
        width: auto
    }

    .record-nav > li > a {
        padding: 10px 15px
    }

    .record-nav > li > a,
    .btn-bookbag-toggle {
        text-align: left
    }
}

.comment-label,
.comment-name {
    font-style: italic
}

.comment {
    margin-bottom: 1rem
}

.comment-name .delete {
    color: #8a211e
}

@media (min-width: 768px) {
    .comment-form,
    .comment {
        display: flex;
        margin-bottom: 0
    }

    .comment-label,
    .comment-name {
        min-width: 25%;
        font-style: unset
    }

    .comment-form .text-form {
        width: 100%
    }

    .comment-form > label {
        flex: 0 0 auto
    }

    .comment-form textarea {
        display: block;
        width: 100%
    }
}

.tagList button {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 4px;
    font-size: 95%;
    vertical-align: initial
}

.tagList .tag .badge {
    margin: 0;
    padding: 3px 7px;
    font-weight: normal
}

.tagList button .fa-close {
    margin-top: 3px
}

.tagList .tag {
    display: inline-block;
    margin: 0 1px 1px;
    border-radius: 4px;
    padding: 6px 6px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0
}

.tagList .tag.selected {
    background-color: #404d6d
}

.tagList .tag.selected a {
    color: #fff
}

.tagList .tag.selected .badge {
    color: #222;
    background-color: #fff
}

.tagList .tag.selected .badge:hover {
    color: #a94442
}

.tagList .tag .badge .fa {
    width: 12px
}

.tagList button {
    border: 0
}

.tagList .tag-form {
    display: inline
}

.tagList.loggedin .tag:not(.selected) .badge:hover {
    background-color: #207b43
}

.citation .pace-car th,
.citation .pace-car td {
    border: 0;
    padding: 0
}

.citation th {
    text-align: right
}

.item-notes ul {
    padding-left: 2rem
}

.subject-line:hover {
    color: #999
}

.subject-line:hover a {
    color: #404d6d
}

.subject-line a:hover ~ a,
.subject-line .channel .channel-record.is-selected ~ a,
.channel .subject-line .channel-record.is-selected ~ a {
    color: #999;
    text-decoration: none
}

.marc-row-LEADER,
.marc-row-006,
.marc-row-007,
.marc-row-008 {
    white-space: pre-wrap
}

.relaisLink {
    display: inline-block
}

@media (max-width: 767px) {
    .bulkActionButtons,
    #datevispublishDatexWrapper,
    .result .checkbox {
        display: none
    }
}

.searchHomeContent:before,
.searchHomeContent:after {
    display: table;
    content: " "
}

.searchHomeContent:after {
    clear: both
}

.home-facet-list {
    padding-left: 0;
    padding-right: 1rem;
    list-style: none
}

@media (min-width: 768px) {
    .search-home-facets,
    .home-facet-container {
        display: flex
    }

    .home-facet {
        flex: 1 1 100%;
        flex-basis: auto
    }

    .home-facet-list {
        flex: 0 1 100%
    }
}

.searchForm {
    margin: 0;
    padding: 0
}

header .container.navbar,
header footer.navbar {
    margin-bottom: 0
}

.search-sort {
    display: flex
}

.search-sort label {
    line-height: 38px;
    padding-right: .5rem
}

.search-stats {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

@media (min-width: 768px) {
    .search-header {
        display: flex
    }

    .search-stats {
        flex-grow: 1
    }

    .search-controls {
        text-align: right
    }
}

.bulk-checkbox,
.bulkActionButtons label {
    display: inline-block
}

.bulkActionButtons label input {
    margin-top: 2px
}

.bulkActionButtons:before,
.bulkActionButtons:after {
    display: table;
    content: " "
}

.bulkActionButtons:after {
    clear: both
}

@media (max-width: 767px) {
    .grid {
        min-height: 250px
    }
}

.result {
    display: flex;
    padding-top: 1rem
}

.result .record-checkbox,
.result .record-number {
    display: none
}

.result .title {
    font-weight: bold
}

.result .list-tab-content.record .img-col {
    display: none
}

.result .list-tab-content.record .info-col {
    width: 100%
}

.result .checkbox-select-item {
    float: left
}

@media (max-width: 767px) {
    .result a {
        max-width: 100%;
        text-decoration: underline
    }
}

@media (min-width: 768px) {
    .result .record-checkbox {
        display: block;
        flex: 0;
        cursor: pointer
    }

    .result .record-number {
        display: block;
        flex: 0 2rem;
        text-align: center
    }
}

.record .media,
.result .media {
    flex: 1;
    margin: 0;
    padding-right: 10px;
    padding-left: 10px
}

.record .media-left,
.record .media-right,
.result .media-left,
.result .media-right {
    text-align: center
}

.record .media-left img,
.record .media-right img,
.result .media-left img,
.result .media-right img {
    max-width: 100%;
    max-height: 300px
}

.record .media-left.small img,
.record .media-left.medium img,
.record .media-left.large img,
.record .media-right.small img,
.record .media-right.medium img,
.record .media-right.large img,
.result .media-left.small img,
.result .media-left.medium img,
.result .media-left.large img,
.result .media-right.small img,
.result .media-right.medium img,
.result .media-right.large img {
    display: inline-block;
    width: 60px;
    max-width: none
}

.record .media-left,
.result .media-left {
    margin-right: 10px
}

.record .media-right,
.result .media-right {
    margin-left: 10px
}

@media (min-width: 768px) {
    .record .media-left,
    .record .media-right,
    .result .media-left,
    .result .media-right {
        max-width: 25%
    }

    .record .media-left a,
    .record .media-right a,
    .result .media-left a,
    .result .media-right a {
        display: inline-block;
        max-width: 100%;
        text-align: center;
        white-space: nowrap;
        text-decoration: underline
    }

    .record .media-left.small img,
    .record .media-left.medium img,
    .record .media-left.large img,
    .record .media-right.small img,
    .record .media-right.medium img,
    .record .media-right.large img,
    .result .media-left.small img,
    .result .media-left.medium img,
    .result .media-left.large img,
    .result .media-right.small img,
    .result .media-right.medium img,
    .result .media-right.large img {
        width: auto;
        max-width: 100%
    }

    .record .media-left.small > a,
    .record .media-left.small > img,
    .record .media-right.small > a,
    .record .media-right.small > img,
    .result .media-left.small > a,
    .result .media-left.small > img,
    .result .media-right.small > a,
    .result .media-right.small > img {
        width: 60px
    }

    .record .media-left.medium > a,
    .record .media-left.medium > img,
    .record .media-right.medium > a,
    .record .media-right.medium > img,
    .result .media-left.medium > a,
    .result .media-left.medium > img,
    .result .media-right.medium > a,
    .result .media-right.medium > img {
        width: 100px
    }

    .record .media-left.large > a,
    .record .media-left.large > img,
    .record .media-right.large > a,
    .record .media-right.large > img,
    .result .media-left.large > a,
    .result .media-left.large > img,
    .result .media-right.large > a,
    .result .media-right.large > img {
        width: 160px
    }
}

.record .media-left.small img,
.record .media-left.medium img,
.record .media-left.large img,
.record .media-right.small img,
.record .media-right.medium img,
.record .media-right.large img {
    width: auto
}

.result-body {
    padding: 0;
    padding-bottom: .25rem
}

.result-links .alert,
.result-links .savedLists {
    margin: 0
}

.result-formats {
    margin-bottom: .5rem
}

.btn-bookbag-toggle form {
    display: inline
}

.cart-link-icon.fa {
    margin-right: .3rem
}

.result .cart-link-icon {
    color: #333;
    width: 1.28571429em;
    text-align: center
}

.savedLists {
    display: none
}

@media (min-width: 768px) {
    .result-body {
        float: left;
        width: 75%
    }

    .result-links {
        float: left;
        width: 25%;
        padding: 0
    }

    .savedLists.loaded {
        display: block
    }
}

body.rtl .result .btn-bookbag-toggle .fa {
    margin-left: .3rem;
    margin-right: 0
}

@media (min-width: 768px) {
    body.rtl .result-body,
    body.rtl .result-links {
        float: right
    }
}

.result.embedded .getFull {
    display: block;
    margin-left: -.5rem;
    padding-left: .5rem;
    border-left: 1px solid transparent
}

.result.embedded .getFull.expanded {
    margin-top: -11px;
    padding-left: .5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.result.embedded .getFull.expanded::before {
    content: '\25BC';
    position: absolute;
    right: 1rem;
    color: #555
}

.result.embedded .loading {
    margin-left: .75rem;
    padding: 1rem;
    background: #fff
}

.result.embedded .long-view {
    margin-left: -.5rem;
    padding: .5rem;
    border: 1px solid #ddd;
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.result.embedded .long-view .tab-content {
    padding: 0
}

.result.embedded .list-tabs {
    margin-bottom: 0
}

.result.embedded .list-tab-toggle {
    cursor: pointer
}

.result.embedded .list-tab-content {
    padding: 1rem
}

.search-grid::after {
    display: table;
    clear: both;
    content: ''
}

.grid-result {
    display: flex;
    float: left;
    width: 50%
}

.grid-result .grid-body {
    flex: 1
}

.grid-result .grid-checkbox {
    flex: 0 0 30px;
    min-width: 0
}

.grid-result .title {
    font-weight: bold
}

.grid-result .label,
.grid-result .result .format,
.result .grid-result .format,
.grid-result .sidebar .format,
.sidebar .grid-result .format,
.grid-result .format {
    display: inline-block;
    white-space: normal
}

.grid-large-break,
.grid-small-break {
    clear: both
}

@media (min-width: 992px) {
    .grid-result {
        width: 25%
    }

    .grid-small-break {
        display: none
    }
}

.searchtools a {
    padding: 0 .5rem;
    white-space: nowrap
}

.template-dir-combined.template-name-results.offcanvas {
    margin: 0;
    padding: 0
}

@media (min-width: 768px) {
    .combined-search-container {
        display: flex
    }

    .combined-search-container .result {
        margin-left: 0
    }

    .combined-search-container .result-body {
        float: none;
        width: auto
    }

    .combined-search-container .result-links {
        display: none
    }

    .combined-column {
        flex: 0 1 100%;
        padding-left: 1rem
    }

    .combined-column:last-child {
        padding-right: 1rem
    }
}

.wikipedia img {
    margin-right: 1rem
}

.geoItem {
    font-size: .9em;
    margin: 0 0 10px
}

.title-in-heading {
    font-size: inherit;
    font-style: italic
}

.top-title {
    display: inline-block;
    padding-top: .5rem;
    padding-left: .5rem;
    font-weight: bold;
    color: #000
}

.top-title .fa {
    width: 1rem;
    text-align: center
}

@media (min-width: 768px) {
    .top-title {
        padding-top: 0
    }

    .top-title .fa {
        display: none
    }

    .top-facets .collapse {
        display: block;
        height: auto !important
    }
}

.facet-group {
    display: block;
    margin-bottom: 1rem;
    padding-left: 0
}

.facet-group [data-toggle="collapse"] {
    cursor: pointer
}

.facet-group [data-toggle="collapse"]::after {
    content: '\25B2';
    float: right
}

body.rtl .facet-group [data-toggle="collapse"]::after {
    float: left
}

.facet-group .collapsed::after {
    content: '\25BC'
}

.facet-group .collapse,
.facet-group .collapsing,
.facet-group > .facet {
    position: relative;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.facet-group > .facet:first-child {
    border-top: 1px solid #ddd
}

.facet,
.facet-group .title,
.facet-load-indicator {
    display: flex;
    padding: .5rem;
    width: 100%;
    line-height: 1.5rem;
    background-color: transparent
}

.facet .text,
.facet-group .title .text,
.facet-load-indicator .text {
    flex-grow: 1
}

.facet .badge,
.facet-group .title .badge,
.facet-load-indicator .badge {
    flex-shrink: 0;
    max-height: 19px;
    line-height: 1.2;
    vertical-align: baseline
}

.facet .exclude,
.facet-group .title .exclude,
.facet-load-indicator .exclude {
    flex-shrink: 0;
    text-align: center;
    padding-left: 0.5rem
}

.facet-group .facet,
.facet-load-indicator {
    border-bottom: 1px solid #ddd
}

.facet-group .title {
    display: block;
    padding-right: 8px;
    border: 1px solid #ddd;
    font-weight: bold;
    text-align: inherit
}

.facet-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4)
}

.facet-loading-overlay-label {
    padding: 1px .5rem;
    color: #fff;
    background-color: #000
}

.top-facets .facet,
.top-facets .narrow-toggle,
.top-facets > strong {
    display: inline-block;
    width: auto;
    padding: .25rem .5rem;
    border: 0;
    white-space: nowrap
}

.top-facets .narrow-toggle {
    text-decoration: underline
}

.top-facets .top-facet {
    margin-top: 2px;
    margin-bottom: 2px;
    border: 1px solid #ddd
}

.checkboxFilter {
    padding-bottom: 0.5rem
}

.checkbox-filter {
    display: flex;
    width: 100%;
    font-weight: bold;
    color: #333
}

.facet-group > .checkbox,
.sidebar .facet.checkbox {
    margin: 0;
    padding-left: 2rem
}

.active-filters .facet,
.facet-group .active {
    background-color: #404d6d;
    color: #fff
}

.active-filters .facet .jstree-icon,
.active-filters .facet a,
.facet-group .active .jstree-icon,
.facet-group .active a {
    color: #fff
}

.facet.active .badge,
.jstree-node.active .badge,
.jstree-node.active .badge .fa {
    background-color: #fff;
    color: #404d6d
}

.narrow-toggle {
    text-align: center
}

.top-row .applied {
    font-weight: bold
}

.top-row .applied:hover {
    color: #8a211e
}

.top-row .applied:hover .fa.fa-check:before {
    content: "\f00d"
}

.full-facet-list {
    margin-top: 1rem
}

.full-facet-list .active .fa.fa-times {
    float: right;
    margin-top: .25rem;
    margin-left: 0.5rem
}

body.rtl .full-facet-list .active .fa.fa-times {
    float: left
}

.jstree-node .facet {
    padding: 0 0.5rem 0 0;
    border: none
}

.jstree-facet .jstree-anchor {
    padding: 0
}

.jstree-facet .list-group-item,
.jstree-facet .result.embedded .getFull.expanded,
.result.embedded .jstree-facet .getFull.expanded,
.jstree-facet .result.embedded .loading,
.result.embedded .jstree-facet .loading {
    padding-right: 0;
    border: 0;
    border-bottom: 1px solid #ddd
}

#similar-items-carousel .carousel-indicators {
    bottom: 0
}

#similar-items-carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    margin: 2px;
    margin-bottom: 4px;
    background-color: #fff;
    border: 1px solid #222;
    box-shadow: none;
    transition-duration: .4s;
    transition-property: width, height, margin
}

#similar-items-carousel .carousel-indicators li.active {
    width: 16px;
    height: 16px;
    margin-bottom: 0
}

#similar-items-carousel .hover-overlay {
    position: relative;
    display: block;
    min-width: 150px;
    min-height: 200px;
    margin: auto;
    text-align: center
}

#similar-items-carousel .hover-overlay img {
    max-width: 100%;
    margin: 10px 0
}

#similar-items-carousel .hover-overlay .content {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    padding: .5em .5em 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5)
}

#similar-items-carousel .hover-overlay:hover .content {
    display: block
}

#similar-items-carousel .item {
    padding: 0 4em
}

#similar-items-carousel .item.prev,
#similar-items-carousel .item.active,
#similar-items-carousel .item.next {
    display: flex
}

#similar-items-carousel .carousel-item {
    flex-basis: 25%
}

.slider-container {
    padding: 4px 10px;
    text-align: center
}

.slider-container .slider.slider-horizontal {
    width: 100%
}

.slider-container .slider-track {
    background: #777;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.4)
}

.slider-container .slider-handle {
    background: #404d6d;
    background-image: none;
    border: 1px solid #404d6d;
    box-shadow: none;
    opacity: .9
}

.slider-container .slider-handle:hover,
.slider-container .slider-handle:active,
.slider-container .slider-handle:focus {
    opacity: 1;
    background: #FFF;
    border-color: #777
}

.slider-container .slider-handle:active,
.slider-container .slider-handle:focus {
    border-color: #404d6d
}

.slider-container .slider-selection {
    background: #CCC;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3)
}

.slider-container input {
    display: none
}

html {
    font-size: 14px
}

a,
label {
    cursor: pointer
}

.alert.alert-info a,
.savedLists a {
    text-decoration: underline
}

.btn.disabled:active,
.disabled.search-filter-toggle:active,
.btn.disabled:focus,
.disabled.search-filter-toggle:focus,
.btn.disabled:hover,
.disabled.search-filter-toggle:hover {
    color: #000
}

.list-unstyled {
    margin: 0
}

.icon-bar {
    background-color: #888
}

.highlight,
mark {
    background: #ff6;
    padding: .1em .2em
}

img {
    max-width: 100%
}

.breadcrumb {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.label,
.result .format,
.sidebar .format {
    display: inline-block
}

.popover {
    width: 250px
}

.resulthead:before,
.resulthead:after {
    display: table;
    content: " "
}

.resulthead:after {
    clear: both
}

.sub-breadcrumb {
    padding: 5px 10px;
    white-space: nowrap
}

.sub-breadcrumb li {
    display: inline-block
}

.sub-breadcrumb li + li:before {
    padding-left: 5px;
    padding-right: 5px;
    color: #535353;
    content: "/ "
}

.tab-content {
    padding: 4px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 16px
}

@media (min-width: 768px) {
    h2 {
        font-size: 23px;
        font-weight: normal
    }

    h3 {
        font-size: 20px;
        font-weight: normal
    }

    .form-control {
        max-width: 400px
    }

    #modal .form-control {
        max-width: none
    }
}

footer {
    padding: 1rem
}

@media (min-width: 768px) {
    .footer-container {
        display: flex;
        width: 100%
    }

    .footer-column {
        flex: 0 1 100%
    }

    .mainbody {
        width: 75%
    }

    .sidebar {
        width: 25%
    }

    .mainbody.left,
    .sidebar.left {
        float: left;
        padding-right: 1rem
    }

    .mainbody.right,
    .sidebar.right {
        float: right;
        padding-left: 1rem
    }

    .mainbody.solo {
        width: auto;
        padding-left: 0;
        padding-right: 0
    }
}

.flex {
    display: flex
}

.rtl .flex {
    flex-direction: row-reverse
}

.flex-col {
    flex: 0 1 100%
}

.flex-none {
    flex: none
}

.has-error,
.sms-error {
    margin-bottom: 0
}

.help-block.with-errors {
    margin: 0;
    padding-top: 6px;
    padding-bottom: 6px
}

.help-block.with-errors:empty {
    padding: 0
}

.form-admin-maintenance .form-control {
    display: inline-block;
    width: 100px
}

.badge a {
    color: #fff
}

@media (min-width: 768px) {
    .browse-container {
        display: flex
    }

    .browse-list {
        flex-basis: 25%;
        padding-right: 1rem
    }

    .browse-list:last-child {
        padding-right: 0
    }
}

.browse-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    border: 1px solid #ddd;
    border-bottom: 0;
    word-wrap: break-word
}

.browse-item.active {
    background-color: #404d6d;
    color: #fff
}

.browse-item.active .badge {
    background-color: #fff;
    color: #222
}

.browse-item:hover {
    background-color: #eee
}

.browse-item:last-child {
    border-bottom: 1px solid #ddd
}

.browse-item.with-badge {
    padding-right: 3rem
}

.browse-item.with-badge .badge {
    position: absolute;
    top: .5rem;
    right: .25rem
}

.browse-item.view-record {
    padding: 2px 4px;
    font-size: 85%;
    text-align: right;
    border-top: 0
}

.cart-controls .checkbox {
    line-height: 2.5rem;
    padding-right: 1rem
}

.nav .btn-bookbag-toggle {
    float: left
}

.nav .btn-bookbag-toggle a {
    display: block;
    padding: 10px 15px;
    text-decoration: none
}

.nav .btn-bookbag-toggle a:hover,
.nav .btn-bookbag-toggle .channel .channel-record.is-selected,
.channel .nav .btn-bookbag-toggle .channel-record.is-selected,
.nav .btn-bookbag-toggle a:focus {
    outline: dotted 1px #000;
    text-decoration: none;
    background-color: #eee
}

.translation-output {
    width: 100%;
    max-width: none;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-size: 12px;
    white-space: pre
}

.date-fields {
    display: flex
}

.date-fields .date-from {
    padding-right: .25rem
}

.date-fields .date-to {
    padding-left: .25rem
}

@media (min-width: 768px) {
    .author-facets {
        display: flex
    }

    .author-list {
        flex: 0 1 100%
    }
}

.form-login .btn-link ~ .btn-link {
    padding-left: 0
}

.myresearch-menu a {
    display: block;
    padding: 10px 15px
}

.myresearch-menu a:hover,
.myresearch-menu .channel .channel-record.is-selected,
.channel .myresearch-menu .channel-record.is-selected,
.myresearch-menu a:focus {
    background-color: #eee
}

.myresearch-menu .flex {
    display: flex
}

.myresearch-menu a:hover,
.myresearch-menu .channel .channel-record.is-selected,
.channel .myresearch-menu .channel-record.is-selected {
    background-color: #eee;
    outline: dotted 1px #000
}

.myresearch-menu a.active {
    background-color: #404d6d;
    color: #fff
}

.myresearch-menu .active .badge {
    background-color: #fff;
    color: #222
}

.myresearch-menu a > .badge {
    float: right
}

.myresearch-menu .status {
    float: right;
    display: flex;
    flex: none
}

.myresearch-menu .status .ok,
.myresearch-menu .status.ok {
    color: #fff
}

.myresearch-menu .status .warn,
.myresearch-menu .status.warn {
    color: #fff
}

.myresearch-menu .status .overdue,
.myresearch-menu .status.overdue {
    color: #8a211e
}

.myresearch-menu .badge.ok {
    background-color: #207b43
}

.myresearch-menu .badge.warn {
    background-color: #f08a24
}

.myresearch-menu .badge.overdue {
    background-color: #d43e26
}

.myresearch-menu .status .fa {
    height: 1rem;
    margin-top: 3px
}

.checkedout-status .badge {
    border-radius: 2px;
    margin: 0 2px;
    border: 1px solid;
    height: 20px
}

.myresearch-menu .active .status .badge {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
}

.myresearch-menu .active .ok {
    background-color: #fff;
    border-color: #207b43
}

.myresearch-menu .active .warn {
    background-color: #fff;
    border-color: #f08a24
}

.myresearch-menu .active .overdue {
    background-color: #8a211e;
    border-color: #d43e26
}

.myresearch-menu .active .warn {
    background-color: #fff
}

.myresearch-menu .active .overdue {
    background-color: #8a211e
}

.myresearch-menu .active .text-success {
    color: #207b43
}

.myresearch-menu .active .text-warning {
    color: #f08a24
}

.myresearch-menu .active .text-danger {
    color: #d43e26
}

.logoutOptions.with-dropdown a {
    padding-right: .5rem
}

#login-dropdown a {
    margin-right: .5rem;
    padding-left: .5rem;
    padding-right: .5rem
}

#login-dropdown .dropdown-menu {
    width: 250px
}

#login-dropdown .dropdown-menu h4 {
    display: none
}

#login-dropdown .dropdown-menu .myresearch-menu {
    display: none
}

#login-dropdown .dropdown-menu .account-menu {
    display: block
}

.list-edit-container:before,
.list-edit-container:after {
    display: table;
    content: " "
}

.list-edit-container:after {
    clear: both
}

#dateVisColorSettings {
    background-color: #fff;
    fill: #eee;
    outline-color: #c38835;
    stroke: #404d6d
}

.table {
    table-layout: fixed;
    word-wrap: break-word
}

.node {
    position: absolute;
    box-sizing: content-box;
    margin: -1px;
    overflow: hidden;
    font: 10px sans-serif;
    line-height: 12px;
    border: 1px solid #fff
}

.node div {
    margin-top: 0
}

.toplevel {
    border: 2px solid #000
}

.node .label,
.node .result .format,
.result .node .format,
.node .sidebar .format,
.sidebar .node .format {
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 1px;
    padding: 2px 4px;
    font-size: 85%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    text-shadow: none
}

.notalabel {
    color: #000
}

#viz-instructions {
    padding-top: 600px
}

span[class^="services-"],
span[class*=" services-"] span::before {
    content: ", "
}

span[class^="services-"],
span[class*=" services-"] span:first-of-type::before {
    content: ""
}

div.holding-details {
    display: flex
}

div.holding-details .holding-field {
    flex: 1 1 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

div.holding-details .holding-field.barcode,
div.holding-details .holding-field.place-hold,
div.holding-details .holding-field.storage-retrieval,
div.holding-details .holding-field.ill-request,
div.holding-details .holding-field.recall {
    flex: 1 1 0
}

div.holding-details .holding-field.availability {
    flex: 2 1 0
}

div.holding-details .due-date:before {
    content: "\2013";
    padding-right: 0.3em
}

div.holding-details .due-date {
    white-space: nowrap
}

div.holding-notes {
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

section {
    margin-right: -15px;
    margin-left: -15px
}

section:before,
section:after {
    display: table;
    content: " "
}

section:after {
    clear: both
}

html {
    overflow-y: scroll
}

body {
    padding-right: 0 !important;
    padding-top: calc(16px * 2)
}

@media (max-width: 767px) {
    body.template-name-advanced {
        padding-top: 3.25rem
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 8.5rem
    }
}

@media (min-width: 768px) {
    body {
        padding-top: 122px
    }
}

@media (min-width: 992px) {
    body {
        padding-top: calc(16px * 11)
    }
}

@media print {
    body {
        padding-top: 0
    }
}

h1:empty,
h2:empty,
h3:empty,
h4:empty,
label:empty,
.label:empty,
.result .format:empty,
.sidebar .format:empty {
    display: none
}

h1 {
    font-size: 2rem
}

h1:first-of-type {
    margin-top: 0
}

@media (max-width: 767px) {
    h1:first-of-type {
        margin-top: revert
    }

    body:not(.template-name-advanced) h1:first-of-type {
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .template-dir-cart.template-name-cart .container h1,
    .template-dir-cart.template-name-cart footer h1,
    .template-dir-content.template-name-content h1,
    .template-dir-myresearch.template-name-editlist h1,
    .template-dir-search.template-name-newitem h1,
    .template-dir-search.template-name-reserves h1 {
        padding-top: 15px
    }
}

h2 {
    font-size: 1.75rem
}

.sidebar h2 {
    font-size: 1.5rem
}

@media (max-width: 767px) {
    .sidebar h2 {
        margin-left: 15px
    }
}

@media (max-width: 991px) {
    .sidebar h2 {
        font-size: 1.25rem;
        margin-top: 1.75rem
    }
}

@media (min-width: 768px) {
    .sidebar h2:first-of-type {
        margin-top: 0
    }
}

h3 {
    font-size: 1.5rem
}

h4 {
    font-size: 1.25rem
}

.sidebar h4 {
    margin-top: 0
}

@media (max-width: 991px) {
    .sidebar h4 {
        text-align: center
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar h4 {
        font-size: 18px;
        margin-top: 15px
    }
}

.table {
    border: 1px solid #e7e7e7;
    table-layout: auto
}

.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
    border-top: 0
}

.tab-content table {
    width: 100%
}

@media screen and (max-width: 767px) {
    .table-resp-data:not(.citation) {
        display: flex;
        max-width: 90vw !important
    }

    .table-resp-data {
        border: 0;
        display: block
    }

    .table-resp-data thead,
    .table-resp-data tbody,
    .table-resp-data th,
    .table-resp-data td,
    .table-resp-data tr {
        display: block;
        width: 100%
    }

    .table-resp-data thead tr,
    .table-resp-data tfoot tr > th,
    .table-resp-data tr th {
        border: 0;
        left: -9999px;
        position: absolute;
        top: -9999px
    }

    .table-resp-data tr {
        border: 1px solid #ccc;
        border-bottom: 0;
        margin-bottom: 6px
    }

    .table-resp-data tr:last-of-type {
        border-bottom: 1px solid #ccc
    }

    .table-resp-data.table {
        border-color: transparent
    }

    .table-resp-data tbody > tr > td,
    .table-resp-data td {
        border: 0;
        border-bottom: 1px solid #ccc;
        padding-left: calc(50% + 10px);
        position: relative;
        text-align: left;
        white-space: normal
    }

    .table-resp-data td::before {
        content: attr(data-title);
        font-weight: bold;
        left: 6px;
        overflow: hidden;
        padding-right: 10px;
        position: absolute;
        text-align: left;
        text-overflow: ellipsis;
        top: 6px;
        white-space: nowrap;
        width: calc(50% - 20px)
    }

    .table-resp-data td::after {
        content: '\00a0'
    }

    .tab-pane.details-tab.active {
        max-width: 80vw;
        overflow-x: auto
    }
}

@media screen and (max-width: 1199px) {
    .table-resp-data-md thead,
    .table-resp-data-md tbody,
    .table-resp-data-md th,
    .table-resp-data-md td,
    .table-resp-data-md tr {
        display: block;
        width: 100%
    }

    .table-resp-data-md thead tr,
    .table-resp-data-md tfoot tr > th,
    .table-resp-data-md tr th {
        border: 0;
        left: -9999px;
        position: absolute;
        top: -9999px
    }

    .table-resp-data-md tr {
        border: 1px solid #ccc;
        border-bottom: 0;
        margin-bottom: 6px
    }

    .table-resp-data-md tr:last-of-type {
        border-bottom: 1px solid #ccc
    }

    .table-resp-data-md.table {
        border-color: transparent
    }

    .table-resp-data-md tbody > tr > td,
    .table-resp-data-md td {
        border: 0;
        border-bottom: 1px solid #ccc;
        padding-left: calc(50% + 10px);
        position: relative;
        text-align: left;
        white-space: normal
    }

    .table-resp-data-md td::before {
        content: attr(data-title);
        font-weight: bold;
        left: 6px;
        overflow: hidden;
        padding-right: 10px;
        position: absolute;
        text-align: left;
        text-overflow: ellipsis;
        top: 6px;
        white-space: nowrap;
        width: calc(50% - 20px)
    }

    .table-resp-data-md td::after {
        content: '\00a0'
    }
}

form label {
    font-weight: normal
}

form input:invalid,
form textarea:invalid {
    margin-right: 2px
}

form input:invalid {
    box-shadow: inherit
}

form input:focus:invalid,
form input:focus:required:invalid {
    border-color: rgba(212, 62, 38, 0.9);
    box-shadow: 0 0 2px 1px rgba(212, 62, 38, 0.9)
}

@media (max-width: 767px) {
    input,
    select,
    textarea {
        max-width: 100%
    }

    .form-control {
        max-width: 25em
    }
}

fieldset {
    border: 1px solid #ccc
}

.template-name-advanced fieldset {
    margin-top: 30px;
    padding-bottom: 15px;
    padding-left: 15px
}

.template-name-advanced fieldset:nth-of-type(3) {
    margin-left: 15px;
    margin-right: 15px;
    width: 30.25%
}

.template-name-advanced fieldset:last-of-type {
    float: right;
    margin-right: 0
}

legend {
    border: 0;
    font-size: 20px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: auto
}

.form-search-newitem legend {
    padding-left: 0
}

.text-success,
.text-danger {
    padding: .5em
}

.text-success {
    background-color: #207b43;
    margin-bottom: 0
}

.text-success.fa-bell,
.text-success.fa-clock-o {
    color: #207b43
}

.text-warning.fa-bell,
.text-warning.fa-clock-o {
    color: #f08a24
}

.text-danger {
    background-color: #d43e26
}

.text-danger.fa-exclamation-triangle {
    color: #d43e26
}

.text-danger.fa-bell,
.text-danger.fa-clock-o,
.text-danger.fa-exclamation-triangle,
.text-success.fa-bell,
.text-success.fa-clock-o,
.text-success.fa-exclamation-triangle,
.text-warning.fa-bell,
.text-warning.fa-clock-o,
.text-warning.fa-exclamation-triangle {
    background: transparent;
    padding: 0
}

.btn:focus .text-danger.fa-bell,
.search-filter-toggle:focus .text-danger.fa-bell,
.btn:hover .text-danger.fa-bell,
.search-filter-toggle:hover .text-danger.fa-bell,
.btn:focus .text-danger.fa-clock-o,
.search-filter-toggle:focus .text-danger.fa-clock-o,
.btn:hover .text-danger.fa-clock-o,
.search-filter-toggle:hover .text-danger.fa-clock-o,
.btn:focus .text-danger.fa-exclamation-triangle,
.search-filter-toggle:focus .text-danger.fa-exclamation-triangle,
.btn:hover .text-danger.fa-exclamation-triangle,
.search-filter-toggle:hover .text-danger.fa-exclamation-triangle,
.btn:focus .text-success.fa-bell,
.search-filter-toggle:focus .text-success.fa-bell,
.btn:hover .text-success.fa-bell,
.search-filter-toggle:hover .text-success.fa-bell,
.btn:focus .text-success.fa-clock-o,
.search-filter-toggle:focus .text-success.fa-clock-o,
.btn:hover .text-success.fa-clock-o,
.search-filter-toggle:hover .text-success.fa-clock-o,
.btn:focus .text-success.fa-exclamation-triangle,
.search-filter-toggle:focus .text-success.fa-exclamation-triangle,
.btn:hover .text-success.fa-exclamation-triangle,
.search-filter-toggle:hover .text-success.fa-exclamation-triangle,
.btn:focus .text-warning.fa-bell,
.search-filter-toggle:focus .text-warning.fa-bell,
.btn:hover .text-warning.fa-bell,
.search-filter-toggle:hover .text-warning.fa-bell,
.btn:focus .text-warning.fa-clock-o,
.search-filter-toggle:focus .text-warning.fa-clock-o,
.btn:hover .text-warning.fa-clock-o,
.search-filter-toggle:hover .text-warning.fa-clock-o,
.btn:focus .text-warning.fa-exclamation-triangle,
.search-filter-toggle:focus .text-warning.fa-exclamation-triangle,
.btn:hover .text-warning.fa-exclamation-triangle,
.search-filter-toggle:hover .text-warning.fa-exclamation-triangle {
    color: inherit
}

.required {
    color: #d43e26
}

input[type='radio'],
input[type='checkbox'] {
    margin-top: .2rem
}

input[type='email'] {
    border: 1px solid #ccc;
    padding: 7.5px
}

input[type='text'] {
    border: 1px solid #ccc;
    padding: 7.5px
}

input[type='text']:hover {
    outline: 1px solid #66afe9
}

header input[type='text'],
#searchForm input[type='text'] {
    border: 1px solid #fff
}

header input[type='text']:hover,
#searchForm input[type='text']:hover {
    box-shadow: none;
    outline: 1px #66afe9 solid
}

#searchForm input:hover,
#searchForm input:focus {
    border-color: #66afe9;
    outline-offset: -1px
}

.form-control {
    box-shadow: none
}

select,
select.form-control {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    background-color: #fafafa;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 38px;
    min-width: 5em;
    padding: .25em .75em .25em .5em
}

select.form-control,
select.form-control.form-control {
    background-color: #fafafa
}

header select,
header select.form-control {
    border: 0
}

select:hover {
    outline: 1px solid #66afe9
}

.form-edit-list .radio.inline {
    display: block
}

.form-edit-list .radio input {
    position: relative
}

.searchForm select,
#advSearchForm select,
#hierarchyTreeHolder select,
.template-name-myresearch select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+)
}

@media (min-width: 768px) {
    .searchForm select {
        max-width: 140px
    }
}

#advSearchForm .limiter-boxes select.form-control,
#newitem_department {
    background-image: none;
    height: auto
}

a:not(.btn):not(.search-filter-toggle):not(.text) {
    text-decoration: none
}

a:not(.btn):not(.search-filter-toggle):not(.text):visited {
    color: #666
}

.breadcrumb a:not(.btn):not(.search-filter-toggle):not(.text):visited,
.nav a:not(.btn):not(.search-filter-toggle):not(.text):visited {
    color: unset
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active,
.open .btn-transparent.dropdown-toggle {
    color: transparent;
    background-color: #052f96;
    border-color: #adadad
}

.btn-transparent:hover,
.btn-transparent:focus {
    color: #fff
}

.btn-transparent.active {
    color: #333
}

.btn-transparent.active:focus,
.btn-transparent.active:hover {
    background-color: #333;
    color: #000
}

.btn-default.active:focus,
.active.search-filter-toggle:focus,
.btn-default.active:hover,
.active.search-filter-toggle:hover,
.btn-secondary.active:focus,
.btn-secondary.active:hover {
    background-color: #ccc
}

.btn-info:focus,
.btn-info:hover {
    background-color: #7996da
}

.btn-info.active:focus,
.btn-info.active:hover {
    background-color: #6686d4
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary.active:focus,
.btn-primary.active:hover {
    background-color: #e7e7e7;
    color: #404d6d
}

.btn-primary[disabled="disabled"],
.btn-primary.active[disabled="disabled"] {
    color: #e7e7e7
}

.btn-secondary:focus,
.btn-secondary:hover {
    border: 1px solid #666
}

.btn-success.active:focus,
.btn-success.active:hover {
    background-color: #207b43
}

.btn-primary.disabled:focus,
.btn-primary.disabled:hover {
    background-color: #e7e7e7;
    color: #404d6d
}

.has-error .control-label,
.sms-error .control-label,
.has-error .help-block,
.sms-error .help-block,
.sms-error .control-label,
.sms-error .help-block {
    color: #d43e26
}

.sidebar .btn-bookbag-toggle {
    width: 100%
}

.nav .btn-bookbag-toggle a {
    padding: .5rem 0
}

@media (max-width: 991px) {
    .nav .btn-bookbag-toggle a {
        padding: .5rem
    }
}

@media (max-width: 767px) {
    .btn-bookbag-toggle {
        text-align: left
    }
}

.dropdown-menu {
    box-shadow: none;
    padding-bottom: 0;
    padding-top: 0
}

@media (min-width: 768px) {
    .dropdown-on-hover:hover .dropdown-menu {
        display: block
    }
}

a.toggle {
    color: inherit;
    text-decoration: inherit
}

a.toggle:active,
a.toggle:focus,
a.toggle:hover,
.channel .toggle.channel-record.is-selected {
    text-decoration: inherit
}

a.toggle::after {
    content: "";
    font-family: 'FontAwesome', sans-serif;
    padding-left: 2px
}

span.notation ul {
    padding-inline-start: 1.5em
}

@media (max-width: 992px) {
    span.notation ul {
        padding-inline-start: 0
    }
}

span.notation ul li {
    list-style-type: none
}

span.notation ul li::before {
    content: "";
    font-family: 'FontAwesome', sans-serif;
    margin-right: .5em
}

.alert a,
.savedLists a {
    color: #fff;
    text-decoration: underline
}

.alert.alert-warning a,
.alert-warning.savedLists a {
    color: #333
}

.alert-success,
.alert-info,
.savedLists,
.alert-danger {
    clear: both;
    color: #fff
}

.alert-success:hover,
.alert-info:hover,
.savedLists:hover,
.alert-danger:hover {
    color: #fff
}

.slider-container {
    padding: 4px 4px 4px 10px
}

.slider-track .slider-handle {
    height: 1em;
    margin-top: -.2em !important;
    width: 1em
}

.accordion-toggler {
    background: #f9f9f9;
    display: block;
    padding: 15px;
    text-align: left;
    width: 100%
}

.accordion-toggler::after {
    content: '';
    float: right;
    font-family: FontAwesome, sans-serif
}

.accordion-toggler:hover,
.accordion-toggler:focus,
.accordion-toggler[aria-expanded='true'] {
    background: #fcfcfc
}

.accordion-toggler[aria-expanded='true']::after {
    color: #cecece;
    content: '\f106'
}

.accordion-toggler[aria-expanded='false']::after {
    content: '\f107'
}

.tooltip-inner {
    padding: .75em
}

table.collapse.in {
    display: table
}

.error-field {
    color: #d43e26;
    font-weight: 500;
    line-height: 200%
}

.record .media,
.result .media {
    padding-left: 0;
    padding-right: 0
}

.record .media-left.record-icon img,
.record .media-right.record-icon img,
.result .media-left.record-icon img,
.result .media-right.record-icon img {
    display: inline-block;
    max-width: none;
    width: 60px
}

@media (max-width: 991px) {
    .record .media-left,
    .result .media-left {
        margin-top: 15px
    }
}

.record .ajaxcover .spinner,
.result .ajaxcover .spinner {
    height: 0;
    position: absolute
}

.record .cover-container,
.result .cover-container {
    min-width: 6em
}

.book {
    background-position: 0 0
}

.thesis {
    background-position: -50px 0
}

.ebook {
    background-position: -100px 0
}

.sets {
    background-position: -150px 0
}

.electronic {
    background-position: -250px 0
}

.journal {
    background-position: 0 -55px
}

.electronicjournal {
    background-position: -50px -55px
}

.newspaper {
    background-position: -100px -55px
}

.manuscript {
    background-position: -150px -55px
}

.braille {
    background-position: -200px -55px
}

.microfilm {
    background-position: -250px -55px
}

.software {
    background-position: 0 -110px
}

.software-set {
    background-position: -100px -110px
}

.kit {
    background-position: -100px -110px
}

.image {
    background-position: -150px -110px
}

.slide {
    background-position: -200px -110px
}

.globe {
    background-position: -250px -110px
}

.film {
    background-position: 0 -165px
}

.dvd {
    background-position: -50px -165px
}

.video {
    background-position: -100px -165px
}

.video-set {
    background-position: -100px -165px
}

.map {
    background-position: -200px -165px
}

.unknown {
    background-position: -250px -165px
}

.audio {
    background-position: 0 -220px
}

.cd {
    background-position: -50px -220px
}

.audiotape {
    background-position: -100px -220px
}

.musicalscore {
    background-position: -150px -220px
}

.chart {
    background-position: -200px -220px
}

.physicalobject {
    background-position: -250px -220px
}

.audio-set {
    background-position: 0 -275px
}

.nav > li.sr-only {
    position: absolute
}

@media (min-width: 768px) {
    .hidden-sm-up {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .hidden-sm-md {
        display: none
    }
}

@media (max-width: 767px) {
    .visible-sm-only {
        display: none
    }
}

@media (min-width: 992px) {
    .visible-sm-only {
        display: none
    }
}

@media (max-width: 767px) {
    .visible-sm-md-only {
        display: none
    }
}

@media (min-width: 1200px) {
    .visible-sm-md-only {
        display: none
    }
}

@media (min-width: 768px) {
    .flex-container {
        display: flex
    }
}

@media (min-width: 768px) {
    header .flex-container > *:first-child {
        order: 2
    }

    header .flex-container > *:nth-child(2) {
        order: 1
    }
}

.inline {
    display: inline
}

.template-name-editlist .inline {
    display: inherit
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.no-gutter-all {
    padding: 0 !important
}

.no-gutter {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.no-gutter > [class^='col-'] {
    padding-left: 0;
    padding-right: 0
}

.no-gutter-tp-btm {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.no-gutter-btm {
    padding-bottom: 0
}

.no-gutter-l {
    padding-left: 0
}

.no-gutter-t {
    padding-top: 0
}

.no-gutter-r {
    padding-right: 0 !important
}

.gutter-l,
.no-gutter-r.gutter-l {
    padding-left: 15px
}

.gutter-btm {
    padding-bottom: 15px
}

.gutter-r {
    padding-right: 15px
}

.gutter-top {
    padding-top: 15px
}

.margin-btm {
    margin-bottom: 15px
}

.margin-l {
    margin-left: 15px
}

@media (max-width: 767px) {
    .margin-l-xs {
        margin-left: 15px
    }
}

.margin-r {
    margin-right: 15px
}

.margin-t {
    margin-top: 15px
}

.no-margin-btm {
    margin-bottom: 0
}

.no-margin-l {
    margin-left: 0
}

.no-margin-r {
    margin-right: 0
}

.no-margin-t,
.sidebar h4.no-margin-t {
    margin-top: 0
}

.nocover {
    cursor: default
}

.w-100,
.form-control.w-100 {
    width: 100%
}

.border.red {
    border: 1px solid #d43e26
}

.border.yellow {
    border: 1px solid #f08a24
}

.border.orange {
    border: 1px solid #f08a24
}

.border.green {
    border: 1px solid #207b43
}

.border.blue {
    border: 1px solid #2e51a6
}

.traffic-light {
    display: inline;
    padding: 0;
    vertical-align: middle
}

.traffic-light span {
    background-color: #efefef;
    border-top: 3px solid transparent;
    display: inline-block;
    height: 1em;
    margin: 0 -3px 0 0;
    padding-right: .5rem;
    width: 1em
}

.traffic-light span.last {
    margin-right: .5em
}

.traffic-light.access-denied span.first {
    background-color: #d43e26
}

.traffic-light.access-denied span.second {
    background-color: #ddd
}

.traffic-light.access-denied span.last {
    background-color: #ddd
}

.traffic-light.access-limited span.first {
    background-color: #ddd
}

.traffic-light.access-limited span.second {
    background-color: #ffef56
}

.traffic-light.access-limited span.last {
    background-color: #ddd
}

.traffic-light.access-open span.first {
    background-color: #ddd
}

.traffic-light.access-open span.second {
    background-color: #ddd
}

.traffic-light.access-open span.last {
    background-color: #207b43
}

header,
.navbar {
    background-color: #02133d
}

header,
.navbar,
.breadcrumbs {
    margin: 0 auto
}

@media (min-width: 768px) {
    header,
    .navbar,
    .breadcrumbs {
        width: 750px
    }
}

@media (min-width: 992px) {
    header,
    .navbar,
    .breadcrumbs {
        width: 970px
    }
}

@media (min-width: 1200px) {
    header,
    .navbar,
    .breadcrumbs {
        width: 1170px
    }
}

.banner {
    display: flex
}

@media (max-width: 767px) {
    .banner {
        flex-direction: column
    }
}

.navbar-fixed {
    background-color: #02133d
}

@media (max-width: 767px) {
    .offcanvas.active .navbar-fixed-top {
        margin-top: calc(16px * 2);
        position: relative
    }
}

.navbar {
    background-color: #02133d;
    min-height: calc(16px * 11)
}

.template-name-advanced .navbar {
    min-height: 3rem
}

@media (max-width: 767px) {
    header .navbar {
        min-height: 9rem
    }
}

.navbar h1 span {
    display: inline-block;
    margin-left: 0;
    margin-top: 15px
}

@media (max-width: 991px) {
    .navbar h1 span {
        margin-left: 15px;
        margin-top: 3.75px
    }
}

@media (max-width: 767px) {
    .navbar {
        min-height: calc(16px * 2)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar {
        min-height: 122px
    }
}

@media (min-width: 768px) {
    .navbar-collapse.collapse.in {
        background-color: #02133d;
        position: absolute;
        top: calc(calc(16px * 2) * 1.5)
    }
}

@media (max-width: 767px) {
    .navbar .navbar-nav {
        margin-bottom: 0
    }
}

.language.dropdown {
    margin-right: 15px
}

.language .dropdown-menu {
    background-color: #02133d;
    border: 0;
    min-width: auto
}

.language .dropdown-menu .btn:hover,
.language .dropdown-menu .search-filter-toggle:hover,
.language .dropdown-menu .btn:focus,
.language .dropdown-menu .search-filter-toggle:focus {
    background-color: #404d6d;
    color: #fff
}

.language .dropdown-menu .active .btn:hover,
.language .dropdown-menu .active .search-filter-toggle:hover {
    background-color: #666;
    color: #fff
}

.language .dropdown-menu li a {
    color: #052f96
}

.language .dropdown-menu li a.btn,
.language .dropdown-menu li a.search-filter-toggle {
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0
}

.language .dropdown-menu li a.btn:hover,
.language .dropdown-menu li .channel .btn.channel-record.is-selected,
.channel .language .dropdown-menu li .btn.channel-record.is-selected,
.language .dropdown-menu li .channel .channel-record.is-selected.search-filter-toggle,
.channel .language .dropdown-menu li .channel-record.is-selected.search-filter-toggle,
.language .dropdown-menu li a.search-filter-toggle:hover {
    background-color: #fff
}

.oneLanguage {
    display: block;
    margin-top: 0;
    position: relative
}

.oneLanguage .btn,
.oneLanguage .search-filter-toggle {
    background: transparent;
    color: #404d6d
}

@media (min-width: 768px) and (max-width: 991px) {
    .oneLanguage .btn,
    .oneLanguage .search-filter-toggle {
        float: right;
        padding: 6px 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .oneLanguage .btn,
    .oneLanguage .search-filter-toggle {
        float: right;
        padding: 6px
    }
}

.oneLanguage .visible-sm-only {
    text-transform: capitalize
}

.navbar-header {
    flex: 0 1 auto
}

@media (max-width: 767px) {
    .container > .navbar-header,
    footer > .navbar-header {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width: 768px) {
    #header-collapse {
        order: 3;
        padding-top: 6px
    }
}

@media (min-width: 768px) {
    #header-collapse {
        flex: 1 0 30%
    }
}

@media (min-width: 768px) {
    .template-name-advanced #header-collapse {
        flex: 0 1 100%
    }
}

@media (max-width: 991px) {
    #header-collapse.collapse.in {
        background-color: #02133d
    }

    #header-collapse.collapse.in li > a.btn,
    #header-collapse.collapse.in li > a.search-filter-toggle {
        text-align: left
    }

    #header-collapse.collapse.in #langmenu {
        padding-left: 15px;
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cart-label {
        display: none
    }
}

.navbar-brand {
    float: left;
    padding: 7.5px 15px 7.5px 0
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-brand img {
        height: 38px;
        max-width: inherit
    }
}

.navbar-brand:hover {
    outline: dotted 1px #000;
    outline-offset: -2px
}

@media (max-width: 767px) {
    .navbar-brand {
        height: auto
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-brand {
        padding-right: 7.5px
    }
}

.navbar-toggle {
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0
}

.navbar-toggle .fa {
    font-size: 150%
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: #fff
}

@media (min-width: 768px) {
    .navbar-right {
        margin-right: -15px
    }
}

.nav > li > a.btn,
.nav > li > a.search-filter-toggle {
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav > li > a.btn,
    .nav > li > a.search-filter-toggle {
        padding: 6px 2px
    }
}

.nav > li > a.btn:hover,
.channel .nav > li > .btn.channel-record.is-selected,
.channel .nav > li > .channel-record.is-selected.search-filter-toggle,
.nav > li > a.search-filter-toggle:hover,
.nav > li > a.btn:focus,
.nav > li > a.search-filter-toggle:focus {
    background-color: #404d6d;
    color: #fff;
    outline: 1px #fff dotted
}

.search.container,
footer.search {
    padding-right: 0
}

@media (max-width: 991px) {
    .search.container,
    footer.search {
        padding-left: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .search.container,
    footer.search {
        flex: content
    }
}

@media (min-width: 768px) {
    .search.container,
    footer.search {
        flex: 0 1 auto;
        padding-top: 6px;
        width: auto
    }
}

@media (max-width: 991px) {
    .searchForm {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 0
    }
}

@media (min-width: 768px) {
    .searchForm {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .searchForm {
        display: block
    }
}

@media (max-width: 991px) {
    .searchForm input:not([type='checkbox']) {
        display: flex;
        flex-basis: 50%;
        flex-grow: 2;
        flex-shrink: 2
    }
}

@media (max-width: 991px) {
    .searchForm .navbar {
        flex-grow: 1;
        flex-shrink: 1
    }
}

.searchForm .checkbox {
    clear: both;
    display: block;
    float: none;
    padding-top: 7.5px
}

@media (max-width: 991px) {
    .searchForm .checkbox {
        display: flex;
        margin-top: .7rem;
        padding-top: 0;
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .searchForm .checkbox {
        position: static
    }
}

.searchForm .checkbox input {
    margin-right: .25rem;
    margin-top: .2rem
}

.searchForm .btn,
.searchForm .search-filter-toggle,
.searchForm .form-control {
    vertical-align: top
}

@media (min-width: 768px) and (max-width: 991px) {
    .searchForm .btn,
    .searchForm .search-filter-toggle,
    .searchForm .form-control {
        float: left
    }
}

@media (max-width: 991px) {
    .searchForm .btn-transparent {
        border: 1px solid #333
    }
}

.autocomplete-results {
    z-index: 1031
}

.navbar-form {
    margin-bottom: 0
}

@media (min-width: 768px) and (max-width: 1199px) {
    .result-advanced .navbar-form {
        max-width: 400px
    }
}

.adv_search_terms {
    background-color: #e7e7e7;
    border: 1px solid #404d6d;
    margin-bottom: 0;
    padding: .5em;
    width: 100%
}

.adv_search_links {
    border: 1px solid #404d6d;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width: 768px) {
    .adv_search_links {
        margin-top: 5px
    }
}

.adv_search_links a {
    border-top: 0;
    display: inline;
    padding-left: .5em
}

.adv_search_links a:last-of-type {
    border-bottom: 0
}

@media (min-width: 768px) {
    .adv_search_links a {
        border-bottom: 0;
        border-right: 1px solid #404d6d;
        display: inline;
        padding-right: .5em
    }

    .adv_search_links a:last-of-type {
        border-right: 0
    }
}

.breadcrumb {
    font-size: 13.6px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 13px;
    padding-top: 10px
}

.breadcrumb > li,
.breadcrumb > li + li::before {
    color: #fff
}

@media (max-width: 767px) {
    .breadcrumb > li + li::before {
        display: none
    }
}

.breadcrumb a {
    color: #fff
}

.breadcrumb > .active a {
    color: #2b2b2b
}

.breadcrumb a:focus,
.breadcrumb a:hover,
.breadcrumb .channel .channel-record.is-selected,
.channel .breadcrumb .channel-record.is-selected {
    background-color: transparent;
    color: #e6e6e6
}

@media (max-width: 767px) {
    .result-advanced .breadcrumbs {
        padding-top: .6rem
    }
}

.main .container,
.main footer,
.main .container-fluid,
footer {
    background-color: #fff;
    border: 1px solid #ccc;
    padding-bottom: 20px
}

@media print {
    .main .container,
    .main footer,
    .main .container-fluid,
    footer {
        border: 0;
        padding: 0
    }
}

@media screen and (max-width: 767px) {
    .mainbody {
        width: 100%
    }
}

footer {
    border-top: 0;
    padding-top: 20px
}

.mainbody,
.sidebar {
    padding-top: 15px
}

@media (max-width: 767px) {
    .mainbody,
    .sidebar {
        padding-top: 0
    }
}

.bulk-action-buttons,
.bulkActionButtons {
    clear: both;
    padding-bottom: 15px;
    padding-top: 15px
}

.search-header {
    display: block
}

.search-stats {
    flex-grow: unset
}

.hits-count {
    padding-top: .5em
}

.limit,
.search-sort {
    float: left
}

.limit,
.sort {
    margin-bottom: 5px
}

.limit label,
.sort label {
    line-height: normal;
    margin-bottom: 0;
    padding-right: 0
}

.limit select,
.sort select {
    margin-bottom: 5px
}

.limit {
    margin-right: 15px
}

@media (max-width: 767px) {
    .limit {
        float: right;
        margin-bottom: 7px;
        margin-right: 0
    }
}

.limit label {
    text-align: left
}

.limit-inner,
.sort-inner {
    display: inline-block
}

.limit-inner .btn,
.limit-inner .search-filter-toggle,
.sort-inner .btn,
.sort-inner .search-filter-toggle {
    vertical-align: top
}

.search-sort {
    display: block
}

.sort select {
    max-width: 12em
}

@media only screen and (max-width: 410px) {
    .sort select {
        max-width: 9em
    }
}

@media (max-width: 991px) {
    .limit,
    .sort {
        float: left
    }

    .limit button,
    .limit label,
    .limit select,
    .sort button,
    .sort label,
    .sort select {
        display: block
    }

    .limit select,
    .sort select {
        margin-bottom: 0;
        margin-right: .2rem
    }

    .limit-inner,
    .sort-inner {
        display: flex
    }
}

@media (max-width: 767px) {
    .close-offcanvas {
        display: block
    }
}

.offcanvas-left .close-offcanvas::after {
    content: '\00a0\f105'
}

.offcanvas-left .search-filter-toggle::before {
    content: '\f100\00a0'
}

@media (min-width: 768px) {
    .offcanvas-left .record .media-left.img-col {
        float: right;
        margin-left: 15px;
        margin-right: 0;
        padding-right: 0
    }
}

.offcanvas-right .close-offcanvas::before {
    content: '\f104\00a0'
}

.offcanvas-right .search-filter-toggle::after {
    content: '\00a0\f101'
}

.offcanvas-toggler,
.offcanvas-toggler button {
    width: 100%
}

@media print {
    .offcanvas-toggler {
        display: none
    }
}

.search-results {
    margin-left: -15px
}

.result,
.bulk-action-buttons,
.bulkActionButtons {
    padding-left: 15px
}

@media (min-width: 768px) and (max-width: 991px) {
    .result .btn-group,
    .bulk-action-buttons .btn-group,
    .bulkActionButtons .btn-group {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .result .btn-group,
    .bulk-action-buttons .btn-group,
    .bulkActionButtons .btn-group {
        margin-left: -15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #updateCart {
        max-width: 163px
    }
}

.record-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.result {
    hyphens: auto;
    padding-bottom: 15px;
    width: 100%
}

@media print {
    .result {
        padding: 0
    }
}

.result:nth-of-type(2n) {
    background-color: #e7e7e7
}

.result .title {
    font-size: 20px;
    font-weight: normal
}

@media (max-width: 767px) {
    .result .title {
        font-size: 16px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .result .title {
        font-size: 18px
    }
}

.result .cart-link-icon {
    color: inherit
}

.result-links .dropdown-toggle:focus {
    outline: 1px dotted #000
}

.savedLists.alert,
.savedLists {
    color: #fff
}

.savedLists ul {
    list-style: none;
    padding: 0
}

.savedLists ul a {
    color: #fff
}

.result .media-left {
    text-align: center;
    width: 17%
}

@media print {
    .result .media-left {
        padding-left: 0
    }
}

.access-icon {
    color: #404d6d;
    text-align: center
}

.access-icon i {
    font-size: 4.5em;
    width: 100%
}

.access-icon span {
    font-size: 1rem;
    padding-top: .75rem;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 767px) {
    .access-icon span {
        display: block
    }
}

.label,
.result .format,
.sidebar .format,
.result .format,
.sidebar .format {
    border-radius: 0;
    display: inline-block;
    font-weight: normal;
    margin-top: .75em;
    padding: .5em
}

.pagination,
.searchtools {
    display: table;
    margin: 1.5em auto
}

@media print {
    .pagination,
    .searchtools {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .pagination li.first,
    .pagination li.last,
    .pagination li:nth-child(n+10):nth-child(-n+13) {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .searchtools a {
        background-color: #fff;
        border: 1px solid #ccc;
        color: #333;
        display: block;
        margin-bottom: 5px;
        padding: 6px 12px;
        text-align: center;
        touch-action: manipulation;
        vertical-align: middle;
        white-space: nowrap
    }
}

.template-dir-search.template-name-results .tab-content .offcanvas-toggler {
    display: none
}

.pager {
    margin-bottom: 0
}

.pager .disabled {
    display: none
}

.record-tabs {
    padding-left: 1em
}

@media screen and (max-width: 767px) {
    .record-tabs {
        padding-left: 0
    }
}

.tab-content {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 15px
}

.tab-content a {
    word-break: break-word
}

@media (max-width: 991px) {
    .availability-column a {
        display: block;
        margin-top: 6px;
        word-break: break-word
    }
}

.tab-content > .active {
    display: inline-block;
    width: 100%
}

.holdings-tab .collapse.in {
    padding-left: 15px
}

#treeSelector {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
    padding-bottom: 1em
}

#treeSelector .item {
    margin-right: 2em
}

#treeSelector .item:last-of-type {
    margin-right: 0
}

#hierarchyTreeHolder {
    border-right: 0
}

#hierarchyTree ul.jstree-container-ul {
    padding-left: 0
}

#hierarchyTree .jstree-closed > .jstree-ocl::before,
#hierarchyTree .jstree-open > .jstree-ocl::before {
    font-size: 150%;
    margin-left: 0;
    margin-top: -5px;
    min-width: 18px
}

#hierarchyTree .jstree-closed > .jstree-ocl:hover::before,
#hierarchyTree .jstree-closed > .jstree-ocl:focus::before,
#hierarchyTree .jstree-open > .jstree-ocl:hover::before,
#hierarchyTree .jstree-open > .jstree-ocl:focus::before {
    color: #888
}

#hierarchyTree li.jstree-facet,
#hierarchyTree li.jstree-node {
    line-height: 1.75;
    list-style: none;
    padding-left: 1.5em
}

#hierarchyTree li li::before {
    content: '\f016';
    display: inline-block;
    font-family: FontAwesome;
    margin-left: -1.5em;
    width: 1.5em
}

#hierarchyTree .jstree-children {
    margin-top: .75em;
    padding-left: 0
}

#hierarchyTree .jstree-anchor {
    hyphens: auto;
    padding-left: 0;
    white-space: normal
}

#hierarchyTree .jstree-clicked {
    color: #666;
    padding-bottom: .25em;
    padding-right: .5em;
    padding-top: .3em
}

#hierarchyTree .jstree-clicked:hover,
#hierarchyTree .jstree-clicked:focus {
    color: #000
}

.hierarchy-tree .jstree-ocl::before,
.jstree-facet .jstree-ocl::before {
    float: left;
    margin-left: 0;
    padding: 0;
    width: 0
}

.carousel-control {
    color: #404d6d;
    text-shadow: none
}

.carousel-control.left,
.carousel-control.right {
    background-image: none
}

.carousel-control.left:hover,
.carousel-control.right:hover {
    background-image: none;
    color: #445273
}

#similar-items-carousel .carousel-indicators li {
    border-color: #404d6d;
    box-shadow: none;
    height: 24px;
    width: 24px
}

.carousel-indicators .active {
    box-shadow: none
}

.searchHomeContent {
    margin-top: 1em
}

@media (max-width: 767px) {
    .searchHomeContent .well {
        background-color: transparent;
        border: 0;
        box-shadow: none;
        min-height: 15px;
        padding: 0
    }
}

.browsesuggest.columns + .columns:last-child {
    float: left
}

.adv-term-remove {
    color: #d2322d
}

.adv-term-remove:hover,
.adv-term-remove:focus {
    color: #d43e26;
    opacity: 1
}

.adv-group-close {
    color: #052f96
}

.adv-group-close i {
    color: #d43e26
}

.adv-submit .fnd-btn {
    float: right
}

.adv-submit .clear-btn {
    float: left
}

#sources-list {
    line-height: 1.5;
    padding-left: 0
}

#sources-list li {
    list-style: none;
    padding-bottom: .5em
}

#sources-list li ul li {
    list-style: initial;
    padding-bottom: 0
}

.browse-item.active:focus,
.browse-item.active:hover {
    background-color: #404d6d;
    text-decoration: underline
}

@media (max-width: 767px) {
    body:not(.offcanvas) .sidebar {
        width: 100%
    }
}

.container .sidebar.right,
footer .sidebar.right {
    margin-right: inherit;
    padding-left: 0
}

.myresearch-menu {
    border: 1px solid #ccc
}

.myresearch-menu a:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
    padding: 0.75em 1em
}

.facet-group .facet,
.facet-group .title {
    padding: 0.75em 1em
}

.facet-group .facetOR.active .text {
    text-indent: -3px
}

.facet-group:not(.active-filters) .title:hover,
.facet-group:not(.active-filters) .title:focus {
    outline: dotted 1px #000;
    background-color: #e7e7e7
}

.facet-group .facet.excludable {
    padding-left: 1.5em;
    padding-right: .5em
}

.sidebar.right .facet-group .facet,
.sidebar.right .facet-group .title,
.sidebar.right .facet-group .collapse,
.sidebar.right .facet-group .collapsing,
.sidebar.right .facet-group > .facet {
    border-right-width: 1px
}

@media (max-width: 767px) {
    .offcanvas.active .sidebar {
        padding-right: 15px
    }
}

.sidebar .facet.active,
.sidebar a.active {
    background-color: #f08a24;
    color: #000
}

.sidebar .facet.active .fa,
.sidebar a.active .fa {
    color: inherit
}

.facet.title,
.sidebar a.title {
    background-color: #e7e7e7
}

.facet:hover:not(.button),
.facet:focus:not(.button) {
    background: rgba(231, 231, 231, 0.1)
}

.active-filters .facet:hover:not(.button),
.active-filters .facet:focus:not(.button) {
    background: #ea7d10
}

.facet.active:hover:not(.button),
.facet.active:focus:not(.button) {
    background: #ea7d10
}

.sidebar .facet.active:focus,
.sidebar .facet.active:hover {
    color: #fff
}

.sidebar .facet.active:focus .fa,
.sidebar .facet.active:hover .fa {
    color: inherit
}

.sidebar {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}

.sidebar .facet {
    -ms-word-break: break-all;
    word-break: break-all
}

.sidebar .facet .text {
    -ms-word-break: break-word;
    word-break: break-word
}

.exclude i {
    color: #d43e26
}

.exclude i:hover,
.exclude i:focus {
    color: #fa2200
}

.itemCount:hover,
.itemCount:focus {
    color: #fa2200
}

.active .itemCount:hover,
.active .itemCount:focus {
    color: #e7e7e7
}

.badge {
    font-size: 1em;
    padding-right: 2px
}

.badge.btn-danger:focus,
.badge.btn-danger:hover,
.badge.btn-info:focus,
.badge.btn-info:hover,
.badge.btn-success:focus,
.badge.btn-success:hover,
.badge.btn-transparent:focus,
.badge.btn-transparent:hover,
.badge.btn-warning:focus,
.badge.btn-warning:hover {
    color: #e7e7e7
}

.myresearch-menu .badge.ok,
.myresearch-menu .badge.overdue {
    color: #fff;
    padding: 3px 7px
}

.facet.active > .badge,
.sidebar a.active > .badge {
    background-color: transparent;
    color: #fff
}

.narrow-toggle {
    text-align: left
}

.sidebar .close-offcanvas {
    margin-right: .5rem;
    text-align: left;
    width: 100%
}

@media (min-width: 768px) {
    .nav-stacked.nav > li > a {
        padding-left: 0;
        padding-right: 0
    }
}

.record-nav > li > a,
.record-nav > li a {
    padding: .5rem
}

@media (max-width: 767px) {
    .record-nav > li > a {
        text-align: left
    }
}

footer ul {
    padding-left: 15px
}

.powered-by {
    padding: 15px
}

.powered-by img {
    height: 1.75em;
    margin-left: 7.5px;
    margin-right: 7.5px
}

.powered-by span {
    font-size: small
}

.powered-by a:hover,
.powered-by .channel .channel-record.is-selected,
.channel .powered-by .channel-record.is-selected {
    outline: dotted 1px #000
}

.modal-dialog .mainbody.left {
    float: none !important
}

@media (max-width: 767px) {
    .modal-dialog {
        max-width: 80%
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 85%;
        min-width: 600px;
        width: auto
    }

    #modal .modal-dialog input.form-control {
        max-width: 25em
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 900px
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 56.25em
    }
}

.modal-open {
    overflow: initial
}

#modal .modal-content > .close,
#modal .modal-content > .adv-term-remove,
#modal .modal-content > .adv-term-remove {
    background: #fff;
    border: 0;
    border-radius: 0;
    color: #333;
    left: auto;
    opacity: unset;
    right: 0
}

@media (min-width: 768px) {
    #modal .modal-content > .close,
    #modal .modal-content > .adv-term-remove,
    #modal .modal-content > .adv-term-remove {
        right: -60px
    }

    body.rtl #modal .modal-content > .close,
    body.rtl #modal .modal-content > .adv-term-remove,
    body.rtl #modal .modal-content > .adv-term-remove {
        left: -60px
    }
}

#modal .modal-content > .close:focus,
#modal .modal-content > .adv-term-remove:focus,
#modal .modal-content > .close:hover,
#modal .modal-content > .adv-term-remove:hover,
#modal .modal-content > .adv-term-remove:focus,
#modal .modal-content > .adv-term-remove:hover {
    background-color: #fff;
    color: #d43e26;
    opacity: unset;
}

.cart ul li {
    margin-bottom: .5em
}

.record-checkbox {
    float: left;
    margin-right: .5em
}

.record-checkbox input[type='checkbox'],
.record-checkbox input[type='checkbox']:focus {
    margin-top: .2rem
}

.result-links .edit.tool a,
.result-links .del-button a {
    margin-top: 1em
}

@media (max-width: 991px) {
    .result-links .edit.tool a,
    .result-links .del-button a {
        margin-top: 0
    }
}

.result-links .edit.tool li a,
.result-links .del-button li a {
    margin-top: 0
}

.list-desc {
    margin-top: 1rem
}

#set-translation-form {
    margin-top: 2em
}

#set-translation label {
    font-weight: bold
}

.checkbox-inline input[type='checkbox'] {
    margin-top: 0
}

#language-table_filter {
    text-align: right
}

#language-table thead,
#set-translation thead {
    background-color: #e7e7e7;
    color: #555
}

#language-table tr th,
#set-translation tr th {
    padding-bottom: .75rem;
    padding-top: 1rem;
    white-space: nowrap
}

.sorting,
.sorting_asc,
.sorting_desc {
    cursor: pointer
}

.sorting .fa-fw::before,
.sorting_asc .fa-fw::before,
.sorting_desc .fa-fw::before {
    display: inline
}

.sorting_asc,
.sorting_desc {
    color: #404d6d
}

.sorting_asc .fa-fw::before,
.sorting_desc .fa-fw::before {
    color: inherit
}

.sorting {
    color: #626262
}

.sorting .fa-fw {
    position: relative
}

.sorting .fa-fw::before {
    content: '\f0dc'
}

.sorting_asc .fa-fw::before {
    content: '\f0de'
}

.sorting_desc .fa-fw::before {
    content: '\f0dd'
}

a.exclude:hover,
.channel .exclude.channel-record.is-selected,
a.exclude:focus {
    outline: dotted 1px #000;
    color: #fa2200;
    outline-offset: -2px
}

input[type='checkbox']:focus,
input[type='checkbox']:hover,
input[type='radio']:focus,
input[type='radio']:hover {
    outline: dotted 2px #000
}

.alert-danger a:focus,
.alert-danger a:hover,
.alert-danger .channel .channel-record.is-selected,
.channel .alert-danger .channel-record.is-selected,
.alert-info a:focus,
.savedLists a:focus,
.alert-info a:hover,
.savedLists a:hover,
.alert-info .channel .channel-record.is-selected,
.channel .alert-info .channel-record.is-selected,
.savedLists .channel .channel-record.is-selected,
.channel .savedLists .channel-record.is-selected,
.alert-success a:focus,
.alert-success a:hover,
.alert-success .channel .channel-record.is-selected,
.channel .alert-success .channel-record.is-selected,
.alert-warning a:focus,
.alert-warning a:hover,
.alert-warning .channel .channel-record.is-selected,
.channel .alert-warning .channel-record.is-selected {
    background-color: #fff;
    color: #000
}

.has-error .form-control,
.sms-error .form-control,
.sms-error .form-control {
    border: 1px solid #d43e26
}

.has-error .form-control:focus,
.sms-error .form-control:focus,
.has-error .form-control:hover,
.sms-error .form-control:hover,
.sms-error .form-control:focus,
.sms-error .form-control:hover {
    border: 1px solid #d43e26
}

.open .btn-transparent.dropdown-toggle[aria-expanded="true"] {
    color: #333
}

.open .btn-transparent.dropdown-toggle:active,
.open .btn-transparent.dropdown-toggle:focus,
.open .btn-transparent.dropdown-toggle:hover {
    color: #333
}

.template-dir-myresearch.template-name-mylist .result-links .open > .dropdown-menu {
    float: none;
    position: relative
}

.template-dir-amsl.template-name-sources-list .panel-body span {
    margin: 10px 15px 10px 0
}

#collapse-all-toggler:not(.expanded) .text-expanded {
    display: none
}

#collapse-all-toggler.expanded .text-collapsed {
    display: none
}

@media (max-width: 767px) {
    .template-dir-browse.template-name-home .browse-container {
        padding-top: 15px
    }
}

.slick-arrow:not(.slick-disabled).slick-next:focus:before,
.slick-arrow:not(.slick-disabled).slick-next:hover:before,
.slick-arrow:not(.slick-disabled).slick-prev:focus:before,
.slick-arrow:not(.slick-disabled).slick-prev:hover:before {
    color: red;
    outline: 2px #000 dotted
}

body {
    padding-right: 0 !important;
    padding-top: 0
}

@media (max-width: 767px) {
    body.template-name-advanced {
        padding-top: 0
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    hyphens: auto;
    line-height: normal;
    text-transform: uppercase;
    word-break: break-word
}

.result h1,
.record h1,
.collection h1,
.result h2,
.record h2,
.collection h2,
.result h3,
.record h3,
.collection h3,
.result h4,
.record h4,
.collection h4,
.result h5,
.record h5,
.collection h5,
.result h6,
.record h6,
.collection h6 {
    text-transform: none
}

@media (max-width: 1199px) {
    .result h1,
    .record h1,
    .collection h1,
    .result h2,
    .record h2,
    .collection h2,
    .result h3,
    .record h3,
    .collection h3,
    .result h4,
    .record h4,
    .collection h4,
    .result h5,
    .record h5,
    .collection h5,
    .result h6,
    .record h6,
    .collection h6 {
        hyphens: auto
    }
}

.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4 {
    background-color: transparent;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #404d6d;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 0.75em 1em
}

@media (max-width: 767px) {
    .sidebar h1,
    .sidebar h2,
    .sidebar h3,
    .sidebar h4 {
        border-top: 1px solid #ccc;
        margin-left: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar h1,
    .sidebar h2,
    .sidebar h3,
    .sidebar h4 {
        border-top: 1px solid #ccc;
        font-size: calc(16px * .75)
    }
}

.template-dir-collection.template-name-view .sidebar h1,
.template-dir-collection.template-name-view .sidebar h2,
.template-dir-collection.template-name-view .sidebar h3,
.template-dir-collection.template-name-view .sidebar h4 {
    margin-top: 0
}

.template-dir-collection .sidebar h1.panel-title,
.template-dir-collection .sidebar h2.panel-title,
.template-dir-collection .sidebar h3.panel-title,
.template-dir-collection .sidebar h4.panel-title {
    background: transparent;
    color: #686868
}

.record h1 {
    font-size: 1.5em
}

.record h2 {
    font-size: 1.25em
}

.sidebar.bottom h2 {
    border-top: 1px solid #ccc
}

.modal-body h2,
footer h2 {
    font-size: 1.25em
}

.chatswitch h2,
.contactswitch h2 {
    background: transparent;
    border: 0;
    display: block;
    float: left;
    font-size: 1.05em;
    line-height: 1.4;
    margin-bottom: 0;
    max-width: 50%;
    overflow: hidden;
    padding: 0;
    text-align: left
}

@media (max-width: 767px) {
    .chatswitch h2,
    .contactswitch h2 {
        margin: 0;
        max-width: 50%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .chatswitch h2,
    .contactswitch h2 {
        margin: 0;
        max-width: 100%;
        width: 100%
    }
}

#myresearch-sidebar h2 {
    border-top: 1px solid #ccc
}

#myresearch-sidebar.sidebar h2 {
    border-bottom: 0
}

#myresearch-sidebar .chatswitch h2,
#myresearch-sidebar .contactswitch h2 {
    border-top: 0
}

.tab-content h3 {
    font-size: inherit;
    margin-top: 0
}

h3.location {
    margin-bottom: 0;
    padding: 7.5px 7.5px 7.5px 0;
    text-transform: uppercase
}

h3[property='name'] {
    hyphens: auto;
    margin-bottom: 24px
}

.result h4 {
    margin-top: 0
}

mark {
    background: #ffef56
}

.record .savedLists ul {
    display: inline
}

.record .savedLists ul li {
    display: inline;
    padding-left: 7.5px
}

footer ul {
    padding-left: 0
}

.no-bullet li {
    list-style-type: none
}

table.unstriped > tbody > tr:nth-of-type(2n+1) {
    background-color: transparent
}

#accountForm .table > tbody > tr > th,
#accountForm .table > tbody > tr > td {
    padding-top: 7.5px;
    vertical-align: middle
}

.form-group {
    margin-bottom: 7.5px
}

.form-group:last-of-type {
    margin-bottom: 0
}

.form-group.has-error .form-control,
.form-group.sms-error .form-control,
.form-group.has-danger .form-control {
    border-color: #d43e26
}

.searchbox fieldset,
.list-edit-container fieldset {
    border: 0
}

.adv-search fieldset {
    border: 0;
    float: unset !important;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: unset
}

@media (max-width: 767px) {
    .adv-search fieldset {
        margin-bottom: 15px;
        padding-bottom: 5px
    }
}

.template-name-advanced fieldset legend {
    padding-left: 0
}

label,
.label,
.result .format,
.sidebar .format {
    line-height: normal;
    padding: .25em .5em;
    vertical-align: middle
}

label.alert,
label.savedLists,
label.error,
.label.alert,
.result .alert.format,
.result .format.savedLists,
.label.savedLists,
.sidebar .savedLists.format,
.sidebar .alert.format,
.label.error,
.result .error.format,
.sidebar .error.format {
    background-color: #d43e26
}

label.info,
.label.info,
.result .info.format,
.sidebar .info.format {
    background-color: #2e51a6
}

label.secondary,
.label.secondary,
.result .secondary.format,
.sidebar .secondary.format {
    background-color: #e7e7e7
}

label.success,
.label.success,
.result .success.format,
.sidebar .success.format {
    background-color: #207b43
}

.tab-content label,
.holdings-tab label,
.tab-content .label,
.tab-content .result .format,
.result .tab-content .format,
.tab-content .sidebar .format,
.sidebar .tab-content .format,
.holdings-tab .label,
.holdings-tab .result .format,
.result .holdings-tab .format,
.holdings-tab .sidebar .format,
.sidebar .holdings-tab .format {
    font-size: 1em
}

.search-sort label,
.limit label,
.search-sort .label,
.search-sort .result .format,
.result .search-sort .format,
.search-sort .sidebar .format,
.sidebar .search-sort .format,
.limit .label,
.limit .result .format,
.result .limit .format,
.limit .sidebar .format,
.sidebar .limit .format {
    line-height: 35px;
    padding-right: .5rem
}

.limit label,
.limit .label,
.limit .result .format,
.result .limit .format,
.limit .sidebar .format,
.sidebar .limit .format {
    padding-top: 8px
}

.adv-input label,
.adv-select label,
.adv-input .label,
.adv-input .result .format,
.result .adv-input .format,
.adv-input .sidebar .format,
.sidebar .adv-input .format,
.adv-select .label,
.adv-select .result .format,
.result .adv-select .format,
.adv-select .sidebar .format,
.sidebar .adv-select .format {
    display: block
}

#advSearchForm label,
#advSearchForm .label,
#advSearchForm .result .format,
.result #advSearchForm .format,
#advSearchForm .sidebar .format,
.sidebar #advSearchForm .format {
    padding-left: 0;
    padding-right: 0
}

.holdings-tab .label,
.holdings-tab .result .format,
.result .holdings-tab .format,
.holdings-tab .sidebar .format,
.sidebar .holdings-tab .format {
    margin-top: 0;
    min-width: 100%
}

.list-edit-group label {
    padding-left: 0
}

input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    box-shadow: none
}

input[type='email'] {
    border: 1px solid #ccc
}

input[type='text'] {
    border: 1px solid #ccc;
    padding: 7.5px;
    text-overflow: ellipsis
}

input[type='text']:focus,
input[type='text']:hover {
    outline: 2px solid #4e608c;
    box-shadow: 0 0 0 0.2rem #80bdff;
    border-color: #66afe9
}

header input[type='text']:focus,
#searchForm input[type='text']:focus,
header input[type='text']:hover,
#searchForm input[type='text']:hover {
    outline: 2px solid #4e608c;
    box-shadow: 0 0 0 0.2rem #80bdff;
    border-color: #66afe9;
    outline-offset: unset
}

.searchform-small input[type='text'],
.searchform-wide input[type='text'] {
    border: 2px solid transparent;
    padding: calc(16px * .5);
    min-height: calc(16px * 2.75);
    min-width: 30em
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .searchform-small input[type='text'],
    .searchform-wide input[type='text'] {
        padding-bottom: 14px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .searchform-small input[type='text'] {
        min-width: 20em
    }
}

@media (max-width: 767px) {
    input[type='text'].searchForm_lookfor.form-control {
        max-width: 14em
    }
}

@media (max-width: 767px) {
    .searchForm input[type='text'] {
        min-width: 100%
    }
}

@media (max-width: 767px) {
    .searchForm input[type='text'] {
        padding-left: 1em
    }
}

#accountForm input[type='text'] {
    border: 1px solid #ccc;
    text-overflow: clip;
    width: 100%
}

input[type='radio'] {
    -moz-appearance: radio;
    -webkit-appearance: radio
}

@media (max-width: 767px) {
    .modal-dialog input[type='radio'] {
        margin-left: 0
    }
}

input[type='checkbox'] {
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
    padding-top: 3px
}

.cart-controls input[type='checkbox'] {
    margin-top: 1rem
}

@media (max-width: 767px) {
    .modal-dialog input[type='checkbox'] {
        margin-left: 0
    }
}

#pre-filter input {
    float: none
}

header .checkbox {
    color: #fff
}

.searchForm .checkbox {
    padding-top: 6px
}

@media (max-width: 767px) {
    .searchForm .checkbox {
        margin-bottom: -7.5px
    }
}

.checkbox.shards {
    margin: 0;
    padding: 0
}

.cart-controls .checkbox {
    color: #555
}

.checkbox label:hover,
.checkbox label:focus {
    outline: 1px solid gold
}

select {
    min-height: calc(16px * 2.75)
}

select.form-control {
    height: calc(16px * 2.75)
}

select.form-control.jumpMenu {
    min-width: auto
}

#advSearchForm select#limit_access_facet,
#advSearchForm select#limit_branch_de15,
#advSearchForm select#limit_collcode_de15 {
    background-image: none
}

.nav > li > a:hover,
.channel .nav > li > .channel-record.is-selected {
    outline: 0
}

.nav > li > a:focus {
    outline: 2px solid #fd830b
}

#logoutOptions a:hover:hover,
#logoutOptions .channel .channel-record.is-selected,
.channel #logoutOptions .channel-record.is-selected,
#logoutOptions a:hover:focus,
#logoutOptions .channel .channel-record.is-selected:focus,
.channel #logoutOptions .channel-record.is-selected:focus,
.logoutLink a.btn:hover:hover,
.logoutLink .channel .btn.channel-record.is-selected,
.channel .logoutLink .btn.channel-record.is-selected,
.logoutLink .channel .channel-record.is-selected.search-filter-toggle,
.channel .logoutLink .channel-record.is-selected.search-filter-toggle,
.logoutLink a.search-filter-toggle:hover:hover,
.logoutLink a.btn:hover:focus,
.logoutLink .channel .btn.channel-record.is-selected:focus,
.channel .logoutLink .btn.channel-record.is-selected:focus,
.logoutLink .channel .channel-record.is-selected.search-filter-toggle:focus,
.channel .logoutLink .channel-record.is-selected.search-filter-toggle:focus,
.logoutLink a.search-filter-toggle:hover:focus {
    outline: 1px solid gold;
    background-color: #fd9c3c;
    color: #fff
}

#logoutOptions a:focus:focus,
.logoutLink a.btn:focus:focus,
.logoutLink a.search-filter-toggle:focus:focus {
    outline: 2px solid #fd830b;
    outline-color: #ffb700
}

#langmenu a.btn:focus,
#langmenu a.search-filter-toggle:focus {
    outline: 2px solid #fd830b
}

.sr-only {
    background: #fff !important;
    color: #000 !important
}

a:focus,
.btn:focus,
.search-filter-toggle:focus,
select:focus,
input[type='checkbox']:focus,
input[type='radio']:focus {
    outline: 2px solid #4e608c
}

.place-off-canvas {
    left: -10000px;
    position: absolute
}

.form-control {
    height: calc(16px * 2.75);
    color: #333
}

.caps {
    text-transform: uppercase
}

@media (min-width: 992px) {
    .ellipsis {
        max-width: 100%;
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.list-item {
    display: list-item;
    list-style-type: square;
    margin-left: 1rem;
    padding-bottom: 7.5px
}

.no-hyphenation * {
    hyphens: none
}

.header-look {
    color: #333
}

.action {
    background-color: #fd830b;
    color: #333
}

.action:hover,
.action:focus {
    outline: 1px solid gold;
    background-color: #fd9c3c;
    color: #fff
}

.action:focus {
    outline: 2px solid #fd830b;
    outline-color: #ffb700
}

.action-text {
    color: #fd830b
}

.alert-text {
    color: #d43e26
}

.alert.alert-warning a,
.alert-warning.savedLists a {
    color: #404d6d
}

.alert-warning {
    background-color: #d3d3d3;
    border-color: #f08a24;
    color: #333
}

.alert-warning a {
    color: #333
}

.quarter-gutter-l,
[class^=col-sm-] .quarter-gutter-l {
    padding-left: 7.5px
}

.control-label-gutter {
    padding-top: 5px
}

.no-border {
    border: 0 !important
}

@media (max-width: 767px) {
    .no-gutter-r-xs {
        padding-right: 0
    }
}

.passive {
    color: #b4b4b4
}

.passive:not(.fa-home):hover,
.passive:not(.fa-home):focus {
    color: inherit
}

.fa-home.object::before {
    content: '\f0ac'
}

.z-index-1 {
    z-index: -1
}

.inline-block {
    display: inline-block
}

.list-group-item.title,
.result.embedded .title.getFull.expanded,
.result.embedded .title.loading,
.result.embedded .title.getFull.expanded,
.result.embedded .title.loading,
.result:nth-of-type(2n),
.table > tbody > tr:nth-of-type(2n+1) {
    background-color: #efefef
}

.sidebar .list-group-item.title:hover,
.sidebar .result.embedded .title.getFull.expanded:hover,
.result.embedded .sidebar .title.getFull.expanded:hover,
.sidebar .result.embedded .title.loading:hover,
.result.embedded .sidebar .title.loading:hover,
.sidebar .list-group-item.title:focus,
.sidebar .result.embedded .title.getFull.expanded:focus,
.result.embedded .sidebar .title.getFull.expanded:focus,
.sidebar .result.embedded .title.loading:focus,
.result.embedded .sidebar .title.loading:focus,
.sidebar .result.embedded .title.getFull.expanded:hover,
.sidebar .result.embedded .title.getFull.expanded:focus,
.sidebar .result.embedded .title.loading:hover,
.sidebar .result.embedded .title.loading:focus,
.sidebar .result:nth-of-type(2n):hover,
.sidebar .result:nth-of-type(2n):focus,
.sidebar .table > tbody > tr:nth-of-type(2n+1):hover,
.sidebar .table > tbody > tr:nth-of-type(2n+1):focus {
    background-color: #e3e3e3
}

.fa-spinner::before {
    content: '\f1ce'
}

.btn,
.search-filter-toggle {
    min-height: calc(16px * 2.75);
    min-width: calc(16px * 2.75);
    padding-bottom: calc(16px * .5);
    padding-top: calc(16px * .5)
}

.btn.adv-srch-btn,
.adv-srch-btn.search-filter-toggle,
.btn.searchForm_type,
.searchForm_type.search-filter-toggle {
    background-color: #fff
}

.btn.adv-srch-btn:hover,
.adv-srch-btn.search-filter-toggle:hover,
.btn.adv-srch-btn:focus,
.adv-srch-btn.search-filter-toggle:focus,
.btn.searchForm_type:hover,
.searchForm_type.search-filter-toggle:hover,
.btn.searchForm_type:focus,
.searchForm_type.search-filter-toggle:focus {
    color: #404d6d
}

#search-container .btn,
#search-container .search-filter-toggle {
    border: 2px solid transparent;
    padding: calc(16px * .5) calc(16px * .75);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none
}

#search-container .btn:hover,
#search-container .search-filter-toggle:hover,
#search-container .btn:focus,
#search-container .search-filter-toggle:focus {
    outline: 2px solid #4e608c;
    background-color: #fff
}

.btn.search,
.search.search-filter-toggle {
    margin-right: 1px
}

.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > .search-filter-toggle,
.btn-group-xs > .btn,
.btn-group-xs > .search-filter-toggle {
    font-size: 1em;
    padding: 4px 5px 3px
}

.template-dir-record.template-name-view .icon-bar button {
    background: none
}

.btn.action,
.action.search-filter-toggle,
a.btn.action,
a.action.search-filter-toggle {
    background-color: #fd830b;
    color: #333;
    border-color: #ed7602
}

.btn.action:hover,
.action.search-filter-toggle:hover,
.btn.action:focus,
.action.search-filter-toggle:focus,
a.btn.action:hover,
.channel .btn.action.channel-record.is-selected,
.channel .action.channel-record.is-selected.search-filter-toggle,
a.action.search-filter-toggle:hover,
a.btn.action:focus,
a.action.search-filter-toggle:focus {
    outline: 1px solid gold;
    background-color: #fd9c3c;
    color: #fff
}

.btn.action:focus,
.action.search-filter-toggle:focus,
a.btn.action:focus,
a.action.search-filter-toggle:focus {
    outline: 2px solid #fd830b;
    outline-color: #ffb700
}

.btn-transparent:not(.feedbackLink):not(.adv-srch-btn):not(.item):hover,
.btn-transparent:not(.feedbackLink):not(.adv-srch-btn):not(.item):focus {
    background-color: #404d6d;
    color: #fff
}

header .navbar-nav > li a.btn,
header .navbar-nav > li a.search-filter-toggle {
    padding: 6px 8px
}

header .navbar-nav .btn:not(.action),
header .navbar-nav .search-filter-toggle:not(.action) {
    color: #fff
}

header .navbar-nav .btn:not(.action) .caret,
header .navbar-nav .search-filter-toggle:not(.action) .caret {
    color: #777
}

@media (max-width: 991px) {
    header .navbar-nav .btn:not(.action) .caret,
    header .navbar-nav .search-filter-toggle:not(.action) .caret {
        position: absolute;
        right: 7.5px;
        top: 15px
    }
}

header .navbar-nav .btn:not(.action).action .caret,
header .navbar-nav .search-filter-toggle:not(.action).action .caret {
    color: #fff
}

@media (min-width: 768px) and (max-width: 991px) {
    #cartItems .cart-label {
        display: unset
    }
}

.btn.access,
.access.search-filter-toggle {
    border-top: 2px solid #fd830b;
    color: #fd830b;
    float: left;
    padding-left: 0;
    text-align: left;
    white-space: normal !important
}

@media (max-width: 991px) {
    .btn.access,
    .access.search-filter-toggle {
        color: darken #e7e7e7, 15%
    }
}

.btn.access.secondary,
.access.secondary.search-filter-toggle {
    background-color: transparent
}

.btn.access.small,
.access.small.search-filter-toggle {
    padding: .75em .5em
}

.btn.access i,
.access.search-filter-toggle i {
    display: block;
    float: left;
    font-size: calc(16px * 1.5);
    margin-right: 5px;
    max-width: max-content
}

.btn.access .access-icon i,
.access.search-filter-toggle .access-icon i {
    font-size: calc(16px * 2)
}

.btn.access .location,
.access.search-filter-toggle .location,
.btn.access .online,
.access.search-filter-toggle .online,
.btn.access .oa,
.access.search-filter-toggle .oa,
.btn.access .on-request,
.access.search-filter-toggle .on-request {
    display: block;
    text-align: left
}

.btn.access .location:empty,
.access.search-filter-toggle .location:empty,
.btn.access .online:empty,
.access.search-filter-toggle .online:empty,
.btn.access .oa:empty,
.access.search-filter-toggle .oa:empty,
.btn.access .on-request:empty,
.access.search-filter-toggle .on-request:empty {
    display: none
}

.btn.access.has-tip:hover,
.access.has-tip.search-filter-toggle:hover,
.btn.access.has-tip:focus,
.access.has-tip.search-filter-toggle:focus {
    color: #404d6d
}

.fa.oa-icon {
    background: url("../images/open-access.svg") top left no-repeat;
    background-size: contain;
    height: 2rem;
    margin-left: 5px;
    max-width: 100% !important;
    width: 2rem
}

@media (max-width: 991px) {
    .btn.access,
    .access.search-filter-toggle,
    .bookbag-resultlist,
    .fav-resultlist {
        hyphens: auto;
        white-space: normal
    }

    .btn.access i,
    .access.search-filter-toggle i,
    .bookbag-resultlist i,
    .fav-resultlist i {
        display: block
    }

    .btn.access span.location,
    .access.search-filter-toggle span.location,
    .btn.access span.online,
    .access.search-filter-toggle span.online,
    .btn.access span.oa,
    .access.search-filter-toggle span.oa,
    .btn.access span.on-request,
    .access.search-filter-toggle span.on-request,
    .bookbag-resultlist span.location,
    .bookbag-resultlist span.online,
    .bookbag-resultlist span.oa,
    .bookbag-resultlist span.on-request,
    .fav-resultlist span.location,
    .fav-resultlist span.online,
    .fav-resultlist span.oa,
    .fav-resultlist span.on-request {
        color: #404d6d;
        display: inline;
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .fav-resultlist {
        float: right
    }
}

.fav-resultlist .savedLists {
    text-align: center
}

.result .btn-bookbag-toggle {
    float: left
}

@media (max-width: 991px) {
    .result .btn-bookbag-toggle {
        clear: both;
        float: right;
        max-width: 40px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .result .btn-bookbag-toggle {
        margin-left: 0
    }
}

.result .btn-result-list:not(.access) {
    border-top: 2px solid transparent;
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    color: #e7e7e7;
    padding: 6px 0
}

@media (max-width: 991px) {
    .result .btn-result-list:not(.access) {
        color: gray
    }
}

.result .btn-result-list:not(.access) .passive {
    color: #b4b4b4
}

@media (max-width: 767px) {
    .result .btn-result-list:not(.access) .passive {
        color: gray
    }
}

.result .btn-result-list:not(.access):hover,
.result .btn-result-list:not(.access):focus {
    border-top: 2px solid #fd830b;
    color: #fd830b
}

.result .btn-result-list:not(.access) i {
    font-size: calc(16px * 1.5)
}

@media (max-width: 767px) {
    .result .btn-result-list:not(.access) i.fa-star {
        padding-left: 10px
    }
}

.result .btn-result-list:not(.access) i.active {
    color: #fd830b
}

.result-links {
    padding-top: 3.3333333333px
}

.result-links .btn-result-list .cart-link-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    color: #000
}

.result-links .edit.tool a,
.result-links .del-button a {
    margin-top: 1em
}

@media (max-width: 767px) and (max-width: 991px) {
    .result-links .edit.tool a,
    .result-links .del-button a {
        margin-top: 0
    }
}

.result-links .edit.tool li a,
.result-links .del-button li a {
    margin-top: 0
}

.cart-link-icon.fa {
    margin-right: .4rem
}

.cart-btn-group {
    margin-left: -15px;
    padding-right: 0
}

.btn-group.open .btn-transparent.dropown-toggle,
.btn-group.open .btn-transparent {
    background-color: #fff;
    color: #333
}

.btn-group.bulk-action-buttons .btn:not(:last-of-type),
.btn-group.bulk-action-buttons .search-filter-toggle:not(:last-of-type),
.cart-btn-group .btn,
.cart-btn-group .search-filter-toggle {
    border-right: 1px solid #f9f9f9;
    margin-right: 1px
}

.template-name-mylist .bulk-action-buttons {
    padding-left: 0
}

@media (min-width: 768px) and (max-width: 991px) {
    .template-name-mylist .bulk-action-buttons .btn,
    .template-name-mylist .bulk-action-buttons .search-filter-toggle {
        max-width: 27%;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .template-name-mylist .bulk-action-buttons .btn:hover,
    .template-name-mylist .bulk-action-buttons .search-filter-toggle:hover,
    .template-name-mylist .bulk-action-buttons .btn:focus,
    .template-name-mylist .bulk-action-buttons .search-filter-toggle:focus {
        overflow: visible
    }
}

.accordion-toggler {
    border: 1px solid #ddd
}

.accordion-toggler[aria-expanded='false']::after,
.accordion-toggler:not(.collapsed)::after {
    color: #052f96
}

.accordion-toggler[aria-expanded='true']::after,
.accordion-toggler.collapsed::after {
    color: #b4b4b4
}

.collection-info .accordion-toggler {
    padding-left: 7.5px
}

.collection-info .accordion-toggler:not(.collapsed)::after {
    color: #052f96;
    content: '\f0d7'
}

.collection-info .accordion-toggler.collapsed::after {
    content: '\f0d8'
}

.accordion-toggler[aria-expanded='false']::after {
    content: '\f0d7'
}

.accordion-toggler[aria-expanded='true']::after {
    content: '\f0d8'
}

.collection-info .collapse.in {
    display: block !important
}

.collection-info .collapse:not(.in) {
    display: none !important
}

.collection-licence-image {
    margin-left: 1em;
    max-height: 3em
}

.template-dir-myresearch.template-name-mylist .result .result-links .open > .dropdown-menu {
    display: block;
    position: relative
}

.dd-confirm-question {
    display: inline-block;
    padding-left: 12px
}

.dropdown-menu-padded {
    padding: 7.5px
}

#navbar-left.nav .open > a,
#navbar-left.nav .open > a:hover,
#navbar-left.nav .channel .open > .channel-record.is-selected,
.channel #navbar-left.nav .open > .channel-record.is-selected,
#navbar-left.nav .open > a:focus {
    background-color: #02133d;
    border: 0;
    font-weight: 600
}

@media (min-width: 992px) {
    #navbar-left.nav .open > a,
    #navbar-left.nav .open > a:hover,
    #navbar-left.nav .channel .open > .channel-record.is-selected,
    .channel #navbar-left.nav .open > .channel-record.is-selected,
    #navbar-left.nav .open > a:focus {
        background-color: #2d364d;
        font-weight: normal
    }
}

#navbar-left .dropdown-menu {
    background-color: #2d364d
}

@media (max-width: 991px) {
    .navbar-nav #navbar-left .dropdown-menu > li a.btn,
    .navbar-nav #navbar-left .dropdown-menu > li a.search-filter-toggle {
        font-size: .95em
    }

    #navbar-left .dropdown-menu .dropdown-menu {
        padding-left: 0
    }
}

@media (min-width: 992px) {
    #navbar-left .dropdown-menu {
        min-width: auto
    }

    #navbar-left .dropdown-menu > li > a {
        font-size: 16px;
        padding-bottom: calc(16px * .75);
        padding-top: calc(16px * .75);
        color: #fff;
        line-height: 2;
        padding-bottom: 4px;
        padding-left: 12px;
        padding-top: 4px
    }

    #navbar-left .dropdown-menu > li > a:hover,
    #navbar-left .channel .dropdown-menu > li > .channel-record.is-selected,
    .channel #navbar-left .dropdown-menu > li > .channel-record.is-selected,
    #navbar-left .dropdown-menu > li > a:focus {
        background-color: #49587d;
        color: #fff
    }

    #navbar-left .dropdown-menu > li:last-of-type a {
        padding-bottom: 12px
    }

    #navbar-left .dropdown-menu span.caret {
        display: none
    }

    #navbar-left .dropdown-menu li ul li {
        display: none
    }
}

@media (max-width: 991px) {
    .dropdown.open .dropdown-menu > li > a,
    .nav .open > a,
    .navbar-nav .open .dropdown-menu {
        background-color: #02133d;
        color: #fff;
        font-size: .95em
    }

    .dropdown.open .dropdown-menu > li > a:hover,
    .dropdown.open .channel .dropdown-menu > li > .channel-record.is-selected,
    .channel .dropdown.open .dropdown-menu > li > .channel-record.is-selected,
    .dropdown.open .dropdown-menu > li > a:focus,
    .nav .open > a:hover,
    .nav .channel .open > .channel-record.is-selected,
    .channel .nav .open > .channel-record.is-selected,
    .nav .open > a:focus,
    .navbar-nav .open .dropdown-menu:hover,
    .navbar-nav .open .dropdown-menu:focus {
        background: #49587d
    }
}

.dropdown-toggle:focus {
    outline: 2px solid #404d6d;
    width: 100%
}

.dropdown-toggle.btn,
.dropdown-toggle.search-filter-toggle {
    text-align: left;
    width: auto
}

@media (min-width: 768px) {
    .pre-filter .dropdown-menu {
        margin-top: 0
    }
}

@media (min-width: 768px) {
    .dropdown-on-hover:hover .dropdown-menu {
        display: none
    }
}

@media (min-width: 992px) {
    .dropdown-on-hover:hover .dropdown-menu {
        display: block;
        margin-top: 0
    }
}

.tab-content .tooltip * {
    text-align: left
}

.tab-content .tooltip ul {
    padding-left: 0
}

body.template-dir-record.template-name-view > .tooltip {
    display: none !important
}

.slider-container {
    padding-right: 3.75px
}

.media-right.record-icon {
    hyphens: none;
    padding-left: 0;
    text-align: left;
    width: 100%
}

@media (min-width: 768px) and (max-width: 991px) {
    .media-right.record-icon {
        display: inline-block;
        width: 70%
    }
}

.media-right.record-icon a {
    text-decoration: none;
    width: 100%;
    word-break: break-word
}

@media (min-width: 768px) and (max-width: 991px) {
    .media-right.record-icon a {
        padding-right: 5px;
        width: unset
    }
}

.access-icon {
    color: #404d6d;
    display: flex;
    font-size: 16px;
    text-align: left
}

@media (min-width: 768px) and (max-width: 991px) {
    .access-icon {
        font-size: calc(16px * .75)
    }
}

.access-icon span {
    font-size: 16px;
    padding-top: 2px
}

@media (min-width: 768px) and (max-width: 991px) {
    .access-icon span {
        text-align: left
    }
}

.access-icon i,
.access-icon span {
    display: inline
}

.access-icon i {
    font-size: 2rem
}

@media (min-width: 768px) and (max-width: 991px) {
    .access-icon .location {
        font-size: calc(16px * .85)
    }
}

html {
    overflow-y: scroll
}

@media (min-width: 992px) {
    .university-banner {
        background: url("../images/university-banner.svg") top left no-repeat;
        background-size: contain;
        height: calc(16px * 11);
        margin-left: -22px;
        position: fixed;
        top: 0;
        width: 34px
    }
}

@media (min-width: 992px) {
    header {
        min-height: 34px
    }
}

@media (min-width: 768px) {
    .banner {
        display: block
    }
}

@media (min-width: 992px) {
    #header-collapse {
        flex: 0 0 100%;
        padding-top: 0
    }
}

@media (max-width: 767px) {
    .template-name-advanced .navbar {
        height: unset
    }
}

@media (min-width: 768px) {
    .template-name-advanced .navbar {
        height: calc(16px * 11)
    }
}

.navbar .navbar-collapse.collapse.in,
.navbar .navbar-collapse.collapsing {
    background-color: #02133d;
    position: absolute;
    top: calc(16px * 3)
}

@media (max-width: 991px) {
    .navbar .navbar-collapse.collapse.in,
    .navbar .navbar-collapse.collapsing {
        top: calc((16px * 3) + 1px);
        width: 100%;
        z-index: 1030
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        margin: 0;
        width: 100%;
        z-index: 1032
    }
}

.navbar-toggle {
    background-color: #02133d;
    color: #e7e7e7
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-toggle {
        display: unset !important
    }
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: #02133d;
    color: #fff
}

.navbar {
    border-bottom: 1px solid #fd830b;
    padding-bottom: 0
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar {
        border: 0
    }
}

.navbar .navbar-collapse {
    padding-left: 1px;
    padding-right: 1px
}

.navbar.affix {
    left: 0;
    padding-bottom: 0;
    right: 0;
    top: 0;
    z-index: 1030
}

@media (max-width: 767px) {
    .navbar.affix {
        margin-right: 15px
    }
}

@media (max-width: 991px) {
    .navbar.affix,
    .navbar.affix-top {
        position: relative
    }
}

@media (min-width: 992px) {
    .navbar.affix,
    .navbar.affix-top {
        position: fixed;
        z-index: 1030
    }
}

.navbar .logo {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0
}

@media (min-width: 992px) {
    .navbar .logo {
        margin-left: 15px;
        position: absolute;
        top: 54px
    }
}

.navbar .logo a {
    color: #e7e7e7
}

.navbar .logo a:hover,
.navbar .logo .channel .channel-record.is-selected,
.channel .navbar .logo .channel-record.is-selected,
.navbar .logo a:focus {
    color: #fff
}

.navbar .logo a span {
    margin-left: 42px;
    margin-top: 0
}

.navbar-brand {
    font-size: inherit;
    margin-left: 15px
}

@media (max-width: 320px) {
    .navbar-brand {
        background: 0;
        font-size: .8em
    }

    .navbar-brand span {
        margin-left: 0 !important
    }
}

@media (min-width: 321px) and (max-width: 360px) {
    .navbar-brand {
        font-size: calc(16px * .85)
    }
}

@media (min-width: 321px) and (max-width: 1199px) {
    .navbar-brand {
        background: url("../images/headerlogo-logo-only.png") top left no-repeat;
        background: url("../images/headerlogo-logo-only.svg") top left no-repeat, linear-gradient(transparent, transparent);
        background-size: contain;
        height: 2em
    }
}

@media (min-width: 992px) {
    .navbar-brand {
        background: url("../images/headerlogo.png") top left no-repeat;
        background: url("../images/headerlogo.svg") top left no-repeat, linear-gradient(transparent, transparent);
        background-size: contain;
        display: inline-block !important;
        height: 4em;
        min-height: 56px;
        min-width: 168px !important
    }
}

@media (min-width: 992px) {
    .navbar-brand {
        background: url("../images/headerlogo.png") top left no-repeat;
        background: url("../images/headerlogo.svg") top left no-repeat, linear-gradient(transparent, transparent);
        background-size: contain;
        display: inline-block !important;
        height: 6em;
        min-height: 60px;
        min-width: 266px !important
    }
}

@media (max-width: 1199px) {
    _:-ms-lang(x),
    .navbar-brand {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    _:-ms-lang(x),
    .navbar-brand {
        display: block !important
    }
}

@media screen and (min-width: 0 \0
) and (min-resolution: 72dpi) {
    .title-area .name h1 {
        max-width: 250px
    }
}

@media (max-width: 991px) {
    #navbar-left {
        padding-right: 7.5px
    }
}

@media (min-width: 992px) {
    #navbar-left {
        margin-left: -15px
    }
}

#navbar-left .dropdown.open,
#navbar-left .dropdown-on-hover {
    z-index: 1030
}

.nav > li > a,
.navbar-nav > li > a {
    padding: calc(16px * .5)
}

.nav > li:not(#langmenu) > a.btn,
.nav > li:not(#langmenu) > a.search-filter-toggle,
.nav > li:not(#langmenu) > a.search-filter-toggle,
.navbar-nav > li:not(#langmenu) > a.btn,
.navbar-nav > li:not(#langmenu) > a.search-filter-toggle,
.navbar-nav > li:not(#langmenu) > a.search-filter-toggle {
    padding-top: 9px
}

.nav > li:not(#langmenu) span > a.btn,
.nav > li:not(#langmenu) span > a.search-filter-toggle {
    padding-top: 9px
}

.nav > li:not(#langmenu) span > a.btn:hover,
.nav > li:not(#langmenu) .channel span > .btn.channel-record.is-selected,
.channel .nav > li:not(#langmenu) span > .btn.channel-record.is-selected,
.nav > li:not(#langmenu) .channel span > .channel-record.is-selected.search-filter-toggle,
.channel .nav > li:not(#langmenu) span > .channel-record.is-selected.search-filter-toggle,
.nav > li:not(#langmenu) span > a.search-filter-toggle:hover,
.nav > li:not(#langmenu) span > a.btn:focus,
.nav > li:not(#langmenu) span > a.search-filter-toggle:focus {
    background-color: #404d6d
}

.navbar-nav > li {
    border-right: 1px solid #404d6d
}

@media (max-width: 991px) {
    .navbar-nav > li {
        border-right: 0
    }
}

@media (max-width: 991px) {
    .navbar-nav > li a.btn,
    .navbar-nav > li a.search-filter-toggle {
        clear: both;
        text-align: left;
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .logoutOptions .dropdown-toggle.btn,
    .logoutOptions .dropdown-toggle.search-filter-toggle {
        text-align: center
    }
}

.navbar-nav.sm-collapsible .caret::before {
    content: '+';
    font-family: monospace;
    font-weight: bold
}

#loginOptions .caret.sub-arrow,
#loginOptions .caret.sub-arrow::before,
#logoutOptions .caret.sub-arrow,
#logoutOptions .caret.sub-arrow::before {
    display: none !important
}

@media (max-width: 767px) {
    .btn.login,
    .login.search-filter-toggle {
        margin-top: 7.5px
    }
}

@media (max-width: 991px) {
    .logoutLink {
        margin-bottom: 7.5px
    }
}

#langmenu .btn,
#langmenu .search-filter-toggle {
    padding-top: 9px
}

@media (min-width: 768px) and (max-width: 991px) {
    #langmenu .btn,
    #langmenu .search-filter-toggle {
        padding-top: 7px
    }
}

#langmenu .btn:focus,
#langmenu .search-filter-toggle:focus,
#langmenu .btn:hover,
#langmenu .search-filter-toggle:hover {
    background-color: #404d6d;
    color: #fff;
    outline: 1px #fff dotted
}

@media (max-width: 991px) {
    #header-collapse.collapse.in #langmenu {
        padding-left: 0
    }
}

@media (max-width: 991px) {
    #search-container {
        margin-bottom: 15px;
        margin-right: 0;
        margin-top: 0;
        padding: 0;
        width: auto;
        z-index: 1029
    }

    #search-container .navbar-left {
        border: 0;
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        padding-right: 0
    }

    #search-container .navbar-left.list-unstyled.margin-l-xs {
        margin-right: -10px
    }
}

@media (min-width: 992px) {
    #search-container {
        font-size: 16px;
        padding-bottom: calc(16px * .75);
        padding-top: calc(16px * .75);
        margin-left: 32%;
        width: auto
    }
}

@media (min-width: 1200px) {
    #search-container {
        margin-left: 28%
    }
}

#search-container .nav-tabs {
    border-bottom: 0
}

#search-container .nav-tabs > li {
    border-top: 2px solid transparent
}

#search-container .nav-tabs > li:first-of-type {
    border-right: 1px solid #ccc
}

#search-container .nav-tabs > li.active,
#search-container .nav-tabs > li:hover,
#search-container .nav-tabs > li:focus {
    border-top: 2px solid #fd830b
}

#search-container .nav-tabs > li a {
    min-height: calc(16px * 2.75);
    background: none;
    border: 0;
    color: #fff
}

#search-container .tab-content {
    border: 0;
    padding: 0
}

#search-container .btn.adv-srch-btn,
#search-container .adv-srch-btn.search-filter-toggle {
    padding-left: 14px
}

.catalog-srch:focus,
.website-srch:focus {
    outline: 2px solid #fd830b
}

#panel-catalog-srch:focus-within,
#panel-site-srch:focus-within {
    outline: 2px solid #fd830b
}

#panel-catalog-srch.no-outline {
    outline: none
}

#searchForm_lookfor:focus,
#ke_search_sword:focus {
    outline: 2px solid #fd830b
}

.searchForm .list-unstyled li {
    float: left
}

.pre-filter {
    margin-right: 1px
}

#pre-filter-dd {
    color: #404d6d
}

.searchform-wide {
    width: calc(100% - 3.18em)
}

@media (max-width: 767px) {
    .searchform-wide {
        width: auto
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .searchform-wide {
        width: calc(100% - 3.25em)
    }
}

.searchForm .kesearch_searchbox .search-button {
    float: right
}

#pre-filter {
    background-color: #e7e7e7;
    min-width: 190px;
    z-index: 1030
}

#pre-filter span {
    display: list-item;
    padding: 0 2.5px;
    width: 100%
}

#pre-filter span:hover,
#pre-filter span:focus {
    color: #53648d
}

.result-advanced .navbar-left {
    width: 100%
}

@media (max-width: 991px) {
    .adv-search {
        margin-bottom: 0;
        margin-left: -15px
    }
}

.adv_search_terms {
    border-color: #e7e7e7
}

@media (max-width: 991px) {
    .adv_search_terms {
        padding: 0
    }
}

.adv_search_links {
    border-color: #e7e7e7;
    display: inline-block;
    width: 100%
}

@media (max-width: 767px) {
    .adv_search_links {
        border-top: 1px solid #e7e7e7
    }
}

.adv_search_links a {
    color: #e7e7e7
}

.navbar-form {
    margin-bottom: 0
}

.acc-link .btn,
.acc-link .search-filter-toggle {
    margin-bottom: 7px;
    padding-top: 8px;
    text-align: left;
    white-space: unset;
    width: 100%
}

.breadcrumb {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 70%;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    z-index: 1029
}

@media (min-width: 768px) {
    .breadcrumb {
        width: 750px
    }
}

@media (min-width: 992px) {
    .breadcrumb {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .breadcrumb {
        width: 1170px
    }
}

@media (max-width: 991px) {
    .breadcrumb.affix,
    .breadcrumb.affix-top {
        position: relative
    }
}

@media (min-width: 992px) {
    .breadcrumb.affix,
    .breadcrumb.affix-top {
        position: fixed
    }
}

.breadcrumb a {
    color: #052f96
}

.breadcrumb a:hover,
.breadcrumb .channel .channel-record.is-selected,
.channel .breadcrumb .channel-record.is-selected,
.breadcrumb a:focus {
    color: #052f96;
    text-decoration: underline
}

.breadcrumb > li,
.breadcrumb > li + li::before {
    color: #404d6d
}

.breadcrumb li:first-child::before {
    color: #404d6d;
    content: '\f015\00a0\2026\00a0';
    display: inline-block;
    font-family: 'FontAwesome', sans-serif;
    font-style: normal;
    font-weight: normal
}

#content {
    padding-top: 4px
}

@media (min-width: 768px) {
    #content {
        padding-top: 2.5rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .template-name-results #content,
    .template-name-advanced #content {
        padding-top: 4rem
    }

    .template-name-results #content .searchtools,
    .template-name-advanced #content .searchtools {
        margin-bottom: -6px;
        margin-top: -1px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .template-name-results #content,
    .template-name-advanced #content {
        padding-top: 48px
    }
}

@media (max-width: 767px) {
    .template-name-view #content .row:first-of-type:not(.short-view) {
        padding-top: 7.5px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .template-name-view #content {
        padding-top: 16px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .template-name-view #content {
        padding-top: 48px
    }
}

.search-controls {
    display: flex;
    text-align: unset
}

.search-controls .btn,
.search-controls .search-filter-toggle {
    flex-shrink: 0
}

.search-controls .btn-group {
    flex-grow: 0;
    flex-shrink: 0
}

.search-controls .search-sort {
    display: flex;
    flex-basis: 290px;
    flex-grow: 2;
    flex-wrap: wrap;
    float: unset
}

.search-controls .search-sort:last-of-type {
    justify-content: flex-end
}

@media (max-width: 767px) {
    .template-name-mylist .search-controls .search-sort {
        float: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .template-name-mylist .search-controls .search-sort {
        margin-top: -48px
    }
}

.template-name-mylist .search-controls.no-list .search-sort {
    margin-top: -40px
}

@media (max-width: 767px) {
    .template-name-mylist .search-controls.no-list .search-sort {
        margin-top: 0
    }
}

.search-controls .jumpMenu {
    max-width: 200px
}

.search-controls label {
    padding-left: 0
}

.search-controls .btn,
.search-controls .search-filter-toggle {
    height: calc(calc(16px * 2.75) - 2px);
    padding-top: 10px
}

@media (max-width: 767px) {
    .search-controls {
        display: table;
        margin-bottom: 15px
    }

    .search-controls form {
        display: table-cell;
        min-width: 45%;
        vertical-align: top;
        width: auto
    }

    .search-controls form.form-inline {
        padding-right: 15px
    }

    .search-controls form label {
        line-height: normal
    }
}

.search-header {
    justify-content: space-between
}

@media (min-width: 768px) {
    .search-header {
        margin-bottom: 24px;
        margin-top: -7px
    }
}

@media (min-width: 992px) {
    .search-header {
        margin-bottom: 0
    }
}

.search-stats {
    padding-top: 0
}

@media (max-width: 767px) {
    .search-stats {
        padding-top: .75rem
    }
}

.results-iconbar {
    position: relative;
    z-index: 3
}

.results-iconbar .btn,
.results-iconbar .search-filter-toggle {
    padding-bottom: 0 !important;
    padding-top: 0
}

.results-iconbar .btn.btn-sm,
.results-iconbar .btn-group-sm > .btn,
.results-iconbar .btn-group-sm > .search-filter-toggle,
.results-iconbar .btn-sm.search-filter-toggle {
    padding-bottom: 5px;
    padding-top: 5px
}

.results-iconbar .btn.ellipsis,
.results-iconbar .ellipsis.search-filter-toggle {
    overflow-x: hidden
}

@media (max-width: 991px) {
    .results-iconbar .btn,
    .results-iconbar .search-filter-toggle {
        font-size: calc(16px * .85);
        overflow: visible;
        padding-left: 7.5px;
        padding-right: 7.5px
    }
}

.results-iconbar .dropdown-menu {
    font-size: 16px;
    margin-left: -1px;
    margin-top: 0
}

.results-iconbar .dropdown-menu li {
    margin-bottom: .5em
}

.results-iconbar .dropdown-menu input {
    margin-left: 0;
    position: relative
}

.results-iconbar .open .btn-transparent.dropdown-toggle,
.results-iconbar .open .btn-transparent.dropdown-toggle a,
.results-iconbar .btn-transparent:hover,
.results-iconbar .btn-transparent:focus,
.results-iconbar .open.btn-transparent:hover,
.results-iconbar .open.btn-transparent:focus,
.results-iconbar .dropdown.dropdown-on-hover:hover a,
.results-iconbar .dropdown.dropdown-on-hover:focus a,
.results-iconbar .open.btn-transparent:hover a,
.results-iconbar .open.btn-transparent:focus a,
.results-iconbar .open.btn-transparent:hover a .dropdown-menu,
.results-iconbar .open.btn-transparent:focus a .dropdown-menu {
    background-color: #fff;
    color: #333
}

.results-iconbar .btn-group-justified {
    table-layout: auto
}

.results-iconbar .btn-group-justified .btn,
.results-iconbar .btn-group-justified .search-filter-toggle {
    overflow: hidden;
    text-overflow: ellipsis
}

.results-iconbar .btn-group-justified .btn:focus,
.results-iconbar .btn-group-justified .search-filter-toggle:focus,
.results-iconbar .btn-group-justified .btn:hover,
.results-iconbar .btn-group-justified .search-filter-toggle:hover {
    overflow: visible
}

@media (max-width: 767px) {
    .results-iconbar .searchtools {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0
    }

    .results-iconbar .btn,
    .results-iconbar .search-filter-toggle {
        display: block;
        margin-bottom: 1px !important;
        margin-left: 1px !important;
        width: auto
    }

    .results-iconbar .btn:not(.dropdown-toggle),
    .results-iconbar .search-filter-toggle:not(.dropdown-toggle) {
        border-right: 1px solid #ddd !important
    }

    .results-iconbar .btn:not(.alltobag),
    .results-iconbar .search-filter-toggle:not(.alltobag) {
        padding-top: 10px
    }

    .results-iconbar .btn:not(.alltobag).btn-sm,
    .results-iconbar .btn-group-sm > .btn:not(.alltobag),
    .results-iconbar .btn-group-sm > .search-filter-toggle:not(.alltobag),
    .results-iconbar .search-filter-toggle:not(.alltobag).btn-sm {
        padding-bottom: 5px !important;
        padding-top: 5px
    }

    .results-iconbar .btn-group-justified .btn,
    .results-iconbar .btn-group-justified .search-filter-toggle {
        float: left;
        overflow: visible
    }

    .results-iconbar .dropdown-menu label {
        font-size: small
    }
}

.searchtools {
    margin-left: 0;
    margin-top: 3px
}

@media (min-width: 992px) {
    .searchtools {
        margin-bottom: 7px
    }
}

.searchtools .btn:not([type='submit']),
.searchtools .search-filter-toggle:not([type='submit']) {
    border: 1px solid #ddd;
    border-right: 0;
    padding-bottom: 13px
}

@media (min-width: 992px) {
    .searchtools .btn:not([type='submit']),
    .searchtools .search-filter-toggle:not([type='submit']) {
        min-height: 49px
    }
}

.searchtools .btn.item.alltobag,
.searchtools .item.alltobag.search-filter-toggle {
    background: #fff;
    border-right: 1px solid #ddd
}

.searchtools .bulkActionButtons.btn.dropdown,
.searchtools .bulkActionButtons.dropdown.search-filter-toggle {
    border: 0
}

.searchtools.bottom a {
    min-height: calc(16px * 2.75);
    display: inline-block
}

#bookbag-toggler {
    padding: 10px 0 0
}

@media (min-width: 768px) and (max-width: 991px) {
    #bookbag-toggler {
        padding-top: 14px
    }
}

@media (min-width: 992px) {
    #bookbag-toggler {
        padding-top: 12px
    }
}

.pagination {
    margin-left: 0
}

@media (max-width: 767px) {
    .pagination li.first,
    .pagination li.last,
    .pagination li:nth-child(n+8):nth-child(-n+13) {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pagination li a.page-prev,
    .pagination li a.page-next,
    .pagination li:nth-child(n+11):nth-child(-n+13) {
        display: none
    }
}

.pagination li a,
.pagination li span,
.pagination li a:focus {
    min-height: calc(16px * 2.75);
    min-width: calc(16px * 2.75);
    padding: 12px 16px
}

.result {
    padding-bottom: 10px;
    padding-top: 10px;
    width: auto
}

.template-name-checkedout .result {
    width: 100%
}

@media (max-width: 991px) {
    .result {
        flex-direction: column;
        flex-wrap: wrap;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: .5rem
    }

    .template-dir-myresearch .result .result-body {
        max-width: 100%;
        padding-left: 0
    }

    .result .result-links {
        display: inline;
        float: none
    }

    .template-dir-myresearch .result .result-links {
        float: none;
        max-width: 100%;
        padding-left: 7.5px
    }

    .template-dir-myresearch.template-name-mylist .result .result-links {
        display: inline;
        padding-left: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .template-dir-myresearch.template-name-mylist .result .result-body {
        max-width: 100%;
        padding-left: 0;
        width: auto
    }

    .template-dir-myresearch.template-name-mylist .result .result-links {
        display: block;
        float: none
    }
}

.template-name-checkedout .result {
    width: 100%
}

.template-name-results .result .media {
    padding-left: 4px
}

.template-name-results .result .result-body {
    padding-right: 1em
}

@media (max-width: 767px) {
    .template-name-results .result .result-body {
        padding-left: 0;
        padding-top: 0
    }
}

.result .media-right.small {
    padding-right: 15px
}

.result .result-formats span:not(.title) {
    font-size: 14px
}

.result .result-formats span:not(.title).status .label,
.result .result-formats span:not(.title).status .format {
    vertical-align: top
}

@media (max-width: 767px) {
    .result.row {
        margin-right: -7.5px
    }
}

@media (min-width: 768px) {
    .result.row {
        width: 100%
    }
}

@media (max-width: 767px) {
    .result .record .media,
    .result .result .media {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .result .media-left {
        padding-left: 0;
        position: absolute;
        text-align: center;
        width: 100%
    }

    .template-dir-myresearch .result .media-left {
        padding-left: 7.5px;
        padding-right: 0;
        position: relative;
        width: auto
    }
}

@media (min-width: 992px) {
    .result .media-left {
        min-width: 16%;
        padding-left: 0;
        padding-top: 10px
    }
}

@media (max-width: 767px) {
    .result .media-body {
        position: relative
    }
}

.result .savedLists {
    clear: both;
    padding: 7.5px;
    width: 100%
}

@media (max-width: 767px) {
    .result .savedLists {
        width: auto
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .result .btn-group {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .result .icon-col {
        position: absolute;
        text-align: center;
        width: 100%
    }
}

@media (max-width: 767px) {
    .result .access-icon {
        color: #404d6d
    }
}

@media (max-width: 767px) {
    .result .title {
        font-size: inherit
    }
}

@media (max-width: 767px) {
    .result a {
        text-decoration: none
    }
}

@media (max-width: 767px) {
    .result .savedLists.loaded {
        display: inline-grid;
        font-size: calc(16px * .75);
        hyphens: auto;
        margin-top: 0;
        padding: .25em
    }
}

.result .status .alert,
.result .status .savedLists {
    border: 0;
    margin-bottom: 0
}

.result.on-hold {
    background-color: #fefcf4;
    flex-wrap: wrap;
    padding-top: 0
}

.result.on-hold .on-hold-label {
    background-color: #2e51a6;
    color: #fff;
    flex: 0 0 100%;
    margin-bottom: 15px;
    margin-left: -15px;
    padding: .25em 1em
}

.result.on-hold .media {
    flex-basis: 75%
}

.result.on-hold .btn-transparent {
    background-color: transparent;
    border: 1px solid #4e608c;
    color: #4e608c
}

.template-dir-myresearch .result .format {
    margin-bottom: 12px
}

.result .col-sm-1.checkbox {
    max-width: 40px
}

.result-list-checkboxes {
    font-size: calc(16px * .75);
    margin-left: -15px
}

.result-list-checkboxes input {
    display: none
}

.template-dir-record.template-name-view .media-left {
    float: left
}

@media (min-width: 768px) {
    .template-dir-record.template-name-view .media-left {
        max-width: 15%
    }
}

@media (min-width: 992px) {
    .template-dir-record.template-name-view .media-left {
        float: left
    }
}

.template-dir-record.template-name-view .media-right {
    float: right
}

@media (min-width: 992px) {
    .template-dir-record.template-name-view .media-right {
        float: right
    }
}

@media (max-width: 767px) {
    .template-dir-record.template-name-view .media-left,
    .template-dir-record.template-name-view .media-right {
        float: none;
        position: relative
    }
}

@media (max-width: 767px) {
    .template-dir-record.template-name-view .result-body {
        width: 100%
    }

    .template-dir-record.template-name-view .result-body .nav-tabs {
        font-size: .875em;
        margin-left: -15px;
        margin-right: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .template-dir-record.template-name-view .result-body {
        font-size: .875em
    }
}

@media (min-width: 992px) {
    .template-dir-record.template-name-view .result-body {
        width: 83%
    }
}

@media (min-width: 992px) {
    .template-dir-collection.template-name-view .result-body {
        width: 75%
    }
}

.template-dir-collection.template-name-view .record .media .collection.media-left {
    padding-left: 0;
    padding-right: 20px
}

.template-dir-collection.template-name-view .record .media .collection.media-body > h2 {
    line-height: 1
}

.panel-body label {
    padding: 0
}

.sidebar.bottom .facet .text {
    padding-bottom: 14px;
    padding-top: 14px
}

.pager li > a.btn-primary {
    background-color: #404d6d;
    border: #37425d
}

.pager li > a.btn-primary:hover,
.pager .channel li > .btn-primary.channel-record.is-selected,
.channel .pager li > .btn-primary.channel-record.is-selected,
.pager li > a.btn-primary:focus {
    background-color: #53648d
}

.pager .disabled i.fa {
    color: #ddd
}

@media (max-width: 991px) {
    .mainbody {
        width: 100%
    }
}

.template-dir-collection.template-name-view .record-tabs {
    padding-left: 0
}

@media (min-width: 768px) and (max-width: 991px) {
    .record-tabs .tab-content {
        padding-left: 0;
        padding-right: 0
    }

    .record-tabs .tab-content .holdings-tab,
    .record-tabs .tab-content .hierarchytree-tab {
        padding-left: 15px;
        padding-right: 15px
    }
}

.record-tabs .tab-content > .active {
    display: block
}

.record-tabs .tab-content .table td:nth-of-type(2n) {
    line-height: 1.7;
    padding-top: .65em
}

@media (max-width: 767px) {
    .record-tabs .nav-tabs {
        margin-top: 15px
    }

    .record-tabs .nav-tabs.nav > li {
        max-width: 33.33%
    }

    .record-tabs .nav-tabs li > a {
        max-width: 100%;
        min-height: calc(16px * 2.75);
        overflow: hidden;
        padding: calc(16px * .5) 5px;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .record-tabs .nav-tabs li:not(.active):last-of-type > a {
        border-right: 1px solid #dadada
    }

    .record-tabs .nav-tabs > li.active a {
        border-color: #fd830b
    }

    .record-tabs .nav-tabs > li.active .caret {
        color: #e7e7e7
    }

    .record-tabs .nav-tabs span {
        margin-top: 7.5px
    }

    .record-tabs .tab-content {
        border: 0;
        padding: 7.5px 0 0
    }

    .record-tabs .tab-content table {
        border: 0;
        hyphens: auto;
        margin-bottom: 0
    }

    .record-tabs .tab-content th {
        width: 25%
    }

    .record-tabs .tab-content .additionals th {
        width: 28%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .record-tabs {
        padding-left: 0
    }
}

.record-tabs .nav-tabs {
    background-color: #e7e7e7
}

.record-tabs .nav-tabs li > a {
    border-top: 2px solid transparent;
    color: #555;
    margin-right: 0
}

.record-tabs .nav-tabs li > a:hover,
.record-tabs .nav-tabs .channel li > .channel-record.is-selected,
.channel .record-tabs .nav-tabs li > .channel-record.is-selected,
.record-tabs .nav-tabs li > a:focus {
    border-top: 2px solid transparent;
    background-color: #dadada;
    color: #555
}

.record-tabs .nav-tabs li.active > a {
    border-top: 2px solid #fd830b;
    background-color: #fff;
    color: #555
}

.record-tabs .nav-tabs li:not(.active) > a {
    border-right: 1px solid #dadada
}

@media (max-width: 767px) {
    .record-tabs .nav-tabs li:not(.active):last-of-type > a {
        border-right: 0
    }
}

.holdings-tab .availability-column {
    padding-top: .625em;
    width: 8em
}

.holdings-tab td span::after {
    content: '\a';
    padding-top: 3rem;
    white-space: pre
}

.holdings-tab .accordion-toggler {
    color: #333;
    margin-bottom: 7.5px;
    padding: 7.5px
}

.holdings-tab .collapse.in {
    background: #f9f9f9;
    display: inline-block;
    padding-left: 0;
    width: 100%
}

.holdings-tab.tab-pane ul {
    margin-top: 1em;
    padding-left: 0
}

.holdings-tab.tab-pane li {
    margin-bottom: .5em
}

.holdings-tab a[href$='manifest.json'] {
    background: url("../images/IIIF-logo-colored-text-16px.png") no-repeat left;
    background: url("../images/IIIF-logo-colored-text-16px.svg") no-repeat left;
    display: block;
    height: 18px;
    text-indent: 24px
}

.traffic-light span {
    vertical-align: middle
}

.traffic-light .descr {
    background-color: transparent;
    border-top: 0;
    color: #444;
    display: inline;
    margin: 0
}

.placehold.btn,
.placehold.search-filter-toggle,
.placeStorageRetrievalRequest.btn,
.placeStorageRetrievalRequest.search-filter-toggle,
.placeILLRequest.btn,
.placeILLRequest.search-filter-toggle,
.placeEmailHold.btn,
.placeEmailHold.search-filter-toggle,
.awlLink.btn,
.awlLink.search-filter-toggle {
    display: inline
}

@media (max-width: 767px) {
    .placehold.btn,
    .placehold.search-filter-toggle,
    .placeStorageRetrievalRequest.btn,
    .placeStorageRetrievalRequest.search-filter-toggle,
    .placeILLRequest.btn,
    .placeILLRequest.search-filter-toggle,
    .placeEmailHold.btn,
    .placeEmailHold.search-filter-toggle,
    .awlLink.btn,
    .awlLink.search-filter-toggle {
        display: block;
        text-align: left
    }
}

.placehold.btn::after,
.placehold.search-filter-toggle::after,
.placeStorageRetrievalRequest.btn::after,
.placeStorageRetrievalRequest.search-filter-toggle::after,
.placeILLRequest.btn::after,
.placeILLRequest.search-filter-toggle::after,
.placeEmailHold.btn::after,
.placeEmailHold.search-filter-toggle::after,
.awlLink.btn::after,
.awlLink.search-filter-toggle::after {
    content: '\A';
    white-space: pre
}

.item-notes {
    clear: left
}

.collection-hierarchy {
    clear: both;
    float: none
}

.modal-body .collection-hierarchytree .tree-panel {
    flex-basis: 100%
}

.modal-body #tree-container {
    flex-basis: 0
}

.modal-body #hierarchyTreeHolder {
    border-right: 0
}

@media (min-width: 768px) {
    .collection-hierarchytree .tree-panel,
    #tree-container {
        flex-basis: 50%;
        flex-direction: column;
        padding: 0
    }

    #hierarchyRecord {
        padding-left: 1em
    }
}

.collection-hierarchytree .tree-panel {
    padding: 0
}

.hierarchy-tree .jstree-container-ul {
    padding-left: 0
}

#hierarchyTree {
    margin-top: 1rem
}

#hierarchyTree .jstree-closed > .jstree-ocl::before,
#hierarchyTree .jstree-open > .jstree-ocl::before {
    margin-left: -.35em
}

#hierarchyTree .jstree-facet,
#hierarchyTree .jstree-node {
    padding-right: .35em
}

#hierarchyTree .jstree-facet a,
#hierarchyTree .jstree-node a {
    padding-bottom: .35em;
    padding-top: .35em
}

#hierarchyTree .jstree-facet a:hover,
#hierarchyTree .jstree-facet .channel .channel-record.is-selected,
.channel #hierarchyTree .jstree-facet .channel-record.is-selected,
#hierarchyTree .jstree-facet a:focus,
#hierarchyTree .jstree-node a:hover,
#hierarchyTree .jstree-node .channel .channel-record.is-selected,
.channel #hierarchyTree .jstree-node .channel-record.is-selected,
#hierarchyTree .jstree-node a:focus {
    background-color: #404d6d;
    color: #e7e7e7
}

#hierarchyTree .jstree-node:first-of-type,
#hierarchyTree .jstree-children li.jstree-node {
    margin-left: .35em;
    padding-left: 7.5px
}

#hierarchyTree .jstree-icon.fa-folder {
    margin-left: 5px;
    margin-right: 3px
}

#hierarchyTree .jstree-anchor + .jstree-children li::before {
    content: '\f016';
    float: left;
    font-family: 'FontAwesome', sans-serif;
    margin-left: -1.5em
}

#hierarchyTree .jstree-anchor + .jstree-children li i {
    display: none
}

#hierarchyTree .jstree-search a.jstree-anchor {
    color: #fd830b;
    font-weight: 600
}

#hierarchyTree .jstree-search .jstree-clicked {
    background-color: #404d6d
}

#hierarchyTree .jstree-search .jstree-clicked:hover,
#hierarchyTree .jstree-search .jstree-clicked:focus {
    color: #ffef56
}

@media (max-width: 767px) {
    #treeSearchText {
        float: left;
        max-width: 60%
    }

    #treeSearchType {
        float: left;
        max-width: 39%
    }

    #treeSearch input.btn.margin-t,
    #treeSearch input.margin-t.search-filter-toggle {
        margin-top: 0
    }
}

.collection-hierarchy {
    clear: both;
    float: none
}

@media (min-width: 768px) {
    .collection-hierarchytree .tree-panel,
    #tree-container {
        flex-basis: 50%;
        flex-direction: column;
        padding: 0
    }

    #hierarchyRecord {
        padding-left: 1em
    }
}

.collection-hierarchytree .tree-panel {
    padding: 0
}

.nav-tabs.nav-stacked > li > a {
    border: 1px solid #ccc
}

@media (min-width: 768px) {
    .nav-stacked.nav > li > a {
        padding-left: 1em
    }
}

.tab-content.stacked {
    border: 1px solid #ccc
}

@media (max-width: 767px) {
    .template-name-advanced .match {
        margin: 15px 0
    }

    .template-name-advanced .match label {
        margin-left: -15px
    }
}

.template-name-advanced [id^=limit_] {
    min-height: 10em
}

@media (max-width: 767px) {
    .adv-group {
        margin-bottom: 0;
        margin-top: .5rem
    }
}

.adv-input,
.adv-select {
    float: left
}

@media (max-width: 767px) {
    .adv-input,
    .adv-select {
        padding-left: 15px
    }
}

@media (max-width: 767px) {
    .adv-input {
        width: 100%
    }
}

@media (min-width: 768px) {
    .adv-input {
        width: 59%
    }
}

@media (min-width: 992px) {
    .adv-input {
        width: 62%
    }
}

@media (min-width: 768px) {
    .adv-select {
        max-width: unset;
        width: 28%
    }
}

@media (min-width: 768px) {
    .adv-search .adv-term-input {
        width: 99%
    }
}

@media (min-width: 768px) {
    .adv-search .adv-term-type {
        max-width: 99%
    }
}

.adv-search .adv-term-remove {
    height: unset;
    margin-left: 2px;
    margin-top: 36px;
    width: 42px
}

@media (max-width: 767px) {
    .adv-search .adv-term-remove {
        border: 1px solid #ccc
    }
}

.add_search_link,
.adv-group-close {
    margin-bottom: 4px;
    padding-top: 8px
}

@media (max-width: 767px) {
    .add_search_link,
    .adv-group-close {
        margin-top: 15px
    }
}

.adv-group-close {
    color: #8a211e
}

@media (min-width: 768px) {
    .adv-group-close {
        float: right;
        position: unset
    }
}

.cart-contents ul {
    display: inline-block
}

.cart-contents .record-checkbox input[type='checkbox'],
.cart-contents .record-checkbox input[type='checkbox']:focus {
    float: left;
    margin-top: 0
}

@media screen and (max-width: 767px) {
    .cart-contents label {
        padding-left: 0
    }
}

.cart-contents label a {
    display: list-item;
    margin-left: 1.75em
}

.chatswitch,
.contactswitch {
    color: #e7e7e7
}

.chatswitch .btn,
.chatswitch .search-filter-toggle,
.contactswitch .btn,
.contactswitch .search-filter-toggle {
    border-color: #ccc;
    margin-bottom: 7px;
    min-height: calc(calc(16px * 2.75) - 2px);
    padding: .25em 1em
}

@media (min-width: 768px) and (max-width: 991px) {
    .chatswitch .btn,
    .chatswitch .search-filter-toggle,
    .contactswitch .btn,
    .contactswitch .search-filter-toggle {
        padding: 6px 12px
    }
}

.chatswitch span,
.contactswitch span {
    display: inline-block;
    font-size: calc(16px * .85);
    height: 24px;
    line-height: 1.4;
    padding-left: .75em
}

@media (min-width: 768px) and (max-width: 1199px) {
    .chatswitch span,
    .chatswitch i,
    .contactswitch span,
    .contactswitch i {
        display: none
    }
}

.chatswitch h2,
.chatswitch i,
.chatswitch a i.fa,
.contactswitch h2,
.contactswitch i,
.contactswitch a i.fa {
    color: #333
}

.contactswitch {
    background-color: transparent
}

.contactswitch a:hover h2,
.contactswitch .channel .channel-record.is-selected h2,
.channel .contactswitch .channel-record.is-selected h2,
.contactswitch a:hover .fa,
.contactswitch .channel .channel-record.is-selected .fa,
.channel .contactswitch .channel-record.is-selected .fa {
    color: #fff
}

.contactswitch h2:focus,
.contactswitch h2:hover,
.contactswitch a i.fa:focus,
.contactswitch a i.fa:hover {
    color: #fff
}

.contactswitch h2:hover i.fa {
    color: #fff
}

.fa-square-o,
.fa-check-square-o {
    display: none
}

.container .sidebar,
footer .sidebar {
    margin-right: auto
}

.sidebar .exclude:not(.remove-facet) {
    min-width: calc(16px * 2.75);
    margin-right: -1em
}

.sidebar .exclude:not(.remove-facet):hover i,
.sidebar .exclude:not(.remove-facet):focus i {
    color: #d43e26
}

.sidebar .remove-facet {
    float: right
}

.sidebar .remove-facet:focus,
.sidebar .remove-facet:hover {
    color: #333
}

.sidebar .remove-facet .fa {
    color: #fff
}

.sidebar .remove-facet .fa:focus,
.sidebar .remove-facet .fa:hover {
    color: #333
}

.sidebar .facet .text {
    min-height: calc(16px * 2.75);
    min-width: calc(16px * 2.75);
    hyphens: auto;
    padding-top: 10px
}

.sidebar .facet .text:hover,
.sidebar .facet .text:focus {
    outline: dotted 1px #000;
    color: #000
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar .facet .text {
        font-size: calc(16px * .85);
        padding-top: 12px;
        word-break: break-all
    }
}

.sidebar .adv .facet .text {
    padding-top: 12px
}

.sidebar .facet .number {
    min-width: 15px
}

.sidebar .narrow-toggle .text {
    padding-top: 12px
}

.sidebar .facet .badge {
    max-height: 44px
}

.sidebar .badge,
.sidebar .fa {
    color: #686868;
    font-size: 16px;
    padding-top: calc(16px * .75)
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar .badge,
    .sidebar .fa {
        font-size: calc(16px * .85)
    }
}

.sidebar .badge i,
.sidebar .fa i {
    color: #052f96
}

.sidebar a .fa {
    color: #686868
}

.sidebar .fa-times {
    padding-top: calc(calc(16px * .75) + 3px)
}

.sidebar .active-filters .fa {
    padding-top: 0
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar .list-group-item,
    .sidebar .result.embedded .getFull.expanded,
    .result.embedded .sidebar .getFull.expanded,
    .sidebar .result.embedded .loading,
    .result.embedded .sidebar .loading {
        font-size: calc(16px * .85);
        padding-left: 7.5px;
        padding-right: 7.5px
    }

    .sidebar .list-group-item.ellipsis,
    .sidebar .result.embedded .ellipsis.getFull.expanded,
    .result.embedded .sidebar .ellipsis.getFull.expanded,
    .sidebar .result.embedded .ellipsis.loading,
    .result.embedded .sidebar .ellipsis.loading {
        white-space: normal
    }

    .sidebar .fa-square-o {
        display: none
    }
}

.facet-group [data-toggle='collapse']::after {
    margin-right: -6px
}

.facet-group .facet {
    padding-bottom: 0;
    padding-top: 0
}

.facet-group.adv .facet label {
    padding-left: 20px
}

.facet-group .facetOR.active {
    border-left-color: #ed7602;
    border-right-color: #ed7602;
    margin-left: -1px;
    margin-right: -1px
}

.facet-group.active-filters .facet {
    border-color: transparent;
    border-style: solid;
    border-width: 1px
}

.myresearch-menu {
    border-bottom: 0;
    border-top: 0
}

.myresearch-menu .facet {
    border-left: 0;
    border-right: 0;
    padding: 0
}

.myresearch-menu .badge,
.myresearch-menu .fa {
    padding-right: 0;
    padding-top: 0
}

.myresearch-menu a.active .badge {
    color: #333
}

@media (min-width: 768px) and (max-width: 991px) {
    .myresearch-menu .fa {
        display: none
    }
}

.fav-lists {
    display: block
}

.shortened-list-name {
    display: inline-block;
    max-width: 72%
}

.facet-group.account .facet {
    padding: 0
}

.account .facet .text {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 12px
}

.account .facet .text .fa {
    padding-top: 0
}

.icon-bar {
    border: 1px solid #ccc;
    background: transparent;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0 5px 0 15px;
    width: 100%
}

.icon-bar > * {
    display: block;
    float: left;
    line-height: 1;
    margin: 0 auto;
    padding: 7.5px 0;
    text-align: center;
    width: 25%
}

.icon-bar.vertical > * {
    text-align: left
}

.icon-bar.vertical .item {
    color: #686868;
    float: none;
    margin: auto;
    width: auto;
    word-break: break-all
}

.icon-bar.vertical .item.cart-remove {
    color: #fd830b
}

.icon-bar.vertical .item:hover,
.icon-bar.vertical .item:focus {
    color: #404d6d;
    display: inline-block;
    width: 100%
}

.icon-bar .btn-result-list {
    background: transparent;
    padding: 0
}

.template-name-view .icon-bar .btn-result-list {
    border: 0;
    text-align: left;
    white-space: normal
}

.icon-bar > * i,
.icon-bar > * .fa,
.icon-bar label,
.icon-bar .label,
.icon-bar .result .format,
.result .icon-bar .format,
.icon-bar .sidebar .format,
.sidebar .icon-bar .format {
    background: transparent;
    color: inherit;
    display: inline;
    font-size: 16px;
    line-height: 1.5
}

.icon-bar > * i:hover,
.icon-bar > * i:focus,
.icon-bar > * .fa:hover,
.icon-bar > * .fa:focus,
.icon-bar label:hover,
.icon-bar label:focus,
.icon-bar .label:hover,
.icon-bar .result .format:hover,
.result .icon-bar .format:hover,
.icon-bar .sidebar .format:hover,
.sidebar .icon-bar .format:hover,
.icon-bar .label:focus,
.icon-bar .result .format:focus,
.result .icon-bar .format:focus,
.icon-bar .sidebar .format:focus,
.sidebar .icon-bar .format:focus {
    color: inherit
}

.icon-bar .label,
.icon-bar .result .format,
.result .icon-bar .format,
.icon-bar .sidebar .format,
.sidebar .icon-bar .format {
    padding-left: 0;
    padding-right: 0;
    vertical-align: inherit
}

.icon-bar .btn-bookbag-toggle {
    padding: 0
}

a.list-group-item.red-alert,
.result.embedded a.red-alert.getFull.expanded,
.result.embedded a.red-alert.loading,
a.list-group-item.red-alert.active,
.result.embedded a.red-alert.active.getFull.expanded,
.result.embedded a.red-alert.active.loading {
    background-color: #d43e26;
    border-color: #ccc;
    color: #fff
}

a.list-group-item.red-alert .fa,
.result.embedded a.red-alert.getFull.expanded .fa,
.result.embedded a.red-alert.loading .fa,
a.list-group-item.red-alert.active .fa,
.result.embedded a.red-alert.active.getFull.expanded .fa,
.result.embedded a.red-alert.active.loading .fa {
    color: inherit
}

a.list-group-item.red-alert:hover,
.channel .list-group-item.red-alert.channel-record.is-selected,
.channel .result.embedded .red-alert.channel-record.is-selected.getFull.expanded,
.result.embedded .channel .red-alert.channel-record.is-selected.getFull.expanded,
.channel .result.embedded .red-alert.channel-record.is-selected.loading,
.result.embedded .channel .red-alert.channel-record.is-selected.loading,
.result.embedded a.red-alert.getFull.expanded:hover,
.result.embedded a.red-alert.loading:hover,
a.list-group-item.red-alert:focus,
.result.embedded a.red-alert.getFull.expanded:focus,
.result.embedded a.red-alert.loading:focus,
a.list-group-item.red-alert.active:hover,
.channel .list-group-item.red-alert.active.channel-record.is-selected,
.channel .result.embedded .red-alert.active.channel-record.is-selected.getFull.expanded,
.result.embedded .channel .red-alert.active.channel-record.is-selected.getFull.expanded,
.channel .result.embedded .red-alert.active.channel-record.is-selected.loading,
.result.embedded .channel .red-alert.active.channel-record.is-selected.loading,
.result.embedded a.red-alert.active.getFull.expanded:hover,
.result.embedded a.red-alert.active.loading:hover,
a.list-group-item.red-alert.active:focus,
.result.embedded a.red-alert.active.getFull.expanded:focus,
.result.embedded a.red-alert.active.loading:focus {
    background-color: #a82824;
    color: #fff
}

.template-dir-myresearch .sidebar .list-group-item.active,
.template-dir-myresearch .sidebar .result.embedded .active.getFull.expanded,
.result.embedded .template-dir-myresearch .sidebar .active.getFull.expanded,
.template-dir-myresearch .sidebar .result.embedded .active.loading,
.result.embedded .template-dir-myresearch .sidebar .active.loading,
.template-name-history .sidebar .list-group-item.active,
.template-name-history .sidebar .result.embedded .active.getFull.expanded,
.result.embedded .template-name-history .sidebar .active.getFull.expanded,
.template-name-history .sidebar .result.embedded .active.loading,
.result.embedded .template-name-history .sidebar .active.loading {
    background-color: #6b7da8
}

.template-dir-myresearch .list-group-item.action,
.template-dir-myresearch .result.embedded .action.getFull.expanded,
.result.embedded .template-dir-myresearch .action.getFull.expanded,
.template-dir-myresearch .result.embedded .action.loading,
.result.embedded .template-dir-myresearch .action.loading,
.template-name-history .list-group-item.action,
.template-name-history .result.embedded .action.getFull.expanded,
.result.embedded .template-name-history .action.getFull.expanded,
.template-name-history .result.embedded .action.loading,
.result.embedded .template-name-history .action.loading {
    border-color: #ed7602
}

footer .container,
footer footer {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-column:nth-of-type(3) {
        text-align: center
    }
}

.powered-by .footer-column {
    clear: both;
    hyphens: auto
}

@media (min-width: 768px) {
    .powered-by .footer-column {
        clear: none
    }
}

.footer-banner-centered {
    display: inline-block;
    float: none
}

.footer-banner-centered img {
    margin-left: 0
}

@media (max-width: 767px) {
    .footer-banner-centered img {
        margin-bottom: 1rem;
        margin-top: 1rem;
        width: 35%
    }
}

@media (min-width: 992px) {
    .footer-banner-centered {
        float: right;
        margin-bottom: 2em;
        margin-right: 45%
    }
}

img.olb {
    height: auto
}


.tax-image {
    padding: 15px 0
}

@media (min-width: 768px) {
    .tax-image {
        padding: 0 15px 15px
    }
}

.tax-image img {
    float: left;
    height: 100px;
    margin-left: -7.5px;
    margin-right: 7.5px;
    margin-top: -7.5px
}

@media (min-width: 768px) {
    .tax-image img {
        margin-left: 7.5px
    }
}

.tax-text {
    font-size: .875em;
    margin-right: 5px;
    margin-top: -2.5px
}

#modal {
    hyphens: auto;
    max-width: 98vw
}

#modal .sidebar {
    display: none
}

#modal .mainbody.left.modal-full-width,
#modal .mainbody.modal-full-width {
    float: none !important;
    padding-right: 0;
    padding-top: 0;
    width: 100%
}

@media (max-width: 767px) {
    .modal-dialog {
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 900px
    }
}

#modal .modal-content > .close,
#modal .modal-content > .adv-term-remove {
    background: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
    padding-top: 5px
}

#modal .modal-content > .close:focus,
#modal .modal-content > .adv-term-remove:focus,
#modal .modal-content > .close:hover,
#modal .modal-content > .adv-term-remove:hover {
    background: #fff
}

#modal .modal-content > .close:hover,
#modal .modal-content > .adv-term-remove:hover {
    color: inherit
}

#modal .modal-content > .close:focus,
#modal .modal-content > .adv-term-remove:focus {
    color: #d43e26
}

.red-alert,
.red-alert.active {
    background-color: #d43e26;
    border-color: #ccc;
    color: #fff
}

.red-alert .fa,
.red-alert.active .fa {
    color: inherit
}

.red-alert:hover,
.red-alert:focus,
.red-alert.active:hover,
.red-alert.active:focus {
    background-color: #a82824;
    color: #fff
}

.help-block.with-errors {
    color: #d43e26;
    display: inline-block;
    padding: 7.5px
}

@media screen and (max-width: 991px) {
    body.offcanvas {
        overflow-x: hidden;
        transition: margin .5s
    }

    .offcanvas .close-offcanvas {
        display: block
    }

    .close-offcanvas::before,
    .close-offcanvas::after,
    .search-filter-toggle::before,
    .search-filter-toggle::after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        width: 16px
    }

    .offcanvas-overlay {
        background-color: rgba(0, 0, 0, 0.3);
        cursor: pointer;
        display: none;
        height: 100%;
        opacity: 0;
        position: fixed;
        top: 0;
        transition: opacity .5s;
        width: 100%;
        z-index: 3
    }

    .offcanvas .offcanvas-overlay {
        display: block
    }

    .offcanvas-left .sidebar {
        left: -80vw
    }

    .offcanvas-left .offcanvas-overlay {
        right: -100%
    }

    .offcanvas-left .offcanvas-toggle {
        left: 0
    }

    .offcanvas-right .sidebar {
        right: -80vw
    }

    .offcanvas-right .offcanvas-overlay {
        left: -100%
    }

    .offcanvas-right .offcanvas-toggle {
        right: 0
    }

    .offcanvas .sidebar {
        background-color: #fff;
        height: 100%;
        overflow-y: auto;
        padding: 1rem;
        position: fixed;
        top: 0;
        transition: left .5s, right .5s;
        width: 80vw
    }

    .offcanvas .sidebar .search-sort {
        padding-bottom: 1rem
    }

    .offcanvas.active {
        overflow-y: hidden
    }

    .offcanvas.active.offcanvas-left {
        margin-left: 80vw;
        margin-right: -80vw
    }

    .offcanvas.active.offcanvas-left .sidebar {
        left: 0
    }

    .offcanvas.active.offcanvas-left .offcanvas-overlay {
        right: -80vw
    }

    .offcanvas.active.offcanvas-left .offcanvas-toggle {
        left: 80vw
    }

    .offcanvas.active.offcanvas-right {
        margin-left: -80vw;
        margin-right: 80vw
    }

    .offcanvas.active.offcanvas-right .sidebar {
        right: 0
    }

    .offcanvas.active.offcanvas-right .offcanvas-overlay {
        left: -80vw
    }

    .offcanvas.active.offcanvas-right .offcanvas-toggle {
        right: 80vw
    }

    .offcanvas.active .offcanvas-overlay {
        opacity: 1;
        transition: opacity .5s
    }

    .offcanvas-left .close-offcanvas::after {
        content: '\f105'
    }

    .offcanvas-left .search-filter-toggle::before {
        content: '\f100'
    }

    .offcanvas-right .close-offcanvas::before {
        content: '\f104'
    }

    .offcanvas-right .search-filter-toggle::after {
        content: '\f101'
    }

    .rtl.offcanvas-left .close-offcanvas::after {
        content: none
    }

    .rtl.offcanvas-left .close-offcanvas::before {
        content: '\f105'
    }

    .rtl.offcanvas-left .search-filter-toggle::before {
        content: none
    }

    .rtl.offcanvas-left .search-filter-toggle::after {
        content: '\f100'
    }

    .rtl.offcanvas-right .close-offcanvas::before {
        content: none
    }

    .rtl.offcanvas-right .close-offcanvas::after {
        content: '\f104'
    }

    .rtl.offcanvas-right .search-filter-toggle::after {
        content: none
    }

    .rtl.offcanvas-right .search-filter-toggle::before {
        content: '\f101'
    }
}

@media (max-width: 991px) {
    .search-filter-toggle.visible-xs {
        display: block !important
    }
}

@media (max-width: 991px) {
    .offcanvas .sidebar {
        background-color: #fff;
        height: 100%;
        overflow-y: auto;
        padding: 1rem;
        position: fixed;
        top: 0;
        transition: left .5s, right .5s;
        width: 80vw
    }
}

@media (max-width: 991px) {
    .offcanvas .sidebar {
        right: -80vw
    }
}

.offcanvas.active .sidebar {
    margin-top: 0
}

@media (max-width: 991px) {
    .offcanvas.active.offcanvas-right .sidebar {
        padding-right: 15px;
        right: 0
    }
}

@media (max-width: 991px) {
    .offcanvas.active .sidebar.bottom {
        margin-top: 400px
    }
}

.template-dir-myresearch.offcanvas .offcanvas-toggle {
    background: #fd830b
}

#renewals input.btn,
#renewals input.search-filter-toggle {
    margin-top: 15px
}

@media (min-width: 768px) {
    [id^='renew-warning-'] {
        border: 1px solid #ccc;
        padding: .5em
    }
}

#removeSystemMessages .toolbar {
    margin-bottom: 15px
}

.template-dir-myresearch .bulkActionButtons {
    padding-left: 0
}

@media (max-width: 767px) {
    .template-dir-myresearch .bulkActionButtons {
        margin-left: 0
    }
}

.template-name-mylist br.hideIfDetailed {
    display: none
}

.title-in-heading {
    margin-left: -5px
}

#edit-save-form .btn-link {
    margin-top: 7.5px;
    padding-left: 0
}

.searchForm .list-unstyled li {
    float: left
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #advSearchForm .solr-facets {
        width: max-content
    }
}

@media screen and (max-width: 767px) {
    #advSearchForm .range {
        width: auto
    }
}

.adv-term-remove {
    opacity: unset
}

a:visited {
    color: #052f96
}

.breadcrumb a:visited {
    color: unset
}

a:not(.btn):not(.search-filter-toggle):not(.text):not(.item):visited {
    color: #666
}

a.btn,
a.search-filter-toggle,
a.text {
    text-decoration: none
}

a.btn:visited,
a.search-filter-toggle:visited {
    color: #fff
}

a.btn-transparent:visited {
    color: #052f96
}

a.btn.btn-primary:visited,
a.btn-primary.search-filter-toggle:visited {
    color: #fff
}

a.btn.btn-primary:visited:hover,
.channel .btn.btn-primary.channel-record.is-selected:visited,
.channel .btn-primary.channel-record.is-selected.search-filter-toggle:visited,
a.btn-primary.search-filter-toggle:visited:hover {
    background: #e7e7e7;
    color: #404d6d
}

a.btn.btn-default:visited,
a.search-filter-toggle:visited {
    background: #fff;
    color: #333
}

a.btn.btn-default:visited:hover,
.channel .btn.btn-default.channel-record.is-selected:visited,
.channel .channel-record.is-selected.search-filter-toggle:visited,
a.search-filter-toggle:visited:hover {
    background: #ccc;
    color: #333
}

.icon-bar a.item:visited {
    color: #686868
}
