@charset "UTF-8";

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important
    }

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

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

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

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

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

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

    .navbar {
        display: none
    }

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

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

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

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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Open Sans", "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #222222;
    background-color: #000000
}

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

a {
    color: #003377;
    text-decoration: none
}

a:hover,
a:focus {
    color: #00122b;
    text-decoration: underline
}

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

.img-rounded {
    border-radius: 4px
}

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

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

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee
}

.sr-only,
.bootstrap-datetimepicker-widget table th.next::after,
.bootstrap-datetimepicker-widget table th.prev::after,
.bootstrap-datetimepicker-widget .picker-switch::after,
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

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

[role="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #8c8c8c
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 10px
}

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

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

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

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

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #767676
}

.text-primary {
    color: #003377
}

a.text-primary:hover,
a.text-primary:focus {
    color: #001d44
}

.text-success {
    color: #3f7f51
}

a.text-success:hover,
a.text-success:focus {
    color: #2e5d3b
}

.text-info {
    color: #2b69a2
}

a.text-info:hover,
a.text-info:focus {
    color: #214f79
}

.text-warning {
    color: #996700
}

a.text-warning:hover,
a.text-warning:focus {
    color: #664400
}

.text-danger {
    color: #bb3f3f
}

a.text-danger:hover,
a.text-danger:focus {
    color: #953232
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #003377
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #001d44
}

.bg-success {
    background-color: #eff7f1
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #cde6d4
}

.bg-info {
    background-color: #e4eef8
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #bbd5ed
}

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

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #ffe8b7
}

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

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #eecdcd
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee
}

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

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

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

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

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

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

dt,
dd {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

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

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

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

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

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

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee
}

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

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

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

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

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

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

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

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

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

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

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px
}

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 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container:before,
.container:after {
    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
    }
}

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

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

.container-fluid:after {
    clear: both
}

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

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

.row:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent
}

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

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

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

th {
    text-align: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555
}

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

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #b3b3b3;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #b3b3b3
}

.form-control::-webkit-input-placeholder {
    color: #b3b3b3
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
    height: 30px;
    line-height: 30px
}

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

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

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

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

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg,
.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.33333;
    border-radius: 4px
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
    height: 46px;
    line-height: 46px
}

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

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 4px
}

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

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

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

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

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

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

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

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

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

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

.has-success .input-group-addon {
    color: #3f7f51;
    background-color: #eff7f1;
    border-color: #3f7f51
}

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

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

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

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

.has-warning .input-group-addon {
    color: #996700;
    background-color: #fff8ea;
    border-color: #996700
}

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

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

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

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

.has-error .input-group-addon {
    color: #bb3f3f;
    background-color: #fbf3f3;
    border-color: #bb3f3f
}

.has-error .form-control-feedback {
    color: #bb3f3f
}

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

.has-feedback label.sr-only~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="today"]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="today"]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="clear"]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="clear"]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="togglePeriod"]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="togglePeriod"]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showMinutes"]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showMinutes"]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showHours"]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showHours"]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementMinutes"]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementMinutes"]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementHours"]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementHours"]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementMinutes"]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementMinutes"]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementHours"]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementHours"]::after~.form-control-feedback {
    top: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

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

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

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

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

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

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

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

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #CCCCCC
}

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

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

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

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

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

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #003377;
    border-color: #00285e
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #001d44;
    border-color: black
}

.btn-primary:hover {
    color: #fff;
    background-color: #001d44;
    border-color: #000e20
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #001d44;
    background-image: none;
    border-color: #000e20
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #000e20;
    border-color: black
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #003377;
    border-color: #00285e
}

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

.btn-success {
    color: #fff;
    background-color: #50a167;
    border-color: #48905c
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #3f7f51;
    border-color: #1d3b26
}

.btn-success:hover {
    color: #fff;
    background-color: #3f7f51;
    border-color: #336742
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3f7f51;
    background-image: none;
    border-color: #336742
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #336742;
    border-color: #1d3b26
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #50a167;
    border-color: #48905c
}

.btn-success .badge {
    color: #50a167;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5f9cd4;
    border-color: #4b90cf
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #3783c9;
    border-color: #214f79
}

.btn-info:hover {
    color: #fff;
    background-color: #3783c9;
    border-color: #2f71ae
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #3783c9;
    background-image: none;
    border-color: #2f71ae
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #2f71ae;
    border-color: #214f79
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5f9cd4;
    border-color: #4b90cf
}

.btn-info .badge {
    color: #5f9cd4;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #ffb419;
    border-color: #ffac00
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #e59a00;
    border-color: #7f5600
}

.btn-warning:hover {
    color: #fff;
    background-color: #e59a00;
    border-color: #c18200
}

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

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #c18200;
    border-color: #7f5600
}

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

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

.btn-danger {
    color: #fff;
    background-color: #c44f4f;
    border-color: #bb3f3f
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #a83838;
    border-color: #5b1f1f
}

.btn-danger:hover {
    color: #fff;
    background-color: #a83838;
    border-color: #8d2f2f
}

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

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #8d2f2f;
    border-color: #5b1f1f
}

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

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

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

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

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

.btn-link:hover,
.btn-link:focus {
    color: #00122b;
    text-decoration: underline;
    background-color: transparent
}

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

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 4px
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

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

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

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

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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

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

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

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

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

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

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

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

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

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

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #003377;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #8c8c8c
}

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

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

.open>a {
    outline: 0
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #8c8c8c;
    white-space: nowrap
}

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

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

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

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

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

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

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

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

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

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

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

.btn-toolbar:after {
    clear: both
}

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

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

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

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-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-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

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

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

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

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

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

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

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

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

.btn .caret {
    margin-left: 0
}

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

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

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

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

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

.btn-group-vertical>.btn-group>.btn {
    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-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

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

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

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

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

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

.btn-group-justified>.btn-group .btn {
    width: 100%
}

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

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

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

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

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

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

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 3px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 4px
}

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

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

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

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

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

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

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

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

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

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

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

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

.nav:after {
    clear: both
}

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

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

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee
}

.nav>li.disabled>a {
    color: #8c8c8c
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #8c8c8c;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #003377
}

.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.42857;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    background-color: #FFFFFF;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-pills>li {
    float: left
}

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

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

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #003377
}

.nav-stacked>li {
    float: none
}

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

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

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

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

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {

    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 3px
}

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

@media (min-width:768px) {

    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 3px 3px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #FFFFFF
    }
}

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

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

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

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

.pagination>li {
    display: inline
}

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

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: #00122b;
    background-color: #eeeeee;
    border-color: #ddd
}

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

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

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #003377;
    border-color: #003377
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #8c8c8c;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

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

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

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

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

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

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

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

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

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

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

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eeeeee
}

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

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

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #8c8c8c;
    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:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #8c8c8c
}

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

.label-primary {
    background-color: #003377
}

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

.label-success {
    background-color: #50a167
}

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

.label-info {
    background-color: #5f9cd4
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #3783c9
}

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

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

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

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

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #8c8c8c;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

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

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #003377;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

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

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px
}

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

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

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

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

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

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

.alert-success {
    color: #3f7f51;
    background-color: #eff7f1;
    border-color: #50a167
}

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

.alert-success .alert-link {
    color: #2e5d3b
}

.alert-info {
    color: #2b69a2;
    background-color: #e4eef8;
    border-color: #5f9cd4
}

.alert-info hr {
    border-top-color: #4b90cf
}

.alert-info .alert-link {
    color: #214f79
}

.alert-warning {
    color: #996700;
    background-color: #fff8ea;
    border-color: #ffb419
}

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

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

.alert-danger {
    color: #bb3f3f;
    background-color: #fbf3f3;
    border-color: #c44f4f
}

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

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

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

    to {
        background-position: 0 0
    }
}

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

    to {
        background-position: 0 0
    }
}

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

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

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

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

.progress-bar-success {
    background-color: #50a167
}

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

.progress-bar-info {
    background-color: #5f9cd4
}

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

.progress-bar-warning {
    background-color: #ffb419
}

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

.progress-bar-danger {
    background-color: #c44f4f
}

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

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #8c8c8c;
    cursor: not-allowed;
    background-color: #eeeeee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #8c8c8c
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #003377;
    border-color: #003377
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #4494ff
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item-success {
    color: #3f7f51;
    background-color: #eff7f1
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3f7f51
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #3f7f51;
    background-color: #deefe3
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3f7f51;
    border-color: #3f7f51
}

.list-group-item-info {
    color: #2b69a2;
    background-color: #e4eef8
}

a.list-group-item-info,
button.list-group-item-info {
    color: #2b69a2
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #2b69a2;
    background-color: #d0e2f2
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #2b69a2;
    border-color: #2b69a2
}

.list-group-item-warning {
    color: #996700;
    background-color: #fff8ea
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #996700
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #996700;
    background-color: #fff0d1
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #996700;
    border-color: #996700
}

.list-group-item-danger {
    color: #bb3f3f;
    background-color: #fbf3f3
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #bb3f3f
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #bb3f3f;
    background-color: #f5e0e0
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #bb3f3f;
    border-color: #bb3f3f
}

.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: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 2px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 2px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 2px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 2px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

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

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

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

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

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

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #e5e5e5
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: #e5e5e5;
    border-color: #e5e5e5
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #e5e5e5
}

.panel-default>.panel-heading .badge {
    color: #e5e5e5;
    background-color: #333333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #e5e5e5
}

.panel-primary {
    border-color: #003377
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #003377;
    border-color: #003377
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #003377
}

.panel-primary>.panel-heading .badge {
    color: #003377;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #003377
}

.panel-success {
    border-color: #a8d0b3
}

.panel-success>.panel-heading {
    color: #3f7f51;
    background-color: #a8d0b3;
    border-color: #a8d0b3
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #a8d0b3
}

.panel-success>.panel-heading .badge {
    color: #a8d0b3;
    background-color: #3f7f51
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #a8d0b3
}

.panel-info {
    border-color: #5f9cd4
}

.panel-info>.panel-heading {
    color: #2b69a2;
    background-color: #e4eef8;
    border-color: #5f9cd4
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #5f9cd4
}

.panel-info>.panel-heading .badge {
    color: #e4eef8;
    background-color: #2b69a2
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #5f9cd4
}

.panel-warning {
    border-color: #ffda8c
}

.panel-warning>.panel-heading {
    color: #996700;
    background-color: #ffda8c;
    border-color: #ffda8c
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ffda8c
}

.panel-warning>.panel-heading .badge {
    color: #ffda8c;
    background-color: #996700
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ffda8c
}

.panel-danger {
    border-color: #e2a7a7
}

.panel-danger>.panel-heading {
    color: #bb3f3f;
    background-color: #e2a7a7;
    border-color: #e2a7a7
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #e2a7a7
}

.panel-danger>.panel-heading .badge {
    color: #e2a7a7;
    background-color: #bb3f3f
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #e2a7a7
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    appearance: none
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Open Sans", "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 3px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Open Sans", "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 3px 3px 0 0
}

.popover-content {
    padding: 9px 14px
}

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

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

input[type=number] {
    padding-right: 6px
}

@supports (-moz-appearance:none) {
    input[type=number] {
        padding-right: 2px
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
    cursor: pointer;
    padding: 8px 4px
}

.form-control::placeholder {
    font-style: italic
}

.sidebar-nav li>a>.fa {
    color: #3b1c4a
}

.sidebar-nav li>a>svg {
    position: relative;
    top: 3px
}

.sidebar-nav li>a>svg path {
    fill: #3b1c4a
}

.nav .testmode a {
    background: #ffb419;
    color: black;
    font-weight: bold
}

.nav .testmode a:hover,
.nav .testmode a:active,
.nav .testmode a:focus {
    background: #ffac00
}

.btn {
    border-width: 0px
}

.btn-default {
    box-shadow: 0px 0px 0px 1px #cccccc inset;
    box-sizing: border-box
}

.btn-default:hover,
.btn-default:focus {
    box-shadow: 0px 0px 0px 1px #cccccc inset, inset 0 1px 3px 0 #BFBFBF;
    background: #fff
}

.btn-default:active,
.btn-default:active:hover,
.btn-default:active:focus {
    box-shadow: 0px 0px 0px 1px #cccccc inset, inset 0 1px 8px 0 #BFBFBF;
    background: #fff;
    outline: 0
}

.btn-primary:hover,
.btn-primary:focus {
    box-shadow: inset 0 1px 3px 0 #002659;
    background: #003377
}

.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus {
    box-shadow: inset 0 1px 8px 0 #002659;
    background: #003377;
    outline: 0
}

.btn-success:hover,
.btn-success:focus {
    box-shadow: inset 0 1px 3px 0 #3c794d;
    background: #50a167
}

.btn-success:active,
.btn-success:active:hover,
.btn-success:active:focus {
    box-shadow: inset 0 1px 8px 0 #3c794d;
    background: #50a167;
    outline: 0
}

.btn-warning:hover,
.btn-warning:focus {
    box-shadow: inset 0 1px 3px 0 #bf8713;
    background: #ffb419
}

.btn-warning:active,
.btn-warning:active:hover,
.btn-warning:active:focus {
    box-shadow: inset 0 1px 8px 0 #bf8713;
    background: #ffb419;
    outline: 0
}

.btn-danger:hover,
.btn-danger:focus {
    box-shadow: inset 0 1px 8px 0 #933b3b;
    background: #c44f4f
}

.btn-danger:active,
.btn-danger:active:hover,
.btn-danger:active:focus {
    box-shadow: inset 0 1px 3px 0 #933b3b;
    background: #c44f4f;
    outline: 0
}

.btn-invisible {
    background: transparent;
    border: transparent
}

.panel-heading {
    border-radius: 0
}

.panel-danger>.panel-heading,
.panel-success>.panel-heading,
.panel-default>.panel-heading,
.panel-info>.panel-heading,
.panel-warning>.panel-heading {
    color: #000000
}

.panel-primary .panel-heading {
    color: white
}

.payments dt {
    text-align: left;
    font-weight: normal
}

.checkbox-group {
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.checkbox-group-legend {
    margin-bottom: .65em;
    border-bottom: 1px solid #ccc;
    font-weight: bold
}

.checkbox-group-legend>span {
    background: white;
    padding: .5em;
    padding-left: 0;
    position: relative;
    top: .35em
}

.alert {
    text-align: left
}

.alert-legal {
    color: #2b69a2;
    background-color: #e4eef8;
    border-color: #5f9cd4
}

.alert-legal hr {
    border-top-color: #4b90cf
}

.alert-legal .alert-link {
    color: #214f79
}

.alert-success,
.alert-danger,
.alert-info,
.alert-warning,
.alert-legal {
    position: relative;
    padding-left: 65px
}

.alert-success::before,
.alert-danger::before,
.alert-info::before,
.alert-warning::before,
.alert-legal::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 51px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 6px 6px;
    background-size: 38px 38px
}

.sr-only.alert::before {
    background: none !important
}

.alert-success::before {
    background-color: #50a167;
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2036%2036'%20xmlns='http://www.w3.org/2000/svg'%20xml:space='preserve'%3E%3Crect%20x='5'%20y='5'%20width='26'%20height='26'%20fill='%23fff'/%3E%3Cpath%20d='M25.57%2014.65c0-.23-.1-.46-.26-.62l-1.24-1.24a.89.89%200%200%200-1.24%200l-5.98%206-2.68-2.7a.89.89%200%200%200-1.24%200l-1.24%201.24a.88.88%200%200%200%200%201.24l4.54%204.54a.88.88%200%200%200%201.24%200l7.84-7.84c.17-.16.26-.4.26-.62Z'%20fill='%233f7f51'/%3E%3C/svg%3E%0A")
}

.alert-info::before {
    background-color: #5f9cd4;
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2036%2036'%20xmlns='http://www.w3.org/2000/svg'%20xml:space='preserve'%3E%3Ccircle%20cx='18'%20cy='18'%20r='16'%20fill='%23fff'/%3E%3Cpath%20d='M21.74%2022.66a.7.7%200%200%200-.7-.7h-.7v-6.28a.7.7%200%200%200-.7-.7h-4.19a.7.7%200%200%200-.7.7v1.4c0%20.38.32.7.7.7h.7v4.19h-.7a.7.7%200%200%200-.7.7v1.4c0%20.37.32.7.7.7h5.6a.7.7%200%200%200%20.69-.7v-1.4Zm-1.4-12.57a.7.7%200%200%200-.7-.7h-2.8a.7.7%200%200%200-.69.7v2.1c0%20.38.32.7.7.7h2.8a.7.7%200%200%200%20.7-.7v-2.1Z'%20fill='%232b69a2'/%3E%3C/svg%3E%0A")
}

.alert-warning::before {
    background-color: #ffb419;
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2036%2036'%20xmlns='http://www.w3.org/2000/svg'%20xml:space='preserve'%3E%3Cpath%20d='M20.04%202.89a2.2%202.2%200%200%200-3.87%200L2.88%2027.24a2.22%202.22%200%200%200%201.94%203.27h26.57a2.22%202.22%200%200%200%201.94-3.27L20.04%202.89Z'%20fill='%23fff'/%3E%3Cpath%20d='M19.92%2025.22c0%20.26-.2.47-.45.47h-2.73a.46.46%200%200%201-.45-.47v-2.7c0-.25.2-.46.45-.46h2.73c.25%200%20.45.21.45.47v2.7Zm-.02-5.31c-.02.19-.24.33-.5.33h-2.62c-.27%200-.48-.14-.48-.33l-.24-6.48c0-.09.04-.23.14-.3.09-.07.21-.16.34-.16h3.12c.13%200%20.26.09.35.16.1.07.14.18.14.27l-.26%206.51Z'%20fill='%23996700'/%3E%3C/svg%3E")
}

.alert-legal::before {
    background-color: #5f9cd4;
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2036%2036'%20xmlns='http://www.w3.org/2000/svg'%20xml:space='preserve'%3E%3Ccircle%20cx='18'%20cy='18'%20r='16'%20fill='%23fff'/%3E%3Cpath%20d='M19.41%2011.55c0-.43.2-.79.58-1.08-.42-.27-.99-.4-1.7-.4-.62%200-1.1.13-1.46.4-.36.26-.54.62-.54%201.08%200%20.42.13.76.38%201.01.18.15.5.33.95.57l1.77.85c1.04.48%201.79.9%202.25%201.25.51.36.88.8%201.1%201.3h-.02c.18.38.27.76.27%201.14%200%201.1-.62%202.18-1.85%203.22.48.46.81.9%201%201.3a3.84%203.84%200%200%201-.05%203.07c-.22.5-.54.91-.95%201.26-.42.34-.92.61-1.5.8a6.45%206.45%200%200%201-3.91%200%205.44%205.44%200%200%201-1.6-.79%203.67%203.67%200%200%201-1.1-1.22%203.11%203.11%200%200%201-.36-1.5c0-.66.17-1.2.52-1.59.36-.39.83-.59%201.42-.59.46%200%20.87.16%201.22.48.36.32.53.7.53%201.16%200%20.56-.33%201.03-1%201.41.03.05.07.1.13.13l.2.16a3.24%203.24%200%200%200%201.9.53c.67%200%201.2-.15%201.6-.46.38-.3.58-.7.58-1.22%200-.37-.13-.69-.38-.96a4.46%204.46%200%200%200-1.16-.82l-.9-.44A24.66%2024.66%200%200%201%2015%2020.44a7.7%207.7%200%200%201-.9-.6c-.86-.73-1.29-1.54-1.29-2.45%200-1.16.62-2.23%201.87-3.22a4.7%204.7%200%200%201-.79-1.16%203.38%203.38%200%200%201%20.95-3.98A5.02%205.02%200%200%201%2018.14%208c1.3%200%202.37.3%203.21.91V8.9c.92.6%201.37%201.38%201.37%202.33%200%20.51-.16.93-.49%201.27-.33.34-.75.5-1.26.5a1.6%201.6%200%200%201-1.12-.4c-.3-.28-.44-.62-.44-1.04Zm-1.27%204.66a26.2%2026.2%200%200%201-1.73-.84c-.6.6-.89%201.13-.89%201.6%200%20.34.13.63.39.87.17.15.42.31.74.5a30.57%2030.57%200%200%200%201.93%201l.85.45c.58-.58.87-1.14.87-1.68%200-.36-.15-.67-.46-.94-.3-.27-.87-.6-1.7-.96Z'%20fill='%232b69a2'/%3E%3C/svg%3E")
}

.alert-danger::before {
    background-color: #c44f4f;
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2036%2036'%20xmlns='http://www.w3.org/2000/svg'%20xml:space='preserve'%3E%3Cpath%20d='M12.14%204.62h11.64l8.24%208.24V23.4l-8.24%208.24H12.14L3.9%2023.39V12.86l8.24-8.24Z'%20fill='%23fff'/%3E%3Cpath%20d='M24.74%2022.6c0-.28-.11-.56-.31-.76l-3.27-3.27%203.27-3.27a1.08%201.08%200%200%200%200-1.52l-1.51-1.5a1.08%201.08%200%200%200-1.52%200l-3.27%203.26-3.27-3.27a1.08%201.08%200%200%200-1.52%200l-1.5%201.51a1.08%201.08%200%200%200%200%201.52l3.26%203.27-3.27%203.27a1.08%201.08%200%200%200%200%201.52l1.51%201.51a1.08%201.08%200%200%200%201.52%200l3.27-3.27%203.27%203.27a1.08%201.08%200%200%200%201.52%200l1.51-1.51c.2-.2.31-.48.31-.76Z'%20fill='%23bb3f3f'/%3E%3C/svg%3E%0A")
}

.alert-primary::before {
    background: #003377 !important;
    outline-color: #003377
}

.alert-primary {
    border-color: #003377 !important
}

.progress-bar {
    box-shadow: none;
    -webkit-box-shadow: none
}

.pagination>li.page-current>a:hover,
.pagination>li.page-current>a:focus {
    color: #003377;
    background-color: #fff;
    border: 1px solid #ddd
}

svg.svg-icon {
    position: relative;
    top: 2px
}

.link-muted a,
a.link-muted {
    color: #767676
}

.row-muted td:not(.col-actions) {
    opacity: 0.7
}

.fa-background {
    opacity: 0.3
}

.fa-stack-small {
    width: 1.6em;
    height: 1em;
    line-height: 1em
}

.fa-stack-shifted {
    left: 0.5em
}

.badge-primary {
    background: #003377
}

.badge-success {
    background: #50a167
}

.badge-danger {
    background: #c44f4f
}

.badge-warning {
    background: #ffb419
}

.badge-info {
    background: #5f9cd4
}

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

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

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

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

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

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

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

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

body:after {
    content: url("/static/lightbox/images/close.d9d2d0b1308c.png") url("/static/lightbox/images/loading.2299ad0b3f63.gif") url("/static/lightbox/images/prev.84b76dee6b27.png") url("/static/lightbox/images/next.31f15875975a.png");
    display: none
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-container {
    padding: 4px
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url("/static/lightbox/images/loading.2299ad0b3f63.gif") no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url("/static/lightbox/images/prev.84b76dee6b27.png") left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url("/static/lightbox/images/next.31f15875975a.png") right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url("/static/lightbox/images/close.d9d2d0b1308c.png") top right no-repeat;
    text-align: right;
    border: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

/*!
 * Cropper.js v1.5.11
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-02-17T11:53:21.992Z
 */
.cropper-container {
    direction: ltr;
    font-size: 0;
    line-height: 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cropper-container img {
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cropper-wrap-box,
.cropper-canvas {
    overflow: hidden
}

.cropper-drag-box {
    background-color: #fff;
    opacity: 0
}

.cropper-modal {
    background-color: #000;
    opacity: 0.5
}

.cropper-view-box {
    display: block;
    height: 100%;
    outline: 1px solid #39f;
    outline-color: rgba(51, 153, 255, 0.75);
    overflow: hidden;
    width: 100%
}

.cropper-dashed {
    border: 0 dashed #eee;
    display: block;
    opacity: 0.5;
    position: absolute
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%
}

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3)
}

.cropper-center {
    display: block;
    height: 0;
    left: 50%;
    opacity: 0.75;
    position: absolute;
    top: 50%;
    width: 0
}

.cropper-center::before,
.cropper-center::after {
    background-color: #eee;
    content: ' ';
    display: block;
    position: absolute
}

.cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px
}

.cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px
}

.cropper-face,
.cropper-line,
.cropper-point {
    display: block;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    width: 100%
}

.cropper-face {
    background-color: #fff;
    left: 0;
    top: 0
}

.cropper-line {
    background-color: #39f
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px
}

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px
}

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px
}

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0
}

.cropper-point {
    background-color: #39f;
    height: 5px;
    opacity: 0.75;
    width: 5px
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%
}

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px
}

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%
}

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px
}

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px
}

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px
}

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px
}

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px
}

@media (min-width:768px) {
    .cropper-point.point-se {
        height: 15px;
        width: 15px
    }
}

@media (min-width:992px) {
    .cropper-point.point-se {
        height: 10px;
        width: 10px
    }
}

@media (min-width:1200px) {
    .cropper-point.point-se {
        height: 5px;
        opacity: 0.75;
        width: 5px
    }
}

.cropper-point.point-se::before {
    background-color: #39f;
    bottom: -50%;
    content: ' ';
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%
}

.cropper-invisible {
    opacity: 0
}

.cropper-bg {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")
}

.cropper-hide {
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.cropper-hidden {
    display: none !important
}

.cropper-move {
    cursor: move
}

.cropper-crop {
    cursor: crosshair
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
    cursor: not-allowed
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    list-style: none
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em
}

@media (min-width:768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 3px
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #8c8c8c;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev::after {
    content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next::after {
    content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #eeeeee
}

.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #8c8c8c
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #eeeeee;
    cursor: pointer
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #8c8c8c
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #003377;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #003377;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #8c8c8c;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 3px
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #eeeeee
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #003377;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #8c8c8c
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: none;
    color: #8c8c8c;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.input-group.date .input-group-addon {
    cursor: pointer
}

/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.slider.slider-horizontal {
    width: 210px;
    height: 20px
}

.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
    height: 100%;
    top: 0;
    bottom: 0
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
    margin-left: -10px
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #00285e;
    margin-top: 0
}

.slider.slider-horizontal .slider-tick-container {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 20px
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    display: inline-block;
    padding-top: 24px;
    text-align: center
}

.slider.slider-horizontal.slider-rtl .slider-track {
    left: initial;
    right: 0
}

.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
    margin-left: initial;
    margin-right: -10px
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
    left: initial;
    right: 0
}

.slider.slider-vertical {
    height: 210px;
    width: 20px
}

.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    left: 25%;
    top: 0
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
    width: 100%;
    left: 0;
    right: 0
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
    margin-top: -10px
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #00285e;
    margin-left: 0
}

.slider.slider-vertical .slider-tick-label-container {
    white-space: nowrap
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    padding-left: 4px
}

.slider.slider-vertical.slider-rtl .slider-track {
    left: initial;
    right: 25%
}

.slider.slider-vertical.slider-rtl .slider-selection {
    left: initial;
    right: 0
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
    border-width: 10px 10px 10px 0
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
    padding-left: initial;
    padding-right: 4px
}

.slider.slider-disabled .slider-handle {
    background-color: #cfcfcf;
    background-image: -moz-linear-gradient(top, #DFDFDF, #BEBEBE);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DFDFDF), to(#BEBEBE));
    background-image: -webkit-linear-gradient(top, #DFDFDF, #BEBEBE);
    background-image: -o-linear-gradient(top, #DFDFDF, #BEBEBE);
    background-image: linear-gradient(to bottom, #DFDFDF, #BEBEBE);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF', endColorstr='#BEBEBE', GradientType=0)
}

.slider.slider-disabled .slider-track {
    background-color: #e7e7e7;
    background-image: -moz-linear-gradient(top, #E5E5E5, #E9E9E9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E5E5E5), to(#E9E9E9));
    background-image: -webkit-linear-gradient(top, #E5E5E5, #E9E9E9);
    background-image: -o-linear-gradient(top, #E5E5E5, #E9E9E9);
    background-image: linear-gradient(to bottom, #E5E5E5, #E9E9E9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='#E9E9E9', GradientType=0);
    cursor: not-allowed
}

.slider input {
    display: none
}

.slider .tooltip-inner {
    white-space: nowrap;
    max-width: none
}

.slider .tooltip {
    pointer-events: none
}

.slider .tooltip.top {
    margin-top: -36px
}

.slider .tooltip-inner {
    white-space: nowrap;
    max-width: none
}

.slider .hide {
    display: none
}

.slider-track {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #F5F5F5, #F9F9F9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F9F9F9));
    background-image: -webkit-linear-gradient(top, #F5F5F5, #F9F9F9);
    background-image: -o-linear-gradient(top, #F5F5F5, #F9F9F9);
    background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    cursor: pointer
}

.slider-selection {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #F9F9F9, #F5F5F5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F9F9F9), to(#F5F5F5));
    background-image: -webkit-linear-gradient(top, #F9F9F9, #F5F5F5);
    background-image: -o-linear-gradient(top, #F9F9F9, #F5F5F5);
    background-image: linear-gradient(to bottom, #F9F9F9, #F5F5F5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#F5F5F5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute
}

.slider-selection.tick-slider-selection {
    background-color: #036bf6;
    background-image: -moz-linear-gradient(top, #0771ff, #0065ec);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0771ff), to(#0065ec));
    background-image: -webkit-linear-gradient(top, #0771ff, #0065ec);
    background-image: -o-linear-gradient(top, #0771ff, #0065ec);
    background-image: linear-gradient(to bottom, #0771ff, #0065ec);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0771ff', endColorstr='#0065ec', GradientType=0)
}

.slider-track-low,
.slider-track-high {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    background: transparent
}

.slider-handle {
    background-color: #002e6a;
    background-image: -moz-linear-gradient(top, #003377, #00285e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#003377), to(#00285e));
    background-image: -webkit-linear-gradient(top, #003377, #00285e);
    background-image: -o-linear-gradient(top, #003377, #00285e);
    background-image: linear-gradient(to bottom, #003377, #00285e);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003377', endColorstr='#00285e', GradientType=0);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #003377;
    border: 0px solid transparent
}

.slider-handle:hover {
    cursor: pointer
}

.slider-handle.round {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.slider-handle.triangle {
    background: transparent none
}

.slider-handle.custom {
    background: transparent none
}

.slider-handle.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204
}

.slider-tick {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #F5F5F5, #F9F9F9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F9F9F9));
    background-image: -webkit-linear-gradient(top, #F5F5F5, #F9F9F9);
    background-image: -o-linear-gradient(top, #F5F5F5, #F9F9F9);
    background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
    filter: none;
    opacity: 0.8;
    border: 0px solid transparent
}

.slider-tick.round {
    border-radius: 50%
}

.slider-tick.triangle {
    background: transparent none
}

.slider-tick.custom {
    background: transparent none
}

.slider-tick.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204
}

.slider-tick.in-selection {
    background-color: #036bf6;
    background-image: -moz-linear-gradient(top, #0771ff, #0065ec);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0771ff), to(#0065ec));
    background-image: -webkit-linear-gradient(top, #0771ff, #0065ec);
    background-image: -o-linear-gradient(top, #0771ff, #0065ec);
    background-image: linear-gradient(to bottom, #0771ff, #0065ec);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0771ff', endColorstr='#0065ec', GradientType=0);
    opacity: 1
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url("/static/fontawesome/fonts/fontawesome-webfont.674f50d287a8.eot");
    src: url("/static/fontawesome/fonts/fontawesome-webfont.674f50d287a8.eot") format("embedded-opentype"), url("/static/fontawesome/fonts/fontawesome-webfont.af7ae505a9ee.woff2") format("woff2"), url("/static/fontawesome/fonts/fontawesome-webfont.fee66e712a8a.woff") format("woff"), url("/static/fontawesome/fonts/fontawesome-webfont.b06871f281fe.ttf") format("truetype"), url("/static/fontawesome/fonts/fontawesome-webfont.912ec66d7572.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,
.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,
.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before,
.fa-address-card:before {
    content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only,
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after,
.bootstrap-datetimepicker-widget .picker-switch::after,
.bootstrap-datetimepicker-widget table th.prev::after,
.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 45px;
    margin-bottom: 15px
}

.page-header {
    position: relative;
    padding-bottom: 9px;
    margin-top: 20px
}

.page-header h1 {
    margin: 0
}

.page-header h1 small {
    white-space: nowrap
}

.page-header .loginbox {
    padding-top: 15px
}

.page-header .event-logo,
.page-header .organizer-logo {
    max-width: 100%;
    height: auto
}

.pager-header-with-logo a {
    display: inline-block
}

.main-box {
    background: #FFFFFF
}

.page-header-links>div.header-part {
    padding-top: 15px
}

.page-header-links>div.header-part a:link,
.page-header-links>div.header-part a:visited {
    color: white
}

.page-header-links>div.header-part a:active,
.page-header-links>div.header-part a:hover,
.page-header-links>div.header-part a:focus {
    color: white
}

.page-header-links-outside>div.header-part {
    padding-bottom: 15px
}

.page-header.logo-large {
    border-bottom: none
}

.page-header.logo-large img {
    width: 100%
}

.page-header.logo-large .loginbox {
    text-align: right;
    padding: 10px
}

html.rtl .page-header.logo-large .loginbox {
    text-align: left
}

h2.content-header {
    margin-top: 0
}

@media (max-width:767px) {
    .page-header.logo-large {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0
    }

    h2.content-header small {
        display: block
    }
}

@media (min-width:768px) {
    .main-box {
        margin: 20px auto;
        padding-left: 25px;
        padding-right: 25px;
        border-radius: 4px
    }

    .page-header-links-outside {
        padding-left: 0;
        padding-right: 0
    }

    .page-header-links>div.header-part {
        padding: 10px 0;
        margin-bottom: -20px
    }

    .page-header.logo-large {
        margin-top: 0;
        margin-left: -25px;
        margin-right: -25px
    }

    .page-header.logo-large img {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px
    }

    .page-header .loginbox {
        padding-top: 0
    }
}

footer {
    padding-bottom: 0
}

.label-success-warning {
    background-color: #50a167;
    padding-left: 2.5em;
    position: relative
}

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

.label-success-warning::before {
    font-family: FontAwesome;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: white;
    content: "";
    background: #ffb419;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2em;
    padding-top: .5em;
    text-align: center;
    border-top-left-radius: .25em;
    border-bottom-left-radius: .25em
}

.addons legend {
    border-bottom: none
}

.product-row {
    position: relative;
    border-top: 1px solid transparent
}

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

.product-row p {
    margin-bottom: 0
}

.product-row .input-item-count {
    text-align: center
}

.product-row .input-group-price {
    margin-bottom: 3px
}

.product-row .input-item-price {
    text-align: center
}

.product-row .availability-box {
    text-align: center
}

.product-row .availability-box.gone,
.product-row .availability-box .gone {
    color: #bb3f3f
}

.product-row .availability-box.unavailable,
.product-row .availability-box .unavailable {
    color: #996700
}

.product-row .product-description.with-picture {
    margin-left: 70px
}

.product-row .productpicture {
    float: left;
    margin-right: 10px;
    text-decoration: none;
    display: block
}

.product-row .radio-box {
    text-align: center
}

.product-row .radio-box label {
    display: block;
    width: 100%;
    line-height: 19px;
    margin: 0
}

.product-row.variation label {
    font-weight: normal
}

.product-row h4 {
    font-size: inherit;
    margin: 0;
    line-height: inherit;
    font-weight: bold
}

.product-row h4 a {
    font-weight: bold
}

.product-row h5 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    line-height: inherit
}

.product-row .price del {
    color: #767676;
    display: block
}

.product-row .price ins {
    color: #3f7f51;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none
}

.product-row::before {
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    content: '';
    border-top: 1px solid #ddd
}

.product-row.headline,
.product-row.simple {
    border-top: 1px solid transparent
}

.product-row.headline::before,
.product-row.simple::before {
    border-top: 1px solid #ddd
}

article.item-with-variations {
    margin: 0 -15px;
    padding: 0 15px
}

article.item-with-variations:last-child,
.product-row:last-child {
    position: relative;
    border-bottom: 1px solid transparent
}

article.item-with-variations:last-child::after,
.product-row:last-child::after {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    content: '';
    border-bottom: 1px solid #ddd
}

article.item-with-variations .product-row:last-child:after {
    display: none
}

.radio .variation-description {
    padding-left: 20px
}

.variation-description {
    color: #626262
}

.voucher-row {
    margin-top: 10px
}

.toggle-variation-description {
    cursor: pointer
}

#voucher-toggle {
    display: none
}

.panel-body>*:last-child,
.panel-body address:last-child {
    margin-bottom: 0
}

.product-row {
    padding: 25px 0
}

.product-row .count form {
    display: inline
}

.product-row .price,
.product-row .count {
    text-align: right
}

.product-row .price small,
.product-row .availability-box small {
    display: block;
    line-height: 1
}

.product-row.total {
    border-top: 1px solid #ddd
}

.product-row.variation>div:first-child {
    position: relative;
    padding-inline-start: calc(15px + 1.3em)
}

.product-row.variation h5:before {
    content: "";
    display: block;
    width: .65em;
    height: 6px;
    position: absolute;
    left: 16px;
    top: 0.35em;
    border-width: 0 0 1px 1px;
    border-style: solid
}

.panel-contact dl {
    margin-bottom: 0
}

.panel-primary .panel-heading a {
    color: white
}

.checkout-button-row {
    padding-top: 15px
}

div.front-page {
    margin-top: 30px
}

.offline-banner {
    background: #c44f4f;
    color: white;
    width: 100%;
    padding: 5px;
    text-align: center
}

.offline-banner a {
    text-decoration: underline;
    color: white
}

#questions_group .panel-title a {
    line-height: 22px
}

@media (max-width:991px) {

    .page-header h1 small,
    h1.content-header small {
        display: block;
        white-space: normal
    }

    .row-voucher>div:first-child {
        margin-bottom: 15px
    }
}

@media (min-width:768px) {

    .col-xs-6.availability-box,
    .col-xs-6.price:has(.input-group-price) {
        margin-top: -6px;
        margin-bottom: -6px
    }
}

@media (max-width:767px) {
    .product-description p:last-child {
        margin-bottom: 15px
    }

    .product-row .price {
        text-align: left
    }

    .product-row.variation .price {
        padding-inline-start: calc(1.3em + 15px)
    }
}

.subevent-list {
    background-color: white
}

.subevent-list .row {
    margin: 0
}

.subevent-list .label {
    text-decoration: none
}

.subevent-list .subevent-row a {
    display: block;
    color: #222222;
    padding: 3px 0
}

.subevent-list .subevent-row:nth-child(2n) a {
    background-color: #eeeeee
}

.subevent-list .subevent-row:hover a {
    background-color: #d5d5d5
}

.subevent-list .subevent-row .row>div {
    padding: 5px;
    min-height: 35px;
    vertical-align: middle
}

.calendar-nav,
.calendar-nav li {
    list-style: none;
    margin: 0;
    padding: 0
}

.calendar-nav li {
    padding: 10px 0
}

.subevent-toggle {
    display: none
}

h2.subevent-head {
    margin-top: 10px
}

.cancel-fee-slider {
    display: flex;
    flex-direction: row;
    align-items: center
}

.cancel-fee-slider .slider-selection {
    background: #50a167
}

.cancel-fee-slider .slider-handle {
    background-color: #4c9862;
    background-image: -moz-linear-gradient(top, #50a167, #48905c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#50a167), to(#48905c));
    background-image: -webkit-linear-gradient(top, #50a167, #48905c);
    background-image: -o-linear-gradient(top, #50a167, #48905c);
    background-image: linear-gradient(to bottom, #50a167, #48905c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50a167', endColorstr='#48905c', GradientType=0)
}

.cancel-fee-slider .slider-tick-container {
    opacity: 0;
    visibility: hidden
}

.cancel-fee-slider input {
    flex: 0
}

.cancel-fee-slider>div {
    flex: 1;
    font-weight: bold
}

.cancel-fee-slider>div:first-child {
    text-align: right;
    padding-right: 20px
}

.cancel-fee-slider>div:last-child {
    text-align: left;
    padding-left: 20px
}

#cancel-fee-custom-link {
    margin-bottom: 20px
}

.info-download {
    margin-top: 0;
    margin-bottom: 30px
}

.info-download .download-btn-form+.download-btn-form {
    margin-left: .5em
}

.info-download button {
    margin-top: .5em
}

.lead+.info-download {
    margin-top: -15px
}

.refund-gift-card-code {
    font-size: 24px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    padding: 8px 0
}

.banner-bottom,
.site-notice-bottom {
    padding-top: 15px
}

.banner-top,
.site-notice-top {
    padding-bottom: 15px
}

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

.cart-row .product>*:last-child {
    margin-bottom: 0
}

.cart-row .product p+.dl-inline {
    margin-top: -10px
}

.cart-row .count form {
    display: inline
}

.cart-row .price,
.cart-row .download-desktop {
    text-align: right
}

.cart-row .price small,
.cart-row .availability-box small {
    display: block;
    line-height: 1
}

.cart-row .price .discounted {
    font-size: 85%;
    line-height: 1
}

.cart-row .dl-indented {
    padding-left: 20px;
    margin: 5px 0 0
}

.cart-row .dl-indented dt {
    margin-top: 5px
}

.cart-row .dl-indented dd:not(.toplevel) {
    padding-left: 20px
}

.cart-row dt {
    font-weight: normal
}

.cart-row>div {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

.cart-row .download-desktop {
    display: block;
    width: 33.33333%
}

.cart-row .product {
    width: 33.33333%
}

.cart-row .count {
    width: 16.66667%;
    text-align: center
}

.cart-row .singleprice,
.cart-row .totalprice {
    width: 25%
}

.cart-row.hide-prices .product {
    width: 83.33333%
}

.cart-row.has-downloads .product {
    width: 41.66667%
}

.cart-row.has-downloads.hide-prices .product {
    width: 66.66667%
}

.cart-row .addon-signifier {
    display: inline-block;
    padding-left: 10px;
    font-weight: bold
}

.cart-row .cart-icon-details {
    position: relative;
    padding-left: 1.4em;
    text-indent: 0
}

.cart-row .cart-icon-details .fa,
.cart-row .cart-icon-details svg {
    position: absolute;
    left: 0;
    top: .22em
}

.cart-row .cart-icon-details.collapse-lines .content {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.cart-row .cart-icon-details.collapse-lines .collapse-handler {
    cursor: pointer;
    display: inline;
    padding: 0;
    text-decoration: underline
}

.cart-row-giftcard {
    border-radius: 3px;
    padding: 10px 1.4em;
    margin: 0 0 5px 1.4em;
    background: #f5f5f5
}

.cart-row-giftcard code {
    color: #222222
}

.cart .firstchild-in-panel .cart-row:first-child {
    padding-top: 0
}

.cart .cart-rowgroup-total {
    border-top: 1px solid #ddd
}

.cart .total strong {
    font-size: 18px
}

.cart .checkout-button-secondary>:last-child p {
    margin-bottom: 0
}

.cart .checkout-button-row>div {
    margin-bottom: 0;
    width: 100%
}

.cart .checkout-button-row .btn {
    width: 100%;
    white-space: nowrap;
    min-height: 34px
}

.cart .checkout-button-row .btn-primary {
    padding-left: 1.5em;
    padding-right: 1.5em
}

.cart .row:last-child p:last-child {
    margin-bottom: 0
}

@media (min-width:480px) {
    .cart .checkout-button-secondary {
        display: flex;
        align-items: center;
        gap: 15px
    }

    .cart .checkout-button-secondary>* {
        flex: 1 0
    }

    .cart .checkout-button-row>:last-child p {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .cart .checkout-button-row .btn-primary {
        width: auto
    }

    .cart .checkout-button-row {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding-top: 0;
        margin-left: -7px;
        margin-right: -7px
    }

    .cart .checkout-button-row>* {
        padding-left: 7px;
        padding-right: 7px;
        flex: 0
    }

    .cart .checkout-button-primary p {
        text-align: right;
        margin-bottom: 0
    }

    .cart .checkout-button-secondary>* {
        flex: 1 0
    }

    #voucher_code {
        min-width: 10em
    }
}

@media (max-width:991px) {
    .cart-row .download-desktop {
        clear: both;
        display: block;
        width: 50%;
        text-align: left
    }

    .cart-row .download-desktop a.btn,
    .cart-row .download-desktop button.btn {
        word-break: break-all;
        display: block;
        width: 100%;
        margin-bottom: 5px
    }

    .cart-row .totalprice {
        width: 50%
    }

    .cart-row.hide-prices .product {
        width: 75%
    }

    .cart-row .product,
    .cart-row.has-downloads .product,
    .cart-row.has-downloads.hide-prices .product {
        width: 100%
    }

    .cart-row.has-downloads.hide-prices .download-desktop {
        margin-left: 50%
    }

    .cart-row.total .product {
        width: 50%
    }

    .cart-row .count {
        width: 25%
    }

    .cart-row:not(.hide-prices) .count {
        clear: both;
        text-align: left
    }

    .cart-row .singleprice {
        width: 25%
    }

    .cart-row.editable .count {
        width: 50%;
        text-align: right
    }

    .cart-row.editable .singleprice {
        clear: both;
        width: 50%
    }

    .cart-row.editable .totalprice {
        width: 50%
    }
}

#cart-deadline-short {
    font-variant-numeric: tabular-nums
}

.btn-invisible {
    opacity: 0 !important
}

.answer-thumb img {
    width: auto;
    height: auto;
    max-height: 100px;
    max-width: 100%;
    margin-top: 5px
}

.help-block {
    color: #767676
}

a.btn,
button.btn {
    max-width: 100%;
    white-space: normal
}

.btn-checkbox {
    position: relative;
    display: block;
    padding-left: 24px;
    padding-right: 24px;
    white-space: normal
}

.btn-checkbox input {
    position: absolute;
    left: 10px
}

.btn-checkbox.btn-checkbox-checked {
    background-color: #eeeeee
}

.panel-title .radio {
    margin-left: 20px
}

.panel-title label {
    margin-bottom: 0;
    display: inline
}

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

.js-copy-answers {
    margin-right: 10px
}

.form-inline .form-control {
    max-width: 100%
}

.form-control.is-focused {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

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

.form-control.has-error:focus,
.form-control.has-error.is-focused {
    border-color: #953232;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d78888;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d78888
}

.input-item-count-group {
    display: flex
}

.input-item-count-group input {
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding-right: 12px;
    -moz-appearance: textfield
}

.input-item-count-group input::-webkit-outer-spin-button,
.input-item-count-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.input-item-count-dec[disabled],
.input-item-count-inc[disabled],
.input-item-count-dec[disabled]:hover,
.input-item-count-inc[disabled]:hover {
    box-shadow: 0px 0px 0px 1px #cccccc inset;
    background: #eee;
    opacity: 1
}

.input-item-count-dec {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 2.5em;
    z-index: 2
}

.input-item-count-inc {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 2.5em
}

.input-group-price input {
    -moz-appearance: textfield
}

.input-group-price input::-webkit-outer-spin-button,
.input-group-price input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.required-legend span {
    color: #003377;
    font-weight: bold
}

.form-group.required .control-label:after {
    content: '*';
    color: #003377
}

.form-control-text {
    padding-top: 7px
}

.addon-list {
    padding: 0;
    list-style-type: none
}

.accordion-radio {
    display: block;
    margin: 0
}

.panel-default>.accordion-radio>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    padding: 8px 15px
}

.panel-default>.accordion-radio>.panel-heading input[type=radio] {
    margin-top: 0;
    margin-right: 5px
}

.panel-default>.accordion-radio+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

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

.tab-content {
    border: 1px solid #ddd;
    border-radius: 0px 5px 5px 5px;
    padding: 5px 5px 0px 5px
}

.splitdatetimerow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.splitdatetimerow .help-block {
    width: 100%
}

.splitdatetimepart {
    width: 50%;
    display: inline-block
}

.splitdatetimepart.datepickerfield {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.splitdatetimepart.timepickerfield {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0
}

.photo-initial {
    margin-bottom: 5px
}

.photo-preview {
    max-width: 550px;
    width: 100%;
    height: auto;
    margin-top: 10px
}

.photo-preview img {
    display: block;
    max-width: 100%
}

details summary .chevron::before {
    content: ""
}

details[open] .chevron::before {
    content: ""
}

@media (max-width:767px) {
    .nameparts-form-group {
        display: block
    }

    .nameparts-form-group input:not(:first-child),
    .nameparts-form-group select:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

    .nameparts-form-group input:not(:last-child),
    .nameparts-form-group select:not(:last-child) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
}

@media (min-width:768px) {
    .nameparts-form-group {
        display: flex;
        flex-direction: row
    }

    .nameparts-form-group input,
    .nameparts-form-group select {
        min-width: 5em;
        flex-basis: 0;
        flex-grow: 1
    }

    .nameparts-form-group input:not(:first-child),
    .nameparts-form-group select:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .nameparts-form-group input:not(:last-child),
    .nameparts-form-group select:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .nameparts-form-group [data-size="1"] {
        flex-grow: 1;
        flex-shrink: 4
    }

    .nameparts-form-group [data-size="2"] {
        flex-grow: 2;
        flex-shrink: 3
    }

    .nameparts-form-group [data-size="3"] {
        flex-grow: 3;
        flex-shrink: 2
    }

    .nameparts-form-group [data-size="4"] {
        flex-grow: 4;
        flex-shrink: 1
    }
}

@media (max-width:991px) {
    .form-horizontal .control-label {
        text-align: left
    }
}

.table-calendar td,
.table-calendar th,
.week-calendar td,
.week-calendar th,
.day-calendar td,
.day-calendar th {
    width: 14.29%
}

.table-calendar h3,
.week-calendar h3,
.day-calendar h3 {
    font-size: 16px
}

.table-calendar p,
.week-calendar p,
.day-calendar p {
    margin-bottom: 3px
}

.table-calendar .events,
.week-calendar .events,
.day-calendar .events {
    list-style: none;
    padding: 0
}

.table-calendar a.event,
.week-calendar a.event,
.day-calendar a.event {
    display: block;
    background: #6dabff;
    color: #003377;
    border-radius: 3px;
    border-style: solid;
    border-color: #1177ff;
    border-width: 1px 1px 1px 12px;
    border-left-color: inherit;
    padding: 3px 5px;
    margin-bottom: 3px;
    font-size: 12px;
    overflow-wrap: anywhere;
    text-decoration: none
}

.table-calendar a.event:hover,
.week-calendar a.event:hover,
.day-calendar a.event:hover {
    background: #77b1ff;
    border-color: #003377
}

.table-calendar a.event:focus,
.week-calendar a.event:focus,
.day-calendar a.event:focus {
    outline-color: inherit
}

.table-calendar a.event.continued,
.table-calendar a.event.over,
.week-calendar a.event.continued,
.week-calendar a.event.over,
.day-calendar a.event.continued,
.day-calendar a.event.over {
    background: white;
    border-color: #e6e6e6;
    border-left-color: #e6e6e6;
    color: #767676
}

.table-calendar a.event.continued:hover,
.table-calendar a.event.over:hover,
.week-calendar a.event.continued:hover,
.week-calendar a.event.over:hover,
.day-calendar a.event.continued:hover,
.day-calendar a.event.over:hover {
    background: white;
    border-color: gainsboro
}

.table-calendar a.event.soon,
.week-calendar a.event.soon,
.day-calendar a.event.soon {
    background: #86baff;
    border-color: #4494ff;
    border-left-color: #005fdd;
    color: #003e91
}

.table-calendar a.event.soon:hover,
.week-calendar a.event.soon:hover,
.day-calendar a.event.soon:hover {
    background: #91c0ff;
    border-color: #005fdd
}

.table-calendar a.event.available,
.week-calendar a.event.available,
.day-calendar a.event.available {
    background: #eff7f1;
    border-color: #b2d8bd;
    border-left-color: #50a167;
    color: #3c784d
}

.table-calendar a.event.available.low,
.week-calendar a.event.available.low,
.day-calendar a.event.available.low {
    border-left-color: #ffc856
}

.table-calendar a.event.available:hover,
.week-calendar a.event.available:hover,
.day-calendar a.event.available:hover {
    background: #f6faf7;
    border-color: #50a167
}

.table-calendar a.event.available:hover.low,
.week-calendar a.event.available:hover.low,
.day-calendar a.event.available:hover.low {
    border-left-color: #ffb419
}

.table-calendar a.event.waitinglist,
.week-calendar a.event.waitinglist,
.day-calendar a.event.waitinglist {
    background: #fff8ea;
    border-color: #ffe6b2;
    border-left-color: #ffc856;
    color: #963
}

.table-calendar a.event.waitinglist:hover,
.week-calendar a.event.waitinglist:hover,
.day-calendar a.event.waitinglist:hover {
    background: #fffcf4;
    border-color: #ffb419
}

.table-calendar a.event.reserved,
.table-calendar a.event.soldout,
.week-calendar a.event.reserved,
.week-calendar a.event.soldout,
.day-calendar a.event.reserved,
.day-calendar a.event.soldout {
    background: #fbf3f3;
    border-color: #eac2c2;
    border-left-color: #eac2c2;
    color: #bb3f3f
}

.table-calendar a.event.reserved:hover,
.table-calendar a.event.soldout:hover,
.week-calendar a.event.reserved:hover,
.week-calendar a.event.soldout:hover,
.day-calendar a.event.reserved:hover,
.day-calendar a.event.soldout:hover {
    background: #fefbfb;
    border-color: #e4aeae
}

.table-calendar a.event.available>*:first-child,
.table-calendar a.event.continued>*:first-child,
.table-calendar a.event.soon>*:first-child,
.week-calendar a.event.available>*:first-child,
.week-calendar a.event.continued>*:first-child,
.week-calendar a.event.soon>*:first-child,
.day-calendar a.event.available>*:first-child,
.day-calendar a.event.continued>*:first-child,
.day-calendar a.event.soon>*:first-child {
    font-weight: bold
}

.table-calendar a.event .event-name,
.week-calendar a.event .event-name,
.day-calendar a.event .event-name {
    display: block
}

.table-calendar a.event .event-name-continued,
.week-calendar a.event .event-name-continued,
.day-calendar a.event .event-name-continued {
    font-weight: normal
}

.table-calendar a.event .event-time,
.table-calendar a.event .event-status,
.week-calendar a.event .event-time,
.week-calendar a.event .event-status,
.day-calendar a.event .event-time,
.day-calendar a.event .event-status {
    display: block
}

.week-calendar .weekday {
    margin-bottom: 15px
}

.week-calendar h3 {
    margin-bottom: 8px;
    font-weight: bold;
    cursor: pointer
}

.week-calendar h3 .fa::before {
    content: ""
}

.week-calendar details[open] h3 .fa::before {
    content: ""
}

.week-calendar .no-events {
    display: none
}

.event-list-filter-form {
    margin-bottom: 15px
}

.event-list-filter-form .event-list-filter-form-row {
    display: flex;
    flex-direction: row;
    align-items: end
}

.event-list-filter-form .event-list-filter-form-row .form-group {
    display: block;
    width: 100%;
    margin: 0 15px 0 0
}

.event-list-filter-form .event-list-filter-form-row button {
    flex: 0;
    white-space: nowrap;
    padding-top: 7px;
    padding-bottom: 7px
}

@media (max-width:767px) {
    .event-list-filter-form .event-list-filter-form-row {
        display: flex;
        flex-direction: column;
        align-items: stretch
    }

    .event-list-filter-form .event-list-filter-form-row .form-group {
        display: block;
        width: 100%;
        margin: 0 0 5px
    }
}

.day-calendar {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 7fr;
    gap: 0;
    overflow-x: auto;
    margin-bottom: 10px;
    padding-bottom: 16px
}

.cal-size-8 {
    --col-min-size: 9em
}

.cal-size-7 {
    --col-min-size: 7.8em
}

.cal-size-6 {
    --col-min-size: 6.6em
}

.cal-size-5 {
    --col-min-size: 5.4em
}

.cal-size-4 {
    --col-min-size: 4.2em
}

.cal-size-3 {
    --col-min-size: 3em
}

.cal-size-2 {
    --col-min-size: 1.8em
}

.cal-size-1 {
    --col-min-size: 0.6em
}

.cal-size-0 {
    --col-min-size: 0.6em
}

.day-calendar .current-time-bar {
    position: absolute;
    top: 4px;
    left: -2px;
    height: calc(100% - 10px);
    width: 1px;
    background-color: #003377;
    outline: 1px solid #fff;
    transform: translateX(var(--current-time-offset, 0))
}

[dir=rtl] .day-calendar .current-time-bar {
    left: auto;
    right: -2px;
    transform: translateX(calc(-1 * var(--current-time-offset, 0)))
}

.day-calendar .current-time-bar time {
    background: #003377;
    position: absolute;
    top: 0;
    color: #fff;
    padding: 1px 3px;
    white-space: nowrap;
    text-align: center
}

.day-calendar .current-time-bar time,
[dir=rtl] .day-calendar .current-time-bar.swap-side time {
    left: 0
}

.day-calendar .current-time-bar.swap-side time,
[dir=rtl] .day-calendar .current-time-bar time {
    left: auto;
    right: 0
}

.day-calendar.no-headlines {
    display: block
}

.day-calendar.no-headlines h3 {
    display: none
}

.day-calendar .current-time-bar time span:nth-child(2) {
    animation: watch-blinker 2s step-end infinite
}

@-webkit-keyframes watch-blinker {
    0% {
        visibility: visible
    }

    75% {
        visibility: hidden
    }
}

@-moz-keyframes watch-blinker {
    0% {
        visibility: visible
    }

    75% {
        visibility: hidden
    }
}

@keyframes watch-blinker {
    0% {
        visibility: visible
    }

    75% {
        visibility: hidden
    }
}

.day-row-name {
    position: sticky;
    left: 0;
    margin: 0;
    padding: 3px 8px 3px 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10;
    width: 20vw;
    max-width: 15em;
    min-width: 8em;
    overflow-wrap: break-word
}

.day-calendar a.event {
    margin: 1px
}

.day-calendar a.event .event-time {
    display: inline
}

[data-raster-size="5"] {
    --raster-size: 5
}

[data-raster-size="10"] {
    --raster-size: 10
}

[data-raster-size="15"] {
    --raster-size: 15
}

[data-raster-size="30"] {
    --raster-size: 30
}

[data-raster-size="60"] {
    --raster-size: 60
}

[data-concurrency="1"] {
    --concurrency: 1
}

[data-concurrency="2"] {
    --concurrency: 2
}

[data-concurrency="3"] {
    --concurrency: 3
}

[data-concurrency="4"] {
    --concurrency: 4
}

[data-concurrency="5"] {
    --concurrency: 5
}

[data-concurrency="6"] {
    --concurrency: 6
}

[data-concurrency="7"] {
    --concurrency: 7
}

[data-concurrency="8"] {
    --concurrency: 8
}

[data-concurrency="9"] {
    --concurrency: 9
}

[data-offset^="01"] {
    --offset-hour: 1
}

[data-offset^="02"] {
    --offset-hour: 2
}

[data-offset^="03"] {
    --offset-hour: 3
}

[data-offset^="04"] {
    --offset-hour: 4
}

[data-offset^="05"] {
    --offset-hour: 5
}

[data-offset^="06"] {
    --offset-hour: 6
}

[data-offset^="07"] {
    --offset-hour: 7
}

[data-offset^="08"] {
    --offset-hour: 8
}

[data-offset^="09"] {
    --offset-hour: 9
}

[data-offset^="10"] {
    --offset-hour: 10
}

[data-offset^="11"] {
    --offset-hour: 11
}

[data-offset^="12"] {
    --offset-hour: 12
}

[data-offset^="13"] {
    --offset-hour: 13
}

[data-offset^="14"] {
    --offset-hour: 14
}

[data-offset^="15"] {
    --offset-hour: 15
}

[data-offset^="16"] {
    --offset-hour: 16
}

[data-offset^="17"] {
    --offset-hour: 17
}

[data-offset^="18"] {
    --offset-hour: 18
}

[data-offset^="19"] {
    --offset-hour: 19
}

[data-offset^="20"] {
    --offset-hour: 20
}

[data-offset^="21"] {
    --offset-hour: 21
}

[data-offset^="22"] {
    --offset-hour: 22
}

[data-offset^="23"] {
    --offset-hour: 23
}

[data-offset^="24"] {
    --offset-hour: 24
}

[data-offset$="05"] {
    --offset-minute: 5
}

[data-offset$="10"] {
    --offset-minute: 10
}

[data-offset$="15"] {
    --offset-minute: 15
}

[data-offset$="20"] {
    --offset-minute: 20
}

[data-offset$="25"] {
    --offset-minute: 25
}

[data-offset$="30"] {
    --offset-minute: 30
}

[data-offset$="35"] {
    --offset-minute: 35
}

[data-offset$="40"] {
    --offset-minute: 40
}

[data-offset$="45"] {
    --offset-minute: 45
}

[data-offset$="50"] {
    --offset-minute: 50
}

[data-offset$="55"] {
    --offset-minute: 55
}

[data-offset-shift^="1"] {
    --offset-start: 1
}

[data-offset-shift^="2"] {
    --offset-start: 2
}

[data-offset-shift^="3"] {
    --offset-start: 3
}

[data-offset-shift^="4"] {
    --offset-start: 4
}

[data-offset-shift$="1"] {
    --offset-end: 1
}

[data-offset-shift$="2"] {
    --offset-end: 2
}

[data-offset-shift$="3"] {
    --offset-end: 3
}

[data-offset-shift$="4"] {
    --offset-end: 4
}

[data-duration^="00"] {
    --duration-hour: 0
}

[data-duration^="01"] {
    --duration-hour: 1
}

[data-duration^="02"] {
    --duration-hour: 2
}

[data-duration^="03"] {
    --duration-hour: 3
}

[data-duration^="04"] {
    --duration-hour: 4
}

[data-duration^="05"] {
    --duration-hour: 5
}

[data-duration^="06"] {
    --duration-hour: 6
}

[data-duration^="07"] {
    --duration-hour: 7
}

[data-duration^="08"] {
    --duration-hour: 8
}

[data-duration^="09"] {
    --duration-hour: 9
}

[data-duration^="10"] {
    --duration-hour: 10
}

[data-duration^="11"] {
    --duration-hour: 11
}

[data-duration^="12"] {
    --duration-hour: 12
}

[data-duration^="13"] {
    --duration-hour: 13
}

[data-duration^="14"] {
    --duration-hour: 14
}

[data-duration^="15"] {
    --duration-hour: 15
}

[data-duration^="16"] {
    --duration-hour: 16
}

[data-duration^="17"] {
    --duration-hour: 17
}

[data-duration^="18"] {
    --duration-hour: 18
}

[data-duration^="19"] {
    --duration-hour: 19
}

[data-duration^="20"] {
    --duration-hour: 20
}

[data-duration^="21"] {
    --duration-hour: 21
}

[data-duration^="22"] {
    --duration-hour: 22
}

[data-duration^="23"] {
    --duration-hour: 23
}

[data-duration^="24"] {
    --duration-hour: 24
}

[data-duration$="00"] {
    --duration-minute: 0
}

[data-duration$="05"] {
    --duration-minute: 5
}

[data-duration$="10"] {
    --duration-minute: 10
}

[data-duration$="15"] {
    --duration-minute: 15
}

[data-duration$="20"] {
    --duration-minute: 20
}

[data-duration$="25"] {
    --duration-minute: 25
}

[data-duration$="30"] {
    --duration-minute: 30
}

[data-duration$="35"] {
    --duration-minute: 35
}

[data-duration$="40"] {
    --duration-minute: 40
}

[data-duration$="45"] {
    --duration-minute: 45
}

[data-duration$="50"] {
    --duration-minute: 50
}

[data-duration$="55"] {
    --duration-minute: 55
}

.day-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0;
    --grid-cols: calc(var(--duration-hour, 0) * 60/var(--raster-size, 5) + var(--duration-minute, 0) / var(--raster-size, 5));
    grid-template-columns: repeat(var(--grid-cols), minmax(var(--col-min-size, 3em), 1fr));
    grid-template-rows: repeat(var(--concurrency, 1), auto)
}

.day-timeline>li {
    grid-column: calc(1 + var(--offset-hour, 0)*60/var(--raster-size, 5) + var(--offset-minute, 0)/var(--raster-size, 5))/span calc(var(--duration-hour, 0)*60/var(--raster-size, 5) + var(--duration-minute, 0)/var(--raster-size, 5));
    grid-row: var(--concurrency, 1)/span 1
}

.day-timeline>li:focus-within {
    z-index: 2
}

.ticks li,
.tick {
    grid-row: 1/span var(--concurrency, 1) !important
}

.ticks li {
    padding: 8px 3px 5px;
    line-height: 1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.ticks li:nth-of-type(odd),
.tick {
    background-color: #f9f9f9
}

.day-timeline:nth-last-of-type(1) li {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.day-calendar a.event {
    --duration: calc(var(--duration-hour, 0)*60 + var(--duration-minute));
    margin-left: calc(var(--offset-start, 0) / var(--duration) * 100%);
    margin-right: calc(var(--offset-end, 0) / var(--duration) * 100%)
}

@media (min-width:992px) {
    .week-calendar {
        display: flex;
        flex-direction: row
    }

    .week-calendar details[open] summary {
        cursor: default;
        pointer-events: none
    }

    .week-calendar details[open] summary h3 .fa {
        display: none
    }

    .week-calendar .weekday {
        flex: 1;
        margin: 0 5px
    }

    .week-calendar .weekday:first-child {
        margin-left: 0
    }

    .week-calendar .weekday:last-child {
        margin-right: 0
    }

    .week-calendar .no-events {
        display: block
    }
}

@media (min-width:768px) {

    .table-calendar .selected-day,
    .week-calendar .selected-day {
        display: none !important
    }
}

@media (max-width:767px) {
    .table-calendar .day .events {
        display: none
    }

    .table-calendar td.day.has-events {
        background: #003377;
        cursor: pointer;
        color: white
    }

    .table-calendar td.day.has-events:hover {
        background: #00122b
    }
}

#monthselform .row {
    margin: 0 -15px
}

#monthselform .row>div {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .select-calendar-week-short {
        max-width: 50%
    }
}

.checkout-flow {
    display: flex;
    flex-direction: row;
    margin: 15px 0 13px 0;
    padding: 0;
    list-style: none
}

.checkout-flow .checkout-step {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    position: relative
}

.checkout-flow .checkout-step .checkout-step-icon {
    border: 1px solid #767676;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    color: #767676;
    z-index: 200;
    background: white;
    position: relative
}

.checkout-flow .checkout-step .checkout-step-label {
    padding-top: 10px;
    color: #767676
}

.checkout-flow .checkout-step a .checkout-step-label {
    color: #003377
}

.checkout-flow .checkout-step:before,
.checkout-flow .checkout-step:after {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    left: 0;
    width: 50%;
    height: 6px;
    background: #eeeeee;
    z-index: 100
}

.checkout-flow .checkout-step:after {
    left: 50%
}

.checkout-flow .checkout-step.step-done:before,
.checkout-flow .checkout-step.step-done:after,
.checkout-flow .checkout-step.step-current:before {
    background: #003377
}

.checkout-flow .checkout-step:last-child:after,
.checkout-flow .checkout-step:first-child:before {
    display: none
}

.checkout-flow .checkout-step.step-done .checkout-step-icon {
    border: 1px solid #003377;
    background: #003377;
    color: white
}

.checkout-flow .checkout-step.step-done .checkout-step-label a {
    color: #003377
}

.checkout-flow .checkout-step.step-current .checkout-step-icon {
    border: 1px solid #003377;
    background: #003377;
    color: white
}

.checkout-flow .checkout-step.step-current .checkout-step-label {
    color: #003377
}

.checkout-flow .checkout-step:hover,
.checkout-flow .checkout-step:active {
    text-decoration: none
}

.checkout-flow a {
    text-decoration: none
}

@media (max-width:991px) {
    .checkout-step-label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0
    }
}

.addons fieldset {
    margin-top: 20px
}

.addons fieldset:first-child {
    margin-top: 0
}

.panel-confirm a {
    font-weight: bold
}

.form-order-change-main {
    border-bottom: 1px solid #eeeeee;
    background: #f5f5f5;
    margin: -15px -15px 15px;
    padding: 15px 15px 0
}

.profile-pre-select {
    background: #f5f5f5;
    margin-top: -15px;
    padding-top: 15px
}

.profile-pre-select .addon-list {
    margin-bottom: 0
}

.profile-select-container {
    display: none;
    border-bottom: 1px solid #eeeeee;
    background: #f5f5f5;
    padding-bottom: 6px;
    margin-top: -15px;
    padding-top: 15px
}

.profile-save-container {
    border-top: 1px solid #eeeeee;
    padding: 15px;
    margin: 15px -15px;
    background: #f5f5f5
}

.profile-scope:last-child .profile-save-container {
    margin-bottom: -15px
}

.profile-save-container .help-block {
    margin-bottom: 0
}

.single-profile-desc {
    margin-top: 0
}

.profile-save,
.profile-save-id {
    display: none;
    margin-bottom: 0;
    padding-bottom: .5em
}

.profile-select-initialized .profile-select-container,
.profile-select-initialized .profile-save {
    display: block
}

.profile-none-matched .profile-select-container {
    display: none
}

.profile-add-on-legend {
    margin-bottom: 0;
    border-bottom: none
}

.profile-add-on {
    padding: 15px;
    border: 1px solid #eeeeee
}

.panel-heading-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px
}

.panel-heading-flex .panel-heading-flex-gap {
    flex: 1
}

.wallet-loading+.wallet-loading {
    display: none
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/OpenSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/OpenSans-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/OpenSans-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/OpenSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

.bootstrap-datetimepicker-widget table td span {
    line-height: 1.8em
}

.order-details dt {
    font-weight: normal;
    float: left;
    margin-right: .25em
}

.status-dot {
    font-size: 1.2em
}

.text-warning {
    color: #ffb419
}

.text-info {
    color: #5f9cd4
}

.text-success {
    color: #50a167
}

.text-danger {
    color: #c44f4f
}

h1 a,
.btn {
    text-decoration: none
}

button:focus,
a:focus,
.btn:focus,
summary:focus,
button:active:focus,
a:active:focus,
.btn:active:focus,
summary:active:focus {
    outline: 2px solid #00122b;
    outline-offset: 2px
}

footer {
    clear: both;
    padding: 10px 0
}

footer nav {
    text-align: center;
    font-size: 11px
}

footer nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    flex-wrap: wrap
}

footer nav li:not(:first-child):before {
    content: "·";
    font-weight: bold;
    display: inline-block;
    width: 1.5em;
    text-align: center
}

footer nav .btn-link {
    display: inline;
    padding: 0;
    margin: 0;
    font-size: 11px;
    vertical-align: baseline
}

.js-only {
    display: none
}

.locales,
.loginstatus {
    display: inline
}

.locales a.active,
.loginstatus a.active {
    font-weight: bold
}

.locales img,
.loginstatus img {
    vertical-align: baseline
}

.locales ul {
    display: inline;
    list-style: none
}

.locales li {
    display: inline
}

.loginstatus a {
    margin-left: 10px
}

.huge {
    font-size: 40px
}

a:hover .panel-primary>.panel-heading {
    background-color: #001d44;
    border-color: #000e20
}

.thank-you {
    margin-bottom: 25px
}

.thank-you .fa {
    font-size: 150px;
    line-height: 170px;
    display: block;
    color: #50a167
}

.thank-you h2 {
    color: #50a167
}

.contains-overlay {
    position: relative
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8
}

.overlay-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.overlay-centered .overlay-content {
    max-width: 35em;
    margin-left: auto;
    margin-right: auto
}

body.loading .container {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px)
}

.big-rotating-icon {
    -webkit-animation: fa-spin 8s infinite linear;
    animation: fa-spin 8s infinite linear;
    font-size: 120px;
    color: #003377
}

#loadingmodal,
#ajaxerr,
#cookie-consent-modal,
#popupmodal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    z-index: 900000;
    visibility: hidden;
    padding: 10px
}

#loadingmodal .big-icon,
#ajaxerr .big-icon,
#cookie-consent-modal .big-icon,
#popupmodal .big-icon {
    margin-top: 50px;
    font-size: 200px;
    color: #003377
}

#loadingmodal#popupmodal .big-icon,
#ajaxerr#popupmodal .big-icon,
#cookie-consent-modal#popupmodal .big-icon,
#popupmodal#popupmodal .big-icon {
    margin-top: 10px;
    font-size: 100px;
    color: #003377
}

#loadingmodal .modal-card,
#ajaxerr .modal-card,
#cookie-consent-modal .modal-card,
#popupmodal .modal-card {
    margin: 50px auto 0;
    width: 90%;
    max-width: 600px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    background: white;
    border-radius: 4px;
    box-shadow: 0 7px 14px 0 rgba(78, 50, 92, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    padding: 20px;
    min-height: 160px
}

#loadingmodal .modal-card .modal-card-icon,
#ajaxerr .modal-card .modal-card-icon,
#cookie-consent-modal .modal-card .modal-card-icon,
#popupmodal .modal-card .modal-card-icon {
    float: left;
    width: 150px;
    text-align: center
}

#loadingmodal .modal-card .modal-card-content,
#ajaxerr .modal-card .modal-card-content,
#cookie-consent-modal .modal-card .modal-card-content,
#popupmodal .modal-card .modal-card-content {
    margin-left: 160px;
    text-align: left
}

#loadingmodal .modal-card .modal-card-content h3,
#ajaxerr .modal-card .modal-card-content h3,
#cookie-consent-modal .modal-card .modal-card-content h3,
#popupmodal .modal-card .modal-card-content h3 {
    margin-top: 0
}

#loadingmodal#cookie-consent-modal,
#ajaxerr#cookie-consent-modal,
#cookie-consent-modal#cookie-consent-modal,
#popupmodal#cookie-consent-modal {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    visibility: visible;
    display: none
}

#loadingmodal#cookie-consent-modal .modal-card-content,
#ajaxerr#cookie-consent-modal .modal-card-content,
#cookie-consent-modal#cookie-consent-modal .modal-card-content,
#popupmodal#cookie-consent-modal .modal-card-content {
    margin-left: 0
}

#loadingmodal#cookie-consent-modal details,
#ajaxerr#cookie-consent-modal details,
#cookie-consent-modal#cookie-consent-modal details,
#popupmodal#cookie-consent-modal details {
    margin-bottom: 10px
}

#loadingmodal#cookie-consent-modal details>summary,
#ajaxerr#cookie-consent-modal details>summary,
#cookie-consent-modal#cookie-consent-modal details>summary,
#popupmodal#cookie-consent-modal details>summary {
    list-style: none
}

#loadingmodal#cookie-consent-modal details>summary::-webkit-details-marker,
#loadingmodal#cookie-consent-modal details>summary::marker,
#ajaxerr#cookie-consent-modal details>summary::-webkit-details-marker,
#ajaxerr#cookie-consent-modal details>summary::marker,
#cookie-consent-modal#cookie-consent-modal details>summary::-webkit-details-marker,
#cookie-consent-modal#cookie-consent-modal details>summary::marker,
#popupmodal#cookie-consent-modal details>summary::-webkit-details-marker,
#popupmodal#cookie-consent-modal details>summary::marker {
    display: none
}

@media (max-width:700px) {

    #loadingmodal .modal-card,
    #ajaxerr .modal-card,
    #cookie-consent-modal .modal-card,
    #popupmodal .modal-card {
        margin: 25px auto 0;
        max-height: calc(100vh - 50px - 20px)
    }

    #loadingmodal .modal-card .modal-card-icon,
    #ajaxerr .modal-card .modal-card-icon,
    #cookie-consent-modal .modal-card .modal-card-icon,
    #popupmodal .modal-card .modal-card-icon {
        float: none;
        width: 100%
    }

    #loadingmodal .modal-card .modal-card-content,
    #ajaxerr .modal-card .modal-card-content,
    #cookie-consent-modal .modal-card .modal-card-content,
    #popupmodal .modal-card .modal-card-content {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px
    }
}

#ajaxerr {
    background: rgba(236, 236, 236, 0.9)
}

.loading #loadingmodal,
.ajaxerr #ajaxerr,
.has-popup #popupmodal {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out
}

.typo-alert span[data-typosuggest] {
    text-decoration: underline;
    cursor: pointer
}

.info-row>.fa {
    font-size: 26px;
    color: #003377;
    float: left;
    margin-top: 3px
}

.info-row>img {
    width: 26px;
    height: auto;
    float: left;
    margin-top: 3px;
    position: relative;
    left: 3.71423px
}

.info-row p {
    min-height: 30px;
    margin-left: 40px
}

.info-row p:first-child {
    margin-top: 0
}

@media (min-width:992px) {
    .thank-you {
        min-height: 170px;
        max-width: 59em;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3em
    }

    .thank-you>.fa {
        float: left;
        margin-right: 30px;
        margin-left: 0
    }

    .thank-you h2 {
        padding-top: 35px
    }

    .thank-you>* {
        margin-left: 158px
    }
}

@media (max-width:991px) {
    .thank-you {
        text-align: center
    }

    h2 {
        margin-top: 0
    }

    .checkout-button-row>div {
        margin-bottom: 15px
    }

    .checkout-button-row>div.clearfix {
        margin: 0
    }
}

.blank-after {
    margin-bottom: 1em
}

.dl-horizontal dt {
    white-space: normal
}

.dl-inline dt,
.dl-inline dd {
    display: inline
}

.collapse-indicator {
    -moz-transition: all 150ms ease-in 0s;
    -webkit-transition: all 150ms ease-in 0s;
    -o-transition: all 150ms ease-in 0s;
    transition: all 150ms ease-in 0s
}

.panel-title a[data-toggle="collapse"],
details .panel-title {
    display: flex;
    padding: 15px;
    margin: -15px;
    align-items: center;
    justify-content: space-between;
    outline: 0;
    text-decoration: none;
    position: relative;
    padding-left: 30px
}

.panel-title a[data-toggle="collapse"] .collapse-indicator,
details .panel-title .collapse-indicator {
    display: none
}

.panel-title a[data-toggle="collapse"]::before,
details .panel-title::before {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -.5em;
    content: "";
    width: 1em;
    height: 1em;
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 150ms ease-in 0s
}

.panel-title a:not(.collapsed)::before,
details.details-open .panel-title::before {
    transform: rotate(0deg)
}

.panel-default .panel-title a[data-toggle="collapse"]:hover {
    background-color: #eeeeee
}

.panel-primary .panel-title a[data-toggle="collapse"]:hover {
    background-color: #001d44
}

.panel-title a.h6 {
    text-decoration: underline;
    margin-left: .5em
}

.panel-title a.h6 .fa {
    margin-left: .25em;
    margin-right: .25em
}

details {
    list-style: none
}

details>summary::-webkit-details-marker {
    display: none
}

details summary {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.nojs details:not([open], .details-open) .panel-heading .collapse-indicator,
[aria-expanded=false]>.collapse-indicator {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

details.sneak-peek {
    position: relative;
    height: 11em;
    overflow: hidden;
    transition: height .5s
}

.sneak-peek-trigger {
    display: grid;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 4.5em;
    margin: 0;
    padding: 15px;
    background: linear-gradient(0deg, rgba(248, 248, 248, 0.9) 44%, rgba(248, 248, 248, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10
}

form.download-btn-form {
    display: inline
}

.alert-testmode {
    margin-top: 20px
}

h2 .label {
    display: inline-block
}

.nojs .requirejs {
    display: none !important
}

.event-list {
    margin-bottom: 15px;
    border-top: 1px solid #ddd
}

.event-list .row {
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.event-list .row>div {
    padding-top: 5px;
    padding-bottom: 5px
}

.quotabox {
    display: inline-block;
    vertical-align: top;
    width: 50px
}

.quotabox .progress {
    height: 7px;
    margin-bottom: 2px
}

.quotabox .numbers {
    font-size: 10px;
    color: #767676;
    display: block;
    text-align: center
}

.quotabox.availability .progress-bar-success {
    background: #8fc89f
}

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

.tab-content {
    border: 1px solid #ddd;
    border-radius: 0px 5px 5px 5px
}

.tab-content .tab-pane>table {
    margin: 0
}

.user-select-none {
    user-select: none
}

.progress-bar-0 {
    width: 0%
}

.progress-bar-1 {
    width: 1%
}

.progress-bar-2 {
    width: 2%
}

.progress-bar-3 {
    width: 3%
}

.progress-bar-4 {
    width: 4%
}

.progress-bar-5 {
    width: 5%
}

.progress-bar-6 {
    width: 6%
}

.progress-bar-7 {
    width: 7%
}

.progress-bar-8 {
    width: 8%
}

.progress-bar-9 {
    width: 9%
}

.progress-bar-10 {
    width: 10%
}

.progress-bar-11 {
    width: 11%
}

.progress-bar-12 {
    width: 12%
}

.progress-bar-13 {
    width: 13%
}

.progress-bar-14 {
    width: 14%
}

.progress-bar-15 {
    width: 15%
}

.progress-bar-16 {
    width: 16%
}

.progress-bar-17 {
    width: 17%
}

.progress-bar-18 {
    width: 18%
}

.progress-bar-19 {
    width: 19%
}

.progress-bar-20 {
    width: 20%
}

.progress-bar-21 {
    width: 21%
}

.progress-bar-22 {
    width: 22%
}

.progress-bar-23 {
    width: 23%
}

.progress-bar-24 {
    width: 24%
}

.progress-bar-25 {
    width: 25%
}

.progress-bar-26 {
    width: 26%
}

.progress-bar-27 {
    width: 27%
}

.progress-bar-28 {
    width: 28%
}

.progress-bar-29 {
    width: 29%
}

.progress-bar-30 {
    width: 30%
}

.progress-bar-31 {
    width: 31%
}

.progress-bar-32 {
    width: 32%
}

.progress-bar-33 {
    width: 33%
}

.progress-bar-34 {
    width: 34%
}

.progress-bar-35 {
    width: 35%
}

.progress-bar-36 {
    width: 36%
}

.progress-bar-37 {
    width: 37%
}

.progress-bar-38 {
    width: 38%
}

.progress-bar-39 {
    width: 39%
}

.progress-bar-40 {
    width: 40%
}

.progress-bar-41 {
    width: 41%
}

.progress-bar-42 {
    width: 42%
}

.progress-bar-43 {
    width: 43%
}

.progress-bar-44 {
    width: 44%
}

.progress-bar-45 {
    width: 45%
}

.progress-bar-46 {
    width: 46%
}

.progress-bar-47 {
    width: 47%
}

.progress-bar-48 {
    width: 48%
}

.progress-bar-49 {
    width: 49%
}

.progress-bar-50 {
    width: 50%
}

.progress-bar-51 {
    width: 51%
}

.progress-bar-52 {
    width: 52%
}

.progress-bar-53 {
    width: 53%
}

.progress-bar-54 {
    width: 54%
}

.progress-bar-55 {
    width: 55%
}

.progress-bar-56 {
    width: 56%
}

.progress-bar-57 {
    width: 57%
}

.progress-bar-58 {
    width: 58%
}

.progress-bar-59 {
    width: 59%
}

.progress-bar-60 {
    width: 60%
}

.progress-bar-61 {
    width: 61%
}

.progress-bar-62 {
    width: 62%
}

.progress-bar-63 {
    width: 63%
}

.progress-bar-64 {
    width: 64%
}

.progress-bar-65 {
    width: 65%
}

.progress-bar-66 {
    width: 66%
}

.progress-bar-67 {
    width: 67%
}

.progress-bar-68 {
    width: 68%
}

.progress-bar-69 {
    width: 69%
}

.progress-bar-70 {
    width: 70%
}

.progress-bar-71 {
    width: 71%
}

.progress-bar-72 {
    width: 72%
}

.progress-bar-73 {
    width: 73%
}

.progress-bar-74 {
    width: 74%
}

.progress-bar-75 {
    width: 75%
}

.progress-bar-76 {
    width: 76%
}

.progress-bar-77 {
    width: 77%
}

.progress-bar-78 {
    width: 78%
}

.progress-bar-79 {
    width: 79%
}

.progress-bar-80 {
    width: 80%
}

.progress-bar-81 {
    width: 81%
}

.progress-bar-82 {
    width: 82%
}

.progress-bar-83 {
    width: 83%
}

.progress-bar-84 {
    width: 84%
}

.progress-bar-85 {
    width: 85%
}

.progress-bar-86 {
    width: 86%
}

.progress-bar-87 {
    width: 87%
}

.progress-bar-88 {
    width: 88%
}

.progress-bar-89 {
    width: 89%
}

.progress-bar-90 {
    width: 90%
}

.progress-bar-91 {
    width: 91%
}

.progress-bar-92 {
    width: 92%
}

.progress-bar-93 {
    width: 93%
}

.progress-bar-94 {
    width: 94%
}

.progress-bar-95 {
    width: 95%
}

.progress-bar-96 {
    width: 96%
}

.progress-bar-97 {
    width: 97%
}

.progress-bar-98 {
    width: 98%
}

.progress-bar-99 {
    width: 99%
}

.progress-bar-100 {
    width: 100%
}

.in-iframe .page-header,
.in-iframe .page-header-links {
    display: none
}

.in-iframe body {
    background: white !important
}

.in-iframe .main-box {
    margin: auto;
    border-radius: 0 !important
}

.in-iframe .container {
    padding-top: 10px;
    width: 100%
}

.iframe-only,
.in-iframe .iframe-hidden {
    display: none
}

.in-iframe .iframe-only {
    display: block
}

@media speech {
    .fa {
        display: none
    }
}

@media print {
    body {
        font-size: 12px
    }

    a[href]:after {
        content: none
    }

    .container {
        width: 100%;
        padding: 0
    }

    .page-header {
        margin-top: 0
    }

    .page-header .pull-right,
    .thank-you,
    .panel-heading a,
    .download-desktop,
    .download-mobile,
    .info-download,
    .panel-cancellation,
    footer {
        display: none !important
    }

    .cart-row .product {
        width: 50%
    }

    .cart-row.has-downloads .product {
        width: 80%
    }

    .cart-row .count {
        width: 10%
    }

    .cart-row .singleprice {
        width: 20%;
        clear: none
    }

    .cart-row .totalprice {
        width: 20%
    }

    .panel-body .text-right a.btn {
        display: none
    }
}

@media print and (max-width:991px) {
    .cart-row .product {
        width: 50%
    }

    .cart-row.has-downloads .product {
        width: 80%
    }
}

@media print and (min-width:768px) {
    .dl-horizontal dt {
        width: 100px
    }

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

@media print and (min-width:0px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html.rtl #loadingmodal .modal-card .modal-card-icon,
html.rtl #ajaxerr .modal-card .modal-card-icon {
    float: right
}

html.rtl #loadingmodal .modal-card .modal-card-content,
html.rtl #ajaxerr .modal-card .modal-card-content {
    margin-right: 160px;
    margin-left: 0;
    text-align: right
}

html.rtl .alert-success,
html.rtl .alert-danger,
html.rtl .alert-info,
html.rtl .alert-warning,
html.rtl .alert-legal {
    padding-right: 65px;
    padding-left: 15px
}

html.rtl .alert {
    text-align: right
}

html.rtl .alert-success::before,
html.rtl .alert-danger::before,
html.rtl .alert-info::before,
html.rtl .alert-warning::before,
html.rtl .alert-legal::before {
    left: inherit;
    right: 0
}

.force-ltr {
    direction: ltr !important;
    unicode-bidi: embed
}

@media (min-width:768px) {

    html.rtl .nameparts-form-group input,
    html.rtl .nameparts-form-group select {
        border-radius: 3px
    }

    html.rtl .nameparts-form-group input:not(:first-child),
    html.rtl .nameparts-form-group select:not(:first-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    html.rtl .nameparts-form-group input:not(:last-child),
    html.rtl .nameparts-form-group select:not(:last-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }
}

@media (max-width:700px) {

    html.rtl #loadingmodal .modal-card .modal-card-content,
    html.rtl #ajaxerr .modal-card .modal-card-content {
        margin-right: 0
    }
}

html.rtl {
    direction: rtl
}

html.rtl body {
    direction: rtl
}

html.rtl .flip.text-left {
    text-align: right
}

html.rtl .flip.text-right {
    text-align: left
}

html.rtl .list-unstyled {
    padding-right: 0;
    padding-left: initial
}

html.rtl .list-inline {
    padding-right: 0;
    padding-left: initial;
    margin-right: -5px;
    margin-left: 0
}

html.rtl dd {
    margin-right: 0;
    margin-left: initial
}

@media (min-width:768px) {
    html.rtl .dl-horizontal dt {
        float: right;
        clear: right;
        text-align: left
    }

    html.rtl .dl-horizontal dd {
        margin-right: 180px;
        margin-left: 0
    }
}

html.rtl blockquote {
    border-right: 5px solid #eeeeee;
    border-left: 0
}

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

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

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

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

html.rtl .col-xs-11 {
    width: 91.66666667%
}

html.rtl .col-xs-10 {
    width: 83.33333333%
}

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

html.rtl .col-xs-8 {
    width: 66.66666667%
}

html.rtl .col-xs-7 {
    width: 58.33333333%
}

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

html.rtl .col-xs-5 {
    width: 41.66666667%
}

html.rtl .col-xs-4 {
    width: 33.33333333%
}

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

html.rtl .col-xs-2 {
    width: 16.66666667%
}

html.rtl .col-xs-1 {
    width: 8.33333333%
}

html.rtl .col-xs-pull-12 {
    left: 100%;
    right: auto
}

html.rtl .col-xs-pull-11 {
    left: 91.66666667%;
    right: auto
}

html.rtl .col-xs-pull-10 {
    left: 83.33333333%;
    right: auto
}

html.rtl .col-xs-pull-9 {
    left: 75%;
    right: auto
}

html.rtl .col-xs-pull-8 {
    left: 66.66666667%;
    right: auto
}

html.rtl .col-xs-pull-7 {
    left: 58.33333333%;
    right: auto
}

html.rtl .col-xs-pull-6 {
    left: 50%;
    right: auto
}

html.rtl .col-xs-pull-5 {
    left: 41.66666667%;
    right: auto
}

html.rtl .col-xs-pull-4 {
    left: 33.33333333%;
    right: auto
}

html.rtl .col-xs-pull-3 {
    left: 25%;
    right: auto
}

html.rtl .col-xs-pull-2 {
    left: 16.66666667%;
    right: auto
}

html.rtl .col-xs-pull-1 {
    left: 8.33333333%;
    right: auto
}

html.rtl .col-xs-pull-0 {
    left: auto;
    right: auto
}

html.rtl .col-xs-push-12 {
    right: 100%;
    left: 0
}

html.rtl .col-xs-push-11 {
    right: 91.66666667%;
    left: 0
}

html.rtl .col-xs-push-10 {
    right: 83.33333333%;
    left: 0
}

html.rtl .col-xs-push-9 {
    right: 75%;
    left: 0
}

html.rtl .col-xs-push-8 {
    right: 66.66666667%;
    left: 0
}

html.rtl .col-xs-push-7 {
    right: 58.33333333%;
    left: 0
}

html.rtl .col-xs-push-6 {
    right: 50%;
    left: 0
}

html.rtl .col-xs-push-5 {
    right: 41.66666667%;
    left: 0
}

html.rtl .col-xs-push-4 {
    right: 33.33333333%;
    left: 0
}

html.rtl .col-xs-push-3 {
    right: 25%;
    left: 0
}

html.rtl .col-xs-push-2 {
    right: 16.66666667%;
    left: 0
}

html.rtl .col-xs-push-1 {
    right: 8.33333333%;
    left: 0
}

html.rtl .col-xs-push-0 {
    right: auto;
    left: 0
}

html.rtl .col-xs-offset-12 {
    margin-right: 100%;
    margin-left: 0
}

html.rtl .col-xs-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0
}

html.rtl .col-xs-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0
}

html.rtl .col-xs-offset-9 {
    margin-right: 75%;
    margin-left: 0
}

html.rtl .col-xs-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0
}

html.rtl .col-xs-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0
}

html.rtl .col-xs-offset-6 {
    margin-right: 50%;
    margin-left: 0
}

html.rtl .col-xs-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0
}

html.rtl .col-xs-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0
}

html.rtl .col-xs-offset-3 {
    margin-right: 25%;
    margin-left: 0
}

html.rtl .col-xs-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0
}

html.rtl .col-xs-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0
}

html.rtl .col-xs-offset-0 {
    margin-right: 0%;
    margin-left: 0
}

@media (min-width:768px) {

    html.rtl .col-sm-1,
    html.rtl .col-sm-2,
    html.rtl .col-sm-3,
    html.rtl .col-sm-4,
    html.rtl .col-sm-5,
    html.rtl .col-sm-6,
    html.rtl .col-sm-7,
    html.rtl .col-sm-8,
    html.rtl .col-sm-9,
    html.rtl .col-sm-10,
    html.rtl .col-sm-11,
    html.rtl .col-sm-12 {
        float: right
    }

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

    html.rtl .col-sm-11 {
        width: 91.66666667%
    }

    html.rtl .col-sm-10 {
        width: 83.33333333%
    }

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

    html.rtl .col-sm-8 {
        width: 66.66666667%
    }

    html.rtl .col-sm-7 {
        width: 58.33333333%
    }

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

    html.rtl .col-sm-5 {
        width: 41.66666667%
    }

    html.rtl .col-sm-4 {
        width: 33.33333333%
    }

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

    html.rtl .col-sm-2 {
        width: 16.66666667%
    }

    html.rtl .col-sm-1 {
        width: 8.33333333%
    }

    html.rtl .col-sm-pull-12 {
        left: 100%;
        right: auto
    }

    html.rtl .col-sm-pull-11 {
        left: 91.66666667%;
        right: auto
    }

    html.rtl .col-sm-pull-10 {
        left: 83.33333333%;
        right: auto
    }

    html.rtl .col-sm-pull-9 {
        left: 75%;
        right: auto
    }

    html.rtl .col-sm-pull-8 {
        left: 66.66666667%;
        right: auto
    }

    html.rtl .col-sm-pull-7 {
        left: 58.33333333%;
        right: auto
    }

    html.rtl .col-sm-pull-6 {
        left: 50%;
        right: auto
    }

    html.rtl .col-sm-pull-5 {
        left: 41.66666667%;
        right: auto
    }

    html.rtl .col-sm-pull-4 {
        left: 33.33333333%;
        right: auto
    }

    html.rtl .col-sm-pull-3 {
        left: 25%;
        right: auto
    }

    html.rtl .col-sm-pull-2 {
        left: 16.66666667%;
        right: auto
    }

    html.rtl .col-sm-pull-1 {
        left: 8.33333333%;
        right: auto
    }

    html.rtl .col-sm-pull-0 {
        left: auto;
        right: auto
    }

    html.rtl .col-sm-push-12 {
        right: 100%;
        left: 0
    }

    html.rtl .col-sm-push-11 {
        right: 91.66666667%;
        left: 0
    }

    html.rtl .col-sm-push-10 {
        right: 83.33333333%;
        left: 0
    }

    html.rtl .col-sm-push-9 {
        right: 75%;
        left: 0
    }

    html.rtl .col-sm-push-8 {
        right: 66.66666667%;
        left: 0
    }

    html.rtl .col-sm-push-7 {
        right: 58.33333333%;
        left: 0
    }

    html.rtl .col-sm-push-6 {
        right: 50%;
        left: 0
    }

    html.rtl .col-sm-push-5 {
        right: 41.66666667%;
        left: 0
    }

    html.rtl .col-sm-push-4 {
        right: 33.33333333%;
        left: 0
    }

    html.rtl .col-sm-push-3 {
        right: 25%;
        left: 0
    }

    html.rtl .col-sm-push-2 {
        right: 16.66666667%;
        left: 0
    }

    html.rtl .col-sm-push-1 {
        right: 8.33333333%;
        left: 0
    }

    html.rtl .col-sm-push-0 {
        right: auto;
        left: 0
    }

    html.rtl .col-sm-offset-12 {
        margin-right: 100%;
        margin-left: 0
    }

    html.rtl .col-sm-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0
    }

    html.rtl .col-sm-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0
    }

    html.rtl .col-sm-offset-9 {
        margin-right: 75%;
        margin-left: 0
    }

    html.rtl .col-sm-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0
    }

    html.rtl .col-sm-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0
    }

    html.rtl .col-sm-offset-6 {
        margin-right: 50%;
        margin-left: 0
    }

    html.rtl .col-sm-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0
    }

    html.rtl .col-sm-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0
    }

    html.rtl .col-sm-offset-3 {
        margin-right: 25%;
        margin-left: 0
    }

    html.rtl .col-sm-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0
    }

    html.rtl .col-sm-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0
    }

    html.rtl .col-sm-offset-0 {
        margin-right: 0%;
        margin-left: 0
    }
}

@media (min-width:992px) {

    html.rtl .col-md-1,
    html.rtl .col-md-2,
    html.rtl .col-md-3,
    html.rtl .col-md-4,
    html.rtl .col-md-5,
    html.rtl .col-md-6,
    html.rtl .col-md-7,
    html.rtl .col-md-8,
    html.rtl .col-md-9,
    html.rtl .col-md-10,
    html.rtl .col-md-11,
    html.rtl .col-md-12 {
        float: right
    }

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

    html.rtl .col-md-11 {
        width: 91.66666667%
    }

    html.rtl .col-md-10 {
        width: 83.33333333%
    }

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

    html.rtl .col-md-8 {
        width: 66.66666667%
    }

    html.rtl .col-md-7 {
        width: 58.33333333%
    }

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

    html.rtl .col-md-5 {
        width: 41.66666667%
    }

    html.rtl .col-md-4 {
        width: 33.33333333%
    }

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

    html.rtl .col-md-2 {
        width: 16.66666667%
    }

    html.rtl .col-md-1 {
        width: 8.33333333%
    }

    html.rtl .col-md-pull-12 {
        left: 100%;
        right: auto
    }

    html.rtl .col-md-pull-11 {
        left: 91.66666667%;
        right: auto
    }

    html.rtl .col-md-pull-10 {
        left: 83.33333333%;
        right: auto
    }

    html.rtl .col-md-pull-9 {
        left: 75%;
        right: auto
    }

    html.rtl .col-md-pull-8 {
        left: 66.66666667%;
        right: auto
    }

    html.rtl .col-md-pull-7 {
        left: 58.33333333%;
        right: auto
    }

    html.rtl .col-md-pull-6 {
        left: 50%;
        right: auto
    }

    html.rtl .col-md-pull-5 {
        left: 41.66666667%;
        right: auto
    }

    html.rtl .col-md-pull-4 {
        left: 33.33333333%;
        right: auto
    }

    html.rtl .col-md-pull-3 {
        left: 25%;
        right: auto
    }

    html.rtl .col-md-pull-2 {
        left: 16.66666667%;
        right: auto
    }

    html.rtl .col-md-pull-1 {
        left: 8.33333333%;
        right: auto
    }

    html.rtl .col-md-pull-0 {
        left: auto;
        right: auto
    }

    html.rtl .col-md-push-12 {
        right: 100%;
        left: 0
    }

    html.rtl .col-md-push-11 {
        right: 91.66666667%;
        left: 0
    }

    html.rtl .col-md-push-10 {
        right: 83.33333333%;
        left: 0
    }

    html.rtl .col-md-push-9 {
        right: 75%;
        left: 0
    }

    html.rtl .col-md-push-8 {
        right: 66.66666667%;
        left: 0
    }

    html.rtl .col-md-push-7 {
        right: 58.33333333%;
        left: 0
    }

    html.rtl .col-md-push-6 {
        right: 50%;
        left: 0
    }

    html.rtl .col-md-push-5 {
        right: 41.66666667%;
        left: 0
    }

    html.rtl .col-md-push-4 {
        right: 33.33333333%;
        left: 0
    }

    html.rtl .col-md-push-3 {
        right: 25%;
        left: 0
    }

    html.rtl .col-md-push-2 {
        right: 16.66666667%;
        left: 0
    }

    html.rtl .col-md-push-1 {
        right: 8.33333333%;
        left: 0
    }

    html.rtl .col-md-push-0 {
        right: auto;
        left: 0
    }

    html.rtl .col-md-offset-12 {
        margin-right: 100%;
        margin-left: 0
    }

    html.rtl .col-md-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0
    }

    html.rtl .col-md-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0
    }

    html.rtl .col-md-offset-9 {
        margin-right: 75%;
        margin-left: 0
    }

    html.rtl .col-md-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0
    }

    html.rtl .col-md-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0
    }

    html.rtl .col-md-offset-6 {
        margin-right: 50%;
        margin-left: 0
    }

    html.rtl .col-md-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0
    }

    html.rtl .col-md-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0
    }

    html.rtl .col-md-offset-3 {
        margin-right: 25%;
        margin-left: 0
    }

    html.rtl .col-md-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0
    }

    html.rtl .col-md-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0
    }

    html.rtl .col-md-offset-0 {
        margin-right: 0%;
        margin-left: 0
    }
}

@media (min-width:1200px) {

    html.rtl .col-lg-1,
    html.rtl .col-lg-2,
    html.rtl .col-lg-3,
    html.rtl .col-lg-4,
    html.rtl .col-lg-5,
    html.rtl .col-lg-6,
    html.rtl .col-lg-7,
    html.rtl .col-lg-8,
    html.rtl .col-lg-9,
    html.rtl .col-lg-10,
    html.rtl .col-lg-11,
    html.rtl .col-lg-12 {
        float: right
    }

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

    html.rtl .col-lg-11 {
        width: 91.66666667%
    }

    html.rtl .col-lg-10 {
        width: 83.33333333%
    }

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

    html.rtl .col-lg-8 {
        width: 66.66666667%
    }

    html.rtl .col-lg-7 {
        width: 58.33333333%
    }

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

    html.rtl .col-lg-5 {
        width: 41.66666667%
    }

    html.rtl .col-lg-4 {
        width: 33.33333333%
    }

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

    html.rtl .col-lg-2 {
        width: 16.66666667%
    }

    html.rtl .col-lg-1 {
        width: 8.33333333%
    }

    html.rtl .col-lg-pull-12 {
        left: 100%;
        right: auto
    }

    html.rtl .col-lg-pull-11 {
        left: 91.66666667%;
        right: auto
    }

    html.rtl .col-lg-pull-10 {
        left: 83.33333333%;
        right: auto
    }

    html.rtl .col-lg-pull-9 {
        left: 75%;
        right: auto
    }

    html.rtl .col-lg-pull-8 {
        left: 66.66666667%;
        right: auto
    }

    html.rtl .col-lg-pull-7 {
        left: 58.33333333%;
        right: auto
    }

    html.rtl .col-lg-pull-6 {
        left: 50%;
        right: auto
    }

    html.rtl .col-lg-pull-5 {
        left: 41.66666667%;
        right: auto
    }

    html.rtl .col-lg-pull-4 {
        left: 33.33333333%;
        right: auto
    }

    html.rtl .col-lg-pull-3 {
        left: 25%;
        right: auto
    }

    html.rtl .col-lg-pull-2 {
        left: 16.66666667%;
        right: auto
    }

    html.rtl .col-lg-pull-1 {
        left: 8.33333333%;
        right: auto
    }

    html.rtl .col-lg-pull-0 {
        left: auto;
        right: auto
    }

    html.rtl .col-lg-push-12 {
        right: 100%;
        left: 0
    }

    html.rtl .col-lg-push-11 {
        right: 91.66666667%;
        left: 0
    }

    html.rtl .col-lg-push-10 {
        right: 83.33333333%;
        left: 0
    }

    html.rtl .col-lg-push-9 {
        right: 75%;
        left: 0
    }

    html.rtl .col-lg-push-8 {
        right: 66.66666667%;
        left: 0
    }

    html.rtl .col-lg-push-7 {
        right: 58.33333333%;
        left: 0
    }

    html.rtl .col-lg-push-6 {
        right: 50%;
        left: 0
    }

    html.rtl .col-lg-push-5 {
        right: 41.66666667%;
        left: 0
    }

    html.rtl .col-lg-push-4 {
        right: 33.33333333%;
        left: 0
    }

    html.rtl .col-lg-push-3 {
        right: 25%;
        left: 0
    }

    html.rtl .col-lg-push-2 {
        right: 16.66666667%;
        left: 0
    }

    html.rtl .col-lg-push-1 {
        right: 8.33333333%;
        left: 0
    }

    html.rtl .col-lg-push-0 {
        right: auto;
        left: 0
    }

    html.rtl .col-lg-offset-12 {
        margin-right: 100%;
        margin-left: 0
    }

    html.rtl .col-lg-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0
    }

    html.rtl .col-lg-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0
    }

    html.rtl .col-lg-offset-9 {
        margin-right: 75%;
        margin-left: 0
    }

    html.rtl .col-lg-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0
    }

    html.rtl .col-lg-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0
    }

    html.rtl .col-lg-offset-6 {
        margin-right: 50%;
        margin-left: 0
    }

    html.rtl .col-lg-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0
    }

    html.rtl .col-lg-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0
    }

    html.rtl .col-lg-offset-3 {
        margin-right: 25%;
        margin-left: 0
    }

    html.rtl .col-lg-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0
    }

    html.rtl .col-lg-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0
    }

    html.rtl .col-lg-offset-0 {
        margin-right: 0%;
        margin-left: 0
    }
}

html.rtl caption {
    text-align: right
}

html.rtl th {
    text-align: right
}

@media screen and (max-width:767px) {
    html.rtl .table-responsive>.table-bordered {
        border: 0
    }

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

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

html.rtl .radio label,
html.rtl .checkbox label {
    padding-right: 20px;
    padding-left: initial
}

html.rtl .radio input[type="radio"],
html.rtl .radio-inline input[type="radio"],
html.rtl .checkbox input[type="checkbox"],
html.rtl .checkbox-inline input[type="checkbox"] {
    margin-right: -20px;
    margin-left: auto
}

html.rtl .radio-inline,
html.rtl .checkbox-inline {
    padding-right: 20px;
    padding-left: 0
}

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

html.rtl .has-feedback .form-control {
    padding-left: 42.5px;
    padding-right: 12px
}

html.rtl .form-control-feedback {
    left: 0;
    right: auto
}

@media (min-width:768px) {
    html.rtl .form-inline label {
        padding-right: 0;
        padding-left: initial
    }

    html.rtl .form-inline .radio input[type="radio"],
    html.rtl .form-inline .checkbox input[type="checkbox"] {
        margin-right: 0;
        margin-left: auto
    }
}

@media (min-width:768px) {
    html.rtl .form-horizontal .control-label {
        text-align: left
    }
}

html.rtl .form-horizontal .has-feedback .form-control-feedback {
    left: 15px;
    right: auto
}

html.rtl .caret {
    margin-right: 2px;
    margin-left: 0
}

html.rtl .dropdown-menu {
    right: 0;
    left: auto;
    float: left;
    text-align: right
}

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

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

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

@media (min-width:768px) {
    html.rtl .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

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

html.rtl .btn-group>.btn,
html.rtl .btn-group-vertical>.btn {
    float: right
}

html.rtl .btn-group .btn+.btn,
html.rtl .btn-group .btn+.btn-group,
html.rtl .btn-group .btn-group+.btn,
html.rtl .btn-group .btn-group+.btn-group {
    margin-right: -1px;
    margin-left: 0px
}

html.rtl .btn-toolbar {
    margin-right: -5px;
    margin-left: 0px
}

html.rtl .btn-toolbar .btn-group,
html.rtl .btn-toolbar .input-group {
    float: right
}

html.rtl .btn-toolbar>.btn,
html.rtl .btn-toolbar>.btn-group,
html.rtl .btn-toolbar>.input-group {
    margin-right: 5px;
    margin-left: 0px
}

html.rtl .btn-group>.btn:first-child {
    margin-right: 0
}

html.rtl .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

html.rtl .btn-group>.btn:last-child:not(:first-child),
html.rtl .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

html.rtl .btn-group>.btn-group {
    float: right
}

html.rtl .btn-group.btn-group-justified>.btn,
html.rtl .btn-group.btn-group-justified>.btn-group {
    float: none
}

html.rtl .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

html.rtl .btn-group>.btn-group:first-child>.btn:last-child,
html.rtl .btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

html.rtl .btn-group>.btn-group:last-child>.btn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

html.rtl .btn .caret {
    margin-right: 0
}

html.rtl .btn-group-vertical>.btn+.btn,
html.rtl .btn-group-vertical>.btn+.btn-group,
html.rtl .btn-group-vertical>.btn-group+.btn,
html.rtl .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-right: 0
}

html.rtl .input-group .form-control {
    float: right
}

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

html.rtl .input-group-addon:first-child {
    border-left: 0px;
    border-right: 1px solid
}

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

html.rtl .input-group-addon:last-child {
    border-left-width: 1px;
    border-left-style: solid;
    border-right: 0px
}

html.rtl .input-group-btn>.btn+.btn {
    margin-right: -1px;
    margin-left: auto
}

html.rtl .input-group-btn:first-child>.btn,
html.rtl .input-group-btn:first-child>.btn-group {
    margin-left: -1px;
    margin-right: auto
}

html.rtl .input-group-btn:last-child>.btn,
html.rtl .input-group-btn:last-child>.btn-group {
    margin-right: -1px;
    margin-left: auto
}

html.rtl .nav {
    padding-right: 0;
    padding-left: initial
}

html.rtl .nav-tabs>li {
    float: right
}

html.rtl .nav-tabs>li>a {
    margin-left: auto;
    margin-right: -2px;
    border-radius: 4px 4px 0 0
}

html.rtl .nav-pills>li {
    float: right
}

html.rtl .nav-pills>li>a {
    border-radius: 4px
}

html.rtl .nav-pills>li+li {
    margin-right: 2px;
    margin-left: auto
}

html.rtl .nav-stacked>li {
    float: none
}

html.rtl .nav-stacked>li+li {
    margin-right: 0;
    margin-left: auto
}

html.rtl .nav-justified>.dropdown .dropdown-menu {
    right: auto
}

html.rtl .nav-tabs-justified>li>a,
html.rtl .nav-tabs.nav-justified>li>a {
    margin-left: 0;
    margin-right: auto
}

@media (min-width:768px) {

    html.rtl .nav-tabs-justified>li>a,
    html.rtl .nav-tabs.nav-justified>li>a {
        border-radius: 4px 4px 0 0
    }
}

@media (min-width:768px) {
    html.rtl .navbar-header {
        float: right
    }
}

html.rtl .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px
}

html.rtl .navbar-brand {
    float: right
}

@media (min-width:768px) {

    html.rtl .navbar>.container .navbar-brand,
    html.rtl .navbar>.container-fluid .navbar-brand {
        margin-right: -15px;
        margin-left: auto
    }
}

html.rtl .navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: auto
}

@media (max-width:767px) {

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

@media (min-width:768px) {
    html.rtl .navbar-nav {
        float: right
    }

    html.rtl .navbar-nav>li {
        float: right
    }
}

@media (min-width:768px) {
    html.rtl .navbar-left.flip {
        float: right !important
    }

    html.rtl .navbar-right:last-child {
        margin-left: -15px;
        margin-right: auto
    }

    html.rtl .navbar-right.flip {
        float: left !important;
        margin-left: -15px;
        margin-right: auto
    }

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

@media (min-width:768px) {
    html.rtl .navbar-text {
        float: right
    }

    html.rtl .navbar-text.navbar-right:last-child {
        margin-left: 0;
        margin-right: auto
    }
}

html.rtl .pagination {
    padding-right: 0
}

html.rtl .pagination>li>a,
html.rtl .pagination>li>span {
    float: right;
    margin-right: -1px;
    margin-left: 0px
}

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

html.rtl .pagination>li:last-child>a,
html.rtl .pagination>li:last-child>span {
    margin-right: -1px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

html.rtl .pager {
    padding-right: 0;
    padding-left: initial
}

html.rtl .pager .next>a,
html.rtl .pager .next>span {
    float: left
}

html.rtl .pager .previous>a,
html.rtl .pager .previous>span {
    float: right
}

html.rtl .nav-pills>li>a>.badge {
    margin-left: 0px;
    margin-right: 3px
}

html.rtl .list-group-item>.badge {
    float: left
}

html.rtl .list-group-item>.badge+.badge {
    margin-left: 5px;
    margin-right: auto
}

html.rtl .alert-dismissable,
html.rtl .alert-dismissible {
    padding-left: 35px;
    padding-right: 15px
}

html.rtl .alert-dismissable .close,
html.rtl .alert-dismissible .close {
    right: auto;
    left: -21px
}

html.rtl .progress-bar {
    float: right
}

html.rtl .media>.pull-left {
    margin-right: 10px
}

html.rtl .media>.pull-left.flip {
    margin-right: 0;
    margin-left: 10px
}

html.rtl .media>.pull-right {
    margin-left: 10px
}

html.rtl .media>.pull-right.flip {
    margin-left: 0;
    margin-right: 10px
}

html.rtl .media-right,
html.rtl .media>.pull-right {
    padding-right: 10px;
    padding-left: initial
}

html.rtl .media-left,
html.rtl .media>.pull-left {
    padding-left: 10px;
    padding-right: initial
}

html.rtl .media-list {
    padding-right: 0;
    padding-left: initial;
    list-style: none
}

html.rtl .list-group {
    padding-right: 0;
    padding-left: initial
}

html.rtl .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
html.rtl .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
html.rtl .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
html.rtl .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
html.rtl .panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
html.rtl .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
html.rtl .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
html.rtl .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 0
}

html.rtl .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
html.rtl .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
html.rtl .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
html.rtl .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
html.rtl .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
html.rtl .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
html.rtl .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
html.rtl .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 0
}

html.rtl .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
html.rtl .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
html.rtl .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
html.rtl .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
html.rtl .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
html.rtl .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
html.rtl .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
html.rtl .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0
}

html.rtl .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
html.rtl .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
html.rtl .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
html.rtl .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
html.rtl .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
html.rtl .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
html.rtl .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
html.rtl .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0
}

html.rtl .panel>.table-bordered>thead>tr>th:first-child,
html.rtl .panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
html.rtl .panel>.table-bordered>tbody>tr>th:first-child,
html.rtl .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
html.rtl .panel>.table-bordered>tfoot>tr>th:first-child,
html.rtl .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
html.rtl .panel>.table-bordered>thead>tr>td:first-child,
html.rtl .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
html.rtl .panel>.table-bordered>tbody>tr>td:first-child,
html.rtl .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
html.rtl .panel>.table-bordered>tfoot>tr>td:first-child,
html.rtl .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-right: 0;
    border-left: none
}

html.rtl .panel>.table-bordered>thead>tr>th:last-child,
html.rtl .panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
html.rtl .panel>.table-bordered>tbody>tr>th:last-child,
html.rtl .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
html.rtl .panel>.table-bordered>tfoot>tr>th:last-child,
html.rtl .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
html.rtl .panel>.table-bordered>thead>tr>td:last-child,
html.rtl .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
html.rtl .panel>.table-bordered>tbody>tr>td:last-child,
html.rtl .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
html.rtl .panel>.table-bordered>tfoot>tr>td:last-child,
html.rtl .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: none;
    border-left: 0
}

html.rtl .embed-responsive .embed-responsive-item,
html.rtl .embed-responsive iframe,
html.rtl .embed-responsive embed,
html.rtl .embed-responsive object {
    right: 0;
    left: auto
}

html.rtl .close {
    float: left
}

html.rtl .modal-footer {
    text-align: left
}

html.rtl .modal-footer.flip {
    text-align: right
}

html.rtl .modal-footer .btn+.btn {
    margin-left: auto;
    margin-right: 5px
}

html.rtl .modal-footer .btn-group .btn+.btn {
    margin-right: -1px;
    margin-left: auto
}

html.rtl .modal-footer .btn-block+.btn-block {
    margin-right: 0;
    margin-left: auto
}

html.rtl .popover {
    left: auto;
    text-align: right
}

html.rtl .popover.top>.arrow {
    right: 50%;
    left: auto;
    margin-right: -11px;
    margin-left: auto
}

html.rtl .popover.top>.arrow:after {
    margin-right: -10px;
    margin-left: auto
}

html.rtl .popover.bottom>.arrow {
    right: 50%;
    left: auto;
    margin-right: -11px;
    margin-left: auto
}

html.rtl .popover.bottom>.arrow:after {
    margin-right: -10px;
    margin-left: auto
}

html.rtl .carousel-control {
    right: 0;
    bottom: 0
}

html.rtl .carousel-control.left {
    right: auto;
    left: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

html.rtl .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

html.rtl .carousel-control .icon-prev,
html.rtl .carousel-control .glyphicon-chevron-left {
    left: 50%;
    right: auto;
    margin-right: -10px
}

html.rtl .carousel-control .icon-next,
html.rtl .carousel-control .glyphicon-chevron-right {
    right: 50%;
    left: auto;
    margin-left: -10px
}

html.rtl .carousel-indicators {
    right: 50%;
    left: 0;
    margin-right: -30%;
    margin-left: 0;
    padding-left: 0
}

@media screen and (min-width:768px) {

    html.rtl .carousel-control .glyphicon-chevron-left,
    html.rtl .carousel-control .icon-prev {
        margin-left: 0;
        margin-right: -15px
    }

    html.rtl .carousel-control .glyphicon-chevron-right,
    html.rtl .carousel-control .icon-next {
        margin-left: 0;
        margin-right: -15px
    }

    html.rtl .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
}

html.rtl .pull-right.flip {
    float: left !important
}

html.rtl .pull-left.flip {
    float: right !important
}

html.rtl .info-row>.fa {
    float: right
}

html.rtl .info-row p {
    margin-right: 40px;
    margin-left: 0
}

html.rtl .productpicture {
    float: right;
    margin-right: 0;
    margin-left: 10px
}

html.rtl .product-row.variation h5:before {
    left: auto;
    right: 1px;
    border-width: 0 1px 1px 0
}

html.rtl .cart-row>div {
    float: right
}

html.rtl .checkout-flow .checkout-step:before {
    left: 50%
}

html.rtl .checkout-flow .checkout-step:after {
    left: 0
}

html.rtl .cart-modify {
    margin-left: 0;
    margin-right: 10px
}

html.rtl .cart-row dl dd {
    padding-right: 20px;
    padding-left: 0
}

html.rtl .thank-you>.fa {
    float: right;
    margin-left: 30px;
    margin-right: 0
}

html.rtl .thank-you>* {
    margin-right: 158px;
    margin-left: 0
}

html.rtl .fa-arrow-right::before {
    content: ""
}

html.rtl .fa-arrow-left::before {
    content: ""
}

html.rtl .page-header h1,
html.rtl h2.content-header {
    direction: rtl
}

html.rtl .page-header h1 *,
html.rtl h2.content-header * {
    display: inline-block
}