﻿/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

html {
    font-family: 'Open Sans';
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

h1 {
    margin: .67em 0;
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

hr {
    height: 0;
    box-sizing: content-box;
}

mark {
    color: #000;
    background: #ff0;
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

button, input, select, textarea {
    margin: 0;
    font-size: 100%;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input[type=checkbox], input[type=radio] {
    padding: 0;
    box-sizing: border-box;
}

input[type=search] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img, tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm .5cm;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

*, :after, :before {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    line-height: 1.428571429;
    background-color: #fff;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #2a6496;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #999;
    }

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%;
    }

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%;
    }

.h1, h1 {
    font-size: 36px;
}

.h2, h2 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 14px;
}

.h6, h6 {
    font-size: 12px;
}

p {
    margin: 0 0 0px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}

@media(min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

.small, small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #428bca;
}

    .text-primary:hover {
        color: #3071a9;
    }

.text-warning {
    color: #8a6d3b;
}

    .text-warning:hover {
        color: #66512c;
    }

.text-danger {
    color: #a94442;
}

    .text-danger:hover {
        color: #843534;
    }

.text-success {
    color: #3c763d;
}

    .text-success:hover {
        color: #2b542c;
    }

.text-info {
    color: #31708f;
}

    .text-info:hover {
        color: #245269;
    }

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ol, ul {
    margin-top: 0;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

        .list-inline > li:first-child {
            padding-left: 0;
        }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dd, dt {
    line-height: 1.428571429;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

        .dl-horizontal dd:after, .dl-horizontal dd:before {
            display: table;
            content: " ";
        }

        .dl-horizontal dd:after {
            clear: both;
        }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0px;
    border-left: 5px solid #eee;
}

    blockquote p {
        font-size: 17.5px;
        font-weight: 300;
        line-height: 1.25;
    }

        blockquote p:last-child {
            margin-bottom: 0;
        }

    blockquote .small, blockquote small {
        display: block;
        line-height: 1.428571429;
        color: #999;
    }

        blockquote .small:before, blockquote small:before {
            content: "\2014 \00A0";
        }

    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        blockquote.pull-right .small, blockquote.pull-right p, blockquote.pull-right small {
            text-align: right;
        }

            blockquote.pull-right .small:before, blockquote.pull-right small:before {
                content: "";
            }

            blockquote.pull-right .small:after, blockquote.pull-right small:after {
                content: "\00A0 \2014";
            }

    blockquote:after, blockquote:before {
        content: "";
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,Courier New,monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

    .container:after, .container:before {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

@media(min-width:768px) {
    .container {
        width: 750px;
    }
}

@media(min-width:992px) {
    .container {
        width: 970px;
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

    .row:after, .row:before {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

.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, .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, .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, .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 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666666666666%;
}

.col-xs-pull-10 {
    right: 83.33333333333334%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666666666666%;
}

.col-xs-pull-7 {
    right: 58.333333333333336%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666666666667%;
}

.col-xs-pull-4 {
    right: 33.33333333333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.666666666666664%;
}

.col-xs-pull-1 {
    right: 8.333333333333332%;
}

.col-xs-pull-0 {
    right: 0;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666666666666%;
}

.col-xs-push-10 {
    left: 83.33333333333334%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666666666666%;
}

.col-xs-push-7 {
    left: 58.333333333333336%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666666666667%;
}

.col-xs-push-4 {
    left: 33.33333333333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.666666666666664%;
}

.col-xs-push-1 {
    left: 8.333333333333332%;
}

.col-xs-push-0 {
    left: 0;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.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.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }

    .col-sm-pull-0 {
        right: 0;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666666666666%;
    }

    .col-sm-push-10 {
        left: 83.33333333333334%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666666666666%;
    }

    .col-sm-push-7 {
        left: 58.333333333333336%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666666666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.666666666666664%;
    }

    .col-sm-push-1 {
        left: 8.333333333333332%;
    }

    .col-sm-push-0 {
        left: 0;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .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.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-0 {
        right: 0;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-0 {
        left: 0;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .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.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-0 {
        right: 0;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-0 {
        left: 0;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        /*padding: 8px;*/
        line-height: 1.428571429;
        /*vertical-align: top;*/
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*=col-], table th[class*=col-] {
    display: table-cell;
    float: none;
}

.table > tbody > .active > td, .table > tbody > .active > th, .table > tbody > tr > .active, .table > tfoot > .active > td, .table > tfoot > .active > th, .table > tfoot > tr > .active, .table > thead > .active > td, .table > thead > .active > th, .table > thead > tr > .active {
    background-color: #f5f5f5;
}

.table-hover > tbody > .active:hover > td, .table-hover > tbody > .active:hover > th, .table-hover > tbody > tr > .active:hover {
    background-color: #e8e8e8;
}

.table > tbody > .success > td, .table > tbody > .success > th, .table > tbody > tr > .success, .table > tfoot > .success > td, .table > tfoot > .success > th, .table > tfoot > tr > .success, .table > thead > .success > td, .table > thead > .success > th, .table > thead > tr > .success {
    background-color: #dff0d8;
}

.table-hover > tbody > .success:hover > td, .table-hover > tbody > .success:hover > th, .table-hover > tbody > tr > .success:hover {
    background-color: #d0e9c6;
}

.table > tbody > .danger > td, .table > tbody > .danger > th, .table > tbody > tr > .danger, .table > tfoot > .danger > td, .table > tfoot > .danger > th, .table > tfoot > tr > .danger, .table > thead > .danger > td, .table > thead > .danger > th, .table > thead > tr > .danger {
    background-color: #f2dede;
}

.table-hover > tbody > .danger:hover > td, .table-hover > tbody > .danger:hover > th, .table-hover > tbody > tr > .danger:hover {
    background-color: #ebcccc;
}

.table > tbody > .warning > td, .table > tbody > .warning > th, .table > tbody > tr > .warning, .table > tfoot > .warning > td, .table > tfoot > .warning > th, .table > tfoot > tr > .warning, .table > thead > .warning > td, .table > thead > .warning > th, .table > thead > tr > .warning {
    background-color: #fcf8e3;
}

.table-hover > tbody > .warning:hover > td, .table-hover > tbody > .warning:hover > th, .table-hover > tbody > tr > .warning:hover {
    background-color: #faf2cc;
}

@media(max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0;
            }
}

fieldset {
    margin: 0;
}

fieldset, legend {
    padding: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=search] {
    box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

input[type=file] {
    display: block;
}

select[multiple], select[size] {
    height: auto;
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

output {
    padding-top: 7px;
}

.form-control, output {
    display: block;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .form-control:-moz-placeholder {
        color: #999;
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
    }

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.checkbox, .radio {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

    .checkbox label, .radio label {
        display: inline;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    .checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
        float: left;
        margin-left: -20px;
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px;
    }

.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    .checkbox-inline[disabled], .checkbox[disabled], .radio-inline[disabled], .radio[disabled], fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox][disabled], input[type=radio][disabled] {
        cursor: not-allowed;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg {
    height: auto;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
    }

    .form-inline select.form-control {
        width: auto;
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            float: none;
            margin-left: 0;
        }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

    .form-horizontal .form-group:after, .form-horizontal .form-group:before {
        display: table;
        content: " ";
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none;
    }

    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        box-shadow: none;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

    .btn-default.active, .btn-default:active, .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #fff;
    }

.btn-primary {
    color: #fff;
    background-color: #f07725;
    border-color: #f07725;
}

    .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

    .btn-primary.active, .btn-primary:active, .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #428bca;
        border-color: #357ebd;
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ed9c28;
        border-color: #d58512;
    }

    .btn-warning.active, .btn-warning:active, .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

    .btn-danger.active, .btn-danger:active, .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #47a447;
        border-color: #398439;
    }

    .btn-success.active, .btn-success:active, .open .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #39b3d7;
        border-color: #269abc;
    }

    .btn-info.active, .btn-info:active, .open .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none;
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent;
        }

            .btn-link:focus, .btn-link:hover {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #999;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
}

.btn-sm, .btn-xs {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}

@font-face {
    font-family: Glyphicons Halflings;
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}

    .glyphicon:empty {
        width: 1em;
    }

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #428bca;
        outline: 0;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #999;
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left;
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2;
        }

        .btn-group-vertical > .btn:focus, .btn-group > .btn:focus {
            outline: 0;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar:after, .btn-toolbar:before {
    display: table;
    content: " ";
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn-group {
    float: left;
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn-group + .btn-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group-xs > .btn {
    padding: 1px 5px;
}

.btn-group-sm > .btn, .btn-group-xs > .btn {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-sm > .btn {
    padding: 5px 10px;
}

.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before {
        display: table;
        content: " ";
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

[data-toggle=buttons] > .btn > input[type=checkbox], [data-toggle=buttons] > .btn > input[type=radio] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0;
    }

    .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group-addon:last-child, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group .form-control:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

    .input-group-btn:first-child > .btn {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn {
        margin-left: -1px;
    }

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -4px;
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
            z-index: 2;
        }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav:after, .nav:before {
        display: table;
        content: " ";
    }

    .nav:after {
        clear: both;
    }

    .nav > li, .nav > li > a {
        position: relative;
        display: block;
    }

        .nav > li > a {
            padding: 10px 15px;
        }

            .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #999;
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #999;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #428bca;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media(min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}

@media(min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #428bca;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media(min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd;
    }

@media(min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

    .navbar:after, .navbar:before {
        display: table;
        content: " ";
    }

    .navbar:after {
        clear: both;
    }

@media(min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:after, .navbar-header:before {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

@media(min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:after, .navbar-collapse:before {
        display: table;
        content: " ";
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media(min-width:768px) {
    .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media(min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

@media(min-width:768px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media(min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none;
            }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin: 8px -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
    }

    .navbar-form select.form-control {
        width: auto;
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            float: none;
            margin-left: 0;
        }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media(min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none;
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px;
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media(min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #ccc;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #999;
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
        color: #999;
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #080808;
    }

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: #999;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            background-color: #eee;
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #999;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager:after, .pager:before {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:focus, .pager li > a:hover {
                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:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #999;
        cursor: not-allowed;
        background-color: #fff;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label[href]:focus, .label[href]:hover {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999;
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: gray;
    }

.label-primary {
    background-color: #428bca;
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #3071a9;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.nav-pills > .active > a > .badge, a.list-group-item.active > .badge {
    color: #428bca;
    background-color: #fff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee;
}

    .jumbotron .h1, .jumbotron h1 {
        line-height: 1;
        color: inherit;
    }

    .jumbotron p {
        line-height: 1.4;
    }

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
}

    .thumbnail > img, .thumbnail a > img {
        display: block;
        height: auto;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #428bca;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes a {
    0% {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes a {
    0% {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    transition: width .6s ease;
}

.progress-striped .progress-bar {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: a 2s linear infinite;
    animation: a 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

    .media, .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.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: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:focus, a.list-group-item:hover {
        text-decoration: none;
        background-color: #f5f5f5;
    }

    a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
        z-index: 2;
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        a.list-group-item.active .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading {
            color: inherit;
        }

        a.list-group-item.active .list-group-item-text, a.list-group-item.active:focus .list-group-item-text, a.list-group-item.active:hover .list-group-item-text {
            color: #e1edf7;
        }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:after, .panel-body:before {
        display: table;
        content: " ";
    }

    .panel-body:after {
        clear: both;
    }

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
    }

        .panel > .list-group .list-group-item:first-child {
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

        .panel > .list-group .list-group-item:last-child {
            border-bottom: 0;
        }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child td, .panel > .table > tbody:first-child th {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle, .panel-title {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}

    .panel-group .panel + .panel {
        margin-top: 5px;
    }

.panel-group .panel-heading {
    border-bottom: 0;
}

    .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 1px solid #ddd;
    }

.panel-group .panel-footer {
    border-top: 0;
}

    .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #ddd;
    }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ddd;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6;
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #faebcc;
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ebccd1;
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ebccd1;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1;
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

    .close:focus, .close:hover {
        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 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        transition: transform .3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

.modal-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:after, .modal-footer:before {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

@media screen and (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000;
    border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    background-clip: padding-box;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

    .popover .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}

    .popover.top .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        border-top-color: #fff;
        border-bottom-width: 0;
        content: " ";
    }

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0;
}

    .popover.right .arrow:after {
        bottom: -10px;
        left: 1px;
        border-right-color: #fff;
        border-left-width: 0;
        content: " ";
    }

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    border-top-width: 0;
}

    .popover.bottom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #fff;
        border-top-width: 0;
        content: " ";
    }

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
    border-right-width: 0;
}

    .popover.left .arrow:after {
        right: 1px;
        bottom: -10px;
        border-left-color: #fff;
        border-right-width: 0;
        content: " ";
    }

.carousel, .carousel-inner {
    position: relative;
}

.carousel-inner {
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        transition: left .6s ease-in-out;
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            display: block;
            height: auto;
            max-width: 100%;
            line-height: 1;
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    opacity: .5;
    filter: alpha(opacity=50);
}

    .carousel-control.left {
        background-image: linear-gradient(90deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001));
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: linear-gradient(90deg,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5));
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: "\2039";
        }

        .carousel-control .icon-next:before {
            content: "\203a";
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, td.visible-xs, th.visible-xs, tr.visible-xs {
    display: none !important;
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-xs.visible-sm {
        display: block !important;
    }

    table.visible-xs.visible-sm {
        display: table;
    }

    tr.visible-xs.visible-sm {
        display: table-row !important;
    }

    td.visible-xs.visible-sm, th.visible-xs.visible-sm {
        display: table-cell !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-xs.visible-md {
        display: block !important;
    }

    table.visible-xs.visible-md {
        display: table;
    }

    tr.visible-xs.visible-md {
        display: table-row !important;
    }

    td.visible-xs.visible-md, th.visible-xs.visible-md {
        display: table-cell !important;
    }
}

@media(min-width:1200px) {
    .visible-xs.visible-lg {
        display: block !important;
    }

    table.visible-xs.visible-lg {
        display: table;
    }

    tr.visible-xs.visible-lg {
        display: table-row !important;
    }

    td.visible-xs.visible-lg, th.visible-xs.visible-lg {
        display: table-cell !important;
    }
}

.visible-sm, td.visible-sm, th.visible-sm, tr.visible-sm {
    display: none !important;
}

@media(max-width:767px) {
    .visible-sm.visible-xs {
        display: block !important;
    }

    table.visible-sm.visible-xs {
        display: table;
    }

    tr.visible-sm.visible-xs {
        display: table-row !important;
    }

    td.visible-sm.visible-xs, th.visible-sm.visible-xs {
        display: table-cell !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-sm.visible-md {
        display: block !important;
    }

    table.visible-sm.visible-md {
        display: table;
    }

    tr.visible-sm.visible-md {
        display: table-row !important;
    }

    td.visible-sm.visible-md, th.visible-sm.visible-md {
        display: table-cell !important;
    }
}

@media(min-width:1200px) {
    .visible-sm.visible-lg {
        display: block !important;
    }

    table.visible-sm.visible-lg {
        display: table;
    }

    tr.visible-sm.visible-lg {
        display: table-row !important;
    }

    td.visible-sm.visible-lg, th.visible-sm.visible-lg {
        display: table-cell !important;
    }
}

.visible-md, td.visible-md, th.visible-md, tr.visible-md {
    display: none !important;
}

@media(max-width:767px) {
    .visible-md.visible-xs {
        display: block !important;
    }

    table.visible-md.visible-xs {
        display: table;
    }

    tr.visible-md.visible-xs {
        display: table-row !important;
    }

    td.visible-md.visible-xs, th.visible-md.visible-xs {
        display: table-cell !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-md.visible-sm {
        display: block !important;
    }

    table.visible-md.visible-sm {
        display: table;
    }

    tr.visible-md.visible-sm {
        display: table-row !important;
    }

    td.visible-md.visible-sm, th.visible-md.visible-sm {
        display: table-cell !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md, th.visible-md {
        display: table-cell !important;
    }
}

@media(min-width:1200px) {
    .visible-md.visible-lg {
        display: block !important;
    }

    table.visible-md.visible-lg {
        display: table;
    }

    tr.visible-md.visible-lg {
        display: table-row !important;
    }

    td.visible-md.visible-lg, th.visible-md.visible-lg {
        display: table-cell !important;
    }
}

.visible-lg, td.visible-lg, th.visible-lg, tr.visible-lg {
    display: none !important;
}

@media(max-width:767px) {
    .visible-lg.visible-xs {
        display: block !important;
    }

    table.visible-lg.visible-xs {
        display: table;
    }

    tr.visible-lg.visible-xs {
        display: table-row !important;
    }

    td.visible-lg.visible-xs, th.visible-lg.visible-xs {
        display: table-cell !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-lg.visible-sm {
        display: block !important;
    }

    table.visible-lg.visible-sm {
        display: table;
    }

    tr.visible-lg.visible-sm {
        display: table-row !important;
    }

    td.visible-lg.visible-sm, th.visible-lg.visible-sm {
        display: table-cell !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-lg.visible-md {
        display: block !important;
    }

    table.visible-lg.visible-md {
        display: table;
    }

    tr.visible-lg.visible-md {
        display: table-row !important;
    }

    td.visible-lg.visible-md, th.visible-lg.visible-md {
        display: table-cell !important;
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important;
    }
}

.hidden-xs {
    display: block !important;
}

table.hidden-xs {
    display: table;
}

tr.hidden-xs {
    display: table-row !important;
}

td.hidden-xs, th.hidden-xs {
    display: table-cell !important;
}

@media(max-width:767px) {
    .hidden-xs, td.hidden-xs, th.hidden-xs, tr.hidden-xs {
        display: none !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-xs.hidden-sm, td.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm {
        display: none !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-xs.hidden-md, td.hidden-xs.hidden-md, th.hidden-xs.hidden-md, tr.hidden-xs.hidden-md {
        display: none !important;
    }
}

@media(min-width:1200px) {
    .hidden-xs.hidden-lg, td.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg {
        display: none !important;
    }
}

.hidden-sm {
    display: block !important;
}

table.hidden-sm {
    display: table;
}

tr.hidden-sm {
    display: table-row !important;
}

td.hidden-sm, th.hidden-sm {
    display: table-cell !important;
}

@media(max-width:767px) {
    .hidden-sm.hidden-xs, td.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs {
        display: none !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm, td.hidden-sm, th.hidden-sm, tr.hidden-sm {
        display: none !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-sm.hidden-md, td.hidden-sm.hidden-md, th.hidden-sm.hidden-md, tr.hidden-sm.hidden-md {
        display: none !important;
    }
}

@media(min-width:1200px) {
    .hidden-sm.hidden-lg, td.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg {
        display: none !important;
    }
}

.hidden-md {
    display: block !important;
}

table.hidden-md {
    display: table;
}

tr.hidden-md {
    display: table-row !important;
}

td.hidden-md, th.hidden-md {
    display: table-cell !important;
}

@media(max-width:767px) {
    .hidden-md.hidden-xs, td.hidden-md.hidden-xs, th.hidden-md.hidden-xs, tr.hidden-md.hidden-xs {
        display: none !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-md.hidden-sm, td.hidden-md.hidden-sm, th.hidden-md.hidden-sm, tr.hidden-md.hidden-sm {
        display: none !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md, td.hidden-md, th.hidden-md, tr.hidden-md {
        display: none !important;
    }
}

@media(min-width:1200px) {
    .hidden-md.hidden-lg, td.hidden-md.hidden-lg, th.hidden-md.hidden-lg, tr.hidden-md.hidden-lg {
        display: none !important;
    }
}

.hidden-lg {
    display: block !important;
}

table.hidden-lg {
    display: table;
}

tr.hidden-lg {
    display: table-row !important;
}

td.hidden-lg, th.hidden-lg {
    display: table-cell !important;
}

@media(max-width:767px) {
    .hidden-lg.hidden-xs, td.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs {
        display: none !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-lg.hidden-sm, td.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm {
        display: none !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-lg.hidden-md, td.hidden-lg.hidden-md, th.hidden-lg.hidden-md, tr.hidden-lg.hidden-md {
        display: none !important;
    }
}

@media(min-width:1200px) {
    .hidden-lg, td.hidden-lg, th.hidden-lg, tr.hidden-lg {
        display: none !important;
    }
}

.visible-print, td.visible-print, th.visible-print, tr.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print, th.visible-print {
        display: table-cell !important;
    }

    .hidden-print, td.hidden-print, th.hidden-print, tr.hidden-print {
        display: none !important;
    }
}

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */ .ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%;
}

.ui-accordion .ui-accordion-icons, .ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}

    .ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
        text-decoration: none;
    }

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-icons-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-icons-only .ui-button-icon-primary, .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary {
    left: .5em;
}

.ui-button-icons-only .ui-button-icon-secondary, .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: 700;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td a, .ui-datepicker td span {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        position: relative;
        margin: 0;
        padding: 3px 1em 3px .4em;
        cursor: pointer;
        min-height: 0;
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0;
    }

    .ui-menu .ui-state-active, .ui-menu .ui-state-focus {
        margin: -1px;
    }

.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item {
        padding-left: 2em;
    }

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
        height: 100%;
        filter: alpha(opacity=25);
        opacity: .25;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

    .ui-selectmenu-menu .ui-menu {
        overflow: auto;
        overflow-x: hidden;
        padding-bottom: 1px;
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            font-size: 1em;
            font-weight: 700;
            line-height: 1.5;
            padding: 2px .4em;
            margin: .5em 0 0;
            height: auto;
            border: 0;
        }

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

    .ui-selectmenu-button span.ui-icon {
        right: .5em;
        left: auto;
        margin-top: -8px;
        position: absolute;
        top: 50%;
    }

    .ui-selectmenu-button span.ui-selectmenu-text {
        text-align: left;
        padding: .4em 2.1em .4em 1em;
        display: block;
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.ui-spinner, .ui-spinner-input {
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    margin: .2em 0;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    padding: .2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: .5em 1em;
            text-decoration: none;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px;
        }

            .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text;
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
        font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #ddd;
    background: #eee url(/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333;
}

    .ui-widget-content a {
        color: #333;
    }

.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828 url(/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #fff;
    font-weight: 700;
}

    .ui-widget-header a {
        color: #fff;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #ccc;
        background: #f6f6f6 url(/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
        font-weight: 700;
        color: #1c94c4;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #1c94c4;
            text-decoration: none;
        }

    .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
        border: 1px solid #fbcb09;
        background: #fdf5ce url(/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
        font-weight: 700;
        color: #c77405;
    }

        .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
            color: #c77405;
            text-decoration: none;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #fbd850;
        background: #fff url(/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
        font-weight: 700;
        color: #eb8f00;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #eb8f00;
            text-decoration: none;
        }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #fed22f;
        background: #ffe45c url(/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
        color: #363636;
    }

        .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
            color: #363636;
        }

    .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #b81900 url(/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
        color: #fff;
    }

        .ui-state-error-text, .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error-text, .ui-widget-header .ui-state-error a {
            color: #fff;
        }

    .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
        font-weight: 700;
    }

    .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: 400;
    }

    .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35);
        }

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(/images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(/images/ui-icons_ffffff_256x240.png);
}

.ui-state-active .ui-icon, .ui-state-default .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
    background-image: url(/images/ui-icons_ef8c08_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(/images/ui-icons_228ef1_256x240.png);
}

.ui-state-error-text .ui-icon, .ui-state-error .ui-icon {
    background-image: url(/images/ui-icons_ffd27a_256x240.png);
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-first, .ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #666 url(/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
    opacity: .5;
    filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000 url(/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
    opacity: .2;
    filter: Alpha(Opacity=20);
    border-radius: 5px;
}

.minicolors-grid .minicolors-picker > div, .minicolors-panel {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.minicolors-swatch {
    position: absolute;
    vertical-align: middle;
    background: url(/images/jquery.minicolors.png) -80px 0;
    border: 1px solid #ccc;
    cursor: text;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.minicolors-swatch-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.minicolors input[type=hidden] + .minicolors-swatch {
    width: 28px;
    position: static;
    cursor: pointer;
}

.minicolors-panel {
    position: absolute;
    width: 173px;
    height: 152px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    z-index: 99999;
    box-sizing: content-box;
    display: none;
}

    .minicolors-panel.minicolors-visible {
        display: block;
    }

.minicolors-position-top .minicolors-panel {
    top: -154px;
}

.minicolors-position-right .minicolors-panel {
    right: 0;
}

.minicolors-position-bottom .minicolors-panel {
    top: auto;
}

.minicolors-position-left .minicolors-panel {
    left: 0;
}

.minicolors-with-opacity .minicolors-panel {
    width: 194px;
}

.minicolors .minicolors-grid {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 150px;
    height: 150px;
    background: url(/images/jquery.minicolors.png) -120px 0;
    cursor: crosshair;
}

.minicolors .minicolors-grid-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: 0 0;
}

.minicolors-slider-saturation .minicolors-grid {
    background-position: -420px 0;
}

.minicolors-slider-saturation .minicolors-grid-inner {
    background: url(/images/jquery.minicolors.png) -270px 0;
}

.minicolors-slider-brightness .minicolors-grid {
    background-position: -570px 0;
}

.minicolors-slider-brightness .minicolors-grid-inner {
    background: #000;
}

.minicolors-slider-wheel .minicolors-grid {
    background-position: -720px 0;
}

.minicolors-opacity-slider, .minicolors-slider {
    position: absolute;
    top: 1px;
    left: 152px;
    width: 20px;
    height: 150px;
    background: url(/images/jquery.minicolors.png) #fff;
    cursor: row-resize;
}

.minicolors-slider-saturation .minicolors-slider {
    background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-slider, .minicolors-slider-wheel .minicolors-slider {
    background-position: -20px 0;
}

.minicolors-opacity-slider {
    left: 173px;
    background-position: -40px 0;
    display: none;
}

.minicolors-with-opacity .minicolors-opacity-slider {
    display: block;
}

.minicolors-grid .minicolors-picker {
    position: absolute;
    top: 70px;
    left: 70px;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    border-radius: 10px;
    margin-top: -6px;
    margin-left: -6px;
    background: 0 0;
}

    .minicolors-grid .minicolors-picker > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        border: 2px solid #fff;
        box-sizing: content-box;
    }

.minicolors-picker {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 2px;
    background: #fff;
    border: 1px solid #000;
    margin-top: -2px;
    box-sizing: content-box;
}

.minicolors-inline {
    display: inline-block;
}

    .minicolors-inline .minicolors-input {
        display: none !important;
    }

    .minicolors-inline .minicolors-panel {
        position: relative;
        top: auto;
        left: auto;
        box-shadow: none;
        z-index: auto;
        display: inline-block;
    }

.minicolors-theme-default .minicolors-swatch {
    top: 5px;
    left: 5px;
    width: 18px;
    height: 18px;
}

.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
    left: auto;
    right: 5px;
}

.minicolors-theme-default.minicolors {
    width: auto;
    display: inline-block;
}

.minicolors-theme-default .minicolors-input {
    height: 20px;
    width: auto;
    display: inline-block;
    padding-left: 26px;
}

.minicolors-theme-default.minicolors-position-right .minicolors-input {
    padding-right: 26px;
    padding-left: inherit;
}

.minicolors-theme-bootstrap .minicolors-swatch {
    top: 3px;
    left: 3px;
    width: 28px;
    height: 28px;
    border-radius: 3px;
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch {
    left: auto;
    right: 3px;
}

.minicolors-theme-bootstrap .minicolors-input {
    padding-left: 44px;
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
    padding-right: 44px;
    padding-left: 12px;
}


/*!
 * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */ select.bs-select-hidden, select.selectpicker {
    display: none !important;
}

.bootstrap-select {
    width: 220px;\9
}

    .bootstrap-select > .dropdown-toggle {
        width: 100%;
        padding-right: 25px;
        z-index: 1;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
            color: #999;
        }

    .bootstrap-select > select {
        position: absolute !important;
        bottom: 0;
        left: 50%;
        display: block !important;
        width: .5px !important;
        height: 100% !important;
        padding: 0 !important;
        opacity: 0 !important;
        border: none;
    }

        .bootstrap-select > select.mobile-device {
            top: 0;
            left: 0;
            display: block !important;
            width: 100% !important;
            z-index: 2;
        }

.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

    .bootstrap-select.form-control:not([class*=col-]) {
        width: 100%;
    }

    .bootstrap-select.form-control.input-group-btn {
        z-index: auto;
    }

        .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
            border-radius: 0;
        }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

    .bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
        float: right;
    }

.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

    .form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
        height: 100%;
        font-size: inherit;
        line-height: inherit;
        border-radius: inherit;
    }

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

    .bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
        outline: 0 !important;
    }

.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important;
}

    .bootstrap-select.btn-group.bs-container .dropdown-menu {
        z-index: 1060;
    }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box;
}

    .bootstrap-select.btn-group .dropdown-menu.inner {
        position: static;
        float: none;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .bootstrap-select.btn-group .dropdown-menu li {
        position: relative;
    }

        .bootstrap-select.btn-group .dropdown-menu li.active small {
            color: #fff;
        }

        .bootstrap-select.btn-group .dropdown-menu li.disabled a {
            cursor: not-allowed;
        }

        .bootstrap-select.btn-group .dropdown-menu li a {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .bootstrap-select.btn-group .dropdown-menu li a.opt {
                position: relative;
                padding-left: 2.25em;
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
                display: none;
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.text {
                display: inline-block;
            }

        .bootstrap-select.btn-group .dropdown-menu li small {
            padding-left: .5em;
        }

    .bootstrap-select.btn-group .dropdown-menu .notify {
        position: absolute;
        bottom: 5px;
        width: 96%;
        margin: 0 2%;
        min-height: 26px;
        padding: 3px 5px;
        background: #f5f5f5;
        border: 1px solid #e3e3e3;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        pointer-events: none;
        opacity: .9;
        box-sizing: border-box;
    }

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid hsla(0,0%,80%,.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid hsla(0,0%,80%,.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
    display: block;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    box-sizing: border-box;
}

    .bs-actionsbox .btn-group button {
        width: 50%;
    }

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

    .bs-donebutton .btn-group button {
        width: 100%;
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

.tippy-touch {
    cursor: pointer !important;
}

.tippy-notransition {
    transition: none !important;
}

.tippy-popper {
    max-width: 400px;
    -webkit-perspective: 800px;
    perspective: 800px;
    z-index: 9999;
}

    .tippy-popper.html-template {
        max-width: 96%;
        max-width: calc(100% - 20px);
    }

    .tippy-popper[x-placement^=top] [x-arrow] {
        position: absolute;
        width: 0;
        height: 0;
        border-top: 7px solid #333;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        bottom: -7px;
    }

        .tippy-popper[x-placement^=top] [x-arrow].arrow-small {
            border-top: 5px solid #333;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            bottom: -5px;
        }

        .tippy-popper[x-placement^=top] [x-arrow].arrow-big {
            border-top: 9px solid #333;
            border-right: 9px solid transparent;
            border-left: 9px solid transparent;
            bottom: -9px;
        }

    .tippy-popper[x-placement^=top] [x-circle] {
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }

        .tippy-popper[x-placement^=top] [x-circle].enter {
            opacity: 1;
            -webkit-transform: scale(1) translate(-50%,-50%);
            transform: scale(1) translate(-50%,-50%);
        }

        .tippy-popper[x-placement^=top] [x-circle].leave {
            opacity: 0;
            -webkit-transform: scale(.45) translate(-50%,-100%);
            transform: scale(.45) translate(-50%,-100%);
        }

    .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle] {
        background-color: #fff;
    }

    .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
        border-top: 7px solid #fff;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }

        .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small {
            border-top: 5px solid #fff;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
        }

        .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
            border-top: 9px solid #fff;
            border-right: 9px solid transparent;
            border-left: 9px solid transparent;
        }

    .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle] {
        background-color: rgba(0,0,0,.7);
    }

    .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow] {
        border-top: 7px solid rgba(0,0,0,.7);
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }

        .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
            border-top: 5px solid rgba(0,0,0,.7);
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
        }

        .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
            border-top: 9px solid rgba(0,0,0,.7);
            border-right: 9px solid transparent;
            border-left: 9px solid transparent;
        }

    .tippy-popper[x-placement^=top] [data-animation=perspective] {
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }

        .tippy-popper[x-placement^=top] [data-animation=perspective].enter {
            opacity: 1;
            -webkit-transform: translateY(-10px) rotateX(0);
            transform: translateY(-10px) rotateX(0);
        }

        .tippy-popper[x-placement^=top] [data-animation=perspective].leave {
            opacity: 0;
            -webkit-transform: translateY(0) rotateX(90deg);
            transform: translateY(0) rotateX(90deg);
        }

    .tippy-popper[x-placement^=top] [data-animation=fade].enter {
        opacity: 1;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .tippy-popper[x-placement^=top] [data-animation=fade].leave {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .tippy-popper[x-placement^=top] [data-animation=shift].enter {
        opacity: 1;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .tippy-popper[x-placement^=top] [data-animation=shift].leave {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .tippy-popper[x-placement^=top] [data-animation=scale].enter {
        opacity: 1;
        -webkit-transform: translateY(-10px) scale(1);
        transform: translateY(-10px) scale(1);
    }

    .tippy-popper[x-placement^=top] [data-animation=scale].leave {
        opacity: 0;
        -webkit-transform: translateY(0) scale(0);
        transform: translateY(0) scale(0);
    }

    .tippy-popper[x-placement^=bottom] [x-arrow] {
        position: absolute;
        width: 0;
        height: 0;
        border-bottom: 7px solid #333;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        top: -7px;
    }

        .tippy-popper[x-placement^=bottom] [x-arrow].arrow-small {
            border-bottom: 5px solid #333;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            top: -5px;
        }

        .tippy-popper[x-placement^=bottom] [x-arrow].arrow-big {
            border-bottom: 9px solid #333;
            border-right: 9px solid transparent;
            border-left: 9px solid transparent;
            top: -9px;
        }

    .tippy-popper[x-placement^=bottom] [x-circle] {
        -webkit-transform-origin: 0 -100%;
        transform-origin: 0 -100%;
    }

        .tippy-popper[x-placement^=bottom] [x-circle].enter {
            opacity: 1;
            -webkit-transform: scale(1) translate(-50%,-50%);
            transform: scale(1) translate(-50%,-50%);
        }

        .tippy-popper[x-placement^=bottom] [x-circle].leave {
            opacity: 0;
            -webkit-transform: scale(.45) translate(-50%,5%);
            transform: scale(.45) translate(-50%,5%);
        }

    .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle] {
        background-color: #fff;
    }

    .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
        border-bottom: 7px solid #fff;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }

        .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small {
            border-bottom: 5px solid #fff;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
        }

        .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
            border-bottom: 9px solid #fff;
            border-right: 9px solid transparent;
            border-left: 9px solid transparent;
        }

    .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle] {
        background-color: rgba(0,0,0,.7);
    }

    .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow] {
        border-bottom: 7px solid rgba(0,0,0,.7);
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }

        .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
            border-bottom: 5px solid rgba(0,0,0,.7);
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
        }

        .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
            border-bottom: 9px solid rgba(0,0,0,.7);
            border-right: 9px solid transparent;
            border-left: 9px solid transparent;
        }

    .tippy-popper[x-placement^=bottom] [data-animation=perspective] {
        -webkit-transform-origin: top;
        transform-origin: top;
    }

        .tippy-popper[x-placement^=bottom] [data-animation=perspective].enter {
            opacity: 1;
            -webkit-transform: translateY(10px) rotateX(0);
            transform: translateY(10px) rotateX(0);
        }

        .tippy-popper[x-placement^=bottom] [data-animation=perspective].leave {
            opacity: 0;
            -webkit-transform: translateY(0) rotateX(-90deg);
            transform: translateY(0) rotateX(-90deg);
        }

    .tippy-popper[x-placement^=bottom] [data-animation=fade].enter {
        opacity: 1;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    .tippy-popper[x-placement^=bottom] [data-animation=fade].leave {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    .tippy-popper[x-placement^=bottom] [data-animation=shift].enter {
        opacity: 1;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    .tippy-popper[x-placement^=bottom] [data-animation=shift].leave {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .tippy-popper[x-placement^=bottom] [data-animation=scale].enter {
        opacity: 1;
        -webkit-transform: translateY(10px) scale(1);
        transform: translateY(10px) scale(1);
    }

    .tippy-popper[x-placement^=bottom] [data-animation=scale].leave {
        opacity: 0;
        -webkit-transform: translateY(0) scale(0);
        transform: translateY(0) scale(0);
    }

    .tippy-popper[x-placement^=left] [x-arrow] {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 7px solid #333;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        right: -7px;
        top: 50%;
    }

        .tippy-popper[x-placement^=left] [x-arrow].arrow-small {
            border-left: 5px solid #333;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            right: -5px;
            top: 50%;
        }

        .tippy-popper[x-placement^=left] [x-arrow].arrow-big {
            border-left: 9px solid #333;
            border-top: 9px solid transparent;
            border-bottom: 9px solid transparent;
            right: -9px;
            top: 50%;
        }

    .tippy-popper[x-placement^=left] [x-circle] {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

        .tippy-popper[x-placement^=left] [x-circle].enter {
            opacity: 1;
            -webkit-transform: scale(1) translate(-50%,-50%);
            transform: scale(1) translate(-50%,-50%);
        }

        .tippy-popper[x-placement^=left] [x-circle].leave {
            opacity: 0;
            -webkit-transform: scale(.45) translate(-50%,-50%);
            transform: scale(.45) translate(-50%,-50%);
        }

    .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle] {
        background-color: #fff;
    }

    .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
        border-left: 7px solid #fff;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }

        .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
            border-left: 5px solid #fff;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
        }

        .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
            border-left: 9px solid #fff;
            border-top: 9px solid transparent;
            border-bottom: 9px solid transparent;
        }

    .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle] {
        background-color: rgba(0,0,0,.7);
    }

    .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
        border-left: 7px solid rgba(0,0,0,.7);
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }

        .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
            border-left: 5px solid rgba(0,0,0,.7);
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
        }

        .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
            border-left: 9px solid rgba(0,0,0,.7);
            border-top: 9px solid transparent;
            border-bottom: 9px solid transparent;
        }

    .tippy-popper[x-placement^=left] [data-animation=perspective] {
        -webkit-transform-origin: right;
        transform-origin: right;
    }

        .tippy-popper[x-placement^=left] [data-animation=perspective].enter {
            opacity: 1;
            -webkit-transform: translateX(-10px) rotateY(0);
            transform: translateX(-10px) rotateY(0);
        }

        .tippy-popper[x-placement^=left] [data-animation=perspective].leave {
            opacity: 0;
            -webkit-transform: translateX(0) rotateY(-90deg);
            transform: translateX(0) rotateY(-90deg);
        }

    .tippy-popper[x-placement^=left] [data-animation=fade].enter {
        opacity: 1;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    .tippy-popper[x-placement^=left] [data-animation=fade].leave {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    .tippy-popper[x-placement^=left] [data-animation=shift].enter {
        opacity: 1;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    .tippy-popper[x-placement^=left] [data-animation=shift].leave {
        opacity: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .tippy-popper[x-placement^=left] [data-animation=scale].enter {
        opacity: 1;
        -webkit-transform: translateX(-10px) scale(1);
        transform: translateX(-10px) scale(1);
    }

    .tippy-popper[x-placement^=left] [data-animation=scale].leave {
        opacity: 0;
        -webkit-transform: translateX(0) scale(0);
        transform: translateX(0) scale(0);
    }

    .tippy-popper[x-placement^=right] [x-arrow] {
        position: absolute;
        width: 0;
        height: 0;
        border-right: 7px solid #333;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        left: -7px;
        top: 50%;
    }

        .tippy-popper[x-placement^=right] [x-arrow].arrow-small {
            border-right: 5px solid #333;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            left: -5px;
            top: 50%;
        }

        .tippy-popper[x-placement^=right] [x-arrow].arrow-big {
            border-right: 9px solid #333;
            border-top: 9px solid transparent;
            border-bottom: 9px solid transparent;
            left: -9px;
            top: 50%;
        }

    .tippy-popper[x-placement^=right] [x-circle] {
        -webkit-transform-origin: -50% 0;
        transform-origin: -50% 0;
    }

        .tippy-popper[x-placement^=right] [x-circle].enter {
            opacity: 1;
            -webkit-transform: scale(1) translate(-50%,-50%);
            transform: scale(1) translate(-50%,-50%);
        }

        .tippy-popper[x-placement^=right] [x-circle].leave {
            opacity: 0;
            -webkit-transform: scale(.45) translate(-50%,-50%);
            transform: scale(.45) translate(-50%,-50%);
        }

    .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle] {
        background-color: #fff;
    }

    .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
        border-right: 7px solid #fff;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }

        .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
            border-right: 5px solid #fff;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
        }

        .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
            border-right: 9px solid #fff;
            border-top: 9px solid transparent;
            border-bottom: 9px solid transparent;
        }

    .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle] {
        background-color: rgba(0,0,0,.7);
    }

    .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
        border-right: 7px solid rgba(0,0,0,.7);
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }

        .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
            border-right: 5px solid rgba(0,0,0,.7);
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
        }

        .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
            border-right: 9px solid rgba(0,0,0,.7);
            border-top: 9px solid transparent;
            border-bottom: 9px solid transparent;
        }

    .tippy-popper[x-placement^=right] [data-animation=perspective] {
        -webkit-transform-origin: left;
        transform-origin: left;
    }

        .tippy-popper[x-placement^=right] [data-animation=perspective].enter {
            opacity: 1;
            -webkit-transform: translateX(10px) rotateY(0);
            transform: translateX(10px) rotateY(0);
        }

        .tippy-popper[x-placement^=right] [data-animation=perspective].leave {
            opacity: 0;
            -webkit-transform: translateX(0) rotateY(90deg);
            transform: translateX(0) rotateY(90deg);
        }

    .tippy-popper[x-placement^=right] [data-animation=fade].enter {
        opacity: 1;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    .tippy-popper[x-placement^=right] [data-animation=fade].leave {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    .tippy-popper[x-placement^=right] [data-animation=shift].enter {
        opacity: 1;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    .tippy-popper[x-placement^=right] [data-animation=shift].leave {
        opacity: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .tippy-popper[x-placement^=right] [data-animation=scale].enter {
        opacity: 1;
        -webkit-transform: translateX(10px) scale(1);
        transform: translateX(10px) scale(1);
    }

    .tippy-popper[x-placement^=right] [data-animation=scale].leave {
        opacity: 0;
        -webkit-transform: translateX(0) scale(0);
        transform: translateX(0) scale(0);
    }

    .tippy-popper [x-circle] {
        background-color: #fff;
    }

    .tippy-popper[data-animatefill] {
        background-color: transparent;
    }

    .tippy-popper [x-arrow] {
        position: absolute;
        width: 0;
        height: 0;
    }

    .tippy-popper .tippy-tooltip.transparent-theme {
        background-color: rgba(0,0,0,.7);
    }

        .tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
            background-color: transparent;
        }

    .tippy-popper .tippy-tooltip.light-theme {
        color: #203d5d;
        box-shadow: 0 4px 20px 4px rgba(0,20,60,.1),0 4px 80px -8px rgba(0,20,60,.2);
        background-color: #fff;
    }

        .tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
            background-color: transparent;
        }

.tippy-tooltip {
    position: relative;
    color: #fff;
    border-radius: 4px;
    font-size: .95rem;
    padding: .4rem .8rem;
    text-align: center;
    will-change: transform;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #333;
}

.tippy-tooltip--small {
    padding: .25rem .5rem;
    font-size: .8rem;
}

.tippy-tooltip--big {
    padding: .6rem 1.2rem;
    font-size: 1.2rem;
}

.tippy-tooltip[data-animatefill] {
    overflow: hidden;
    background-color: transparent;
}

.tippy-tooltip[data-inertia] {
    transition-timing-function: cubic-bezier(.53,2,.36,.85);
}

.tippy-tooltip [x-circle] {
    position: absolute;
    will-change: transform;
    background-color: #333;
    border-radius: 50%;
    width: 120%;
    width: calc(100% + 2rem);
    transition: all ease-out;
    left: 50%;
    top: 50%;
    z-index: -1;
    opacity: 0;
    overflow: hidden;
}

    .tippy-tooltip [x-circle]:before {
        content: "";
        padding-top: 75%;
        float: left;
    }

@media (max-width:450px) {
    .tippy-popper {
        max-width: 96%;
        max-width: calc(100% - 20px);
    }
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"),local("OpenSans-Regular"),url(../fonts/open-sans-v17-latin-regular.woff2) format("woff2");
    /*unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd;*/
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    src: local("Open Sans ExtraBold"),local("OpenSans-ExtraBold-SemiBold"),url(../fonts/open-sans-v17-latin-800.woff2) format("woff2");
    /*unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd;*/
}

@font-face {
    font-family: system;
    font-style: normal;
    font-weight: 400;
    src: local(".SFNSText-Regular"),local(".HelveticaNeueDeskInterface-Regular"),local(".LucidaGrandeUI"),local("Segoe UI"),local("Ubuntu"),local("Roboto-Regular"),local("DroidSans"),local("Tahoma");
}

@font-face {
    font-family: system;
    font-style: normal;
    font-weight: 200;
    src: local(".SFNSText-Light"),local(".HelveticaNeueDeskInterface-Light"),local(".LucidaGrandeUI"),local("Ubuntu Light"),local("Segoe UI Light"),local("Roboto-Light"),local("DroidSans"),local("Tahoma");
}

a {
    color: #e84909;
}

.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
    color: #000;
    background-color: rgba(0,187,136,.07);
    border-color: #00a37a;
}

.or-spacer-vertical {
    display: inline-block;
    width: 20px;
    position: relative;
    float: left;
    margin-right: 10px;
}

    .or-spacer-vertical .mask {
        overflow: hidden;
        width: 20px;
        height: 140px;
    }

    .or-spacer-vertical.left .mask:after {
        margin-left: -20px;
    }

    .or-spacer-vertical.left .mask:after, .or-spacer-vertical.right .mask:before {
        content: "";
        display: block;
        width: 20px;
        height: 100%;
        border-radius: 12px/125px;
        box-shadow: 0 0 8px #000;
    }

    .or-spacer-vertical.right .mask:before {
        margin-left: 20px;
    }

kbd {
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}

bttn, kbd {
    padding: .1em .6em;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    color: #333;
    box-shadow: 0 1px 0 rgba(0,0,0,.2),inset 0 0 0 2px #fff;
    border-radius: 3px;
    display: inline-block;
    margin: 0 .1em;
    text-shadow: 0 1px 0 #fff;
    line-height: 1.4;
    white-space: nowrap;
    text-transform: uppercase;
}

bttn {
    font-size: 14px;
    font-family: system,sans-serif;
    vertical-align: text-top;
}

em {
    background-color: #fffaf0;
    padding: 2px;
    border-radius: 2px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body, html {
    height: 100%;
}

body {
    font-family: 'Open Sans',system,sans-serif;
    color: #333;
    font-size: 14px;
}

.centered {
    text-align: center;
}

h1, h2, h3, h4, h5 {
    font-family: 'Open Sans',system,sans-serif;
    color: #333;
}

h1 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 50px;
}

h2 {
    margin-top: 10px;
    font-size: 18px;
    color: #656565;
}

h1 + h2 {
    margin-top: -5px;
    margin-bottom:30px;
}

h2 + h2 {
    margin-top: -7px;
}

h3 {
    margin-top: 10px;
    font-size: 26px;
    font-weight: 700;
}

h4 {
    font-size: 16px;
}

h4, h5 {
    margin-top: 10px;
    color: #9aa5aa;
}

h5 {
    font-size: 14px;
}

.fileinput-button, .fileinput-link {
    position: relative;
    overflow: hidden;
}

    .fileinput-button input, .fileinput-link input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        font-size: 200px;
        direction: ltr;
        cursor: pointer;
    }

    .fileinput-button .fa-copy, .fileinput-button .fa-file-code, .fileinput-button .fa-file-image, .fileinput-button .fa-file-pdf, .fileinput-button .fa-file-word, .fileinput-button .fa-image {
        margin-right: 20px;
    }

.secondary-upload-btn-group .fileinput-button .fa-copy, .secondary-upload-btn-group .fileinput-button .fa-file-code, .secondary-upload-btn-group .fileinput-button .fa-file-image, .secondary-upload-btn-group .fileinput-button .fa-file-pdf, .secondary-upload-btn-group .fileinput-button .fa-file-word, .secondary-upload-btn-group .fileinput-button .fa-image {
    margin-right: 5px;
}

a.btn, a.btn:link, a.btn:visited, button.btn, span.btn {
    background-color: #ff9743;
    color: #fff;
    border-color: #ff9743;
    outline: none;
}

    a.btn:focus, button.btn:focus, span.btn:focus {
        outline: none;
    }

    a.btn-default[disabled=disabled], a.btn[disabled=disabled], button.btn-default[disabled=disabled], button.btn[disabled=disabled], span.btn-default[disabled=disabled], span.btn[disabled=disabled] {
        background-color: #f2f2f2;
        color: #a9a;
        border-color: #a9a;
    }

    a.btn.active, a.btn:active, a.btn:hover, button.btn.active, button.btn:hover, span.btn.active, span.btn:hover {
        background-color: #0282e5;
        color: #fff;
        border-color: #0275ce;
    }

.btn, .dropdown-menu {
    font-family: system,sans-serif;
    /*font-weight: 700;*/
    font-size: 16px;
    text-align: left;
}

#plans-row, #pro-row, #upload-row {
    margin-top: 20px;
}

.upload-btn-group.main {
    margin-top: 30px;
}

.download-group .dropdown-menu, .upload-btn-group .dropdown-menu {
    width: 100%;
    font-size: 22px;
}

.fa-dropbox {
    color: #00a9f1;
}

.gdrive-chooser .icon {
    margin-left: -1px;
    margin-top: -3px;
}

.weburl-chooser .icon {
    color: #e0452c;
}

.upload-btn-group .icon {
    margin-right: 17px;
}

.dropdown-menu > li > a {
    padding: 3px 15px;
}

.hint {
    color: #aaa;
}

.feature, .hint {
    margin-top: 20px;
}

.feature {
    font-size: 18px;
}

    .feature .caption {
        color: #70747a;
    }

    .feature h4 {
        font-weight: 700;
        color: #000;
    }

    .feature .img-thumbnail {
        border: 0;
        background-color: transparent;
    }

        .feature .img-thumbnail .fal {
            font-size: 60px;
            margin-top: 10px;
            margin-bottom: 20px;
        }

    .account .fa-send, .feature .fa-send {
        color: #2cc76a;
    }

    .feature .fa-language {
        color: #ef8f29;
    }

    .feature .fa-envelope {
        color: #00a9f1;
    }

    .feature .fa-file-pdf {
        color: #e0452c;
    }

.plan-vertical {
    border: 1px solid #e9ecef;
    box-shadow: 0 0 0 2px hsla(0,0%,100%,0),0 10px 22px 0 rgba(0,0,0,.06),0 2px 8px 0 rgba(0,0,0,.1);
    border-radius: 5px;
    display: block;
    color: gray;
    line-height: 1;
    position: relative;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    max-width: 900px;
    margin: auto;
    overflow: hidden;
    transition: .25s ease-in-out 0s;
}

.plan-name {
    color: #333;
    font-weight: 700;
    font-size: 23px;
    margin: 2px auto 32px;
}

    .plan-name .extra-light {
        font-weight: 200;
    }

.plan-amount {
    margin-top: 4px;
}

.price {
    font-weight: 700;
    color: #333;
}

.plan-vertical .plan-box {
    border: 1px solid transparent;
    position: relative;
    padding: 2em 0;
}

    .plan-vertical .plan-box .select-btn {
        margin-top: 8px;
    }

        .plan-vertical .plan-box .select-btn:focus {
            color: #fff;
        }

.plan-vertical .sup, .plan-vertical .sup .ccy {
    font-size: 19px;
    vertical-align: top;
    display: inline;
}

    .plan-vertical .sup .ccy {
        font-weight: 100;
        color: #aaa;
    }

.plan-vertical .monthly-amount {
    font-size: 38px;
    display: inline;
}

.plan-vertical .per-month {
    font-size: 13px;
    margin-bottom: 20px;
    padding: 0 5px;
}

.plan-vertical .per-user {
    font-size: 13px;
}

.plan-vertical .volume-discount {
    color: #089de3;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
}

.plan.best-deal .plan-amount {
    color: #2cc76a;
}

.divider {
    border-top: 1px solid #eee;
    height: 2px;
    width: 50%;
    margin: 0 auto 10px;
}

    .divider.wide {
        width: 80%;
    }

.billing-info {
    font-size: 14px;
    margin-bottom: 4px;
}

.plan-vertical .checkmark {
    display: none;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    position: absolute;
    top: 133px;
    background-color: transparent;
    color: #2cc76a;
    left: 15px;
}

.team-pricing .plan-vertical .checkmark {
    top: 180px;
}

.plan-vertical .per-user, .plan-vertical .volume-discount {
    display: none;
}

.team-pricing .plan-vertical .per-user, .team-pricing .plan-vertical .volume-discount {
    display: block;
}

.plan-vertical.selected, .plan-vertical.selected:hover {
    border-color: #0282e5;
}

    .plan-vertical.selected .select-btn {
        background-color: #0282e5;
        color: #fff;
    }

.plan-vertical:hover {
    border-color: #0c9;
}

.plan-features {
    margin-top: 40px;
    text-align: left;
    position: relative;
    bottom: 20px;
}

    .plan-features li {
        line-height: 25px;
        color: #0c9;
    }

        .plan-features li a {
            color: #0c9;
            text-decoration: underline;
        }

        .plan-features li.no {
            color: #aaa;
        }

            .plan-features li.no a {
                color: #aaa;
                text-decoration: underline;
            }

        .plan-features li:before {
            content: "\2713";
            display: inline-block;
            width: 1.2em;
            margin-left: -1.2em;
        }

        .plan-features li.no:before {
            content: "\00D7";
            display: inline-block;
            width: 1.2em;
            margin-left: -1.2em;
        }

.plan-features {
    padding-left: 50px;
}

@media (min-width:768px) {
    .plan-features {
        padding-left: 30px;
    }
}

@media (min-width:992px) {
    .plan-features {
        padding-left: 50px;
    }
}

.plan-box .divider.wide {
    margin-top: 25px;
    margin-bottom: 25px;
}

.plan-vertical {
    color: rgba(43,43,43,.6);
}

    .plan-teal:after, .plan-vertical:before {
        content: "";
        opacity: .2;
        position: absolute;
        left: 0;
        right: 0;
        z-index: -1;
    }

    .plan-vertical:before {
        background-color: #0c9;
        color: #0c9;
        -webkit-transform: skew(0,-4deg) translateY(0);
        transform: skew(0,-4deg) translateY(0);
        top: -50px;
        height: 122px;
        opacity: 0;
        z-index: 0;
        transition: .25s ease-in-out 0s;
        transition-property: opacity;
    }

    .plan-vertical.free-plan:before {
        bottom: 362px;
    }

.plan-teal:before {
    background-color: #0c9;
    color: #0c9;
}

.plan-blue:before {
    background-color: #0086e9;
    color: #0086e9;
}

.plan-orange:before {
    background-color: #f24100;
    color: #f24100;
}

.plan-teal:after {
    background-color: #0c9;
    color: #0c9;
}

.plan-blue:after {
    background-color: #0086e9;
    color: #0086e9;
}

.plan-orange:after {
    background-color: #f24100;
    color: #f24100;
}

.plan-vertical:hover {
    transform: translateY(-6px);
    text-decoration: none;
}

.plan-teal:hover {
    border: none;
    box-shadow: 0 0 0 2px #0c9,0 10px 22px 0 rgba(0,0,0,.06),0 2px 8px 0 rgba(0,0,0,.1);
}

.plan-blue:hover {
    box-shadow: 0 0 0 2px #0086e9,0 10px 22px 0 rgba(0,0,0,.06),0 2px 8px 0 rgba(0,0,0,.1);
}

.plan-orange:hover {
    box-shadow: 0 0 0 2px #f24100,0 10px 22px 0 rgba(0,0,0,.06),0 2px 8px 0 rgba(0,0,0,.1);
}

.plan-teal .btn, .plan-teal a.btn.select-btn {
    background-color: rgba(0,204,153,.06);
    border-color: rgba(0,204,153,.1);
    color: #0c9;
}

.plan-blue .btn {
    background-color: rgba(0,134,233,.06);
    border-color: rgba(0,134,233,.1);
    color: #0086e9;
}

.plan-orange .btn {
    background-color: rgba(242,65,0,.06);
    border-color: rgba(242,65,0,.1);
    color: #f24100;
}

.plan-teal:hover .btn, .plan-teal:hover a.btn.select-btn {
    background-color: #0c9;
    border-color: #0c9;
    color: #fff;
}

.plan-blue:hover .btn {
    background-color: #0086e9;
    border-color: #0086e9;
    color: #fff;
}

.plan-orange:hover .btn {
    background-color: #f24100;
    border-color: #f24100;
    color: #fff;
}

.plan-blue .plan-name, .plan-teal .plan-name {
    transition: .25s ease-in-out 0s;
}

.plan-blue .plan-name {
    color: #0086e9;
}

.plan-orange .plan-name {
    color: #f24100;
    transition: .25s ease-in-out 0s;
}

.plan-vertical .corner .triangle svg {
    fill-opacity: 0;
    transition: .25s ease-in-out 0s;
}

.plan-teal .corner .triangle svg {
    fill: #0c9;
}

.plan-blue .corner .triangle svg {
    fill: #0086e9;
}

.plan-orange .corner .triangle svg {
    fill: #f24100;
}

.plan-vertical:hover .corner .triangle svg {
    fill-opacity: 1;
}

.plan-vertical .corner .triangle {
    right: 0;
    bottom: -4px;
    position: absolute;
}

.plan-vertical .corner .arrow {
    bottom: 15px;
    right: 15px;
    position: absolute;
}

    .plan-vertical .corner .arrow svg {
        transition: .25s ease-in-out 0s;
        transition-property: stroke;
    }

.plan-teal .corner .arrow svg {
    stroke: transparent;
}

.plan-vertical:hover .corner .arrow svg {
    stroke: #fff;
}

.license-qty-selector .btn-group-caption {
    color: #000;
}

    .license-qty-selector .btn-group-caption span, .license-qty-selector li a span {
        color: #2cc76a;
    }

#licenseQtyInput {
    width: 100px;
}

#account-row, #licenseQtyInput {
    text-align: center;
}

.form {
    width: 500px;
    margin: auto;
    margin-top: 60px;
}

.form-control {
    height: 42px;
}

.input-lg {
    height: 40px;
    padding: 6px 13px;
    font-size: 14px;
}

.input-lg, textarea.input-xxl {
    line-height: 1.33;
    border-radius: 6px;
}

textarea.input-xxl {
    padding: 13px 20px;
    font-size: 18px;
}

.input-group-addon.input-lg {
    font-size: 14px;
}

select.input-lg {
    height: 35px;
    line-height: 35px;
}

.form-submit {
    margin-top: 50px;
    margin-bottom: 40px;
}

.agree-terms .checkbox label {
    margin-left: 10px;
    font-weight: 200;
}

.secure {
    font-weight: 100;
    font-size: 13px;
}

    .secure .fa-lock-alt {
        font-size: 15px;
        color: #555;
        margin-right: 5px;
    }

#account-row .more-details p {
    color: #ccc;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

    #account-row .more-details p a {
        color: #999;
    }

.faqs {
    max-width: 1024px;
}

    .faqs .row {
        margin: 0 20px;
    }

    .faqs .panel-body {
        color: #333;
        font-size: 14px;
        text-align: left;
    }

.social-list {
    margin: 0;
    padding: 0;
    width: 220px;
    display: inline-block;
}

    .social-list li {
        list-style: none;
        width: 50px;
        height: 50px;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        opacity: .8;
        border-radius: 25px;
    }

        .social-list li:hover {
            opacity: 1;
        }

        .social-list li a {
            color: #fff;
            vertical-align: middle;
            display: inline-block;
            width: 100%;
            height: 100%;
        }

    .social-list .fab, .social-list .fal {
        font-size: 25px;
        line-height: 50px;
    }

.social-facebook {
    background-color: #365397;
}

.social-twitter {
    background-color: #00a9f1;
}

.social-gplus {
    background-color: #e0452c;
}

.social-email {
    background-color: #f8ca00;
}

#footer-row {
    margin-top: 100px;
}

footer .fa-angle-right {
    margin: 10px;
}

footer a {
    color: #777;
    line-height: 26px;
}

.top-alert {
    border-radius: 0;
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: .95;
    cursor: pointer;
    z-index: 100;
}

    .top-alert.alert-danger {
        background-color: #ff3268;
        border-color: #ff3268;
        color: #fff;
    }

    .top-alert .close {
        opacity: .7;
        font-weight: 400;
    }

        .top-alert .close:hover {
            opacity: 1;
        }

    .top-alert.alert-danger .close {
        color: #fff;
    }

.btn-secondary, a.btn.btn-secondary, button.btn.btn-secondary, span.btn.btn-secondary {
    font-weight: 400;
    color: #0b8;
    background-color: transparent;
}

    .btn-secondary:hover, a.btn.btn-secondary:hover, button.btn.btn-secondary:hover, span.btn.btn-secondary:hover {
        background-color: #eaf2ef;
        border-color: #0b8;
    }

a.btn-secondary[disabled=disabled], button.btn-secondary[disabled=disabled], span.btn-secondary[disabled=disabled] {
    color: #a9a;
    border-color: #a9a;
}

a.btn-link, a.btn-link:link, a.btn-link:visited, button.btn-link, span.btn-link {
    color: #ffaa09;
    background-color: transparent;
    border-color: transparent;
    font-weight: 400;
    border-radius: 4px;
}

    a.btn-link:active:hover, a.btn-link:focus:hover, a.btn-link:hover, a.btn-link:visited:hover, button.btn-link:hover, span.btn-link:hover {
        color: #0b8;
        border-color: #0b8;
        background-color: transparent;
        text-decoration: none;
    }

    a.btn-link:active, a.btn-link:focus, a.btn-link:visited, button.btn-link:active, button.btn-link:focus, button.btn-link:visited, span.btn-link:active, span.btn-link:focus, span.btn-link:visited {
        color: #0b8;
        border-color: transparent;
        text-decoration: none;
        background-color: transparent;
    }

    a.btn-link[disabled], button.btn-link[disabled], span.btn-link[disabled] {
        border-color: transparent;
    }

a.btn-light, a.btn-light:active, a.btn-light:link, a.btn-light:visited, button.btn-light, span.btn-light {
    font-weight: 400;
    color: #0b8;
    background-color: transparent;
    border-color: #0b8;
}

    .btn-light:hover, a.btn-light:hover {
        color: #fff;
        background-color: #0b8;
    }

.btn.btn-select, .btn.btn-select:active, .btn.btn-select:link, .btn.btn-select:visited {
    font-weight: 400;
    color: #000;
    background-color: #fff;
    border-color: #ccc;
}

    .btn.btn-select:focus, .btn.btn-select:hover {
        color: #000;
        background-color: #d8f7ef;
        border-color: #00a37a;
    }

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #000;
}

.btn-select label.light, .dropdown-menu[role=combobox] label.light {
    margin: 0;
    color: #aaa;
    margin-left: 5px;
}

.btn-medium {
    font-size: 18px;
}

.close {
    font-size: 25px;
    line-height: 15px;
}

.container-upgrade-section {
    background-color: rgba(2,130,229,.07);
    margin-top: 20px;
    margin-bottom: 20px;
}

#upgrade-section {
    text-align: center;
    margin: auto;
    padding: 10px;
}

    #upgrade-section h2 {
        color: #333;
    }

a.btn.rosie-btn {
    background-color: #ff3268;
    border-color: #ff3268;
    box-shadow: 0 3px 0 #ca2b55;
}

.btn-xs {
    font-size: 14px;
    padding: 6px 11px;
}

.btn-xxs {
    font-size: 12px;
    padding: 4px 8px;
}

.dropdown-xs {
    font-size: 18px;
}

.dropdown-xxs li a {
    font-size: 14px;
}

.dropdown-menu li.divider {
    width: 100%;
}

.completed .back-btn {
    margin-top: 20px;
}

header {
    padding-top: 15px;
    min-height: 41px;
    z-index: 899;
    position: relative;
}

.loggedin .dropdown-menu {
    min-width: 100px;
}

.dropdown.loggedin a .fal {
    font-size: 17px;
}

.dropdown.loggedin a {
    text-decoration: none;
    cursor: pointer;
}

.dropdown.loggedin.header-link.open a.dropdown-toggle {
    color: #0c9;
}

.dropdown.loggedin.header-link {
    padding-left: 35px;
}

#pay-btn {
    margin-bottom: 20px;
}

    #pay-btn .fa-spinner {
        display: none;
    }

    #pay-btn[disabled=disabled] .fa-spinner {
        display: inline-block;
    }

img.icon {
    width: 25px;
    margin-left: 2px;
}

#unsupportedBrowser {
    text-align: center;
}

#unsupportedBrowserForGDrive {
    text-align: center;
    margin-top: 30px;
}

#expiredSubscriptionWarning, #inactiveAccountWarning {
    font-size: 16px;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
}

#expiredSubscriptionWarning {
    max-width: 450px;
}

.pre {
    padding: 4px;
    font-size: 90%;
    color: #889;
    white-space: nowrap;
    background-color: #f6f6f3;
    border-radius: 4px;
}

#image-canvas-wrap.row, #pdf-canvas-wrap.row {
    margin-right: 0;
    margin-left: 0;
}

#image-canvas, #pdf-canvas {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 220px;
    background-color: #eee;
    padding: 10px;
    text-align: center;
    min-height: 350px;
}

[data-task=merge] #pdf-canvas {
    padding-bottom: 80px;
}

.dropdown-menu.sort-filenames-opts {
    min-width: 120px;
}

#pdf-files-list {
    padding-left: 0;
}

#pdf-files-summary-wrap {
    margin-top: 30px;
    color: #aaa;
    max-width: 80%;
    margin: auto;
}

    #pdf-files-summary-wrap strong {
        color: #888;
        font-size: 20px;
        border-radius: 20px;
        background-color: #f2f3f2;
        padding: 8px 13px;
    }

#pdf-files-list-wrap.row {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 100px;
}

#pdf-files-list-wrap .upload-btn-group {
    margin-top: 20px;
}

.magnified {
    width: 170px;
    height: 170px;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 0 0 7px hsla(0,0%,100%,.85),0 0 7px 7px rgba(0,0,0,.25),inset 0 0 40px 2px rgba(0,0,0,.25);
    display: none;
    z-index: 1000;
    background-color: #fff;
    background-repeat: no-repeat;
}

.pdf-file-item-wrap {
    padding: 5px 10px;
    width: 100%;
}

.pdf-file-item-wrap, .pdf-page-wrap {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.pdf-page-wrap {
    padding: 10px 20px 0;
}

[data-can-select=true] .pdf-page-wrap {
    cursor: pointer;
}

.pdf-page-wrap:hover {
    background-color: #ddd;
}

.pdf-page-wrap.selected {
    background-color: #ffd490;
}

    .pdf-page-wrap.selected:hover {
        background-color: #f4a300;
    }

.pdf-file-item {
    border: 1px solid transparent;
    background-color: #f5f5f5;
    border-radius: 5px;
    text-align: left;
    position: relative;
    word-wrap: break-word;
    width: 100%;
    min-height: 10px;
    padding: 20px;
    font-size: 14px;
}

    .pdf-file-item:hover {
        background-color: #eee;
    }

    .pdf-file-item .input-xxs.input-short {
        height: 30px;
        width: 30px;
    }

.sort-btn {
    padding: 5px;
}

.active .pdf-file-item {
    background-color: #efefef;
}

.sortable-ghost .pdf-file-item {
    opacity: .1;
}

.pdf-file-item .fal {
    font-size: 17px;
    margin-right: 3px;
    vertical-align: middle;
}

.pdf-file-item .close {
    display: none;
    font-size: 35px;
}

.pdf-file-item:hover .close {
    color: #aaa;
    display: block;
    font-size: 25px;
    font-weight: 400;
    opacity: 1;
}

.pdf-file-item .close:hover {
    color: #777;
    opacity: 1;
}

.pdf-file-item .order {
    margin-right: 5px;
}

.pdf-file-item .filename {
    margin-right: 40px;
    color: #0b8;
    font-weight: 700;
    font-size: 16px;
    font-family: system,sans-serif;
}

[data-task=merge] .pdf-file-item .form-control {
    width: 80%;
}

.pdf-file-item .page-options {
    margin-top: 15px;
    color: #777;
    margin-bottom: -15px;
}

.light {
    font-weight: 100;
}

.image-page-caption, .page-file-title, .pdf-page-number, .pdf-page-size, .pdf-page-size-new {
    margin-bottom: 10px;
    color: #333;
    font-size: 13px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pdf-page-wrap.selected .pdf-page-number, .pdf-page-wrap:hover .pdf-page-number {
    opacity: 1;
}

.pdf-page {
    width: 150px;
    max-height: 210px;
    border: 9px solid transparent;
    box-shadow: 0 3px 6px -2px rgba(50,50,50,.3);
}

.image-page, .pdf-page {
    background-color: #fff;
    margin-top: 20px;
}

.image-page {
    overflow: hidden;
}

.image-page-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.image-page img {
    max-width: 100%;
    max-height: 100%;
    border-color: #fff;
    border-style: solid;
}

.pdf-page-wrap.selected .pdf-page, .pdf-page-wrap:hover .pdf-page {
    box-shadow: 0 3px 6px -2px rgba(50,50,50,.8);
}

[data-task=splitByPages] .step2 {
    margin-top: 50px;
}

#upload-progress {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

    #upload-progress .bar {
        height: 3px;
        background-color: #0b8;
    }

        #upload-progress .bar.indeterminate {
            background-color: #0b8;
        }

            #upload-progress .bar.indeterminate:before {
                -webkit-animation: b 2.1s cubic-bezier(.65,.815,.735,.395) infinite;
                animation: b 2.1s cubic-bezier(.65,.815,.735,.395) infinite;
            }

            #upload-progress .bar.indeterminate:after, #upload-progress .bar.indeterminate:before {
                content: "";
                position: absolute;
                background-color: inherit;
                top: 0;
                left: 0;
                bottom: 0;
                will-change: left,right;
            }

            #upload-progress .bar.indeterminate:after {
                -webkit-animation: c 2.1s cubic-bezier(.165,.84,.44,1) infinite;
                animation: c 2.1s cubic-bezier(.165,.84,.44,1) infinite;
                -webkit-animation-delay: 1.15s;
                animation-delay: 1.15s;
            }

@-webkit-keyframes b {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    to {
        left: 100%;
        right: -90%;
    }
}

@keyframes b {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    to {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes c {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    to {
        left: 107%;
        right: -8%;
    }
}

@keyframes c {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    to {
        left: 107%;
        right: -8%;
    }
}

.bottom-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    padding-top: 10px;
    background-color: rgba(255,235,205,.9);
    z-index: 601;
}

.input-helper {
    padding: 10px;
    font-size: 14px;
    margin-bottom: 4px;
    color: #ccc;
}

.row.more-options {
    margin-bottom: 10px;
}

.more-options-btn {
    font-size: 21px;
    margin-left: 10px;
    border-radius: 5px;
}

.task-form .container {
    max-width: 850px;
    margin: auto;
}

.task-form label.title {
    font-size: 24px;
    display: block;
}

.head-space, .head-space-xl {
    margin-top: 10px;
}

input[type=checkbox] {
    cursor: pointer;
    margin: 10px;
}

.input-help, .input-help a {
    color: #ccc;
}

.input-help {
    font-size: 14px;
    cursor: pointer;
}

span.input-help {
    margin-left: 8px;
    color: #ddd;
    font-weight: 400;
}

.input-help.warning {
    color: #fc6;
}

.bottom-fixed span.input-help, .bottom-task-options .checkbox span.input-help {
    color: #aaa;
}

.btn-xxs .input-help {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.input-help .tooltip {
    opacity: 1;
}

.active .input-help i, .btn:hover .input-help i {
    color: #888;
}

.tooltip-inner {
    font-family: system,sans-serif;
    font-weight: 400;
    padding: 5px 10px 7px;
    font-size: 12px;
    text-align: left;
}

.tooltip.top .tooltip-inner {
    width: fit-content;
    width: -moz-fit-content;
    white-space: pre-wrap;
}

input.has-error + .tooltip .tooltip-inner {
    white-space: pre-wrap;
    background-color: #ff3268;
}

input.has-error + .tooltip .tooltip-arrow {
    border-left-color: #ff3268;
}

#tools-menu .tooltip.right .tooltip-inner {
    max-width: 120px;
    width: 120px;
    white-space: pre-wrap;
}

.selection-help {
    margin-top: 30px;
    margin-bottom: 20px;
}

    .selection-help + .selection-help {
        margin-top: -20px;
    }

a.more-tasks {
    color: #000;
    border-color: #000;
    position: relative;
    z-index: 900;
    padding-right: 10px;
}

    a.more-tasks.active {
        color: #000;
        border-color: #fff;
        border-radius: 4px;
        background-color: #f5f5f5;
    }

.nav-sidebar ul {
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    list-style: none;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

    .nav-sidebar ul.first {
        min-width: 198px;
        margin-top: -1px;
    }

.nav-sidebar li {
    padding: 0 10px;
    margin: 0 10px;
    min-width: 120px;
}

.nav-sidebar ul.first li.header {
    margin-top: 20px;
}

.nav-sidebar ul.first li {
    padding-left: 10px;
}

.nav-sidebar li.header {
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.nav-sidebar li a {
    width: 100%;
    line-height: 34px;
    color: #888;
    display: block;
    text-overflow: ellipsis;
}

.nav-sidebar li:hover {
    background-color: #f2f2f2;
    border-radius: 4px;
}

.nav-sidebar li.empty:hover, .nav-sidebar li.header:hover {
    background-color: transparent;
}

.nav-sidebar li a:hover {
    color: #555;
    text-decoration: none;
}

.nav-sidebar .popular {
    color: #222;
}

#related-tasks {
    margin-top: 80px;
}

    #related-tasks ul li {
        display: inline-block;
        padding: 10px 0;
    }

        #related-tasks ul li a {
            color: #9aa5aa;
        }

            #related-tasks ul li a:hover {
                text-decoration: none;
                color: #0b8;
            }

    #related-tasks .or-spacer-vertical .mask {
        height: 40px;
        width: 17px;
        position: absolute;
        margin-top: -15px;
    }

    #related-tasks .or-spacer-vertical.right .mask:before {
        box-shadow: 0 0 8px rgba(0,0,0,.6);
    }

    #related-tasks ul li a span {
        opacity: .3;
    }

.color1 {
    color: #836953;
}

    .color1, .color1 .bordered {
        border-color: #836953;
    }

.color2 {
    color: #f56991;
}

    .color2, .color2 .bordered {
        border-color: #f56991;
    }

.color3 {
    color: #966fd6;
}

    .color3, .color3 .bordered {
        border-color: #966fd6;
    }

.color4 {
    color: #536e8f;
}

    .color4, .color4 .bordered {
        border-color: #536e8f;
    }

.color5 {
    color: #ff8c00;
}

    .color5, .color5 .bordered {
        border-color: #ff8c00;
    }

.color6 {
    color: #00ced1;
}

    .color6, .color6 .bordered {
        border-color: #00ced1;
    }

.color7 {
    color: #9acd32;
}

    .color7, .color7 .bordered {
        border-color: #9acd32;
    }

.color8 {
    color: #cd5c5c;
}

    .color8, .color8 .bordered {
        border-color: #cd5c5c;
    }

.color9 {
    color: #779ecb;
}

    .color9, .color9 .bordered {
        border-color: #779ecb;
    }

.color10 {
    color: #ff6961;
}

    .color10, .color10 .bordered {
        border-color: #ff6961;
    }

.grabbable {
    cursor: move !important;
}

    .grabbable:active {
        cursor: grabbing;
    }

.progress-radial {
    margin: auto;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: #0b8;
}

    .progress-radial .overlay {
        position: absolute;
        width: 60px;
        height: 60px;
        background-color: #fefefe;
        border-radius: 50%;
        margin-left: 3px;
        margin-top: 4px;
        text-align: center;
        line-height: 60px;
        font-size: 16px;
    }

.progress-0 {
    background-image: linear-gradient(90deg,#eee 50%,transparent 0,transparent),linear-gradient(90deg,#0b8 50%,#eee 0,#eee);
}

.progress-5 {
    background-image: linear-gradient(90deg,#eee 50%,transparent 0,transparent),linear-gradient(108deg,#0b8 50%,#eee 0,#eee);
}

.progress-10 {
    background-image: linear-gradient(90deg,#eee 50%,transparent 0,transparent),linear-gradient(126deg,#0b8 50%,#eee 0,#eee);
}

.progress-15 {
    background-image: linear-gradient(90deg,#eee 50%,transparent 0,transparent),linear-gradient(144deg,#0b8 50%,#eee 0,#eee);
}

.progress-20 {
    background-image: linear-gradient(90deg,#eee 50%,transparent 0,transparent),linear-gradient(162deg,#0b8 50%,#eee 0,#eee);
}

.progress-25 {
    background-image: linear-gradient(90deg,#eee 50%,transparent 0,transparent),linear-gradient(180deg,#0b8 50%,#eee 0,#eee);
}

.progress-30 {
    background-image: linear-gradient(90deg,#eee 50%,transparent 0,transparent),linear-gradient(198deg,#0b8 50%,#eee 0,#eee);
}

.progress-35 {
    background-image: linear-gradient(90deg,#eee 50%,transparent 0,transparent),linear-gradient(216deg,#0b8 50%,#eee 0,#eee);
}

.progress-40 {
    background-image: linear-gradient(90deg,#eee 50%,transparent 0,transparent),linear-gradient(234deg,#0b8 50%,#eee 0,#eee);
}

.progress-45 {
    background-image: linear-gradient(90deg,#eee 50%,transparent 0,transparent),linear-gradient(252deg,#0b8 50%,#eee 0,#eee);
}

.progress-50 {
    background-image: linear-gradient(-90deg,#0b8 50%,transparent 0,transparent),linear-gradient(270deg,#0b8 50%,#eee 0,#eee);
}

.progress-55 {
    background-image: linear-gradient(-72deg,#0b8 50%,transparent 0,transparent),linear-gradient(270deg,#0b8 50%,#eee 0,#eee);
}

.progress-60 {
    background-image: linear-gradient(-54deg,#0b8 50%,transparent 0,transparent),linear-gradient(270deg,#0b8 50%,#eee 0,#eee);
}

.progress-65 {
    background-image: linear-gradient(-36deg,#0b8 50%,transparent 0,transparent),linear-gradient(270deg,#0b8 50%,#eee 0,#eee);
}

.progress-70 {
    background-image: linear-gradient(-18deg,#0b8 50%,transparent 0,transparent),linear-gradient(270deg,#0b8 50%,#eee 0,#eee);
}

.progress-75 {
    background-image: linear-gradient(0deg,#0b8 50%,transparent 0,transparent),linear-gradient(270deg,#0b8 50%,#eee 0,#eee);
}

.progress-80 {
    background-image: linear-gradient(18deg,#0b8 50%,transparent 0,transparent),linear-gradient(270deg,#0b8 50%,#eee 0,#eee);
}

.progress-85 {
    background-image: linear-gradient(36deg,#0b8 50%,transparent 0,transparent),linear-gradient(270deg,#0b8 50%,#eee 0,#eee);
}

.progress-90 {
    background-image: linear-gradient(54deg,#0b8 50%,transparent 0,transparent),linear-gradient(270deg,#0b8 50%,#eee 0,#eee);
}

.progress-95 {
    background-image: linear-gradient(72deg,#0b8 50%,transparent 0,transparent),linear-gradient(270deg,#0b8 50%,#eee 0,#eee);
}

.progress-100 {
    background-image: linear-gradient(90deg,#0b8 50%,transparent 0,transparent),linear-gradient(270deg,#0b8 50%,#eee 0,#eee);
}

.input-short {
    width: 50px;
    margin: 7px 5px;
    padding: 6px;
    text-align: center;
}

label + .btn-group {
    margin-left: 10px;
}

#specificPagesWrap {
    margin-top: 11px;
}

.task-form .btn-group .btn-xs {
    font-weight: 400;
    line-height: 21px;
}

.btn-group label.btn {
    font-weight: 400;
}

.btn-more-choice-options, .btn-more-options {
    border-radius: 5px;
    line-height: 24px;
    font-size: 14px;
}

#pdfBookmarks {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    width: 100%;
    overflow-y: scroll;
    padding-left: 20px;
    overflow-x: hidden;
    height: 400px;
    margin-bottom: 30px;
    background-color: #f2f2f2;
}

    #pdfBookmarks ol {
        margin: 0;
        padding: 0;
        margin-left: 25px;
    }

    #pdfBookmarks > ol {
        margin-left: 0;
    }

    #pdfBookmarks li {
        list-style: none;
    }

    #pdfBookmarks .fal {
        font-size: 16px;
        margin-right: 3px;
        vertical-align: middle;
        margin-left: -9px;
    }

#bookmarksLevelSelector .radio-inline input {
    cursor: pointer;
}

#bookmarksLevelSelector .radio-inline {
    margin-right: 10px;
}

.expandable {
    cursor: pointer;
}

#page-area-selector-wrap, #page-text-selector-wrap {
    padding-top: 10px;
}

#page-area-selector, #page-text-selector {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 220px;
    background-color: #e8e8e8;
    padding: 10px;
    text-align: center;
    min-height: 350px;
}

    #page-area-selector img.jcrop, #page-text-selector img.jcrop {
        margin: auto;
    }

.input-fb {
    position: relative;
    margin-left: -40px;
    padding-right: 20px;
}

.input-fb-warning {
    color: #fc6;
}

.input-fb-ok {
    color: #0b8;
}

.small-letters {
    font-size: 12px;
    margin-top: 6px;
    color: #aaa;
}

#bates-preview {
    border: 1px solid #ccc;
    text-align: left;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 30px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

#bates-preview, #hf-preview {
    padding: 10px;
    padding-left: 20px;
}

#hf-preview {
    color: #999;
}

.loggedin .dropdown-menu, .typeahead.dropdown-menu {
    font-size: 14px;
}

input[name=batesIncrement], input[name=batesStartFrom], input[name=fileCountStartFrom], input[name=pageCountStartFrom] {
    margin-left: 10px;
}

.half-width {
    width: 50%;
    margin: auto;
}

.bates-format-customize, .hf-format-customize {
    width: 90%;
    display: inline-block;
    vertical-align: middle;
}

.btn.dropdown-toggle.style-toggle {
    background-color: transparent;
    border-color: #ccc;
    margin-left: -6px;
    height: 40px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.style-toggle .caret {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ccc;
}

.btn.dropdown-toggle.style-toggle:hover .caret {
    border-top: 8px solid #0b8;
}

.style-dropdown-menu {
    font-size: 18px;
    margin-right: 14px;
    margin-left: 15px;
    width: 96%;
}

.input-group-addon {
    background-color: #f7f7f7;
    border-left: 0;
}

.times-new-roman {
    font-family: Times New Roman,serif !important;
}

.helvetica {
    font-family: Helvetica,sans-serif !important;
}

.courier {
    font-family: Courier New,monospace !important;
}

.minicolors {
    position: relative;
    width: 30px;
    display: inline-block;
    margin-left: 5px;
}

.rotated-90 {
    transform: rotate(90deg) scale(.8);
}

.rotated-180 {
    transform: rotate(180deg);
}

.rotated-270 {
    transform: rotate(270deg) scale(.8);
}

.page-tools-btns {
    min-height: 35px;
    margin-bottom: -10px;
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
}

.page-tools-delete-btn, .page-tools-magnify-btn, .page-tools-rotate-btn {
    display: none;
}

[data-can-delete=true] .pdf-page-wrap:hover .page-tools-delete-btn, [data-can-rotate=true] .pdf-page-wrap:hover .page-tools-rotate-btn {
    display: block;
}

.pdf-page-wrap:hover .page-tools-magnify-btn {
    display: block;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

[data-can-delete=true] .pdf-page-wrap:hover .page-tools-magnify-btn, [data-can-rotate=true] .pdf-page-wrap:hover .page-tools-magnify-btn {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

[data-can-magnify=false] .pdf-page-wrap:hover .page-tools-magnify-btn {
    display: none;
}

.doc-loading, .page-loading {
    margin: auto;
    text-align: center;
    font-size: 18px;
    color: #aaa;
}

    .doc-loading .fal, .page-loading .fal {
        font-size: 45px;
        margin: 15px;
    }

.modal-header {
    background-color: #f7f7f7;
}

.modal.file-pwd-prompt .modal-header, .modal.web-address-url-prompt .modal-header {
    border-bottom-color: transparent;
}

.modal.file-pwd-prompt .modal-footer, .modal.web-address-url-prompt .modal-footer {
    border-top-color: transparent;
}

.btn .fa-spinner {
    margin-right: 10px;
    line-height: inherit;
}

.tooltip.in {
    opacity: 1;
}

.field-error, .form-control.field-error:focus, .has-error {
    border-color: #ff3268;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #ff3268;
}

.homepage-tasks {
    background-color: #eee;
    margin-top: 20px;
}

    .homepage-tasks .col-md-3, .homepage-tasks .col-md-4 {
        padding-right: 5px;
        margin-top: 30px;
    }

    .homepage-tasks h3 {
        margin-bottom: 40px;
        color: #888;
    }

    .homepage-tasks ul {
        background-color: #fff;
        display: inline-block;
        vertical-align: top;
        padding: 30px 15px;
        border-bottom: 2px solid #bbb;
        margin-top: 15px;
        width: 100%;
    }

        .homepage-tasks ul li {
            text-align: left;
            list-style: none;
            margin-left: 25px;
            line-height: 24px;
            padding: 10px 0;
            font-size: 20px;
        }

            .homepage-tasks ul li.header {
                text-transform: uppercase;
                font-size: 22px;
                margin-bottom: 20px;
                color: #0c9;
            }

    .homepage-tasks .header .fal {
        float: right;
        margin-right: 20px;
        font-size: 37px;
        margin-top: -10px;
        opacity: .7;
    }

    .homepage-tasks .task-icon {
        content: "\f105";
        font-family: Font Awesome\ 5 Pro;
        display: inline-block;
        width: 1.2em;
        margin-left: -.6em;
        margin-right: .4em;
        opacity: .7;
    }

.footer-contact-us-wrap {
    width: 100%;
    height: 0;
    position: fixed;
    bottom: 20px;
    display: block;
    text-align: right;
    z-index: 1001;
}

    .footer-contact-us-wrap a.btn {
        position: relative;
        top: -30px;
        color: #0b8;
        background-color: transparent;
        right: 20px;
        border-color: #0b8;
        border-radius: 18px;
        padding: 7px 13px;
        font-size: 14px;
        opacity: .4;
    }

        .footer-contact-us-wrap a.btn:hover {
            color: #0275ce;
            border-color: #0275ce;
            opacity: 1;
        }

@media (max-width:667px) {
    .footer-contact-us-wrap .footer-support-btn-label {
        display: none !important;
    }
}

.footer-contact-us-wrap .fal {
    font-size: 16px;
    margin-right: 4px;
}

.nav-pages {
    margin-bottom: 15px;
    margin-top: 5px;
}

.location {
    margin-top: 20px;
    letter-spacing: -.5px;
}

    .location em {
        background-color: transparent;
        font-style: normal;
        font-weight: 400;
        padding: 0;
        margin: 0;
    }

.input-xs {
    height: 35px;
}

.input-xxs {
    font-size: 12px;
    width: 50px;
    height: 30px;
}

.alert {
    padding: 12px;
}

.alert-not-full-width {
    display: inline-block;
}

#upgrade-form .alert {
    padding: 9px;
}

.alert-danger {
    background-color: hsla(0,43%,91%,.5);
    border-color: transparent;
}

.alert-meh {
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #f3f3f3;
    background-color: #f8f8f8;
    border-radius: 0;
}

    .alert-meh .close {
        right: 0;
        font-weight: 100;
        opacity: 1;
    }

.alert-danger a, .alert-danger a:active, .alert-danger a:link, .alert-danger a:visited {
    color: #a94442;
    text-decoration: underline;
}

    .alert-danger a:hover {
        color: #5d0b09;
    }

.drop-files-zone {
    padding: 30px 0;
    margin-top: -50px;
}

    .drop-files-zone:hover {
        transition: border 1s;
    }

.drop-files-zone-secondary {
    border: 5px dashed #eee;
    background-color: #fbfbfb;
    padding: 30px 0;
    margin-top: 20px;
}

[data-slim-upload=true] .drop-files-zone {
    padding: 15px 0;
    margin-top: 10px;
}

[data-slim-upload=true] .btn-group.upload-btn-group.main {
    margin-top: 15px;
}

.drop-files-zone-hint {
    opacity: .01;
}

.drop-files-zone:hover .drop-files-zone-hint {
    transition: opacity 2s;
    opacity: 1;
}

.drop-files-zone-hint-secondary {
    color: #ccc;
}

#contactFormModal .modal-dialog {
    width: 700px;
}

.homepage-tasks .label.label-success, .nav-sidebar .label.label-success {
    margin-left: 8px;
    font-weight: 400;
    background-color: rgba(37,144,102,.09);
    color: #259066;
}

.homepage-tasks .label.label-warning, .nav-sidebar .label.label-warning {
    margin-left: 3px;
    font-weight: 400;
    font-size: 9px;
    font-family: Verdana,sans-serif;
    text-transform: uppercase;
}

li {
    list-style: none;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer {
    background-color: #f8f9fa;
    padding: 40px 0;
    padding-bottom: 0;
    margin-top: 50px;
    color: #999;
}

    footer .landscape {
        height: 206px;
        margin-top: 20px;
    }

    footer .row.links {
        text-align: center;
        line-height: 1.3em;
        margin: auto;
        max-width: 400px;
    }

        footer .row.links .col-sm-2, footer .row.links .col-sm-3, footer .row.links .col-sm-4, footer .row.links .col-sm-5 {
            text-align: left;
        }

@media (min-width:768px) {
    footer .row.links {
        max-width: 900px;
    }
}

footer .row.links li.first {
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #222;
}

footer .ratings {
    font-size: 12px;
    color: #cac1b1;
}

    footer .ratings:hover {
        color: #a99c85;
    }

@media (max-width:765px) {
    footer .row.links li {
        margin-bottom: 20px;
    }

        footer .row.links li.first {
            margin-bottom: 20px;
            margin-top: 40px;
        }
}

a:hover {
    color: #1262d1;
}

a[disabled], a[disabled]:hover {
    color: #aaa;
}

.contact-footer-list {
    margin-top: 30px;
}

    .contact-footer-list .fal {
        margin-left: 5px;
    }

#how-it-works h1 {
    font-family: system,sans-serif;
    margin: 30px 0;
    color: #555;
    text-transform: capitalize;
}

#how-it-works > .divider-shadow, .StripeBackground {
    display: none;
}

.post {
    line-height: 28px;
    text-align: left;
    max-width: 800px;
    margin: auto;
    padding: 0 20px;
}

    .post, .post code {
        font-size: 18px;
        font-family: system,sans-serif;
    }

        .post code {
            color: #333;
            padding: .1em .2em;
            margin: 0 .1em;
            border-radius: 3px;
            background-color: transparent;
            border-bottom: 1px solid rgba(0,204,153,.5);
            box-shadow: inset 0 -4px 0 rgba(0,204,153,.5);
            font-weight: 700;
        }

#how-it-works h2 {
    font-family: system,sans-serif;
    margin: 50px 0;
    text-align: center;
}

#how-it-works h3, #how-it-works h4 {
    font-family: system,sans-serif;
    margin: 40px 0;
    font-size: 22px;
}

#how-it-works h4 {
    color: #000;
    font-weight: 700;
    font-size: 24px;
}

.screencast {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    image-rendering: optimizeQuality !important;
}

#how-it-works .promo {
    background-color: #eee;
    margin: 30px 0;
    padding: 30px 0 50px;
}

    #how-it-works .promo:after {
        content: "";
        height: 100px;
        -webkit-transform: skewY(-7deg);
        transform: skewY(-2deg);
        background: #fff;
        display: block;
        z-index: 3;
        margin-top: 50px;
        margin-bottom: -75px;
    }

#how-it-works #disqus_thread {
    margin: auto;
    margin-top: 50px;
    max-width: 800px;
}

.dropdown-xs.dropdown-menu > li > a {
    padding: 3px 10px;
    font-size: 19px;
}

.dropdown-xxs.dropdown-menu > li > a {
    padding: 3px 10px;
    font-size: 14px;
}

.upload-btn-group .dropdown-xs .icon {
    margin-right: 5px;
}

.dropdown-xs img.icon {
    width: 18px;
}

.upload-btn-group .dropdown-menu.dropdown-xs {
    width: 216px;
}

.desktop-promo {
    margin-top: 15px;
}

    .desktop-promo a, .desktop-promo a:link {
        color: #00a37a;
    }

.disc-list li {
    list-style: disc;
}

.homepage-screenshot {
    display: inline-block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    transition: border .2s ease-in-out;
}

    .homepage-screenshot:hover {
        border: 1px solid #ddd;
        background-color: rgba(0,0,0,.1);
    }

    .homepage-screenshot img {
        width: 100%;
    }

.our-customers {
    background-color: #eee;
    margin-top: 50px;
    padding: 30px;
}

.customer-logo {
    opacity: .6;
    padding: 10px 30px;
}

    .customer-logo:hover {
        opacity: 1;
    }

.divider-shadow {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: .4;
    padding-top: 30px;
}

    .divider-shadow.loaded {
        background-image: url(/images/divider-shadow.png);
    }

.divider-shadow-small {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: .4;
    padding-top: 30px;
}

    .divider-shadow-small.loaded {
        background-image: url(/images/divider-shadow-small.png);
    }

.homepage-screenshots h3 {
    color: #666;
}

.container-fluid > .row {
    margin-right: 0;
}

.thumbs-size-panel .fal {
    vertical-align: super;
    padding: 2px;
    cursor: pointer;
}

.thumbs-size-panel .tooltip.top .tooltip-inner {
    max-width: 200px;
}

#thumbsSizeInput {
    max-width: 120px;
}

.thumbs-size-panel {
    margin-right: 20px;
    margin-top: -25px;
    position: absolute;
    right: 0;
}

@media (-ms-high-contrast:none) {
    .thumbs-size-panel {
        margin-top: -35px;
    }

    .thumbs-size-panel, ::-ms-backdrop {
        margin-top: -35px;
    }
}

.post .info {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px 20px;
    background-color: rgba(37,144,102,.07);
}

    .post .info a {
        color: #0c9;
        text-decoration: underline;
    }

.curve-up-separator path {
    fill: #d5f4e1;
    stroke: transparent;
}

.new-homepage-tasks {
    background-color: #d5f4e1;
}

    .new-homepage-tasks .col-md-4, .new-homepage-tasks li, .new-homepage-tasks ul {
        padding: 0;
        margin: 0;
        -webkit-padding-start: 0;
        vertical-align: middle;
    }

    .new-homepage-tasks ul {
        margin-top: 20px;
        margin-right: -12px;
    }

    .new-homepage-tasks li {
        margin: 0;
        transition: .7s;
        text-align: left;
        clear: both;
    }

        .new-homepage-tasks li.header {
            text-transform: uppercase;
            color: #0b8;
            opacity: .6;
            padding: 10px 20px;
            padding-left: 20px;
            font-weight: 100;
            font-size: 18px;
        }

    .new-homepage-tasks a {
        min-height: 35px;
        vertical-align: top;
        text-align: left;
        transition: background-color .2s;
        padding: 7px 20px 7px 7px;
        margin-left: 10px;
        text-transform: capitalize;
        line-height: 16px;
        font-size: 16px;
        float: left;
        border: 1px solid transparent;
        color: #333;
        white-space: nowrap;
    }

    .new-homepage-tasks li a:hover {
        background-color: rgba(44,199,106,.1);
        border-radius: 10px;
    }

    .new-homepage-tasks a:hover {
        text-decoration: none;
    }

    .new-homepage-tasks .fal.fa-chevron-circle-down {
        margin-bottom: 10px;
        color: #ddd;
        font-size: 45px;
    }

    .new-homepage-tasks a .fa-stack {
        display: inline-block;
        margin-right: 8px;
        font-size: 16px;
    }

    .new-homepage-tasks a:hover .fa-stack {
        transition: .2s;
        opacity: 1;
    }

    .new-homepage-tasks .fa-stack-2x {
        opacity: .2;
        font-size: 2em;
        color: #0b8;
    }

    .new-homepage-tasks .fa-stack-1x {
        color: #0b8;
        font-size: .9em;
    }

    .new-homepage-tasks li:hover .fa-stack-1x {
        font-size: 1em;
    }

    .new-homepage-tasks .row {
        max-width: 95%;
        margin: auto;
        padding-bottom: 20px;
    }

@media (min-width:1400px) {
    .new-homepage-tasks .row {
        max-width: 1400px;
    }
}

@media (max-width:765px) {
    .new-homepage-tasks a {
        padding: 30px 20px 5px;
    }
}

ul.horizontal li {
    display: inline-block;
}

ul.list-dot {
    margin: 10px 0;
    display: inline-flex;
    text-align: center;
    flex-direction: column;
    max-width: 100%;
    line-height: 2;
}
   

ul.horizontal {
    text-align: left;
}

    ul.horizontal li.header {
        display: block;
    }

.online-or-offline {
    padding-top: 80px;
    padding-bottom: 50px;
    margin-top: 0;
}

    .online-or-offline img {
        height: 100px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .online-or-offline h3 {
        margin-bottom: 30px;
        font-size: 22px;
    }

    .online-or-offline p {
        color: #333;
        text-align: center;
        font-size: 16px;
    }

#taskResultsModal iframe {
    width: 95%;
    float: right;
    height: 100%;
    border: 0;
}

@media (min-width:768px) {
    #taskResultsModal iframe {
        width: 80%;
    }
}

.bottom-task-options {
    background-color: rgba(255,235,205,.9);
    padding-top: 20px;
    padding-bottom: 20px;
}

span.beta {
    vertical-align: text-top;
    font-size: 1.4rem;
    font-weight: 700;
    margin-left: 10px;
}

#pdf-canvas .tooltip.top .tooltip-inner {
    max-width: 200px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.modal.app-modal .modal-title {
    padding: 5px 30px 5px 10px;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}

.modal.app-modal .modal-header {
    border-bottom-color: transparent;
}

.modal.app-modal .modal-footer {
    margin-top: 0;
    border-top-color: transparent;
}

/*!
 * jQuery contextMenu - Plugin for simple contextMenu handling
 *
 * Version: v2.2.0
 *
 * Authors: BjÃ¶rn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
 * Web: http://swisnl.github.io/jQuery-contextMenu/
 *
 * Copyright (c) 2011-2016 SWIS BV and contributors
 *
 * Licensed under
 *   MIT License http://www.opensource.org/licenses/mit-license
 *
 * Date: 2016-06-13T13:50:47.218Z
 */ .context-menu-list {
    position: absolute;
    display: inline-block;
    min-width: 13em;
    max-width: 26em;
    padding: .25em 0;
    margin: .3em;
    font-family: inherit;
    font-size: inherit;
    list-style-type: none;
    background: #fff;
    border: 1px solid #bebebe;
    border-radius: .2em;
    box-shadow: 0 2px 5px rgba(0,0,0,.5);
}

.context-menu-item {
    position: relative;
    padding: .2em 2em;
    color: #2f2f2f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
}

.context-menu-separator {
    padding: 0;
    margin: .35em 0;
    border-bottom: 1px solid #e6e6e6;
}

.context-menu-item > label > input, .context-menu-item > label > textarea {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.context-menu-item.context-menu-hover {
    color: #262626;
    cursor: pointer;
    background-color: #f5f5f5;
}

.context-menu-item.context-menu-disabled {
    color: #bbb;
    cursor: default;
    background-color: #fff;
}

.context-menu-input.context-menu-hover {
    cursor: default;
    background-color: #eee;
}

.context-menu-submenu:after {
    position: absolute;
    top: 50%;
    right: .5em;
    z-index: 1;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #2f2f2f;
    border-style: solid;
    border-width: .25em 0 .25em .25em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.context-menu-item.context-menu-input {
    padding: .3em .6em;
}

.context-menu-input > label > * {
    vertical-align: top;
}

.context-menu-input > label > input[type=checkbox], .context-menu-input > label > input[type=radio] {
    position: relative;
    top: .12em;
    margin-right: .4em;
}

.context-menu-input > label {
    margin: 0;
}

    .context-menu-input > label, .context-menu-input > label > input[type=text], .context-menu-input > label > select, .context-menu-input > label > textarea {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

        .context-menu-input > label > textarea {
            height: 7em;
        }

.context-menu-item > .context-menu-list {
    top: .3em;
    right: -.3em;
    display: none;
}

.context-menu-item.context-menu-visible > .context-menu-list {
    display: block;
}

.context-menu-accesskey {
    text-decoration: underline;
}

.btn.btn-link.free-promo-btn {
    border-radius: 5px;
    line-height: 24px;
    font-size: 18px;
    vertical-align: middle;
}

.agree-terms {
    display: inline-block;
    margin: auto;
    margin-top: 30px;
}

    .agree-terms input[type=checkbox] {
        cursor: pointer;
        height: 22px;
        width: 22px;
        vertical-align: text-top;
        margin: 0;
        border-radius: 3px;
        background: #fff;
        border: 1px solid #d0d4d9;
    }

        .agree-terms input[type=checkbox]:focus {
            outline: none;
        }

.faqs {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: left;
    color: #555;
    font-size: 14px;
}

    .faqs p {
        font-family: system,sans-serif;
    }

        .faqs p a {
            color: #555;
            text-decoration: underline;
        }

    .faqs a:hover {
        text-decoration: none;
    }

    .faqs h4 {
        color: #000;
        margin-top: 30px;
        font-size: 18px;
    }

    .faqs .col-md-6 {
        padding: 25px;
    }

.group-a {
    background-color: rgba(255,235,205,.5);
}

    .group-a.selected, .group-a:hover {
        background-color: rgba(255,235,205,.6);
    }

        .group-a.selected:hover {
            background-color: rgba(255,235,205,.7);
        }

.group-b {
    background-color: rgba(20,169,99,.1);
}

    .group-b.selected, .group-b:hover {
        background-color: rgba(20,169,99,.2);
    }

        .group-b.selected:hover {
            background-color: rgba(20,169,99,.3);
        }

.group-c {
    background-color: rgba(40,0,160,.1);
}

    .group-c.selected, .group-c:hover {
        background-color: rgba(40,0,160,.2);
    }

        .group-c.selected:hover {
            background-color: rgba(40,0,160,.3);
        }

.group-d {
    background-color: rgba(8,157,227,.1);
}

    .group-d.selected, .group-d:hover {
        background-color: rgba(8,157,227,.2);
    }

        .group-d.selected:hover {
            background-color: rgba(8,157,227,.3);
        }

.group-e {
    background-color: rgba(245,105,145,.1);
}

    .group-e.selected, .group-e:hover {
        background-color: rgba(245,105,145,.2);
    }

        .group-e.selected:hover {
            background-color: rgba(245,105,145,.3);
        }

button.page-tools-btn {
    color: #089de3;
    border-color: #089de3;
    font-weight: 400;
    background-color: #fff;
}

    button.page-tools-btn:hover {
        color: #089de3;
        background-color: #f2f2f2;
        border-color: #089de3;
    }

    button.page-tools-btn.active {
        color: #089de3;
        background-color: #ededed;
        border-color: #089de3;
    }

#image-canvas-list, .pdf-page-wrap-parent {
    padding-left: 0;
    min-height: 300px;
}

#pdf-canvas #tools-menu {
    margin-bottom: 5px;
}

.StripeBackground {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: skewY(-12deg);
    transform: skewY(-12deg);
    pointer-events: none;
    top: 0;
    height: 544px;
    z-index: -1;
}

    .StripeBackground .s0 {
        bottom: 0;
        height: 1000px;
        background: linear-gradient(90deg,#fff,#f2fffb);
    }

    .StripeBackground .stripe {
        height: 170px;
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
    }

    .StripeBackground .s1 {
        bottom: 0;
        background: rgba(230,235,241,.3);
        left: calc(50% + 330px);
    }

    .StripeBackground .s2 {
        bottom: 170px;
        background: #fff;
        right: 70%;
    }

    .StripeBackground .s3 {
        bottom: 340px;
        background: rgba(244,255,252,.8);
    }

    .StripeBackground .s4 {
        bottom: 510px;
        background: linear-gradient(90deg,rgba(244,255,252,.6),rgba(213,239,231,.6));
    }

.globalContent {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.best-deal-sticker {
    margin-top: -28px;
    margin-bottom: 10px;
    color: #089de3;
}

.payment-alternate {
    display: block;
    vertical-align: middle;
    color: #ccc;
}

    .payment-alternate a.btn-secondary {
        border-color: #ccc;
        color: #ccc;
        margin-left: 10px;
    }

        .payment-alternate a.btn-secondary:hover {
            border-color: #069dd8;
            color: #069dd8;
            background-color: #fff;
        }

    .payment-alternate .btn .fal {
        margin-right: 5px;
    }

.monthly-amount sup {
    font-size: 50%;
    top: -.7em;
}

input.ios-toggle {
    display: none;
}

    input.ios-toggle + label {
        display: inline-block;
        position: relative;
        box-shadow: inset 0 0 0 1px #d5d5d5;
        text-indent: -5000px;
        height: 30px;
        width: 50px;
        border-radius: 15px;
        vertical-align: middle;
        margin-left: 12px;
        margin-right: 12px;
        background: rgba(8,157,227,.8);
    }

        input.ios-toggle + label:before {
            background: rgba(19,191,17,0);
        }

        input.ios-toggle + label:after, input.ios-toggle + label:before {
            content: "";
            position: absolute;
            display: block;
            height: 30px;
            width: 30px;
            top: 0;
            left: 0;
            border-radius: 15px;
            transition: .25s ease-in-out;
        }

        input.ios-toggle + label:after {
            background: #fff;
            box-shadow: inset 0 0 0 1px #089de3,0 2px 4px rgba(0,0,0,.2);
        }

    input.ios-toggle:checked + label:before {
        width: 50px;
        background: #13bf11;
    }

    input.ios-toggle:checked + label:after {
        left: 20px;
        box-shadow: inset 0 0 0 1px #13bf11,0 2px 4px rgba(0,0,0,.2);
    }

a.other-pricing, a.other-pricing:link, a.other-pricing:visited, span.other-pricing {
    font-size: 12px;
    color: #888;
    display: block;
    margin-bottom: 20px;
}

.tools-menu {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 10px;
    z-index: 590;
}

    .edit-menu .btn, .image-editable-menu .btn, .link-editable-menu .btn, .page-tools-menu .btn, .shape-editable-menu .btn, .text-editable-menu .btn, .tools-menu .btn, .tools-menu .dropdown-menu li .btn {
        font-weight: 400;
        background-color: #fff;
        color: #000;
        border: 1px solid #333;
        transition: all .4s ease 0s;
    }

    .tools-menu .dropdown-menu li .btn {
        width: 90%;
        text-align: center;
    }

    .page-tools-menu .btn, .tools-menu .btn {
        color: #333;
        border: 1px solid #999;
    }

.edit-menu .btn, .image-editable-menu .btn, .link-editable-menu .btn, .shape-editable-menu .btn, .text-editable-menu .btn {
    font-size: 14px;
}

.tools-menu .btn {
    font-size: 14px;
    padding: 6px 12px;
}

.page-tools-menu {
    margin-top: 65px;
    float: right;
    margin-left: 10px;
}

    .page-tools-menu .btn {
        font-size: 14px;
        padding: 3px 10px;
    }

.tools-menu .btn .fal {
    margin-right: 4px;
}

.edit-menu .btn, .image-editable-menu .btn, .link-editable-menu .btn, .page-tools-menu .btn, .shape-editable-menu .btn, .text-editable-menu .btn, .tools-menu .btn, .tools-menu .dropdown-menu li .btn {
    color: #089de3;
    border-color: #089de3;
}

    .edit-menu .btn.active, .edit-menu .btn:active, .edit-menu .open .dropdown-toggle.btn-default, .image-editable-menu .btn.active, .image-editable-menu .btn:active, .image-editable-menu .open .dropdown-toggle.btn-default, .link-editable-menu .btn.active, .link-editable-menu .btn:active, .link-editable-menu .open .dropdown-toggle.btn-default, .page-tools-menu .btn.active, .page-tools-menu .btn:active, .page-tools-menu .btn:hover.active, .page-tools-menu .open .dropdown-toggle.btn-default, .shape-editable-menu .btn.active, .shape-editable-menu .btn:active, .shape-editable-menu .open .dropdown-toggle.btn-default, .text-editable-menu .btn.active, .text-editable-menu .btn:active, .text-editable-menu .open .dropdown-toggle.btn-default, .tools-menu .btn.active, .tools-menu .btn:active, .tools-menu .btn:hover.active, .tools-menu .dropdown-menu li .btn.active, .tools-menu .open .dropdown-toggle.btn-default {
        background-color: #d9f0fa;
        border-color: #089de3;
        color: #037ab4;
    }

    .edit-menu .btn:hover, .image-editable-menu .btn:hover, .link-editable-menu .btn:hover, .page-tools-menu .btn:hover, .shape-editable-menu .btn:hover, .text-editable-menu .btn:hover, .tools-menu .btn:hover, .tools-menu .dropdown-menu li .btn:hover {
        color: #089de3;
        background-color: #f6f6f6;
        border-color: #089de3;
    }

    .tools-menu .btn.btn-secondary:hover, .tools-menu .dropdown-menu li .btn.btn-secondary:hover {
        background-color: #eff8fc;
    }

.text-editable-menu .dropdown-menu, .tools-menu .dropdown-menu {
    font-weight: 400;
    font-size: 14px;
}

#image-editable-menu, #link-editable-menu, #shape-editable-menu, #text-editable-menu, #tools-menu.fixed .btn-group.wrap, .edit-menu {
    box-shadow: 0 0 10px #9ecaed;
}

#tools-menu {
    box-shadow: none;
}

.tools-menu .dropdown-xs.dropdown-menu > li > a {
    padding: 3px 10px;
    font-size: 16px;
}

.tools-menu .upload-btn-group .dropdown-menu.dropdown-xs {
    width: auto;
}

#body-wrap {
    position: relative;
    transition: margin-left .3s;
}

#file-page-selector-wrap {
    position: fixed;
    top: 0;
    height: 100%;
    background-color: hsla(0,0%,91%,.8);
    box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
    z-index: 1000;
    transition: width .3s;
}

#file-page-selector-header {
    height: 50px;
}

    #file-page-selector-header .close {
        margin-right: 10px;
        margin-top: 5px;
        font-size: 36px;
    }

#file-page-selector-wrap .file-page-selector {
    height: 100%;
    overflow-x: scroll;
}

#file-page-selector-opts {
    margin-left: 20px;
    margin-bottom: 10px;
}

    #file-page-selector-opts a {
        font-size: 12px;
        margin-right: 15px;
        color: #089de3;
    }

.file-page-selector .pdf-page-wrap .page-tools-btns {
    display: none;
}

#changeFileSelectorBtn {
    margin-left: 8px;
    margin-top: 5px;
}

    #changeFileSelectorBtn .btn-link {
        border-color: transparent;
        color: #000;
    }

.pdf-page-wrap-parent .empty img {
    height: 150px;
    display: block;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pdf-page-wrap-parent .empty {
    color: #999;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }

    body.with-side-bar .container {
        width: 400px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }

    body.with-side-bar .container {
        width: 750px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }

    body.with-side-bar .container {
        width: 970px;
    }
}

.dropdown-toggle-on-hover:hover > ul.dropdown-menu {
    display: block;
}

.pdf-page-wrap.used {
    opacity: .5;
}

    .pdf-page-wrap.used:hover {
        opacity: 1;
    }

.btn.rounded-right {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

#result-warnings-wrap {
    max-width: 660px;
    margin: auto;
    margin-top: 20px;
    opacity: 1;
    font-size: 18px;
}

#result-warnings {
    font-size: 12px;
    margin-top: 10px;
}

    #result-warnings p {
        margin: 0;
    }

img.desaturate {
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    filter: grayscale(100%);
}

.fal.desaturate {
    color: #aaa;
}

img[src$=".gif"], img[src$=".png"], img[src^="data:image/gif"], img[src^="data:image/png"] {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.form-control.invalid {
    border-color: rgba(255,0,0,.4);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,0,0,.3);
}

::-webkit-input-placeholder {
    color: #ccc !important;
}

::-moz-placeholder {
    color: #ccc !important;
}

:-ms-input-placeholder {
    color: #ccc !important;
}

:-moz-placeholder {
    color: #ccc !important;
}

#licenseQtyModal .discount-table tbody, .license-qty-selector .btn-group-caption {
    font-weight: 400;
}

#licenseQtyModal .discount-table caption {
    font-size: 16px;
    margin: 10px;
}

#licenseQtyModal .discount-table {
    font-size: 13px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

    #licenseQtyModal .discount-table > thead > tr > th {
        border-bottom: 2px solid #eee;
    }

    #licenseQtyModal .discount-table > tbody > tr > td {
        border-top: 1px solid #eee;
    }

        #licenseQtyModal .discount-table > tbody > tr > td > span {
            color: #aaa;
        }

#licenseQtyModal .quantity-form-group {
    font-size: 15px;
    text-align: center;
    width: 50%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

#license-qty-section {
    font-size: 16px;
}

    #license-qty-section .nav-pills > li, #license-qty-section .nav-tabs > li {
        float: none;
        display: inline-block;
    }

    #license-qty-section .nav-tabs {
        text-align: center;
    }

    #license-qty-section .nav > li > a {
        padding: 10px 35px;
    }

#teamsTab {
    margin-top: 40px;
    margin-bottom: 10px;
}

    #teamsTab a {
        font-weight: 100;
    }

.pro-pill {
    padding: 3px 6px;
    font-size: 10px;
    background-color: rgba(37,144,102,.8);
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    vertical-align: top;
}

ol.with-numbers, ol.with-squares {
    padding-inline-start: 20px;
}

    ol.with-numbers li {
        list-style: inherit !important;
        padding-left: 10px;
    }

    ol.with-squares li {
        list-style: square outside none;
        padding-left: 10px;
    }

.bootstrap-select .dropdown-menu {
    font-size: 14px;
}

a.btn.btn-link.btn-flat-secondary, a.btn.btn-link.btn-more-options, button.btn.btn-link.btn-flat-secondary, span.btn.btn-link.btn-flat-secondary {
    background-color: rgba(243, 185, 32, 0.07);
}

    a.btn.btn-link.btn-flat-secondary:hover, a.btn.btn-link.btn-more-options:hover, button.btn.btn-link.btn-flat-secondary:hover, span.btn.btn-link.btn-flat-secondary:hover {
        background-color: rgba(2,130,229,.1);
        border-color: rgba(2,130,229,.1);
        color: #0282e5 !important;
    }

a.announcement {
    background-color: rgba(37,144,102,.04);
    color: rgba(37,144,102,.8);
    border-radius: 10px;
    padding: 5px 15px 4px 10px;
    text-decoration: none;
}

.new-pill {
    padding: 3px 6px 1px;
    font-size: 10px;
    background-color: rgba(37,144,102,.6);
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 11px;
    margin-top: -3px;
}

.tippy-tooltip.dark-theme {
    font-size: 13px;
}

.loader-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px;
}

    .loader-wrap.centered {
        margin: auto;
        position: relative;
        top: 50%;
    }

.loader.large {
    width: 100px;
    margin-top: -100px;
}

#purchaseSummary {
    margin-top: 20px;
    font-weight: 100;
    margin-left: -40px;
    margin-right: -40px;
}

    #purchaseSummary p {
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        margin: 0;
    }

.aligned-checkbox-wrap {
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
}

#expiredUploadModal .modal-header, #retryUploadModal .modal-header {
    background-color: #f2dede;
    border-color: #ebccd1;
}

#expiredUploadModal .modal-title, #retryUploadModal .modal-title {
    color: #a94442;
}

#expiredUploadModal .filename, #retryUploadModal .filename {
    font-weight: 700;
}

.mega-menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(44,199,106,.5);
    z-index: 898;
}

.mega-menu {
    z-index: 899;
    position: relative;
    margin-top: 10px;
    border-top: 1px solid #f7f7f7;
}

.mega-menu-inner {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 35px;
    position: relative;
}

.mega-menu .close {
    font-weight: 100;
    margin-top: -25px;
    margin-bottom: -35px;
    margin-right: 25px;
    font-size: 40px;
    line-height: 40px;
}

.mega-menu .row {
    margin-right: 0;
    margin-left: 0;
}

.mega-menu .col {
    padding-right: 0 !important;
    padding-left: 0 !important;
    min-height: 255px;
}

    .mega-menu .col.col-lg-6 .mega-menu ul {
        margin: 0;
        padding: 0;
    }

.mega-menu .header {
    text-transform: uppercase;
    line-height: 12px;
    min-height: 24px;
    display: inline-block;
    padding-right: 12px;
    color: #aaa;
    font-weight: 100;
}

    .mega-menu .header.lower {
        margin-top: 40px;
        margin-bottom: -4px;
    }

.mega-menu li a {
    line-height: 17px;
    padding: 7px 0;
    color: #000;
    display: inline-block;
    text-decoration: none;
    text-overflow: ellipsis;
    position: relative;
}

    .mega-menu li a.search-not-matching {
        opacity: .1;
    }

    .mega-menu li a:hover {
        color: #0b8;
        text-decoration: underline;
    }

        .mega-menu li a:hover:before {
            visibility: visible;
        }

.mega-menu a.shrinked {
    letter-spacing: -1px;
}

.mega-menu .label.label-success {
    margin-left: 8px;
    font-weight: 400;
    background-color: rgba(37,144,102,.09);
    color: #259066;
    padding: .1em .3em .15em;
}

.search-tools-wrap {
    width: 400px;
    margin: auto;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 20px;
    margin-top: 20px;
    display: none;
}

@media (min-width:450px) {
    .search-tools-wrap {
        display: block;
    }
}

.search-tools-wrap .fal {
    color: #ccc;
    margin-left: 5px;
    vertical-align: middle;
}

#searchTools {
    padding-left: 7px;
    height: 35px;
    width: 345px;
    border-color: transparent;
    margin-right: 20px;
    box-shadow: none;
    vertical-align: middle;
}

.upgrade-processing-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 1000;
}

.header-link, .header-links {
    display: inline-block;
}

.header-link {
    color: #5a5a5a;
    vertical-align: bottom;
    z-index: 900;
    padding: 6px 8px;
    font-weight: bold;
}

    .header-link a {
        color: #888;
    }

#signUpError {
    margin-top: 20px;
    margin-bottom: 0;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: hsla(0,0%,100%,.3);
}

#wait-countdown-clock {
    font-family: monospace;
    font-weight: 700;
}

#step2Choices {
    padding: 0 15px;
}

    #step2Choices .icons .fa-angle-right {
        font-size: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    #step2Choices .icons, #step2Choices .text {
        text-align: center;
    }

    #step2Choices .btn-choice {
        padding: 25px;
        margin: 10px;
        white-space: normal !important;
        word-wrap: break-word;
        width: 200px;
        text-align: center;
        height: 180px;
        line-height: 1.1em;
    }

    #step2Choices .btn.btn-secondary.default, #step2Choices .btn.btn-secondary:hover {
        background-color: #eaf2ef;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    #step2Choices .text {
        font-size: 10px;
        margin-bottom: 25px;
    }

    #step2Choices .icons {
        font-size: 32px;
    }

        #step2Choices .icons .fa-file-pdf + .fa-file-pdf {
            margin-left: 5px;
        }

    #step2Choices .fa-arrow-right {
        margin-left: 10px;
    }

    #step2Choices .btn:hover .fa-arrow-right {
        margin-left: 5px;
        transition: margin-left .5s;
    }

.waves {
    width: 100%;
    min-height: 10em;
    position: relative;
    overflow: hidden;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 10px;
}

    .waves .wave {
        width: calc(100% + 4em);
        height: 100%;
        position: absolute;
        left: -2em;
        background: bottom repeat-x;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .waves.still .wave {
        -webkit-animation: none !important;
        animation: none !important;
    }

    .waves .wave_1 {
        -webkit-animation-name: d;
        animation-name: d;
        -webkit-animation-duration: 8.4s;
        animation-duration: 8.4s;
        -webkit-animation-delay: -1.2s;
        animation-delay: -1.2s;
        top: -1em;
        z-index: 1;
        opacity: .1;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="246" height="2000" viewBox="0 0 246 2000"><path fill-rule="evenodd" clip-rule="evenodd" fill="#ffffff" d="M0 2000c50.43 0 72.57-20.522 123-20.522 50.43 0 71.34 20.522 123 20.522V0H0v2000z"/></svg>');
        background-position: 0 100%;
    }

    .waves .wave_2 {
        -webkit-animation-name: e;
        animation-name: e;
        -webkit-animation-duration: 8.2s;
        animation-duration: 8.2s;
        -webkit-animation-delay: -.6s;
        animation-delay: -.6s;
        top: -2em;
        z-index: 2;
        opacity: .25;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="307" height="2000" viewBox="0 0 307 2000"><path fill-rule="evenodd" clip-rule="evenodd" fill="#ffffff" d="M0 0h307v2000c-64.47 0-90.563-25.623-153.5-25.623C90.565 1974.377 62.935 2000 0 2000V0z"/></svg>');
        background-position: 100% 100%;
    }

    .waves .wave_3 {
        -webkit-animation-name: f;
        animation-name: f;
        -webkit-animation-duration: 7.8s;
        animation-duration: 7.8s;
        -webkit-animation-delay: -2.4s;
        animation-delay: -2.4s;
        top: -3em;
        z-index: 3;
        opacity: .5;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="384" height="2000" viewBox="0 0 384 2000"><path fill-rule="evenodd" clip-rule="evenodd" fill="#ffffff" d="M0 0h384v2000c-80.64 0-113.28-32.047-192-32.047S78.72 2000 0 2000V0z"/></svg>');
        background-position: bottom;
    }

    .waves .wave_4 {
        -webkit-animation-name: g;
        animation-name: g;
        -webkit-animation-duration: 7.6s;
        animation-duration: 7.6s;
        -webkit-animation-delay: -1.8s;
        animation-delay: -1.8s;
        top: -4em;
        z-index: 4;
        opacity: .75;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="480" height="2000" viewBox="0 0 480 2000"><path fill-rule="evenodd" clip-rule="evenodd" fill="#ffffff" d="M480 2000c-100.8 0-141.6-39.892-240-39.892S98.4 2000 0 2000V0h480v2000z"/></svg>');
        background-position: 0 100%;
    }

    .waves .wave_5 {
        -webkit-animation-name: h;
        animation-name: h;
        -webkit-animation-duration: 8s;
        animation-duration: 8s;
        -webkit-animation-delay: -3s;
        animation-delay: -3s;
        top: -5em;
        z-index: 5;
        opacity: .9;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="600" height="2000" viewBox="0 0 600 2000"><path fill-rule="evenodd" clip-rule="evenodd" fill="#ffffff" d="M0 2000c123 0 177-49.866 300-49.866S474 2000 600 2000V0H0v2000z"/></svg>');
        background-position: 100% 100%;
    }

@-webkit-keyframes d {
    0% {
        -webkit-transform: rotate(0deg) translatey(-.61em) rotate(0deg);
        transform: rotate(0deg) translatey(-.61em) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn) translatey(-.61em) rotate(-1turn);
        transform: rotate(1turn) translatey(-.61em) rotate(-1turn);
    }
}

@keyframes d {
    0% {
        -webkit-transform: rotate(0deg) translatey(-.61em) rotate(0deg);
        transform: rotate(0deg) translatey(-.61em) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn) translatey(-.61em) rotate(-1turn);
        transform: rotate(1turn) translatey(-.61em) rotate(-1turn);
    }
}

@-webkit-keyframes e {
    0% {
        -webkit-transform: rotate(0deg) translatey(-.77em) rotate(0deg);
        transform: rotate(0deg) translatey(-.77em) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn) translatey(-.77em) rotate(-1turn);
        transform: rotate(1turn) translatey(-.77em) rotate(-1turn);
    }
}

@keyframes e {
    0% {
        -webkit-transform: rotate(0deg) translatey(-.77em) rotate(0deg);
        transform: rotate(0deg) translatey(-.77em) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn) translatey(-.77em) rotate(-1turn);
        transform: rotate(1turn) translatey(-.77em) rotate(-1turn);
    }
}

@-webkit-keyframes f {
    0% {
        -webkit-transform: rotate(0deg) translatey(-.96em) rotate(0deg);
        transform: rotate(0deg) translatey(-.96em) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn) translatey(-.96em) rotate(-1turn);
        transform: rotate(1turn) translatey(-.96em) rotate(-1turn);
    }
}

@keyframes f {
    0% {
        -webkit-transform: rotate(0deg) translatey(-.96em) rotate(0deg);
        transform: rotate(0deg) translatey(-.96em) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn) translatey(-.96em) rotate(-1turn);
        transform: rotate(1turn) translatey(-.96em) rotate(-1turn);
    }
}

@-webkit-keyframes g {
    0% {
        -webkit-transform: rotate(0deg) translatey(-1.2em) rotate(0deg);
        transform: rotate(0deg) translatey(-1.2em) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn) translatey(-1.2em) rotate(-1turn);
        transform: rotate(1turn) translatey(-1.2em) rotate(-1turn);
    }
}

@keyframes g {
    0% {
        -webkit-transform: rotate(0deg) translatey(-1.2em) rotate(0deg);
        transform: rotate(0deg) translatey(-1.2em) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn) translatey(-1.2em) rotate(-1turn);
        transform: rotate(1turn) translatey(-1.2em) rotate(-1turn);
    }
}

@-webkit-keyframes h {
    0% {
        -webkit-transform: rotate(0deg) translatey(-1.5em) rotate(0deg);
        transform: rotate(0deg) translatey(-1.5em) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn) translatey(-1.5em) rotate(-1turn);
        transform: rotate(1turn) translatey(-1.5em) rotate(-1turn);
    }
}

@keyframes h {
    0% {
        -webkit-transform: rotate(0deg) translatey(-1.5em) rotate(0deg);
        transform: rotate(0deg) translatey(-1.5em) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn) translatey(-1.5em) rotate(-1turn);
        transform: rotate(1turn) translatey(-1.5em) rotate(-1turn);
    }
}

.mailcheck_suggest {
    padding: 5px 0;
    text-shadow: 1px 1px 2px #ff0;
}

#global-help-hint {
    position: fixed;
    top: 49px;
    z-index: 1029;
    background-color: #000;
    padding: 8px 15px;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
}

.brand {
    display: inline-block;
    margin-right: 5px;
}

@media (min-width:768px) {
    .brand .name {
        display: inline-block;
    }

    .brand {
        margin-right: 35px;
    }
}


.brand .logo {
    transition: transform .3s ease-in-out;
}



.hide-md, .hide-sm, .hide-xs {
    display: none;
}

@media (min-width:768px) {
    .hide-xs {
        display: inline-block;
    }
}

@media (min-width:992px) {
    .hide-sm, .hide-xs {
        display: inline-block;
    }
}

@media (min-width:1200px) {
    .hide-md, .hide-sm, .hide-xs {
        display: inline-block;
    }
}

#cookieNotice {
    background-color: #424770;
    color: #f6f9fc;
    position: fixed;
    padding: 15px 25px 15px 15px;
    border-radius: 5px;
    bottom: 10px;
    left: 10px;
    z-index: 1000;
    box-shadow: 0 6px 12px -2px rgba(50,50,93,.25),0 3px 7px -3px rgba(0,0,0,.3);
}

    #cookieNotice a {
        color: #f6f9fc;
        text-decoration: underline;
    }

        #cookieNotice a:hover {
            text-decoration: none;
        }

    #cookieNotice .icon {
        font-size: 35px;
        float: left;
        padding-right: 10px;
    }

    #cookieNotice .question {
        font-weight: 700;
        line-height: 15px;
        margin-bottom: 5px;
    }

    #cookieNotice .policies {
        font-size: 12px;
    }

    #cookieNotice .buttons {
        float: right;
        text-align: right;
        right: 10px;
        bottom: 10px;
    }

    #cookieNotice #cookiesNoBtn {
        display: block;
        font-size: 12px;
        margin-top: 5px;
    }

    #cookieNotice #cookiesOkBtn {
        padding: 4px 20px;
    }

#changeLanguageNotice {
    background-color: #424770;
    color: #f6f9fc;
    position: fixed;
    padding: 10px 15px;
    border-radius: 5px;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    width: 116px;
}

    #changeLanguageNotice a {
        color: #f6f9fc;
    }

    #changeLanguageNotice .close {
        color: #f6f9fc;
        opacity: .8;
        font-weight: 100;
        text-shadow: none;
        margin-left: 10px;
        margin-top: -5px;
    }

html[lang=de] .hide-lang-de, html[lang=hu] .hide-lang-hu {
    display: none;
}

.text-wrap.centered {
    position: relative;
    top: 50%;
    margin: auto;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.input-field-icon {
    float: right;
    padding-right: 25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.no-padding {
    padding: 0 !important;
}

.page-nav-tabs > li {
    float: none;
    display: inline-block;
}

.page-nav-tabs {
    text-align: center;
    font-weight: 700;
}

    .page-nav-tabs > li > a {
        font-weight: 400;
        color: #555;
    }

    .page-nav-tabs > li.active > a {
        font-weight: 700;
    }

        .page-nav-tabs > li.active > a:focus {
            outline: none;
        }

.checkbox input[type=checkbox].no-right-padding {
    margin-right: 5px;
}

#fileUploadContainer .curve-up-separator path {
    fill: #eee;
    stroke: transparent;
}

.col-lg-5ths, .col-md-5ths, .col-sm-5ths, .col-xs-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width:768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width:992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width:1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.page-magnify-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 1000;
    text-align: center;
}

.image-page.page-magnified {
    width: 80%;
    height: 80%;
    margin: auto;
    margin-top: 5%;
    text-align: center;
    background-color: transparent;
}

.pdf-page.page-magnified {
    margin: auto;
    margin-top: auto;
    margin-top: 5%;
    width: auto;
    height: auto;
    max-height: 80%;
}

#closePagePreviewBtn {
    font-size: 35px;
    position: absolute;
    right: 10px;
    padding: 10px;
    color: #fff;
    line-height: 17px;
    border-radius: 51px;
    margin: 10px;
}

    #closePagePreviewBtn:hover {
        text-decoration: none;
        background-color: hsla(0,0%,100%,.1);
    }

.pdf-page-wrap .page-file-title {
    display: none;
}

[data-view-mode=file] .pdf-page-wrap .page-file-title {
    display: block;
}

[data-view-mode=file] .pdf-page-wrap .pdf-page-number {
    display: none;
}
