/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: Helvetica Neue, Tahoma, Arial, sans-serif !important;
    font-size: 15px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html, body {
    height: 100%;
    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;
    text-decoration: none;
}

    a:active,
    a:hover {
        outline: 0;
        text-decoration: underline;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #eee;
    opacity: 1 !important;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    /*.navbar {
        display: none;
    }*/

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

.icon:after,
.nav-stacked.nav-tree > li .expander.expanded:after,
.nav-stacked.nav-tree > li .expander.collapsed:after,
.breadcrumb > li + li:before,
.alert-icon-info:after,
.alert-icon-success:after,
.alert-icon-danger:after,
.alert-icon-warning:after,
.ui-datepicker .ui-datepicker-prev .ui-icon:after,
.ui-datepicker .ui-datepicker-next .ui-icon:after {
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    background-repeat: no-repeat;
    /*background-image: url("/content/images/icons/black.svg");*/
    background-image: url("../images/icons/black.svg");
}

.icon.icon-inverse:after {
    /*background-image: url("/content/images/icons/white.svg");*/
    background-image: url("../images/icons/white.svg");
}

.icon.icon-color-success:after {
    /*background-image: url("/content/images/icons/success.svg");*/
    background-image: url("../images/icons/success.svg");
}

.icon.icon-color-danger:after {
    /*background-image: url("/content/images/icons/danger.svg");*/
    background-image: url("../images/icons/danger.svg");
}

.icon.icon-color-warning:after {
    /*background-image: url("/content/images/icons/warning.svg");*/
    background-image: url("../images/icons/warning.svg");
}

.icon.icon-color-primary:after {
    /*background-image: url("/content/images/icons/primary.svg");*/
    background-image: url("../images/icons/primary.svg");
}

.icon.icon-color-info:after {
    /*background-image: url("/content/images/icons/info.svg");*/
    background-image: url("../images/icons/info.svg");
}

.icon.icon-masked:after {
    /*background-image: url("/content/images/icons/mask.svg");*/
    background-image: url("../images/icons/mask.svg");
}

.icon-muted {
    opacity: .5;
}

.icon-ip:after {
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    vertical-align: middle;
    background-repeat: no-repeat;
    /*background-image: url("./content/images/icons/IPicons-large.svg");*/
    background-image: url("../images/icons/IPicons-large.svg");
}

.icon-px:after {
    width: 18px;
    height: 14px;
    background-position: 0 0;
}

.icon-adjust:after {
    width: 12px;
    height: 14px;
    background-position: -30px 0;
}

.icon-adn:after {
    width: 12px;
    height: 14px;
    background-position: -60px 0;
}

.icon-align-center:after {
    width: 14px;
    height: 14px;
    background-position: -90px 0;
}

.icon-align-justify:after {
    width: 14px;
    height: 14px;
    background-position: -120px 0;
}

.icon-align-left:after {
    width: 14px;
    height: 14px;
    background-position: -150px 0;
}

.icon-align-right:after {
    width: 14px;
    height: 14px;
    background-position: -180px 0;
}

.icon-amazon:after {
    width: 14px;
    height: 14px;
    background-position: -210px 0;
}

.icon-ambulance:after {
    width: 15px;
    height: 14px;
    background-position: -240px 0;
}

.icon-anchor:after {
    width: 14px;
    height: 14px;
    background-position: -270px 0;
}

.icon-android:after {
    width: 11px;
    height: 14px;
    background-position: -300px 0;
}

.icon-angellist:after {
    width: 10px;
    height: 14px;
    background-position: -330px 0;
}

.icon-angle-double-down:after {
    width: 9px;
    height: 14px;
    background-position: -360px 0;
}

.icon-angle-double-left:after {
    width: 8px;
    height: 14px;
    background-position: -390px 0;
}

.icon-angle-double-right:after {
    width: 8px;
    height: 14px;
    background-position: -420px 0;
}

.icon-angle-double-up:after {
    width: 9px;
    height: 14px;
    background-position: -450px 0;
}

.icon-angle-down:after,
.nav-stacked.nav-tree > li .expander.expanded:after {
    width: 9px;
    height: 14px;
    background-position: 0 -30px;
}

.icon-angle-left:after,
.ui-datepicker .ui-datepicker-prev .ui-icon:after {
    width: 5px;
    height: 14px;
    background-position: -30px -30px;
}

.icon-angle-right:after,
.nav-stacked.nav-tree > li .expander.collapsed:after,
.breadcrumb > li + li:before,
.ui-datepicker .ui-datepicker-next .ui-icon:after {
    width: 5px;
    height: 14px;
    background-position: -60px -30px;
}

.icon-angle-up:after {
    width: 9px;
    height: 14px;
    background-position: -90px -30px;
}

.icon-apple:after {
    width: 11px;
    height: 14px;
    background-position: -120px -30px;
}

.icon-archive:after {
    width: 14px;
    height: 14px;
    background-position: -150px -30px;
}

.icon-area-chart:after {
    width: 16px;
    height: 14px;
    background-position: -180px -30px;
}

.icon-arrow-circle-down:after {
    width: 12px;
    height: 14px;
    background-position: -210px -30px;
}

.icon-arrow-circle-left:after {
    width: 12px;
    height: 14px;
    background-position: -240px -30px;
}

.icon-arrow-circle-o-down:after {
    width: 12px;
    height: 14px;
    background-position: -270px -30px;
}

.icon-arrow-circle-o-left:after {
    width: 12px;
    height: 14px;
    background-position: -300px -30px;
}

.icon-arrow-circle-o-right:after {
    width: 12px;
    height: 14px;
    background-position: -330px -30px;
}

.icon-arrow-circle-o-up:after {
    width: 12px;
    height: 14px;
    background-position: -360px -30px;
}

.icon-arrow-circle-right:after {
    width: 12px;
    height: 14px;
    background-position: -390px -30px;
}

.icon-arrow-circle-up:after {
    width: 12px;
    height: 14px;
    background-position: -420px -30px;
}

.icon-arrow-down:after {
    width: 13px;
    height: 14px;
    background-position: -450px -30px;
}

.icon-arrow-left:after {
    width: 12px;
    height: 14px;
    background-position: 0 -60px;
}

.icon-arrow-right:after {
    width: 12px;
    height: 14px;
    background-position: -30px -60px;
}

.icon-arrow-up:after {
    width: 13px;
    height: 14px;
    background-position: -60px -60px;
}

.icon-arrows:after {
    width: 14px;
    height: 14px;
    background-position: -90px -60px;
}

.icon-arrows-alt:after {
    width: 12px;
    height: 14px;
    background-position: -120px -60px;
}

.icon-arrows-h:after {
    width: 14px;
    height: 14px;
    background-position: -150px -60px;
}

.icon-arrows-v:after {
    width: 6px;
    height: 14px;
    background-position: -180px -60px;
}

.icon-asterisk:after {
    width: 13px;
    height: 14px;
    background-position: -210px -60px;
}

.icon-at:after {
    width: 12px;
    height: 14px;
    background-position: -240px -60px;
}

.icon-automobile:after,
.icon-car:after {
    width: 16px;
    height: 14px;
    background-position: -270px -60px;
}

.icon-backward:after {
    width: 13px;
    height: 14px;
    background-position: -300px -60px;
}

.icon-balance-scale:after {
    width: 17px;
    height: 14px;
    background-position: -330px -60px;
}

.icon-ban:after {
    width: 12px;
    height: 14px;
    background-position: -360px -60px;
}

.icon-bank:after,
.icon-university:after,
.icon-institution:after {
    width: 15px;
    height: 14px;
    background-position: -390px -60px;
}

.icon-bar-chart:after,
.icon-bar-chart-o:after {
    width: 16px;
    height: 14px;
    background-position: -420px -60px;
}

.icon-barcode:after {
    width: 14px;
    height: 14px;
    background-position: -450px -60px;
}

.icon-bars:after,
.icon-navicon:after,
.icon-reorder:after {
    width: 12px;
    height: 14px;
    background-position: 0 -90px;
}

.icon-battery-0:after,
.icon-battery-empty:after {
    width: 18px;
    height: 14px;
    background-position: -30px -90px;
}

.icon-battery-1:after,
.icon-battery-quarter:after {
    width: 18px;
    height: 14px;
    background-position: -60px -90px;
}

.icon-battery-2:after,
.icon-battery-half:after {
    width: 18px;
    height: 14px;
    background-position: -90px -90px;
}

.icon-battery-3:after,
.icon-battery-three-quarters:after {
    width: 18px;
    height: 14px;
    background-position: -120px -90px;
}

.icon-battery-4:after,
.icon-battery-full:after {
    width: 18px;
    height: 14px;
    background-position: -150px -90px;
}

.icon-bed:after {
    width: 16px;
    height: 14px;
    background-position: -180px -90px;
}

.icon-beer:after {
    width: 13px;
    height: 14px;
    background-position: -210px -90px;
}

.icon-behance:after {
    width: 16px;
    height: 14px;
    background-position: -240px -90px;
}

.icon-behance-square:after {
    width: 12px;
    height: 14px;
    background-position: -270px -90px;
}

.icon-bell:after {
    width: 14px;
    height: 14px;
    background-position: -300px -90px;
}

.icon-bell-o:after {
    width: 14px;
    height: 14px;
    background-position: -330px -90px;
}

.icon-bell-slash:after {
    width: 16px;
    height: 14px;
    background-position: -360px -90px;
}

.icon-bell-slash-o:after {
    width: 16px;
    height: 14px;
    background-position: -390px -90px;
}

.icon-bicycle:after {
    width: 18px;
    height: 14px;
    background-position: -420px -90px;
}

.icon-binoculars:after {
    width: 14px;
    height: 14px;
    background-position: -450px -90px;
}

.icon-birthday-cake:after {
    width: 14px;
    height: 14px;
    background-position: 0 -120px;
}

.icon-bitbucket:after {
    width: 11px;
    height: 14px;
    background-position: -30px -120px;
}

.icon-bitbucket-square:after {
    width: 12px;
    height: 14px;
    background-position: -60px -120px;
}

.icon-bitcoin:after,
.icon-btc:after {
    width: 10px;
    height: 14px;
    background-position: -90px -120px;
}

.icon-black-tie:after {
    width: 12px;
    height: 14px;
    background-position: -120px -120px;
}

.icon-bold:after {
    width: 11px;
    height: 14px;
    background-position: -150px -120px;
}

.icon-bolt:after,
.icon-flash:after {
    width: 7px;
    height: 14px;
    background-position: -180px -120px;
}

.icon-bomb:after {
    width: 14px;
    height: 14px;
    background-position: -210px -120px;
}

.icon-book:after {
    width: 13px;
    height: 14px;
    background-position: -240px -120px;
}

.icon-bookmark:after {
    width: 10px;
    height: 14px;
    background-position: -270px -120px;
}

.icon-bookmark-o:after {
    width: 10px;
    height: 14px;
    background-position: -300px -120px;
}

.icon-briefcase:after {
    width: 14px;
    height: 14px;
    background-position: -330px -120px;
}

.icon-bug:after {
    width: 13px;
    height: 14px;
    background-position: -360px -120px;
}

.icon-building:after {
    width: 11px;
    height: 14px;
    background-position: -390px -120px;
}

.icon-building-o:after {
    width: 11px;
    height: 14px;
    background-position: -420px -120px;
}

.icon-bullhorn:after {
    width: 14px;
    height: 14px;
    background-position: -450px -120px;
}

.icon-bullseye:after {
    width: 12px;
    height: 14px;
    background-position: 0 -150px;
}

.icon-bus:after {
    width: 12px;
    height: 14px;
    background-position: -30px -150px;
}

.icon-buysellads:after {
    width: 12px;
    height: 14px;
    background-position: -60px -150px;
}

.icon-cab:after,
.icon-taxi:after {
    width: 16px;
    height: 14px;
    background-position: -90px -150px;
}

.icon-calculator:after {
    width: 13px;
    height: 14px;
    background-position: -120px -150px;
}

.icon-calendar:after {
    width: 13px;
    height: 14px;
    background-position: -150px -150px;
}

.icon-calendar-check-o:after {
    width: 13px;
    height: 14px;
    background-position: -180px -150px;
}

.icon-calendar-minus-o:after {
    width: 13px;
    height: 14px;
    background-position: -210px -150px;
}

.icon-calendar-o:after {
    width: 13px;
    height: 14px;
    background-position: -240px -150px;
}

.icon-calendar-plus-o:after {
    width: 13px;
    height: 14px;
    background-position: -270px -150px;
}

.icon-calendar-times-o:after {
    width: 13px;
    height: 14px;
    background-position: -300px -150px;
}

.icon-camera:after {
    width: 15px;
    height: 14px;
    background-position: -330px -150px;
}

.icon-camera-retro:after {
    width: 14px;
    height: 14px;
    background-position: -360px -150px;
}

.icon-caret-down:after {
    width: 8px;
    height: 14px;
    background-position: -390px -150px;
}

.icon-caret-left:after {
    width: 5px;
    height: 14px;
    background-position: -420px -150px;
}

.icon-caret-right:after {
    width: 5px;
    height: 14px;
    background-position: -450px -150px;
}

.icon-caret-square-o-down:after,
.icon-toggle-down:after {
    width: 12px;
    height: 14px;
    background-position: 0 -180px;
}

.icon-caret-square-o-left:after,
.icon-toggle-left:after {
    width: 12px;
    height: 14px;
    background-position: -30px -180px;
}

.icon-caret-square-o-right:after,
.icon-toggle-right:after {
    width: 12px;
    height: 14px;
    background-position: -60px -180px;
}

.icon-caret-square-o-up:after,
.icon-toggle-up:after {
    width: 12px;
    height: 14px;
    background-position: -90px -180px;
}

.icon-caret-up:after {
    width: 8px;
    height: 14px;
    background-position: -120px -180px;
}

.icon-cart-arrow-down:after {
    width: 13px;
    height: 14px;
    background-position: -150px -180px;
}

.icon-cart-plus:after {
    width: 13px;
    height: 14px;
    background-position: -180px -180px;
}

.icon-cc:after {
    width: 16px;
    height: 14px;
    background-position: -210px -180px;
}

.icon-cc-amex:after {
    width: 18px;
    height: 14px;
    background-position: -240px -180px;
}

.icon-cc-diners-club:after {
    width: 18px;
    height: 14px;
    background-position: -270px -180px;
}

.icon-cc-discover:after {
    width: 18px;
    height: 14px;
    background-position: -300px -180px;
}

.icon-cc-jcb:after {
    width: 18px;
    height: 14px;
    background-position: -330px -180px;
}

.icon-cc-mastercard:after {
    width: 18px;
    height: 14px;
    background-position: -360px -180px;
}

.icon-cc-paypal:after {
    width: 18px;
    height: 14px;
    background-position: -390px -180px;
}

.icon-cc-stripe:after {
    width: 18px;
    height: 14px;
    background-position: -420px -180px;
}

.icon-cc-visa:after {
    width: 18px;
    height: 14px;
    background-position: -450px -180px;
}

.icon-certificate:after {
    width: 12px;
    height: 14px;
    background-position: 0 -210px;
}

.icon-chain:after,
.icon-link:after {
    width: 13px;
    height: 14px;
    background-position: -30px -210px;
}

.icon-chain-broken:after,
.icon-unlink:after {
    width: 13px;
    height: 14px;
    background-position: -60px -210px;
}

.icon-check:after,
.alert-icon-success:after {
    width: 14px;
    height: 14px;
    background-position: -90px -210px;
}

.icon-check-circle:after {
    width: 12px;
    height: 14px;
    background-position: -120px -210px;
}

.icon-check-circle-o:after {
    width: 12px;
    height: 14px;
    background-position: -150px -210px;
}

.icon-check-square:after {
    width: 12px;
    height: 14px;
    background-position: -180px -210px;
}

.icon-check-square-o:after {
    width: 13px;
    height: 14px;
    background-position: -210px -210px;
}

.icon-chevron-circle-down:after {
    width: 12px;
    height: 14px;
    background-position: -240px -210px;
}

.icon-chevron-circle-left:after {
    width: 12px;
    height: 14px;
    background-position: -270px -210px;
}

.icon-chevron-circle-right:after {
    width: 12px;
    height: 14px;
    background-position: -300px -210px;
}

.icon-chevron-circle-up:after {
    width: 12px;
    height: 14px;
    background-position: -330px -210px;
}

.icon-chevron-down:after {
    width: 14px;
    height: 14px;
    background-position: -360px -210px;
}

.icon-chevron-left:after {
    width: 10px;
    height: 14px;
    background-position: -390px -210px;
}

.icon-chevron-right:after {
    width: 10px;
    height: 14px;
    background-position: -420px -210px;
}

.icon-chevron-up:after {
    width: 14px;
    height: 14px;
    background-position: -450px -210px;
}

.icon-child:after {
    width: 10px;
    height: 14px;
    background-position: 0 -240px;
}

.icon-chrome:after {
    width: 14px;
    height: 14px;
    background-position: -30px -240px;
}

.icon-circle:after {
    width: 12px;
    height: 14px;
    background-position: -60px -240px;
}

.icon-circle-o:after {
    width: 12px;
    height: 14px;
    background-position: -90px -240px;
}

.icon-circle-o-notch:after {
    width: 14px;
    height: 14px;
    background-position: -120px -240px;
}

.icon-circle-thin:after {
    width: 12px;
    height: 14px;
    background-position: -150px -240px;
}

.icon-clipboard:after,
.icon-paste:after {
    width: 14px;
    height: 14px;
    background-position: -180px -240px;
}

.icon-clock-o:after {
    width: 12px;
    height: 14px;
    background-position: -210px -240px;
}

.icon-clone:after {
    width: 14px;
    height: 14px;
    background-position: -240px -240px;
}

.icon-close:after,
.icon-remove:after,
.icon-times:after {
    width: 11px;
    height: 14px;
    background-position: -270px -240px;
}

.icon-cloud:after {
    width: 15px;
    height: 14px;
    background-position: -300px -240px;
}

.icon-cloud-download:after {
    width: 15px;
    height: 14px;
    background-position: -330px -240px;
}

.icon-cloud-upload:after {
    width: 15px;
    height: 14px;
    background-position: -360px -240px;
}

.icon-cny:after,
.icon-rmb:after,
.icon-yen:after,
.icon-jpy:after {
    width: 8px;
    height: 14px;
    background-position: -390px -240px;
}

.icon-code:after {
    width: 15px;
    height: 14px;
    background-position: -420px -240px;
}

.icon-code-fork:after {
    width: 8px;
    height: 14px;
    background-position: -450px -240px;
}

.icon-codepen:after {
    width: 14px;
    height: 14px;
    background-position: 0 -270px;
}

.icon-coffee:after {
    width: 15px;
    height: 14px;
    background-position: -30px -270px;
}

.icon-cog:after,
.icon-gear:after {
    width: 12px;
    height: 14px;
    background-position: -60px -270px;
}

.icon-cogs:after,
.icon-gears:after {
    width: 15px;
    height: 14px;
    background-position: -90px -270px;
}

.icon-columns:after {
    width: 13px;
    height: 14px;
    background-position: -120px -270px;
}

.icon-comment:after {
    width: 14px;
    height: 14px;
    background-position: -150px -270px;
}

.icon-comment-o:after {
    width: 14px;
    height: 14px;
    background-position: -180px -270px;
}

.icon-commenting:after {
    width: 14px;
    height: 14px;
    background-position: -210px -270px;
}

.icon-commenting-o:after {
    width: 14px;
    height: 14px;
    background-position: -240px -270px;
}

.icon-comments:after {
    width: 14px;
    height: 14px;
    background-position: -270px -270px;
}

.icon-comments-o:after {
    width: 14px;
    height: 14px;
    background-position: -300px -270px;
}

.icon-compass:after {
    width: 12px;
    height: 14px;
    background-position: -330px -270px;
}

.icon-compress:after {
    width: 12px;
    height: 14px;
    background-position: -360px -270px;
}

.icon-connectdevelop:after {
    width: 16px;
    height: 14px;
    background-position: -390px -270px;
}

.icon-contao:after {
    width: 14px;
    height: 14px;
    background-position: -420px -270px;
}

.icon-copy:after,
.icon-files-o:after {
    width: 14px;
    height: 14px;
    background-position: -450px -270px;
}

.icon-copyright:after {
    width: 12px;
    height: 14px;
    background-position: 0 -300px;
}

.icon-creative-commons:after {
    width: 14px;
    height: 14px;
    background-position: -30px -300px;
}

.icon-credit-card:after {
    width: 15px;
    height: 14px;
    background-position: -60px -300px;
}

.icon-crop:after {
    width: 13px;
    height: 14px;
    background-position: -90px -300px;
}

.icon-crosshairs:after {
    width: 12px;
    height: 14px;
    background-position: -120px -300px;
}

.icon-css3:after {
    width: 14px;
    height: 14px;
    background-position: -150px -300px;
}

.icon-cube:after {
    width: 13px;
    height: 14px;
    background-position: -180px -300px;
}

.icon-cubes:after {
    width: 17px;
    height: 14px;
    background-position: -210px -300px;
}

.icon-cut:after,
.icon-scissors:after {
    width: 14px;
    height: 14px;
    background-position: -240px -300px;
}

.icon-cutlery:after {
    width: 11px;
    height: 14px;
    background-position: -270px -300px;
}

.icon-dashboard:after,
.icon-tachometer:after {
    width: 14px;
    height: 14px;
    background-position: -300px -300px;
}

.icon-dashcube:after {
    width: 11px;
    height: 14px;
    background-position: -330px -300px;
}

.icon-database:after {
    width: 12px;
    height: 14px;
    background-position: -360px -300px;
}

.icon-dedent:after,
.icon-outdent:after {
    width: 14px;
    height: 14px;
    background-position: -390px -300px;
}

.icon-delicious:after {
    width: 12px;
    height: 14px;
    background-position: -420px -300px;
}

.icon-desktop:after {
    width: 15px;
    height: 14px;
    background-position: -450px -300px;
}

.icon-deviantart:after {
    width: 8px;
    height: 14px;
    background-position: 0 -330px;
}

.icon-diamond:after {
    width: 16px;
    height: 14px;
    background-position: -30px -330px;
}

.icon-digg:after {
    width: 16px;
    height: 14px;
    background-position: -60px -330px;
}

.icon-dollar:after,
.icon-usd:after {
    width: 8px;
    height: 14px;
    background-position: -90px -330px;
}

.icon-dot-circle-o:after {
    width: 12px;
    height: 14px;
    background-position: -120px -330px;
}

.icon-download:after {
    width: 13px;
    height: 14px;
    background-position: -150px -330px;
}

.icon-dribbble:after {
    width: 12px;
    height: 14px;
    background-position: -180px -330px;
}

.icon-dropbox:after {
    width: 14px;
    height: 14px;
    background-position: -210px -330px;
}

.icon-drupal:after {
    width: 12px;
    height: 14px;
    background-position: -240px -330px;
}

.icon-edit:after,
.icon-pencil-square-o:after {
    width: 14px;
    height: 14px;
    background-position: -270px -330px;
}

.icon-eject:after {
    width: 12px;
    height: 14px;
    background-position: -300px -330px;
}

.icon-ellipsis-h:after {
    width: 11px;
    height: 14px;
    background-position: -330px -330px;
}

.icon-ellipsis-v:after {
    width: 3px;
    height: 14px;
    background-position: -360px -330px;
}

.icon-empire:after,
.icon-ge:after {
    width: 14px;
    height: 14px;
    background-position: -390px -330px;
}

.icon-envelope:after {
    width: 14px;
    height: 14px;
    background-position: -420px -330px;
}

.icon-envelope-o:after {
    width: 14px;
    height: 14px;
    background-position: -450px -330px;
}

.icon-envelope-square:after {
    width: 12px;
    height: 14px;
    background-position: 0 -360px;
}

.icon-eraser:after {
    width: 15px;
    height: 14px;
    background-position: -30px -360px;
}

.icon-eur:after,
.icon-euro:after {
    width: 8px;
    height: 14px;
    background-position: -60px -360px;
}

.icon-exchange:after {
    width: 14px;
    height: 14px;
    background-position: -90px -360px;
}

.icon-exclamation:after {
    width: 5px;
    height: 14px;
    background-position: -120px -360px;
}

.icon-exclamation-circle:after {
    width: 12px;
    height: 14px;
    background-position: -150px -360px;
}

.icon-exclamation-triangle:after,
.icon-warning:after,
.alert-icon-warning:after {
    width: 14px;
    height: 14px;
    background-position: -180px -360px;
}

.icon-expand:after {
    width: 12px;
    height: 14px;
    background-position: -210px -360px;
}

.icon-expeditedssl:after {
    width: 14px;
    height: 14px;
    background-position: -240px -360px;
}

.icon-external-link:after {
    width: 14px;
    height: 14px;
    background-position: -270px -360px;
}

.icon-external-link-square:after {
    width: 12px;
    height: 14px;
    background-position: -300px -360px;
}

.icon-eye:after {
    width: 14px;
    height: 14px;
    background-position: -330px -360px;
}

.icon-eye-slash:after {
    width: 14px;
    height: 14px;
    background-position: -360px -360px;
}

.icon-eyedropper:after {
    width: 14px;
    height: 14px;
    background-position: -390px -360px;
}

.icon-facebook:after {
    width: 8px;
    height: 14px;
    background-position: -420px -360px;
}

.icon-facebook-official:after {
    width: 12px;
    height: 14px;
    background-position: -450px -360px;
}

.icon-facebook-square:after {
    width: 12px;
    height: 14px;
    background-position: 0 -390px;
}

.icon-fast-backward:after {
    width: 14px;
    height: 14px;
    background-position: -30px -390px;
}

.icon-fast-forward:after {
    width: 14px;
    height: 14px;
    background-position: -60px -390px;
}

.icon-fax:after {
    width: 14px;
    height: 14px;
    background-position: -90px -390px;
}

.icon-feed:after {
    width: 11px;
    height: 14px;
    background-position: -120px -390px;
}

.icon-female:after {
    width: 10px;
    height: 14px;
    background-position: -150px -390px;
}

.icon-fighter-jet:after {
    width: 15px;
    height: 14px;
    background-position: -180px -390px;
}

.icon-file:after {
    width: 12px;
    height: 14px;
    background-position: -210px -390px;
}

.icon-file-archive-o:after,
.icon-file-zip-o:after {
    width: 12px;
    height: 14px;
    background-position: -240px -390px;
}

.icon-file-audio-o:after,
.icon-file-sound-o:after {
    width: 12px;
    height: 14px;
    background-position: -270px -390px;
}

.icon-file-code-o:after {
    width: 12px;
    height: 14px;
    background-position: -300px -390px;
}

.icon-file-excel-o:after {
    width: 12px;
    height: 14px;
    background-position: -330px -390px;
}

.icon-file-image-o:after,
.icon-file-photo-o:after,
.icon-file-picture-o:after {
    width: 12px;
    height: 14px;
    background-position: -360px -390px;
}

.icon-file-movie-o:after,
.icon-file-video-o:after {
    width: 12px;
    height: 14px;
    background-position: -390px -390px;
}

.icon-file-o:after {
    width: 12px;
    height: 14px;
    background-position: -420px -390px;
}

.icon-file-pdf-o:after {
    width: 12px;
    height: 14px;
    background-position: -450px -390px;
}

.icon-file-powerpoint-o:after {
    width: 12px;
    height: 14px;
    background-position: 0 -420px;
}

.icon-file-text:after {
    width: 12px;
    height: 14px;
    background-position: -30px -420px;
}

.icon-file-text-o:after {
    width: 12px;
    height: 14px;
    background-position: -60px -420px;
}

.icon-file-word-o:after {
    width: 12px;
    height: 14px;
    background-position: -90px -420px;
}

.icon-film:after {
    width: 15px;
    height: 14px;
    background-position: -120px -420px;
}

.icon-filter:after {
    width: 11px;
    height: 14px;
    background-position: -150px -420px;
}

.icon-fire:after {
    width: 11px;
    height: 14px;
    background-position: -180px -420px;
}

.icon-fire-extinguisher:after {
    width: 11px;
    height: 14px;
    background-position: -210px -420px;
}

.icon-firefox:after {
    width: 14px;
    height: 14px;
    background-position: -240px -420px;
}

.icon-flag:after {
    width: 14px;
    height: 14px;
    background-position: -270px -420px;
}

.icon-flag-checkered:after {
    width: 14px;
    height: 14px;
    background-position: -300px -420px;
}

.icon-flag-o:after {
    width: 14px;
    height: 14px;
    background-position: -330px -420px;
}

.icon-flask:after {
    width: 13px;
    height: 14px;
    background-position: -360px -420px;
}

.icon-flickr:after {
    width: 12px;
    height: 14px;
    background-position: -390px -420px;
}

.icon-floppy-o:after,
.icon-save:after {
    width: 12px;
    height: 14px;
    background-position: -420px -420px;
}

.icon-folder:after {
    width: 13px;
    height: 14px;
    background-position: -450px -420px;
}

.icon-folder-o:after {
    width: 13px;
    height: 14px;
    background-position: 0 -450px;
}

.icon-folder-open:after {
    width: 15px;
    height: 14px;
    background-position: -30px -450px;
}

.icon-folder-open-o:after {
    width: 15px;
    height: 14px;
    background-position: -60px -450px;
}

.icon-font:after {
    width: 13px;
    height: 14px;
    background-position: -90px -450px;
}

.icon-fonticons:after {
    width: 12px;
    height: 14px;
    background-position: -120px -450px;
}

.icon-forumbee:after {
    width: 12px;
    height: 14px;
    background-position: -150px -450px;
}

.icon-forward:after {
    width: 13px;
    height: 14px;
    background-position: -180px -450px;
}

.icon-foursquare:after {
    width: 10px;
    height: 14px;
    background-position: -210px -450px;
}

.icon-frown-o:after {
    width: 12px;
    height: 14px;
    background-position: -240px -450px;
}

.icon-futbol-o:after,
.icon-soccer-ball-o:after {
    width: 14px;
    height: 14px;
    background-position: -270px -450px;
}

.icon-gamepad:after {
    width: 15px;
    height: 14px;
    background-position: -300px -450px;
}

.icon-gavel:after,
.icon-legal:after {
    width: 14px;
    height: 14px;
    background-position: -330px -450px;
}

.icon-gbp:after {
    width: 8px;
    height: 14px;
    background-position: -360px -450px;
}

.icon-genderless:after {
    width: 9px;
    height: 14px;
    background-position: -390px -450px;
}

.icon-get-pocket:after {
    width: 13px;
    height: 14px;
    background-position: -420px -450px;
}

.icon-gg:after {
    width: 16px;
    height: 14px;
    background-position: -450px -450px;
}

.icon-gg-circle:after {
    width: 14px;
    height: 14px;
    background-position: 0 -480px;
}

.icon-gift:after {
    width: 12px;
    height: 14px;
    background-position: -30px -480px;
}

.icon-git:after {
    width: 14px;
    height: 14px;
    background-position: -60px -480px;
}

.icon-git-square:after {
    width: 12px;
    height: 14px;
    background-position: -90px -480px;
}

.icon-github:after {
    width: 12px;
    height: 14px;
    background-position: -120px -480px;
}

.icon-github-alt:after {
    width: 13px;
    height: 14px;
    background-position: -150px -480px;
}

.icon-github-square:after {
    width: 12px;
    height: 14px;
    background-position: -180px -480px;
}

.icon-gittip:after {
    width: 12px;
    height: 14px;
    background-position: -210px -480px;
}

.icon-glass:after {
    width: 14px;
    height: 14px;
    background-position: -240px -480px;
}

.icon-globe:after {
    width: 12px;
    height: 14px;
    background-position: -270px -480px;
}

.icon-google:after {
    width: 10px;
    height: 14px;
    background-position: -300px -480px;
}

.icon-google-plus:after {
    width: 13px;
    height: 14px;
    background-position: -330px -480px;
}

.icon-google-plus-square:after {
    width: 12px;
    height: 14px;
    background-position: -360px -480px;
}

.icon-google-wallet:after {
    width: 14px;
    height: 14px;
    background-position: -390px -480px;
}

.icon-graduation-cap:after,
.icon-mortar-board:after {
    width: 18px;
    height: 14px;
    background-position: -420px -480px;
}

.icon-group:after,
.icon-users:after {
    width: 15px;
    height: 14px;
    background-position: -450px -480px;
}

.icon-h-square:after {
    width: 12px;
    height: 14px;
    background-position: 0 -510px;
}

.icon-hacker-news:after {
    width: 12px;
    height: 14px;
    background-position: -30px -510px;
}

.icon-hand-grab-o:after {
    width: 12px;
    height: 14px;
    background-position: -60px -510px;
}

.icon-hand-lizard-o:after {
    width: 16px;
    height: 14px;
    background-position: -90px -510px;
}

.icon-hand-o-down:after {
    width: 12px;
    height: 14px;
    background-position: -120px -510px;
}

.icon-hand-o-left:after {
    width: 14px;
    height: 14px;
    background-position: -150px -510px;
}

.icon-hand-o-right:after {
    width: 14px;
    height: 14px;
    background-position: -180px -510px;
}

.icon-hand-o-up:after {
    width: 12px;
    height: 14px;
    background-position: -210px -510px;
}

.icon-hand-paper-o:after {
    width: 13px;
    height: 14px;
    background-position: -240px -510px;
}

.icon-hand-peace-o:after {
    width: 12px;
    height: 14px;
    background-position: -270px -510px;
}

.icon-hand-pointer-o:after {
    width: 13px;
    height: 14px;
    background-position: -300px -510px;
}

.icon-hand-scissors-o:after {
    width: 14px;
    height: 14px;
    background-position: -330px -510px;
}

.icon-hand-spock-o:after {
    width: 15px;
    height: 14px;
    background-position: -360px -510px;
}

.icon-hdd-o:after {
    width: 12px;
    height: 14px;
    background-position: -390px -510px;
}

.icon-header:after {
    width: 14px;
    height: 14px;
    background-position: -420px -510px;
}

.icon-headphones:after {
    width: 13px;
    height: 14px;
    background-position: -450px -510px;
}

.icon-heart:after {
    width: 14px;
    height: 14px;
    background-position: 0 -540px;
}

.icon-heart-o:after {
    width: 14px;
    height: 14px;
    background-position: -30px -540px;
}

.icon-heartbeat:after {
    width: 14px;
    height: 14px;
    background-position: -60px -540px;
}

.icon-history:after {
    width: 12px;
    height: 14px;
    background-position: -90px -540px;
}

.icon-home:after {
    width: 13px;
    height: 14px;
    background-position: -120px -540px;
}

.icon-hospital-o:after {
    width: 11px;
    height: 14px;
    background-position: -150px -540px;
}

.icon-hourglass:after {
    width: 12px;
    height: 14px;
    background-position: -180px -540px;
}

.icon-hourglass-1:after {
    width: 12px;
    height: 14px;
    background-position: -210px -540px;
}

.icon-hourglass-2:after {
    width: 12px;
    height: 14px;
    background-position: -240px -540px;
}

.icon-hourglass-3:after {
    width: 12px;
    height: 14px;
    background-position: -270px -540px;
}

.icon-hourglass-o:after {
    width: 12px;
    height: 14px;
    background-position: -300px -540px;
}

.icon-houzz:after {
    width: 8px;
    height: 14px;
    background-position: -330px -540px;
}

.icon-html5:after {
    width: 11px;
    height: 14px;
    background-position: -360px -540px;
}

.icon-i-cursor:after {
    width: 7px;
    height: 14px;
    background-position: -390px -540px;
}

.icon-ils:after,
.icon-shekel:after,
.icon-sheqel:after {
    width: 11px;
    height: 14px;
    background-position: -420px -540px;
}

.icon-image:after,
.icon-photo:after,
.icon-picture-o:after {
    width: 15px;
    height: 14px;
    background-position: -450px -540px;
}

.icon-inbox:after {
    width: 12px;
    height: 14px;
    background-position: 0 -570px;
}

.icon-indent:after {
    width: 14px;
    height: 14px;
    background-position: -30px -570px;
}

.icon-industry:after {
    width: 14px;
    height: 14px;
    background-position: -60px -570px;
}

.icon-info:after {
    width: 5px;
    height: 14px;
    background-position: -90px -570px;
}

.icon-info-circle:after,
.alert-icon-info:after {
    width: 12px;
    height: 14px;
    background-position: -120px -570px;
}

.icon-inr:after,
.icon-rupee:after {
    width: 7px;
    height: 14px;
    background-position: -150px -570px;
}

.icon-instagram:after {
    width: 12px;
    height: 14px;
    background-position: -180px -570px;
}

.icon-internet-explorer:after {
    width: 14px;
    height: 14px;
    background-position: -210px -570px;
}

.icon-intersex:after {
    width: 11px;
    height: 14px;
    background-position: -240px -570px;
}

.icon-ioxhost:after {
    width: 16px;
    height: 14px;
    background-position: -270px -570px;
}

.icon-italic:after {
    width: 8px;
    height: 14px;
    background-position: -300px -570px;
}

.icon-joomla:after {
    width: 12px;
    height: 14px;
    background-position: -330px -570px;
}

.icon-jsfiddle:after {
    width: 16px;
    height: 14px;
    background-position: -360px -570px;
}

.icon-key:after {
    width: 14px;
    height: 14px;
    background-position: -390px -570px;
}

.icon-keyboard-o:after {
    width: 15px;
    height: 14px;
    background-position: -420px -570px;
}

.icon-krw:after,
.icon-won:after {
    width: 14px;
    height: 14px;
    background-position: -450px -570px;
}

.icon-language:after {
    width: 12px;
    height: 14px;
    background-position: 0 -600px;
}

.icon-laptop:after {
    width: 15px;
    height: 14px;
    background-position: -30px -600px;
}

.icon-lastfm:after {
    width: 14px;
    height: 14px;
    background-position: -60px -600px;
}

.icon-lastfm-square:after {
    width: 12px;
    height: 14px;
    background-position: -90px -600px;
}

.icon-leaf:after {
    width: 14px;
    height: 14px;
    background-position: -120px -600px;
}

.icon-leanpub:after {
    width: 16px;
    height: 14px;
    background-position: -150px -600px;
}

.icon-lemon-o:after {
    width: 12px;
    height: 14px;
    background-position: -180px -600px;
}

.icon-level-down:after {
    width: 8px;
    height: 14px;
    background-position: -210px -600px;
}

.icon-level-up:after {
    width: 8px;
    height: 14px;
    background-position: -240px -600px;
}

.icon-life-bouy:after,
.icon-life-buoy:after,
.icon-life-ring:after,
.icon-life-saver:after,
.icon-support:after {
    width: 14px;
    height: 14px;
    background-position: -270px -600px;
}

.icon-lightbulb-o:after {
    width: 8px;
    height: 14px;
    background-position: -300px -600px;
}

.icon-line-chart:after {
    width: 16px;
    height: 14px;
    background-position: -330px -600px;
}

.icon-linkedin:after {
    width: 12px;
    height: 14px;
    background-position: -360px -600px;
}

.icon-linkedin-square:after {
    width: 12px;
    height: 14px;
    background-position: -390px -600px;
}

.icon-linux:after {
    width: 12px;
    height: 14px;
    background-position: -420px -600px;
}

.icon-list:after {
    width: 14px;
    height: 14px;
    background-position: -450px -600px;
}

.icon-list-alt:after {
    width: 14px;
    height: 14px;
    background-position: 0 -630px;
}

.icon-list-ol:after {
    width: 14px;
    height: 14px;
    background-position: -30px -630px;
}

.icon-list-ul:after {
    width: 14px;
    height: 14px;
    background-position: -60px -630px;
}

.icon-location-arrow:after {
    width: 11px;
    height: 14px;
    background-position: -90px -630px;
}

.icon-lock:after {
    width: 9px;
    height: 14px;
    background-position: -120px -630px;
}

.icon-long-arrow-down:after {
    width: 6px;
    height: 14px;
    background-position: -150px -630px;
}

.icon-long-arrow-left:after {
    width: 14px;
    height: 14px;
    background-position: -180px -630px;
}

.icon-long-arrow-right:after {
    width: 14px;
    height: 14px;
    background-position: -210px -630px;
}

.icon-long-arrow-up:after {
    width: 6px;
    height: 14px;
    background-position: -240px -630px;
}

.icon-magic:after {
    width: 13px;
    height: 14px;
    background-position: -270px -630px;
}

.icon-magnet:after {
    width: 12px;
    height: 14px;
    background-position: -300px -630px;
}

.icon-mail-forward:after,
.icon-share:after {
    width: 14px;
    height: 14px;
    background-position: -330px -630px;
}

.icon-mail-reply:after,
.icon-reply:after {
    width: 14px;
    height: 14px;
    background-position: -360px -630px;
}

.icon-mail-reply-all:after,
.icon-reply-all:after {
    width: 14px;
    height: 14px;
    background-position: -390px -630px;
}

.icon-male:after {
    width: 8px;
    height: 14px;
    background-position: -420px -630px;
}

.icon-map:after {
    width: 14px;
    height: 14px;
    background-position: -450px -630px;
}

.icon-map-marker:after {
    width: 8px;
    height: 14px;
    background-position: 0 -660px;
}

.icon-map-o:after {
    width: 16px;
    height: 14px;
    background-position: -30px -660px;
}

.icon-map-pin:after {
    width: 8px;
    height: 14px;
    background-position: -60px -660px;
}

.icon-map-signs:after {
    width: 14px;
    height: 14px;
    background-position: -90px -660px;
}

.icon-mars:after {
    width: 12px;
    height: 14px;
    background-position: -120px -660px;
}

.icon-mars-double:after {
    width: 15px;
    height: 14px;
    background-position: -150px -660px;
}

.icon-mars-stroke:after {
    width: 12px;
    height: 14px;
    background-position: -180px -660px;
}

.icon-mars-stroke-h:after {
    width: 15px;
    height: 14px;
    background-position: -210px -660px;
}

.icon-mars-stroke-v:after {
    width: 9px;
    height: 14px;
    background-position: -240px -660px;
}

.icon-maxcdn:after {
    width: 14px;
    height: 14px;
    background-position: -270px -660px;
}

.icon-meanpath:after {
    width: 12px;
    height: 14px;
    background-position: -300px -660px;
}

.icon-medium:after {
    width: 14px;
    height: 14px;
    background-position: -330px -660px;
}

.icon-medkit:after {
    width: 14px;
    height: 14px;
    background-position: -360px -660px;
}

.icon-meh-o:after {
    width: 12px;
    height: 14px;
    background-position: -390px -660px;
}

.icon-mercury:after {
    width: 9px;
    height: 14px;
    background-position: -420px -660px;
}

.icon-microphone:after {
    width: 9px;
    height: 14px;
    background-position: -450px -660px;
}

.icon-microphone-slash:after {
    width: 11px;
    height: 14px;
    background-position: 0 -690px;
}

.icon-minus:after {
    width: 11px;
    height: 14px;
    background-position: -30px -690px;
}

.icon-minus-circle:after {
    width: 12px;
    height: 14px;
    background-position: -60px -690px;
}

.icon-minus-square:after {
    width: 12px;
    height: 14px;
    background-position: -90px -690px;
}

.icon-minus-square-o:after {
    width: 11px;
    height: 14px;
    background-position: -120px -690px;
}

.icon-mobile:after,
.icon-mobile-phone:after {
    width: 6px;
    height: 14px;
    background-position: -150px -690px;
}

.icon-money:after {
    width: 15px;
    height: 14px;
    background-position: -180px -690px;
}

.icon-moon-o:after {
    width: 12px;
    height: 14px;
    background-position: -210px -690px;
}

.icon-motorcycle:after {
    width: 18px;
    height: 14px;
    background-position: -240px -690px;
}

.icon-mouse-pointer:after {
    width: 9px;
    height: 14px;
    background-position: -270px -690px;
}

.icon-music:after {
    width: 12px;
    height: 14px;
    background-position: -300px -690px;
}

.icon-neuter:after {
    width: 9px;
    height: 14px;
    background-position: -330px -690px;
}

.icon-newspaper-o:after {
    width: 16px;
    height: 14px;
    background-position: -360px -690px;
}

.icon-object-group:after {
    width: 16px;
    height: 14px;
    background-position: -390px -690px;
}

.icon-object-ungroup:after {
    width: 18px;
    height: 14px;
    background-position: -420px -690px;
}

.icon-odnoklassniki:after {
    width: 10px;
    height: 14px;
    background-position: -450px -690px;
}

.icon-odnoklassniki-square:after {
    width: 12px;
    height: 14px;
    background-position: 0 -720px;
}

.icon-opencart:after {
    width: 18px;
    height: 14px;
    background-position: -30px -720px;
}

.icon-openid:after {
    width: 14px;
    height: 14px;
    background-position: -60px -720px;
}

.icon-opera:after {
    width: 12px;
    height: 14px;
    background-position: -90px -720px;
}

.icon-optin-monster:after {
    width: 18px;
    height: 14px;
    background-position: -120px -720px;
}

.icon-pagelines:after {
    width: 11px;
    height: 14px;
    background-position: -150px -720px;
}

.icon-paint-brush:after {
    width: 14px;
    height: 14px;
    background-position: -180px -720px;
}

.icon-paper-plane:after,
.icon-send:after {
    width: 14px;
    height: 14px;
    background-position: -210px -720px;
}

.icon-paper-plane-o:after,
.icon-send-o:after {
    width: 14px;
    height: 14px;
    background-position: -240px -720px;
}

.icon-paperclip:after {
    width: 11px;
    height: 14px;
    background-position: -270px -720px;
}

.icon-paragraph:after {
    width: 10px;
    height: 14px;
    background-position: -300px -720px;
}

.icon-pause:after {
    width: 12px;
    height: 14px;
    background-position: -330px -720px;
}

.icon-paw:after {
    width: 13px;
    height: 14px;
    background-position: -360px -720px;
}

.icon-paypal:after {
    width: 12px;
    height: 14px;
    background-position: -390px -720px;
}

.icon-pencil:after {
    width: 12px;
    height: 14px;
    background-position: -420px -720px;
}

.icon-pencil-square:after {
    width: 12px;
    height: 14px;
    background-position: -450px -720px;
}

.icon-phone:after {
    width: 11px;
    height: 14px;
    background-position: 0 -750px;
}

.icon-phone-square:after {
    width: 12px;
    height: 14px;
    background-position: -30px -750px;
}

.icon-pie-chart:after {
    width: 14px;
    height: 14px;
    background-position: -60px -750px;
}

.icon-pied-piper:after {
    width: 12px;
    height: 14px;
    background-position: -90px -750px;
}

.icon-pied-piper-alt:after {
    width: 16px;
    height: 14px;
    background-position: -120px -750px;
}

.icon-pinterest:after {
    width: 12px;
    height: 14px;
    background-position: -150px -750px;
}

.icon-pinterest-p:after {
    width: 10px;
    height: 14px;
    background-position: -180px -750px;
}

.icon-pinterest-square:after {
    width: 12px;
    height: 14px;
    background-position: -210px -750px;
}

.icon-plane:after {
    width: 11px;
    height: 14px;
    background-position: -240px -750px;
}

.icon-play:after {
    width: 11px;
    height: 14px;
    background-position: -270px -750px;
}

.icon-play-circle:after {
    width: 12px;
    height: 14px;
    background-position: -300px -750px;
}

.icon-play-circle-o:after {
    width: 12px;
    height: 14px;
    background-position: -330px -750px;
}

.icon-plug:after {
    width: 14px;
    height: 14px;
    background-position: -360px -750px;
}

.icon-plus:after {
    width: 11px;
    height: 14px;
    background-position: -390px -750px;
}

.icon-plus-circle:after {
    width: 12px;
    height: 14px;
    background-position: -420px -750px;
}

.icon-plus-square:after {
    width: 12px;
    height: 14px;
    background-position: -450px -750px;
}

.icon-plus-square-o:after {
    width: 11px;
    height: 14px;
    background-position: 0 -780px;
}

.icon-power-off:after {
    width: 12px;
    height: 14px;
    background-position: -30px -780px;
}

.icon-print:after {
    width: 13px;
    height: 14px;
    background-position: -60px -780px;
}

.icon-puzzle-piece:after {
    width: 13px;
    height: 14px;
    background-position: -90px -780px;
}

.icon-qq:after {
    width: 14px;
    height: 14px;
    background-position: -120px -780px;
}

.icon-qrcode:after {
    width: 11px;
    height: 14px;
    background-position: -150px -780px;
}

.icon-question:after {
    width: 8px;
    height: 14px;
    background-position: -180px -780px;
}

.icon-question-circle:after {
    width: 12px;
    height: 14px;
    background-position: -210px -780px;
}

.icon-quote-left:after {
    width: 13px;
    height: 14px;
    background-position: -240px -780px;
}

.icon-quote-right:after {
    width: 13px;
    height: 14px;
    background-position: -270px -780px;
}

.icon-ra:after,
.icon-rebel:after {
    width: 14px;
    height: 14px;
    background-position: -300px -780px;
}

.icon-random:after {
    width: 14px;
    height: 14px;
    background-position: -330px -780px;
}

.icon-recycle:after {
    width: 14px;
    height: 14px;
    background-position: -360px -780px;
}

.icon-reddit:after {
    width: 14px;
    height: 14px;
    background-position: -390px -780px;
}

.icon-reddit-square:after {
    width: 12px;
    height: 14px;
    background-position: -420px -780px;
}

.icon-refresh:after {
    width: 12px;
    height: 14px;
    background-position: -450px -780px;
}

.icon-registered:after {
    width: 14px;
    height: 14px;
    background-position: 0 -810px;
}

.icon-renren:after {
    width: 12px;
    height: 14px;
    background-position: -30px -810px;
}

.icon-repeat:after,
.icon-rotate-right:after {
    width: 12px;
    height: 14px;
    background-position: -60px -810px;
}

.icon-retweet:after {
    width: 15px;
    height: 14px;
    background-position: -90px -810px;
}

.icon-road:after {
    width: 15px;
    height: 14px;
    background-position: -120px -810px;
}

.icon-rocket:after {
    width: 13px;
    height: 14px;
    background-position: -150px -810px;
}

.icon-rotate-left:after,
.icon-undo:after {
    width: 12px;
    height: 14px;
    background-position: -180px -810px;
}

.icon-rouble:after,
.icon-rub:after,
.icon-ruble:after {
    width: 10px;
    height: 14px;
    background-position: -210px -810px;
}

.icon-rss:after {
    width: 12px;
    height: 14px;
    background-position: -270px -1080px;
}

.icon-rss-square:after {
    width: 12px;
    height: 14px;
    background-position: -240px -810px;
}

.icon-safari:after {
    width: 14px;
    height: 14px;
    background-position: -270px -810px;
}

.icon-search:after {
    width: 13px;
    height: 14px;
    background-position: -300px -810px;
}

.icon-search-minus:after {
    width: 13px;
    height: 14px;
    background-position: -330px -810px;
}

.icon-search-plus:after {
    width: 13px;
    height: 14px;
    background-position: -360px -810px;
}

.icon-sellsy:after {
    width: 16px;
    height: 14px;
    background-position: -390px -810px;
}

.icon-server:after {
    width: 14px;
    height: 14px;
    background-position: -420px -810px;
}

.icon-share-alt:after {
    width: 12px;
    height: 14px;
    background-position: -450px -810px;
}

.icon-share-alt-square:after {
    width: 12px;
    height: 14px;
    background-position: 0 -840px;
}

.icon-share-square:after {
    width: 12px;
    height: 14px;
    background-position: -30px -840px;
}

.icon-share-square-o:after {
    width: 13px;
    height: 14px;
    background-position: -60px -840px;
}

.icon-shield:after {
    width: 10px;
    height: 14px;
    background-position: -90px -840px;
}

.icon-ship:after {
    width: 16px;
    height: 14px;
    background-position: -120px -840px;
}

.icon-shirtsinbulk:after {
    width: 12px;
    height: 14px;
    background-position: -150px -840px;
}

.icon-shopping-cart:after {
    width: 13px;
    height: 14px;
    background-position: -180px -840px;
}

.icon-sign-in:after {
    width: 12px;
    height: 14px;
    background-position: -210px -840px;
}

.icon-sign-out:after {
    width: 13px;
    height: 14px;
    background-position: -240px -840px;
}

.icon-signal:after {
    width: 14px;
    height: 14px;
    background-position: -270px -840px;
}

.icon-simplybuilt:after {
    width: 16px;
    height: 14px;
    background-position: -300px -840px;
}

.icon-sitemap:after {
    width: 14px;
    height: 14px;
    background-position: -330px -840px;
}

.icon-skyatlas:after {
    width: 16px;
    height: 14px;
    background-position: -360px -840px;
}

.icon-skype:after {
    width: 12px;
    height: 14px;
    background-position: -390px -840px;
}

.icon-slack:after {
    width: 13px;
    height: 14px;
    background-position: -420px -840px;
}

.icon-sliders:after {
    width: 12px;
    height: 14px;
    background-position: -450px -840px;
}

.icon-slideshare:after {
    width: 14px;
    height: 14px;
    background-position: 0 -870px;
}

.icon-smile-o:after {
    width: 12px;
    height: 14px;
    background-position: -30px -870px;
}

.icon-sort:after,
.icon-unsorted:after {
    width: 8px;
    height: 14px;
    background-position: -60px -870px;
}

.icon-sort-alpha-asc:after {
    width: 13px;
    height: 14px;
    background-position: -90px -870px;
}

.icon-sort-alpha-desc:after {
    width: 13px;
    height: 14px;
    background-position: -120px -870px;
}

.icon-sort-amount-asc:after {
    width: 14px;
    height: 14px;
    background-position: -150px -870px;
}

.icon-sort-amount-desc:after {
    width: 14px;
    height: 14px;
    background-position: -180px -870px;
}

.icon-sort-asc:after,
.icon-sort-up:after {
    width: 8px;
    height: 14px;
    background-position: -210px -870px;
}

.icon-sort-desc:after,
.icon-sort-down:after {
    width: 8px;
    height: 14px;
    background-position: -240px -870px;
}

.icon-sort-numeric-asc:after {
    width: 12px;
    height: 14px;
    background-position: -270px -870px;
}

.icon-sort-numeric-desc:after {
    width: 12px;
    height: 14px;
    background-position: -300px -870px;
}

.icon-soundcloud:after {
    width: 18px;
    height: 14px;
    background-position: -330px -870px;
}

.icon-space-shuttle:after {
    width: 17px;
    height: 14px;
    background-position: -360px -870px;
}

.icon-spinner:after {
    width: 14px;
    height: 14px;
    background-position: -390px -870px;
}

.icon-spoon:after {
    width: 6px;
    height: 14px;
    background-position: -420px -870px;
}

.icon-spotify:after {
    width: 12px;
    height: 14px;
    background-position: -450px -870px;
}

.icon-square:after {
    width: 12px;
    height: 14px;
    background-position: 0 -900px;
}

.icon-square-o:after {
    width: 11px;
    height: 14px;
    background-position: -30px -900px;
}

.icon-stack-exchange:after {
    width: 10px;
    height: 14px;
    background-position: -60px -900px;
}

.icon-stack-overflow:after {
    width: 11px;
    height: 14px;
    background-position: -90px -900px;
}

.icon-star:after {
    width: 13px;
    height: 14px;
    background-position: -120px -900px;
}

.icon-star-half:after {
    width: 7px;
    height: 14px;
    background-position: -150px -900px;
}

.icon-star-half-empty:after,
.icon-star-half-full:after,
.icon-star-half-o:after {
    width: 13px;
    height: 14px;
    background-position: -180px -900px;
}

.icon-star-o:after {
    width: 13px;
    height: 14px;
    background-position: -210px -900px;
}

.icon-steam:after {
    width: 14px;
    height: 14px;
    background-position: -240px -900px;
}

.icon-steam-square:after {
    width: 12px;
    height: 14px;
    background-position: -270px -900px;
}

.icon-step-backward:after {
    width: 8px;
    height: 14px;
    background-position: -300px -900px;
}

.icon-step-forward:after {
    width: 8px;
    height: 14px;
    background-position: -330px -900px;
}

.icon-stethoscope:after {
    width: 11px;
    height: 14px;
    background-position: -360px -900px;
}

.icon-sticky-note:after {
    width: 12px;
    height: 14px;
    background-position: -390px -900px;
}

.icon-sticky-note-o:after {
    width: 12px;
    height: 14px;
    background-position: -420px -900px;
}

.icon-stop:after {
    width: 12px;
    height: 14px;
    background-position: -450px -900px;
}

.icon-street-view:after {
    width: 11px;
    height: 14px;
    background-position: 0 -930px;
}

.icon-strikethrough:after {
    width: 14px;
    height: 14px;
    background-position: -30px -930px;
}

.icon-stumbleupon:after {
    width: 15px;
    height: 14px;
    background-position: -60px -930px;
}

.icon-stumbleupon-circle:after {
    width: 12px;
    height: 14px;
    background-position: -90px -930px;
}

.icon-subscript:after {
    width: 12px;
    height: 14px;
    background-position: -120px -930px;
}

.icon-subway:after {
    width: 12px;
    height: 14px;
    background-position: -150px -930px;
}

.icon-suitcase:after {
    width: 14px;
    height: 14px;
    background-position: -180px -930px;
}

.icon-sun-o:after {
    width: 14px;
    height: 14px;
    background-position: -210px -930px;
}

.icon-superscript:after {
    width: 12px;
    height: 14px;
    background-position: -240px -930px;
}

.icon-table:after {
    width: 13px;
    height: 14px;
    background-position: -270px -930px;
}

.icon-tablet:after {
    width: 9px;
    height: 14px;
    background-position: -300px -930px;
}

.icon-tag:after {
    width: 12px;
    height: 14px;
    background-position: -330px -930px;
}

.icon-tags:after {
    width: 15px;
    height: 14px;
    background-position: -360px -930px;
}

.icon-tasks:after {
    width: 14px;
    height: 14px;
    background-position: -390px -930px;
}

.icon-television:after {
    width: 15px;
    height: 14px;
    background-position: -420px -930px;
}

.icon-tencent-weibo:after {
    width: 10px;
    height: 14px;
    background-position: -450px -930px;
}

.icon-terminal:after {
    width: 13px;
    height: 14px;
    background-position: 0 -960px;
}

.icon-text-height:after {
    width: 14px;
    height: 14px;
    background-position: -30px -960px;
}

.icon-text-width:after {
    width: 12px;
    height: 14px;
    background-position: -60px -960px;
}

.icon-th:after {
    width: 14px;
    height: 14px;
    background-position: -90px -960px;
}

.icon-th-large:after {
    width: 13px;
    height: 14px;
    background-position: -120px -960px;
}

.icon-th-list:after {
    width: 14px;
    height: 14px;
    background-position: -150px -960px;
}

.icon-thumb-tack:after {
    width: 9px;
    height: 14px;
    background-position: -180px -960px;
}

.icon-thumbs-down:after {
    width: 13px;
    height: 14px;
    background-position: -210px -960px;
}

.icon-thumbs-o-down:after {
    width: 12px;
    height: 14px;
    background-position: -240px -960px;
}

.icon-thumbs-o-up:after {
    width: 12px;
    height: 14px;
    background-position: -270px -960px;
}

.icon-thumbs-up:after {
    width: 13px;
    height: 14px;
    background-position: -300px -960px;
}

.icon-ticket:after {
    width: 14px;
    height: 14px;
    background-position: -330px -960px;
}

.icon-times-circle:after,
.alert-icon-danger:after {
    width: 12px;
    height: 14px;
    background-position: -360px -960px;
}

.icon-times-circle-o:after {
    width: 12px;
    height: 14px;
    background-position: -390px -960px;
}

.icon-tint:after {
    width: 8px;
    height: 14px;
    background-position: -420px -960px;
}

.icon-toggle-off:after {
    width: 16px;
    height: 14px;
    background-position: -450px -960px;
}

.icon-toggle-on:after {
    width: 16px;
    height: 14px;
    background-position: 0 -990px;
}

.icon-trademark:after {
    width: 15px;
    height: 14px;
    background-position: -30px -990px;
}

.icon-train:after {
    width: 12px;
    height: 14px;
    background-position: -60px -990px;
}

.icon-transgender-alt:after {
    width: 13px;
    height: 14px;
    background-position: -90px -990px;
}

.icon-trash:after {
    width: 11px;
    height: 14px;
    background-position: -120px -990px;
}

.icon-trash-o:after {
    width: 11px;
    height: 14px;
    background-position: -150px -990px;
}

.icon-tree:after {
    width: 12px;
    height: 14px;
    background-position: -180px -990px;
}

.icon-trello:after {
    width: 12px;
    height: 14px;
    background-position: -210px -990px;
}

.icon-tripadvisor:after {
    width: 18px;
    height: 14px;
    background-position: -240px -990px;
}

.icon-trophy:after {
    width: 13px;
    height: 14px;
    background-position: -270px -990px;
}

.icon-truck:after {
    width: 14px;
    height: 14px;
    background-position: -300px -990px;
}

.icon-try:after,
.icon-turkish-lira:after {
    width: 9px;
    height: 14px;
    background-position: -330px -990px;
}

.icon-tty:after {
    width: 14px;
    height: 14px;
    background-position: -360px -990px;
}

.icon-tumblr:after {
    width: 8px;
    height: 14px;
    background-position: -390px -990px;
}

.icon-tumblr-square:after {
    width: 12px;
    height: 14px;
    background-position: -420px -990px;
}

.icon-twitch:after {
    width: 14px;
    height: 14px;
    background-position: -450px -990px;
}

.icon-twitter:after {
    width: 13px;
    height: 14px;
    background-position: 0 -1020px;
}

.icon-twitter-square:after {
    width: 12px;
    height: 14px;
    background-position: -30px -1020px;
}

.icon-umbrella:after {
    width: 13px;
    height: 14px;
    background-position: -60px -1020px;
}

.icon-underline:after {
    width: 12px;
    height: 14px;
    background-position: -90px -1020px;
}

.icon-unlock:after {
    width: 13px;
    height: 14px;
    background-position: -120px -1020px;
}

.icon-unlock-alt:after {
    width: 9px;
    height: 14px;
    background-position: -150px -1020px;
}

.icon-upload:after {
    width: 13px;
    height: 14px;
    background-position: -180px -1020px;
}

.icon-user:after {
    width: 11px;
    height: 14px;
    background-position: -210px -1020px;
}

.icon-user-md:after {
    width: 11px;
    height: 14px;
    background-position: -240px -1020px;
}

.icon-user-plus:after {
    width: 16px;
    height: 14px;
    background-position: -270px -1020px;
}

.icon-user-secret:after {
    width: 11px;
    height: 14px;
    background-position: -300px -1020px;
}

.icon-user-times:after {
    width: 16px;
    height: 14px;
    background-position: -330px -1020px;
}

.icon-venus:after {
    width: 9px;
    height: 14px;
    background-position: -360px -1020px;
}

.icon-venus-double:after {
    width: 14px;
    height: 14px;
    background-position: -390px -1020px;
}

.icon-venus-mars:after {
    width: 16px;
    height: 14px;
    background-position: -420px -1020px;
}

.icon-viacoin:after {
    width: 12px;
    height: 14px;
    background-position: -450px -1020px;
}

.icon-video-camera:after {
    width: 14px;
    height: 14px;
    background-position: 0 -1050px;
}

.icon-vimeo:after {
    width: 14px;
    height: 14px;
    background-position: -30px -1050px;
}

.icon-vimeo-square:after {
    width: 12px;
    height: 14px;
    background-position: -60px -1050px;
}

.icon-vine:after {
    width: 12px;
    height: 14px;
    background-position: -90px -1050px;
}

.icon-vk:after {
    width: 15px;
    height: 14px;
    background-position: -120px -1050px;
}

.icon-volume-down:after {
    width: 9px;
    height: 14px;
    background-position: -150px -1050px;
}

.icon-volume-off:after {
    width: 6px;
    height: 14px;
    background-position: -180px -1050px;
}

.icon-volume-up:after {
    width: 13px;
    height: 14px;
    background-position: -210px -1050px;
}

.icon-wechat:after,
.icon-weixin:after {
    width: 16px;
    height: 14px;
    background-position: -240px -1050px;
}

.icon-weibo:after {
    width: 14px;
    height: 14px;
    background-position: -270px -1050px;
}

.icon-whatsapp:after {
    width: 12px;
    height: 14px;
    background-position: -300px -1050px;
}

.icon-wheelchair:after {
    width: 13px;
    height: 14px;
    background-position: -330px -1050px;
}

.icon-wifi:after {
    width: 16px;
    height: 14px;
    background-position: -360px -1050px;
}

.icon-wikipedia-w:after {
    width: 18px;
    height: 14px;
    background-position: -390px -1050px;
}

.icon-windows:after {
    width: 13px;
    height: 14px;
    background-position: -420px -1050px;
}

.icon-wordpress:after {
    width: 14px;
    height: 14px;
    background-position: -450px -1050px;
}

.icon-wrench:after {
    width: 13px;
    height: 14px;
    background-position: 0 -1080px;
}

.icon-xing:after {
    width: 11px;
    height: 14px;
    background-position: -30px -1080px;
}

.icon-xing-square:after {
    width: 12px;
    height: 14px;
    background-position: -60px -1080px;
}

.icon-y-combinator:after {
    width: 12px;
    height: 14px;
    background-position: -90px -1080px;
}

.icon-yahoo:after {
    width: 12px;
    height: 14px;
    background-position: -120px -1080px;
}

.icon-yelp:after {
    width: 14px;
    height: 14px;
    background-position: -150px -1080px;
}

.icon-youtube:after {
    width: 12px;
    height: 14px;
    background-position: -180px -1080px;
}

.icon-youtube-play:after {
    width: 14px;
    height: 14px;
    background-position: -210px -1080px;
}

.icon-youtube-square:after {
    width: 12px;
    height: 14px;
    background-position: -240px -1080px;
}

.icon-utility-patent-small:after {
    width: 14px;
    height: 14px;
    background-position: 0 -1110px;
}

.icon-patent-pending-small:after {
    width: 14px;
    height: 14px;
    background-position: -30px -1110px;
}

.icon-plant-patent-small:after {
    width: 14px;
    height: 14px;
    background-position: -60px -1110px;
}

.icon-pro-se-small:after {
    width: 14px;
    height: 14px;
    background-position: -90px -1110px;
}

.icon-invention-small:after {
    width: 14px;
    height: 14px;
    background-position: -120px -1110px;
}

.icon-maker-small:after {
    width: 14px;
    height: 14px;
    background-position: -150px -1110px;
}

.icon-intellectual-property-small:after {
    width: 14px;
    height: 14px;
    background-position: -180px -1110px;
}

.icon-design-patent-small:after {
    width: 14px;
    height: 14px;
    background-position: -210px -1110px;
}

.icon-prior-art-small:after {
    width: 14px;
    height: 14px;
    background-position: -240px -1110px;
}

.icon-small-inventor-small:after {
    width: 14px;
    height: 14px;
    background-position: -270px -1110px;
}

.icon-large-inventor-small:after {
    width: 14px;
    height: 14px;
    background-position: -300px -1110px;
}

.icon-infringement-small:after {
    width: 14px;
    height: 14px;
    background-position: -330px -1110px;
}

.icon-trade-secret-small:after {
    width: 14px;
    height: 14px;
    background-position: -360px -1110px;
}

.icon-micro-entity-inventor-small:after {
    width: 14px;
    height: 14px;
    background-position: -390px -1110px;
}

.icon-service-mark-small:after {
    width: 14px;
    height: 14px;
    background-position: -420px -1110px;
}

.icon-counterfeit-small:after {
    width: 14px;
    height: 14px;
    background-position: -450px -1110px;
}

.icon-ptotrademark-small:after {
    width: 14px;
    height: 14px;
    background-position: 0 -1140px;
}

.icon-stem-small:after {
    width: 14px;
    height: 14px;
    background-position: -30px -1140px;
}

.icon-pro-bono-small:after {
    width: 14px;
    height: 14px;
    background-position: -60px -1140px;
}

.icon-utility-patent:after {
    width: 48px;
    height: 48px;
    background-position: 0 0;
}

.icon-patent-pending:after {
    width: 48px;
    height: 48px;
    background-position: -64px 0;
}

.icon-plant-patent:after {
    width: 48px;
    height: 48px;
    background-position: -128px 0;
}

.icon-pro-se:after {
    width: 48px;
    height: 48px;
    background-position: -192px 0;
}

.icon-invention:after {
    width: 48px;
    height: 48px;
    background-position: -256px 0;
}

.icon-maker:after {
    width: 48px;
    height: 48px;
    background-position: -320px 0;
}

.icon-intellectual-property:after {
    width: 48px;
    height: 48px;
    background-position: -384px 0;
}

.icon-design-patent:after {
    width: 48px;
    height: 48px;
    background-position: -448px 0;
}

.icon-prior-art:after {
    width: 48px;
    height: 48px;
    background-position: -512px 0;
}

.icon-small-inventor:after {
    width: 48px;
    height: 48px;
    background-position: -576px 0;
}

.icon-large-inventor:after {
    width: 48px;
    height: 48px;
    background-position: -640px 0;
}

.icon-infringement:after {
    width: 48px;
    height: 48px;
    background-position: -704px 0;
}

.icon-trade-secret:after {
    width: 48px;
    height: 48px;
    background-position: -768px 0;
}

.icon-micro-entity-inventor:after {
    width: 48px;
    height: 48px;
    background-position: -832px 0;
}

.icon-service-mark:after {
    width: 48px;
    height: 48px;
    background-position: -896px 0;
}

.icon-counterfeit:after {
    width: 48px;
    height: 48px;
    background-position: -960px 0;
}

.icon-ptotrademark:after {
    width: 48px;
    height: 48px;
    background-position: 0 -64px;
}

.icon-stem:after {
    width: 48px;
    height: 48px;
    background-position: -64px -64px;
}

.icon-pro-bono:after {
    width: 48px;
    height: 48px;
    background-position: -128px -64px;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: Helvetica Neue, Tahoma, Arial, sans-serif !important;
    line-height: 1.4;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 190px; /*this is due to card views getting out of wack*/
}

.img-rounded {
    border-radius: 2px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.4;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Helvetica Neue, Tahoma, Arial, sans-serif !important;
    font-weight: 500;
    line-height: 1.1;
    color: #222;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #707070;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 18px;
    margin-bottom: 9px;
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 9px;
    margin-bottom: 9px;
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-size: 33px;
}

h2,
.h2 {
    font-size: 27px;
}

h3,
.h3 {
    font-size: 23px;
}

h4,
.h4 {
    font-size: 17px;
}

h5,
.h5 {
    font-size: 13px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 9px;
}

.lead {
    margin-bottom: 18px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 19.5px;
    }
}

small,
.small {
    font-size: 92%;
}

mark,
.mark {
    background-color: #fdf7dc;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #707070;
}

.text-primary {
    color: #004c97;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #003264;
}

.text-success {
    color: #008139;
}

a.text-success:hover,
a.text-success:focus {
    color: #004e22;
}

.text-info {
    color: #1596d1;
}

a.text-info:hover,
a.text-info:focus {
    color: #1075a3;
}

.text-warning {
    color: #f2a900;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #bf8500;
}

.text-danger {
    color: #ac2b37;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #83212a;
}

.bg-primary {
    color: #fff;
    background-color: #004c97;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #003264;
}

.bg-success {
    background-color: #edf2de;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #dae3b9;
}

.bg-info {
    background-color: #e8f5fa;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #bde1f2;
}

.bg-warning {
    background-color: #fdf7dc;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f9ebac;
}

.bg-danger {
    background-color: #f3dfe1;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4bbbe;
}

.page-header {
    padding-bottom: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid #eee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 9px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 18px;
}

dt,
dd {
    line-height: 1.4;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #707070;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 9px 18px;
    margin: 0 0 18px;
    font-size: 16.25px;
    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.4;
        color: #707070;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        blockquote.pull-right footer:before,
        .blockquote-reverse small:before,
        blockquote.pull-right small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        blockquote.pull-right footer:after,
        .blockquote-reverse small:after,
        blockquote.pull-right small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 18px;
    font-style: normal;
    line-height: 1.4;
}

@font-face {
    /*font-family: "Segoe UI";*/
    font-weight: 200;
    src: local("Segoe UI Light");
}

@font-face {
    /*font-family: "Segoe UI";*/
    font-weight: 300;
    src: local("Segoe UI Semilight");
}

@font-face {
    /*font-family: "Segoe UI";*/
    font-weight: 400;
    src: local("Segoe UI");
}

@font-face {
    /*font-family: "Segoe UI";*/
    font-weight: 600;
    src: local("Segoe UI Semibold");
}

@font-face {
    /*font-family: "Segoe UI";*/
    font-weight: 700;
    src: local("Segoe UI Bold");
}

@font-face {
    /*font-family: "Segoe UI";*/
    font-style: italic;
    font-weight: 400;
    src: local("Segoe UI Italic");
}

@font-face {
    /*font-family: "Segoe UI";*/
    font-style: italic;
    font-weight: 700;
    src: local("Segoe UI Bold Italic");
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
}

.black {
    font-weight: 700;
}

.bold {
    font-weight: 600;
}

.normal {
    font-weight: 400;
}

.light {
    font-weight: 300;
}

.toolbar-text {
    padding: 8px 12px;
    display: inline-block;
    vertical-align: middle;
}

dt {
    font-weight: 600;
}

dd {
    margin-bottom: 6px;
}

@media (min-width: 768px) {
    .dl-horizontal dd {
        margin-bottom: 0px;
    }
}

.dl-inverse dt {
    font-weight: normal;
}

.dl-inverse dd {
    font-weight: 600;
}

.dl-inline:before,
.dl-inline:after {
    content: " ";
    display: table;
}

.dl-inline:after {
    clear: both;
}

.dl-inline:before,
.dl-inline:after {
    content: " ";
    display: table;
}

.dl-inline:after {
    clear: both;
}

.dl-inline dd,
.dl-inline dt {
    font-weight: 400;
    float: left;
    display: inline-block;
    color: #707070;
}

.dl-inline dd,
.dl-inline dt {
    margin-right: 4px;
    margin-bottom: 0;
}

    .dl-inline dt:after {
        content: ":";
        display: inline-block;
    }

    .dl-inline dd:after {
        margin-left: 8px;
        margin-right: 4px;
        display: inline-block;
        content: "\2022";
    }

    .dl-inline dd:last-child:after {
        display: none;
    }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.subhead,
.title,
.headline,
.display1,
.display2,
.display3 {
    color: #222;
}

h1,
h2,
h3,
.h1,
.h2,
.h3,
.display2,
.display1,
.headline {
    margin-top: 32px;
    margin-bottom: 9px;
}

h4,
h5,
h6,
.h4,
.h5,
.h6,
.title,
.subhead {
    margin-top: 18px;
    margin-bottom: 9px;
}

.caption {
    font-size: 12px;
    color: #707070;
}

h6,
.h6 {
    font-weight: 600;
    font-size: 13px;
}

.subhead,
h5,
.h5 {
    font-size: 16px;
    font-weight: 600;
}

.title,
h4,
.h4 {
    font-size: 18px;
    font-weight: 600;
}

.headline,
h3,
.h3 {
    font-size: 20px;
    font-weight: 600;
}

.display1,
h2,
.h2 {
    font-size: 25px;
    font-weight: 600;
}

.display2,
h1,
.h1 {
    font-size: 40px;
    font-weight: 400;
}

.display3 {
    font-size: 56px;
    font-weight: 400;
}

.prose {
    font-size: 14px;
    line-height: 1.8;
}

p a {
    text-decoration: underline;
}

    p a:visited {
        color: #800080;
    }

    p a.link-top {
        text-decoration: none;
    }

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 2px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 2px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12px;
    line-height: 1.4;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 2px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
}

@media (min-width: 768px) {
    .container {
        width: 736px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 956px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1156px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
}

.row {
    margin-left: -8px;
    margin-right: -8px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #707070;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.4;
        vertical-align: top;
        border-top: 1px solid #e9eaeb;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #e9eaeb;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #e9eaeb;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 4px;
}

.table-bordered {
    border: 1px solid #e9eaeb;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #e9eaeb;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f8f9fa;
}

.table-hover > tbody > tr:hover {
    background-color: #e8f5fa;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #fdfbe4;
}

.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: #fbf7cc;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #edf2de;
}

.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: #e3eacb;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #e8f5fa;
}

.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: #d2ebf6;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fdf7dc;
}

.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: #fbf1c4;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f3dfe1;
}

.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: #ebcdd0;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 13.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #e9eaeb;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

.table-sortable > thead > tr > .sortable.active {
    background: #ededed;
    border-color: #e3e3e3;
    color: #222;
    font-weight: 700;
}

.table-sortable > thead > tr > .sortable:hover {
    background: #e6e6e6;
    border-color: #e3e3e3;
    cursor: pointer;
}

.table-borderless > tbody > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: transparent;
}

.table-striped > tbody > tr:nth-child(even) {
    background-color: #f8f9fa;
}

.panel > .panel-collapse > .table {
    border-top: 1px solid #ddd;
}

.table-hover > tbody > tr:hover {
    background-color: #e8f5fa;
}

.table-outline {
    border: 1px solid #eee;
}

.table-valign > tbody > tr > td {
    vertical-align: middle;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px 11.2px;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 4px 8px;
}

.table-comfortable > thead > tr > th,
.table-comfortable > tbody > tr > th,
.table-comfortable > tfoot > tr > th,
.table-comfortable > thead > tr > td,
.table-comfortable > tbody > tr > td,
.table-comfortable > tfoot > tr > td {
    padding: 12.8px 16px;
}

.table > thead > tr {
    background: #f5f5f5;
}

    .table > thead > tr > th {
        border-bottom-color: #e9eaeb;
        border-bottom-width: 2px;
        font-weight: 600;
    }

.table-group {
    background-color: #f5f5f5;
}

.table > thead > tr > .table-config-column {
    width: 28px;
    text-align: center;
    padding: 0;
    vertical-align: middle;
}

    .table > thead > tr > .table-config-column > button {
        background: none;
        padding: 0;
        margin: 0;
        border: none;
        width: 100%;
        height: 100%;
    }

        .table > thead > tr > .table-config-column > button:hover {
            background-color: #e6e6e6;
        }

.table[data-pl-expandable-rows] > tbody > tr:not([data-pl-detail-row]) {
    cursor: pointer;
}

.table[data-pl-expandable-rows] > tbody > tr[data-pl-detail-row] > td:first-child {
    box-shadow: inset 3px 0 0 #eee;
    background: #f6f6f6;
}

.table[data-pl-expandable-rows] > tbody > tr[aria-expanded="false"] > td > .icon-angle-right::after {
    transition: -webkit-transform .05s;
    transition: transform .05s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.table[data-pl-expandable-rows] > tbody > tr[aria-expanded="true"] > td > .icon-angle-right::after {
    transition: -webkit-transform .05s;
    transition: transform .05s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.table-primary > thead > tr {
    background: #004c97;
}

    .table-primary > thead > tr > th {
        color: #fff;
        border-bottom: none;
    }

.table-primary.table-bordered {
    border-top-color: #003f7e;
}

    .table-primary.table-bordered > thead > tr > th {
        border-color: #003f7e;
        border-bottom: 1px solid #003f7e;
    }

.table-success > thead > tr {
    background: #008139;
}

    .table-success > thead > tr > th {
        color: #fff;
        border-bottom: none;
    }

.table-success.table-bordered {
    border-top-color: #00682e;
}

    .table-success.table-bordered > thead > tr > th {
        border-color: #00682e;
        border-bottom: 1px solid #00682e;
    }

.table-warning > thead > tr {
    background: #f3d54e;
}

    .table-warning > thead > tr > th {
        color: #fff;
        border-bottom: none;
    }

.table-warning.table-bordered {
    border-top-color: #f1cf36;
}

    .table-warning.table-bordered > thead > tr > th {
        border-color: #f1cf36;
        border-bottom: 1px solid #f1cf36;
    }

.table-danger > thead > tr {
    background: #ac2b37;
}

    .table-danger > thead > tr > th {
        color: #fff;
        border-bottom: none;
    }

.table-danger.table-bordered {
    border-top-color: #982630;
}

    .table-danger.table-bordered > thead > tr > th {
        border-color: #982630;
        border-bottom: 1px solid #982630;
    }

.table-info > thead > tr {
    background: #1596d1;
}

    .table-info > thead > tr > th {
        color: #fff;
        border-bottom: none;
    }

.table-info.table-bordered {
    border-top-color: #1385ba;
}

    .table-info.table-bordered > thead > tr > th {
        border-color: #1385ba;
        border-bottom: 1px solid #1385ba;
    }

.table-inverse > thead > tr {
    background: #282930;
}

    .table-inverse > thead > tr > th {
        color: #fff;
        border-bottom: none;
    }

.table-inverse.table-bordered {
    border-top-color: #1c1d22;
}

    .table-inverse.table-bordered > thead > tr > th {
        border-color: #1c1d22;
        border-bottom: 1px solid #1c1d22;
    }

.table-clear > thead > tr {
    background: transparent;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 19.5px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: flex;
    max-width: 100%;
    margin-bottom: 5px;
    /*font-weight: bold;*/
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 13px;
    line-height: 1.4;
    color: #555;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 32px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 26px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 45px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 18px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    /*cursor: not-allowed;*/
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    /*cursor: not-allowed;*/
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    /*cursor: not-allowed;*/
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 31px;
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm {
    height: 26px;
    padding: 3px 8px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 2px;
}

select.input-sm {
    height: 26px;
    line-height: 26px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 26px;
    padding: 3px 8px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 2px;
}

.form-group-sm select.form-control {
    height: 26px;
    line-height: 26px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 26px;
    min-height: 30px;
    padding: 4px 8px;
    font-size: 15px;
    line-height: 1.5;
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 2px;
}

select.input-lg {
    height: 45px;
    line-height: 45px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 45px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 2px;
}

.form-group-lg select.form-control {
    height: 45px;
    line-height: 45px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 45px;
    min-height: 35px;
    padding: 11px 16px;
    font-size: 15px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 40px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 26px;
    height: 26px;
    line-height: 26px;
}

.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: #008139;
}

.has-success .form-control {
    border-color: #008139;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #004e22;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00e766;
    }

.has-success .input-group-addon {
    color: #008139;
    border-color: #008139;
    background-color: #edf2de;
}

.has-success .form-control-feedback {
    color: #008139;
}

.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: #f2a900;
}

.has-warning .form-control {
    border-color: #f2a900;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #bf8500;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffcd59;
    }

.has-warning .input-group-addon {
    color: #f2a900;
    border-color: #f2a900;
    background-color: #fdf7dc;
}

.has-warning .form-control-feedback {
    color: #f2a900;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #ac2b37;
}

.has-error .form-control {
    border-color: #ac2b37;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #83212a;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d8656f;
    }

.has-error .input-group-addon {
    color: #ac2b37;
    border-color: #ac2b37;
    background-color: #f3dfe1;
}

.has-error .form-control-feedback {
    color: #ac2b37;
}

.has-feedback label ~ .form-control-feedback {
    top: 23px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #848484;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 25px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        /*text-align: right;*/
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 8px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 17px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 4px;
        font-size: 12px;
    }
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-left: 18px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: .2em 0 0;
}

/*label {
    font-weight: 600;
}*/

.has-error .form-control {
    box-shadow: none;
}

.form-group-sm .form-control-static {
    padding-top: 4px;
    padding-bottom: 4px;
}

textarea {
    resize: none;
}

.form-group {
    margin-bottom: 8px;
}

.form-group-heading {
    border-bottom: 1px solid #eee;
    margin-top: 27px;
    margin-bottom: 9px;
}

.input-group-btn > .btn,
.input-group-btn > .btn-group {
    z-index: 2;
}

.input-group > .form-control:focus {
    z-index: 3;
}

.input-search {
    border-radius: 100px;
}

.input-icon {
    position: absolute;
    pointer-events: none;
    margin-top: 7px;
    margin-left: 9px;
    opacity: .35;
}

    .input-icon + input {
        padding-left: 28px;
    }

.form-control-width-xs {
    max-width: 75px;
}

.form-control-width-sm {
    max-width: 150px;
}

.form-control-width-md {
    max-width: 250px;
}

.form-control-width-lg {
    max-width: 350px;
}

.form-control-width-fill {
    max-width: 100%;
}

.switch {
    padding-left: 64px;
    overflow: hidden;
    position: relative;
}

    .switch > input {
        -moz-appearance: none;
        position: absolute;
        width: inherit;
        height: inherit;
        opacity: 0;
        left: 0;
        top: 0;
    }

    .switch > label {
        position: relative;
        cursor: pointer;
        font-weight: 400;
        margin-bottom: 0;
    }

        .switch > label:before {
            cursor: pointer;
            display: inline-block;
            border-radius: 25px;
            height: 25px;
            width: 58px;
            color: #fff;
            font-size: 10px;
            font-weight: 600;
            line-height: 25px;
            text-align: center;
            background: #aaa;
            transition: .2s background-color ease-out;
            margin-left: -64px;
            margin-right: 6px;
        }

    .switch > input:checked + label:before {
        background: #004c97;
    }

    .switch > input:disabled + label:before {
        background: #e6e6e6;
    }

    .switch > input:checked:disabled + label:before {
        background: #b3c9e0;
    }

    .switch > label:before {
        content: attr(data-off);
        padding-left: 20px;
        padding-right: 0;
    }

    .switch > input:checked + label:before {
        content: attr(data-on);
        padding-right: 20px;
        padding-left: 0;
    }

    .switch > label:after {
        cursor: pointer;
        content: "";
        margin: 1px;
        border-radius: 19px;
        width: 19px;
        height: 19px;
        display: block;
        background: #fff;
        position: absolute;
        top: 2px;
        left: -62px;
        z-index: 2;
        transition: .2s left ease-out;
    }

    .switch > input:checked + label:after {
        left: -29px;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 2px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.4;
            text-decoration: none;
            color: #004c97;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 2px;
            border-top-left-radius: 2px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 2px;
            border-top-right-radius: 2px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            color: #00254b;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        background-color: #004c97;
        border-color: #004c97;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #707070;
        background-color: #fff;
        border-color: #ddd;
        /*cursor: not-allowed;*/
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 3px 8px;
    font-size: 15px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.pager {
    padding-left: 0;
    margin: 18px 0;
    list-style: none;
    text-align: center;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .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 .disabled > a:focus,
    .pager .disabled > span {
        color: #707070;
        background-color: #fff;
        /*cursor: not-allowed;*/
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #707070;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #575757;
    }

.label-primary {
    background-color: #004c97;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #003264;
    }

.label-success {
    background-color: #008139;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #004e22;
    }

.label-info {
    background-color: #1596d1;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #1075a3;
    }

.label-warning {
    background-color: #f3d54e;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #f0ca1e;
    }

.label-danger {
    background-color: #ac2b37;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #83212a;
    }

.label {
    display: inline-block;
}

.label-warning {
    color: #444;
}

.label-default.subtle {
    color: #444;
    background-color: #f1f1f1;
    border: 1px solid #bebebe;
}

.label-success.subtle {
    color: #008139;
    background-color: #edf2de;
    border: 1px solid #d5d9c7;
}

.label-info.subtle {
    color: #1596d1;
    background-color: #e8f5fa;
    border: 1px solid #d0dce1;
}

.label-warning.subtle {
    color: #444;
    background-color: #fdf7dc;
    border: 1px solid #e3dec6;
}

.label-danger.subtle {
    color: #ac2b37;
    background-color: #f3dfe1;
    border: 1px solid #dac9cb;
}

.label-primary.subtle {
    color: #004c97;
    background-color: #ecf2f7;
    border: 1px solid #a6c0db;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #707070;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #fff;
    background-color: #004c97;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.badge {
    padding: 3px 7px 4px 7px;
}

.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: 20px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 2px;
    padding-left: 8px;
    padding-right: 8px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 59px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 18px;
    line-height: 1.4;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    transition: border .2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #004c97;
}

.thumbnail .caption {
    padding: 9px;
    color: #444;
}

.alert {
    padding: 6px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 2px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 26px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #edf2de;
    border-color: #d5d9c7;
    color: #444;
}

    .alert-success hr {
        border-top-color: #cacfb8;
    }

    .alert-success .alert-link {
        color: #2b2b2b;
    }

.alert-info {
    background-color: #e8f5fa;
    border-color: #d0dce1;
    color: #444;
}

    .alert-info hr {
        border-top-color: #c1d0d7;
    }

    .alert-info .alert-link {
        color: #2b2b2b;
    }

.alert-warning {
    background-color: #fdf7dc;
    border-color: #e3dec6;
    color: #444;
}

    .alert-warning hr {
        border-top-color: #dbd4b4;
    }

    .alert-warning .alert-link {
        color: #2b2b2b;
    }

.alert-danger {
    background-color: #f3dfe1;
    border-color: #dac9cb;
    color: #444;
}

    .alert-danger hr {
        border-top-color: #d0babc;
    }

    .alert-danger .alert-link {
        color: #2b2b2b;
    }

.alert {
    display: inline-block;
    width: 100%;
    padding: 6px 12px;
}

    .alert .close {
        margin-top: -3px;
        margin-left: 8px;
        margin-right: -3px;
        text-shadow: none;
    }

    .alert .alert-icon {
        margin-right: 3px;
        width: 18px;
        margin-left: -4px;
        text-align: center;
        display: inline-block;
    }

    .alert .btn {
        margin: -4px;
        margin-left: 10px;
        text-decoration: underline;
    }

.alert-dismissible {
    padding-right: 32px;
}

    .alert-dismissible .close {
        margin-top: 0px;
    }

.toast-list .toast {
    border: 1px solid #ddd;
    border-left-width: 4px;
    border-radius: 2px;
    margin-bottom: 9px;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 12px;
}

    .toast-list .toast.toast-info {
        border-left-color: #1596d1;
    }

    .toast-list .toast.toast-primary {
        border-left-color: #004c97;
    }

    .toast-list .toast.toast-success {
        border-left-color: #008139;
    }

    .toast-list .toast.toast-danger {
        border-left-color: #ac2b37;
    }

    .toast-list .toast.toast-warning {
        border-left-color: #f3d54e;
    }

    .toast-list .toast .toast-actions {
        margin-top: 6px;
        padding-top: 0;
        display: inline-block;
        width: 100%;
    }

        .toast-list .toast .toast-actions > .btn-link {
            padding: 0px;
            margin-right: 8px;
        }

    .toast-list .toast .toast-footer {
        background: #eee;
        margin: 10px -12px -12px -12px;
        padding: 8px 5px 8px 10px;
    }

    .toast-list .toast .close {
        margin-top: -3px;
        margin-left: 8px;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    background-color: #004c97;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #008139;
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #1596d1;
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f3d54e;
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #ac2b37;
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    height: 12px;
}

.progress-bar {
    transition: width 0.5s;
    box-shadow: none;
}

.progress-label {
    margin-bottom: 6px;
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media,
.media-body {
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }

a.list-group-item,
button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover,
    button.list-group-item:hover,
    a.list-group-item:focus,
    button.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eee;
    color: #707070;
    /*cursor: not-allowed;*/
}

    .list-group-item.disabled .list-group-item-heading,
    .list-group-item.disabled:hover .list-group-item-heading,
    .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text,
    .list-group-item.disabled:hover .list-group-item-text,
    .list-group-item.disabled:focus .list-group-item-text {
        color: #707070;
    }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #004c97;
    border-color: #004c97;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text {
        color: #64b2ff;
    }

.list-group-item-success {
    color: #008139;
    background-color: #edf2de;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #008139;
}

    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover,
    button.list-group-item-success:hover,
    a.list-group-item-success:focus,
    button.list-group-item-success:focus {
        color: #008139;
        background-color: #e3eacb;
    }

    a.list-group-item-success.active,
    button.list-group-item-success.active,
    a.list-group-item-success.active:hover,
    button.list-group-item-success.active:hover,
    a.list-group-item-success.active:focus,
    button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #008139;
        border-color: #008139;
    }

.list-group-item-info {
    color: #1596d1;
    background-color: #e8f5fa;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #1596d1;
}

    a.list-group-item-info .list-group-item-heading,
    button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover,
    button.list-group-item-info:hover,
    a.list-group-item-info:focus,
    button.list-group-item-info:focus {
        color: #1596d1;
        background-color: #d2ebf6;
    }

    a.list-group-item-info.active,
    button.list-group-item-info.active,
    a.list-group-item-info.active:hover,
    button.list-group-item-info.active:hover,
    a.list-group-item-info.active:focus,
    button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #1596d1;
        border-color: #1596d1;
    }

.list-group-item-warning {
    color: #f2a900;
    background-color: #fdf7dc;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #f2a900;
}

    a.list-group-item-warning .list-group-item-heading,
    button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover,
    button.list-group-item-warning:hover,
    a.list-group-item-warning:focus,
    button.list-group-item-warning:focus {
        color: #f2a900;
        background-color: #fbf1c4;
    }

    a.list-group-item-warning.active,
    button.list-group-item-warning.active,
    a.list-group-item-warning.active:hover,
    button.list-group-item-warning.active:hover,
    a.list-group-item-warning.active:focus,
    button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #f2a900;
        border-color: #f2a900;
    }

.list-group-item-danger {
    color: #ac2b37;
    background-color: #f3dfe1;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #ac2b37;
}

    a.list-group-item-danger .list-group-item-heading,
    button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover,
    button.list-group-item-danger:hover,
    a.list-group-item-danger:focus,
    button.list-group-item-danger:focus {
        color: #ac2b37;
        background-color: #ebcdd0;
    }

    a.list-group-item-danger.active,
    button.list-group-item-danger.active,
    a.list-group-item-danger.active:hover,
    button.list-group-item-danger.active:hover,
    a.list-group-item-danger.active:focus,
    button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #ac2b37;
        border-color: #ac2b37;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    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: 2px;
}

.well-sm {
    padding: 9px;
    border-radius: 2px;
}

.close {
    float: right;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        transition: -webkit-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);
        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;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.4;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.modal-footer {
    background-color: #fafafb;
    border-top: 1px solid #ddd;
}

    .modal-footer:last-child {
        border-radius: 0 0 2px 2px;
    }

.modal-header {
    background: #fafafb;
    border-bottom: 1px solid #ddd;
}

    .modal-header .close {
        margin-top: 1px;
    }

.modal-center .modal-header,
.modal-center .modal-body {
    text-align: center;
}

.modal-content {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border: none;
    display: inline-block;
    width: 100%;
}

@media (min-width: 768px) {
    .modal-content {
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Helvetica Neue, Tahoma, Arial, sans-serif !important;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.4;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: .99;
        filter: alpha(opacity=99);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #313233;
    border-radius: 2px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #313233;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #313233;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #313233;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #313233;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #313233;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #313233;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #313233;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #313233;
}

.tooltip-inner {
    padding: 6px 12px;
    text-align: left;
}

.tooltip-light {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Helvetica Neue, Tahoma, Arial, sans-serif !important;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.4;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip-light.in {
        opacity: .99;
        filter: alpha(opacity=99);
    }

    .tooltip-light.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip-light.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip-light.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip-light.left {
        margin-left: -3px;
        padding: 0 5px;
    }

    .tooltip-light .tooltip-inner {
        max-width: 200px;
        padding: 6px 12px;
        color: #313233;
        text-align: center;
        background-color: #eee;
        border-radius: 2px;
    }

    .tooltip-light .tooltip-arrow {
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

    .tooltip-light.top .tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 5px 5px 0;
        border-top-color: #eee;
    }

    .tooltip-light.top-left .tooltip-arrow {
        bottom: 0;
        right: 5px;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #eee;
    }

    .tooltip-light.top-right .tooltip-arrow {
        bottom: 0;
        left: 5px;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #eee;
    }

    .tooltip-light.right .tooltip-arrow {
        top: 50%;
        left: 0;
        margin-top: -5px;
        border-width: 5px 5px 5px 0;
        border-right-color: #eee;
    }

    .tooltip-light.left .tooltip-arrow {
        top: 50%;
        right: 0;
        margin-top: -5px;
        border-width: 5px 0 5px 5px;
        border-left-color: #eee;
    }

    .tooltip-light.bottom .tooltip-arrow {
        top: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #eee;
    }

    .tooltip-light.bottom-left .tooltip-arrow {
        top: 0;
        right: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #eee;
    }

    .tooltip-light.bottom-right .tooltip-arrow {
        top: 0;
        left: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #eee;
    }

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Helvetica Neue, Tahoma, Arial, sans-serif !important;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.4;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 13px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 13px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 1px 1px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.1);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.1);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        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.1);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }

.popover {
    padding: 0;
}

    .popover .popover-title {
        font-weight: 600;
    }

.popover-toolbar {
    display: inline-block;
    width: 100%;
    padding: 9px 14px;
    border-top: 1px solid #eee;
}

.noUi-target[data-pips] {
    margin-bottom: 48px;
}

.noUi-target {
    margin-top: 13px;
    margin-bottom: 13px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 3px;
    border: none;
}

    .noUi-target.noUi-connect,
    .noUi-connect {
        box-shadow: none;
        background: #004c97;
    }

    .noUi-target[disabled].noUi-connect,
    .noUi-target[disabled] .noUi-connect {
        background: #ccc;
    }

.noUi-horizontal[disabled] .noUi-handle,
.noUi-vertical[disabled] .noUi-handle {
    border-color: #ccc;
}

    .noUi-horizontal[disabled] .noUi-handle:hover,
    .noUi-vertical[disabled] .noUi-handle:hover,
    .noUi-horizontal[disabled] .noUi-handle.noUi-active,
    .noUi-vertical[disabled] .noUi-handle.noUi-active {
        box-shadow: none;
    }

.noUi-background {
    background: #f5f5f5;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
    border: 2px solid #004c97;
    background: #f5f5f5;
    box-shadow: none;
    border-radius: 100px;
    height: 18px;
    width: 18px;
    left: -9px;
    top: -6px;
}

    .noUi-horizontal .noUi-handle:hover,
    .noUi-vertical .noUi-handle:hover,
    .noUi-horizontal .noUi-handle.noUi-active,
    .noUi-vertical .noUi-handle.noUi-active {
        box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    }

.noUi-horizontal {
    height: 6px;
}

.noUi-pips-horizontal {
    padding-top: 0;
    margin-top: 10px;
}

.noUi-value-horizontal.noUi-value-sub {
    color: #707070;
}

.noUi-pips {
    color: #555;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
    content: none;
}

.noUi-value-horizontal {
    padding-top: 14px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 10px;
}

.filters-horizontal {
    padding: 8px;
}

    .filters-horizontal h4 {
        margin: 0;
        vertical-align: middle;
    }

    .filters-horizontal ul > li {
        float: left;
        clear: both;
        margin-left: 10px;
        margin-right: 10px;
    }

.filter-value {
    padding: 2px 8px;
    border-radius: 2px;
    background-color: #eee;
    border: none;
    margin: 0 5px 5px 0;
    display: inline-block;
}

    .filter-value:hover,
    .filter-value:focus {
        background: #ddd;
        cursor: pointer;
    }

        .filter-value:hover i,
        .filter-value:focus i {
            opacity: 1;
        }

    .filter-value i {
        margin-left: 5px;
    }

.filters > h5 {
    color: #707070;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 25px;
}

.filters .filter-group-title {
    padding: 8px 14px;
    font-weight: 600;
    cursor: pointer;
}

    .filters .filter-group-title:hover {
        color: #000;
    }

        .filters .filter-group-title:hover .icon-angle-right {
            opacity: 1;
        }

    .filters .filter-group-title .icon {
        position: relative;
        top: 0px;
        margin-left: 8px;
        opacity: .5;
    }

    .filters .filter-group-title[aria-expanded="false"] .icon-angle-right::after {
        transition: -webkit-transform .2s;
        transition: transform .2s;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .filters .filter-group-title[aria-expanded="true"] .icon-angle-right::after {
        transition: -webkit-transform .2s;
        transition: transform .2s;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.filters .filter-group-content {
    padding: 2px 14px 0px 14px;
}

    .filters .filter-group-content:before,
    .filters .filter-group-content:after {
        content: " ";
        display: table;
    }

    .filters .filter-group-content:after {
        clear: both;
    }

    .filters .filter-group-content:before,
    .filters .filter-group-content:after {
        content: " ";
        display: table;
    }

    .filters .filter-group-content:after {
        clear: both;
    }

.filters .filter-heading {
    padding: 6px 14px;
    margin-top: 9px;
}

.filters-horizontal .filter-heading {
    display: inline;
}

.filters .filters-clear {
    font-size: 13px;
    float: right;
    line-height: 22px;
}

.filters .filter-color {
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
    border-radius: 1px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

    .filters .filter-color.active {
        box-shadow: 0 0 0 2px #66afe9;
    }

    .filters .filter-color:hover {
        box-shadow: 0 0 0 2px #ddd;
        cursor: pointer;
    }

.filter-criteria {
    padding: 8px;
}

    .filter-criteria .filter-applied-list {
        list-style: none;
        display: inline-block;
        padding: 0;
        margin: 0;
        vertical-align: top;
    }

        .filter-criteria .filter-applied-list > li {
            display: inline-block;
            margin: 0;
            padding: 0;
            color: #004c97;
            float: left;
        }

            .filter-criteria .filter-applied-list > li:after {
                display: inline-block;
                content: ",";
                margin-right: 6px;
                color: #707070;
                text-align: left;
            }

            .filter-criteria .filter-applied-list > li:last-child:after {
                display: none;
            }

.filters .form-group .checkbox:first-child {
    margin-top: 0;
}

.filters label {
    font-weight: 400;
}

.loading-background,
.loading-icon {
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAJEDAMzMzLOzs39/f////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgADACwAAAAAFAAUAAACPJyPqcuNItyCUJoQBo0ANIxpXOctYHaQpYkiHfM2cUrCNT0nqr4uudsz/IC5na/2Mh4Hu+HR6YBaplRDAQAh+QQFCgADACwEAAIADAAGAAACFpwdcYupC8BwSogR46xWZHl0l8ZYQwEAIfkEBQoAAwAsCAACAAoACgAAAhccMKl2uHxGCCvO+eTNmishcCCYjWEZFgAh+QQFCgADACwMAAQABgAMAAACFxwweaebhl4K4VE6r61DiOd5SfiN5VAAACH5BAUKAAMALAgACAAKAAoAAAIYnD8AeKqcHIwwhGntEWLkO3CcB4biNEIFACH5BAUKAAMALAQADAAMAAYAAAIWnDSpAHa4GHgohCHbGdbipnBdSHphAQAh+QQFCgADACwCAAgACgAKAAACF5w0qXa4fF6KUoVQ75UaA7Bs3yeNYAkWACH5BAUKAAMALAIABAAGAAwAAAIXnCU2iMfaRghqTmMp1moAoHyfIYIkWAAAOw==);
    background-repeat: no-repeat;
    background-position: center;
    color: transparent !important;
}

.loading-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.btn > .loading-icon {
    margin: -3px 0 0 0;
}

.loading-overlay {
    position: absolute;
    text-align: center;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    border-radius: 32px;
    background: #fff;
    padding: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    color: transparent;
}

.loading {
    text-align: center;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    border-radius: 32px;
    background: #fff;
    opacity: .9;
    padding: 5px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    color: transparent;
}


.tag {
    padding: 2px 8px;
    border-radius: 2px;
    background-color: #eee;
    border: none;
    margin: 0 5px 5px 0;
    display: inline-block;
}

    .tag:hover,
    .tag:focus {
        background: #e2e2e2;
        cursor: pointer;
    }

        .tag:hover i,
        .tag:focus i {
            opacity: 1;
        }

    .tag i {
        margin-left: 5px;
    }

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.keyline-all {
    border: 1px solid #ddd;
}

.keyline-top {
    border-top: 1px solid #ddd;
}

.keyline-right {
    border-right: 1px solid #ddd;
}

.keyline-bottom {
    border-bottom: 1px solid #ddd;
}

.keyline-left {
    border-left: 1px solid #ddd;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-top-1 {
    padding-top: 9px;
}

.padding-top-2 {
    padding-top: 18px;
}

.padding-top-4 {
    padding-top: 36px;
}

.padding-left-1 {
    padding-left: 9px;
}

.padding-left-2 {
    padding-left: 18px;
}

.padding-left-4 {
    padding-left: 36px;
}

.padding-right-1 {
    padding-right: 9px;
}

.padding-right-2 {
    padding-right: 18px;
}

.padding-right-4 {
    padding-right: 36px;
}

.padding-bottom-1 {
    padding-bottom: 9px;
}

.padding-bottom-2 {
    padding-bottom: 18px;
}

.padding-bottom-4 {
    padding-bottom: 36px;
}

.padding-0 {
    padding: 0;
}

.padding-1 {
    padding: 9px;
}

.padding-2 {
    padding: 18px;
}

.padding-4 {
    padding: 36px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-left-0 {
    margin-left: 0;
}

.margin-right-0 {
    margin-right: 0;
}

.margin-top-1 {
    margin-top: 9px;
}

.margin-top-2 {
    margin-top: 18px;
}

.margin-top-4 {
    margin-top: 36px;
}

.margin-left-1 {
    margin-left: 9px;
}

.margin-left-2 {
    margin-left: 18px;
}

.margin-left-4 {
    margin-left: 36px;
}

.margin-right-1 {
    margin-right: 9px;
}

.margin-right-2 {
    margin-right: 18px;
}

.margin-right-4 {
    margin-right: 36px;
}

.margin-bottom-1 {
    margin-bottom: 9px;
}

.margin-bottom-2 {
    margin-bottom: 18px;
}

.margin-bottom-4 {
    margin-bottom: 36px;
}

.margin-0 {
    margin: 0;
}

.margin-1 {
    margin: 9px;
}

.margin-2 {
    margin: 18px;
}

.margin-4 {
    margin: 36px;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.highlight .hll {
    background-color: #ffc;
}

.highlight .c {
    color: #999988;
    font-style: italic;
}

.highlight .err {
    color: #a61717;
    background-color: #e3d2d2;
}

.highlight .k {
    color: #000000;
    font-weight: bold;
}

.highlight .o {
    color: #000000;
    font-weight: bold;
}

.highlight .cm {
    color: #999988;
    font-style: italic;
}

.highlight .cp {
    color: #999999;
    font-weight: bold;
    font-style: italic;
}

.highlight .c1 {
    color: #999988;
    font-style: italic;
}

.highlight .cs {
    color: #999999;
    font-weight: bold;
    font-style: italic;
}

.highlight .gd {
    color: #000000;
    background-color: #fdd;
}

.highlight .ge {
    color: #000000;
    font-style: italic;
}

.highlight .gr {
    color: #a00;
}

.highlight .gh {
    color: #999;
}

.highlight .gi {
    color: #000000;
    background-color: #dfd;
}

.highlight .go {
    color: #888;
}

.highlight .gp {
    color: #555;
}

.highlight .gs {
    font-weight: bold;
}

.highlight .gu {
    color: #aaa;
}

.highlight .gt {
    color: #a00;
}

.highlight .kc {
    color: #000000;
    font-weight: bold;
}

.highlight .kd {
    color: #000000;
    font-weight: bold;
}

.highlight .kn {
    color: #000000;
    font-weight: bold;
}

.highlight .kp {
    color: #000000;
    font-weight: bold;
}

.highlight .kr {
    color: #000000;
    font-weight: bold;
}

.highlight .kt {
    color: #445588;
    font-weight: bold;
}

.highlight .m {
    color: #099;
}

.highlight .s {
    color: #d01040;
}

.highlight .na {
    color: #008080;
}

.highlight .nb {
    color: #0086b3;
}

.highlight .nc {
    color: #445588;
    font-weight: bold;
}

.highlight .no {
    color: #008080;
}

.highlight .nd {
    color: #3c5d5d;
    font-weight: bold;
}

.highlight .ni {
    color: #800080;
}

.highlight .ne {
    color: #990000;
    font-weight: bold;
}

.highlight .nf {
    color: #990000;
    font-weight: bold;
}

.highlight .nl {
    color: #990000;
    font-weight: bold;
}

.highlight .nn {
    color: #555;
}

.highlight .nt {
    color: #000080;
}

.highlight .nv {
    color: #008080;
}

.highlight .ow {
    color: #000000;
    font-weight: bold;
}

.highlight .w {
    color: #bbb;
}

.highlight .mf {
    color: #099;
}

.highlight .mh {
    color: #099;
}

.highlight .mi {
    color: #099;
}

.highlight .mo {
    color: #099;
}

.highlight .sb {
    color: #d01040;
}

.highlight .sc {
    color: #d01040;
}

.highlight .sd {
    color: #d01040;
}

.highlight .s2 {
    color: #d01040;
}

.highlight .se {
    color: #d01040;
}

.highlight .sh {
    color: #d01040;
}

.highlight .si {
    color: #d01040;
}

.highlight .sx {
    color: #d01040;
}

.highlight .sr {
    color: #009926;
}

.highlight .s1 {
    color: #d01040;
}

.highlight .ss {
    color: #990073;
}

.highlight .bp {
    color: #999;
}

.highlight .vc {
    color: #008080;
}

.highlight .vg {
    color: #008080;
}

.highlight .vi {
    color: #008080;
}

.highlight .il {
    color: #099;
}

html,
body {
    height: 100%;
}

body {
    position: relative;
    overflow-y: auto;
}

.pl-palette-color {
    display: inline-block;
    padding: 4px;
    margin-bottom: 8px;
    margin-right: 8px;
    border: 1px solid #eee;
    text-align: center;
}

    .pl-palette-color .pl-palette-preview {
        border-radius: 2px;
        width: 125px;
        height: 50px;
    }

    .pl-palette-color .pl-palette-variable {
        font-weight: 600;
        color: #707070;
    }

.pl-header {
    padding: 0;
}

    .pl-header .navbar-brand {
        width: 158px;
        padding-left: 16px;
        background: #003f7e;
    }

    .pl-header .pl-uspto-logo {
        margin-top: -2px;
    }

    .pl-header .nav-collapse {
        background: #003f7e;
        padding: 12px 14px;
        border: none;
        float: left;
        height: 42px;
    }

.pl-collapsed-nav .pl-sidebar {
    display: none;
}

.pl-collapsed-nav .pl-content {
    margin-left: 0;
}

.pl-collapsed-nav .pl-sub-header {
    left: 0;
}

.pl-collapsed-nav .pl-header .navbar-brand {
    display: none !important;
}

.pl-collapsed-nav .pl-header .container-fluid {
    padding-left: 0;
}

    .pl-collapsed-nav .pl-header .container-fluid > .navbar-header {
        margin-left: 0;
    }

.pl-no-sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .pl-no-sidebar .pl-sidebar {
        display: none;
    }

    .pl-no-sidebar .pl-content {
        margin: auto;
        padding-left: 8px;
        padding-right: 8px;
    }

    .pl-no-sidebar .navbar-brand {
        background: none;
    }

.pl-sub-header {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    position: fixed;
    padding: 15px;
    z-index: 2;
    right: 0;
    left: 200px;
    top: 42px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .pl-sub-header h3 {
        margin-left: 8px;
        margin-top: 12px;
        margin-bottom: 4px;
        font-weight: 600;
    }

    .pl-sub-header h5 {
        margin-left: 8px;
        color: #707070;
        margin-top: 0;
        margin-bottom: 0;
    }

    .pl-sub-header .pull-right {
        padding: 0px;
    }

.pl-container {
    position: relative;
    height: 100%;
}

.pl-panel,
.pl-content .pl-pattern {
    display: block;
    margin: 40px;
    padding: 40px;
    line-height: 1.8;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.025);
}

.pl-content {
    margin-left: 200px;
    position: relative;
    padding-top: 42px;
}

@media (max-width: 767px) {
    .pl-content {
        margin-left: 0;
        padding-top: 42px;
        padding-left: 0;
        padding-right: 0;
    }
}

.pl-content .pl-footer {
    padding: 0 30px 30px 30px;
}

.pl-content .pl-pattern {
    padding: 40px 40px 0 40px;
}

@media (max-width: 767px) {
    .pl-content .pl-pattern {
        margin: 6px;
    }
}

.pl-content .pl-pattern > h3 {
    font-size: 28px;
    margin-top: 0;
    font-weight: 400;
}

    .pl-content .pl-pattern > h3 .pl-heading-link {
        text-decoration: none;
    }

        .pl-content .pl-pattern > h3 .pl-heading-link .pl-heading-link-hash {
            color: #ccc;
            position: absolute;
            display: none;
        }

        .pl-content .pl-pattern > h3 .pl-heading-link:hover .pl-heading-link-hash {
            margin-left: -20px;
            display: inline-block;
        }

.pl-content .pl-pattern > h4 {
    margin-top: 40px;
}

.pl-content .pl-pattern .pl-toggle-code {
    position: absolute;
    top: 0;
    display: block;
    right: 0;
    padding: 0 10px 0 8px;
    font-weight: 600;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-bottom-left-radius: 2px;
    background: #fafafa;
    cursor: pointer;
}

    .pl-content .pl-pattern .pl-toggle-code .icon {
        margin-right: 3px;
    }

    .pl-content .pl-pattern .pl-toggle-code:hover,
    .pl-content .pl-pattern .pl-toggle-code.active {
        background: #f0f0f0;
    }

.pl-content .pl-pattern .pl-preview {
    background: #fefefe;
    position: relative;
    margin: 20px -40px 0 -40px;
    padding: 30px 40px;
    border: 1px solid #eee;
    border-left: 0;
    border-right: 0;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .pl-content .pl-pattern .pl-preview {
        margin: 0 -15px;
        padding: 30px 15px;
    }
}

.pl-content .pl-pattern .pl-preview::before {
    content: "Example";
    position: absolute;
    top: 0;
    right: 111px;
    padding: 0 8px;
    color: #999;
    font-weight: 600;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-bottom-left-radius: 2px;
    background: #fafafa;
}

.pl-content .pl-pattern .pl-preview + .highlight {
    display: none;
    padding: 30px 40px;
    margin: 0 -40px;
    position: relative;
    z-index: 2;
    background: #fefefe;
    border-bottom: 1px solid #eee;
}

.pl-content .pl-pattern pre {
    border-radius: 0;
    border: 0;
    padding: 0;
    word-wrap: normal;
    background: transparent;
}

    .pl-content .pl-pattern pre code {
        white-space: pre;
    }

.pl-content .pl-pattern .highlight {
    padding: 0;
}

.pl-icon-list {
    line-height: 2;
    font-size: 13px;
    color: #888;
}

    .pl-icon-list i {
        display: inline-block;
        width: 20px;
        margin-right: 6px;
        text-align: left;
        color: #333;
    }

.pl-icon-list-large {
    line-height: 2;
    font-size: 13px;
    color: #888;
}

    .pl-icon-list-large i {
        display: inline-block;
        width: 20px;
        margin-right: 36px;
        text-align: left;
        color: #333;
    }

.pl-grid-example .row > div > div {
    background: #f0f0f0;
    color: #999;
    border: 1px solid #eee;
    padding: 6px;
    text-align: center;
    margin-bottom: 16px;
}

.pl-preview-header {
    text-align: center;
    line-height: 40px;
    margin-bottom: -40px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .pl-preview-header {
        margin-bottom: -6px;
    }
}

.pl-sidebar {
    float: left;
    overflow: auto;
    top: 42px;
    background: #282930;
    bottom: 0;
    margin: 0;
    position: fixed;
    width: 200px;
    z-index: 1029;
    padding: 0 0 6px 0;
}

    .pl-sidebar .nav.nav-stacked {
        list-style: none;
        font-weight: 600;
        line-height: 16px;
    }

        .pl-sidebar .nav.nav-stacked > li > a {
            color: #fff;
        }

            .pl-sidebar .nav.nav-stacked > li > a:hover,
            .pl-sidebar .nav.nav-stacked > li > a:focus {
                background: #222329;
                color: #fff;
            }

        .pl-sidebar .nav.nav-stacked > li.active > a {
            background: #222329;
            color: #fff;
        }

        .pl-sidebar .nav.nav-stacked > li > ul > li > a {
            background: #222329;
            color: #ccc;
            border-left-color: transparent;
            font-size: 12px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .pl-sidebar .nav.nav-stacked > li > ul > li:last-child > a {
            padding-bottom: 8px;
        }

        .pl-sidebar .nav.nav-stacked > li > ul > li.active > a {
            background: #222329;
            color: #fff;
        }

        .pl-sidebar .nav.nav-stacked li + li {
            margin-top: 0;
        }

            .pl-sidebar .nav.nav-stacked li + li.category {
                margin-top: 18px;
            }

        .pl-sidebar .nav.nav-stacked > .category {
            color: #5e5f64;
        }

        .pl-sidebar .nav.nav-stacked > li > a > .fa {
            color: #fff;
            opacity: .15;
            position: relative;
            top: 1px;
            left: .6em;
        }

/* TODO: Not Used */
/*.
pl-hero {
    background-color: #004c97;
    padding-bottom: 75px;
    background-image: url(../images/hero-mockup.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}*/

    .pl-hero .btn {
        margin: 0 10px;
        min-width: 120px;
        border: 2px solid #fff;
        box-shadow: none;
        background: #004c97;
    }

@media (max-width: 767px) {
    .pl-hero .btn {
        display: block;
        margin: 10px auto;
        max-width: 300px;
    }
}

.pl-hero .btn-default {
    color: #004c97;
    background: #fff;
}

.pl-hero .container {
    padding: 20px 8px;
}

.pl-hero h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 200;
}

.pl-hero h3 {
    color: #80a6cb;
    font-size: 20px;
    font-weight: 400;
}

.pl-help {
    background-color: #282930;
    color: #fff;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 100px;
    color: #949498;
}

    .pl-help h4 {
        color: #fff;
    }

    .pl-help a {
        color: #949498;
        text-decoration: underline;
    }

.pl-heading-fancy {
    color: #008139;
}

    .pl-heading-fancy:after {
        display: block;
        content: "";
        height: 1px;
        background: #40a16b;
        width: 60px;
        margin-top: 8px;
        margin-left: 0;
        margin-bottom: 20px;
    }

.pl-about {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 16px;
    line-height: 1.6;
}

    .pl-about h4 {
        margin-top: 21px;
    }

    .pl-about .pl-padded-col {
        padding: 20px 40px;
    }

        .pl-about .pl-padded-col p {
            text-align: left;
        }

.pl-pattern-layouts img {
    float: left;
    padding: 4px;
    border: 2px solid #ddd;
    border-radius: 2px;
    margin: 0 18px 18px 0;
    vertical-align: middle;
}

.container-fluid,
.container {
    transition: width 0.5s;
}

@media (min-width: 768px) {
    header .container.container--full {
        padding-left: 0;
        padding-right: 0;
    }
}

main.container--full {
    padding-left: 0;
    padding-right: 0;
}

header .container {
    min-width: 240px;
}

header .container-fluid {
    width: 100%;
}

.row-grid {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.col {
    display: table-cell;
    vertical-align: top;
}

main {
    padding-bottom: 100px;
    width: 100%;
}

.main-content {
    display: block;
}

@media (min-width: 1024px) {
    .main-content {
        display: table-cell;
    }
}

.morrisChart svg {
    width: 100%;
}

abbr[title],
abbr[data-original-title] {
    border-bottom-width: 0;
}

.pg-header {
    padding: 18px 9px 9px;
}

    .pg-header h2 {
        float: none;
        margin: 0 0 5px;
    }

        .pg-header h2 small {
            color: #808080;
            display: block;
            font-weight: 400;
            margin: 3px 0 0;
        }

    .pg-header .actions,
    .pg-header .share {
        margin: 10px 0 15px;
    }

@media (min-width: 768px) {
    .pg-header h2 {
        float: left;
    }

    .pg-header .actions,
    .pg-header .share {
        float: right;
    }

    .pg-header .share {
        margin: 0;
    }
}

.pg-actions {
    position: relative;
}

.table-sortable thead > tr > .sortable:hover {
    background-color: #666;
}

.table-sortable th .icon {
    margin-left: 5px;
}

.table-inverse.table-bordered > thead > tr > th {
    border-bottom: none;
}

.table-inverse th a {
    color: #FFF;
}

.navbar-brand {
    font-size: 15px;
    font-weight: 600;
}

    .navbar-brand small {
        color: #FFF;
        margin-left: 3px;
    }

@media (min-width: 360px) {
    .navbar-brand {
        font-size: 17px;
    }
}

.uspto-header__top {
    background-color: #323232;
    padding: 8px 0;
}

.uspto-header__top__logo {
    height: 23px;
    width: 66px;
    float: left;
    margin: -1px 7px 0 0;
}

@media (min-width: 360px) {
    .uspto-header__top__logo {
        margin-right: 10px;
    }
}

.uspto-header__top__links {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    font-size: 13px;
    line-height: 23px;
    margin-right: 8px;
}

    .uspto-header__top__links > li {
        display: inline-block;
        margin-left: 14px;
    }

        .uspto-header__top__links > li > a {
            color: #ccc;
            text-decoration: none;
        }

            .uspto-header__top__links > li > a:hover {
                color: #fff;
                text-decoration: underline;
            }

.uspto-header--external h1 {
    margin-bottom: 30px;
}

    .uspto-header--external h1 small {
        display: block;
    }

.search {
    display: none;
}

@media (min-width: 640px) {
    .search {
        background-color: transparent;
        display: block;
        float: right;
        padding: 0;
        position: static;
        text-align: right;
        width: auto;
    }

        .search .btn-search {
            background: none;
            border: none;
            color: #fff;
            box-shadow: none;
            padding: 8px 8px;
            vertical-align: middle;
            border-radius: 0;
            text-align: center;
            background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
            padding: 6px;
            width: 3em;
        }

            .search .btn-search:active:focus {
                background-color: #666;
            }

        .search .icon.icon-search::after {
            /*background-image: url("/content/images/icons/white.svg");*/
            background-image: url("../images/icons/white.svg");
        }
}

.ex-btn__inverse {
    background: none;
    border: none;
    color: #fff;
    box-shadow: none;
    padding: 8px 8px;
    vertical-align: middle;
    border-radius: 0;
    text-align: center;
}

.ex-form-control__inverse,
.ex-form-control__inverse:focus {
    border: none;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: 200px;
    height: 30px;
    padding: 5px 12px;
    padding-right: 28px;
    vertical-align: middle;
    color: #fff;
}

.ex-btn__inverse.btn:hover, .ex-btn__inverse.btn:focus {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff;
}

.btn-fixed,
.btn-fluid {
    display: none;
}

@media (min-width: 768px) {
    .btn-fixed,
    .btn-fluid {
        display: inline-block;
    }
}

.skipLinks {
    text-align: center;
}

    .skipLinks a {
        display: block;
        font-weight: 700;
        text-align: center;
    }

        .skipLinks a:hover,
        .skipLinks a:focus,
        .skipLinks a:active {
            padding: 5px;
            text-decoration: none;
        }

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0 auto;
    overflow: visible;
    position: static;
    width: 300px;
}

.filter-save-div, .filter-collapse-expand-div {
    margin: 10px 18px;
    font-size: 12px !important;
    font-weight: bold;
}

.app-sidebar {
    display: table-cell;
    overflow: hidden;
    transition: width 0.5s;
    vertical-align: top;
}

    .app-sidebar.open {
        width: 305px;
    }

        .app-sidebar.open + .col {
            overflow: hidden;
            text-overflow: clip;
        }

@media (min-width: 480px) {
    .app-sidebar.dashboards.open,
    .app-sidebar.help-topics.open {
        width: 175px;
    }
}

@media (min-width: 768px) {
    .app-sidebar.dashboards,
    .app-sidebar.help-topics {
        width: 175px;
    }
}

@media (min-width: 480px) {
    .app-sidebar.userSettings.open,
    .app-sidebar.master-list.open {
        width: 200px;
    }
}

@media (min-width: 768px) {
    .app-sidebar.userSettings,
    .app-sidebar.master-list {
        width: 200px;
    }
}

@media (min-width: 480px) {
    .app-sidebar.filters.open {
        width: 250px;
    }
}

@media (min-width: 768px) {
    .app-sidebar.filters {
        width: 250px;
    }
}

@media (min-width: 480px) {
    .app-sidebar.master-list.open {
        width: 200px;
    }
}

@media (min-width: 768px) {
    .app-sidebar.master-list {
        width: 250px;
    }
}

@media (min-width: 992px) {
    .app-sidebar.master-list {
        width: 350px;
    }
}

.ex-sub-header .btn-sidebar {
    margin-right: 10px;
}

.link-sidebar {
    display: inline-block;
    margin-bottom: 10px;
    white-space: nowrap;
}

    .link-sidebar .icon {
        margin-right: 5px;
    }

@media (min-width: 768px) {
    .link-sidebar {
        display: none;
    }
}

.close-sidebar {
    padding: 2px;
    display: block;
}

@media (min-width: 768px) {
    .close-sidebar {
        display: none;
    }
}

.nav-settings {
    margin-bottom: 20px;
    width: 100%;
}

.form-createAcct {
    margin-bottom: 50px;
}

    .form-createAcct h1 {
        margin-bottom: 30px;
    }

        .form-createAcct h1 small {
            display: block;
        }

    .form-createAcct .nav-steps {
        margin-bottom: 30px;
    }

    .form-createAcct .alert {
        margin: 10px 0 0;
    }

@media (min-width: 768px) {
    .form-createAcct form {
        width: 580px;
    }
}

.form-createAcct .link-helper {
    display: inline-block;
    margin: 5px 0 0;
}

@media (min-width: 768px) {
    .form-createAcct .link-helper {
        float: right;
        margin-top: -25px;
    }
}

.form-createAcct .form-ft {
    margin-top: 30px;
    padding: 10px 0;
}

.aside {
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    display: block;
    float: left;
    width: 100%;
}

    .aside.collections {
        border-left: none;
    }

@media (min-width: 1024px) {
    .aside.collections {
        border-left: 1px solid #DDD;
    }
}

@media (min-width: 1024px) {
    .aside {
        border-top: none;
        display: table-cell;
        float: none;
        width: 225px;
    }
}

.title-block .heading,
.title-block .meta {
    display: block;
    vertical-align: top;
}

.title-block .heading {
    width: 300px;
}

.title-block .meta {
    margin-top: 15px;
}

.title-block .meta-filedApps {
    clear: both;
    float: none;
}

@media (min-width: 480px) {
    .title-block .heading,
    .title-block .meta {
        display: table-cell;
    }

    .title-block .meta-filedApps {
        float: right;
    }
}

.title-block.open .heading,
.title-block.open .meta {
    display: block;
}

    .title-block.open .heading .meta-filedApps,
    .title-block.open .meta .meta-filedApps {
        float: none;
    }

.table--recentApps td:last-child {
    white-space: nowrap;
}

.aside.dashboards .icon-external-link {
    margin-left: 5px;
}

.search-results.modal-open {
    padding-right: 0 !important;
}

.search-results .wrapper {
    overflow-x: hidden;
    position: relative;
}

.pane-left,
.pane-right {
    background-color: #FFF;
    border-left: none;
    display: none;
    overflow: hidden;
    transition: width 0.5s;
    vertical-align: top;
    width: 0;
}

@media (min-width: 1024px) {
    .pane-left,
    .pane-right {
        display: table-cell;
    }
}

.pane-left.open {
    border-left: 1px solid #ddd;
    width: 175px;
}

.pane-right {
    border-left: none;
}

    .pane-right.open {
        border-right: 1px solid #ddd;
        width: 225px;
    }

.panel--page {
    border-radius: 0;
    border-top: none;
    box-shadow: none;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}

    .panel--page .header {
        background-color: #eee;
        padding-left: 14px;
    }

.input-search {
    width: auto;
}

@media (min-width: 640px) {
    .input-search {
        width: 400px;
    }
}

.results-header {
    line-height: 24px;
    margin-bottom: 15px;
}

    .results-header h4 {
        margin-top: 20px;
    }

@media (min-width: 768px) {
    .results-header h4 {
        margin-top: 9px;
    }
}

.tabs-results .nav-tabs,
.tabs-results .btn {
    border-bottom: none;
}

.tabs-results .btn {
    background-color: #FFF;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    margin-bottom: -1px;
    position: relative;
}

.tabs-results .badge {
    margin-left: 5px;
}

.tabs-results .dropdown-menu a {
    overflow: hidden;
}

.tabs-results .dropdown-menu span {
    display: inline-block;
}

    .tabs-results .dropdown-menu span:first-child {
        width: 100px;
    }

.tabs-results .dropdown-menu .badge {
    min-width: 30px;
    text-align: center;
}

.filters.open form {
    margin-top: 3px;
}

.filters a[data-bs-toggle="collapse"] {
    display: block;
}

.filters .input-icon {
    margin-left: 6px;
}

    .filters .input-icon + input {
        padding-left: 23px;
        padding-right: 6px;
    }

.filters .h5 {
    color: #888;
    font-size: 12px;
    margin-left: 15px;
    margin-top: 25px;
    text-transform: uppercase;
}

.filters label.h5 {
    font-weight: 600;
}

.filters-flat {
    margin-top: 25px;
}

    .filters-flat .h5 {
        margin-left: 0;
        margin-top: 0;
    }

    .filters-flat .filter {
        border-bottom: 1px solid #f4f4f4;
        padding: 15px 14px;
    }

        .filters-flat .filter:first-child {
            padding-top: 0;
        }

    .filters-flat .form-group {
        position: relative;
    }

    .filters-flat legend {
        border-bottom: none;
        margin-bottom: 0;
    }

    .filters-flat .help-block {
        margin: 0;
    }

.btn-pgActions {
    position: absolute;
    right: 0;
    top: -37px;
}

    .btn-pgActions .dropdown-menu {
        left: auto;
        right: 0;
    }

@media (min-width: 768px) {
    .btn-pgActions {
        float: right;
        position: relative;
        top: 0;
    }
}

.table--actions {
    margin-bottom: 5px;
}

    .table--actions .btn-link {
        display: inline-block;
        margin-right: 5px;
        padding-left: 6px;
        position: relative;
        top: 5px;
    }

.table--searchResults th {
    white-space: nowrap;
}

.table--border th,
.table--multiline th {
    white-space: nowrap;
}

.table--border thead > tr > .table-config-column > button:hover {
    background-color: #666;
}

@media (max-width: 340px) {
    .table--multiline .hidden-small {
        border: 0 none;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}

.table--multiline .dl-horizontal {
    display: inline-block;
    margin-right: 60px;
    vertical-align: top;
}

@media (min-width: 768px) {
    .table--multiline .dl-horizontal dt {
        text-align: left;
        width: 110px;
    }

    .table--multiline .dl-horizontal dd {
        margin-left: 110px;
    }
}

.table--multiline .dl-horizontal:last-child a {
    margin: 0;
}

.table--multiline .dl-horizontal:last-child dl {
    margin-bottom: 5px;
}

.table--multiline .dl-horizontal:last-child dd {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .table--multiline .dl-horizontal:last-child a {
        margin: 0 0 0 110px;
    }
}

@media (min-width: 1280px) {
    .table--multiline .dl-horizontal:last-child a {
        margin: 0 0 0 65px;
    }

    .table--multiline .dl-horizontal:last-child dt {
        width: 65px;
    }

    .table--multiline .dl-horizontal:last-child dd {
        margin-left: 65px;
    }
}

.table--collections {
    margin-bottom: 0;
    table-layout: fixed;
}

    .table--collections th:first-child {
        text-align: center;
        width: 30px;
    }

    .table--collections th:nth-child(2) {
        white-space: nowrap;
    }

    .table--collections th:last-child,
    .table--collections td:last-child {
        text-align: right;
        width: 30px;
    }

.panel--collections {
    margin-bottom: 0;
}

    .panel--collections .panel-body {
        max-height: 415px;
        overflow-y: scroll;
        padding: 8px;
    }

.panel__actionBar {
    background-color: #333;
    margin-left: -1px;
    margin-right: -1px;
    padding: 3px 10px 3px 17px;
}

    .panel__actionBar .icon {
        margin-right: 5px;
    }

.config-ui {
    position: absolute;
    right: -193px;
    top: 12px;
    transition-duration: 0.5s;
    z-index: 3;
}

    .config-ui.open {
        right: 0;
    }

        .config-ui.open .panel-heading .icon:after {
            background-position: -270px -240px;
            height: 14px;
            width: 11px;
        }

    .config-ui .toggle {
        background-color: #009CDE;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        cursor: pointer;
        margin-right: 15px;
        padding: 7px 15px;
        text-transform: uppercase;
    }

    .config-ui .panel {
        border-top: none;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    }

    .config-ui .panel-heading {
        background-color: #009CDE;
        border-bottom: 0;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        color: #FFF;
        margin-left: -40px;
        padding: 0 15px 0 0;
    }

        .config-ui .panel-heading .icon:after {
            background-position: -60px -270px;
            height: 14px;
            width: 12px;
        }

    .config-ui .panel__title {
        display: inline-block;
        font-size: 13px;
        margin-top: -2px;
        vertical-align: middle;
    }

    .config-ui ul,
    .config-ui li:last-child {
        margin-bottom: 0;
    }

    .config-ui ul {
        padding-left: 0;
    }

    .config-ui li {
        margin-bottom: 10px;
    }

    .config-ui .divider {
        margin-top: 20px;
    }

    .config-ui .h5 {
        color: #888;
        font-size: 12px;
        font-weight: normal;
        text-transform: uppercase;
    }

.switch--container,
.switch--pane {
    display: none;
}

@media (min-width: 768px) {
    .switch--container {
        display: inline-block;
    }
}

@media (min-width: 1024px) {
    .switch--pane {
        display: block;
    }
}

.table-masterList {
    table-layout: fixed;
}

    .table-masterList td:last-child {
        text-align: center;
        width: 35px;
    }

    .table-masterList a {
        font-weight: 600;
    }

    .table-masterList .desc {
        color: #707070;
        display: block;
        font-size: 12px;
        margin: 4px 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .table-masterList .desc:hover {
            overflow: visible;
            white-space: normal;
        }

.btn-favActions {
    float: none;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .btn-favActions {
        float: right;
    }

        .btn-favActions .dropdown-menu {
            left: auto;
            right: 0;
        }
}

.iframe-pdf {
    height: 500px;
    width: 100%;
}

.form-appSettings legend {
    border-bottom: none;
    font-size: 12px;
    margin-bottom: 9px;
}

.topLink {
    margin-bottom: 0;
    text-align: right;
}

.help-topics {
    background-color: #FFF;
}

.aside-help {
    border-top: 1px solid #DDD;
    display: block;
    float: left;
    width: 100%;
}

@media (min-width: 1024px) {
    .aside-help {
        border-top: none;
        display: table-cell;
        float: none;
        width: 225px;
    }
}
/* Override the default bootstrap cursor:not-allowed */
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: default !important;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: default !important;
}

input[type="checkbox"]:checked {
    accent-color: black;
    border-color: black;
    color: white !important;
    background-color: black;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: default !important;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: default !important;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: default !important;
}

dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    cursor: default !important;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    cursor: default !important;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    cursor: default !important;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    cursor: default !important;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    cursor: default !important;
}

#linkUserName.dropdown-toggle:focus {
    color: #fff;
    background-color: #004c97;
}