html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .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: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

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

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

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

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

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

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

    thead {
        display: table-header-group;
    }

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

    img {
        max-width: 100%!important;
    }

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

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

    .navbar {
        display: none;
    }

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

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse!important;
    }

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

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

@font-face{
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot?');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('fonts/glyphicons-halflings-regular.woff') format('woff'),url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "*";
}

.glyphicon-plus:before {
    content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "€";
}

.glyphicon-minus:before {
    content: "−";
}

.glyphicon-cloud:before {
    content: "☁";
}

.glyphicon-envelope:before {
    content: "✉";
}

.glyphicon-pencil:before {
    content: "✏";
}

.glyphicon-glass:before {
    content: "";
}

.glyphicon-music:before {
    content: "";
}

.glyphicon-search:before {
    content: "";
}

.glyphicon-heart:before {
    content: "";
}

.glyphicon-star:before {
    content: "";
}

.glyphicon-star-empty:before {
    content: "";
}

.glyphicon-user:before {
    content: "";
}

.glyphicon-film:before {
    content: "";
}

.glyphicon-th-large:before {
    content: "";
}

.glyphicon-th:before {
    content: "";
}

.glyphicon-th-list:before {
    content: "";
}

.glyphicon-ok:before {
    content: "";
}

.glyphicon-remove:before {
    content: "";
}

.glyphicon-zoom-in:before {
    content: "";
}

.glyphicon-zoom-out:before {
    content: "";
}

.glyphicon-off:before {
    content: "";
}

.glyphicon-signal:before {
    content: "";
}

.glyphicon-cog:before {
    content: "";
}

.glyphicon-trash:before {
    content: "";
}

.glyphicon-home:before {
    content: "";
}

.glyphicon-file:before {
    content: "";
}

.glyphicon-time:before {
    content: "";
}

.glyphicon-road:before {
    content: "";
}

.glyphicon-download-alt:before {
    content: "";
}

.glyphicon-download:before {
    content: "";
}

.glyphicon-upload:before {
    content: "";
}

.glyphicon-inbox:before {
    content: "";
}

.glyphicon-play-circle:before {
    content: "";
}

.glyphicon-repeat:before {
    content: "";
}

.glyphicon-refresh:before {
    content: "";
}

.glyphicon-list-alt:before {
    content: "";
}

.glyphicon-lock:before {
    content: "";
}

.glyphicon-flag:before {
    content: "";
}

.glyphicon-headphones:before {
    content: "";
}

.glyphicon-volume-off:before {
    content: "";
}

.glyphicon-volume-down:before {
    content: "";
}

.glyphicon-volume-up:before {
    content: "";
}

.glyphicon-qrcode:before {
    content: "";
}

.glyphicon-barcode:before {
    content: "";
}

.glyphicon-tag:before {
    content: "";
}

.glyphicon-tags:before {
    content: "";
}

.glyphicon-book:before {
    content: "";
}

.glyphicon-bookmark:before {
    content: "";
}

.glyphicon-print:before {
    content: "";
}

.glyphicon-camera:before {
    content: "";
}

.glyphicon-font:before {
    content: "";
}

.glyphicon-bold:before {
    content: "";
}

.glyphicon-italic:before {
    content: "";
}

.glyphicon-text-height:before {
    content: "";
}

.glyphicon-text-width:before {
    content: "";
}

.glyphicon-align-left:before {
    content: "";
}

.glyphicon-align-center:before {
    content: "";
}

.glyphicon-align-right:before {
    content: "";
}

.glyphicon-align-justify:before {
    content: "";
}

.glyphicon-list:before {
    content: "";
}

.glyphicon-indent-left:before {
    content: "";
}

.glyphicon-indent-right:before {
    content: "";
}

.glyphicon-facetime-video:before {
    content: "";
}

.glyphicon-picture:before {
    content: "";
}

.glyphicon-map-marker:before {
    content: "";
}

.glyphicon-adjust:before {
    content: "";
}

.glyphicon-tint:before {
    content: "";
}

.glyphicon-edit:before {
    content: "";
}

.glyphicon-share:before {
    content: "";
}

.glyphicon-check:before {
    content: "";
}

.glyphicon-move:before {
    content: "";
}

.glyphicon-step-backward:before {
    content: "";
}

.glyphicon-fast-backward:before {
    content: "";
}

.glyphicon-backward:before {
    content: "";
}

.glyphicon-play:before {
    content: "";
}

.glyphicon-pause:before {
    content: "";
}

.glyphicon-stop:before {
    content: "";
}

.glyphicon-forward:before {
    content: "";
}

.glyphicon-fast-forward:before {
    content: "";
}

.glyphicon-step-forward:before {
    content: "";
}

.glyphicon-eject:before {
    content: "";
}

.glyphicon-chevron-left:before {
    content: "";
}

.glyphicon-chevron-right:before {
    content: "";
}

.glyphicon-plus-sign:before {
    content: "";
}

.glyphicon-minus-sign:before {
    content: "";
}

.glyphicon-remove-sign:before {
    content: "";
}

.glyphicon-ok-sign:before {
    content: "";
}

.glyphicon-question-sign:before {
    content: "";
}

.glyphicon-info-sign:before {
    content: "";
}

.glyphicon-screenshot:before {
    content: "";
}

.glyphicon-remove-circle:before {
    content: "";
}

.glyphicon-ok-circle:before {
    content: "";
}

.glyphicon-ban-circle:before {
    content: "";
}

.glyphicon-arrow-left:before {
    content: "";
}

.glyphicon-arrow-right:before {
    content: "";
}

.glyphicon-arrow-up:before {
    content: "";
}

.glyphicon-arrow-down:before {
    content: "";
}

.glyphicon-share-alt:before {
    content: "";
}

.glyphicon-resize-full:before {
    content: "";
}

.glyphicon-resize-small:before {
    content: "";
}

.glyphicon-exclamation-sign:before {
    content: "";
}

.glyphicon-gift:before {
    content: "";
}

.glyphicon-leaf:before {
    content: "";
}

.glyphicon-fire:before {
    content: "";
}

.glyphicon-eye-open:before {
    content: "";
}

.glyphicon-eye-close:before {
    content: "";
}

.glyphicon-warning-sign:before {
    content: "";
}

.glyphicon-plane:before {
    content: "";
}

.glyphicon-calendar:before {
    content: "";
}

.glyphicon-random:before {
    content: "";
}

.glyphicon-comment:before {
    content: "";
}

.glyphicon-magnet:before {
    content: "";
}

.glyphicon-chevron-up:before {
    content: "";
}

.glyphicon-chevron-down:before {
    content: "";
}

.glyphicon-retweet:before {
    content: "";
}

.glyphicon-shopping-cart:before {
    content: "";
}

.glyphicon-folder-close:before {
    content: "";
}

.glyphicon-folder-open:before {
    content: "";
}

.glyphicon-resize-vertical:before {
    content: "";
}

.glyphicon-resize-horizontal:before {
    content: "";
}

.glyphicon-hdd:before {
    content: "";
}

.glyphicon-bullhorn:before {
    content: "";
}

.glyphicon-bell:before {
    content: "";
}

.glyphicon-certificate:before {
    content: "";
}

.glyphicon-thumbs-up:before {
    content: "";
}

.glyphicon-thumbs-down:before {
    content: "";
}

.glyphicon-hand-right:before {
    content: "";
}

.glyphicon-hand-left:before {
    content: "";
}

.glyphicon-hand-up:before {
    content: "";
}

.glyphicon-hand-down:before {
    content: "";
}

.glyphicon-circle-arrow-right:before {
    content: "";
}

.glyphicon-circle-arrow-left:before {
    content: "";
}

.glyphicon-circle-arrow-up:before {
    content: "";
}

.glyphicon-circle-arrow-down:before {
    content: "";
}

.glyphicon-globe:before {
    content: "";
}

.glyphicon-wrench:before {
    content: "";
}

.glyphicon-tasks:before {
    content: "";
}

.glyphicon-filter:before {
    content: "";
}

.glyphicon-briefcase:before {
    content: "";
}

.glyphicon-fullscreen:before {
    content: "";
}

.glyphicon-dashboard:before {
    content: "";
}

.glyphicon-paperclip:before {
    content: "";
}

.glyphicon-heart-empty:before {
    content: "";
}

.glyphicon-link:before {
    content: "";
}

.glyphicon-phone:before {
    content: "";
}

.glyphicon-pushpin:before {
    content: "";
}

.glyphicon-usd:before {
    content: "";
}

.glyphicon-gbp:before {
    content: "";
}

.glyphicon-sort:before {
    content: "";
}

.glyphicon-sort-by-alphabet:before {
    content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "";
}

.glyphicon-sort-by-order:before {
    content: "";
}

.glyphicon-sort-by-order-alt:before {
    content: "";
}

.glyphicon-sort-by-attributes:before {
    content: "";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "";
}

.glyphicon-unchecked:before {
    content: "";
}

.glyphicon-expand:before {
    content: "";
}

.glyphicon-collapse-down:before {
    content: "";
}

.glyphicon-collapse-up:before {
    content: "";
}

.glyphicon-log-in:before {
    content: "";
}

.glyphicon-flash:before {
    content: "";
}

.glyphicon-log-out:before {
    content: "";
}

.glyphicon-new-window:before {
    content: "";
}

.glyphicon-record:before {
    content: "";
}

.glyphicon-save:before {
    content: "";
}

.glyphicon-open:before {
    content: "";
}

.glyphicon-saved:before {
    content: "";
}

.glyphicon-import:before {
    content: "";
}

.glyphicon-export:before {
    content: "";
}

.glyphicon-send:before {
    content: "";
}

.glyphicon-floppy-disk:before {
    content: "";
}

.glyphicon-floppy-saved:before {
    content: "";
}

.glyphicon-floppy-remove:before {
    content: "";
}

.glyphicon-floppy-save:before {
    content: "";
}

.glyphicon-floppy-open:before {
    content: "";
}

.glyphicon-credit-card:before {
    content: "";
}

.glyphicon-transfer:before {
    content: "";
}

.glyphicon-cutlery:before {
    content: "";
}

.glyphicon-header:before {
    content: "";
}

.glyphicon-compressed:before {
    content: "";
}

.glyphicon-earphone:before {
    content: "";
}

.glyphicon-phone-alt:before {
    content: "";
}

.glyphicon-tower:before {
    content: "";
}

.glyphicon-stats:before {
    content: "";
}

.glyphicon-sd-video:before {
    content: "";
}

.glyphicon-hd-video:before {
    content: "";
}

.glyphicon-subtitles:before {
    content: "";
}

.glyphicon-sound-stereo:before {
    content: "";
}

.glyphicon-sound-dolby:before {
    content: "";
}

.glyphicon-sound-5-1:before {
    content: "";
}

.glyphicon-sound-6-1:before {
    content: "";
}

.glyphicon-sound-7-1:before {
    content: "";
}

.glyphicon-copyright-mark:before {
    content: "";
}

.glyphicon-registration-mark:before {
    content: "";
}

.glyphicon-cloud-download:before {
    content: "";
}

.glyphicon-cloud-upload:before {
    content: "";
}

.glyphicon-tree-conifer:before {
    content: "";
}

.glyphicon-tree-deciduous:before {
    content: "";
}

.glyphicon-cd:before {
    content: "";
}

.glyphicon-save-file:before {
    content: "";
}

.glyphicon-open-file:before {
    content: "";
}

.glyphicon-level-up:before {
    content: "";
}

.glyphicon-copy:before {
    content: "";
}

.glyphicon-paste:before {
    content: "";
}

.glyphicon-alert:before {
    content: "";
}

.glyphicon-equalizer:before {
    content: "";
}

.glyphicon-king:before {
    content: "";
}

.glyphicon-queen:before {
    content: "";
}

.glyphicon-pawn:before {
    content: "";
}

.glyphicon-bishop:before {
    content: "";
}

.glyphicon-knight:before {
    content: "";
}

.glyphicon-baby-formula:before {
    content: "";
}

.glyphicon-tent:before {
    content: "⛺";
}

.glyphicon-blackboard:before {
    content: "";
}

.glyphicon-bed:before {
    content: "";
}

.glyphicon-apple:before {
    content: "";
}

.glyphicon-erase:before {
    content: "";
}

.glyphicon-hourglass:before {
    content: "⌛";
}

.glyphicon-lamp:before {
    content: "";
}

.glyphicon-duplicate:before {
    content: "";
}

.glyphicon-piggy-bank:before {
    content: "";
}

.glyphicon-scissors:before {
    content: "";
}

.glyphicon-bitcoin:before {
    content: "";
}

.glyphicon-btc:before {
    content: "";
}

.glyphicon-xbt:before {
    content: "";
}

.glyphicon-yen:before {
    content: "¥";
}

.glyphicon-jpy:before {
    content: "¥";
}

.glyphicon-ruble:before {
    content: "₽";
}

.glyphicon-rub:before {
    content: "₽";
}

.glyphicon-scale:before {
    content: "";
}

.glyphicon-ice-lolly:before {
    content: "";
}

.glyphicon-ice-lolly-tasted:before {
    content: "";
}

.glyphicon-education:before {
    content: "";
}

.glyphicon-option-horizontal:before {
    content: "";
}

.glyphicon-option-vertical:before {
    content: "";
}

.glyphicon-menu-hamburger:before {
    content: "";
}

.glyphicon-modal-window:before {
    content: "";
}

.glyphicon-oil:before {
    content: "";
}

.glyphicon-grain:before {
    content: "";
}

.glyphicon-sunglasses:before {
    content: "";
}

.glyphicon-text-size:before {
    content: "";
}

.glyphicon-text-color:before {
    content: "";
}

.glyphicon-text-background:before {
    content: "";
}

.glyphicon-object-align-top:before {
    content: "";
}

.glyphicon-object-align-bottom:before {
    content: "";
}

.glyphicon-object-align-horizontal:before {
    content: "";
}

.glyphicon-object-align-left:before {
    content: "";
}

.glyphicon-object-align-vertical:before {
    content: "";
}

.glyphicon-object-align-right:before {
    content: "";
}

.glyphicon-triangle-right:before {
    content: "";
}

.glyphicon-triangle-left:before {
    content: "";
}

.glyphicon-triangle-bottom:before {
    content: "";
}

.glyphicon-triangle-top:before {
    content: "";
}

.glyphicon-console:before {
    content: "";
}

.glyphicon-superscript:before {
    content: "";
}

.glyphicon-subscript:before {
    content: "";
}

.glyphicon-menu-left:before {
    content: "";
}

.glyphicon-menu-right:before {
    content: "";
}

.glyphicon-menu-down:before {
    content: "";
}

.glyphicon-menu-up:before {
    content: "";
}

* {
    -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: "Source Sans Pro","Verdana","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #002e6d;
    background-color: #fff;
}

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

a {
    color: #002e6d;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #002e6d;
    text-decoration: underline;
}

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

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

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

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

hr {
    margin-top: 17px;
    margin-bottom: 17px;
    border: 0;
    border-top: 1px solid #e5f0ff;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.banner-title,
.customer-case-title {
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    font-weight: bold;
    line-height: 1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
.banner-title small,
.customer-case-title small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small,
.banner-title .small,
.customer-case-title .small {
    font-weight: normal;
    line-height: 1;
    color: #3a8dff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.banner-title,
.customer-case-title {
    margin-top: 17px;
    margin-bottom: 8.5px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
.banner-title small,
.customer-case-title small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small,
.banner-title .small,
.customer-case-title .small {
    font-size: 65%;
}

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

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

h1,
.h1,
.banner-title {
    font-size: 20px;
}

h2,
.h2 {
    font-size: 16px;
}

h3,
.h3 {
    font-size: 14px;
}

h4,
.h4 {
    font-size: 12px;
}

h5,
.h5 {
    font-size: 10px;
}

h6,
.h6 {
    font-size: 10px;
}

.customer-case-title {
    font-size: 14px;
}

p {
    margin: 0 0 8.5px;
}

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

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

small,
.small {
    font-size: 91%;
}

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #3a8dff;
}

.text-primary {
    color: #90e600;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #70b300;
}

.text-success {
    color: #3c763d;
}

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

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #fc6e50;
}

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

.bg-primary {
    color: #fff;
    background-color: #90e600;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #70b300;
}

.bg-success {
    background-color: #dff0d8;
}

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

.bg-info {
    background-color: #d9edf7;
}

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

.bg-warning {
    background-color: #fcf8e3;
}

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

.bg-danger {
    background-color: #f2dede;
}

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

.page-header {
    padding-bottom: 7.5px;
    margin: 34px 0 17px;
    border-bottom: 1px solid #e5f0ff;
}

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

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

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

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

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

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

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

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

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

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #3a8dff;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 8.5px 17px;
    margin: 0 0 17px;
    font-size: 15px;
    border-left: 5px solid #e5f0ff;
}

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.42857143;
    color: #3a8dff;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '— ';
}

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

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

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: ' —';
}

address {
    margin-bottom: 17px;
    font-style: normal;
    line-height: 1.42857143;
}

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: 4px;
}

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

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

pre {
    display: block;
    padding: 8px;
    margin: 0 0 8.5px;
    font-size: 11px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #002e6d;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

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

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

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

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

@media (min-width:1024px){
    .container {
        width: 970px;
    }
}

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

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

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

.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 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 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 {
    float: left;
}

.col-xs-8 {
    width: 100%;
}

.col-xs-7 {
    width: 87.5%;
}

.col-xs-6 {
    width: 75%;
}

.col-xs-5 {
    width: 62.5%;
}

.col-xs-4 {
    width: 50%;
}

.col-xs-3 {
    width: 37.5%;
}

.col-xs-2 {
    width: 25%;
}

.col-xs-1 {
    width: 12.5%;
}

.col-xs-pull-8 {
    right: 100%;
}

.col-xs-pull-7 {
    right: 87.5%;
}

.col-xs-pull-6 {
    right: 75%;
}

.col-xs-pull-5 {
    right: 62.5%;
}

.col-xs-pull-4 {
    right: 50%;
}

.col-xs-pull-3 {
    right: 37.5%;
}

.col-xs-pull-2 {
    right: 25%;
}

.col-xs-pull-1 {
    right: 12.5%;
}

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

.col-xs-push-8 {
    left: 100%;
}

.col-xs-push-7 {
    left: 87.5%;
}

.col-xs-push-6 {
    left: 75%;
}

.col-xs-push-5 {
    left: 62.5%;
}

.col-xs-push-4 {
    left: 50%;
}

.col-xs-push-3 {
    left: 37.5%;
}

.col-xs-push-2 {
    left: 25%;
}

.col-xs-push-1 {
    left: 12.5%;
}

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-8 {
        width: 100%;
    }

    .col-sm-7 {
        width: 87.5%;
    }

    .col-sm-6 {
        width: 75%;
    }

    .col-sm-5 {
        width: 62.5%;
    }

    .col-sm-4 {
        width: 50%;
    }

    .col-sm-3 {
        width: 37.5%;
    }

    .col-sm-2 {
        width: 25%;
    }

    .col-sm-1 {
        width: 12.5%;
    }

    .col-sm-pull-8 {
        right: 100%;
    }

    .col-sm-pull-7 {
        right: 87.5%;
    }

    .col-sm-pull-6 {
        right: 75%;
    }

    .col-sm-pull-5 {
        right: 62.5%;
    }

    .col-sm-pull-4 {
        right: 50%;
    }

    .col-sm-pull-3 {
        right: 37.5%;
    }

    .col-sm-pull-2 {
        right: 25%;
    }

    .col-sm-pull-1 {
        right: 12.5%;
    }

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

    .col-sm-push-8 {
        left: 100%;
    }

    .col-sm-push-7 {
        left: 87.5%;
    }

    .col-sm-push-6 {
        left: 75%;
    }

    .col-sm-push-5 {
        left: 62.5%;
    }

    .col-sm-push-4 {
        left: 50%;
    }

    .col-sm-push-3 {
        left: 37.5%;
    }

    .col-sm-push-2 {
        left: 25%;
    }

    .col-sm-push-1 {
        left: 12.5%;
    }

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

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

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

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

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

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

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

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

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

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

@media (min-width:1024px){
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8 {
        float: left;
    }

    .col-md-8 {
        width: 100%;
    }

    .col-md-7 {
        width: 87.5%;
    }

    .col-md-6 {
        width: 75%;
    }

    .col-md-5 {
        width: 62.5%;
    }

    .col-md-4 {
        width: 50%;
    }

    .col-md-3 {
        width: 37.5%;
    }

    .col-md-2 {
        width: 25%;
    }

    .col-md-1 {
        width: 12.5%;
    }

    .col-md-pull-8 {
        right: 100%;
    }

    .col-md-pull-7 {
        right: 87.5%;
    }

    .col-md-pull-6 {
        right: 75%;
    }

    .col-md-pull-5 {
        right: 62.5%;
    }

    .col-md-pull-4 {
        right: 50%;
    }

    .col-md-pull-3 {
        right: 37.5%;
    }

    .col-md-pull-2 {
        right: 25%;
    }

    .col-md-pull-1 {
        right: 12.5%;
    }

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

    .col-md-push-8 {
        left: 100%;
    }

    .col-md-push-7 {
        left: 87.5%;
    }

    .col-md-push-6 {
        left: 75%;
    }

    .col-md-push-5 {
        left: 62.5%;
    }

    .col-md-push-4 {
        left: 50%;
    }

    .col-md-push-3 {
        left: 37.5%;
    }

    .col-md-push-2 {
        left: 25%;
    }

    .col-md-push-1 {
        left: 12.5%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-8 {
        width: 100%;
    }

    .col-lg-7 {
        width: 87.5%;
    }

    .col-lg-6 {
        width: 75%;
    }

    .col-lg-5 {
        width: 62.5%;
    }

    .col-lg-4 {
        width: 50%;
    }

    .col-lg-3 {
        width: 37.5%;
    }

    .col-lg-2 {
        width: 25%;
    }

    .col-lg-1 {
        width: 12.5%;
    }

    .col-lg-pull-8 {
        right: 100%;
    }

    .col-lg-pull-7 {
        right: 87.5%;
    }

    .col-lg-pull-6 {
        right: 75%;
    }

    .col-lg-pull-5 {
        right: 62.5%;
    }

    .col-lg-pull-4 {
        right: 50%;
    }

    .col-lg-pull-3 {
        right: 37.5%;
    }

    .col-lg-pull-2 {
        right: 25%;
    }

    .col-lg-pull-1 {
        right: 12.5%;
    }

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

    .col-lg-push-8 {
        left: 100%;
    }

    .col-lg-push-7 {
        left: 87.5%;
    }

    .col-lg-push-6 {
        left: 75%;
    }

    .col-lg-push-5 {
        left: 62.5%;
    }

    .col-lg-push-4 {
        left: 50%;
    }

    .col-lg-push-3 {
        left: 37.5%;
    }

    .col-lg-push-2 {
        left: 25%;
    }

    .col-lg-push-1 {
        left: 12.5%;
    }

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent;
}

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

th {
    text-align: left;
}

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

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    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>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

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

.table .table {
    background-color: #fff;
}

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

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

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #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 col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

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

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #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>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.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: #d0e9c6;
}

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

.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: #c4e3f3;
}

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

.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: #faf2cc;
}

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

.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: #ebcccc;
}

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

@media screen and (max-width:767px){
    .table-responsive {
        width: 100%;
        margin-bottom: 12.75px;
        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>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

output {
    display: block;
    padding-top: 7px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #004bb2;
}

.form-control {
    display: block;
    width: 100%;
    height: 31px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #004bb2;
    background-color: #fff;
    background-image: none;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

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

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

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

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

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

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

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

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

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 28px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 42px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.input-sm {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 28px;
    line-height: 28px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

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

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

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

.input-lg {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 42px;
    line-height: 42px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px;
}

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

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

.form-group-lg .form-control-static {
    height: 42px;
    min-height: 32px;
    padding: 11px 16px;
    font-size: 15px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

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

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

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.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: #3c763d;
}

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

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
}

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

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

.has-warning .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: #8a6d3b;
}

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

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .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: #fc6e50;
}

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

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

.has-error .input-group-addon {
    color: #fc6e50;
    border-color: #fc6e50;
    background-color: #f2dede;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-default {
    color: #fff;
    background-color: #002e6d;
    border-color: #002e6d;
}

.btn-default:focus,
.btn-default.focus {
    color: #fff;
    background-color: #00183a;
    border-color: #000;
}

.btn-default:hover {
    color: #fff;
    background-color: #00183a;
    border-color: #001430;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #00183a;
    border-color: #001430;
}

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

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #002e6d;
    border-color: #002e6d;
}

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

.btn-primary {
    color: #fff;
    background-color: #002e6d;
    border-color: #002e6d;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #00183a;
    border-color: #000;
}

.btn-primary:hover {
    color: #fff;
    background-color: #00183a;
    border-color: #001430;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #00183a;
    border-color: #001430;
}

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

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #002e6d;
    border-color: #002e6d;
}

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

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

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

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #002e6d;
    border-color: #002e6d;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #00183a;
    border-color: #000;
}

.btn-info:hover {
    color: #fff;
    background-color: #00183a;
    border-color: #001430;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #00183a;
    border-color: #001430;
}

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

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #002e6d;
    border-color: #002e6d;
}

.btn-info .badge {
    color: #002e6d;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

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

.btn-danger {
    color: #fff;
    background-color: #fc6e50;
    border-color: #fc5937;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #fb441e;
    border-color: #b02103;
}

.btn-danger:hover {
    color: #fff;
    background-color: #fb441e;
    border-color: #f12d04;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #fb441e;
    border-color: #f12d04;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #f12d04;
    border-color: #b02103;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #fc6e50;
    border-color: #fc5937;
}

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

.btn-link {
    color: #002e6d;
    font-weight: normal;
    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: #002e6d;
    text-decoration: underline;
    background-color: transparent;
}

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

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px;
}

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

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

.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 .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .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: .35s;
    transition-duration: .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: 8px dashed;
    border-top: 8px solid \9;
    border-right: 8px solid transparent;
    border-left: 8px 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;
    list-style: none;
    font-size: 12px;
    text-align: left;
    background-color: #002e6d;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

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

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

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

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

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #90e600;
    text-decoration: none;
    outline: 0;
    background-color: #002e6d;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #d9d9d9;
}

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

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

.open>a {
    outline: 0;
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 11px;
    line-height: 1.42857143;
    color: #fefefe;
    white-space: nowrap;
}

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

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

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

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

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

    .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-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.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 .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(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 {
    border-width: 12px 12px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 12px 12px;
}

.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>.btn {
    float: none;
}

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

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

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

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

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

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

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

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

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

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

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

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[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-left: 0;
    padding-right: 0;
}

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

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px;
}

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

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

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

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

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

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

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

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

.input-group-addon {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #004bb2;
    text-align: center;
    background-color: #e5f0ff;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 15px;
    border-radius: 6px;
}

.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-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

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

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn: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-bottom-left-radius: 0;
    border-top-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 {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.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: #e5f0ff;
}

.nav>li.disabled>a {
    color: #3a8dff;
}

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

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #e5f0ff;
    border-color: #002e6d;
}

.nav .nav-divider {
    height: 1px;
    margin: 7.5px 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.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

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

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

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

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

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

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

@media (min-width:768px){
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }

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

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

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

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

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

.nav-pills>li {
    float: left;
}

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

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

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #90e600;
    background-color: #002e6d;
}

.nav-stacked>li {
    float: none;
}

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

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

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

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

@media (min-width:768px){
    .nav-justified>li {
        display: table-cell;
        width: 1%;
    }

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

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

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

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

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

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

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

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

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

.nav-small-padding-top {
    padding-top: 1px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 17px;
    border: 1px solid transparent;
}

@media (min-width:768px){
    .navbar {
        border-radius: 4px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-brand {
    float: left;
    padding: 16.5px 15px;
    font-size: 15px;
    line-height: 17px;
    height: 50px;
}

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

.navbar-brand>img {
    display: block;
}

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

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

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

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

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

.navbar-nav {
    margin: 8.25px -15px;
}

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

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

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

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

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

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

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 16.5px;
        padding-bottom: 16.5px;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin-top: 9.5px;
    margin-bottom: 9.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-btn {
    margin-top: 9.5px;
    margin-bottom: 9.5px;
}

.navbar-btn.btn-sm {
    margin-top: 11px;
    margin-bottom: 11px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 16.5px;
    margin-bottom: 16.5px;
}

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

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

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

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

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

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

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

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

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

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

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

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

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

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

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

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555;
}

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

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

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

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

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

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

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

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

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

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

.navbar-inverse .navbar-brand {
    color: #87b9ff;
}

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

.navbar-inverse .navbar-text {
    color: #87b9ff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #87b9ff;
}

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

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808;
}

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

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

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

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

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

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff;
}

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

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

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #87b9ff;
    }

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

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808;
    }

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

.navbar-inverse .navbar-link {
    color: #87b9ff;
}

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

.navbar-inverse .btn-link {
    color: #87b9ff;
}

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

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

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 17px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
}

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

.breadcrumb>.active {
    color: #3a8dff;
}

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

.pagination>li {
    display: inline;
}

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

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

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

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 3;
    color: #002e6d;
    background-color: #e5f0ff;
    border-color: #ddd;
}

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

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

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

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

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

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

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

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

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

.pager li {
    display: inline;
}

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

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

.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: #3a8dff;
    background-color: #fff;
    cursor: not-allowed;
}

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

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

.label:empty {
    display: none;
}

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

.label-default {
    background-color: #3a8dff;
}

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

.label-primary {
    background-color: #90e600;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #70b300;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

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

.label-danger {
    background-color: #fc6e50;
}

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

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

.badge:empty {
    display: none;
}

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

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

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

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #002e6d;
    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;
}

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

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

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

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

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

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

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

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 54px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 17px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
    margin-left: auto;
    margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #002e6d;
}

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

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

.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 {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

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

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

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

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #fc6e50;
}

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

.alert-danger .alert-link {
    color: #fb441e;
}

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

    to {
        background-position: 0 0;
    }
}

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

    to {
        background-position: 0 0;
    }
}

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

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 11px;
    line-height: 17px;
    color: #fff;
    text-align: center;
    background-color: #90e600;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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: #5cb85c;
}

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

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

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

.progress-bar-warning {
    background-color: #f0ad4e;
}

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

.progress-bar-danger {
    background-color: #fc6e50;
}

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

.media {
    margin-top: 15px;
}

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

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

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

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

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

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

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

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

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

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #e5f0ff;
    color: #3a8dff;
    cursor: not-allowed;
}

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

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #3a8dff;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #90e600;
    background-color: #002e6d;
    border-color: #002e6d;
}

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

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #3a8dff;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

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

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

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

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

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

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

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

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

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

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

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

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

.list-group-item-danger {
    color: #fc6e50;
    background-color: #f2dede;
}

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

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

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

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

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 17px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

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

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

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    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: 3px;
    border-bottom-left-radius: 3px;
}

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

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

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

.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: 3px;
    border-bottom-left-radius: 3px;
}

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

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

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

.panel>.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-left: 15px;
    padding-right: 15px;
}

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

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.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>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.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 td:first-child,
.panel>.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 td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel>.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 td:last-child,
.panel>.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 td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

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

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.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>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel>.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 td:first-child,
.panel>.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 td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel>.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 td:last-child,
.panel>.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 td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.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-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td: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-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td: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-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}

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

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

.panel-group {
    margin-bottom: 17px;
}

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

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

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

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

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

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

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #002e6d;
    background-color: #f5f5f5;
    border-color: #ddd;
}

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

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #002e6d;
}

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

.panel-primary {
    border-color: #90e600;
}

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

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

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

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

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

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

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

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

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

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

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

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

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

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

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

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

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #fc6e50;
    background-color: #f2dede;
    border-color: #ebccd1;
}

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

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #fc6e50;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px){
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:1024px){
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Source Sans Pro","Verdana","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 11px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    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;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Source Sans Pro","Verdana","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 12px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px;
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px;
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1;
}

@media all and (transform-3d),(-webkit-transform-3d){
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        left: 0;
    }

    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        left: 0;
    }

    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        left: 0;
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '‹';
}

.carousel-control .icon-next:before {
    content: '›';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width:768px){
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: 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,
.visible-sm,
.visible-md,
.visible-lg {
    display: none!important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none!important;
}

@media (max-width:767px){
    .visible-xs {
        display: block!important;
    }

    table.visible-xs {
        display: table!important;
    }

    tr.visible-xs {
        display: table-row!important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell!important;
    }
}

@media (max-width:767px){
    .visible-xs-block {
        display: block!important;
    }
}

@media (max-width:767px){
    .visible-xs-inline {
        display: inline!important;
    }
}

@media (max-width:767px){
    .visible-xs-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:768px) and (max-width:1023px){
    .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:1023px){
    .visible-sm-block {
        display: block!important;
    }
}

@media (min-width:768px) and (max-width:1023px){
    .visible-sm-inline {
        display: inline!important;
    }
}

@media (min-width:768px) and (max-width:1023px){
    .visible-sm-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:1024px) 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:1024px) and (max-width:1199px){
    .visible-md-block {
        display: block!important;
    }
}

@media (min-width:1024px) and (max-width:1199px){
    .visible-md-inline {
        display: inline!important;
    }
}

@media (min-width:1024px) 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:1023px){
    .hidden-sm {
        display: none!important;
    }
}

@media (min-width:1024px) 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;
    }
}

.datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
    float: right;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0,0,0,.2);
    position: absolute;
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}

.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}

.datepicker>div {
    display: none;
}

.datepicker.days .datepicker-days,
.datepicker.months .datepicker-months,
.datepicker.years .datepicker-years {
    display: block;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #e5f0ff;
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #3a8dff;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #3a8dff;
    cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733;
}

.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.focus,
.datepicker table tr td.today:hover.focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:hover.focus {
    color: #000;
    background-color: #ffc966;
    border-color: #b37400;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.today,
.open>.dropdown-toggle.datepicker table tr td.today:hover,
.open>.dropdown-toggle.datepicker table tr td.today.disabled,
.open>.dropdown-toggle.datepicker table tr td.today.disabled:hover {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00;
}

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today:hover:active:hover,
.datepicker table tr td.today.disabled:active:hover,
.datepicker table tr td.today.disabled:hover:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:hover.active:hover,
.datepicker table tr td.today.disabled.active:hover,
.datepicker table tr td.today.disabled:hover.active:hover,
.open>.dropdown-toggle.datepicker table tr td.today:hover,
.open>.dropdown-toggle.datepicker table tr td.today:hover:hover,
.open>.dropdown-toggle.datepicker table tr td.today.disabled:hover,
.open>.dropdown-toggle.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today:hover:active:focus,
.datepicker table tr td.today.disabled:active:focus,
.datepicker table tr td.today.disabled:hover:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:hover.active:focus,
.datepicker table tr td.today.disabled.active:focus,
.datepicker table tr td.today.disabled:hover.active:focus,
.open>.dropdown-toggle.datepicker table tr td.today:focus,
.open>.dropdown-toggle.datepicker table tr td.today:hover:focus,
.open>.dropdown-toggle.datepicker table tr td.today.disabled:focus,
.open>.dropdown-toggle.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today:hover:active.focus,
.datepicker table tr td.today.disabled:active.focus,
.datepicker table tr td.today.disabled:hover:active.focus,
.datepicker table tr td.today.active.focus,
.datepicker table tr td.today:hover.active.focus,
.datepicker table tr td.today.disabled.active.focus,
.datepicker table tr td.today.disabled:hover.active.focus,
.open>.dropdown-toggle.datepicker table tr td.today.focus,
.open>.dropdown-toggle.datepicker table tr td.today:hover.focus,
.open>.dropdown-toggle.datepicker table tr td.today.disabled.focus,
.open>.dropdown-toggle.datepicker table tr td.today.disabled:hover.focus {
    color: #000;
    background-color: #ffbc42;
    border-color: #b37400;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.today,
.open>.dropdown-toggle.datepicker table tr td.today:hover,
.open>.dropdown-toggle.datepicker table tr td.today.disabled,
.open>.dropdown-toggle.datepicker table tr td.today.disabled:hover {
    background-image: none;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today:hover.disabled.focus,
.datepicker table tr td.today.disabled.disabled.focus,
.datepicker table tr td.today.disabled:hover.disabled.focus,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today:hover[disabled].focus,
.datepicker table tr td.today.disabled[disabled].focus,
.datepicker table tr td.today.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:hover.focus,
fieldset[disabled] .datepicker table tr td.today.disabled.focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
    background-color: #ffdb99;
    border-color: #ffb733;
}

.datepicker table tr td.today .badge,
.datepicker table tr td.today:hover .badge,
.datepicker table tr td.today.disabled .badge,
.datepicker table tr td.today.disabled:hover .badge {
    color: #ffdb99;
    background-color: #000;
}

.datepicker table tr td.today:hover:hover {
    color: #000;
}

.datepicker table tr td.today.active:hover {
    color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #e5f0ff;
    border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    color: #000;
    background-color: #f2ca80;
    border-color: #e8a423;
    border-radius: 0;
}

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:hover.focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:hover.focus {
    color: #000;
    background-color: #edb751;
    border-color: #7f580d;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover {
    color: #000;
    background-color: #edb751;
    border-color: #bb8113;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.range.today,
.open>.dropdown-toggle.datepicker table tr td.range.today:hover,
.open>.dropdown-toggle.datepicker table tr td.range.today.disabled,
.open>.dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
    color: #000;
    background-color: #edb751;
    border-color: #bb8113;
}

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today:hover:active:hover,
.datepicker table tr td.range.today.disabled:active:hover,
.datepicker table tr td.range.today.disabled:hover:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:hover.active:hover,
.datepicker table tr td.range.today.disabled.active:hover,
.datepicker table tr td.range.today.disabled:hover.active:hover,
.open>.dropdown-toggle.datepicker table tr td.range.today:hover,
.open>.dropdown-toggle.datepicker table tr td.range.today:hover:hover,
.open>.dropdown-toggle.datepicker table tr td.range.today.disabled:hover,
.open>.dropdown-toggle.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today:hover:active:focus,
.datepicker table tr td.range.today.disabled:active:focus,
.datepicker table tr td.range.today.disabled:hover:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:hover.active:focus,
.datepicker table tr td.range.today.disabled.active:focus,
.datepicker table tr td.range.today.disabled:hover.active:focus,
.open>.dropdown-toggle.datepicker table tr td.range.today:focus,
.open>.dropdown-toggle.datepicker table tr td.range.today:hover:focus,
.open>.dropdown-toggle.datepicker table tr td.range.today.disabled:focus,
.open>.dropdown-toggle.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today:hover:active.focus,
.datepicker table tr td.range.today.disabled:active.focus,
.datepicker table tr td.range.today.disabled:hover:active.focus,
.datepicker table tr td.range.today.active.focus,
.datepicker table tr td.range.today:hover.active.focus,
.datepicker table tr td.range.today.disabled.active.focus,
.datepicker table tr td.range.today.disabled:hover.active.focus,
.open>.dropdown-toggle.datepicker table tr td.range.today.focus,
.open>.dropdown-toggle.datepicker table tr td.range.today:hover.focus,
.open>.dropdown-toggle.datepicker table tr td.range.today.disabled.focus,
.open>.dropdown-toggle.datepicker table tr td.range.today.disabled:hover.focus {
    color: #000;
    background-color: #eaaa31;
    border-color: #7f580d;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.range.today,
.open>.dropdown-toggle.datepicker table tr td.range.today:hover,
.open>.dropdown-toggle.datepicker table tr td.range.today.disabled,
.open>.dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
    background-image: none;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today:hover.disabled.focus,
.datepicker table tr td.range.today.disabled.disabled.focus,
.datepicker table tr td.range.today.disabled:hover.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today:hover[disabled].focus,
.datepicker table tr td.range.today.disabled[disabled].focus,
.datepicker table tr td.range.today.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:hover.focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled.focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
    background-color: #f2ca80;
    border-color: #e8a423;
}

.datepicker table tr td.range.today .badge,
.datepicker table tr td.range.today:hover .badge,
.datepicker table tr td.range.today.disabled .badge,
.datepicker table tr td.range.today.disabled:hover .badge {
    color: #f2ca80;
    background-color: #000;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    color: #fff;
    background-color: #3a8dff;
    border-color: #004bb2;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected:hover.focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:hover.focus {
    color: #fff;
    background-color: #0770ff;
    border-color: #001532;
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover {
    color: #fff;
    background-color: #0770ff;
    border-color: #003175;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.selected,
.open>.dropdown-toggle.datepicker table tr td.selected:hover,
.open>.dropdown-toggle.datepicker table tr td.selected.disabled,
.open>.dropdown-toggle.datepicker table tr td.selected.disabled:hover {
    color: #fff;
    background-color: #0770ff;
    border-color: #003175;
}

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected:hover:active:hover,
.datepicker table tr td.selected.disabled:active:hover,
.datepicker table tr td.selected.disabled:hover:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected:hover.active:hover,
.datepicker table tr td.selected.disabled.active:hover,
.datepicker table tr td.selected.disabled:hover.active:hover,
.open>.dropdown-toggle.datepicker table tr td.selected:hover,
.open>.dropdown-toggle.datepicker table tr td.selected:hover:hover,
.open>.dropdown-toggle.datepicker table tr td.selected.disabled:hover,
.open>.dropdown-toggle.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected:hover:active:focus,
.datepicker table tr td.selected.disabled:active:focus,
.datepicker table tr td.selected.disabled:hover:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected:hover.active:focus,
.datepicker table tr td.selected.disabled.active:focus,
.datepicker table tr td.selected.disabled:hover.active:focus,
.open>.dropdown-toggle.datepicker table tr td.selected:focus,
.open>.dropdown-toggle.datepicker table tr td.selected:hover:focus,
.open>.dropdown-toggle.datepicker table tr td.selected.disabled:focus,
.open>.dropdown-toggle.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected:hover:active.focus,
.datepicker table tr td.selected.disabled:active.focus,
.datepicker table tr td.selected.disabled:hover:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected:hover.active.focus,
.datepicker table tr td.selected.disabled.active.focus,
.datepicker table tr td.selected.disabled:hover.active.focus,
.open>.dropdown-toggle.datepicker table tr td.selected.focus,
.open>.dropdown-toggle.datepicker table tr td.selected:hover.focus,
.open>.dropdown-toggle.datepicker table tr td.selected.disabled.focus,
.open>.dropdown-toggle.datepicker table tr td.selected.disabled:hover.focus {
    color: #fff;
    background-color: #0060e2;
    border-color: #001532;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.selected,
.open>.dropdown-toggle.datepicker table tr td.selected:hover,
.open>.dropdown-toggle.datepicker table tr td.selected.disabled,
.open>.dropdown-toggle.datepicker table tr td.selected.disabled:hover {
    background-image: none;
}

.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected:hover.disabled.focus,
.datepicker table tr td.selected.disabled.disabled.focus,
.datepicker table tr td.selected.disabled:hover.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected:hover[disabled].focus,
.datepicker table tr td.selected.disabled[disabled].focus,
.datepicker table tr td.selected.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected:hover.focus,
fieldset[disabled] .datepicker table tr td.selected.disabled.focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
    background-color: #3a8dff;
    border-color: #004bb2;
}

.datepicker table tr td.selected .badge,
.datepicker table tr td.selected:hover .badge,
.datepicker table tr td.selected.disabled .badge,
.datepicker table tr td.selected.disabled:hover .badge {
    color: #3a8dff;
    background-color: #fff;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    color: #fff;
    background-color: #002e6d;
    border-color: #002e6d;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active:hover.focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:hover.focus {
    color: #fff;
    background-color: #00183a;
    border-color: #000;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover {
    color: #fff;
    background-color: #00183a;
    border-color: #001430;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.active,
.open>.dropdown-toggle.datepicker table tr td.active:hover,
.open>.dropdown-toggle.datepicker table tr td.active.disabled,
.open>.dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #fff;
    background-color: #00183a;
    border-color: #001430;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active:hover:active:hover,
.datepicker table tr td.active.disabled:active:hover,
.datepicker table tr td.active.disabled:hover:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active:hover.active:hover,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled:hover.active:hover,
.open>.dropdown-toggle.datepicker table tr td.active:hover,
.open>.dropdown-toggle.datepicker table tr td.active:hover:hover,
.open>.dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open>.dropdown-toggle.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:hover:active:focus,
.datepicker table tr td.active.disabled:active:focus,
.datepicker table tr td.active.disabled:hover:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active:hover.active:focus,
.datepicker table tr td.active.disabled.active:focus,
.datepicker table tr td.active.disabled:hover.active:focus,
.open>.dropdown-toggle.datepicker table tr td.active:focus,
.open>.dropdown-toggle.datepicker table tr td.active:hover:focus,
.open>.dropdown-toggle.datepicker table tr td.active.disabled:focus,
.open>.dropdown-toggle.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:hover:active.focus,
.datepicker table tr td.active.disabled:active.focus,
.datepicker table tr td.active.disabled:hover:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active:hover.active.focus,
.datepicker table tr td.active.disabled.active.focus,
.datepicker table tr td.active.disabled:hover.active.focus,
.open>.dropdown-toggle.datepicker table tr td.active.focus,
.open>.dropdown-toggle.datepicker table tr td.active:hover.focus,
.open>.dropdown-toggle.datepicker table tr td.active.disabled.focus,
.open>.dropdown-toggle.datepicker table tr td.active.disabled:hover.focus {
    color: #fff;
    background-color: #000916;
    border-color: #000;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.active,
.open>.dropdown-toggle.datepicker table tr td.active:hover,
.open>.dropdown-toggle.datepicker table tr td.active.disabled,
.open>.dropdown-toggle.datepicker table tr td.active.disabled:hover {
    background-image: none;
}

.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active:hover.disabled.focus,
.datepicker table tr td.active.disabled.disabled.focus,
.datepicker table tr td.active.disabled:hover.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active:hover[disabled].focus,
.datepicker table tr td.active.disabled[disabled].focus,
.datepicker table tr td.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active:hover.focus,
fieldset[disabled] .datepicker table tr td.active.disabled.focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
    background-color: #002e6d;
    border-color: #002e6d;
}

.datepicker table tr td.active .badge,
.datepicker table tr td.active:hover .badge,
.datepicker table tr td.active.disabled .badge,
.datepicker table tr td.active.disabled:hover .badge {
    color: #002e6d;
    background-color: #fff;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

.datepicker table tr td span:hover {
    background: #e5f0ff;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #3a8dff;
    cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #002e6d;
    border-color: #002e6d;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
    color: #fff;
    background-color: #00183a;
    border-color: #000;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
    color: #fff;
    background-color: #00183a;
    border-color: #001430;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td span.active,
.open>.dropdown-toggle.datepicker table tr td span.active:hover,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #00183a;
    border-color: #001430;
}

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open>.dropdown-toggle.datepicker table tr td span.active:hover,
.open>.dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open>.dropdown-toggle.datepicker table tr td span.active:focus,
.open>.dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open>.dropdown-toggle.datepicker table tr td span.active.focus,
.open>.dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
    color: #fff;
    background-color: #000916;
    border-color: #000;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td span.active,
.open>.dropdown-toggle.datepicker table tr td span.active:hover,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background-image: none;
}

.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
    background-color: #002e6d;
    border-color: #002e6d;
}

.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
    color: #002e6d;
    background-color: #fff;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #3a8dff;
}

.datepicker .datepicker-switch {
    width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #e5f0ff;
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker thead tr:first-child .cw {
    cursor: default;
    background-color: transparent;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.input-daterange {
    width: 100%;
}

.input-daterange input {
    text-align: center;
}

.input-daterange input:first-child {
    border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
    border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #e5f0ff;
    border: solid #f5f5f5;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px;
}

.input-group {
    width: 100%;
}

.has-warning .twitter-typeahead .tt-input,
.has-warning .twitter-typeahead .tt-hint {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-warning .twitter-typeahead .tt-input:focus,
.has-warning .twitter-typeahead .tt-hint:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
}

.has-error .twitter-typeahead .tt-input,
.has-error .twitter-typeahead .tt-hint {
    border-color: #fc6e50;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .twitter-typeahead .tt-input:focus,
.has-error .twitter-typeahead .tt-hint:focus {
    border-color: #fb441e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #fec1b4;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #fec1b4;
}

.has-success .twitter-typeahead .tt-input,
.has-success .twitter-typeahead .tt-hint {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .twitter-typeahead .tt-input:focus,
.has-success .twitter-typeahead .tt-hint:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
}

.input-group .twitter-typeahead:first-child .tt-input,
.input-group .twitter-typeahead:first-child .tt-hint {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.input-group .twitter-typeahead:last-child .tt-input,
.input-group .twitter-typeahead:last-child .tt-hint {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.input-group.input-group-sm .twitter-typeahead .tt-input,
.input-group.input-group-sm .twitter-typeahead .tt-hint {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group.input-group-sm .twitter-typeahead .tt-input,
select.input-group.input-group-sm .twitter-typeahead .tt-hint {
    height: 28px;
    line-height: 28px;
}

textarea.input-group.input-group-sm .twitter-typeahead .tt-input,
textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint {
    height: auto;
}

.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
    border-radius: 0;
}

.input-group.input-group-sm .twitter-typeahead:first-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group.input-group-sm .twitter-typeahead:last-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.input-group.input-group-lg .twitter-typeahead .tt-input,
.input-group.input-group-lg .twitter-typeahead .tt-hint {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group.input-group-lg .twitter-typeahead .tt-input,
select.input-group.input-group-lg .twitter-typeahead .tt-hint {
    height: 42px;
    line-height: 42px;
}

textarea.input-group.input-group-lg .twitter-typeahead .tt-input,
textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint {
    height: auto;
}

.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
    border-radius: 0;
}

.input-group.input-group-lg .twitter-typeahead:first-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group.input-group-lg .twitter-typeahead:last-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.twitter-typeahead {
    width: 100%;
    float: left;
}

.input-group .twitter-typeahead {
    display: table-cell!important;
}

.twitter-typeahead .tt-hint {
    color: #3a8dff;
}

.twitter-typeahead .tt-input {
    z-index: 2;
}

.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
    cursor: not-allowed;
    background-color: #e5f0ff!important;
}

.tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 160px;
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 12px;
    background-color: #002e6d;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    border-right-width: 2px;
    border-bottom-width: 2px;
}

.tt-dropdown-menu .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}

.tt-dropdown-menu .tt-suggestion.tt-cursor {
    text-decoration: none;
    outline: 0;
    background-color: #004bb2;
    color: #fff;
}

.tt-dropdown-menu .tt-suggestion.tt-cursor a {
    color: #fff;
}

.tt-dropdown-menu .tt-suggestion p {
    margin: 0;
}

body {
    background-color: #333;
    padding-top: 45px;
}

.container {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 18px;
}

@media (min-width:768px){
    .container {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 28px;
    }
}

@media (min-width:1024px){
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width:1200px){
    .container {
        padding-left: 42px;
        padding-right: 42px;
    }
}

body {
    font-size: 12px;
    line-height: 17px;
}

p {
    margin-bottom: 4.25px;
}

h4 {
    line-height: 17px;
}

h3 {
    line-height: 17px;
}

h4,
h5,
h6 {
    font-weight: normal;
    font-family: "Source Sans Pro","Verdana","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h2 {
    font-weight: normal;
    position: relative;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner-title,
.customer-case-title {
    margin: 0 0 27px 0;
}

.h3Spec {
    line-height: 17px;
    font-weight: 100;
    position: relative;
    overflow: hidden;
}

.h3Spec:after {
    border-bottom: 1px solid #002e6d;
    border-bottom: 1px solid #002464;
    content: "";
    position: absolute;
    width: 100%;
    top: 76%;
    margin-left: 60px;
}

.h5text {
    font-size: 10px;
}

.h-half-margin-after {
    margin-bottom: 13.5px;
}

.full-margin-after {
    margin-bottom: 36px;
}

.h-margin-after-low {
    margin-bottom: 9px;
}

.h-no-margin-after {
    margin-bottom: 0;
}

.no-line-height {
    line-height: 1;
}

.no-text-decoration {
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

h2:after,
.customer-case-title:after {
    border-bottom: 1px solid #002e6d;
    border-bottom: 1px solid rgba(0,46,109,.3);
    content: "";
    position: absolute;
    width: 100%;
    top: 72%;
    margin-left: 5px;
}

.hide-horizontal-line:after,
h2.header-left.header-margins:after {
    content: none;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){
    h2:after,
    .customer-case-title:after {
        border-bottom: 2px solid #002e6d;
        border-bottom: 2px solid rgba(0,46,109,.3);
    }

    h2.header-left.header-margins:after {
        content: none;
    }
}

@media (min-width:768px){
    body {
        font-size: 18px;
        line-height: 26px;
    }

    h1,
    .banner-title {
        font-size: 40px;
    }

    h2 {
        font-size: 24px;
    }

    h2:after,
    .customer-case-title:after {
        top: 78%;
    }

    h3 {
        font-size: 20px;
        line-height: 26px;
    }

    h4 {
        font-size: 18px;
        line-height: 26px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .banner-title,
    .customer-case-title {
        margin: 0 0 56px 0;
    }

    .h-half-margin-after {
        margin-bottom: 28px;
    }

    .h-no-margin-after {
        margin-bottom: 0;
    }

    .h5text {
        font-size: 16px;
    }

    .customer-case-title {
        font-size: 22px;
    }
}

.top-container {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #333;
    z-index: 4;
}

nav {
    position: relative;
    min-height: 45px;
    background-position: bottom -28px right 1px;
    background-color: #fff;
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
}

nav a:hover,
nav a:focus {
    text-decoration: none;
    color: #000;
}

nav .disabled {
    color: #d3e6ff;
}

.ef-logo-hyperlink {
    width: 136px;
    float: right;
    margin-right: 10px;
    margin-top: 6px;
    cursor: pointer;
}

.ef-logo {
    width: 25%;
}

.migri-banner {
    background-image: url(../images/Sininen_tapetti_rgb_2200x200_migri.svg);
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 69px;
    background-color: #fff;
    margin: 0 auto;
}

.menutoggle {
    background-image: url(../images/menu_icon_blue_mobile.png);
    -moz-background-size: 21px;
    -o-background-size: 21px;
    -webkit-background-size: 21px;
    background-size: 21px;
    height: 16px;
    background-repeat: no-repeat;
}

.menu {
    padding-left: 10px;
    width: 88px;
    height: 45px;
    float: left;
    position: relative;
}

.menu .dropdown {
    position: absolute;
    bottom: 14px;
    width: 22px;
    height: 15px;
}

.lang {
    float: left;
    height: 45px;
    bottom: 14px;
}

.lang .lang-links {
    position: absolute;
    bottom: 14px;
}

.lang a:hover,
.lang a:focus {
    font-weight: bold;
    color: #000;
}

.sel-lang {
    color: #000;
    font-weight: bold;
}

.auth {
    float: left;
    height: 45px;
}

.auth .auth-data {
    position: absolute;
    bottom: 14px;
    overflow: hidden;
}

.auth .auth-data a {
    white-space: nowrap;
}

.auth a:hover,
.auth a:focus {
    font-weight: bold;
    color: #000;
}

.auth .auth-data .dim-text {
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 92%,#fff 100%);
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 92%,#fff 100%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.header-shadow {
    height: 16px;
    background-image: url(../images/menu_dropshadow.png);
    width: 100%;
    position: fixed;
    top: 45px;
    z-index: 3;
    pointer-events: none;
}

.extra-large-header {
    display: block;
    line-height: 1;
    font-size: 20px;
    margin-bottom: 28px;
    font-weight: bold;
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
}

.big-size-header {
    margin: 56px 0 56px 0;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    overflow: hidden;
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    display: block;
}

.extra-large-header {
    display: block;
    line-height: 40px;
    font-size: 40px;
    margin-bottom: 28px;
    font-weight: bold;
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
}

.medium-size-header {
    font-size: 14px;
    font-weight: bold;
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
}

.header-margins {
    margin-bottom: 0;
    margin-top: 0;
}

html {
    scroll-padding-top: 100px;
}

.translator-texts-h {
    font-size: 12px;
}

@media (min-width:768px){
    body {
        padding-top: 84px;
    }

    .extra-large-header {
        font-size: 40px;
    }

    .big-size-header {
        font-size: 24px;
    }

    .medium-size-header {
        font-size: 20px;
    }

    .menutoggle {
        background-image: url('../images/menu_icon_blue_medium.png');
        -moz-background-size: 39px;
        -o-background-size: 39px;
        -webkit-background-size: 39px;
        background-size: 39px;
        height: 28px;
    }

    nav {
        min-height: 84px;
        width: 750px;
        line-height: 20px;
    }

    .ef-logo-hyperlink {
        width: 185px;
        margin-right: 15px;
        margin-top: 22px;
    }

    .menu {
        padding-left: 15px;
        height: 84px;
        width: 111px;
    }

    .menu .dropdown {
        bottom: 28px;
        width: 47px;
        height: 28px;
    }

    .auth,
    .lang {
        height: 84px;
    }

    .header-shadow {
        top: 84px;
    }

    .lang {
        width: 270px;
    }

    .lang .lang-links {
        position: absolute;
        bottom: 25px;
    }

    .auth .auth-data {
        width: 170px;
        bottom: 25px;
    }

    .migri-banner {
        min-height: 84px;
        width: 750px;
    }
}

@media (min-width:1024px){
    body {
        padding-top: 98px;
    }

    .header-shadow {
        top: 98px;
    }

    nav {
        min-height: 98px;
        width: 970px;
        line-height: 20px;
        font-size: 16px;
    }

    .ef-logo-hyperlink {
        width: 200px;
        margin-right: 30px;
        margin-top: 31px;
    }

    .menutoggle {
        background-image: url('../images/menu_icon_blue_large.png');
        height: 28px;
    }

    .menu {
        height: 98px;
        padding-left: 30px;
        width: 154px;
    }

    .lang {
        width: 372px;
    }

    .auth .auth-data {
        width: 190px;
    }

    .migri-banner {
        min-height: 98px;
        width: 970px;
    }
}

@media (min-width:1200px){
    nav {
        width: 1170px;
    }

    .ef-logo-hyperlink {
        margin-right: 40px;
        margin-top: 34px;
    }

    .menu {
        width: 190px;
        padding-left: 42px;
    }

    .lang {
        width: 456px;
    }

    .auth .auth-data {
        width: 260px;
    }

    .migri-banner {
        min-height: 107px;
        width: 1170px;
    }
}

.dropdown-menu {
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    font-size: 12px;
    background: #ebebeb;
    min-width: 0;
}

.dropdown-menu .bootstrap-select-searchbox {
    background: #ebebeb;
    margin-right: 5%;
}

.dropdown-toggle .btn-default {
    color: #d9d9d9;
}

.main-dropDown,
.dropdown-submenu>.dropdown-menu {
    color: #d9d9d9;
    background: #002e6d;
    max-height: calc(98vh - 210%);
    overflow-y: auto;
}

.caret {
    border-top: 12px solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 58%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu,
.dropdown-submenu:focus>.dropdown-menu {
    display: block;
    visibility: visible;
}

.path-descr .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 10px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after,
.dropdown-submenu:focus>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-header {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
}

.dropdown-menu>ul>li>a {
    font-weight: normal;
    line-height: 42px;
    color: #002e6d;
    background-color: #ebebeb;
}

.dropdown-menu li.selected>a {
    background-color: #d9d9d9;
}

.btn-group.open .dropdown-toggle {
    background: #d9d9d9;
}

.main-dropDown>li>a {
    line-height: 28px;
}

.main-dropDown>ul>li>a {
    color: #d9d9d9;
    background-color: #ebebeb;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #002e6d;
    text-decoration: none;
    outline: 0;
    background-color: #90e600;
    border: 0;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #90e600;
    background-color: #002e6d;
}

@media (min-width:768px){
    .dropdown-menu {
        font-size: 20px;
    }

    .main-dropDown>li>a {
        line-height: 46px;
    }
}

.footer-line {
    background-color: #fff;
    width: 100%;
    height: 18px;
}

.footer-container {
    margin-right: auto;
    margin-left: auto;
    background-color: #002e6d;
}

footer {
    background-color: #002e6d;
    color: #fff;
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

footer a,
footer a:hover,
footer a:active,
footer a:visited,
footer a:focus {
    color: #fff;
}

footer .copyright {
    opacity: 1;
    font-weight: normal;
    font-size: 9px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .footer-row {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

footer .footer-left {
    line-height: 16px;
    padding-top: 6px;
}

footer .footer-left .info {
    text-align: left;
    word-break: break-word;
    float: left;
    margin-top: 9px;
    font-size: 9px;
}

footer .footer-right {
    padding-top: 18px;
}

footer .imgs {
    display: table-cell;
    margin-top: 18px;
}

footer .policyimg {
    vertical-align: bottom;
    height: 81px;
    margin-bottom: 18px;
    margin-right: 20px;
    background-image: url('../images/police_logo_large.png');
    -moz-background-size: 162px;
    -o-background-size: 162px;
    -webkit-background-size: 162px;
    background-size: 162px;
    width: 162px;
}

footer .migriimg {
    margin-bottom: 18px;
    margin-right: 10px;
    height: 81px;
    padding-bottom: 15px;
    padding-right: 15px;
}

footer .translator-texts-f {
    font-size: 14px;
}

@media (min-width:768px){
    .footer-line {
        height: 24px;
    }

    .footer-container {
        width: 750px;
    }

    footer .footer-row {
        padding-left: 15px;
        flex-direction: row;
    }

    footer .footer-left,
    footer .footer-right {
        height: 100%;
    }

    footer .footer-left {
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 25%;
    }

    footer .footer-left .info {
        text-align: left;
        display: block;
        position: relative;
        float: none;
        margin-top: 14px;
        font-size: 12px;
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        height: fit-content;
    }

    footer .copyright {
        padding-left: 15px;
        font-size: 10px;
    }

    footer .imgs {
        height: 224px;
    }

    footer .migriimg {
        margin-right: 30px;
        margin-bottom: 28px;
        height: 100px;
    }

    footer .policyimg {
        background-image: url('../images/police_logo_large.png');
        -moz-background-size: 238px;
        -o-background-size: 238px;
        -webkit-background-size: 238px;
        background-size: 238px;
        margin-bottom: 28px;
        margin-right: 60px;
        height: 119px;
        width: 238px;
    }
}

@media (min-width:1024px){
    .footer-line {
        height: 28px;
    }

    .footer-container {
        width: 970px;
    }

    footer .footer-row {
        padding-left: 30px;
    }

    footer .info {
        margin-top: 14px;
        height: 224px;
    }

    footer .copyright {
        padding-left: 30px;
        font-size: 10px;
    }
}

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

    footer .footer-row {
        padding-left: 48px;
    }

    footer .migriimg {
        margin-right: 48px;
    }

    footer .copyright {
        padding-left: 48px;
    }
}

#skip-header {
    position: absolute;
    left: 0;
    color: transparent;
    background-color: transparent;
}

#skip-header:focus {
    background-color: #fff;
    color: #000;
}

.div-hide {
    display: none;
}

.row-flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.h-section-start {
    margin-top: 54px;
}

.h-section-start-half {
    margin-top: 27px;
}

.h-section-start-low {
    margin-top: 9px;
}

.space-after {
    margin-bottom: 27px;
}

.space-after-half {
    margin-bottom: 13.5px;
}

.row-padding {
    margin-top: 9px;
    margin-bottom: 9px;
}

@media (min-width:768px){
    .h-section-start {
        margin-top: 112px;
    }

    .h-section-start-half {
        margin-top: 56px;
    }

    .space-after {
        margin-bottom: 42px;
    }

    .space-after-half {
        margin-bottom: 21px;
    }

    .row-padding {
        margin-top: 14px;
        margin-bottom: 14px;
    }
}

.underline-text {
    text-decoration: underline;
}

.text-center {
    text-align: center;
}

a.actinblock {
    text-decoration: none;
}

.actionblock,
.actionblock-red,
.btn-actionblock,
.img-actionblock {
    cursor: pointer;
}

.linkblock {
    cursor: pointer;
}

.actionblock {
    box-sizing: content-box;
}

.linkblock {
    display: block;
}

.actionblock-title,
.linkblock-title {
    background-color: #d9d9d9;
    padding: 12px 12px 0 10px;
    min-height: 63px;
    height: 63px;
    overflow: hidden;
    font: bold 14px Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    line-height: inherit;
}

.linkblock-title {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.actionblock-title {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    border-left: 6px solid #90e600;
}

.actionblock-descr,
.linkblock-descr {
    padding: 5px 9px 0 10px;
    margin-bottom: 27px;
    height: 45px;
    font: normal 12px "Source Sans Pro","Verdana","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.actionblock-descr {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    border-left: 6px solid #90e600;
}

.actionblock-note-header {
    border-bottom: 4px solid #002e6d;
    padding-bottom: 9px;
    margin-bottom: 18px;
}

.actionblock-note {
    margin-bottom: 27px;
}

.actionblock:hover .actionblock-title,
.actionblock:focus .actionblock-title {
    background-color: #90e600;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.linkblock:hover .linkblock-title,
.linkblock:focus .linkblock-title {
    text-decoration: underline;
    background-color: #002e6d;
    color: #fff;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.actionblock:hover .actionblock-descr,
.actionblock:focus .actionblock-descr {
    background-color: #d7ef97;
    border-left: 6px solid #d7ef97;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.actionblock-descr-advisor {
    padding: 5px 9px 0 10px;
    margin-bottom: 27px;
    height: 45px;
    font: normal 12px "Source Sans Pro","Verdana","Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    border-left: 6px solid #90e600;
    height: 63px;
}

.actionblock-red>.actionblock-descr-advisor,
.actionblock-red>.actionblock-title {
    cursor: pointer;
    box-sizing: content-box;
    border-left: 6px solid #fc6e50;
}

.actionblock-red:hover>.actionblock-title,
.actionblock-red:focus>.actionblock-title {
    background-color: #fc6e50;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

@media (min-width:768px){
    .actionblock-title,
    .linkblock-title {
        padding: 12px 12px 0 10px;
        min-height: 98px;
        height: 98px;
        font-size: 20px;
    }

    .linkblock-title,
    .linkblock-descr {
        padding-left: 16px;
    }

    .actionblock-descr,
    .linkblock-descr {
        padding: 9px 9px 0 10px;
        height: 70px;
        margin-bottom: 42px;
        font-size: 18px;
        line-height: 28px;
    }

    .actionblock-note-header {
        padding-bottom: 14px;
        margin-bottom: 28px;
    }

    .actionblock-note {
        margin-bottom: 42px;
    }

    .actionblock-descr-advisor {
        padding: 9px 9px 0 10px;
        height: 70px;
        margin-bottom: 42px;
        font-size: 18px;
        line-height: 28px;
        height: 98px;
        font-size: 16px;
    }
}

@media (min-width:1024px){
    .actionblock-descr {
        padding: 3px 3px 0 10px;
        height: 82px;
        font-size: 16px;
        line-height: 24px;
    }

    .actionblock-descr-advisor {
        padding: 3px 3px 0 10px;
        height: 82px;
        font-size: 16px;
        line-height: 24px;
        height: 98px;
    }

    .linkblock-descr {
        font-size: 16px;
    }

    .actionblock-note-header {
        border-bottom: 6px solid #002e6d;
    }
}

@media (min-width:1200px){
    .actionblock-title {
        padding-left: 9px;
        min-height: 98px;
        height: 98px;
    }

    .actionblock-descr {
        padding: 9px 9px 0 9px;
        height: 98px;
        margin-bottom: 42px;
        font-size: 18px;
        line-height: 28px;
    }

    .linkblock-descr {
        font-size: 18px;
    }
}

.gray-hero {
    background: #d9d9d9;
    text-align: center;
    padding: 18px 9px 18px 9px;
    margin-bottom: 27px;
}

.gray-hero>h1 {
    margin-bottom: 3px;
}

.gray-hero>h4 {
    margin-bottom: 27px;
}

.gray-hero>h4:last-of-type {
    margin-bottom: 0;
}

.gray-hero ul,
.gray-hero ol {
    display: block;
    width: max-content;
    text-align: left;
    margin: 0 auto;
}

.gray-advisor-old {
    background: #d9d9d9;
    text-align: left;
    padding: 18px 9px 18px 9px;
    margin-bottom: 27px;
}

.gray-advisor-old>h1 {
    margin-bottom: 3px;
}

.gray-advisor-old>h4 {
    margin-bottom: 27px;
}

.gray-advisor-old>h4:last-of-type {
    margin-bottom: 0;
}

@media (min-width:768px){
    .gray-hero {
        padding: 42px 14px 42px 14px;
        margin-bottom: 42px;
    }

    .gray-hero>h1 {
        margin-bottom: 4.66666667px;
    }

    .gray-hero>h4 {
        margin-bottom: 42px;
    }
}

.xs-margin-top {
    margin-top: 27px;
}

.sm-margin-top {
    margin-top: 27px;
}

.sm-right-xs-left {
    text-align: left;
}

.sm-left-xs-center {
    text-align: center;
}

@media (min-width:768px){
    .xs-margin-top {
        margin-top: 0;
    }

    .sm-left-xs-center {
        text-align: right;
    }

    .sm-right-xs-left {
        text-align: right;
    }
}

.no-application-for {
    text-align: center;
    position: relative;
    background: url(../images/red_cross_opaque.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 27px;
}

.no-application-for>h1 {
    margin-bottom: 0;
}

.no-application-cross {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
}

.no-application-image {
    height: 100%;
}

@media (min-width:768px){
    .no-application-for {
        margin-bottom: 42px;
    }
}

.step-number-green {
    color: #90e600;
}

.step-number,
.step-text {
    font: bold 20px Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
}

.step-number-blue {
    background: #002e6d;
    border: 2px solid #002e6d;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 35px;
    color: #fff;
    font-size: 24px;
    margin-top: 14px;
}

.step-row {
    margin-top: 27px;
}

.step-text {
    padding-left: 0;
}

.step-text-h2 {
    line-height: 38px;
    margin-bottom: 0;
}

.step-text-h2:after {
    top: 61%;
}

.step-number-align {
    float: left;
    margin-bottom: 13.5px;
}

@media (min-width:768px){
    .step-number,
    .step-text {
        font-size: 40px;
        line-height: 58px;
    }

    .step-number-blue {
        width: 64px;
        height: 64px;
        line-height: 60px;
        margin-top: 20px;
    }

    .step-row {
        margin-top: 42px;
    }

    .step-text-h2 {
        line-height: 57px;
    }

    .step-number-green {
        width: 64px;
        height: 64px;
        background: #90e600;
        border: 2px solid #90e600;
        text-align: center;
        border-radius: 50%;
        color: #fff;
    }

    .step-text {
        padding-left: 15px;
    }

    .step-number-align {
        float: right;
        margin-bottom: 14px;
    }
}

@media (min-width:1024px){
    .step-number-blue {
        width: 75px;
        height: 75px;
        line-height: 68px;
        font-size: 44px;
    }

    .step-page-text {
        padding-left: 0;
    }
}

@media (min-width:1200px){
    .step-number-blue {
        width: 84px;
        height: 84px;
        line-height: 78px;
        font-size: 46px;
    }
}

.gray-block {
    background-color: #d9d9d9;
    padding: 9px;
    margin-bottom: 18px;
}

.gray-block.no-margin-after {
    margin-bottom: 0;
}

.gray-block-text-center {
    text-align: center;
}

.gray-block-text-center ul,
.gray-block-text-center ol {
    display: block;
    width: max-content;
    text-align: left;
    margin: 0 auto;
}

.gray-block-title {
    font: bold 14px Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    padding-bottom: 9px;
}

.col-padding {
    padding: 18px;
}

@media (min-width:768px){
    .gray-block {
        padding: 14px;
        margin-bottom: 28px;
    }

    .gray-block-title {
        font-size: 20px;
        padding-bottom: 14px;
    }

    .col-padding {
        padding: 47px 94px;
    }
}

@media (min-width:1024px){
    .col-padding {
        padding: 60px 120px;
    }
}

@media (min-width:1200px){
    .col-padding {
        padding: 70px 140px;
    }
}

.text-center-div>div {
    text-align: center;
}

.no-padding,
.important-text {
    padding-left: 0;
    font: bold 20px Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
}

.important-text {
    line-height: 26px;
    margin-bottom: 56px;
}

.no-margin-after {
    margin-bottom: 0;
}

@media (min-width:768px){
    .font-size-40 {
        font-size: 40px;
    }
}

.normal-font-weight {
    font-weight: normal;
}

.text-overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-overflow-only-ellipsis {
    text-overflow: ellipsis;
}

.text-word-break-all {
    overflow-wrap: break-word;
    hyphens: auto;
}

.text-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width:768px){
    .text-flex-wrap>span:first-child {
        flex-basis: 66%;
    }
}

.text-flex-start {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.text-inline-block {
    display: inline-block;
}

.date .input-group-addon {
    padding: 0;
    background-color: #ebebeb;
    border-bottom: 2px solid #ebebeb;
    border-right: 2px solid #ebebeb;
    border-top: 2px solid #ebebeb;
    border-left: 0;
    border-radius: 0;
    background-image: url('../images/datepicker_icon_mobile.png');
    width: 48px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

.date .form-control:focus {
    border-right: 0;
}

.date .form-control:focus+.input-group-addon {
    border-bottom: 2px solid #90e600;
    border-right: 2px solid #90e600;
    border-top: 2px solid #90e600;
}

.has-error .date .input-group-addon {
    border-bottom: 2px solid #fc6e50;
    border-right: 2px solid #fc6e50;
    border-top: 2px solid #fc6e50;
    background-image: url('../images/datepicker_error_icon_mobile.png');
}

.has-error .date .form-control,
.has-error .date .form-control:focus {
    border-width: 2px;
    border-style: solid;
    border-right: 0;
}

.has-error .date .form-control:focus+.input-group-addon {
    border-bottom: 2px solid #fc6e50;
    border-right: 2px solid #fc6e50;
    border-top: 2px solid #fc6e50;
}

.datepicker.dropdown-menu {
    background-color: #fff;
    border: 2px solid #90e600;
    border-radius: 0;
    width: 95%;
}

.datepicker.dropdown-menu table {
    width: 100%;
}

.datepicker.dropdown-menu .old.day,
.datepicker.dropdown-menu .new.day {
    color: #b1b1b1;
}

.datepicker.dropdown-menu td.today {
    background-color: transparent;
    border: 2px solid #002e6d;
    box-shadow: 2px 2px 1px #b1b1b1;
}

.datepicker-dropdown:before {
    border: 0;
}

.datepicker-dropdown:after {
    border: 0;
}

.datepicker table tr td,
.datepicker table tr th {
    border-radius: 0;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #002e6d;
    color: #fff;
    cursor: pointer;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.active,
.open>.dropdown-toggle.datepicker table tr td.active:hover,
.open>.dropdown-toggle.datepicker table tr td.active.disabled,
.open>.dropdown-toggle.datepicker table tr td.active.disabled:hover {
    background: #002e6d;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover {
    background-color: #002e6d;
    border-color: #002e6d;
    color: #fff;
}

@media (min-width:768px){
    .date .input-group-addon {
        background-image: url('../images/datepicker_icon.png');
        width: 56px;
    }

    .datepicker.dropdown-menu {
        margin-right: auto;
        margin-left: auto;
        width: 345px;
    }

    .has-error .date .input-group-addon {
        background-image: url('../images/datepicker_error_icon.png');
    }
}

@media (min-width:1024px){
    .datepicker.dropdown-menu {
        width: 440px;
    }
}

@media (min-width:1200px){
    .datepicker.dropdown-menu {
        width: 527px;
    }
}

.form-row {
    min-height: 90px;
    margin-bottom: 9px;
}

label,
legend {
    margin-bottom: auto;
    height: 27px;
    vertical-align: middle;
}

.uma-label {
    display: table-cell;
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
}

.form-group label,
.form-group legend {
    position: relative;
    height: 18px;
    width: 100%;
    border: 0;
    margin-bottom: 0;
}

.form-group legend {
    display: flex;
    align-items: center;
}

.form-group label div,
.form-group legend div {
    bottom: 0;
    left: 0;
}

.margin-top-small {
    margin-top: 6px;
}

.form-group.has-error label div,
.form-group.has-error legend div {
    color: #fc6e50;
}

.field-hint {
    font: normal 10px "Source Sans Pro","Verdana","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.dim-text {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.formsubmit.no-padding-after {
    padding-bottom: 0;
}

.cancel {
    padding-top: 24px;
    padding-bottom: 64px;
}

.field-validation-error {
    color: #fc6e50;
}

@media (min-width:768px){
    .form-row {
        min-height: 112px;
        margin-bottom: 14px;
    }

    label {
        font-weight: bold;
    }

    .form-group label,
    .form-group legend {
        height: 42px;
    }

    .uma-label {
        font-size: 18px;
        line-height: 21px;
    }

    .field-hint {
        font-size: 16px;
    }
}

.form-control {
    border-radius: 0;
    border: 0;
    background-color: #ebebeb;
    font-size: 12px;
    height: 36px;
    padding-bottom: 2px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #002e6d;
}

input.form-control {
    padding-top: 2px;
}

textarea.form-control {
    max-width: 100%;
}

.form-control:focus {
    border: 2px solid #90e600;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control.input-validation-error {
    border: 2px solid #fc6e50;
}

.has-error .form-control {
    border-color: #fc6e50;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control:focus {
    border-color: #fc6e50;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-addon {
    padding: 0;
    background-color: #ebebeb;
    border-bottom: 2px solid #ebebeb;
    border-top: 2px solid #ebebeb;
    border-right: 2px solid #ebebeb;
    border-radius: 0;
    width: 34px;
}

.has-error .input-group-addon {
    border-bottom: 2px solid #fc6e50;
    border-right: 2px solid #fc6e50;
    border-top: 2px solid #fc6e50;
    background-color: #ebebeb;
}

.has-error .input-group input:focus+.input-group-addon {
    border-bottom: 2px solid #fc6e50;
    border-right: 2px solid #fc6e50;
    border-top: 2px solid #fc6e50;
}

.input-group input:focus {
    border-right: 0;
}

.input-group input:focus+.input-group-addon {
    border-bottom: 2px solid #90e600;
    border-right: 2px solid #90e600;
    border-top: 2px solid #90e600;
}

.input-group .form-control.input-validation-error {
    border-right: 0;
}

.field-help-sign {
    background-image: url('../images/help_on_mobile_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: sub;
    height: 18px;
    width: 18px;
    background-size: 26px 26px;
    margin-left: 4px;
}

.field-help-sign:hover .field-help-sign:focus {
    background-image: url('../images/help_off_mobile_icon.png');
    cursor: help;
}

.form-group.has-error .field-help-sign {
    background-image: url('../images/help_error_mobile_icon.png');
}

.field-help-text {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 2px solid #90e600;
    font: normal 10px "Source Sans Pro","Verdana","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 9px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index: 3;
    max-width: 100%;
}

.validation-block {
    margin-top: 3px;
    float: right;
}

.has-error .validation-block {
    color: #fc6e50;
    font-size: 10px;
    line-height: 16px;
}

@media (min-width:768px){
    .field-help-text {
        max-width: 339px;
        font-size: 16px;
        padding: 14px;
    }

    .validation-block {
        margin-top: 8px;
    }

    .form-control {
        font-size: 18px;
        height: 42px;
    }

    .date-time-helper {
        height: 100%;
    }

    .field-help-sign {
        height: 21px;
        width: 21px;
        background-size: 30px 30px;
    }

    input.form-control {
        padding-top: 1px;
    }

    .input-group-addon {
        width: 40px;
    }

    .has-error .validation-block {
        font-size: 16px;
    }
}

@media (min-width:1024px){
    .field-help-text {
        max-width: 467px;
    }

    .date-time-helper {
        height: 42px;
    }
}

@media (min-width:1200px){
    .field-help-text {
        max-width: 555px;
    }
}

.btn {
    border-radius: 0;
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #002e6d;
    color: #fff;
    padding-left: 42px;
    padding-right: 42px;
    white-space: normal;
}

.btn-migri-blue {
    background-color: #002e6d;
    color: #fff;
}

.btn-migri-blue-block {
    background-color: #002e6d;
    margin-top: 36px;
    color: #fff;
    display: block;
    width: 100%;
}

.btn-migri-blue[disabled] {
    opacity: .6;
    color: #ebebeb;
}

.btn-migri-blue-block[disabled] {
    opacity: .6;
    color: #ebebeb;
    display: block;
    width: 100%;
}

.btn-migri-gray {
    background-color: #b1b1b1;
    color: #fff;
}

.btn-migri-gray[disabled] {
    opacity: .6;
    color: #ebebeb;
}

.btn-migri-white-red {
    background-color: #fff;
    color: #fc6e50;
}

.btn-migri-white-red:hover {
    color: #fc6e50;
}

.btn-migri-white-red:focus {
    color: #fc6e50;
}

.btn-migri-white-red[disabled] {
    opacity: .6;
    background-color: #ebebeb;
}

.btn-dynamic-blocks {
    background-color: #b1b1b1;
    color: #fff;
    display: block;
    width: 100%;
    margin-top: 9px;
    margin-bottom: 18px;
}

.btn-button1-Step5 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.btn-support {
    width: 180px;
    font-size: 14px;
}

.btn-advisor-search {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #002e6d;
    color: #fff;
    padding-left: 42px;
    padding-right: 42px;
    white-space: normal;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 26px;
    margin-left: 0;
}

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

.btn-advisor-search:hover,
.btn-advisor-search:focus,
.btn-advisor-search.focus {
    color: #fff;
    text-decoration: none;
}

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

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

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

.buttons-margins>.btn {
    margin-top: 5px;
    margin-left: 5px;
}

@media (min-width:768px){
    .btn-button1 {
        font-size: 30px;
        padding-left: 96px;
        padding-right: 96px;
    }

    .btn-button2 {
        font-size: 20px;
        padding-left: 56px;
        padding-right: 56px;
    }

    .btn-dynamic-blocks {
        margin-top: 14px;
        margin-bottom: 28px;
    }

    .btn-advisor-search {
        margin-left: -20px;
    }
}

.formsubmit {
    padding-top: 64px;
    padding-bottom: 64px;
    text-align: center;
}

hr.form-separator {
    border-bottom: 2px solid #002e6d;
    margin-top: -12px;
}

hr.form-separator-no-margin {
    border-bottom: 2px solid #002e6d;
}

.moved-away {
    position: absolute;
    overflow: hidden;
    left: -100000px;
}

.required {
    display: none;
}

@media (max-width:400px){
    .multiselect-option.is-selected>div>img.check-icon {
        position: absolute;
        right: 10px;
    }
}

@media (min-width:400px){
    .multiselect-option.is-selected>div>img.check-icon {
        position: absolute;
        right: 14px;
    }
}

.dynamic-controls-item:not(:first-child) {
    margin-top: 40px;
}

.dynamic-controls-item {
    display: block;
}

.dynamic-controls-remove-button,
.manual-list-controls-remove-button {
    position: relative;
    cursor: pointer;
}

.dynamic-controls-remove-button img,
.manual-list-controls-remove-button img {
    width: 16px;
    position: absolute;
    right: 0;
    bottom: -16px;
    z-index: 1;
    margin-right: 15px;
}

.dynamic-controls-trigger.form-control {
    color: #fff;
    background-color: #b1b1b1;
    margin-bottom: 54px;
    text-transform: uppercase;
}

@media (min-width:400px){
    .dynamic-controls-remove-button img,
    .manual-list-controls-remove-button img {
        width: 20px;
        bottom: -16px;
    }
}

@media (min-width:1024px){
    .dynamic-controls-remove-button img,
    .manual-list-controls-remove-button img {
        width: 24px;
        bottom: -20px;
    }
}

@media (min-width:1200px){
    .dynamic-controls-remove-button img,
    .manual-list-controls-remove-button img {
        width: 30px;
        bottom: -26px;
    }
}

div.attach-block {
    font: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
}

div.attach-block .no-attachment {
    color: #b1b1b1;
    height: 42px;
    line-height: 42px;
}

div.attach-block .attach-file,
div.attach-block .no-attachment {
    margin-bottom: 12px;
}

div.attach-block .remove-file {
    float: left;
    height: 42px;
    cursor: pointer;
}

div.attach-block .file-name {
    word-wrap: break-word;
    padding-left: 5px;
    margin-left: 42px;
    height: 42px;
    line-height: 42px;
}

div.attach-block .operations {
    clear: left;
    padding-top: 32px;
}

.fileupload-buttonbar .fileinput-button:focus-within {
    border: 1px solid #fff;
    outline: 2px solid #000;
}

@media (min-width:768px){
    div.attach-block {
        font-size: 20px;
    }

    div.attach-block .attach-file,
    div.attach-block .no-attachment {
        margin-bottom: 16px;
    }

    div.attach-block .file-name {
        line-height: 42px;
        margin-left: 30px;
    }
}

.btn.upload-button[disabled='disabled'] {
    background-color: #d3e6ff;
    cursor: default;
}

.file-upload-header2 {
    margin-bottom: 0;
    margin-top: 36px;
}

.file-upload-header4 {
    font: bold 12px "Source Sans Pro","Verdana","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.coapplicant-header {
    padding-top: 36px;
    margin-bottom: 9px;
}

.uma-ajax-file-uload {
    position: relative;
}

.uma-file-upload-error {
    padding-bottom: 40px;
    font: bold 14px Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
}

.files {
    padding-top: 10px;
    font: bold 14px Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
}

.empty-string.upload-error {
    color: #fc6e50;
}

.empty-string {
    color: #b1b1b1;
    font: bold 14px Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
}

.btn.add-button {
    border-width: 0;
    min-width: 144px;
    max-width: 100%;
}

.btn.upload-button {
    border-width: 0;
    display: block;
    float: right;
    background-color: #002e6d;
}

.dropzone-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: none;
    height: 100%;
}

.dropzone {
    display: none;
    height: 100%;
    width: 100%;
}

.dropzone.hover {
    border-style: dashed;
    border-width: 1px;
    margin: -2px;
    border-color: #b1b1b1;
}

.dropzone.fade {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1;
}

.drop-text-container {
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%;
    text-align: center;
    font: bold 16px Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
}

.drop-text-container .drop-text {
    font-weight: bold;
    display: none;
    position: relative;
    line-height: 0;
    color: #b1b1b1;
}

.template-upload .upload-progress-bar,
.template-download .upload-progress-bar {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    width: 300px;
}

.template-upload .upload-with-description-progress-bar,
.template-download .upload-with-description-progress-bar {
    width: 150px;
}

.template-upload .progress,
.template-download .progress {
    margin-bottom: 0;
}

.template-upload .file-row,
.template-download .file-row {
    position: relative;
}

.template-upload div.name,
.template-download div.name {
    min-width: 100px;
    max-width: 150px;
}

.template-upload .file-name,
.template-download .file-name {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

.template-upload .file-block-wrapper,
.template-download .file-block-wrapper {
    position: relative;
    height: 100%;
}

.template-upload .file-block,
.template-download .file-block {
    padding-left: 15px;
    position: absolute;
    bottom: 0;
}

.template-upload .delete-image,
.template-download .delete-image {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    min-width: 42px;
}

.template-upload .start,
.template-download .start {
    height: 0;
    border-width: 0;
}

.template-upload .item-upload-button,
.template-download .item-upload-button {
    height: 0;
    float: right;
    visibility: collapse;
}

@media (max-width:767px){
    .btn.upload-button {
        float: none;
    }

    .template-upload .file-block,
    .template-download .file-block {
        position: relative;
    }
}

@media (min-width:768px){
    .dropzone-wrapper {
        display: block;
    }

    .dropzone {
        display: block;
        width: 450px;
    }

    .drop-text-container {
        font: bold 24px Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    }

    .empty-string {
        font: bold 20px Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    }

    .file-upload-header2 {
        margin-bottom: 0;
        margin-top: 56px;
    }

    .file-upload-header4 {
        font: bold 18px "Source Sans Pro","Verdana","Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .files {
        padding-top: 30px;
        font: bold 20px Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    }

    .template-upload div.name,
    .template-download div.name {
        min-width: 280px;
        max-width: none;
    }

    .template-upload div.name.description,
    .template-download div.name.description {
        min-width: 0;
        max-width: 280px;
    }

    .template-upload .upload-with-description-progress-bar,
    .template-download .upload-with-description-progress-bar {
        min-width: 280px;
    }

    .btn.add-button {
        min-width: 162px;
    }

    .uma-file-upload-error {
        font: bold 20px Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    }
}

@media (min-width:1024px){
    .dropzone {
        width: 592px;
    }

    .files {
        padding-top: 30px;
    }

    .btn.add-button {
        min-width: 220px;
    }
}

@media (min-width:1200px){
    .files {
        padding-top: 30px;
    }

    .dropzone {
        width: 728px;
    }

    .btn.add-button {
        min-width: 272px;
    }
}

.collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.expander-block {
    margin-top: 36px;
    box-shadow: rgba(0,0,0,0) 0 0 0 0;
}

.expander-block .expander-header .header-left {
    font-size: 14px;
    font-weight: bold;
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    line-height: 154%;
    padding-right: 38px;
}

.expander-block .expander-header .header {
    cursor: pointer;
    position: relative;
}

.expander-block .expander-header .header-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.expander-block .expander-header .expander-green-line {
    background-color: #90e600;
    width: 0%;
    float: left;
    height: 3px;
}

.expander-block .expander-header .expander-pink-line {
    background-color: #b1b1b1;
    width: 100%;
    height: 3px;
}

.expander-block .expander-header img {
    width: 24px;
    margin-right: 15px;
}

.expander-block .text-decoration-none {
    text-decoration: none;
}

.expander-block .expanding-element {
    padding-top: 36px;
    padding-bottom: 54px;
}

.attachment-container.expander-block .expanding-element {
    padding-top: 18px;
}

section#HelpPage .expanding-element {
    padding-top: 18px;
    padding-bottom: 18px;
}

@media (min-width:768px){
    .attachment-container.expander-block .expanding-element {
        padding-top: 21px;
    }

    .expander-block {
        margin-top: 56px;
    }

    .expander-block .expander-header img {
        width: 34px;
    }

    .expander-block .expander-header .header-left {
        font-size: 20px;
        padding-right: 38px;
    }

    .expander-block .expander-header .expander-green-line {
        height: 6px;
    }

    .expander-block .expander-header .expander-pink-line {
        height: 6px;
    }

    .expander-block .expander-header .expanding-element {
        padding-top: 56px;
        padding-bottom: 84px;
    }

    section#HelpPage .expanding-element {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

@media (min-width:1024px){
    .expander-block .expander-header .header-left {
        font-size: 22px;
        padding-right: 38px;
    }
}

.path-descr {
    padding-bottom: 36px;
    width: 100%;
    font-size: 11px;
}

.path-descr a:hover {
    font-weight: bold;
}

.path-descr div:nth-child(n) {
    float: left;
}

.path-descr div:nth-child(n):after {
    content: '  – ';
}

.path-descr div:nth-last-child(-n+1) {
    float: left;
    color: #000;
    font-weight: bold;
}

.path-descr div:nth-last-child(-n+1) a {
    color: #000;
    text-decoration: none;
}

.path-descr div:nth-last-child(-n+1):after {
    content: '';
}

.path-descr div:nth-last-child(-n+1):before {
    content: '';
}

.path-active {
    color: #000;
    font-weight: bold;
    font-size: 11px;
}

.path-header {
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 18px;
    line-height: 16px;
}

.clearfix-heading {
    clear: both;
}

@media (min-width:768px){
    .path-descr {
        padding-bottom: 56px;
        font-size: 14px;
    }

    .path-active {
        font-size: 14px;
    }

    .path-header {
        font-size: 20px;
        margin-bottom: 42px;
        line-height: 28px;
    }
}

div.editLink {
    text-align: right;
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    color: #90e600;
    padding-right: 5px;
}

div.editLink a {
    color: #90e600;
}

div.editLink a:hover,
div.editLink a:focus {
    text-decoration: underline;
}

.hr-help-line {
    margin-top: 2px;
    width: 100%;
    border-top: 14px solid #d9d9d9;
}

@media (min-width:1024px){
    .hr-help-line {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (min-width:1200px){
    .hr-help-line {
        margin-left: -37px;
        margin-right: -37px;
    }
}

.dashboard-table-base {
    width: 100%;
    border-collapse: separate;
    border-spacing: 11px 0;
    text-align: center;
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    font-weight: bold;
    padding-bottom: 36px;
}

.dashboard-table-base td.inactive {
    border-top: 2px solid #002e6d;
}

.dashboard-table-base td.inactive-gray {
    background-color: #e5f0ff;
}

.dashboard-table-base td.active {
    background-color: #90e600;
}

.dashboard-table-base td.invalid {
    background-color: red;
}

.dashboard-table-base a:hover,
.dashboard-table-base a:focus {
    color: #000;
    text-decoration: none;
}

.border-top {
    margin-top: 42px;
    border-top: 1px solid #002e6d;
}

table.dashboard-tab-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 11px 0;
    text-align: center;
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    font-weight: bold;
    padding-bottom: 36px;
}

table.dashboard-tab-table td.inactive {
    border-top: 2px solid #002e6d;
}

table.dashboard-tab-table td.inactive-gray {
    background-color: #e5f0ff;
}

table.dashboard-tab-table td.active {
    background-color: #90e600;
}

table.dashboard-tab-table td.invalid {
    background-color: red;
}

table.dashboard-tab-table a:hover,
table.dashboard-tab-table a:focus {
    color: #000;
    text-decoration: none;
}

@media (max-width:399px){
    table.dashboard-tab-table {
        display: none;
    }
}

@media (min-width:768px) and (max-width:1024px){
    table.employer-tabs-compact-size {
        font-size: 16px;
    }
}

@media (max-width:545px){
    table.employer-tabs-compact-size {
        font-size: 10px;
    }
}

.dashboard-fake-images {
    margin-left: 12px;
}

table.dashboard-app-tab-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 11px 0;
    text-align: center;
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    font-weight: bold;
    padding-bottom: 36px;
    height: 98px;
}

table.dashboard-app-tab-table td.inactive {
    border-top: 2px solid #002e6d;
}

table.dashboard-app-tab-table td.inactive-gray {
    background-color: #e5f0ff;
}

table.dashboard-app-tab-table td.active {
    background-color: #90e600;
}

table.dashboard-app-tab-table td.invalid {
    background-color: red;
}

table.dashboard-app-tab-table a:hover,
table.dashboard-app-tab-table a:focus {
    color: #000;
    text-decoration: none;
}

.dashboard-app-status-text div {
    opacity: .3;
    text-align: left;
    font-size: 20px;
}

.dashboard-app-h1 {
    text-align: left;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 60px;
    opacity: .3;
}

@media (min-width:768px){
    table.dashboard-tab-table {
        padding-bottom: 56px;
    }

    .dashboard-table-base {
        padding-bottom: 56px;
    }
}

@media (min-width:400px){
    .dashboard-fake-images {
        height: 200px;
    }
}

@media (min-width:768px){
    .dashboard-fake-images {
        height: 300px;
    }
}

@media (min-width:1024px){
    .dashboard-fake-images {
        height: 500px;
    }
}

.h1-form-header {
    margin-bottom: 27px;
}

.radial-progress-no-error {
    background-color: #d9d9d9;
}

.radial-progress-error {
    background-color: #fc6e50;
}

.radial-progress[data-progress="0"] .top-circle .mask.full,
.radial-progress[data-progress="0"] .top-circle .fill {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.radial-progress[data-progress="0"] .top-circle .fill.fix {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.radial-progress[data-progress="1"] .top-circle .mask.full,
.radial-progress[data-progress="1"] .top-circle .fill {
    -webkit-transform: rotate(1.8deg);
    -ms-transform: rotate(1.8deg);
    transform: rotate(1.8deg);
}

.radial-progress[data-progress="1"] .top-circle .fill.fix {
    -webkit-transform: rotate(3.6deg);
    -ms-transform: rotate(3.6deg);
    transform: rotate(3.6deg);
}

.radial-progress[data-progress="2"] .top-circle .mask.full,
.radial-progress[data-progress="2"] .top-circle .fill {
    -webkit-transform: rotate(3.6deg);
    -ms-transform: rotate(3.6deg);
    transform: rotate(3.6deg);
}

.radial-progress[data-progress="2"] .top-circle .fill.fix {
    -webkit-transform: rotate(7.2deg);
    -ms-transform: rotate(7.2deg);
    transform: rotate(7.2deg);
}

.radial-progress[data-progress="3"] .top-circle .mask.full,
.radial-progress[data-progress="3"] .top-circle .fill {
    -webkit-transform: rotate(5.4deg);
    -ms-transform: rotate(5.4deg);
    transform: rotate(5.4deg);
}

.radial-progress[data-progress="3"] .top-circle .fill.fix {
    -webkit-transform: rotate(10.8deg);
    -ms-transform: rotate(10.8deg);
    transform: rotate(10.8deg);
}

.radial-progress[data-progress="4"] .top-circle .mask.full,
.radial-progress[data-progress="4"] .top-circle .fill {
    -webkit-transform: rotate(7.2deg);
    -ms-transform: rotate(7.2deg);
    transform: rotate(7.2deg);
}

.radial-progress[data-progress="4"] .top-circle .fill.fix {
    -webkit-transform: rotate(14.4deg);
    -ms-transform: rotate(14.4deg);
    transform: rotate(14.4deg);
}

.radial-progress[data-progress="5"] .top-circle .mask.full,
.radial-progress[data-progress="5"] .top-circle .fill {
    -webkit-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    transform: rotate(9deg);
}

.radial-progress[data-progress="5"] .top-circle .fill.fix {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
}

.radial-progress[data-progress="6"] .top-circle .mask.full,
.radial-progress[data-progress="6"] .top-circle .fill {
    -webkit-transform: rotate(10.8deg);
    -ms-transform: rotate(10.8deg);
    transform: rotate(10.8deg);
}

.radial-progress[data-progress="6"] .top-circle .fill.fix {
    -webkit-transform: rotate(21.6deg);
    -ms-transform: rotate(21.6deg);
    transform: rotate(21.6deg);
}

.radial-progress[data-progress="7"] .top-circle .mask.full,
.radial-progress[data-progress="7"] .top-circle .fill {
    -webkit-transform: rotate(12.6deg);
    -ms-transform: rotate(12.6deg);
    transform: rotate(12.6deg);
}

.radial-progress[data-progress="7"] .top-circle .fill.fix {
    -webkit-transform: rotate(25.2deg);
    -ms-transform: rotate(25.2deg);
    transform: rotate(25.2deg);
}

.radial-progress[data-progress="8"] .top-circle .mask.full,
.radial-progress[data-progress="8"] .top-circle .fill {
    -webkit-transform: rotate(14.4deg);
    -ms-transform: rotate(14.4deg);
    transform: rotate(14.4deg);
}

.radial-progress[data-progress="8"] .top-circle .fill.fix {
    -webkit-transform: rotate(28.8deg);
    -ms-transform: rotate(28.8deg);
    transform: rotate(28.8deg);
}

.radial-progress[data-progress="9"] .top-circle .mask.full,
.radial-progress[data-progress="9"] .top-circle .fill {
    -webkit-transform: rotate(16.2deg);
    -ms-transform: rotate(16.2deg);
    transform: rotate(16.2deg);
}

.radial-progress[data-progress="9"] .top-circle .fill.fix {
    -webkit-transform: rotate(32.4deg);
    -ms-transform: rotate(32.4deg);
    transform: rotate(32.4deg);
}

.radial-progress[data-progress="10"] .top-circle .mask.full,
.radial-progress[data-progress="10"] .top-circle .fill {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
}

.radial-progress[data-progress="10"] .top-circle .fill.fix {
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg);
}

.radial-progress[data-progress="11"] .top-circle .mask.full,
.radial-progress[data-progress="11"] .top-circle .fill {
    -webkit-transform: rotate(19.8deg);
    -ms-transform: rotate(19.8deg);
    transform: rotate(19.8deg);
}

.radial-progress[data-progress="11"] .top-circle .fill.fix {
    -webkit-transform: rotate(39.6deg);
    -ms-transform: rotate(39.6deg);
    transform: rotate(39.6deg);
}

.radial-progress[data-progress="12"] .top-circle .mask.full,
.radial-progress[data-progress="12"] .top-circle .fill {
    -webkit-transform: rotate(21.6deg);
    -ms-transform: rotate(21.6deg);
    transform: rotate(21.6deg);
}

.radial-progress[data-progress="12"] .top-circle .fill.fix {
    -webkit-transform: rotate(43.2deg);
    -ms-transform: rotate(43.2deg);
    transform: rotate(43.2deg);
}

.radial-progress[data-progress="13"] .top-circle .mask.full,
.radial-progress[data-progress="13"] .top-circle .fill {
    -webkit-transform: rotate(23.4deg);
    -ms-transform: rotate(23.4deg);
    transform: rotate(23.4deg);
}

.radial-progress[data-progress="13"] .top-circle .fill.fix {
    -webkit-transform: rotate(46.8deg);
    -ms-transform: rotate(46.8deg);
    transform: rotate(46.8deg);
}

.radial-progress[data-progress="14"] .top-circle .mask.full,
.radial-progress[data-progress="14"] .top-circle .fill {
    -webkit-transform: rotate(25.2deg);
    -ms-transform: rotate(25.2deg);
    transform: rotate(25.2deg);
}

.radial-progress[data-progress="14"] .top-circle .fill.fix {
    -webkit-transform: rotate(50.4deg);
    -ms-transform: rotate(50.4deg);
    transform: rotate(50.4deg);
}

.radial-progress[data-progress="15"] .top-circle .mask.full,
.radial-progress[data-progress="15"] .top-circle .fill {
    -webkit-transform: rotate(27deg);
    -ms-transform: rotate(27deg);
    transform: rotate(27deg);
}

.radial-progress[data-progress="15"] .top-circle .fill.fix {
    -webkit-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    transform: rotate(54deg);
}

.radial-progress[data-progress="16"] .top-circle .mask.full,
.radial-progress[data-progress="16"] .top-circle .fill {
    -webkit-transform: rotate(28.8deg);
    -ms-transform: rotate(28.8deg);
    transform: rotate(28.8deg);
}

.radial-progress[data-progress="16"] .top-circle .fill.fix {
    -webkit-transform: rotate(57.6deg);
    -ms-transform: rotate(57.6deg);
    transform: rotate(57.6deg);
}

.radial-progress[data-progress="17"] .top-circle .mask.full,
.radial-progress[data-progress="17"] .top-circle .fill {
    -webkit-transform: rotate(30.6deg);
    -ms-transform: rotate(30.6deg);
    transform: rotate(30.6deg);
}

.radial-progress[data-progress="17"] .top-circle .fill.fix {
    -webkit-transform: rotate(61.2deg);
    -ms-transform: rotate(61.2deg);
    transform: rotate(61.2deg);
}

.radial-progress[data-progress="18"] .top-circle .mask.full,
.radial-progress[data-progress="18"] .top-circle .fill {
    -webkit-transform: rotate(32.4deg);
    -ms-transform: rotate(32.4deg);
    transform: rotate(32.4deg);
}

.radial-progress[data-progress="18"] .top-circle .fill.fix {
    -webkit-transform: rotate(64.8deg);
    -ms-transform: rotate(64.8deg);
    transform: rotate(64.8deg);
}

.radial-progress[data-progress="19"] .top-circle .mask.full,
.radial-progress[data-progress="19"] .top-circle .fill {
    -webkit-transform: rotate(34.2deg);
    -ms-transform: rotate(34.2deg);
    transform: rotate(34.2deg);
}

.radial-progress[data-progress="19"] .top-circle .fill.fix {
    -webkit-transform: rotate(68.4deg);
    -ms-transform: rotate(68.4deg);
    transform: rotate(68.4deg);
}

.radial-progress[data-progress="20"] .top-circle .mask.full,
.radial-progress[data-progress="20"] .top-circle .fill {
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg);
}

.radial-progress[data-progress="20"] .top-circle .fill.fix {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    transform: rotate(72deg);
}

.radial-progress[data-progress="21"] .top-circle .mask.full,
.radial-progress[data-progress="21"] .top-circle .fill {
    -webkit-transform: rotate(37.8deg);
    -ms-transform: rotate(37.8deg);
    transform: rotate(37.8deg);
}

.radial-progress[data-progress="21"] .top-circle .fill.fix {
    -webkit-transform: rotate(75.6deg);
    -ms-transform: rotate(75.6deg);
    transform: rotate(75.6deg);
}

.radial-progress[data-progress="22"] .top-circle .mask.full,
.radial-progress[data-progress="22"] .top-circle .fill {
    -webkit-transform: rotate(39.6deg);
    -ms-transform: rotate(39.6deg);
    transform: rotate(39.6deg);
}

.radial-progress[data-progress="22"] .top-circle .fill.fix {
    -webkit-transform: rotate(79.2deg);
    -ms-transform: rotate(79.2deg);
    transform: rotate(79.2deg);
}

.radial-progress[data-progress="23"] .top-circle .mask.full,
.radial-progress[data-progress="23"] .top-circle .fill {
    -webkit-transform: rotate(41.4deg);
    -ms-transform: rotate(41.4deg);
    transform: rotate(41.4deg);
}

.radial-progress[data-progress="23"] .top-circle .fill.fix {
    -webkit-transform: rotate(82.8deg);
    -ms-transform: rotate(82.8deg);
    transform: rotate(82.8deg);
}

.radial-progress[data-progress="24"] .top-circle .mask.full,
.radial-progress[data-progress="24"] .top-circle .fill {
    -webkit-transform: rotate(43.2deg);
    -ms-transform: rotate(43.2deg);
    transform: rotate(43.2deg);
}

.radial-progress[data-progress="24"] .top-circle .fill.fix {
    -webkit-transform: rotate(86.4deg);
    -ms-transform: rotate(86.4deg);
    transform: rotate(86.4deg);
}

.radial-progress[data-progress="25"] .top-circle .mask.full,
.radial-progress[data-progress="25"] .top-circle .fill {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radial-progress[data-progress="25"] .top-circle .fill.fix {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.radial-progress[data-progress="26"] .top-circle .mask.full,
.radial-progress[data-progress="26"] .top-circle .fill {
    -webkit-transform: rotate(46.8deg);
    -ms-transform: rotate(46.8deg);
    transform: rotate(46.8deg);
}

.radial-progress[data-progress="26"] .top-circle .fill.fix {
    -webkit-transform: rotate(93.6deg);
    -ms-transform: rotate(93.6deg);
    transform: rotate(93.6deg);
}

.radial-progress[data-progress="27"] .top-circle .mask.full,
.radial-progress[data-progress="27"] .top-circle .fill {
    -webkit-transform: rotate(48.6deg);
    -ms-transform: rotate(48.6deg);
    transform: rotate(48.6deg);
}

.radial-progress[data-progress="27"] .top-circle .fill.fix {
    -webkit-transform: rotate(97.2deg);
    -ms-transform: rotate(97.2deg);
    transform: rotate(97.2deg);
}

.radial-progress[data-progress="28"] .top-circle .mask.full,
.radial-progress[data-progress="28"] .top-circle .fill {
    -webkit-transform: rotate(50.4deg);
    -ms-transform: rotate(50.4deg);
    transform: rotate(50.4deg);
}

.radial-progress[data-progress="28"] .top-circle .fill.fix {
    -webkit-transform: rotate(100.8deg);
    -ms-transform: rotate(100.8deg);
    transform: rotate(100.8deg);
}

.radial-progress[data-progress="29"] .top-circle .mask.full,
.radial-progress[data-progress="29"] .top-circle .fill {
    -webkit-transform: rotate(52.2deg);
    -ms-transform: rotate(52.2deg);
    transform: rotate(52.2deg);
}

.radial-progress[data-progress="29"] .top-circle .fill.fix {
    -webkit-transform: rotate(104.4deg);
    -ms-transform: rotate(104.4deg);
    transform: rotate(104.4deg);
}

.radial-progress[data-progress="30"] .top-circle .mask.full,
.radial-progress[data-progress="30"] .top-circle .fill {
    -webkit-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    transform: rotate(54deg);
}

.radial-progress[data-progress="30"] .top-circle .fill.fix {
    -webkit-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    transform: rotate(108deg);
}

.radial-progress[data-progress="31"] .top-circle .mask.full,
.radial-progress[data-progress="31"] .top-circle .fill {
    -webkit-transform: rotate(55.8deg);
    -ms-transform: rotate(55.8deg);
    transform: rotate(55.8deg);
}

.radial-progress[data-progress="31"] .top-circle .fill.fix {
    -webkit-transform: rotate(111.6deg);
    -ms-transform: rotate(111.6deg);
    transform: rotate(111.6deg);
}

.radial-progress[data-progress="32"] .top-circle .mask.full,
.radial-progress[data-progress="32"] .top-circle .fill {
    -webkit-transform: rotate(57.6deg);
    -ms-transform: rotate(57.6deg);
    transform: rotate(57.6deg);
}

.radial-progress[data-progress="32"] .top-circle .fill.fix {
    -webkit-transform: rotate(115.2deg);
    -ms-transform: rotate(115.2deg);
    transform: rotate(115.2deg);
}

.radial-progress[data-progress="33"] .top-circle .mask.full,
.radial-progress[data-progress="33"] .top-circle .fill {
    -webkit-transform: rotate(59.4deg);
    -ms-transform: rotate(59.4deg);
    transform: rotate(59.4deg);
}

.radial-progress[data-progress="33"] .top-circle .fill.fix {
    -webkit-transform: rotate(118.8deg);
    -ms-transform: rotate(118.8deg);
    transform: rotate(118.8deg);
}

.radial-progress[data-progress="34"] .top-circle .mask.full,
.radial-progress[data-progress="34"] .top-circle .fill {
    -webkit-transform: rotate(61.2deg);
    -ms-transform: rotate(61.2deg);
    transform: rotate(61.2deg);
}

.radial-progress[data-progress="34"] .top-circle .fill.fix {
    -webkit-transform: rotate(122.4deg);
    -ms-transform: rotate(122.4deg);
    transform: rotate(122.4deg);
}

.radial-progress[data-progress="35"] .top-circle .mask.full,
.radial-progress[data-progress="35"] .top-circle .fill {
    -webkit-transform: rotate(63deg);
    -ms-transform: rotate(63deg);
    transform: rotate(63deg);
}

.radial-progress[data-progress="35"] .top-circle .fill.fix {
    -webkit-transform: rotate(126deg);
    -ms-transform: rotate(126deg);
    transform: rotate(126deg);
}

.radial-progress[data-progress="36"] .top-circle .mask.full,
.radial-progress[data-progress="36"] .top-circle .fill {
    -webkit-transform: rotate(64.8deg);
    -ms-transform: rotate(64.8deg);
    transform: rotate(64.8deg);
}

.radial-progress[data-progress="36"] .top-circle .fill.fix {
    -webkit-transform: rotate(129.6deg);
    -ms-transform: rotate(129.6deg);
    transform: rotate(129.6deg);
}

.radial-progress[data-progress="37"] .top-circle .mask.full,
.radial-progress[data-progress="37"] .top-circle .fill {
    -webkit-transform: rotate(66.6deg);
    -ms-transform: rotate(66.6deg);
    transform: rotate(66.6deg);
}

.radial-progress[data-progress="37"] .top-circle .fill.fix {
    -webkit-transform: rotate(133.2deg);
    -ms-transform: rotate(133.2deg);
    transform: rotate(133.2deg);
}

.radial-progress[data-progress="38"] .top-circle .mask.full,
.radial-progress[data-progress="38"] .top-circle .fill {
    -webkit-transform: rotate(68.4deg);
    -ms-transform: rotate(68.4deg);
    transform: rotate(68.4deg);
}

.radial-progress[data-progress="38"] .top-circle .fill.fix {
    -webkit-transform: rotate(136.8deg);
    -ms-transform: rotate(136.8deg);
    transform: rotate(136.8deg);
}

.radial-progress[data-progress="39"] .top-circle .mask.full,
.radial-progress[data-progress="39"] .top-circle .fill {
    -webkit-transform: rotate(70.2deg);
    -ms-transform: rotate(70.2deg);
    transform: rotate(70.2deg);
}

.radial-progress[data-progress="39"] .top-circle .fill.fix {
    -webkit-transform: rotate(140.4deg);
    -ms-transform: rotate(140.4deg);
    transform: rotate(140.4deg);
}

.radial-progress[data-progress="40"] .top-circle .mask.full,
.radial-progress[data-progress="40"] .top-circle .fill {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    transform: rotate(72deg);
}

.radial-progress[data-progress="40"] .top-circle .fill.fix {
    -webkit-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    transform: rotate(144deg);
}

.radial-progress[data-progress="41"] .top-circle .mask.full,
.radial-progress[data-progress="41"] .top-circle .fill {
    -webkit-transform: rotate(73.8deg);
    -ms-transform: rotate(73.8deg);
    transform: rotate(73.8deg);
}

.radial-progress[data-progress="41"] .top-circle .fill.fix {
    -webkit-transform: rotate(147.6deg);
    -ms-transform: rotate(147.6deg);
    transform: rotate(147.6deg);
}

.radial-progress[data-progress="42"] .top-circle .mask.full,
.radial-progress[data-progress="42"] .top-circle .fill {
    -webkit-transform: rotate(75.6deg);
    -ms-transform: rotate(75.6deg);
    transform: rotate(75.6deg);
}

.radial-progress[data-progress="42"] .top-circle .fill.fix {
    -webkit-transform: rotate(151.2deg);
    -ms-transform: rotate(151.2deg);
    transform: rotate(151.2deg);
}

.radial-progress[data-progress="43"] .top-circle .mask.full,
.radial-progress[data-progress="43"] .top-circle .fill {
    -webkit-transform: rotate(77.4deg);
    -ms-transform: rotate(77.4deg);
    transform: rotate(77.4deg);
}

.radial-progress[data-progress="43"] .top-circle .fill.fix {
    -webkit-transform: rotate(154.8deg);
    -ms-transform: rotate(154.8deg);
    transform: rotate(154.8deg);
}

.radial-progress[data-progress="44"] .top-circle .mask.full,
.radial-progress[data-progress="44"] .top-circle .fill {
    -webkit-transform: rotate(79.2deg);
    -ms-transform: rotate(79.2deg);
    transform: rotate(79.2deg);
}

.radial-progress[data-progress="44"] .top-circle .fill.fix {
    -webkit-transform: rotate(158.4deg);
    -ms-transform: rotate(158.4deg);
    transform: rotate(158.4deg);
}

.radial-progress[data-progress="45"] .top-circle .mask.full,
.radial-progress[data-progress="45"] .top-circle .fill {
    -webkit-transform: rotate(81deg);
    -ms-transform: rotate(81deg);
    transform: rotate(81deg);
}

.radial-progress[data-progress="45"] .top-circle .fill.fix {
    -webkit-transform: rotate(162deg);
    -ms-transform: rotate(162deg);
    transform: rotate(162deg);
}

.radial-progress[data-progress="46"] .top-circle .mask.full,
.radial-progress[data-progress="46"] .top-circle .fill {
    -webkit-transform: rotate(82.8deg);
    -ms-transform: rotate(82.8deg);
    transform: rotate(82.8deg);
}

.radial-progress[data-progress="46"] .top-circle .fill.fix {
    -webkit-transform: rotate(165.6deg);
    -ms-transform: rotate(165.6deg);
    transform: rotate(165.6deg);
}

.radial-progress[data-progress="47"] .top-circle .mask.full,
.radial-progress[data-progress="47"] .top-circle .fill {
    -webkit-transform: rotate(84.6deg);
    -ms-transform: rotate(84.6deg);
    transform: rotate(84.6deg);
}

.radial-progress[data-progress="47"] .top-circle .fill.fix {
    -webkit-transform: rotate(169.2deg);
    -ms-transform: rotate(169.2deg);
    transform: rotate(169.2deg);
}

.radial-progress[data-progress="48"] .top-circle .mask.full,
.radial-progress[data-progress="48"] .top-circle .fill {
    -webkit-transform: rotate(86.4deg);
    -ms-transform: rotate(86.4deg);
    transform: rotate(86.4deg);
}

.radial-progress[data-progress="48"] .top-circle .fill.fix {
    -webkit-transform: rotate(172.8deg);
    -ms-transform: rotate(172.8deg);
    transform: rotate(172.8deg);
}

.radial-progress[data-progress="49"] .top-circle .mask.full,
.radial-progress[data-progress="49"] .top-circle .fill {
    -webkit-transform: rotate(88.2deg);
    -ms-transform: rotate(88.2deg);
    transform: rotate(88.2deg);
}

.radial-progress[data-progress="49"] .top-circle .fill.fix {
    -webkit-transform: rotate(176.4deg);
    -ms-transform: rotate(176.4deg);
    transform: rotate(176.4deg);
}

.radial-progress[data-progress="50"] .top-circle .mask.full,
.radial-progress[data-progress="50"] .top-circle .fill {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.radial-progress[data-progress="50"] .top-circle .fill.fix {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.radial-progress[data-progress="51"] .top-circle .mask.full,
.radial-progress[data-progress="51"] .top-circle .fill {
    -webkit-transform: rotate(91.8deg);
    -ms-transform: rotate(91.8deg);
    transform: rotate(91.8deg);
}

.radial-progress[data-progress="51"] .top-circle .fill.fix {
    -webkit-transform: rotate(183.6deg);
    -ms-transform: rotate(183.6deg);
    transform: rotate(183.6deg);
}

.radial-progress[data-progress="52"] .top-circle .mask.full,
.radial-progress[data-progress="52"] .top-circle .fill {
    -webkit-transform: rotate(93.6deg);
    -ms-transform: rotate(93.6deg);
    transform: rotate(93.6deg);
}

.radial-progress[data-progress="52"] .top-circle .fill.fix {
    -webkit-transform: rotate(187.2deg);
    -ms-transform: rotate(187.2deg);
    transform: rotate(187.2deg);
}

.radial-progress[data-progress="53"] .top-circle .mask.full,
.radial-progress[data-progress="53"] .top-circle .fill {
    -webkit-transform: rotate(95.4deg);
    -ms-transform: rotate(95.4deg);
    transform: rotate(95.4deg);
}

.radial-progress[data-progress="53"] .top-circle .fill.fix {
    -webkit-transform: rotate(190.8deg);
    -ms-transform: rotate(190.8deg);
    transform: rotate(190.8deg);
}

.radial-progress[data-progress="54"] .top-circle .mask.full,
.radial-progress[data-progress="54"] .top-circle .fill {
    -webkit-transform: rotate(97.2deg);
    -ms-transform: rotate(97.2deg);
    transform: rotate(97.2deg);
}

.radial-progress[data-progress="54"] .top-circle .fill.fix {
    -webkit-transform: rotate(194.4deg);
    -ms-transform: rotate(194.4deg);
    transform: rotate(194.4deg);
}

.radial-progress[data-progress="55"] .top-circle .mask.full,
.radial-progress[data-progress="55"] .top-circle .fill {
    -webkit-transform: rotate(99deg);
    -ms-transform: rotate(99deg);
    transform: rotate(99deg);
}

.radial-progress[data-progress="55"] .top-circle .fill.fix {
    -webkit-transform: rotate(198deg);
    -ms-transform: rotate(198deg);
    transform: rotate(198deg);
}

.radial-progress[data-progress="56"] .top-circle .mask.full,
.radial-progress[data-progress="56"] .top-circle .fill {
    -webkit-transform: rotate(100.8deg);
    -ms-transform: rotate(100.8deg);
    transform: rotate(100.8deg);
}

.radial-progress[data-progress="56"] .top-circle .fill.fix {
    -webkit-transform: rotate(201.6deg);
    -ms-transform: rotate(201.6deg);
    transform: rotate(201.6deg);
}

.radial-progress[data-progress="57"] .top-circle .mask.full,
.radial-progress[data-progress="57"] .top-circle .fill {
    -webkit-transform: rotate(102.6deg);
    -ms-transform: rotate(102.6deg);
    transform: rotate(102.6deg);
}

.radial-progress[data-progress="57"] .top-circle .fill.fix {
    -webkit-transform: rotate(205.2deg);
    -ms-transform: rotate(205.2deg);
    transform: rotate(205.2deg);
}

.radial-progress[data-progress="58"] .top-circle .mask.full,
.radial-progress[data-progress="58"] .top-circle .fill {
    -webkit-transform: rotate(104.4deg);
    -ms-transform: rotate(104.4deg);
    transform: rotate(104.4deg);
}

.radial-progress[data-progress="58"] .top-circle .fill.fix {
    -webkit-transform: rotate(208.8deg);
    -ms-transform: rotate(208.8deg);
    transform: rotate(208.8deg);
}

.radial-progress[data-progress="59"] .top-circle .mask.full,
.radial-progress[data-progress="59"] .top-circle .fill {
    -webkit-transform: rotate(106.2deg);
    -ms-transform: rotate(106.2deg);
    transform: rotate(106.2deg);
}

.radial-progress[data-progress="59"] .top-circle .fill.fix {
    -webkit-transform: rotate(212.4deg);
    -ms-transform: rotate(212.4deg);
    transform: rotate(212.4deg);
}

.radial-progress[data-progress="60"] .top-circle .mask.full,
.radial-progress[data-progress="60"] .top-circle .fill {
    -webkit-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    transform: rotate(108deg);
}

.radial-progress[data-progress="60"] .top-circle .fill.fix {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    transform: rotate(216deg);
}

.radial-progress[data-progress="61"] .top-circle .mask.full,
.radial-progress[data-progress="61"] .top-circle .fill {
    -webkit-transform: rotate(109.8deg);
    -ms-transform: rotate(109.8deg);
    transform: rotate(109.8deg);
}

.radial-progress[data-progress="61"] .top-circle .fill.fix {
    -webkit-transform: rotate(219.6deg);
    -ms-transform: rotate(219.6deg);
    transform: rotate(219.6deg);
}

.radial-progress[data-progress="62"] .top-circle .mask.full,
.radial-progress[data-progress="62"] .top-circle .fill {
    -webkit-transform: rotate(111.6deg);
    -ms-transform: rotate(111.6deg);
    transform: rotate(111.6deg);
}

.radial-progress[data-progress="62"] .top-circle .fill.fix {
    -webkit-transform: rotate(223.2deg);
    -ms-transform: rotate(223.2deg);
    transform: rotate(223.2deg);
}

.radial-progress[data-progress="63"] .top-circle .mask.full,
.radial-progress[data-progress="63"] .top-circle .fill {
    -webkit-transform: rotate(113.4deg);
    -ms-transform: rotate(113.4deg);
    transform: rotate(113.4deg);
}

.radial-progress[data-progress="63"] .top-circle .fill.fix {
    -webkit-transform: rotate(226.8deg);
    -ms-transform: rotate(226.8deg);
    transform: rotate(226.8deg);
}

.radial-progress[data-progress="64"] .top-circle .mask.full,
.radial-progress[data-progress="64"] .top-circle .fill {
    -webkit-transform: rotate(115.2deg);
    -ms-transform: rotate(115.2deg);
    transform: rotate(115.2deg);
}

.radial-progress[data-progress="64"] .top-circle .fill.fix {
    -webkit-transform: rotate(230.4deg);
    -ms-transform: rotate(230.4deg);
    transform: rotate(230.4deg);
}

.radial-progress[data-progress="65"] .top-circle .mask.full,
.radial-progress[data-progress="65"] .top-circle .fill {
    -webkit-transform: rotate(117deg);
    -ms-transform: rotate(117deg);
    transform: rotate(117deg);
}

.radial-progress[data-progress="65"] .top-circle .fill.fix {
    -webkit-transform: rotate(234deg);
    -ms-transform: rotate(234deg);
    transform: rotate(234deg);
}

.radial-progress[data-progress="66"] .top-circle .mask.full,
.radial-progress[data-progress="66"] .top-circle .fill {
    -webkit-transform: rotate(118.8deg);
    -ms-transform: rotate(118.8deg);
    transform: rotate(118.8deg);
}

.radial-progress[data-progress="66"] .top-circle .fill.fix {
    -webkit-transform: rotate(237.6deg);
    -ms-transform: rotate(237.6deg);
    transform: rotate(237.6deg);
}

.radial-progress[data-progress="67"] .top-circle .mask.full,
.radial-progress[data-progress="67"] .top-circle .fill {
    -webkit-transform: rotate(120.6deg);
    -ms-transform: rotate(120.6deg);
    transform: rotate(120.6deg);
}

.radial-progress[data-progress="67"] .top-circle .fill.fix {
    -webkit-transform: rotate(241.2deg);
    -ms-transform: rotate(241.2deg);
    transform: rotate(241.2deg);
}

.radial-progress[data-progress="68"] .top-circle .mask.full,
.radial-progress[data-progress="68"] .top-circle .fill {
    -webkit-transform: rotate(122.4deg);
    -ms-transform: rotate(122.4deg);
    transform: rotate(122.4deg);
}

.radial-progress[data-progress="68"] .top-circle .fill.fix {
    -webkit-transform: rotate(244.8deg);
    -ms-transform: rotate(244.8deg);
    transform: rotate(244.8deg);
}

.radial-progress[data-progress="69"] .top-circle .mask.full,
.radial-progress[data-progress="69"] .top-circle .fill {
    -webkit-transform: rotate(124.2deg);
    -ms-transform: rotate(124.2deg);
    transform: rotate(124.2deg);
}

.radial-progress[data-progress="69"] .top-circle .fill.fix {
    -webkit-transform: rotate(248.4deg);
    -ms-transform: rotate(248.4deg);
    transform: rotate(248.4deg);
}

.radial-progress[data-progress="70"] .top-circle .mask.full,
.radial-progress[data-progress="70"] .top-circle .fill {
    -webkit-transform: rotate(126deg);
    -ms-transform: rotate(126deg);
    transform: rotate(126deg);
}

.radial-progress[data-progress="70"] .top-circle .fill.fix {
    -webkit-transform: rotate(252deg);
    -ms-transform: rotate(252deg);
    transform: rotate(252deg);
}

.radial-progress[data-progress="71"] .top-circle .mask.full,
.radial-progress[data-progress="71"] .top-circle .fill {
    -webkit-transform: rotate(127.8deg);
    -ms-transform: rotate(127.8deg);
    transform: rotate(127.8deg);
}

.radial-progress[data-progress="71"] .top-circle .fill.fix {
    -webkit-transform: rotate(255.6deg);
    -ms-transform: rotate(255.6deg);
    transform: rotate(255.6deg);
}

.radial-progress[data-progress="72"] .top-circle .mask.full,
.radial-progress[data-progress="72"] .top-circle .fill {
    -webkit-transform: rotate(129.6deg);
    -ms-transform: rotate(129.6deg);
    transform: rotate(129.6deg);
}

.radial-progress[data-progress="72"] .top-circle .fill.fix {
    -webkit-transform: rotate(259.2deg);
    -ms-transform: rotate(259.2deg);
    transform: rotate(259.2deg);
}

.radial-progress[data-progress="73"] .top-circle .mask.full,
.radial-progress[data-progress="73"] .top-circle .fill {
    -webkit-transform: rotate(131.4deg);
    -ms-transform: rotate(131.4deg);
    transform: rotate(131.4deg);
}

.radial-progress[data-progress="73"] .top-circle .fill.fix {
    -webkit-transform: rotate(262.8deg);
    -ms-transform: rotate(262.8deg);
    transform: rotate(262.8deg);
}

.radial-progress[data-progress="74"] .top-circle .mask.full,
.radial-progress[data-progress="74"] .top-circle .fill {
    -webkit-transform: rotate(133.2deg);
    -ms-transform: rotate(133.2deg);
    transform: rotate(133.2deg);
}

.radial-progress[data-progress="74"] .top-circle .fill.fix {
    -webkit-transform: rotate(266.4deg);
    -ms-transform: rotate(266.4deg);
    transform: rotate(266.4deg);
}

.radial-progress[data-progress="75"] .top-circle .mask.full,
.radial-progress[data-progress="75"] .top-circle .fill {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.radial-progress[data-progress="75"] .top-circle .fill.fix {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.radial-progress[data-progress="76"] .top-circle .mask.full,
.radial-progress[data-progress="76"] .top-circle .fill {
    -webkit-transform: rotate(136.8deg);
    -ms-transform: rotate(136.8deg);
    transform: rotate(136.8deg);
}

.radial-progress[data-progress="76"] .top-circle .fill.fix {
    -webkit-transform: rotate(273.6deg);
    -ms-transform: rotate(273.6deg);
    transform: rotate(273.6deg);
}

.radial-progress[data-progress="77"] .top-circle .mask.full,
.radial-progress[data-progress="77"] .top-circle .fill {
    -webkit-transform: rotate(138.6deg);
    -ms-transform: rotate(138.6deg);
    transform: rotate(138.6deg);
}

.radial-progress[data-progress="77"] .top-circle .fill.fix {
    -webkit-transform: rotate(277.2deg);
    -ms-transform: rotate(277.2deg);
    transform: rotate(277.2deg);
}

.radial-progress[data-progress="78"] .top-circle .mask.full,
.radial-progress[data-progress="78"] .top-circle .fill {
    -webkit-transform: rotate(140.4deg);
    -ms-transform: rotate(140.4deg);
    transform: rotate(140.4deg);
}

.radial-progress[data-progress="78"] .top-circle .fill.fix {
    -webkit-transform: rotate(280.8deg);
    -ms-transform: rotate(280.8deg);
    transform: rotate(280.8deg);
}

.radial-progress[data-progress="79"] .top-circle .mask.full,
.radial-progress[data-progress="79"] .top-circle .fill {
    -webkit-transform: rotate(142.2deg);
    -ms-transform: rotate(142.2deg);
    transform: rotate(142.2deg);
}

.radial-progress[data-progress="79"] .top-circle .fill.fix {
    -webkit-transform: rotate(284.4deg);
    -ms-transform: rotate(284.4deg);
    transform: rotate(284.4deg);
}

.radial-progress[data-progress="80"] .top-circle .mask.full,
.radial-progress[data-progress="80"] .top-circle .fill {
    -webkit-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    transform: rotate(144deg);
}

.radial-progress[data-progress="80"] .top-circle .fill.fix {
    -webkit-transform: rotate(288deg);
    -ms-transform: rotate(288deg);
    transform: rotate(288deg);
}

.radial-progress[data-progress="81"] .top-circle .mask.full,
.radial-progress[data-progress="81"] .top-circle .fill {
    -webkit-transform: rotate(145.8deg);
    -ms-transform: rotate(145.8deg);
    transform: rotate(145.8deg);
}

.radial-progress[data-progress="81"] .top-circle .fill.fix {
    -webkit-transform: rotate(291.6deg);
    -ms-transform: rotate(291.6deg);
    transform: rotate(291.6deg);
}

.radial-progress[data-progress="82"] .top-circle .mask.full,
.radial-progress[data-progress="82"] .top-circle .fill {
    -webkit-transform: rotate(147.6deg);
    -ms-transform: rotate(147.6deg);
    transform: rotate(147.6deg);
}

.radial-progress[data-progress="82"] .top-circle .fill.fix {
    -webkit-transform: rotate(295.2deg);
    -ms-transform: rotate(295.2deg);
    transform: rotate(295.2deg);
}

.radial-progress[data-progress="83"] .top-circle .mask.full,
.radial-progress[data-progress="83"] .top-circle .fill {
    -webkit-transform: rotate(149.4deg);
    -ms-transform: rotate(149.4deg);
    transform: rotate(149.4deg);
}

.radial-progress[data-progress="83"] .top-circle .fill.fix {
    -webkit-transform: rotate(298.8deg);
    -ms-transform: rotate(298.8deg);
    transform: rotate(298.8deg);
}

.radial-progress[data-progress="84"] .top-circle .mask.full,
.radial-progress[data-progress="84"] .top-circle .fill {
    -webkit-transform: rotate(151.2deg);
    -ms-transform: rotate(151.2deg);
    transform: rotate(151.2deg);
}

.radial-progress[data-progress="84"] .top-circle .fill.fix {
    -webkit-transform: rotate(302.4deg);
    -ms-transform: rotate(302.4deg);
    transform: rotate(302.4deg);
}

.radial-progress[data-progress="85"] .top-circle .mask.full,
.radial-progress[data-progress="85"] .top-circle .fill {
    -webkit-transform: rotate(153deg);
    -ms-transform: rotate(153deg);
    transform: rotate(153deg);
}

.radial-progress[data-progress="85"] .top-circle .fill.fix {
    -webkit-transform: rotate(306deg);
    -ms-transform: rotate(306deg);
    transform: rotate(306deg);
}

.radial-progress[data-progress="86"] .top-circle .mask.full,
.radial-progress[data-progress="86"] .top-circle .fill {
    -webkit-transform: rotate(154.8deg);
    -ms-transform: rotate(154.8deg);
    transform: rotate(154.8deg);
}

.radial-progress[data-progress="86"] .top-circle .fill.fix {
    -webkit-transform: rotate(309.6deg);
    -ms-transform: rotate(309.6deg);
    transform: rotate(309.6deg);
}

.radial-progress[data-progress="87"] .top-circle .mask.full,
.radial-progress[data-progress="87"] .top-circle .fill {
    -webkit-transform: rotate(156.6deg);
    -ms-transform: rotate(156.6deg);
    transform: rotate(156.6deg);
}

.radial-progress[data-progress="87"] .top-circle .fill.fix {
    -webkit-transform: rotate(313.2deg);
    -ms-transform: rotate(313.2deg);
    transform: rotate(313.2deg);
}

.radial-progress[data-progress="88"] .top-circle .mask.full,
.radial-progress[data-progress="88"] .top-circle .fill {
    -webkit-transform: rotate(158.4deg);
    -ms-transform: rotate(158.4deg);
    transform: rotate(158.4deg);
}

.radial-progress[data-progress="88"] .top-circle .fill.fix {
    -webkit-transform: rotate(316.8deg);
    -ms-transform: rotate(316.8deg);
    transform: rotate(316.8deg);
}

.radial-progress[data-progress="89"] .top-circle .mask.full,
.radial-progress[data-progress="89"] .top-circle .fill {
    -webkit-transform: rotate(160.2deg);
    -ms-transform: rotate(160.2deg);
    transform: rotate(160.2deg);
}

.radial-progress[data-progress="89"] .top-circle .fill.fix {
    -webkit-transform: rotate(320.4deg);
    -ms-transform: rotate(320.4deg);
    transform: rotate(320.4deg);
}

.radial-progress[data-progress="90"] .top-circle .mask.full,
.radial-progress[data-progress="90"] .top-circle .fill {
    -webkit-transform: rotate(162deg);
    -ms-transform: rotate(162deg);
    transform: rotate(162deg);
}

.radial-progress[data-progress="90"] .top-circle .fill.fix {
    -webkit-transform: rotate(324deg);
    -ms-transform: rotate(324deg);
    transform: rotate(324deg);
}

.radial-progress[data-progress="91"] .top-circle .mask.full,
.radial-progress[data-progress="91"] .top-circle .fill {
    -webkit-transform: rotate(163.8deg);
    -ms-transform: rotate(163.8deg);
    transform: rotate(163.8deg);
}

.radial-progress[data-progress="91"] .top-circle .fill.fix {
    -webkit-transform: rotate(327.6deg);
    -ms-transform: rotate(327.6deg);
    transform: rotate(327.6deg);
}

.radial-progress[data-progress="92"] .top-circle .mask.full,
.radial-progress[data-progress="92"] .top-circle .fill {
    -webkit-transform: rotate(165.6deg);
    -ms-transform: rotate(165.6deg);
    transform: rotate(165.6deg);
}

.radial-progress[data-progress="92"] .top-circle .fill.fix {
    -webkit-transform: rotate(331.2deg);
    -ms-transform: rotate(331.2deg);
    transform: rotate(331.2deg);
}

.radial-progress[data-progress="93"] .top-circle .mask.full,
.radial-progress[data-progress="93"] .top-circle .fill {
    -webkit-transform: rotate(167.4deg);
    -ms-transform: rotate(167.4deg);
    transform: rotate(167.4deg);
}

.radial-progress[data-progress="93"] .top-circle .fill.fix {
    -webkit-transform: rotate(334.8deg);
    -ms-transform: rotate(334.8deg);
    transform: rotate(334.8deg);
}

.radial-progress[data-progress="94"] .top-circle .mask.full,
.radial-progress[data-progress="94"] .top-circle .fill {
    -webkit-transform: rotate(169.2deg);
    -ms-transform: rotate(169.2deg);
    transform: rotate(169.2deg);
}

.radial-progress[data-progress="94"] .top-circle .fill.fix {
    -webkit-transform: rotate(338.4deg);
    -ms-transform: rotate(338.4deg);
    transform: rotate(338.4deg);
}

.radial-progress[data-progress="95"] .top-circle .mask.full,
.radial-progress[data-progress="95"] .top-circle .fill {
    -webkit-transform: rotate(171deg);
    -ms-transform: rotate(171deg);
    transform: rotate(171deg);
}

.radial-progress[data-progress="95"] .top-circle .fill.fix {
    -webkit-transform: rotate(342deg);
    -ms-transform: rotate(342deg);
    transform: rotate(342deg);
}

.radial-progress[data-progress="96"] .top-circle .mask.full,
.radial-progress[data-progress="96"] .top-circle .fill {
    -webkit-transform: rotate(172.8deg);
    -ms-transform: rotate(172.8deg);
    transform: rotate(172.8deg);
}

.radial-progress[data-progress="96"] .top-circle .fill.fix {
    -webkit-transform: rotate(345.6deg);
    -ms-transform: rotate(345.6deg);
    transform: rotate(345.6deg);
}

.radial-progress[data-progress="97"] .top-circle .mask.full,
.radial-progress[data-progress="97"] .top-circle .fill {
    -webkit-transform: rotate(174.6deg);
    -ms-transform: rotate(174.6deg);
    transform: rotate(174.6deg);
}

.radial-progress[data-progress="97"] .top-circle .fill.fix {
    -webkit-transform: rotate(349.2deg);
    -ms-transform: rotate(349.2deg);
    transform: rotate(349.2deg);
}

.radial-progress[data-progress="98"] .top-circle .mask.full,
.radial-progress[data-progress="98"] .top-circle .fill {
    -webkit-transform: rotate(176.4deg);
    -ms-transform: rotate(176.4deg);
    transform: rotate(176.4deg);
}

.radial-progress[data-progress="98"] .top-circle .fill.fix {
    -webkit-transform: rotate(352.8deg);
    -ms-transform: rotate(352.8deg);
    transform: rotate(352.8deg);
}

.radial-progress[data-progress="99"] .top-circle .mask.full,
.radial-progress[data-progress="99"] .top-circle .fill {
    -webkit-transform: rotate(178.2deg);
    -ms-transform: rotate(178.2deg);
    transform: rotate(178.2deg);
}

.radial-progress[data-progress="99"] .top-circle .fill.fix {
    -webkit-transform: rotate(356.4deg);
    -ms-transform: rotate(356.4deg);
    transform: rotate(356.4deg);
}

.radial-progress[data-progress="100"] .top-circle .mask.full,
.radial-progress[data-progress="100"] .top-circle .fill {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.radial-progress[data-progress="100"] .top-circle .fill.fix {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.progress-mobile {
    margin-left: 5px;
    margin-right: 5px;
    display: block;
    align-items: center;
}

table.form-progress-table {
    width: 100%;
    margin-top: 10px;
}

table.form-progress-table .progress-title {
    display: none;
}

table.form-progress-table .circle-row {
    height: 22px;
    color: #fff;
}

table.form-progress-table td {
    text-align: center;
}

table.form-progress-table .progress-number {
    display: table;
    width: 100%;
    height: 100%;
}

table.form-progress-table .number {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    font-size: 19px;
    font-weight: bold;
}

.progress-circle {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    background-color: #d9d9d9;
}

.progress-circle.green {
    background-color: #90e600;
}

.empty-progress-circle .radial-progress {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.empty-progress-circle .radial-progress .top-circle .mask,
.empty-progress-circle .radial-progress .top-circle .fill,
.empty-progress-circle .radial-progress .top-circle .shadow {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
}

.empty-progress-circle .radial-progress .top-circle .mask,
.empty-progress-circle .radial-progress .top-circle .fill {
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 1s;
    transition: -ms-transform 1s;
    transition: transform 1s;
    border-radius: 50%;
}

.empty-progress-circle .radial-progress .top-circle .mask {
    clip: rect(0,40px,40px,20px);
}

.empty-progress-circle .radial-progress .top-circle .mask .fill {
    clip: rect(0,20px,40px,0);
    background-color: #90e600;
}

.empty-progress-circle .radial-progress .inset {
    width: 40px;
    height: 40px;
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    background-color: #fbfbfb;
    border-radius: 50%;
}

.empty-progress-circle .radial-progress .center-inset {
    width: 40px;
    height: 40px;
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    background-color: #d9d9d9;
    border-radius: 50%;
}

.empty-progress-circle .radial-progress .center-inset .progress-number {
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    display: table;
    width: 100%;
    height: 100%;
}

.success-progress-circle .radial-progress {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.success-progress-circle .radial-progress .top-circle .mask,
.success-progress-circle .radial-progress .top-circle .fill,
.success-progress-circle .radial-progress .top-circle .shadow {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
}

.success-progress-circle .radial-progress .top-circle .mask,
.success-progress-circle .radial-progress .top-circle .fill {
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 1s;
    transition: -ms-transform 1s;
    transition: transform 1s;
    border-radius: 50%;
}

.success-progress-circle .radial-progress .top-circle .mask {
    clip: rect(0,40px,40px,20px);
}

.success-progress-circle .radial-progress .top-circle .mask .fill {
    clip: rect(0,20px,40px,0);
    background-color: #90e600;
}

.success-progress-circle .radial-progress .inset {
    width: 40px;
    height: 40px;
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    background-color: #fbfbfb;
    border-radius: 50%;
}

.success-progress-circle .radial-progress .center-inset {
    width: 40px;
    height: 40px;
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    background-color: #90e600;
    border-radius: 50%;
}

.success-progress-circle .radial-progress .center-inset .progress-number {
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    display: table;
    width: 100%;
    height: 100%;
}

.not-success-progress-circle .radial-progress {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.not-success-progress-circle .radial-progress .top-circle .mask,
.not-success-progress-circle .radial-progress .top-circle .fill,
.not-success-progress-circle .radial-progress .top-circle .shadow {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
}

.not-success-progress-circle .radial-progress .top-circle .mask,
.not-success-progress-circle .radial-progress .top-circle .fill {
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 1s;
    transition: -ms-transform 1s;
    transition: transform 1s;
    border-radius: 50%;
}

.not-success-progress-circle .radial-progress .top-circle .mask {
    clip: rect(0,40px,40px,20px);
}

.not-success-progress-circle .radial-progress .top-circle .mask .fill {
    clip: rect(0,20px,40px,0);
    background-color: #90e600;
}

.not-success-progress-circle .radial-progress .inset {
    width: 34px;
    height: 34px;
    position: absolute;
    margin-left: 3px;
    margin-top: 3px;
    background-color: #fbfbfb;
    border-radius: 50%;
}

.not-success-progress-circle .radial-progress .center-inset {
    width: 30px;
    height: 30px;
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
    background-color: #90e600;
    border-radius: 50%;
}

.not-success-progress-circle .radial-progress .center-inset .progress-number {
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    display: table;
    width: 100%;
    height: 100%;
}

.progress-desctop {
    display: none;
    text-align: center;
}

@media (min-width:768px){
    .h1-form-header {
        margin-bottom: 42px;
    }

    .progress-mobile {
        display: none;
    }

    .progress-desctop {
        display: flex;
        justify-content: center;
    }

    .progress-desctop .progress-title {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 3px;
        font: normal 12px "Source Sans Pro","Verdana","Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .progress-desctop .progress-title .current {
        font-weight: bold;
    }

    .progress-desctop .progress-title-text {
        margin-left: -25px;
        margin-right: -25px;
    }

    .progress-desctop .progress-number {
        color: #fff;
        display: table;
        width: 100%;
        height: 100%;
    }

    .progress-desctop .number {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        font-weight: bold;
        font-size: 37px;
    }

    .progress-desctop .progress-element {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: auto;
        margin-top: 0;
        width: 62px;
        padding-top: 0;
    }

    .progress-circle {
        width: 62px;
        height: 62px;
    }

    .empty-progress-circle .radial-progress {
        width: 62px;
        height: 62px;
        border-radius: 50%;
    }

    .empty-progress-circle .radial-progress .top-circle .mask,
    .empty-progress-circle .radial-progress .top-circle .fill,
    .empty-progress-circle .radial-progress .top-circle .shadow {
        width: 62px;
        height: 62px;
        position: absolute;
        border-radius: 50%;
    }

    .empty-progress-circle .radial-progress .top-circle .mask,
    .empty-progress-circle .radial-progress .top-circle .fill {
        -webkit-backface-visibility: hidden;
        transition: -webkit-transform 1s;
        transition: -ms-transform 1s;
        transition: transform 1s;
        border-radius: 50%;
    }

    .empty-progress-circle .radial-progress .top-circle .mask {
        clip: rect(0,62px,62px,31px);
    }

    .empty-progress-circle .radial-progress .top-circle .mask .fill {
        clip: rect(0,31px,62px,0);
        background-color: #90e600;
    }

    .empty-progress-circle .radial-progress .inset {
        width: 62px;
        height: 62px;
        position: absolute;
        margin-left: 0;
        margin-top: 0;
        background-color: #fbfbfb;
        border-radius: 50%;
    }

    .empty-progress-circle .radial-progress .center-inset {
        width: 62px;
        height: 62px;
        position: absolute;
        margin-left: 0;
        margin-top: 0;
        background-color: #d9d9d9;
        border-radius: 50%;
    }

    .empty-progress-circle .radial-progress .center-inset .progress-number {
        font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
        display: table;
        width: 100%;
        height: 100%;
    }

    .success-progress-circle .radial-progress {
        width: 62px;
        height: 62px;
        border-radius: 50%;
    }

    .success-progress-circle .radial-progress .top-circle .mask,
    .success-progress-circle .radial-progress .top-circle .fill,
    .success-progress-circle .radial-progress .top-circle .shadow {
        width: 62px;
        height: 62px;
        position: absolute;
        border-radius: 50%;
    }

    .success-progress-circle .radial-progress .top-circle .mask,
    .success-progress-circle .radial-progress .top-circle .fill {
        -webkit-backface-visibility: hidden;
        transition: -webkit-transform 1s;
        transition: -ms-transform 1s;
        transition: transform 1s;
        border-radius: 50%;
    }

    .success-progress-circle .radial-progress .top-circle .mask {
        clip: rect(0,62px,62px,31px);
    }

    .success-progress-circle .radial-progress .top-circle .mask .fill {
        clip: rect(0,31px,62px,0);
        background-color: #90e600;
    }

    .success-progress-circle .radial-progress .inset {
        width: 62px;
        height: 62px;
        position: absolute;
        margin-left: 0;
        margin-top: 0;
        background-color: #fbfbfb;
        border-radius: 50%;
    }

    .success-progress-circle .radial-progress .center-inset {
        width: 62px;
        height: 62px;
        position: absolute;
        margin-left: 0;
        margin-top: 0;
        background-color: #90e600;
        border-radius: 50%;
    }

    .success-progress-circle .radial-progress .center-inset .progress-number {
        font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
        display: table;
        width: 100%;
        height: 100%;
    }

    .not-success-progress-circle .radial-progress {
        width: 62px;
        height: 62px;
        border-radius: 50%;
    }

    .not-success-progress-circle .radial-progress .top-circle .mask,
    .not-success-progress-circle .radial-progress .top-circle .fill,
    .not-success-progress-circle .radial-progress .top-circle .shadow {
        width: 62px;
        height: 62px;
        position: absolute;
        border-radius: 50%;
    }

    .not-success-progress-circle .radial-progress .top-circle .mask,
    .not-success-progress-circle .radial-progress .top-circle .fill {
        -webkit-backface-visibility: hidden;
        transition: -webkit-transform 1s;
        transition: -ms-transform 1s;
        transition: transform 1s;
        border-radius: 50%;
    }

    .not-success-progress-circle .radial-progress .top-circle .mask {
        clip: rect(0,62px,62px,31px);
    }

    .not-success-progress-circle .radial-progress .top-circle .mask .fill {
        clip: rect(0,31px,62px,0);
        background-color: #90e600;
    }

    .not-success-progress-circle .radial-progress .inset {
        width: 54px;
        height: 54px;
        position: absolute;
        margin-left: 4px;
        margin-top: 4px;
        background-color: #fbfbfb;
        border-radius: 50%;
    }

    .not-success-progress-circle .radial-progress .center-inset {
        width: 50px;
        height: 50px;
        position: absolute;
        margin-left: 6px;
        margin-top: 6px;
        background-color: #90e600;
        border-radius: 50%;
    }

    .not-success-progress-circle .radial-progress .center-inset .progress-number {
        font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
        display: table;
        width: 100%;
        height: 100%;
    }
}

@media (min-width:1024px){
    .progress-desctop .progress-title {
        font: normal 16px "Source Sans Pro","Verdana","Helvetica Neue",Helvetica,Arial,sans-serif;
    }
}

.migri-checkbox,
.migri-radio {
    display: none;
}

label.migri-checkbox-label,
div.checked-disabled.migri-checkbox-label,
label.migri-radio-label {
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 4px;
    background-size: 18px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-wrapper {
    margin-bottom: 8px;
}

.checkbox-wrapper .migri-checkbox-label,
.checkbox-wrapper .checked-disabled.migri-checkbox-label {
    font-family: "Source Sans Pro","Verdana","Helvetica Neue",Helvetica,Arial,sans-serif;
}

label.migri-checkbox-label {
    background-image: url('../images/checkbox_off.png');
}

label.migri-radio-label {
    background-image: url('../images/radio_button_off.png');
}

label.migri-radio-label:last-of-type {
    margin-bottom: 0;
}

input[type=checkbox].migri-checkbox+label.migri-checkbox-label,
input[type=checkbox].migri-checkbox+div.checked-disabled.migri-checkbox-label,
input[type=radio].migri-radio+label.migri-radio-label {
    padding-left: 28px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    width: auto;
    height: auto;
}

input[type=radio].migri-radio:checked+label.migri-radio-label {
    background-image: url('../images/radio_button_on.png');
}

input[type=radio].migri-radio:checked:disabled+label.migri-radio-label {
    background-image: url('../images/radio_button_on_disabled.png');
}

input[type=radio].migri-radio:disabled+label.migri-radio-label {
    background-image: url('../images/radio_button_disabled.png');
    cursor: not-allowed;
    color: #b1b1b1;
}

input[type=checkbox].migri-checkbox:checked+label.migri-checkbox-label {
    background-image: url('../images/checkbox_on.png');
}

input[type=checkbox].migri-checkbox:disabled+label.migri-checkbox-label {
    background-image: url('../images/checkbox_disabled.png');
    cursor: not-allowed;
    color: #b1b1b1;
}

input[type=checkbox].migri-checkbox:checked:disabled+label.migri-checkbox-label {
    background-image: url('../images/checkbox_on_disabled.png');
}

input[type=checkbox].migri-checkbox:checked+div.checked-disabled {
    background-image: url('../images/checkbox_on.png');
    opacity: .7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: not-allowed;
}

label.migri-checkbox-label+br+span.validation-block,
label.migri-checkbox-label+span.validation-block,
div.checked-disabled.migri-checkbox-label+br+span.validation-block,
div.checked-disabled.migri-checkbox-label+span.validation-block,
label.migri-radio-label+br+span.validation-block,
label.migri-radio-label+span.validation-block,
label.migri-radio-label+a+span.validation-block,
label.migri-radio-label+a+br+span.validation-block {
    float: left;
}

label.migri-radio-label+br+span.validation-block,
label.migri-radio-label+span.validation-block,
label.migri-radio-label+a+span.validation-block,
label.migri-radio-label+a+br+span.validation-block {
    margin-top: 0;
}

.form-group.has-error input[type=checkbox].migri-checkbox+label.migri-checkbox-label,
.form-group.has-error input[type=checkbox].migri-checkbox+div.checked-disabled.migri-checkbox-label,
.form-group.has-error input[type=radio].migri-radio+label.migri-radio-label {
    color: #fc6e50;
}

.form-group.has-error input[type=radio].migri-radio+label.migri-radio-label {
    background-image: url('../images/radio_button_off_error.png');
}

.form-group.has-error input[type=radio].migri-radio:checked+label.migri-radio-label {
    background-image: url('../images/radio_button_on_error.png');
}

.form-group.has-error input[type=checkbox].migri-checkbox+label.migri-checkbox-label,
.form-group.has-error input[type=checkbox].migri-checkbox+div.checked-disabled.migri-checkbox-label {
    background-image: url('../images/checkbox_off_error.png');
}

.form-group.has-error input[type=checkbox].migri-checkbox:checked+label.migri-checkbox-label,
.form-group.has-error input[type=checkbox].migri-checkbox+div.checked-disabled.migri-checkbox-label {
    background-image: url('../images/checkbox_on_error.png');
}

@media (min-width:280px){
    label.migri-checkbox-label,
    div.checked-disabled.migri-checkbox-label {
        font-size: 10.8px;
        background-size: 16px;
        margin-top: 16px;
    }

    input[type=checkbox].migri-checkbox+label.migri-checkbox-label,
    input[type=checkbox].migri-checkbox+div.checked-disabled.migri-checkbox-label,
    input[type=radio].migri-radio+label.migri-radio-label {
        padding-left: 22px;
    }
}

@media (min-width:768px){
    label.migri-checkbox-label,
    div.checked-disabled.migri-checkbox-label,
    label.migri-radio-label {
        font-size: 16px;
        background-size: 26px;
        margin-bottom: 8px;
    }

    input[type=checkbox].migri-checkbox+label.migri-checkbox-label,
    input[type=checkbox].migri-checkbox+div.checked-disabled.migri-checkbox-label,
    input[type=radio].migri-radio+label.migri-radio-label {
        padding-left: 32px;
    }
}

@media (min-width:1024px){
    label.migri-checkbox-label,
    div.checked-disabled.migri-checkbox-label,
    label.migri-radio-label {
        font-size: 18px;
    }
}

.fieldLocalizeLabel {
    border: 2px dashed #f5f5f5;
    background-color: #fff;
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #002e6d;
    height: 30px;
    padding-bottom: 0;
    padding-left: 0;
}

.fieldLocalizeSubLabel {
    border: 2px dashed #f5f5f5;
    background-color: #fff;
    font-family: "Source Sans Pro","Verdana","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    height: 28px;
    color: #002e6d;
    padding-left: 0;
    margin-bottom: 4px;
}

.fieldLocalizEnumText {
    border: 2px dashed #f5f5f5;
    background-color: #fff;
    font-family: "Source Sans Pro","Verdana","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    height: 28px;
    color: #002e6d;
    padding-left: 0;
    margin-bottom: 4px;
}

.fieldLocalizeLabel:focus,
.fieldLocalizeSubLabel:focus,
.fieldLocalizEnumText:focus {
    border: 2px dashed #f5f5f5;
}

.fieldLocalizePlaceholder {
    color: #b1b1b1;
    border: 2px solid #508000;
}

.fieldLocalizeHelp {
    border: 2px solid #90e600;
    margin-top: 5px;
    font-family: "Source Sans Pro","Verdana","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #002e6d;
    padding: 14px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    width: 95%;
}

button>a.EditorLink {
    color: #fff;
    z-index: 2;
}

button>a.EditorLink i.fa.fa-pencil {
    pointer-events: none;
}

.dashboard-noapp-zero {
    text-align: center;
    color: #90e600;
    font: 78px Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    font-weight: bold;
}

.dashboard-noapp-help {
    text-align: center;
    font: 14px Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
}

.supplement-buttons {
    margin-top: 20px;
}

.supplement-buttons button {
    margin-top: 5px;
}

.notification {
    text-align: center;
    color: #fc6e50;
    font-size: bold 40px Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
}

.expander-zero-padding .expanding-element {
    padding-top: 28px;
}

.invalid-form {
    background-color: red;
    color: #fff;
}

.dashboard-header {
    margin-bottom: 9px;
    margin-top: 27px;
}

.heading-small-padding {
    margin-bottom: 9px;
    margin-top: 27px;
}

.heading-small-padding h4 {
    margin-bottom: 9px;
    margin-top: 27px;
}

.gray-line {
    border-bottom: solid;
    border-bottom-color: #b1b1b1;
    border-bottom-width: 6px;
}

.gray-line::after {
    width: 0;
}

.dashboard-progress-container {
    height: 54px;
    margin-bottom: 18px;
}

.dashboard-progress-gray {
    background-color: #b1b1b1;
    color: #fff;
}

.dashboard-progress-green {
    background-color: #90e600;
}

.dashboard-progress-red {
    background-color: #fc6e50;
    color: #fff;
}

.dashboard-banner-gray {
    background-color: #d9d9d9;
    color: #002e6d;
}

.dashboard-block {
    padding: 18px 9px 18px 9px;
    margin-bottom: 11px;
}

.dashboard-progress-number {
    height: 54px;
    line-height: 56px;
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 42px;
    float: left;
    padding-left: 18px;
    padding-right: 27px;
}

.dashboard-progress-title {
    height: 54px;
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.dashboard-notification {
    background-color: #d9d9d9;
    color: #002e6d;
    margin: 30px 0 15px 0;
    padding: 20px;
}

.dashboard-notification h3 {
    margin: 0;
}

.dashboard-progress-title-advisor {
    height: 54px;
    font-family: Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
}

.searchpoaapplications {
    height: 36px;
    margin-bottom: 2px;
    margin-left: 0;
}

#poasearch .searchparams {
    width: 75%;
    display: inline;
}

a strong {
    text-decoration: underline;
}

strong a {
    text-decoration: underline;
}

.absolute-position {
    position: absolute;
}

.attachment-links {
    padding-left: 28px;
    padding-bottom: 28px;
    margin-bottom: 28px;
}

.dashboard-block.dashboard-banner-gray.small-padding-top {
    padding-top: 1px;
}

.dashboard-block.dashboard-banner-gray.no-margin-bottom {
    margin-bottom: -1px;
}

.dashboard-block.dashboard-progress-red.no-margin-bottom {
    margin-bottom: -1px;
}

.height-28px {
    height: 28px;
}

.disabled-cursor {
    cursor: not-allowed;
}

@media (min-width:400px){
    .expander-zero-padding .expanding-element {
        padding-top: 28px;
    }
}

@media (min-width:400px){
    .dashboard-noapp-zero {
        font-size: 200px;
    }

    .dashboard-noapp-help {
        font-size: 20px;
    }

    .dashboard-progress-grid {
        width: 100%;
    }
}

@media (min-width:768px){
    .dashboard-progress-grid {
        width: 33.12%;
        padding-right: 10px;
    }

    .dashboard-progress-container {
        height: 70px;
        margin-bottom: 28px;
    }

    .dashboard-progress-step {
        padding-left: 7px;
        padding-right: 7px;
    }

    .collapsed-step .dashboard-progress-title-advisor {
        display: none;
    }

    .collapsed-step.step-1 {
        padding-left: 15px;
    }

    .collapsed-step.step-1 .dashboard-progress-number {
        padding-left: 9px;
    }

    .collapsed-step.step-5 {
        padding-right: 15px;
    }

    .collapsed-step.step-5 .dashboard-progress-number {
        padding-left: 3px;
    }

    .not-collapsed-step.step-1 {
        padding-left: 15px;
    }

    .not-collapsed-step.step-5 {
        padding-right: 15px;
    }

    .dashboard-progress-number {
        height: 70px;
        line-height: 72px;
        font-size: 56px;
        padding-left: 8px;
        padding-right: 5px;
    }

    .dashboard-progress-title {
        height: 70px;
        font-size: 18px;
        line-height: 16px;
    }

    .dashboard-block {
        padding: 42px 28px 42px 28px;
        margin-bottom: 16px;
    }

    .dashboard-progress-title-advisor {
        height: 70px;
        font-size: 18px;
        line-height: 16px;
        font-size: 13px;
    }

    .searchpoaapplications {
        height: 42px;
        margin-bottom: 4px;
    }
}

@media (min-width:1024px){
    .dashboard-noapp-help {
        font-size: 24px;
    }

    .expander-zero-padding .expanding-element {
        padding-top: 28px;
    }

    .dashboard-progress-step {
        padding-left: 15px;
        padding-right: 15px;
    }

    .collapsed-step .dashboard-progress-title-advisor {
        display: none;
    }

    .collapsed-step.step-1 {
        padding-left: 15px;
    }

    .collapsed-step.step-1 .dashboard-progress-number {
        padding-left: 12px;
    }

    .collapsed-step.step-5 {
        padding-right: 15px;
    }

    .collapsed-step.step-5 .dashboard-progress-number {
        padding-left: 7px;
    }

    .not-collapsed-step.step-1 {
        padding-left: 15px;
    }

    .not-collapsed-step.step-5 {
        padding-right: 15px;
    }

    .dashboard-progress-title {
        height: 72px;
        font-size: 16px;
        line-height: 20px;
    }

    .dashboard-block {
        padding: 56px 28px 42px 28px;
        margin-bottom: 16px;
    }

    .dashboard-progress-title-advisor {
        height: 72px;
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width:1200px){
    .dashboard-progress-container {
        height: 98px;
        margin-bottom: 28px;
    }

    .dashboard-progress-step {
        padding-left: 15px;
        padding-right: 15px;
    }

    .collapsed-step .dashboard-progress-title-advisor {
        display: none;
    }

    .collapsed-step.step-1 {
        padding-left: 15px;
    }

    .collapsed-step.step-1 .dashboard-progress-number {
        padding-left: 18px;
    }

    .collapsed-step.step-5 {
        padding-right: 15px;
    }

    .collapsed-step.step-5 .dashboard-progress-number {
        padding-left: 13px;
    }

    .not-collapsed-step.step-1 {
        padding-left: 15px;
    }

    .not-collapsed-step.step-5 {
        padding-right: 15px;
    }

    .dashboard-progress-number {
        height: 98px;
        line-height: 98px;
        font-size: 60px;
        padding-left: 24px;
        padding-right: 12px;
    }

    .dashboard-progress-title {
        height: 98px;
        font-size: 24px;
        line-height: 25px;
    }

    .dashboard-block {
        padding: 56px 28px 42px 28px;
        margin-bottom: 28px;
    }

    .dashboard-progress-title-advisor {
        height: 98px;
        font-size: 24px;
        line-height: 25px;
        font-size: 20px;
    }

    .mass-payment-button {
        text-transform: uppercase;
    }
}

.login-upper-block {
    text-align: center;
    padding: 27px 0 18px 0;
}

.login-inputs {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 18px;
}

.login-middle-block {
    text-align: center;
    padding-bottom: 18px;
}

.login-lower-block {
    text-align: center;
    padding-bottom: 27px;
}

.login-form {
    display: block;
}

.login-form-seperator {
    border-bottom: 1px solid #002e6d;
    border-right: none;
}

.login-path-header {
    padding-right: 50px;
}

.login-path-width {
    width: 50%;
}

.login-inputs .validation-block {
    font-size: 10px;
    line-height: 16px;
}

.login-upper-block ul,
.login-middle-block ul,
.login-lower-block ul,
.login-upper-block ol,
.login-middle-block ol,
.login-lower-block ol {
    display: block;
    width: max-content;
    text-align: left;
    margin: 0 auto;
}

@media (min-width:768px){
    .login-upper-block {
        padding: 0 28px 28px 28px;
    }

    .login-inputs {
        padding-right: 28px;
        padding-left: 28px;
        padding-bottom: 28px;
    }

    .login-middle-block {
        padding-bottom: 28px;
    }

    .login-h1 {
        font-size: 32px;
    }

    .login-lower-block {
        padding-bottom: 28px;
    }

    .login-form {
        display: flex;
    }

    .login-form-seperator {
        border-right: 1px solid #002e6d;
        border-bottom: none;
    }

    .login-inputs .validation-block {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (min-width:1024px){
    .login-h1 {
        font-size: 36px;
    }
}

@media (min-width:1200px){
    .login-h1 {
        font-size: 42px;
    }
}

.logo-medium {
    width: 33%;
}

.logo-large {
    width: 50%;
}

.logo-small {
    width: 25%;
}

@media (min-width:768px){
    .bank-img {
        padding-left: 12px;
        height: 22px;
    }
}

@media (min-width:1024px){
    .bank-img {
        padding-left: 15px;
        height: 26px;
    }
}

.register-upper-block {
    background: #d9d9d9;
    padding: 27px 9px 9px 9px;
}

.register-button-block {
    background: #d9d9d9;
    text-align: center;
    padding: 9px 9px 18px 9px;
    margin-bottom: 9px;
}

@media (min-width:768px){
    .register-upper-block {
        padding: 42px 14px 14px 14px;
    }

    .register-button-block {
        padding: 14px 14px 28px 14px;
        margin-bottom: 14px;
    }
}

.alert {
    padding: 9px;
    border: solid 2px #90e600;
    border-radius: 0;
    font-size: 12px;
    background-color: #d9d9d9;
    color: #002e6d;
}

.alert .close {
    height: 20px;
    width: 20px;
    margin-top: -11px;
    margin-right: -11px;
    display: block;
    opacity: 1;
    background-image: url('../images/notification_close_icon.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.alert-secondary {
    border-color: #d9d9d9;
    background-color: #d9d9d9;
}

.alert-secondary .close {
    background-image: url('../images/remove_icon.png');
}

.alert:last-of-type {
    margin-bottom: 27px;
}

.alert-danger {
    border-color: #fc6e50;
}

.alert-danger .close {
    background-image: url('../images/error_notification_close_icon.png');
}

.gray-block .close {
    background-image: url('../images/remove_icon.png');
}

.alert-yellow {
    border-color: #ffe16c;
}

.alert-yellow .close {
    background-image: url('../images/error_notification_close_icon.png');
}

.banner {
    border: none;
    font-size: 16px;
    padding-top: 20px;
    padding-left: 30px;
}

.banner .button.btn {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.banner-yolk-yellow {
    background-color: #ffe16c;
    color: #002e6d;
}

.banner-yolk-yellow .button.btn {
    background-color: #fff;
    color: #002e6d;
}

.banner-yolk-yellow .button.btn:hover,
.banner-yolk-yellow .button.btn:focus {
    color: #002e6d;
}

.banner-blue {
    background-color: #002e6d;
    color: #fff;
}

.banner-blue .button.btn {
    background-color: #fff;
    color: #002e6d;
}

.banner-blue .button.btn:hover {
    color: #002e6d;
}

.banner-red {
    background-color: #fc6e50;
    color: #fff;
}

.banner-red .button.btn {
    background-color: #fff;
    color: #fc6e50;
}

.banner-red .button.btn:hover,
.banner-red .button.btn:focus {
    color: #fc6e50;
}

.banner-gray {
    background-color: #b1b1b1;
    color: #fff;
}

.banner-gray .button.btn {
    background-color: #fff;
    color: #002e6d;
}

.banner-gray .button.btn:hover,
.banner-gray .button.btn:focus {
    color: #002e6d;
}

.notification-button-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.notification-button-container div {
    padding: 18px;
}

@media (min-width:768px){
    .alert {
        font-size: 16px;
    }

    .alert .close {
        width: 24px;
        height: 24px;
    }

    .banner {
        font-size: 20px;
    }

    .alert:last-of-type {
        margin-bottom: 42px;
    }
}

.modal-content {
    border: 2px solid #90e600;
    border-radius: 0;
}

.modal-title {
    font: bold 14px Montserrat,Tahoma,Verdana,Helvetica,Arial,sans-serif;
}

.modal-body {
    max-height: 60vh;
    overflow-y: auto;
}

.modal {
    max-width: 100vw;
    max-height: 100vh;
}

@media (min-width:768px){
    .modal-title {
        font-size: 20px;
    }
}

.clickable {
    cursor: pointer;
}

.button-link-separator {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    vertical-align: middle;
}

.button-link-separator .mask {
    overflow: hidden;
    width: 20px;
    height: 27px;
}

.button-link-separator.left .mask:after {
    content: '';
    display: block;
    margin-left: -15px;
    width: 20px;
    height: 100%;
    border-radius: .096px;
    box-shadow: 0 0 4px black;
}

.button-link-separator.right .mask:before {
    content: '';
    display: block;
    margin-left: 10px;
    width: 20px;
    height: 100%;
    border-radius: .096px;
    box-shadow: 0 0 4px black;
}

.expander-div-hide {
    display: none;
}

.migri-text-muted {
    color: #8f8f8f;
}

.migri-text-muted .uma-label {
    color: #727272;
}

.overflow-break-word {
    overflow-wrap: break-word;
}

.dynamic-form-path-desc {
    word-break: break-word;
}

@media (min-width:768px){
    .insurance-start-date-label {
        padding-bottom: 22px;
    }

    .insurance-coverage-label {
        padding-bottom: 42px;
    }
}

@charset "UTF-8";

.fileinput-button {
    position: relative;
    overflow: hidden;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

@media screen\9{
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

@charset "UTF-8";

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}

.progress-animated .progress-bar,
.progress-animated .bar {
    background: url("../img/progressbar.gif")!important;
    filter: none;
}

.fileupload-process {
    float: right;
    display: none;
}

.fileupload-processing .fileupload-process,
.files .processing .preview {
    display: block;
    width: 32px;
    height: 32px;
    background: url("../img/loading.gif") center no-repeat;
    background-size: contain;
}

.files audio,
.files video {
    max-width: 300px;
}

@media (max-width:767px){
    .fileupload-buttonbar .toggle,
    .files .toggle,
    .files .btn span {
        display: none;
    }

    .files .name {
        width: 80px;
        word-wrap: break-word;
    }

    .files audio,
    .files video {
        max-width: 80px;
    }

    .files img,
    .files canvas {
        max-width: 100%;
    }
}

.ladda-button {
    position: relative;
}

.ladda-button .ladda-spinner {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: 0;
    opacity: 0;
    pointer-events: none;
}

.ladda-button .ladda-label {
    position: relative;
    z-index: 3;
}

.ladda-button .ladda-progress {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .1s linear all!important;
    -moz-transition: .1s linear all!important;
    -ms-transition: .1s linear all!important;
    -o-transition: .1s linear all!important;
    transition: .1s linear all!important;
}

.ladda-button[data-loading] .ladda-progress {
    opacity: 1;
    visibility: visible;
}

.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
    -webkit-transition: .3s cubic-bezier(.175,.885,.32,1.275) all!important;
    -moz-transition: .3s cubic-bezier(.175,.885,.32,1.275) all!important;
    -ms-transition: .3s cubic-bezier(.175,.885,.32,1.275) all!important;
    -o-transition: .3s cubic-bezier(.175,.885,.32,1.275) all!important;
    transition: .3s cubic-bezier(.175,.885,.32,1.275) all!important;
}

.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
    -webkit-transition: .3s ease all!important;
    -moz-transition: .3s ease all!important;
    -ms-transition: .3s ease all!important;
    -o-transition: .3s ease all!important;
    transition: .3s ease all!important;
}

.ladda-button[data-style=expand-right] .ladda-spinner {
    right: -6px;
}

.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
    right: -12px;
}

.ladda-button[data-style=expand-right][data-loading] {
}

.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
    opacity: 1;
}

.ladda-button[data-style=expand-right][data-loading][data-size="s"],
.ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
    padding-right: 40px;
}

.ladda-button[data-style=expand-left] .ladda-spinner {
    left: 26px;
}

.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
    left: 4px;
}

.ladda-button[data-style=expand-left][data-loading] {
    padding-left: 56px;
}

.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
    opacity: 1;
}

.ladda-button[data-style=expand-left][data-loading][data-size="s"],
.ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
    padding-left: 40px;
}

.ladda-button[data-style=expand-up] {
    overflow: hidden;
}

.ladda-button[data-style=expand-up] .ladda-spinner {
    top: -32px;
    left: 50%;
    margin-left: 0;
}

.ladda-button[data-style=expand-up][data-loading] {
    padding-top: 54px;
}

.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
    opacity: 1;
    top: 26px;
    margin-top: 0;
}

.ladda-button[data-style=expand-up][data-loading][data-size="s"],
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
    padding-top: 32px;
}

.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
    top: 4px;
}

.ladda-button[data-style=expand-down] {
    overflow: hidden;
}

.ladda-button[data-style=expand-down] .ladda-spinner {
    top: 62px;
    left: 50%;
    margin-left: 0;
}

.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
    top: 40px;
}

.ladda-button[data-style=expand-down][data-loading] {
    padding-bottom: 54px;
}

.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
    opacity: 1;
}

.ladda-button[data-style=expand-down][data-loading][data-size="s"],
.ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
    padding-bottom: 32px;
}

.ladda-button[data-style=slide-left] {
    overflow: hidden;
}

.ladda-button[data-style=slide-left] .ladda-label {
    position: relative;
}

.ladda-button[data-style=slide-left] .ladda-spinner {
    left: 100%;
    margin-left: 0;
}

.ladda-button[data-style=slide-left][data-loading] .ladda-label {
    opacity: 0;
    left: -100%;
}

.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%;
}

.ladda-button[data-style=slide-right] {
    overflow: hidden;
}

.ladda-button[data-style=slide-right] .ladda-label {
    position: relative;
}

.ladda-button[data-style=slide-right] .ladda-spinner {
    right: 100%;
    margin-left: 0;
    left: 16px;
}

.ladda-button[data-style=slide-right][data-loading] .ladda-label {
    opacity: 0;
    left: 100%;
}

.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%;
}

.ladda-button[data-style=slide-up] {
    overflow: hidden;
}

.ladda-button[data-style=slide-up] .ladda-label {
    position: relative;
}

.ladda-button[data-style=slide-up] .ladda-spinner {
    left: 50%;
    margin-left: 0;
    margin-top: 1em;
}

.ladda-button[data-style=slide-up][data-loading] .ladda-label {
    opacity: 0;
    top: -1em;
}

.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: 0;
}

.ladda-button[data-style=slide-down] {
    overflow: hidden;
}

.ladda-button[data-style=slide-down] .ladda-label {
    position: relative;
}

.ladda-button[data-style=slide-down] .ladda-spinner {
    left: 50%;
    margin-left: 0;
    margin-top: -2em;
}

.ladda-button[data-style=slide-down][data-loading] .ladda-label {
    opacity: 0;
    top: 1em;
}

.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: 0;
}

.ladda-button[data-style=zoom-out] {
    overflow: hidden;
}

.ladda-button[data-style=zoom-out] .ladda-spinner {
    left: 50%;
    margin-left: 32px;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
}

.ladda-button[data-style=zoom-out] .ladda-label {
    position: relative;
    display: inline-block;
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
    opacity: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
    opacity: 1;
    margin-left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.ladda-button[data-style=zoom-in] {
    overflow: hidden;
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
    left: 50%;
    margin-left: -16px;
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2);
}

.ladda-button[data-style=zoom-in] .ladda-label {
    position: relative;
    display: inline-block;
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
    opacity: 0;
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
    opacity: 1;
    margin-left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.ladda-button[data-style=contract] {
    overflow: hidden;
    width: 100px;
}

.ladda-button[data-style=contract] .ladda-spinner {
    left: 50%;
    margin-left: 0;
}

.ladda-button[data-style=contract][data-loading] {
    border-radius: 50%;
    width: 52px;
}

.ladda-button[data-style=contract][data-loading] .ladda-label {
    opacity: 0;
}

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
    opacity: 1;
}

.ladda-button[data-style=contract-overlay] {
    overflow: hidden;
    width: 100px;
    box-shadow: 0 0 0 2000px transparent;
}

.ladda-button[data-style=contract-overlay] .ladda-spinner {
    left: 50%;
    margin-left: 0;
}

.ladda-button[data-style=contract-overlay][data-loading] {
    border-radius: 50%;
    width: 52px;
    box-shadow: 0 0 0 2000px rgba(0,0,0,.8);
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
    opacity: 0;
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
    opacity: 1;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single:focus {
    background-color: #d6d6d6;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    border: 2px solid #90e600;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    height: auto!important;
    padding: 0!important;
    z-index: 3;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    position: relative;
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option--selectable {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-search--dropdown {
    padding: 0;
}

.select2-search--dropdown .select2-search__field {
    width: 100%;
    height: 38px;
    background-color: transparent;
    outline: transparent;
    padding: 9px;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none!important;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    margin-right: 60px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    display: block;
    right: 50px;
    top: 7px;
    width: 27px;
    cursor: pointer;
    font-weight: bold;
    opacity: .5;
}

.select2-container--default .select2-selection--single .select2-selection__clear:hover {
    opacity: 1;
    border-radius: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 5px;
    right: 25px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #092e6e transparent transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.form-control .select2-selection__arrow b {
    border-color: rgba(9,46,110,1) transparent transparent transparent;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(9,46,110,.6) transparent transparent transparent;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    color: rgba(9,46,110,.6);
}

.select2-container--default.select2-container--disabled .form-control:focus {
    border-color: #90e60038;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: not-allowed;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #092e6e transparent;
    border-width: 0 10px 10px 10px;
}

.has-error .select2-container--default.select2-container--open .select2-selection--single.form-control .select2-selection__arrow b {
    border-color: transparent transparent #fc6e50 transparent;
}

.form-group.has-error .select2-selection.form-control {
    border: 2px solid #fc6e50;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0 solid transparent;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,.175);
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.175);
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    overflow-y: scroll;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    display: none;
}

.select2-container--default .select2-results>.select2-results__options {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
    padding: 0;
}

.select2-container--default .select2-results__option--disabled {
    color: #999;
}

.select2-container--default .select2-results__option--selected {
    color: #092e6e;
}

.select2-container--default .select2-results__option--selected:after {
    content: "\a";
    position: absolute;
    right: 16px;
    margin: 2px;
    display: inline-block;
    transform: rotate(45deg);
    height: 16px;
    width: 10px;
    border-bottom: 4px solid #092e6e;
    border-right: 4px solid #092e6e;
}

.select2-container--default .select2-results__option--selected[aria-selected="true"]:after {
    border-color: #092e6e;
    color: #fff;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #90e600;
    color: #092e6e;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.reduce-margin {
    margin-top: -3px;
}

.increase-margin {
    margin-top: 3px;
}

.select2-search--dropdown .select2-search__field[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.select2-search--dropdown input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.select2-search--dropdown input[type="search"]::-webkit-search-decoration,
.select2-search--dropdown input[type="search"]::-webkit-search-cancel-button,
.select2-search--dropdown input[type="search"]::-webkit-search-results-button,
.select2-search--dropdown input[type="search"]::-webkit-search-results-decoration {
    display: none;
}