/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

mark {
    color: #000;
    background: #ff0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "Äâ‚¬Âœ" "Äâ‚¬Â¯" "Äâ‚¬Â˜" "Äâ‚¬â„¢"
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0
}

legend {
    padding: 0;
    border: 0
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    box-sizing: border-box
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]: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
    }

    @page {
        margin: 2cm .5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input,
select[multiple],
textarea {
    background-image: none
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16.099999999999998px;
    font-weight: 200;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

.text-warning {
    color: #c09853
}

.text-danger {
    color: #b94a48
}

.text-success {
    color: #468847
}

.text-info {
    color: #3a87ad
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    line-height: 1.1
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

h1 small,
.h1 small {
    font-size: 24px
}

h2 small,
.h2 small {
    font-size: 18px
}

h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 14px
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

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
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.428571429
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        display: table;
        content: " "
    }

    .dl-horizontal dd:after {
        clear: both
    }

    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        display: table;
        content: " "
    }

    .dl-horizontal dd:after {
        clear: both
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote small {
    display: block;
    line-height: 1.428571429;
    color: #999
}

blockquote small:before {
    content: 'Äâ‚¬â€Ä€ '
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}

blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right
}

blockquote.pull-right small:before {
    content: ''
}

blockquote.pull-right small:after {
    content: 'Ä€ Äâ‚¬â€'
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: ""
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

code,
pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre.prettyprint {
    margin-bottom: 20px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container:before,
.container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.container:before,
.container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:before,
.row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.row:before,
.row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
    float: left
}

.col-xs-1 {
    width: 8.333333333333332%
}

.col-xs-2 {
    width: 16.666666666666664%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333333333%
}

.col-xs-5 {
    width: 41.66666666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.333333333333336%
}

.col-xs-8 {
    width: 66.66666666666666%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333333334%
}

.col-xs-11 {
    width: 91.66666666666666%
}

.col-xs-12 {
    width: 100%
}

@media(min-width:768px) {
    .container {
        max-width: 750px
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
        float: left
    }

    .col-sm-1 {
        width: 8.333333333333332%
    }

    .col-sm-2 {
        width: 16.666666666666664%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333333333%
    }

    .col-sm-5 {
        width: 41.66666666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.333333333333336%
    }

    .col-sm-8 {
        width: 66.66666666666666%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333333333334%
    }

    .col-sm-11 {
        width: 91.66666666666666%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-push-1 {
        left: 8.333333333333332%
    }

    .col-sm-push-2 {
        left: 16.666666666666664%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333333333333%
    }

    .col-sm-push-5 {
        left: 41.66666666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.333333333333336%
    }

    .col-sm-push-8 {
        left: 66.66666666666666%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333333333334%
    }

    .col-sm-push-11 {
        left: 91.66666666666666%
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%
    }
}

@media(min-width:992px) {
    .container {
        max-width: 970px
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
        float: left
    }

    .col-md-1 {
        width: 8.333333333333332%
    }

    .col-md-2 {
        width: 16.666666666666664%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333333333%
    }

    .col-md-5 {
        width: 41.66666666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.333333333333336%
    }

    .col-md-8 {
        width: 66.66666666666666%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333333333334%
    }

    .col-md-11 {
        width: 91.66666666666666%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.333333333333332%
    }

    .col-md-push-2 {
        left: 16.666666666666664%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333333333333%
    }

    .col-md-push-5 {
        left: 41.66666666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.333333333333336%
    }

    .col-md-push-8 {
        left: 66.66666666666666%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333333333334%
    }

    .col-md-push-11 {
        left: 91.66666666666666%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.333333333333332%
    }

    .col-md-pull-2 {
        right: 16.666666666666664%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333333333333%
    }

    .col-md-pull-5 {
        right: 41.66666666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.333333333333336%
    }

    .col-md-pull-8 {
        right: 66.66666666666666%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333333333334%
    }

    .col-md-pull-11 {
        right: 91.66666666666666%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1170px
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11 {
        float: left
    }

    .col-lg-1 {
        width: 8.333333333333332%
    }

    .col-lg-2 {
        width: 16.666666666666664%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333333333333%
    }

    .col-lg-5 {
        width: 41.66666666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.333333333333336%
    }

    .col-lg-8 {
        width: 66.66666666666666%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333333333334%
    }

    .col-lg-11 {
        width: 91.66666666666666%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.333333333333332%
    }

    .col-lg-push-2 {
        left: 16.666666666666664%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333333333333%
    }

    .col-lg-push-5 {
        left: 41.66666666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.333333333333336%
    }

    .col-lg-push-8 {
        left: 66.66666666666666%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333333333334%
    }

    .col-lg-push-11 {
        left: 91.66666666666666%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.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.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table caption+thead tr:first-child 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-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    display: table-column;
    float: none
}

table td[class*="col-"],
table th[class*="col-"] {
    display: table-cell;
    float: none
}

.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>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;
    border-color: #d6e9c6
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td {
    background-color: #d0e9c6;
    border-color: #c9e2b3
}

.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;
    border-color: #eed3d7
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td {
    background-color: #ebcccc;
    border-color: #e6c1c7
}

.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;
    border-color: #fbeed5
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td {
    background-color: #faf2cc;
    border-color: #f8e5be
}

@media(max-width:768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0;
        background-color: #fff
    }

    .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>thead>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>thead>tr:last-child>td,
    .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
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    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
}

select[multiple],
select[size] {
    height: auto
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto
}

.form-control:-moz-placeholder {
    color: #999
}

.form-control::-moz-placeholder {
    color: #999
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
    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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle
}

.radio label,
.checkbox label {
    display: inline;
    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"] {
    float: left;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm {
    height: auto
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 45px;
    line-height: 45px
}

textarea.input-lg {
    height: auto
}

.has-warning .help-block,
.has-warning .control-label {
    color: #c09853
}

.has-warning .form-control {
    border-color: #c09853;
    -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: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e
}

.has-warning .input-group-addon {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853
}

.has-error .help-block,
.has-error .control-label {
    color: #b94a48
}

.has-error .form-control {
    border-color: #b94a48;
    -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: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392
}

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48
}

.has-success .help-block,
.has-success .control-label {
    color: #468847
}

.has-success .form-control {
    border-color: #468847;
    -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: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b
}

.has-success .input-group-addon {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847
}

.form-control-static {
    padding-top: 7px;
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
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: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: #fff;
    border-color: #ccc
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
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: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: #428bca;
    border-color: #357ebd
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
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: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-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
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: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: #d9534f;
    border-color: #d43f3a
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
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: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-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
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: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: #5bc0de;
    border-color: #46b8da
}

.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.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: #2a6496;
    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: #999;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../../external.html?link=https://dahak.nskman.com/Content/fonts/glyphicons-halflings-regular.eot?');
    src: url('../../../external.html?link=https://dahak.nskman.com/Content/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../external.html?link=https://dahak.nskman.com/Content/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../external.html?link=https://dahak.nskman.com/Content/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../external.html?link=https://dahak.nskman.com/Content/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1
}

.glyphicon-asterisk:before {
    content: "*"
}

.glyphicon-plus:before {
    content: "+"
}

.glyphicon-euro: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-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-print: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-eye-open:before {
    content: "Ä«â€žâ€¦"
}

.glyphicon-eye-close:before {
    content: "Ä«â€žâ€ "
}

.glyphicon-warning-sign:before {
    content: "Ä«â€žâ€¡"
}

.glyphicon-plane: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-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-tasks:before {
    content: "Ä«â€žÂ·"
}

.glyphicon-filter:before {
    content: "Ä«â€žÃ¸"
}

.glyphicon-fullscreen:before {
    content: "Ä«â€¦â‚¬"
}

.glyphicon-dashboard:before {
    content: "Ä«â€¦Â"
}

.glyphicon-heart-empty:before {
    content: "Ä«â€¦Âƒ"
}

.glyphicon-link:before {
    content: "Ä«â€¦â€ž"
}

.glyphicon-phone: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-briefcase:before {
    content: "Å¡ÂŸâ€™Â¼"
}

.glyphicon-calendar:before {
    content: "Å¡ÂŸâ€œâ€¦"
}

.glyphicon-pushpin:before {
    content: "Å¡ÂŸâ€œÂŒ"
}

.glyphicon-paperclip:before {
    content: "Å¡ÂŸâ€œË‡"
}

.glyphicon-camera:before {
    content: "Å¡ÂŸâ€œÂ·"
}

.glyphicon-lock:before {
    content: "Å¡ÂŸâ€â€™"
}

.glyphicon-bell:before {
    content: "Å¡ÂŸâ€â€"
}

.glyphicon-bookmark:before {
    content: "Å¡ÂŸâ€â€“"
}

.glyphicon-fire:before {
    content: "Å¡ÂŸâ€ï¿½"
}

.glyphicon-wrench:before {
    content: "Å¡ÂŸâ€Â§"
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
    content: ""
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -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: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #999
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
}

.btn-default .caret {
    border-top-color: #333
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
    border-top-color: #fff
}

.dropup .btn-default .caret {
    border-bottom-color: #333
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
    border-bottom-color: #fff
}

.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:focus,
.btn-group-vertical>.btn:focus {
    outline: none
}

.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:before,
.btn-toolbar:after {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group {
    float: left
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group-xs>.btn {
    padding: 5px 10px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed
}

.btn-group-justified .btn {
    display: table-cell;
    float: none;
    width: 1%
}

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group.col {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 45px;
    line-height: 45px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="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>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -4px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:active {
    z-index: 2
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav:before,
.nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav:before,
.nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #999
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-bottom: 1px solid #ddd
}

.nav-tabs.nav-justified>.active>a {
    border-bottom-color: #fff
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 5px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center
}

@media(min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-bottom: 1px solid #ddd
}

.nav-tabs-justified>.active>a {
    border-bottom-color: #fff
}

.tabbable:before,
.tabbable:after {
    display: table;
    content: " "
}

.tabbable:after {
    clear: both
}

.tabbable:before,
.tabbable:after {
    display: table;
    content: " "
}

.tabbable:after {
    clear: both
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none
}

.tab-content>.active,
.pill-content>.active {
    display: block
}

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:before,
.navbar:after {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

.navbar:before,
.navbar:after {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

@media(min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px
    }

    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }

    .navbar-collapse .navbar-text:last-child {
        margin-right: 0
    }
}

.container>.navbar-header,
.container>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {

    .container>.navbar-header,
    .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    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;
    border-width: 0 0 1px
}

@media(min-width:768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    z-index: 1030
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

@media(min-width:768px) {
    .navbar>.container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .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: 15px;
        padding-bottom: 15px
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -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)
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media(min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -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 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-text {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .navbar-text {
        margin-right: 15px;
        margin-left: 15px
    }
}

.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: #ccc
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e6e6e6
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

@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-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #999
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav>li>a {
    color: #999
}

.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 {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.navbar-inverse .navbar-nav>.open>a .caret,
.navbar-inverse .navbar-nav>.open>a:hover .caret,
.navbar-inverse .navbar-nav>.open>a:focus .caret {
    border-top-color: #fff;
    border-bottom-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>li>a {
        color: #999
    }

    .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: #999
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/Ä€ "
}

.breadcrumb>.active {
    color: #999
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #eee
}

.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;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination>.disabled>span,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff
}

.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
}

.label[href]:hover,
.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.label-default {
    background-color: #999
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9
}

.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: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.btn .badge {
    position: relative;
    top: -1px
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee
}

.jumbotron h1 {
    line-height: 1;
    color: inherit
}

.jumbotron p {
    line-height: 1.4
}

.container .jumbotron {
    border-radius: 6px
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: inline-block;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail>img {
    display: block;
    height: auto;
    max-width: 100%
}

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #428bca
}

.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #356635
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #2d6987
}

.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.alert-warning hr {
    border-top-color: #f8e5be
}

.alert-warning .alert-link {
    color: #a47e3c
}

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.alert-danger hr {
    border-top-color: #e6c1c7
}

.alert-danger .alert-link {
    color: #953b39
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 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: 12px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -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;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    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: -moz-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 {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-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-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    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: -moz-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: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    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: -moz-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,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media,
.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media>.pull-left {
    margin-right: 10px
}

.media>.pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.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 {
    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: #e1edf7
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -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-body:before,
.panel-body:after {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0
}

.panel>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.table {
    margin-bottom: 0
}

.panel>.panel-body+.table {
    border-top: 1px solid #ddd
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-warning {
    border-color: #fbeed5
}

.panel-warning>.panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #fbeed5
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #fbeed5
}

.panel-danger {
    border-color: #eed3d7
}

.panel-danger>.panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #eed3d7
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #eed3d7
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -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: 21px;
    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
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    margin-right: 15px
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-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);
    transform: translate(0, 0)
}

.modal-dialog {
    z-index: 1050;
    width: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: none;
    -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
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media screen and (min-width:768px) {
    .modal-dialog {
        right: auto;
        left: 50%;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background-clip: padding-box
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow {
    border-width: 11px
}

.popover .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0;
    content: " "
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0;
    content: " "
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    border-top-width: 0
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0;
    content: " "
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
    border-right-width: 0
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #fff;
    border-right-width: 0;
    content: " "
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    opacity: .5;
    filter: alpha(opacity=50)
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: -moz-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 {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image: -moz-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 {
    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%;
    left: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    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%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.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
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width;
}

@media screen and (max-width:400px) {
    @-ms-viewport {
        width: 320px;
    }
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.visible-xs {
    display: none !important
}

tr.visible-xs {
    display: none !important
}

th.visible-xs,
td.visible-xs {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-xs.visible-sm {
        display: block !important
    }

    tr.visible-xs.visible-sm {
        display: table-row !important
    }

    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-xs.visible-md {
        display: block !important
    }

    tr.visible-xs.visible-md {
        display: table-row !important
    }

    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-xs.visible-lg {
        display: block !important
    }

    tr.visible-xs.visible-lg {
        display: table-row !important
    }

    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
        display: table-cell !important
    }
}

.visible-sm {
    display: none !important
}

tr.visible-sm {
    display: none !important
}

th.visible-sm,
td.visible-sm {
    display: none !important
}

@media(max-width:767px) {
    .visible-sm.visible-xs {
        display: block !important
    }

    tr.visible-sm.visible-xs {
        display: table-row !important
    }

    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-sm.visible-md {
        display: block !important
    }

    tr.visible-sm.visible-md {
        display: table-row !important
    }

    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-sm.visible-lg {
        display: block !important
    }

    tr.visible-sm.visible-lg {
        display: table-row !important
    }

    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
        display: table-cell !important
    }
}

.visible-md {
    display: none !important
}

tr.visible-md {
    display: none !important
}

th.visible-md,
td.visible-md {
    display: none !important
}

@media(max-width:767px) {
    .visible-md.visible-xs {
        display: block !important
    }

    tr.visible-md.visible-xs {
        display: table-row !important
    }

    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-md.visible-sm {
        display: block !important
    }

    tr.visible-md.visible-sm {
        display: table-row !important
    }

    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-md.visible-lg {
        display: block !important
    }

    tr.visible-md.visible-lg {
        display: table-row !important
    }

    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
        display: table-cell !important
    }
}

.visible-lg {
    display: none !important
}

tr.visible-lg {
    display: none !important
}

th.visible-lg,
td.visible-lg {
    display: none !important
}

@media(max-width:767px) {
    .visible-lg.visible-xs {
        display: block !important
    }

    tr.visible-lg.visible-xs {
        display: table-row !important
    }

    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-lg.visible-sm {
        display: block !important
    }

    tr.visible-lg.visible-sm {
        display: table-row !important
    }

    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-lg.visible-md {
        display: block !important
    }

    tr.visible-lg.visible-md {
        display: table-row !important
    }

    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

.hidden-xs {
    display: block !important
}

tr.hidden-xs {
    display: table-row !important
}

th.hidden-xs,
td.hidden-xs {
    display: table-cell !important
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }

    tr.hidden-xs {
        display: none !important
    }

    th.hidden-xs,
    td.hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-xs.hidden-sm {
        display: none !important
    }

    tr.hidden-xs.hidden-sm {
        display: none !important
    }

    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-xs.hidden-md {
        display: none !important
    }

    tr.hidden-xs.hidden-md {
        display: none !important
    }

    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-xs.hidden-lg {
        display: none !important
    }

    tr.hidden-xs.hidden-lg {
        display: none !important
    }

    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none !important
    }
}

.hidden-sm {
    display: block !important
}

tr.hidden-sm {
    display: table-row !important
}

th.hidden-sm,
td.hidden-sm {
    display: table-cell !important
}

@media(max-width:767px) {
    .hidden-sm.hidden-xs {
        display: none !important
    }

    tr.hidden-sm.hidden-xs {
        display: none !important
    }

    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }

    tr.hidden-sm {
        display: none !important
    }

    th.hidden-sm,
    td.hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-sm.hidden-md {
        display: none !important
    }

    tr.hidden-sm.hidden-md {
        display: none !important
    }

    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-sm.hidden-lg {
        display: none !important
    }

    tr.hidden-sm.hidden-lg {
        display: none !important
    }

    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none !important
    }
}

.hidden-md {
    display: block !important
}

tr.hidden-md {
    display: table-row !important
}

th.hidden-md,
td.hidden-md {
    display: table-cell !important
}

@media(max-width:767px) {
    .hidden-md.hidden-xs {
        display: none !important
    }

    tr.hidden-md.hidden-xs {
        display: none !important
    }

    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-md.hidden-sm {
        display: none !important
    }

    tr.hidden-md.hidden-sm {
        display: none !important
    }

    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }

    tr.hidden-md {
        display: none !important
    }

    th.hidden-md,
    td.hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-md.hidden-lg {
        display: none !important
    }

    tr.hidden-md.hidden-lg {
        display: none !important
    }

    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
        display: none !important
    }
}

.hidden-lg {
    display: block !important
}

tr.hidden-lg {
    display: table-row !important
}

th.hidden-lg,
td.hidden-lg {
    display: table-cell !important
}

@media(max-width:767px) {
    .hidden-lg.hidden-xs {
        display: none !important
    }

    tr.hidden-lg.hidden-xs {
        display: none !important
    }

    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-lg.hidden-sm {
        display: none !important
    }

    tr.hidden-lg.hidden-sm {
        display: none !important
    }

    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-lg.hidden-md {
        display: none !important
    }

    tr.hidden-lg.hidden-md {
        display: none !important
    }

    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }

    tr.hidden-lg {
        display: none !important
    }

    th.hidden-lg,
    td.hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

tr.visible-print {
    display: none !important
}

th.visible-print,
td.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }

    .hidden-print {
        display: none !important
    }

    tr.hidden-print {
        display: none !important
    }

    th.hidden-print,
    td.hidden-print {
        display: none !important
    }
}

html {
    direction: rtl
}

body {
    direction: rtl
}

.list-unstyled {
    padding-right: 0;
    padding-left: initial
}

.list-inline {
    padding-right: 0;
    padding-left: initial;
    margin-right: -5px;
    margin-left: 0
}

dd {
    margin-right: 0;
    margin-left: initial
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: right;
        clear: right;
        text-align: left
    }

    .dl-horizontal dd {
        margin-right: 180px;
        margin-left: 0
    }
}

blockquote {
    border-right: 5px solid #fb7b50;
    border-left: 0;
    BACKGROUND: rgba(245, 245, 245, .18)
}

.blockquote-reverse,
blockquote.pull-left {
    padding-left: 15px;
    padding-right: 0;
    border-left: 5px solid #eee;
    border-right: 0;
    text-align: left
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 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,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: right
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    left: 100%;
    right: auto
}

.col-xs-pull-11 {
    left: 91.66666667%;
    right: auto
}

.col-xs-pull-10 {
    left: 83.33333333%;
    right: auto
}

.col-xs-pull-9 {
    left: 75%;
    right: auto
}

.col-xs-pull-8 {
    left: 66.66666667%;
    right: auto
}

.col-xs-pull-7 {
    left: 58.33333333%;
    right: auto
}

.col-xs-pull-6 {
    left: 50%;
    right: auto
}

.col-xs-pull-5 {
    left: 41.66666667%;
    right: auto
}

.col-xs-pull-4 {
    left: 33.33333333%;
    right: auto
}

.col-xs-pull-3 {
    left: 25%;
    right: auto
}

.col-xs-pull-2 {
    left: 16.66666667%;
    right: auto
}

.col-xs-pull-1 {
    left: 8.33333333%;
    right: auto
}

.col-xs-pull-0 {
    left: auto;
    right: auto
}

.col-xs-push-12 {
    right: 100%;
    left: 0
}

.col-xs-push-11 {
    right: 91.66666667%;
    left: 0
}

.col-xs-push-10 {
    right: 83.33333333%;
    left: 0
}

.col-xs-push-9 {
    right: 75%;
    left: 0
}

.col-xs-push-8 {
    right: 66.66666667%;
    left: 0
}

.col-xs-push-7 {
    right: 58.33333333%;
    left: 0
}

.col-xs-push-6 {
    right: 50%;
    left: 0
}

.col-xs-push-5 {
    right: 41.66666667%;
    left: 0
}

.col-xs-push-4 {
    right: 33.33333333%;
    left: 0
}

.col-xs-push-3 {
    right: 25%;
    left: 0
}

.col-xs-push-2 {
    right: 16.66666667%;
    left: 0
}

.col-xs-push-1 {
    right: 8.33333333%;
    left: 0
}

.col-xs-push-0 {
    right: auto;
    left: 0
}

.col-xs-offset-12 {
    margin-right: 100%;
    margin-left: 0
}

.col-xs-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0
}

.col-xs-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0
}

.col-xs-offset-9 {
    margin-right: 75%;
    margin-left: 0
}

.col-xs-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0
}

.col-xs-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0
}

.col-xs-offset-6 {
    margin-right: 50%;
    margin-left: 0
}

.col-xs-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0
}

.col-xs-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0
}

.col-xs-offset-3 {
    margin-right: 25%;
    margin-left: 0
}

.col-xs-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0
}

.col-xs-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0
}

.col-xs-offset-0 {
    margin-right: 0%;
    margin-left: 0
}

@media(min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: right
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        left: 100%;
        right: auto
    }

    .col-sm-pull-11 {
        left: 91.66666667%;
        right: auto
    }

    .col-sm-pull-10 {
        left: 83.33333333%;
        right: auto
    }

    .col-sm-pull-9 {
        left: 75%;
        right: auto
    }

    .col-sm-pull-8 {
        left: 66.66666667%;
        right: auto
    }

    .col-sm-pull-7 {
        left: 58.33333333%;
        right: auto
    }

    .col-sm-pull-6 {
        left: 50%;
        right: auto
    }

    .col-sm-pull-5 {
        left: 41.66666667%;
        right: auto
    }

    .col-sm-pull-4 {
        left: 33.33333333%;
        right: auto
    }

    .col-sm-pull-3 {
        left: 25%;
        right: auto
    }

    .col-sm-pull-2 {
        left: 16.66666667%;
        right: auto
    }

    .col-sm-pull-1 {
        left: 8.33333333%;
        right: auto
    }

    .col-sm-pull-0 {
        left: auto;
        right: auto
    }

    .col-sm-push-12 {
        right: 100%;
        left: 0
    }

    .col-sm-push-11 {
        right: 91.66666667%;
        left: 0
    }

    .col-sm-push-10 {
        right: 83.33333333%;
        left: 0
    }

    .col-sm-push-9 {
        right: 75%;
        left: 0
    }

    .col-sm-push-8 {
        right: 66.66666667%;
        left: 0
    }

    .col-sm-push-7 {
        right: 58.33333333%;
        left: 0
    }

    .col-sm-push-6 {
        right: 50%;
        left: 0
    }

    .col-sm-push-5 {
        right: 41.66666667%;
        left: 0
    }

    .col-sm-push-4 {
        right: 33.33333333%;
        left: 0
    }

    .col-sm-push-3 {
        right: 25%;
        left: 0
    }

    .col-sm-push-2 {
        right: 16.66666667%;
        left: 0
    }

    .col-sm-push-1 {
        right: 8.33333333%;
        left: 0
    }

    .col-sm-push-0 {
        right: auto;
        left: 0
    }

    .col-sm-offset-12 {
        margin-right: 100%;
        margin-left: 0
    }

    .col-sm-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0
    }

    .col-sm-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0
    }

    .col-sm-offset-9 {
        margin-right: 75%;
        margin-left: 0
    }

    .col-sm-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0
    }

    .col-sm-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0
    }

    .col-sm-offset-6 {
        margin-right: 50%;
        margin-left: 0
    }

    .col-sm-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0
    }

    .col-sm-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0
    }

    .col-sm-offset-3 {
        margin-right: 25%;
        margin-left: 0
    }

    .col-sm-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0
    }

    .col-sm-offset-0 {
        margin-right: 0%;
        margin-left: 0
    }
}

@media(min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: right
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        left: 100%;
        right: auto
    }

    .col-md-pull-11 {
        left: 91.66666667%;
        right: auto
    }

    .col-md-pull-10 {
        left: 83.33333333%;
        right: auto
    }

    .col-md-pull-9 {
        left: 75%;
        right: auto
    }

    .col-md-pull-8 {
        left: 66.66666667%;
        right: auto
    }

    .col-md-pull-7 {
        left: 58.33333333%;
        right: auto
    }

    .col-md-pull-6 {
        left: 50%;
        right: auto
    }

    .col-md-pull-5 {
        left: 41.66666667%;
        right: auto
    }

    .col-md-pull-4 {
        left: 33.33333333%;
        right: auto
    }

    .col-md-pull-3 {
        left: 25%;
        right: auto
    }

    .col-md-pull-2 {
        left: 16.66666667%;
        right: auto
    }

    .col-md-pull-1 {
        left: 8.33333333%;
        right: auto
    }

    .col-md-pull-0 {
        left: auto;
        right: auto
    }

    .col-md-push-12 {
        right: 100%;
        left: 0
    }

    .col-md-push-11 {
        right: 91.66666667%;
        left: 0
    }

    .col-md-push-10 {
        right: 83.33333333%;
        left: 0
    }

    .col-md-push-9 {
        right: 75%;
        left: 0
    }

    .col-md-push-8 {
        right: 66.66666667%;
        left: 0
    }

    .col-md-push-7 {
        right: 58.33333333%;
        left: 0
    }

    .col-md-push-6 {
        right: 50%;
        left: 0
    }

    .col-md-push-5 {
        right: 41.66666667%;
        left: 0
    }

    .col-md-push-4 {
        right: 33.33333333%;
        left: 0
    }

    .col-md-push-3 {
        right: 25%;
        left: 0
    }

    .col-md-push-2 {
        right: 16.66666667%;
        left: 0
    }

    .col-md-push-1 {
        right: 8.33333333%;
        left: 0
    }

    .col-md-push-0 {
        right: auto;
        left: 0
    }

    .col-md-offset-12 {
        margin-right: 100%;
        margin-left: 0
    }

    .col-md-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0
    }

    .col-md-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0
    }

    .col-md-offset-9 {
        margin-right: 75%;
        margin-left: 0
    }

    .col-md-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0
    }

    .col-md-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0
    }

    .col-md-offset-6 {
        margin-right: 50%;
        margin-left: 0
    }

    .col-md-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0
    }

    .col-md-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0
    }

    .col-md-offset-3 {
        margin-right: 25%;
        margin-left: 0
    }

    .col-md-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0
    }

    .col-md-offset-0 {
        margin-right: 0%;
        margin-left: 0
    }
}

@media(min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: right
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        left: 100%;
        right: auto
    }

    .col-lg-pull-11 {
        left: 91.66666667%;
        right: auto
    }

    .col-lg-pull-10 {
        left: 83.33333333%;
        right: auto
    }

    .col-lg-pull-9 {
        left: 75%;
        right: auto
    }

    .col-lg-pull-8 {
        left: 66.66666667%;
        right: auto
    }

    .col-lg-pull-7 {
        left: 58.33333333%;
        right: auto
    }

    .col-lg-pull-6 {
        left: 50%;
        right: auto
    }

    .col-lg-pull-5 {
        left: 41.66666667%;
        right: auto
    }

    .col-lg-pull-4 {
        left: 33.33333333%;
        right: auto
    }

    .col-lg-pull-3 {
        left: 25%;
        right: auto
    }

    .col-lg-pull-2 {
        left: 16.66666667%;
        right: auto
    }

    .col-lg-pull-1 {
        left: 8.33333333%;
        right: auto
    }

    .col-lg-pull-0 {
        left: auto;
        right: auto
    }

    .col-lg-push-12 {
        right: 100%;
        left: 0
    }

    .col-lg-push-11 {
        right: 91.66666667%;
        left: 0
    }

    .col-lg-push-10 {
        right: 83.33333333%;
        left: 0
    }

    .col-lg-push-9 {
        right: 75%;
        left: 0
    }

    .col-lg-push-8 {
        right: 66.66666667%;
        left: 0
    }

    .col-lg-push-7 {
        right: 58.33333333%;
        left: 0
    }

    .col-lg-push-6 {
        right: 50%;
        left: 0
    }

    .col-lg-push-5 {
        right: 41.66666667%;
        left: 0
    }

    .col-lg-push-4 {
        right: 33.33333333%;
        left: 0
    }

    .col-lg-push-3 {
        right: 25%;
        left: 0
    }

    .col-lg-push-2 {
        right: 16.66666667%;
        left: 0
    }

    .col-lg-push-1 {
        right: 8.33333333%;
        left: 0
    }

    .col-lg-push-0 {
        right: auto;
        left: 0
    }

    .col-lg-offset-12 {
        margin-right: 100%;
        margin-left: 0
    }

    .col-lg-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0
    }

    .col-lg-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0
    }

    .col-lg-offset-9 {
        margin-right: 75%;
        margin-left: 0
    }

    .col-lg-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0
    }

    .col-lg-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0
    }

    .col-lg-offset-6 {
        margin-right: 50%;
        margin-left: 0
    }

    .col-lg-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0
    }

    .col-lg-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0
    }

    .col-lg-offset-3 {
        margin-right: 25%;
        margin-left: 0
    }

    .col-lg-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0
    }

    .col-lg-offset-0 {
        margin-right: 0%;
        margin-left: 0
    }
}

caption {
    text-align: right
}

th {
    text-align: right
}

@media screen and (max-width:767px) {
    .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-right: 0;
        border-left: initial
    }

    .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-left: 0;
        border-right: initial
    }
}

.radio label,
.checkbox label {
    padding-right: 20px;
    padding-left: initial
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: right;
    margin-left: auto
}

.radio-inline,
.checkbox-inline {
    padding-right: 20px;
    padding-left: 0
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-right: 10px;
    margin-left: 0
}

.has-feedback .form-control {
    padding-left: 42.5px;
    padding-right: 12px
}

.form-control-feedback {
    left: 0;
    right: auto
}

@media(min-width:768px) {
    .form-inline label {
        padding-right: 0;
        padding-left: initial
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        margin-right: 0;
        margin-left: auto
    }
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        text-align: left
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    left: 15px;
    right: auto
}

.caret {
    margin-right: 2px;
    margin-left: 0
}

.dropdown-menu {
    right: 0;
    left: auto;
    float: left;
    text-align: right
}

.dropdown-menu.pull-right {
    left: 0;
    right: auto;
    float: right
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    float: right
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-right: -1px;
    margin-left: 0
}

.btn-toolbar {
    margin-right: -5px;
    margin-left: 0
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: right
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-right: 5px;
    margin-left: 0
}

.btn-group>.btn:first-child {
    margin-right: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group {
    float: right
}

.btn-group.btn-group-justified>.btn,
.btn-group.btn-group-justified>.btn-group {
    float: none
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn .caret {
    margin-right: 0
}

.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-right: 0
}

.input-group .form-control {
    float: right
}

.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: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:first-child {
    border-left: 0;
    border-right: 1px solid
}

.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: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:last-child {
    border-left-width: 1px;
    border-left-style: solid;
    border-right: 0
}

.input-group-btn>.btn+.btn {
    margin-right: -1px;
    margin-left: auto
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-left: -1px;
    margin-right: auto
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-right: -1px;
    margin-left: auto
}

.nav {
    padding-right: 0;
    padding-left: initial
}

.nav-tabs>li {
    float: right
}

.nav-tabs>li>a {
    margin-left: auto;
    margin-right: -2px;
    border-radius: 4px 4px 0 0
}

.nav-pills>li {
    float: right
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-right: 2px;
    margin-left: auto
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-right: 0;
    margin-left: auto
}

.nav-justified>.dropdown .dropdown-menu {
    right: auto
}

.nav-tabs-justified>li>a {
    margin-left: 0;
    margin-right: auto
}

@media(min-width:768px) {
    .nav-tabs-justified>li>a {
        border-radius: 4px 4px 0 0
    }
}

@media(min-width:768px) {
    .navbar-header {
        float: right
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px
}

.navbar-brand {
    float: right
}

@media(min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-right: -15px;
        margin-left: auto
    }
}

.navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: auto
}

@media(max-width:767px) {

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 25px 5px 15px
    }
}

@media(min-width:768px) {
    .navbar-nav {
        float: right
    }

    .navbar-nav>li {
        float: right !important
    }
}

@media(min-width:768px) {
    .navbar-text {
        float: right
    }

    .navbar-text.navbar-right:last-child {
        margin-left: 0;
        margin-right: auto
    }
}

.pagination {
    padding-right: 0
}

.pagination>li>a,
.pagination>li>span {
    float: right;
    margin-right: -1px;
    margin-left: 0
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    margin-right: -1px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pager {
    padding-right: 0;
    padding-left: initial
}

.pager .next>a,
.pager .next>span {
    float: left
}

.pager .previous>a,
.pager .previous>span {
    float: right
}

.nav-pills>li>a>.badge {
    margin-left: 0;
    margin-right: 3px
}

.list-group-item>.badge {
    float: left
}

.list-group-item>.badge+.badge {
    margin-left: 5px;
    margin-right: auto
}

.alert-dismissable,
.alert-dismissible {
    padding-left: 35px;
    padding-right: 15px
}

.alert-dismissable .close,
.alert-dismissible .close {
    right: auto;
    left: -21px
}

.progress-bar {
    float: right
}

.media>.pull-left {
    margin-right: 10px
}

.media>.pull-left.flip {
    margin-right: 0;
    margin-left: 10px
}

.media>.pull-right {
    margin-left: 10px
}

.media>.pull-right.flip {
    margin-left: 0;
    margin-right: 10px
}

.media-right,
.media>.pull-right {
    padding-right: 10px;
    padding-left: initial
}

.media-left,
.media>.pull-left {
    padding-left: 10px;
    padding-right: initial
}

.media-list {
    padding-right: 0;
    padding-left: initial;
    list-style: none
}

.list-group {
    padding-right: 0;
    padding-left: initial
}

.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-right-radius: 3px;
    border-top-left-radius: 0
}

.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-left-radius: 3px;
    border-top-right-radius: 0
}

.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;
    border-top-right-radius: 0
}

.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;
    border-top-left-radius: 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-right: 0;
    border-left: none
}

.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: none;
    border-left: 0
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
    right: 0;
    left: auto
}

.close {
    float: left
}

.modal-footer.flip {
    text-align: right
}

.modal-footer .btn+.btn {
    margin-left: auto;
    margin-right: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-right: -1px;
    margin-left: auto
}

.modal-footer .btn-block+.btn-block {
    margin-right: 0;
    margin-left: auto
}

.popover {
    left: auto;
    text-align: right
}

.popover.top>.arrow {
    right: 50%;
    left: auto;
    margin-right: -11px;
    margin-left: auto
}

.popover.top>.arrow:after {
    margin-right: -10px;
    margin-left: auto
}

.popover.bottom>.arrow {
    right: 50%;
    left: auto;
    margin-right: -11px;
    margin-left: auto
}

.popover.bottom>.arrow:after {
    margin-right: -10px;
    margin-left: auto
}

.carousel-control {
    right: 0;
    bottom: 0
}

.carousel-control.left {
    right: auto;
    left: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(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, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(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 .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    right: auto;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    left: auto;
    margin-left: -10px
}

.carousel-indicators {
    right: 50%;
    left: 0;
    margin-right: -30%;
    margin-left: 0;
    padding-left: 0
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: 0;
        margin-right: -15px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-left: 0;
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
}

.container {
    max-width: 1360px
}

.btn {
    padding: 10px 15px;
    margin: 6px;
    border-radius: 2px;
    border: 0;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    white-space: normal !important;
    word-wrap: break-word;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.btn:hover,
.btn:focus,
.btn.focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-default {
    color: #fff;
    background-color: #838383
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    color: #fff;
    background-color: #696969
}

.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: #4a4a4a
}

.btn-success {
    color: #fff;
    background-color: #3cc95d
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px !important
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px !important
}

.form-control {
    max-width: 100%;
    border: 2px solid #bdc3c7;
    color: #34495e;
    font-size: 15px;
    line-height: 1.467;
    padding: 8px 12px;
    height: 38px;
    border-radius: 6px;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear
}

.input-lg {
    height: 46px !important;
    font-size: 18px !important
}

.form-group.focus .form-control,
.form-control:focus,
.form-group.focus .select2-search input[type="text"],
.select2-search input[type="text"]:focus {
    border-color: #00a772;
    outline: 0;
    box-shadow: none
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-right: -20px
}

.form-horizontal {
    max-width: 800px;
    margin: 30px auto;
    padding: 15px 20px !important
}

.form-horizontal.form-xs {
    max-width: 650px
}

.input-validation-error {
    border: 2px solid #fe4a49
}

.input-validation-error:focus {
    border: 2px solid #fe4a49
}

.field-validation-error {
    position: relative;
    display: block;
    font-size: 12px;
    padding-right: 10px
}

.field-validation-error:after {
    content: 'Ä¼ÂÂœ';
    position: absolute;
    height: 10px;
    width: 10px;
    color: #fe4a49;
    top: -29px;
    left: 15px;
    font-family: FontAwesome;
    line-height: .9;
    font-size: 24px
}

.form-control[dir="ltr"]~.field-validation-error:after {
    left: unset;
    right: 8px
}

.input-validation-error[dir="ltr"],
.input-validation-error.ltr {
    padding-right: 30px !important;
    padding-left: 12px !important
}

label {
    font-weight: 500;
    color: #666;
    font-size: 13px
}

select.form-control {
    padding-top: 3px
}

.alert {
    border: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1)
}

.navbar-default {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .06), 0 2px 10px 0 rgba(0, 0, 0, .02);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .06), 0 2px 10px 0 rgba(0, 0, 0, .02)
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

table.dataTable tbody td {
    font-weight: 900
}

table.dataTable thead {
    color: #fff
}

table.dataTable th {
    text-align: right
}

table.dataTable td {
    border: none !important;
    text-align: right
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: bold
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 10px;
    border-bottom: 2px solid #111;
    font-size: 90%;
    font-weight: 100
}

.dataTables_filter input {
    border: 2px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    line-height: 1.7;
    font-size: 14px;
    margin: 0 10px;
    width: 200px
}

.dataTables_info {
    float: right
}

.dataTables_paginate {
    float: left
}

.dt-buttons {
    text-align: left;
    float: left
}

.dt-buttons a {
    padding: 5px 10px;
    margin: 5px 10px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff !important;
    border: none;
    box-shadow: 0 2px 2px #d2d2d2
}

.dt-buttons a span {
    font-family: sans-serif !important;
    font-weight: 500
}

.dt-buttons a:first-child {
    background: #8e44ad
}

.dt-buttons a:nth-child(2) {
    background: #26a65b
}

.dt-buttons a:nth-child(3) {
    background: #c0392b
}

table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    cursor: pointer;
    *cursor: hand
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center left
}

table.dataTable thead .sorting {
    background-image: url("../../Content/Styles/sort_both.html")
}

table.dataTable thead .sorting_asc {
    background-image: url("../../Content/Styles/sort_asc.html")
}

table.dataTable thead .sorting_desc {
    background-image: url("../../Content/Styles/sort_desc.html")
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("../../Content/Styles/sort_asc_disabled.html")
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("../../Content/Styles/sort_desc_disabled.html")
}

table.dataTable tbody tr {
    background-color: #fff
}

table.dataTable tbody tr.selected {
    background-color: #b0bed9
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 10px;
    direction: rtl;
    text-align: right
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px solid #ddd
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
    border-top: none
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #ddd
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
    border-top: none
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #eee
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
    background-color: #8fcac4
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #8fcac4
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
    background-color: #aab7d1
}

table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
    background-color: #fafafa
}

table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3,
table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #b7ced8
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
    background-color: #f3f3f3
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
    background-color: #f5f5f5
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
    background-color: #a6b4cd
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
    background-color: #a8b5cf
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
    background-color: #a9b7d1
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #b7ced8
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
    background-color: #fcfcfc
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
    background-color: #fefefe
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
    background-color: #aebcd6
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
    background-color: #afbdd8
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #8fcac4
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
    background-color: #ececec
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
    background-color: #efefef
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
    background-color: #a2aec7
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
    background-color: #a3b0c9
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
    background-color: #a5b2cb
}

table.dataTable.no-footer {
    border-bottom: 1px solid #111
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
    padding: 4px
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    padding: 4px
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
    text-align: left
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    text-align: center
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
    text-align: right
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
    text-align: justify
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
    white-space: nowrap
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
    text-align: left
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
    text-align: center
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
    text-align: right
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
    text-align: justify
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
    text-align: left
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
    text-align: center
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
    text-align: right
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
    text-align: justify
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1
}

.dataTables_wrapper .dataTables_length {
    float: left
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: .5em
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: .755em;
    margin-left: 10px
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: .25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: none;
    background-color: #00a772;
    font-size: 18px;
    padding: 2px 12px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #8e8e8e;
    background-color: #125f41
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #158358
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, .9)), color-stop(75%, rgba(255, 255, 255, .9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333
}

.dataTables_wrapper .dataTables_scroll {
    clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
    vertical-align: middle
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}

.text-danger {
    color: #fe4a49 !important
}

.btn-danger {
    background-color: #fe4a49 !important
}

@media screen and (max-width:767px) {

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: .5em
    }
}

@media screen and (max-width:640px) {

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: .5em;
        padding-top: 2.5em;
        text-align: right
    }
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        margin-bottom: 3px
    }
}

@media(max-width:768px) {
    .navbar-brand {
        padding: 0
    }

    .navbar-header .navbar-brand {
        padding: 15px;
        margin-right: 10px;
        color: #eee;
        display: block !important
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('../../../external.html?link=https://dahak.nskman.com/Content/fonts/Font-Awesome/fontawesome-webfont.eot?v=4.7.0');
    src: url('../../../external.html?link=https://dahak.nskman.com/Content/fonts/Font-Awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../../external.html?link=https://dahak.nskman.com/Content/fonts/Font-Awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../../external.html?link=https://dahak.nskman.com/Content/fonts/Font-Awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../../external.html?link=https://dahak.nskman.com/Content/fonts/Font-Awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../../external.html?link=https://dahak.nskman.com/Content/fonts/Font-Awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "Ä¼â‚¬â‚¬"
}

.fa-music:before {
    content: "Ä¼â‚¬Â"
}

.fa-search:before {
    content: "Ä¼â‚¬â€š"
}

.fa-envelope-o:before {
    content: "Ä¼â‚¬Âƒ"
}

.fa-heart:before {
    content: "Ä¼â‚¬â€ž"
}

.fa-star:before {
    content: "Ä¼â‚¬â€¦"
}

.fa-star-o:before {
    content: "Ä¼â‚¬â€ "
}

.fa-user:before {
    content: "Ä¼â‚¬â€¡"
}

.fa-film:before {
    content: "Ä¼â‚¬Âˆ"
}

.fa-th-large:before {
    content: "Ä¼â‚¬â€°"
}

.fa-th:before {
    content: "Ä¼â‚¬ÂŠ"
}

.fa-th-list:before {
    content: "Ä¼â‚¬â€¹"
}

.fa-check:before {
    content: "Ä¼â‚¬ÂŒ"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "Ä¼â‚¬Â¨"
}

.fa-search-plus:before {
    content: "Ä¼â‚¬Ë‡"
}

.fa-search-minus:before {
    content: "Ä¼â‚¬Â"
}

.fa-power-off:before {
    content: "Ä¼â‚¬â€˜"
}

.fa-signal:before {
    content: "Ä¼â‚¬â€™"
}

.fa-gear:before,
.fa-cog:before {
    content: "Ä¼â‚¬â€œ"
}

.fa-trash-o:before {
    content: "Ä¼â‚¬â€"
}

.fa-home:before {
    content: "Ä¼â‚¬â€¢"
}

.fa-file-o:before {
    content: "Ä¼â‚¬â€“"
}

.fa-clock-o:before {
    content: "Ä¼â‚¬â€”"
}

.fa-road:before {
    content: "Ä¼â‚¬Â˜"
}

.fa-download:before {
    content: "Ä¼â‚¬â„¢"
}

.fa-arrow-circle-o-down:before {
    content: "Ä¼â‚¬Âš"
}

.fa-arrow-circle-o-up:before {
    content: "Ä¼â‚¬â€º"
}

.fa-inbox:before {
    content: "Ä¼â‚¬Âœ"
}

.fa-play-circle-o:before {
    content: "Ä¼â‚¬Â¯"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "Ä¼â‚¬Ë›"
}

.fa-refresh:before {
    content: "Ä¼â‚¬ï¿½"
}

.fa-list-alt:before {
    content: "Ä¼â‚¬Â¢"
}

.fa-lock:before {
    content: "Ä¼â‚¬Â£"
}

.fa-flag:before {
    content: "Ä¼â‚¬Â¤"
}

.fa-headphones:before {
    content: "Ä¼â‚¬ï¿½"
}

.fa-volume-off:before {
    content: "Ä¼â‚¬Â¦"
}

.fa-volume-down:before {
    content: "Ä¼â‚¬Â§"
}

.fa-volume-up:before {
    content: "Ä¼â‚¬Ã˜"
}

.fa-qrcode:before {
    content: "Ä¼â‚¬Â©"
}

.fa-barcode:before {
    content: "Ä¼â‚¬Å–"
}

.fa-tag:before {
    content: "Ä¼â‚¬Â«"
}

.fa-tags:before {
    content: "Ä¼â‚¬Â¬"
}

.fa-book:before {
    content: "Ä¼â‚¬Â­"
}

.fa-bookmark:before {
    content: "Ä¼â‚¬Â®"
}

.fa-print:before {
    content: "Ä¼â‚¬Ã†"
}

.fa-camera:before {
    content: "Ä¼â‚¬Â°"
}

.fa-font:before {
    content: "Ä¼â‚¬Â±"
}

.fa-bold:before {
    content: "Ä¼â‚¬Â²"
}

.fa-italic:before {
    content: "Ä¼â‚¬Â³"
}

.fa-text-height:before {
    content: "Ä¼â‚¬Â´"
}

.fa-text-width:before {
    content: "Ä¼â‚¬Âµ"
}

.fa-align-left:before {
    content: "Ä¼â‚¬Â¶"
}

.fa-align-center:before {
    content: "Ä¼â‚¬Â·"
}

.fa-align-right:before {
    content: "Ä¼â‚¬Ã¸"
}

.fa-align-justify:before {
    content: "Ä¼â‚¬Â¹"
}

.fa-list:before {
    content: "Ä¼â‚¬Å—"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "Ä¼â‚¬Â»"
}

.fa-indent:before {
    content: "Ä¼â‚¬Â¼"
}

.fa-video-camera:before {
    content: "Ä¼â‚¬Â½"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "Ä¼â‚¬Â¾"
}

.fa-pencil:before {
    content: "Ä¼Ââ‚¬"
}

.fa-map-marker:before {
    content: "Ä¼ÂÂ"
}

.fa-adjust:before {
    content: "Ä¼Ââ€š"
}

.fa-tint:before {
    content: "Ä¼ÂÂƒ"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "Ä¼Ââ€ž"
}

.fa-share-square-o:before {
    content: "Ä¼Ââ€¦"
}

.fa-check-square-o:before {
    content: "Ä¼Ââ€ "
}

.fa-arrows:before {
    content: "Ä¼Ââ€¡"
}

.fa-step-backward:before {
    content: "Ä¼ÂÂˆ"
}

.fa-fast-backward:before {
    content: "Ä¼Ââ€°"
}

.fa-backward:before {
    content: "Ä¼ÂÂŠ"
}

.fa-play:before {
    content: "Ä¼Ââ€¹"
}

.fa-pause:before {
    content: "Ä¼ÂÂŒ"
}

.fa-stop:before {
    content: "Ä¼ÂÂ¨"
}

.fa-forward:before {
    content: "Ä¼ÂË‡"
}

.fa-fast-forward:before {
    content: "Ä¼ÂÂ"
}

.fa-step-forward:before {
    content: "Ä¼Ââ€˜"
}

.fa-eject:before {
    content: "Ä¼Ââ€™"
}

.fa-chevron-left:before {
    content: "Ä¼Ââ€œ"
}

.fa-chevron-right:before {
    content: "Ä¼Ââ€"
}

.fa-plus-circle:before {
    content: "Ä¼Ââ€¢"
}

.fa-minus-circle:before {
    content: "Ä¼Ââ€“"
}

.fa-times-circle:before {
    content: "Ä¼Ââ€”"
}

.fa-check-circle:before {
    content: "Ä¼ÂÂ˜"
}

.fa-question-circle:before {
    content: "Ä¼Ââ„¢"
}

.fa-info-circle:before {
    content: "Ä¼ÂÂš"
}

.fa-crosshairs:before {
    content: "Ä¼Ââ€º"
}

.fa-times-circle-o:before {
    content: "Ä¼ÂÂœ"
}

.fa-check-circle-o:before {
    content: "Ä¼ÂÂ¯"
}

.fa-ban:before {
    content: "Ä¼ÂË›"
}

.fa-arrow-left:before {
    content: "Ä¼Â "
}

.fa-arrow-right:before {
    content: "Ä¼Âï¿½"
}

.fa-arrow-up:before {
    content: "Ä¼ÂÂ¢"
}

.fa-arrow-down:before {
    content: "Ä¼ÂÂ£"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "Ä¼ÂÂ¤"
}

.fa-expand:before {
    content: "Ä¼Âï¿½"
}

.fa-compress:before {
    content: "Ä¼ÂÂ¦"
}

.fa-plus:before {
    content: "Ä¼ÂÂ§"
}

.fa-minus:before {
    content: "Ä¼ÂÃ˜"
}

.fa-asterisk:before {
    content: "Ä¼ÂÂ©"
}

.fa-exclamation-circle:before {
    content: "Ä¼ÂÅ–"
}

.fa-gift:before {
    content: "Ä¼ÂÂ«"
}

.fa-leaf:before {
    content: "Ä¼ÂÂ¬"
}

.fa-fire:before {
    content: "Ä¼ÂÂ­"
}

.fa-eye:before {
    content: "Ä¼ÂÂ®"
}

.fa-eye-slash:before {
    content: "Ä¼ÂÂ°"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "Ä¼ÂÂ±"
}

.fa-plane:before {
    content: "Ä¼ÂÂ²"
}

.fa-calendar:before {
    content: "Ä¼ÂÂ³"
}

.fa-random:before {
    content: "Ä¼ÂÂ´"
}

.fa-comment:before {
    content: "Ä¼ÂÂµ"
}

.fa-magnet:before {
    content: "Ä¼ÂÂ¶"
}

.fa-chevron-up:before {
    content: "Ä¼ÂÂ·"
}

.fa-chevron-down:before {
    content: "Ä¼ÂÃ¸"
}

.fa-retweet:before {
    content: "Ä¼ÂÂ¹"
}

.fa-shopping-cart:before {
    content: "Ä¼ÂÅ—"
}

.fa-folder:before {
    content: "Ä¼ÂÂ»"
}

.fa-folder-open:before {
    content: "Ä¼ÂÂ¼"
}

.fa-arrows-v:before {
    content: "Ä¼ÂÂ½"
}

.fa-arrows-h:before {
    content: "Ä¼ÂÂ¾"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "Ä¼â€šâ‚¬"
}

.fa-twitter-square:before {
    content: "Ä¼â€šÂ"
}

.fa-facebook-square:before {
    content: "Ä¼â€šâ€š"
}

.fa-camera-retro:before {
    content: "Ä¼â€šÂƒ"
}

.fa-key:before {
    content: "Ä¼â€šâ€ž"
}

.fa-gears:before,
.fa-cogs:before {
    content: "Ä¼â€šâ€¦"
}

.fa-comments:before {
    content: "Ä¼â€šâ€ "
}

.fa-thumbs-o-up:before {
    content: "Ä¼â€šâ€¡"
}

.fa-thumbs-o-down:before {
    content: "Ä¼â€šÂˆ"
}

.fa-star-half:before {
    content: "Ä¼â€šâ€°"
}

.fa-heart-o:before {
    content: "Ä¼â€šÂŠ"
}

.fa-sign-out:before {
    content: "Ä¼â€šâ€¹"
}

.fa-linkedin-square:before {
    content: "Ä¼â€šÂŒ"
}

.fa-thumb-tack:before {
    content: "Ä¼â€šÂ¨"
}

.fa-external-link:before {
    content: "Ä¼â€šË‡"
}

.fa-sign-in:before {
    content: "Ä¼â€šÂ"
}

.fa-trophy:before {
    content: "Ä¼â€šâ€˜"
}

.fa-github-square:before {
    content: "Ä¼â€šâ€™"
}

.fa-upload:before {
    content: "Ä¼â€šâ€œ"
}

.fa-lemon-o:before {
    content: "Ä¼â€šâ€"
}

.fa-phone:before {
    content: "Ä¼â€šâ€¢"
}

.fa-square-o:before {
    content: "Ä¼â€šâ€“"
}

.fa-bookmark-o:before {
    content: "Ä¼â€šâ€”"
}

.fa-phone-square:before {
    content: "Ä¼â€šÂ˜"
}

.fa-twitter:before {
    content: "Ä¼â€šâ„¢"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "Ä¼â€šÂš"
}

.fa-github:before {
    content: "Ä¼â€šâ€º"
}

.fa-unlock:before {
    content: "Ä¼â€šÂœ"
}

.fa-credit-card:before {
    content: "Ä¼â€šÂ¯"
}

.fa-feed:before,
.fa-rss:before {
    content: "Ä¼â€šË›"
}

.fa-hdd-o:before {
    content: "Ä¼â€š "
}

.fa-bullhorn:before {
    content: "Ä¼â€šï¿½"
}

.fa-bell:before {
    content: "Ä¼ÂƒÂ³"
}

.fa-certificate:before {
    content: "Ä¼â€šÂ£"
}

.fa-hand-o-right:before {
    content: "Ä¼â€šÂ¤"
}

.fa-hand-o-left:before {
    content: "Ä¼â€šï¿½"
}

.fa-hand-o-up:before {
    content: "Ä¼â€šÂ¦"
}

.fa-hand-o-down:before {
    content: "Ä¼â€šÂ§"
}

.fa-arrow-circle-left:before {
    content: "Ä¼â€šÃ˜"
}

.fa-arrow-circle-right:before {
    content: "Ä¼â€šÂ©"
}

.fa-arrow-circle-up:before {
    content: "Ä¼â€šÅ–"
}

.fa-arrow-circle-down:before {
    content: "Ä¼â€šÂ«"
}

.fa-globe:before {
    content: "Ä¼â€šÂ¬"
}

.fa-wrench:before {
    content: "Ä¼â€šÂ­"
}

.fa-tasks:before {
    content: "Ä¼â€šÂ®"
}

.fa-filter:before {
    content: "Ä¼â€šÂ°"
}

.fa-briefcase:before {
    content: "Ä¼â€šÂ±"
}

.fa-arrows-alt:before {
    content: "Ä¼â€šÂ²"
}

.fa-group:before,
.fa-users:before {
    content: "Ä¼Âƒâ‚¬"
}

.fa-chain:before,
.fa-link:before {
    content: "Ä¼ÂƒÂ"
}

.fa-cloud:before {
    content: "Ä¼Âƒâ€š"
}

.fa-flask:before {
    content: "Ä¼ÂƒÂƒ"
}

.fa-cut:before,
.fa-scissors:before {
    content: "Ä¼Âƒâ€ž"
}

.fa-copy:before,
.fa-files-o:before {
    content: "Ä¼Âƒâ€¦"
}

.fa-paperclip:before {
    content: "Ä¼Âƒâ€ "
}

.fa-save:before,
.fa-floppy-o:before {
    content: "Ä¼Âƒâ€¡"
}

.fa-square:before {
    content: "Ä¼ÂƒÂˆ"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "Ä¼Âƒâ€°"
}

.fa-list-ul:before {
    content: "Ä¼ÂƒÂŠ"
}

.fa-list-ol:before {
    content: "Ä¼Âƒâ€¹"
}

.fa-strikethrough:before {
    content: "Ä¼ÂƒÂŒ"
}

.fa-underline:before {
    content: "Ä¼ÂƒÂ¨"
}

.fa-table:before {
    content: "Ä¼ÂƒË‡"
}

.fa-magic:before {
    content: "Ä¼ÂƒÂ"
}

.fa-truck:before {
    content: "Ä¼Âƒâ€˜"
}

.fa-pinterest:before {
    content: "Ä¼Âƒâ€™"
}

.fa-pinterest-square:before {
    content: "Ä¼Âƒâ€œ"
}

.fa-google-plus-square:before {
    content: "Ä¼Âƒâ€"
}

.fa-google-plus:before {
    content: "Ä¼Âƒâ€¢"
}

.fa-money:before {
    content: "Ä¼Âƒâ€“"
}

.fa-caret-down:before {
    content: "Ä¼Âƒâ€”"
}

.fa-caret-up:before {
    content: "Ä¼ÂƒÂ˜"
}

.fa-caret-left:before {
    content: "Ä¼Âƒâ„¢"
}

.fa-caret-right:before {
    content: "Ä¼ÂƒÂš"
}

.fa-columns:before {
    content: "Ä¼Âƒâ€º"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "Ä¼ÂƒÂœ"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "Ä¼ÂƒÂ¯"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "Ä¼ÂƒË›"
}

.fa-envelope:before {
    content: "Ä¼Âƒ "
}

.fa-linkedin:before {
    content: "Ä¼Âƒï¿½"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "Ä¼ÂƒÂ¢"
}

.fa-legal:before,
.fa-gavel:before {
    content: "Ä¼ÂƒÂ£"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "Ä¼ÂƒÂ¤"
}

.fa-comment-o:before {
    content: "Ä¼Âƒï¿½"
}

.fa-comments-o:before {
    content: "Ä¼ÂƒÂ¦"
}

.fa-flash:before,
.fa-bolt:before {
    content: "Ä¼ÂƒÂ§"
}

.fa-sitemap:before {
    content: "Ä¼ÂƒÃ˜"
}

.fa-umbrella:before {
    content: "Ä¼ÂƒÂ©"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "Ä¼ÂƒÅ–"
}

.fa-lightbulb-o:before {
    content: "Ä¼ÂƒÂ«"
}

.fa-exchange:before {
    content: "Ä¼ÂƒÂ¬"
}

.fa-cloud-download:before {
    content: "Ä¼ÂƒÂ­"
}

.fa-cloud-upload:before {
    content: "Ä¼ÂƒÂ®"
}

.fa-user-md:before {
    content: "Ä¼ÂƒÂ°"
}

.fa-stethoscope:before {
    content: "Ä¼ÂƒÂ±"
}

.fa-suitcase:before {
    content: "Ä¼ÂƒÂ²"
}

.fa-bell-o:before {
    content: "Ä¼â€šÂ¢"
}

.fa-coffee:before {
    content: "Ä¼ÂƒÂ´"
}

.fa-cutlery:before {
    content: "Ä¼ÂƒÂµ"
}

.fa-file-text-o:before {
    content: "Ä¼ÂƒÂ¶"
}

.fa-building-o:before {
    content: "Ä¼ÂƒÂ·"
}

.fa-hospital-o:before {
    content: "Ä¼ÂƒÃ¸"
}

.fa-ambulance:before {
    content: "Ä¼ÂƒÂ¹"
}

.fa-medkit:before {
    content: "Ä¼ÂƒÅ—"
}

.fa-fighter-jet:before {
    content: "Ä¼ÂƒÂ»"
}

.fa-beer:before {
    content: "Ä¼ÂƒÂ¼"
}

.fa-h-square:before {
    content: "Ä¼ÂƒÂ½"
}

.fa-plus-square:before {
    content: "Ä¼ÂƒÂ¾"
}

.fa-angle-double-left:before {
    content: "Ä¼â€žâ‚¬"
}

.fa-angle-double-right:before {
    content: "Ä¼â€žÂ"
}

.fa-angle-double-up:before {
    content: "Ä¼â€žâ€š"
}

.fa-angle-double-down:before {
    content: "Ä¼â€žÂƒ"
}

.fa-angle-left:before {
    content: "Ä¼â€žâ€ž"
}

.fa-angle-right:before {
    content: "Ä¼â€žâ€¦"
}

.fa-angle-up:before {
    content: "Ä¼â€žâ€ "
}

.fa-angle-down:before {
    content: "Ä¼â€žâ€¡"
}

.fa-desktop:before {
    content: "Ä¼â€žÂˆ"
}

.fa-laptop:before {
    content: "Ä¼â€žâ€°"
}

.fa-tablet:before {
    content: "Ä¼â€žÂŠ"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "Ä¼â€žâ€¹"
}

.fa-circle-o:before {
    content: "Ä¼â€žÂŒ"
}

.fa-quote-left:before {
    content: "Ä¼â€žÂ¨"
}

.fa-quote-right:before {
    content: "Ä¼â€žË‡"
}

.fa-spinner:before {
    content: "Ä¼â€žÂ"
}

.fa-circle:before {
    content: "Ä¼â€žâ€˜"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "Ä¼â€žâ€™"
}

.fa-github-alt:before {
    content: "Ä¼â€žâ€œ"
}

.fa-folder-o:before {
    content: "Ä¼â€žâ€"
}

.fa-folder-open-o:before {
    content: "Ä¼â€žâ€¢"
}

.fa-smile-o:before {
    content: "Ä¼â€žÂ˜"
}

.fa-frown-o:before {
    content: "Ä¼â€žâ„¢"
}

.fa-meh-o:before {
    content: "Ä¼â€žÂš"
}

.fa-gamepad:before {
    content: "Ä¼â€žâ€º"
}

.fa-keyboard-o:before {
    content: "Ä¼â€žÂœ"
}

.fa-flag-o:before {
    content: "Ä¼â€žÂ¯"
}

.fa-flag-checkered:before {
    content: "Ä¼â€žË›"
}

.fa-terminal:before {
    content: "Ä¼â€ž "
}

.fa-code:before {
    content: "Ä¼â€žï¿½"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "Ä¼â€žÂ¢"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "Ä¼â€žÂ£"
}

.fa-location-arrow:before {
    content: "Ä¼â€žÂ¤"
}

.fa-crop:before {
    content: "Ä¼â€žï¿½"
}

.fa-code-fork:before {
    content: "Ä¼â€žÂ¦"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "Ä¼â€žÂ§"
}

.fa-question:before {
    content: "Ä¼â€žÃ˜"
}

.fa-info:before {
    content: "Ä¼â€žÂ©"
}

.fa-exclamation:before {
    content: "Ä¼â€žÅ–"
}

.fa-superscript:before {
    content: "Ä¼â€žÂ«"
}

.fa-subscript:before {
    content: "Ä¼â€žÂ¬"
}

.fa-eraser:before {
    content: "Ä¼â€žÂ­"
}

.fa-puzzle-piece:before {
    content: "Ä¼â€žÂ®"
}

.fa-microphone:before {
    content: "Ä¼â€žÂ°"
}

.fa-microphone-slash:before {
    content: "Ä¼â€žÂ±"
}

.fa-shield:before {
    content: "Ä¼â€žÂ²"
}

.fa-calendar-o:before {
    content: "Ä¼â€žÂ³"
}

.fa-fire-extinguisher:before {
    content: "Ä¼â€žÂ´"
}

.fa-rocket:before {
    content: "Ä¼â€žÂµ"
}

.fa-maxcdn:before {
    content: "Ä¼â€žÂ¶"
}

.fa-chevron-circle-left:before {
    content: "Ä¼â€žÂ·"
}

.fa-chevron-circle-right:before {
    content: "Ä¼â€žÃ¸"
}

.fa-chevron-circle-up:before {
    content: "Ä¼â€žÂ¹"
}

.fa-chevron-circle-down:before {
    content: "Ä¼â€žÅ—"
}

.fa-html5:before {
    content: "Ä¼â€žÂ»"
}

.fa-css3:before {
    content: "Ä¼â€žÂ¼"
}

.fa-anchor:before {
    content: "Ä¼â€žÂ½"
}

.fa-unlock-alt:before {
    content: "Ä¼â€žÂ¾"
}

.fa-bullseye:before {
    content: "Ä¼â€¦â‚¬"
}

.fa-ellipsis-h:before {
    content: "Ä¼â€¦Â"
}

.fa-ellipsis-v:before {
    content: "Ä¼â€¦â€š"
}

.fa-rss-square:before {
    content: "Ä¼â€¦Âƒ"
}

.fa-play-circle:before {
    content: "Ä¼â€¦â€ž"
}

.fa-ticket:before {
    content: "Ä¼â€¦â€¦"
}

.fa-minus-square:before {
    content: "Ä¼â€¦â€ "
}

.fa-minus-square-o:before {
    content: "Ä¼â€¦â€¡"
}

.fa-level-up:before {
    content: "Ä¼â€¦Âˆ"
}

.fa-level-down:before {
    content: "Ä¼â€¦â€°"
}

.fa-check-square:before {
    content: "Ä¼â€¦ÂŠ"
}

.fa-pencil-square:before {
    content: "Ä¼â€¦â€¹"
}

.fa-external-link-square:before {
    content: "Ä¼â€¦ÂŒ"
}

.fa-share-square:before {
    content: "Ä¼â€¦Â¨"
}

.fa-compass:before {
    content: "Ä¼â€¦Ë‡"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "Ä¼â€¦Â"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "Ä¼â€¦â€˜"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "Ä¼â€¦â€™"
}

.fa-euro:before,
.fa-eur:before {
    content: "Ä¼â€¦â€œ"
}

.fa-gbp:before {
    content: "Ä¼â€¦â€"
}

.fa-dollar:before,
.fa-usd:before {
    content: "Ä¼â€¦â€¢"
}

.fa-rupee:before,
.fa-inr:before {
    content: "Ä¼â€¦â€“"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "Ä¼â€¦â€”"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "Ä¼â€¦Â˜"
}

.fa-won:before,
.fa-krw:before {
    content: "Ä¼â€¦â„¢"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "Ä¼â€¦Âš"
}

.fa-file:before {
    content: "Ä¼â€¦â€º"
}

.fa-file-text:before {
    content: "Ä¼â€¦Âœ"
}

.fa-sort-alpha-asc:before {
    content: "Ä¼â€¦Â¯"
}

.fa-sort-alpha-desc:before {
    content: "Ä¼â€¦Ë›"
}

.fa-sort-amount-asc:before {
    content: "Ä¼â€¦ "
}

.fa-sort-amount-desc:before {
    content: "Ä¼â€¦ï¿½"
}

.fa-sort-numeric-asc:before {
    content: "Ä¼â€¦Â¢"
}

.fa-sort-numeric-desc:before {
    content: "Ä¼â€¦Â£"
}

.fa-thumbs-up:before {
    content: "Ä¼â€¦Â¤"
}

.fa-thumbs-down:before {
    content: "Ä¼â€¦ï¿½"
}

.fa-youtube-square:before {
    content: "Ä¼â€¦Â¦"
}

.fa-youtube:before {
    content: "Ä¼â€¦Â§"
}

.fa-xing:before {
    content: "Ä¼â€¦Ã˜"
}

.fa-xing-square:before {
    content: "Ä¼â€¦Â©"
}

.fa-youtube-play:before {
    content: "Ä¼â€¦Å–"
}

.fa-dropbox:before {
    content: "Ä¼â€¦Â«"
}

.fa-stack-overflow:before {
    content: "Ä¼â€¦Â¬"
}

.fa-instagram:before {
    content: "Ä¼â€¦Â­"
}

.fa-flickr:before {
    content: "Ä¼â€¦Â®"
}

.fa-adn:before {
    content: "Ä¼â€¦Â°"
}

.fa-bitbucket:before {
    content: "Ä¼â€¦Â±"
}

.fa-bitbucket-square:before {
    content: "Ä¼â€¦Â²"
}

.fa-tumblr:before {
    content: "Ä¼â€¦Â³"
}

.fa-tumblr-square:before {
    content: "Ä¼â€¦Â´"
}

.fa-long-arrow-down:before {
    content: "Ä¼â€¦Âµ"
}

.fa-long-arrow-up:before {
    content: "Ä¼â€¦Â¶"
}

.fa-long-arrow-left:before {
    content: "Ä¼â€¦Â·"
}

.fa-long-arrow-right:before {
    content: "Ä¼â€¦Ã¸"
}

.fa-apple:before {
    content: "Ä¼â€¦Â¹"
}

.fa-windows:before {
    content: "Ä¼â€¦Å—"
}

.fa-android:before {
    content: "Ä¼â€¦Â»"
}

.fa-linux:before {
    content: "Ä¼â€¦Â¼"
}

.fa-dribbble:before {
    content: "Ä¼â€¦Â½"
}

.fa-skype:before {
    content: "Ä¼â€¦Â¾"
}

.fa-foursquare:before {
    content: "Ä¼â€ â‚¬"
}

.fa-trello:before {
    content: "Ä¼â€ Â"
}

.fa-female:before {
    content: "Ä¼â€ â€š"
}

.fa-male:before {
    content: "Ä¼â€ Âƒ"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "Ä¼â€ â€ž"
}

.fa-sun-o:before {
    content: "Ä¼â€ â€¦"
}

.fa-moon-o:before {
    content: "Ä¼â€ â€ "
}

.fa-archive:before {
    content: "Ä¼â€ â€¡"
}

.fa-bug:before {
    content: "Ä¼â€ Âˆ"
}

.fa-vk:before {
    content: "Ä¼â€ â€°"
}

.fa-weibo:before {
    content: "Ä¼â€ ÂŠ"
}

.fa-renren:before {
    content: "Ä¼â€ â€¹"
}

.fa-pagelines:before {
    content: "Ä¼â€ ÂŒ"
}

.fa-stack-exchange:before {
    content: "Ä¼â€ Â¨"
}

.fa-arrow-circle-o-right:before {
    content: "Ä¼â€ Ë‡"
}

.fa-arrow-circle-o-left:before {
    content: "Ä¼â€ Â"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "Ä¼â€ â€˜"
}

.fa-dot-circle-o:before {
    content: "Ä¼â€ â€™"
}

.fa-wheelchair:before {
    content: "Ä¼â€ â€œ"
}

.fa-vimeo-square:before {
    content: "Ä¼â€ â€"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "Ä¼â€ â€¢"
}

.fa-plus-square-o:before {
    content: "Ä¼â€ â€“"
}

.fa-space-shuttle:before {
    content: "Ä¼â€ â€”"
}

.fa-slack:before {
    content: "Ä¼â€ Â˜"
}

.fa-envelope-square:before {
    content: "Ä¼â€ â„¢"
}

.fa-wordpress:before {
    content: "Ä¼â€ Âš"
}

.fa-openid:before {
    content: "Ä¼â€ â€º"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "Ä¼â€ Âœ"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "Ä¼â€ Â¯"
}

.fa-yahoo:before {
    content: "Ä¼â€ Ë›"
}

.fa-google:before {
    content: "Ä¼â€  "
}

.fa-reddit:before {
    content: "Ä¼â€ ï¿½"
}

.fa-reddit-square:before {
    content: "Ä¼â€ Â¢"
}

.fa-stumbleupon-circle:before {
    content: "Ä¼â€ Â£"
}

.fa-stumbleupon:before {
    content: "Ä¼â€ Â¤"
}

.fa-delicious:before {
    content: "Ä¼â€ ï¿½"
}

.fa-digg:before {
    content: "Ä¼â€ Â¦"
}

.fa-pied-piper-pp:before {
    content: "Ä¼â€ Â§"
}

.fa-pied-piper-alt:before {
    content: "Ä¼â€ Ã˜"
}

.fa-drupal:before {
    content: "Ä¼â€ Â©"
}

.fa-joomla:before {
    content: "Ä¼â€ Å–"
}

.fa-language:before {
    content: "Ä¼â€ Â«"
}

.fa-fax:before {
    content: "Ä¼â€ Â¬"
}

.fa-building:before {
    content: "Ä¼â€ Â­"
}

.fa-child:before {
    content: "Ä¼â€ Â®"
}

.fa-paw:before {
    content: "Ä¼â€ Â°"
}

.fa-spoon:before {
    content: "Ä¼â€ Â±"
}

.fa-cube:before {
    content: "Ä¼â€ Â²"
}

.fa-cubes:before {
    content: "Ä¼â€ Â³"
}

.fa-behance:before {
    content: "Ä¼â€ Â´"
}

.fa-behance-square:before {
    content: "Ä¼â€ Âµ"
}

.fa-steam:before {
    content: "Ä¼â€ Â¶"
}

.fa-steam-square:before {
    content: "Ä¼â€ Â·"
}

.fa-recycle:before {
    content: "Ä¼â€ Ã¸"
}

.fa-automobile:before,
.fa-car:before {
    content: "Ä¼â€ Â¹"
}

.fa-cab:before,
.fa-taxi:before {
    content: "Ä¼â€ Å—"
}

.fa-tree:before {
    content: "Ä¼â€ Â»"
}

.fa-spotify:before {
    content: "Ä¼â€ Â¼"
}

.fa-deviantart:before {
    content: "Ä¼â€ Â½"
}

.fa-soundcloud:before {
    content: "Ä¼â€ Â¾"
}

.fa-database:before {
    content: "Ä¼â€¡â‚¬"
}

.fa-file-pdf-o:before {
    content: "Ä¼â€¡Â"
}

.fa-file-word-o:before {
    content: "Ä¼â€¡â€š"
}

.fa-file-excel-o:before {
    content: "Ä¼â€¡Âƒ"
}

.fa-file-powerpoint-o:before {
    content: "Ä¼â€¡â€ž"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "Ä¼â€¡â€¦"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "Ä¼â€¡â€ "
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "Ä¼â€¡â€¡"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "Ä¼â€¡Âˆ"
}

.fa-file-code-o:before {
    content: "Ä¼â€¡â€°"
}

.fa-vine:before {
    content: "Ä¼â€¡ÂŠ"
}

.fa-codepen:before {
    content: "Ä¼â€¡â€¹"
}

.fa-jsfiddle:before {
    content: "Ä¼â€¡ÂŒ"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "Ä¼â€¡Â¨"
}

.fa-circle-o-notch:before {
    content: "Ä¼â€¡Ë‡"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "Ä¼â€¡Â"
}

.fa-ge:before,
.fa-empire:before {
    content: "Ä¼â€¡â€˜"
}

.fa-git-square:before {
    content: "Ä¼â€¡â€™"
}

.fa-git:before {
    content: "Ä¼â€¡â€œ"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "Ä¼â€¡â€"
}

.fa-tencent-weibo:before {
    content: "Ä¼â€¡â€¢"
}

.fa-qq:before {
    content: "Ä¼â€¡â€“"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "Ä¼â€¡â€”"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "Ä¼â€¡Â˜"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "Ä¼â€¡â„¢"
}

.fa-history:before {
    content: "Ä¼â€¡Âš"
}

.fa-circle-thin:before {
    content: "Ä¼â€¡â€º"
}

.fa-header:before {
    content: "Ä¼â€¡Âœ"
}

.fa-paragraph:before {
    content: "Ä¼â€¡Â¯"
}

.fa-sliders:before {
    content: "Ä¼â€¡Ë›"
}

.fa-share-alt:before {
    content: "Ä¼â€¡ "
}

.fa-share-alt-square:before {
    content: "Ä¼â€¡ï¿½"
}

.fa-bomb:before {
    content: "Ä¼â€¡Â¢"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "Ä¼â€¡Â£"
}

.fa-tty:before {
    content: "Ä¼â€¡Â¤"
}

.fa-binoculars:before {
    content: "Ä¼â€¡ï¿½"
}

.fa-plug:before {
    content: "Ä¼â€¡Â¦"
}

.fa-slideshare:before {
    content: "Ä¼â€¡Â§"
}

.fa-twitch:before {
    content: "Ä¼â€¡Ã˜"
}

.fa-yelp:before {
    content: "Ä¼â€¡Â©"
}

.fa-newspaper-o:before {
    content: "Ä¼â€¡Å–"
}

.fa-wifi:before {
    content: "Ä¼â€¡Â«"
}

.fa-calculator:before {
    content: "Ä¼â€¡Â¬"
}

.fa-paypal:before {
    content: "Ä¼â€¡Â­"
}

.fa-google-wallet:before {
    content: "Ä¼â€¡Â®"
}

.fa-cc-visa:before {
    content: "Ä¼â€¡Â°"
}

.fa-cc-mastercard:before {
    content: "Ä¼â€¡Â±"
}

.fa-cc-discover:before {
    content: "Ä¼â€¡Â²"
}

.fa-cc-amex:before {
    content: "Ä¼â€¡Â³"
}

.fa-cc-paypal:before {
    content: "Ä¼â€¡Â´"
}

.fa-cc-stripe:before {
    content: "Ä¼â€¡Âµ"
}

.fa-bell-slash:before {
    content: "Ä¼â€¡Â¶"
}

.fa-bell-slash-o:before {
    content: "Ä¼â€¡Â·"
}

.fa-trash:before {
    content: "Ä¼â€¡Ã¸"
}

.fa-copyright:before {
    content: "Ä¼â€¡Â¹"
}

.fa-at:before {
    content: "Ä¼â€¡Å—"
}

.fa-eyedropper:before {
    content: "Ä¼â€¡Â»"
}

.fa-paint-brush:before {
    content: "Ä¼â€¡Â¼"
}

.fa-birthday-cake:before {
    content: "Ä¼â€¡Â½"
}

.fa-area-chart:before {
    content: "Ä¼â€¡Â¾"
}

.fa-pie-chart:before {
    content: "Ä¼Âˆâ‚¬"
}

.fa-line-chart:before {
    content: "Ä¼ÂˆÂ"
}

.fa-lastfm:before {
    content: "Ä¼Âˆâ€š"
}

.fa-lastfm-square:before {
    content: "Ä¼ÂˆÂƒ"
}

.fa-toggle-off:before {
    content: "Ä¼Âˆâ€ž"
}

.fa-toggle-on:before {
    content: "Ä¼Âˆâ€¦"
}

.fa-bicycle:before {
    content: "Ä¼Âˆâ€ "
}

.fa-bus:before {
    content: "Ä¼Âˆâ€¡"
}

.fa-ioxhost:before {
    content: "Ä¼ÂˆÂˆ"
}

.fa-angellist:before {
    content: "Ä¼Âˆâ€°"
}

.fa-cc:before {
    content: "Ä¼ÂˆÂŠ"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "Ä¼Âˆâ€¹"
}

.fa-meanpath:before {
    content: "Ä¼ÂˆÂŒ"
}

.fa-buysellads:before {
    content: "Ä¼ÂˆÂ¨"
}

.fa-connectdevelop:before {
    content: "Ä¼ÂˆË‡"
}

.fa-dashcube:before {
    content: "Ä¼ÂˆÂ"
}

.fa-forumbee:before {
    content: "Ä¼Âˆâ€˜"
}

.fa-leanpub:before {
    content: "Ä¼Âˆâ€™"
}

.fa-sellsy:before {
    content: "Ä¼Âˆâ€œ"
}

.fa-shirtsinbulk:before {
    content: "Ä¼Âˆâ€"
}

.fa-simplybuilt:before {
    content: "Ä¼Âˆâ€¢"
}

.fa-skyatlas:before {
    content: "Ä¼Âˆâ€“"
}

.fa-cart-plus:before {
    content: "Ä¼Âˆâ€”"
}

.fa-cart-arrow-down:before {
    content: "Ä¼ÂˆÂ˜"
}

.fa-diamond:before {
    content: "Ä¼Âˆâ„¢"
}

.fa-ship:before {
    content: "Ä¼ÂˆÂš"
}

.fa-user-secret:before {
    content: "Ä¼Âˆâ€º"
}

.fa-motorcycle:before {
    content: "Ä¼ÂˆÂœ"
}

.fa-street-view:before {
    content: "Ä¼ÂˆÂ¯"
}

.fa-heartbeat:before {
    content: "Ä¼ÂˆË›"
}

.fa-venus:before {
    content: "Ä¼Âˆï¿½"
}

.fa-mars:before {
    content: "Ä¼ÂˆÂ¢"
}

.fa-mercury:before {
    content: "Ä¼ÂˆÂ£"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "Ä¼ÂˆÂ¤"
}

.fa-transgender-alt:before {
    content: "Ä¼Âˆï¿½"
}

.fa-venus-double:before {
    content: "Ä¼ÂˆÂ¦"
}

.fa-mars-double:before {
    content: "Ä¼ÂˆÂ§"
}

.fa-venus-mars:before {
    content: "Ä¼ÂˆÃ˜"
}

.fa-mars-stroke:before {
    content: "Ä¼ÂˆÂ©"
}

.fa-mars-stroke-v:before {
    content: "Ä¼ÂˆÅ–"
}

.fa-mars-stroke-h:before {
    content: "Ä¼ÂˆÂ«"
}

.fa-neuter:before {
    content: "Ä¼ÂˆÂ¬"
}

.fa-genderless:before {
    content: "Ä¼ÂˆÂ­"
}

.fa-facebook-official:before {
    content: "Ä¼ÂˆÂ°"
}

.fa-pinterest-p:before {
    content: "Ä¼ÂˆÂ±"
}

.fa-whatsapp:before {
    content: "Ä¼ÂˆÂ²"
}

.fa-server:before {
    content: "Ä¼ÂˆÂ³"
}

.fa-user-plus:before {
    content: "Ä¼ÂˆÂ´"
}

.fa-user-times:before {
    content: "Ä¼ÂˆÂµ"
}

.fa-hotel:before,
.fa-bed:before {
    content: "Ä¼ÂˆÂ¶"
}

.fa-viacoin:before {
    content: "Ä¼ÂˆÂ·"
}

.fa-train:before {
    content: "Ä¼ÂˆÃ¸"
}

.fa-subway:before {
    content: "Ä¼ÂˆÂ¹"
}

.fa-medium:before {
    content: "Ä¼ÂˆÅ—"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "Ä¼ÂˆÂ»"
}

.fa-optin-monster:before {
    content: "Ä¼ÂˆÂ¼"
}

.fa-opencart:before {
    content: "Ä¼ÂˆÂ½"
}

.fa-expeditedssl:before {
    content: "Ä¼ÂˆÂ¾"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "Ä¼â€°â‚¬"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "Ä¼â€°Â"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "Ä¼â€°â€š"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "Ä¼â€°Âƒ"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "Ä¼â€°â€ž"
}

.fa-mouse-pointer:before {
    content: "Ä¼â€°â€¦"
}

.fa-i-cursor:before {
    content: "Ä¼â€°â€ "
}

.fa-object-group:before {
    content: "Ä¼â€°â€¡"
}

.fa-object-ungroup:before {
    content: "Ä¼â€°Âˆ"
}

.fa-sticky-note:before {
    content: "Ä¼â€°â€°"
}

.fa-sticky-note-o:before {
    content: "Ä¼â€°ÂŠ"
}

.fa-cc-jcb:before {
    content: "Ä¼â€°â€¹"
}

.fa-cc-diners-club:before {
    content: "Ä¼â€°ÂŒ"
}

.fa-clone:before {
    content: "Ä¼â€°Â¨"
}

.fa-balance-scale:before {
    content: "Ä¼â€°Ë‡"
}

.fa-hourglass-o:before {
    content: "Ä¼â€°Â"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "Ä¼â€°â€˜"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "Ä¼â€°â€™"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "Ä¼â€°â€œ"
}

.fa-hourglass:before {
    content: "Ä¼â€°â€"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "Ä¼â€°â€¢"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "Ä¼â€°â€“"
}

.fa-hand-scissors-o:before {
    content: "Ä¼â€°â€”"
}

.fa-hand-lizard-o:before {
    content: "Ä¼â€°Â˜"
}

.fa-hand-spock-o:before {
    content: "Ä¼â€°â„¢"
}

.fa-hand-pointer-o:before {
    content: "Ä¼â€°Âš"
}

.fa-hand-peace-o:before {
    content: "Ä¼â€°â€º"
}

.fa-trademark:before {
    content: "Ä¼â€°Âœ"
}

.fa-registered:before {
    content: "Ä¼â€°Â¯"
}

.fa-creative-commons:before {
    content: "Ä¼â€°Ë›"
}

.fa-gg:before {
    content: "Ä¼â€° "
}

.fa-gg-circle:before {
    content: "Ä¼â€°ï¿½"
}

.fa-tripadvisor:before {
    content: "Ä¼â€°Â¢"
}

.fa-odnoklassniki:before {
    content: "Ä¼â€°Â£"
}

.fa-odnoklassniki-square:before {
    content: "Ä¼â€°Â¤"
}

.fa-get-pocket:before {
    content: "Ä¼â€°ï¿½"
}

.fa-wikipedia-w:before {
    content: "Ä¼â€°Â¦"
}

.fa-safari:before {
    content: "Ä¼â€°Â§"
}

.fa-chrome:before {
    content: "Ä¼â€°Ã˜"
}

.fa-firefox:before {
    content: "Ä¼â€°Â©"
}

.fa-opera:before {
    content: "Ä¼â€°Å–"
}

.fa-internet-explorer:before {
    content: "Ä¼â€°Â«"
}

.fa-tv:before,
.fa-television:before {
    content: "Ä¼â€°Â¬"
}

.fa-contao:before {
    content: "Ä¼â€°Â­"
}

.fa-500px:before {
    content: "Ä¼â€°Â®"
}

.fa-amazon:before {
    content: "Ä¼â€°Â°"
}

.fa-calendar-plus-o:before {
    content: "Ä¼â€°Â±"
}

.fa-calendar-minus-o:before {
    content: "Ä¼â€°Â²"
}

.fa-calendar-times-o:before {
    content: "Ä¼â€°Â³"
}

.fa-calendar-check-o:before {
    content: "Ä¼â€°Â´"
}

.fa-industry:before {
    content: "Ä¼â€°Âµ"
}

.fa-map-pin:before {
    content: "Ä¼â€°Â¶"
}

.fa-map-signs:before {
    content: "Ä¼â€°Â·"
}

.fa-map-o:before {
    content: "Ä¼â€°Ã¸"
}

.fa-map:before {
    content: "Ä¼â€°Â¹"
}

.fa-commenting:before {
    content: "Ä¼â€°Å—"
}

.fa-commenting-o:before {
    content: "Ä¼â€°Â»"
}

.fa-houzz:before {
    content: "Ä¼â€°Â¼"
}

.fa-vimeo:before {
    content: "Ä¼â€°Â½"
}

.fa-black-tie:before {
    content: "Ä¼â€°Â¾"
}

.fa-fonticons:before {
    content: "Ä¼ÂŠâ‚¬"
}

.fa-reddit-alien:before {
    content: "Ä¼ÂŠÂ"
}

.fa-edge:before {
    content: "Ä¼ÂŠâ€š"
}

.fa-credit-card-alt:before {
    content: "Ä¼ÂŠÂƒ"
}

.fa-codiepie:before {
    content: "Ä¼ÂŠâ€ž"
}

.fa-modx:before {
    content: "Ä¼ÂŠâ€¦"
}

.fa-fort-awesome:before {
    content: "Ä¼ÂŠâ€ "
}

.fa-usb:before {
    content: "Ä¼ÂŠâ€¡"
}

.fa-product-hunt:before {
    content: "Ä¼ÂŠÂˆ"
}

.fa-mixcloud:before {
    content: "Ä¼ÂŠâ€°"
}

.fa-scribd:before {
    content: "Ä¼ÂŠÂŠ"
}

.fa-pause-circle:before {
    content: "Ä¼ÂŠâ€¹"
}

.fa-pause-circle-o:before {
    content: "Ä¼ÂŠÂŒ"
}

.fa-stop-circle:before {
    content: "Ä¼ÂŠÂ¨"
}

.fa-stop-circle-o:before {
    content: "Ä¼ÂŠË‡"
}

.fa-shopping-bag:before {
    content: "Ä¼ÂŠÂ"
}

.fa-shopping-basket:before {
    content: "Ä¼ÂŠâ€˜"
}

.fa-hashtag:before {
    content: "Ä¼ÂŠâ€™"
}

.fa-bluetooth:before {
    content: "Ä¼ÂŠâ€œ"
}

.fa-bluetooth-b:before {
    content: "Ä¼ÂŠâ€"
}

.fa-percent:before {
    content: "Ä¼ÂŠâ€¢"
}

.fa-gitlab:before {
    content: "Ä¼ÂŠâ€“"
}

.fa-wpbeginner:before {
    content: "Ä¼ÂŠâ€”"
}

.fa-wpforms:before {
    content: "Ä¼ÂŠÂ˜"
}

.fa-envira:before {
    content: "Ä¼ÂŠâ„¢"
}

.fa-universal-access:before {
    content: "Ä¼ÂŠÂš"
}

.fa-wheelchair-alt:before {
    content: "Ä¼ÂŠâ€º"
}

.fa-question-circle-o:before {
    content: "Ä¼ÂŠÂœ"
}

.fa-blind:before {
    content: "Ä¼ÂŠÂ¯"
}

.fa-audio-description:before {
    content: "Ä¼ÂŠË›"
}

.fa-volume-control-phone:before {
    content: "Ä¼ÂŠ "
}

.fa-braille:before {
    content: "Ä¼ÂŠï¿½"
}

.fa-assistive-listening-systems:before {
    content: "Ä¼ÂŠÂ¢"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "Ä¼ÂŠÂ£"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "Ä¼ÂŠÂ¤"
}

.fa-glide:before {
    content: "Ä¼ÂŠï¿½"
}

.fa-glide-g:before {
    content: "Ä¼ÂŠÂ¦"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "Ä¼ÂŠÂ§"
}

.fa-low-vision:before {
    content: "Ä¼ÂŠÃ˜"
}

.fa-viadeo:before {
    content: "Ä¼ÂŠÂ©"
}

.fa-viadeo-square:before {
    content: "Ä¼ÂŠÅ–"
}

.fa-snapchat:before {
    content: "Ä¼ÂŠÂ«"
}

.fa-snapchat-ghost:before {
    content: "Ä¼ÂŠÂ¬"
}

.fa-snapchat-square:before {
    content: "Ä¼ÂŠÂ­"
}

.fa-pied-piper:before {
    content: "Ä¼ÂŠÂ®"
}

.fa-first-order:before {
    content: "Ä¼ÂŠÂ°"
}

.fa-yoast:before {
    content: "Ä¼ÂŠÂ±"
}

.fa-themeisle:before {
    content: "Ä¼ÂŠÂ²"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "Ä¼ÂŠÂ³"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "Ä¼ÂŠÂ´"
}

.fa-handshake-o:before {
    content: "Ä¼ÂŠÂµ"
}

.fa-envelope-open:before {
    content: "Ä¼ÂŠÂ¶"
}

.fa-envelope-open-o:before {
    content: "Ä¼ÂŠÂ·"
}

.fa-linode:before {
    content: "Ä¼ÂŠÃ¸"
}

.fa-address-book:before {
    content: "Ä¼ÂŠÂ¹"
}

.fa-address-book-o:before {
    content: "Ä¼ÂŠÅ—"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "Ä¼ÂŠÂ»"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "Ä¼ÂŠÂ¼"
}

.fa-user-circle:before {
    content: "Ä¼ÂŠÂ½"
}

.fa-user-circle-o:before {
    content: "Ä¼ÂŠÂ¾"
}

.fa-user-o:before {
    content: "Ä¼â€¹â‚¬"
}

.fa-id-badge:before {
    content: "Ä¼â€¹Â"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "Ä¼â€¹â€š"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "Ä¼â€¹Âƒ"
}

.fa-quora:before {
    content: "Ä¼â€¹â€ž"
}

.fa-free-code-camp:before {
    content: "Ä¼â€¹â€¦"
}

.fa-telegram:before {
    content: "Ä¼â€¹â€ "
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "Ä¼â€¹â€¡"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "Ä¼â€¹Âˆ"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "Ä¼â€¹â€°"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "Ä¼â€¹ÂŠ"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "Ä¼â€¹â€¹"
}

.fa-shower:before {
    content: "Ä¼â€¹ÂŒ"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "Ä¼â€¹Â¨"
}

.fa-podcast:before {
    content: "Ä¼â€¹Ë‡"
}

.fa-window-maximize:before {
    content: "Ä¼â€¹Â"
}

.fa-window-minimize:before {
    content: "Ä¼â€¹â€˜"
}

.fa-window-restore:before {
    content: "Ä¼â€¹â€™"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "Ä¼â€¹â€œ"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "Ä¼â€¹â€"
}

.fa-bandcamp:before {
    content: "Ä¼â€¹â€¢"
}

.fa-grav:before {
    content: "Ä¼â€¹â€“"
}

.fa-etsy:before {
    content: "Ä¼â€¹â€”"
}

.fa-imdb:before {
    content: "Ä¼â€¹Â˜"
}

.fa-ravelry:before {
    content: "Ä¼â€¹â„¢"
}

.fa-eercast:before {
    content: "Ä¼â€¹Âš"
}

.fa-microchip:before {
    content: "Ä¼â€¹â€º"
}

.fa-snowflake-o:before {
    content: "Ä¼â€¹Âœ"
}

.fa-superpowers:before {
    content: "Ä¼â€¹Â¯"
}

.fa-wpexplorer:before {
    content: "Ä¼â€¹Ë›"
}

.fa-meetup:before {
    content: "Ä¼â€¹ "
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, .75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

@font-face {
    font-family: 'Samim';
    src: url('Samim-FD.html') format('woff2'), url('Samim-FD-2.html') format('woff'), url('Samim-FD-3.html') format('truetype');
    font-weight: normal
}

@font-face {
    font-family: 'Samim';
    src: url('Samim-Bold-FD.html') format('woff2'), url('Samim-Bold-FD-2.html') format('woff'), url('Samim-Bold-FD-3.html') format('truetype');
    font-weight: bold
}

.black {
    background: #000;
    color: #fff
}

.NavyBlue {
    background: #0f1a36;
    color: #fff
}

.Purple {
    background: #a749aa;
    color: #fff
}

.Blue {
    background: #3f51b5;
    color: #fff
}

.LightBlue {
    background: #0288d1;
    color: #fff
}

.Green {
    background: #24ac6d;
    color: #fff
}

.DarkTeal {
    background: #18516c;
    color: #fff
}

.Red {
    background: #c62828;
    color: #fff
}

html {
    overflow-x: hidden
}

body {
    font-family: 'Samim', Arial, Tahoma, sans-serif;
    line-height: 1.7;
    background-color: #fff;
    font-size: 14px;
    color: #444;
    overflow-x: hidden
}

body .ltr {
    font-family: 'Samim', Arial, Tahoma, sans-serif;
    text-align: left;
    direction: ltr
}

body.menu-fixed {
    padding-top: 45px
}

.full-top {
    background-color: #293356;
    color: #fff;
    padding: 2px 0 5px 0
}

.full-top a {
    color: #fff !important;
    text-decoration: none !important
}

.modal-body button.close {
    font-size: 65px;
    color: #f00
}

.modal-body {
    min-height: 100px;
    font-size: 14px
}

.modal-footer {
    padding: 0;
    text-align: left
}

.modal-footer .btn {
    margin: 5px !important
}

#Article tr a {
    font-size: 16px
}

.article-image {
    max-width: 100px;
    max-height: 100px;
    margin-left: 5px
}

.box {
    background-color: #fff;
    border: 1px solid #ebeced;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px 5px
}

#hide-r,
.hide-r {
    visibility: hidden !important;
    opacity: 1 !important;
    font-size: 1px !important;
    color: #f9f9f9;
    display: inline;
    height: 1px;
    margin: 0;
    padding: 0;
    width: 1px;
    line-height: 0;
    border: none;
    float: left
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.middle-align {
    vertical-align: middle
}

.padding-m {
    padding: 10px 15px
}

.dataTables_length {
    display: none
}

body:not(.multi-fund) .only-multi {
    display: none !important
}

.multi-fund .hide-MultiFund,
.multi-fund .sl21,
.multi-fund .sl13,
.multi-fund .sl4,
.multi-fund .sl20 {
    display: none !important
}

#cssmenu {
    position: relative;
    height: auto;
    width: auto
}

#cssmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1
}

#cssmenu>ul {
    position: relative;
    display: inline-block;
    z-index: 500
}

#cssmenu>ul>li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0
}

#cssmenu>ul>#menu-button {
    display: none
}

#cssmenu ul li a {
    display: block;
    text-decoration: none
}

#cssmenu>ul>li>a {
    font-size: 14px;
    padding: 15px 20px;
    color: #d3d2d7;
    text-transform: uppercase;
    -webkit-transition: color .25s ease-out;
    -moz-transition: color .25s ease-out;
    -ms-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

#cssmenu>ul>li.has-sub>a {
    padding-left: 32px
}

#cssmenu>ul>li:hover>a {
    color: #fff
}

#cssmenu li.has-sub::after {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0
}

#cssmenu>ul>li.has-sub::after {
    left: 0;
    top: 20px;
    border: 5px solid transparent;
    border-top-color: #7a8189
}

#cssmenu>ul>li:hover::after {
    border-top-color: #fff
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    top: 70px;
    opacity: 0;
    -webkit-transition: opacity .3s ease, top .25s ease;
    -moz-transition: opacity .3s ease, top .25s ease;
    -ms-transition: opacity .3s ease, top .25s ease;
    -o-transition: opacity .3s ease, top .25s ease;
    transition: opacity .3s ease, top .25s ease;
    z-index: 1000
}

#cssmenu ul ul ul {
    top: 37px;
    padding-left: 5px
}

#cssmenu ul ul li {
    position: relative
}

#cssmenu>ul>li:hover>ul {
    left: auto;
    top: 50px;
    opacity: 1
}

#cssmenu ul ul li:hover>ul {
    right: 201px;
    top: 0;
    opacity: 1
}

#cssmenu ul ul li a {
    width: 200px;
    padding: 10px 20px;
    font-size: 12px;
    color: #eee;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    line-height: 1.5
}

.NavyBlue #cssmenu ul ul li a {
    border-bottom: 1px solid #0d1731;
    background: #142551
}

#cssmenu ul ul li:hover>a {
    color: #eee
}

.NavyBlue #cssmenu ul ul li:hover>a {
    background: #1d2f5e
}

.menu-fixed #fund-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1010
}

#cssmenu .right-menu.open {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    overflow: scroll;
    z-index: 1011;
    height: 100%;
    padding-top: 45px
}

#cssmenu .right-menu.open .menu-open-btn,
#cssmenu .right-menu .menu-close-btn {
    display: none
}

#cssmenu .right-menu.open .menu-close-btn {
    display: unset
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last>a {
    border-bottom: 0
}

#cssmenu>ul>li>ul:before,
#cssmenu>ul>li>ul::after {
    content: '';
    position: absolute;
    top: -12px;
    right: 0;
    width: 100%;
    height: 20px
}

#cssmenu>ul>li>ul::after {
    border: 6px solid transparent;
    width: 0;
    height: 0;
    right: 45px;
    border-bottom-color: #000
}

.NavyBlue #cssmenu>ul>li>ul::after {
    border-bottom-color: #142551
}

#cssmenu ul ul li.has-sub::after {
    border: 4px solid transparent;
    border-left-color: #9ea2a5;
    left: 8px;
    top: 12px;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: -webkit-transform .2s ease, right .2s ease;
    transform: rotate(180deg)
}

#cssmenu ul ul li.has-sub:hover::after {
    border-left-color: #fff;
    left: 3px
}

#cssmenu .menu-logo {
    display: inline-block;
    position: absolute;
    right: 0
}

#cssmenu .menu-logo a {
    padding: 0;
    margin: 0
}

#cssmenu .menu-logo a img {
    max-height: 43px
}

#cssmenu>ul.right-menu {
    text-align: right;
    white-space: nowrap
}

#cssmenu>ul.right-menu a {
    white-space: normal
}

#cssmenu>ul.left-menu {
    float: left;
    text-align: left
}

#cssmenu>ul.left-menu>li {
    display: inline-block
}

#cssmenu>ul.left-menu>li>a {
    background: #0288d1 !important;
    padding: 14px 14px !important;
    color: #eee !important;
    text-align: right
}

.captcha .icon {
    font-size: 30px
}

.captcha img {
    border-radius: 5px
}

.row .row.captcha {
    margin-right: 0;
    margin-left: 0
}

@media all and (max-width:800px),
only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1024px),
only screen and (min--moz-device-pixel-ratio:2) and (max-width:1024px),
only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:1024px),
only screen and (min-device-pixel-ratio:2) and (max-width:1024px),
only screen and (min-resolution:192dpi) and (max-width:1024px),
only screen and (min-resolution:2dppx) and (max-width:1024px) {
    #cssmenu {
        width: auto;
        height: 44px;
        display: block !important;
        text-align: right
    }

    #cssmenu .menu-logo {
        display: none
    }

    #cssmenu ul {
        width: auto
    }

    #cssmenu>ul {
        height: auto;
        display: block
    }

    #cssmenu>ul>li {
        float: none
    }

    #cssmenu li,
    #cssmenu>ul>li {
        display: none
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu ul>li:hover>ul,
    #cssmenu ul ul>li:hover>ul {
        position: relative;
        left: auto;
        top: auto;
        opacity: 1;
        padding-left: 0;
        padding-right: 0;
        right: auto
    }

    #cssmenu ul .has-sub::after {
        display: none
    }

    #cssmenu ul ul li a {
        border: 0;
        background: none;
        width: auto
    }

    #cssmenu ul ul li:hover>a {
        background: none;
        color: #8c9195
    }

    #cssmenu ul ul li a:before {
        content: "Ä¼â€žâ€ž";
        font-size: 150%;
        vertical-align: middle;
        opacity: .7;
        font-family: 'FontAwesome';
        padding-right: 10px;
        padding-left: 5px
    }

    #cssmenu ul ul li.has-sub>a:before {
        content: "Ä¼â€žâ€¡"
    }

    #cssmenu ul ul ul a:before {
        padding-right: 30px
    }

    #cssmenu ul ul ul ul a:before {
        padding-right: 40px
    }

    #cssmenu ul ul ul ul ul a:before {
        padding-right: 50px
    }

    #cssmenu ul ul ul ul ul ul a:before {
        padding-right: 60px
    }

    #cssmenu>ul>#menu-button {
        display: block;
        cursor: pointer
    }

    #cssmenu #menu-button>a {
        padding: 11px 5px 13px;
        font-size: 19px
    }

    #cssmenu ul.open li,
    #cssmenu>ul.open>li {
        display: block
    }

    #cssmenu>ul.open>li#menu-button>a {
        color: #fff;
        border-bottom: 1px solid rgba(150, 150, 150, .1)
    }

    #cssmenu ul ul::after {
        display: none
    }

    #cssmenu ul.open #menu-button {
        position: fixed !important;
        top: 0;
        right: 0;
        z-index: 1012;
        background: #0f1a36;
        width: 100%;
        padding-right: 15px
    }

    #cssmenu ul.open #menu-button::after,
    #cssmenu ul.open #menu-button::before {
        border-color: #fff
    }

    #cssmenu>ul.left-menu {
        position: absolute !important;
        left: 5px;
        top: 0;
        z-index: 1009
    }

    #cssmenu>ul.right-menu {
        max-width: unset;
        display: block !important
    }
}

.body-content {
    min-height: 700px
}

.text-justify {
    text-align: justify
}

.box_button a,
.box_button .dl-link {
    padding: 10px 30px;
    color: #fff !important;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    padding: 7px 15px !important;
    font-size: 13px;
    background-color: #a749aa;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3)
}

.box_button a:hover,
.box_button .dl-link:hover {
    background-color: #6c49aa
}

.box_button .article-image {
    position: absolute;
    right: 10px;
    top: 20%;
    z-index: -1;
    max-width: 100px;
    max-height: 100px
}

.original-file .box_text {
    margin: 0;
    font-size: 20px;
    text-align: center
}

.original-file .box_button {
    margin: 0
}

.original-file .box_button a {
    font-size: 16px;
    font-weight: 600;
    width: 20%;
    min-width: 110px;
    margin: 15px auto;
    display: inline-block;
    float: unset;
    cursor: pointer
}

#changeVersionFile table thead {
    color: #111
}

#changeVersionFile table tr td {
    vertical-align: middle
}

.animated {
    margin-bottom: 25px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.box_inner {
    border-left: none !important;
    border-right-color: #3f51b5 !important;
    border-right: solid 5px;
    padding: 15px 30px;
    position: relative;
    width: 100%;
    display: flow-root
}

.box_inner img {
    max-width: 85px;
    max-height: 85px
}

.clearafter {
    zoom: 1
}

.clearafter:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.box_wrapper {
    border: solid 1px #bbb !important;
    border-right: none !important;
    position: relative
}

.box_button {
    float: right;
    text-align: center;
    margin: 5px
}

.box_text {
    font-size: 13px;
    line-height: 1.6em;
    color: #3f51b5;
    font-weight: 600
}

.box_inner::before {
    content: '';
    border-top: 4px solid transparent;
    border-left: 6px solid;
    border-bottom: 4px solid transparent;
    content: "";
    position: absolute;
    top: 45%;
    left: 0;
    width: 0;
    height: 0;
    border-right-color: #468966 !important;
    border-right: solid 6px;
    border-left: none !important;
    right: 0;
    left: unset !important
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #fff0a5 !important
}

.highcharts-container * {
    font-family: 'Samim', Arial, Tahoma, sans-serif !important;
    direction: ltr
}

.highcharts-container .highcharts-button text {
    direction: rtl
}

.fund-title {
    border-bottom: 4px double #0288d1;
    padding: 5px 3px 10px;
    color: #3a4db9;
    margin-top: 25px;
    line-height: 1.5em
}

.table-head {
    color: #fff
}

A:link {
    text-decoration: none !important
}

.narinco {
    color: #fff;
    text-decoration: none !important
}

footer {
    padding: 20px 10px;
    color: #fff
}

.AdminLink a {
    color: #ddd
}

.Top-Navbar {
    height: 120px
}

.Top-Navbar .logo {
    max-height: 120px;
    min-height: 80px;
    max-width: 100%
}

.Top-Navbar span {
    line-height: 2;
    color: #02a1c4;
    font-size: 12px;
    font-weight: 900
}

.fund-info-boxes {
    padding: 0 20px
}

.multi-fund .Live-Info,
.multi-fund .fund-info-boxes {
    margin: 30px 0 30px 0;
    overflow: hidden;
    border-radius: 5px
}

.multi-fund .fund-info-boxes {
    padding: 0
}

.multi-fund .fund-info-box {
    padding: 20px 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .26);
    height: 110px;
    border-radius: 0;
    margin: 0
}

.multi-fund .fund-info-box .heading {
    font-size: 11px
}

.multi-fund .fund-info-box .value {
    font-size: 15px
}

.Live-Info {
    background: linear-gradient(to right, #3f51b5, #a749aa);
    color: #fff;
    padding: 10px;
    font-size: 14px;
    margin-bottom: -20px;
    text-align: center
}

.fund-info-boxes .col-sm-6 {
    padding: 0
}

.fund-info-box,
.fund-info-box-hybrid {
    padding: 20px 7px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .26);
    height: 110px;
    border-radius: 5px;
    margin: 15px
}

.fund-info-box .value,
.fund-info-box .heading,
.fund-info-box-hybrid .value,
.fund-info-box-hybrid .heading {
    display: block;
    position: relative;
    color: #fff;
    text-align: center !important;
    transition: linear .3s;
    direction: rtl
}

.fund-info-box .heading,
.fund-info-box-hybrid .heading {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center
}

.fund-info-box .value,
.fund-info-box-hybrid .value {
    font-size: 14px;
    margin-top: 5px;
    text-align: right;
    text-decoration: none;
    margin-top: 15px
}

.fund-info-box.title:before,
.fund-info-box-hybrid.title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-right: 0;
    right: 85%;
    transform: rotate(180deg);
    top: 16px;
    border-left-color: #a749aa;
    border-width: 42px
}

.IndexSlider .Slider-cell {
    width: 100%;
    background: #0c9a88;
    counter-increment: gallery-cell
}

.IndexSlider .Slider-cell img {
    max-height: 390px;
    min-height: 100px;
    margin: auto
}

.IndexSlider .Slider-cell:before {
    display: none;
    text-align: center;
    content: counter(gallery-cell);
    font-size: 30px;
    color: #a749aa;
    position: absolute;
    top: 10px;
    left: 10px
}

.minLogo {
    position: absolute;
    left: 20px;
    z-index: 3;
    max-height: 120px;
    max-width: 50%
}

.fund-info-container {
    min-height: 320px;
    position: relative
}

.fund-info-link .shortlinks {
    display: block;
    text-align: right;
    margin-top: 10px;
    padding-right: 5px;
    border-radius: 3px;
    font-size: 12px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
    background-color: #fff;
    transition: .3s linear;
    color: #007ec3
}

.fund-info-link .shortlinks:hover {
    background-color: #f2f2f2;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .34);
    transform: scale(1.03)
}

@media(min-width:992px) {
    .fund-info {
        display: flex
    }

    .FullRow .fund-info-boxes .col-md-14percent {
        width: 14%
    }
}

@media(min-width:1024px) {
    #cssmenu ul ul ul {
        max-width: 210px
    }
}

.fund-info .panel {
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 0 !important;
    position: relative;
    transition: all .2s linear
}

.fund-info .panel:first-child {
    border-left: 2px solid #eee
}

.fund-info .panel-heading {
    background: #fff !important;
    border-radius: 0;
    padding: 15px;
    border-bottom: 0 !important
}

.fund-info .panel-heading .panel-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #515d6e;
    margin-top: 0;
    margin-bottom: 0
}

.fund-info .fund-informations span {
    text-align: right;
    font-size: 15px;
    color: #3f51b5;
    border-right: 5px solid #0288d1;
    padding-right: 30px;
    line-height: 20px
}

.fund-informations h4 {
    font-size: 13px;
    text-align: right;
    margin: 0;
    line-height: 23px;
    color: #0288d1;
    font-weight: 900
}

.fund-info .fund-info {
    margin: 15px 0 0 0
}

.body-content>.fund-info {
    margin: 20px 0;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .26)
}

.newbox {
    text-align: center;
    transform: scale(.8)
}

.newbox a {
    color: #333 !important;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none !important
}

.newbox a img {
    transition: linear .3s;
    max-height: 200px
}

.newbox a:hover img {
    transform: scale(.9)
}

.newbox:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 82%;
    border-bottom: 1px solid #dbdada;
    margin: 0 0 0 30px;
    width: 50%
}

.newbox.nobefore:before {
    display: none !important
}

#fundsLogo:not(.slider-select-funds),
#fundsLogo.slider-select-funds .flickity-viewport .flickity-slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px
}

#fundsLogo.slider-select-funds {
    width: 100%;
    margin: auto
}

#fundsLogo .col {
    margin: auto;
    cursor: pointer
}

#fundsLogo:not(.slider-select-funds) .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 150px;
    min-width: 70px
}

#fundsLogo.slider-select-funds .col {
    width: 25%;
    max-width: 300px;
    min-width: 100px;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    margin-top: 10px
}

#fundsLogo .col img {
    max-width: 180px;
    max-height: 180px
}

#fundsLogo.sticky-fund .col {
    top: unset;
    transform: unset
}

#fundsLogo .newbox {
    border: 2px solid #fff;
    padding-bottom: 10px
}

#fundsLogo .newbox.active {
    transform: scale(.9);
    background: #ececec;
    border-radius: 5px;
    border: 2px solid #d5d5d5;
    box-shadow: 0 2px 25px 1px rgba(0, 0, 0, .25)
}

#fundsLogo .newbox.active:after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: calc(50% - 1.5rem);
    width: 3rem;
    height: 3rem;
    transform: rotate(45deg);
    border-right: 1rem solid #ececec;
    border-bottom: 1rem solid #ececec;
    z-index: 1000;
    box-shadow: 3px 3px 5px 1px rgba(208, 208, 208, .76)
}

#fundsLogo.sticky-fund .newbox.active {
    position: fixed;
    width: 7%;
    max-width: 145px;
    min-width: 50px;
    z-index: 1000;
    right: 5px;
    top: 5px;
    padding-bottom: 0
}

.menu-fixed #fundsLogo.sticky-fund .newbox.active {
    top: 45px
}

#fundsLogo.sticky-fund.slider-select-funds,
#fundsLogo.sticky-fund.slider-select-funds .flickity-viewport,
#fundsLogo.sticky-fund.slider-select-funds .flickity-slider {
    transform: none !important
}

#fundsLogo.sticky-fund.slider-select-funds .flickity-button {
    background: #c9c9c9;
    background: rgba(201, 201, 201, .5) !important
}

#fundsLogo.sticky-fund .tooltip {
    display: none !important
}

#fundsLogo.sticky-fund .newbox.active:after {
    display: none
}

.containerLoader.inFundsLogo {
    position: absolute;
    top: 50%;
    padding-top: 30%;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%
}

.fund-info-boxes {
    position: relative;
    margin-top: 15px
}

.fund-info-boxes .containerLoader.inFundsLogo {
    padding-top: 2%
}

.containerLoader {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.containerLoader ul {
    display: inline-block;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.containerLoader ul li {
    width: 15px;
    height: 15px;
    margin: 0 10px;
    border-radius: 50%;
    background-color: #00796b;
    float: left;
    opacity: 0;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.containerLoader ul li:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.containerLoader ul li:nth-child(2) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s
}

.containerLoader ul li:nth-child(3) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s
}

.containerLoader ul li:nth-child(4) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s
}

.containerLoader ul li:nth-child(5) {
    -webkit-animation-delay: -5s;
    animation-delay: -5s
}

fieldset.panelFundInfo {
    border: 1px solid #e0e0e0;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px
}

fieldset.panelFundInfo legend {
    width: max-content;
    display: block;
    border: none;
    margin: 0
}

fieldset.panelFundInfo .fund-info-boxes {
    margin: 0
}

.calculator {
    background: #f2f2f2;
    padding: 10px;
    border-radius: 5px
}

.calculator>.row {
    margin-left: 0;
    margin-right: 0
}

.calculator>.row .row.captcha {
    margin-right: -15px;
    margin-left: -15px
}

.calculator .calc {
    border-left: 1px solid #ccc
}

.calculator .calc .btn .fa {
    vertical-align: middle;
    line-height: 0
}

.calculator .result::after {
    opacity: 0;
    z-index: -1;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background 2s ease-out, opacity 2s ease-out, z-index 2s ease-out;
    transition: background 2s ease-out, opacity 2s ease-out, z-index 2s ease-out;
    content: ""
}

.calculator .result.no-result::after {
    opacity: .8;
    z-index: 1;
    background: #f5f7f8
}

.calculator .result {
    text-align: center;
    font-size: 16px
}

.calculator .result h3 {
    border-top: 2px solid #3cc95d;
    padding-top: 15px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 900
}

.calculator .result.no-result .result-item {
    transition: none
}

.calculator .result:not(.no-result) .result-item {
    transform: rotateY(360deg)
}

.calculator .result .result-item {
    border-radius: 5px;
    margin: 15px;
    background: #fff;
    padding: 18px 10px;
    color: #5e5e5e;
    font-weight: 900;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .15);
    transition: linear 1s
}

.calculator .result>div[class*="col-"] {
    padding: 0 !important
}

.calculator .result .result-item>span {
    font-size: 22px;
    display: block;
    color: #01711b;
    direction: ltr
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px)
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px)
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@-webkit-keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

.contactus-phone {
    direction: ltr !important;
    display: inline-block;
    font-weight: bold
}

.pre-line {
    white-space: pre-line !important
}

#charts .tab-content {
    background-color: #fff
}

.fa-6x {
    font-size: 6em
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.upload-progress {
    position: fixed;
    bottom: 10px;
    left: 10px;
    font-size: 20px;
    text-align: center;
    z-index: 1030;
    width: 200px;
    background: #808080;
    height: 20px
}

.upload-progress .bar {
    display: block;
    background: #3a9a51;
    height: 20px;
    float: left;
    transition: linear .3s
}

.upload-progress .val {
    position: absolute;
    font-size: 13px;
    background: #3a9a51;
    color: #fff;
    border-radius: 5px;
    padding: 0 2px;
    width: 35px;
    top: 0;
    left: 40%
}

jdp-container .jdp-icon-minus svg,
jdp-container .jdp-icon-plus svg {
    height: 2.2rem !important;
    width: 2.2rem !important
}

input[readonly].HaveDatePicker {
    cursor: text;
    background-color: #fff
}

input::placeholder {
    text-align: right
}

textarea {
    resize: vertical
}

@media(max-width:780px) {
    .captcha {
        display: flex;
        flex-direction: column-reverse
    }

    .captcha>div:last-child {
        text-align: center
    }
}

@font-face {
    font-family: 'fontello';
    src: url('../../../external.html?link=https://dahak.nskman.com/content/Styles/Customers/icons/fonts/fontello.eot?');
    src: url('../../../external.html?link=https://dahak.nskman.com/content/Styles/Customers/icons/fonts/fontello.eot?') format('embedded-opentype'), url('../../../external.html?link=https://dahak.nskman.com/content/Styles/Customers/icons/fonts/fontello.woff2') format('woff2'), url('../../../external.html?link=https://dahak.nskman.com/content/Styles/Customers/icons/fonts/fontello.woff') format('woff'), url('../../../external.html?link=https://dahak.nskman.com/content/Styles/Customers/icons/fonts/fontello.ttf') format('truetype'), url('../../../external.html?link=https://dahak.nskman.com/content/Styles/Customers/icons/fonts/fontello.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

.icon {
    display: inline-block;
    font: normal normal normal 14px/1 fontello;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-2x {
    font-size: 35px
}

.icon-search-outline:before {
    content: 'Ä« â‚¬'
}

.icon-search:before {
    content: 'Ä« Â'
}

.icon-info-outline:before {
    content: 'Ä« â€š'
}

.icon-info:before {
    content: 'Ä« Âƒ'
}

.icon-certificate:before {
    content: 'Ä« â€ž'
}

.icon-mail:before {
    content: 'Ä« â€¦'
}

.icon-award:before {
    content: 'Ä« â€ '
}

.icon-diamond:before {
    content: 'Ä« â€¡'
}

.icon-wallet:before {
    content: 'Ä« Âˆ'
}

.icon-pencil:before {
    content: 'Ä« â€°'
}

.icon-comment:before {
    content: 'Ä« ÂŠ'
}

.icon-plus-outline:before {
    content: 'Ä« â€¹'
}

.icon-cancel-circled-outline:before {
    content: 'Ä« ÂŒ'
}

.icon-loop:before {
    content: 'Ä« Â¨'
}

.icon-plus:before {
    content: 'Ä« Ë‡'
}

.icon-cancel-circled:before {
    content: 'Ä« Â¸'
}

.icon-certificate-outline:before {
    content: 'Ä« Â'
}

.icon-logout:before {
    content: 'Ä« â€˜'
}

.icon-logout-1:before {
    content: 'Ä« â€™'
}

.icon-power-outline:before {
    content: 'Ä« â€œ'
}

.icon-power:before {
    content: 'Ä« â€'
}

.icon-cog-alt:before {
    content: 'Ä« â€¢'
}

.icon-resize-small-1:before {
    content: 'Ä« â€“'
}

.icon-arrows-cw:before {
    content: 'Ä« â€”'
}

.icon-chart-bar-1:before {
    content: 'Ä« Â˜'
}

.icon-floppy:before {
    content: 'Ä« â„¢'
}

.icon-menu:before {
    content: 'Ä« Âš'
}

.icon-plus-circled:before {
    content: 'Ä« â€º'
}

.icon-list:before {
    content: 'Ä« Âœ'
}

.icon-chart-bar:before {
    content: 'Ä« Â¯'
}

.icon-ok:before {
    content: 'Ä« Ë›'
}

.icon-print:before {
    content: 'Ä« ÂŸ'
}

.icon-user-o:before {
    content: 'Ä«ï¿½Â­'
}

.icon-user-circle:before {
    content: 'Ä«ï¿½Â®'
}

.icon-commenting-o:before {
    content: 'Ä«ï¿½Ã†'
}

.icon-right-open:before {
    content: 'Ä«ï¿½Â°'
}

.icon-left-open:before {
    content: 'Ä«ï¿½Â±'
}

.icon-download:before {
    content: 'Ä«ï¿½Â²'
}

.icon-upload:before {
    content: 'Ä«ï¿½Â³'
}

.icon-location:before {
    content: 'Ä«ï¿½Â´'
}

.icon-cart-1:before {
    content: 'Ä«ï¿½Âµ'
}

.icon-phone-circled:before {
    content: 'Ä«ï¿½Â¶'
}

.icon-key-1:before {
    content: 'Ä«ï¿½Â·'
}

.icon-link:before {
    content: 'Ä«ï¿½Ã¸'
}

.icon-picture-1:before {
    content: 'Ä«ï¿½Å—'
}

.icon-picture:before {
    content: 'Ä«ï¿½Â»'
}

.icon-lock-open-2:before {
    content: 'Ä«ï¿½Â¼'
}

.icon-lock-2:before {
    content: 'Ä«ï¿½Â½'
}

.icon-lock-1:before {
    content: 'Ä«ï¿½Â¾'
}

.icon-lock-open:before {
    content: 'Ä«ï¿½Ã¦'
}

.icon-lock:before {
    content: 'Ä«Â¢â‚¬'
}

.icon-key:before {
    content: 'Ä«Â¢Â'
}

.icon-retweet:before {
    content: 'Ä«Â¢â€š'
}

.icon-wrench:before {
    content: 'Ä«Â¢Âƒ'
}

.icon-trash-1:before {
    content: 'Ä«Â¢â€ž'
}

.icon-doc:before {
    content: 'Ä«Â¢â€¦'
}

.icon-comment-1:before {
    content: 'Ä«Â¢â€ '
}

.icon-pencil-1:before {
    content: 'Ä«Â¢â€¡'
}

.icon-search-2:before {
    content: 'Ä«Â¢Âˆ'
}

.icon-cog:before {
    content: 'Ä«Â¢â€°'
}

.icon-lightbulb:before {
    content: 'Ä«Â¢ÂŠ'
}

.icon-user:before {
    content: 'Ä«Â¢â€¹'
}

.icon-eye-2:before {
    content: 'Ä«Â¢ÂŒ'
}

.icon-stackoverflow:before {
    content: 'Ä«Â¢Â¨'
}

.icon-calendar:before {
    content: 'Ä«Â¢Ë‡'
}

.icon-direction-outline:before {
    content: 'Ä«Â¢Â¸'
}

.icon-edit:before {
    content: 'Ä«Â¢Â'
}

.icon-calendar-outlilne:before {
    content: 'Ä«Â¢â€˜'
}

.icon-quote-left:before {
    content: 'Ä«Â¢â€™'
}

.icon-phone:before {
    content: 'Ä«Â¢â€œ'
}

.icon-light-up:before {
    content: 'Ä«Â¢â€'
}

.icon-heart:before {
    content: 'Ä«Â¢â€¢'
}

.icon-paper-plane:before {
    content: 'Ä«Â¢â€“'
}

.icon-megaphone:before {
    content: 'Ä«Â¢â€”'
}

.icon-attach:before {
    content: 'Ä«Â¢Â˜'
}

.icon-heart-1:before {
    content: 'Ä«Â¢â„¢'
}

.icon-star:before {
    content: 'Ä«Â¢Âš'
}

.icon-globe:before {
    content: 'Ä«Â¢Âœ'
}

.icon-beaker:before {
    content: 'Ä«Â¢Â¯'
}

.icon-truck-1:before {
    content: 'Ä«Â¢Ë›'
}

.icon-spin4:before {
    content: 'Ä«Â¢ÂŸ'
}

.icon-down-open:before {
    content: 'Ä«Â¢ '
}

.icon-up-open:before {
    content: 'Ä«Â¢ï¿½'
}

.icon-cancel-circled-3:before {
    content: 'Ä«Â¢Â¢'
}

.icon-up-circled:before {
    content: 'Ä«Â¢Â£'
}

.icon-down-circled:before {
    content: 'Ä«Â¢Â¤'
}

.icon-lightbulb-3:before {
    content: 'Ä«Â¢ï¿½'
}

.icon-flag-empty-1:before {
    content: 'Ä«Â¢Â¦'
}

.icon-help:before {
    content: 'Ä«Â¢Â§'
}

.icon-bank:before {
    content: 'Ä«Â¢Ã˜'
}

.icon-file-pdf:before {
    content: 'Ä«Â¢Â©'
}

.icon-file-word-1:before {
    content: 'Ä«Â¢Å–'
}

.icon-file-excel-1:before {
    content: 'Ä«Â¢Â«'
}

.icon-newspaper:before {
    content: 'Ä«Â¢Â¬'
}

.icon-chart-line:before {
    content: 'Ä«Â¢Â­'
}

.icon-user-plus:before {
    content: 'Ä«Â¢Â®'
}

.icon-trademark-1:before {
    content: 'Ä«Â¢Ã†'
}

.icon-registered:before {
    content: 'Ä«Â¢Â°'
}

.icon-cancel:before {
    content: 'Ä«Â¢Â±'
}

.icon-plus-3:before {
    content: 'Ä«Â¢Â²'
}

.icon-minus-1:before {
    content: 'Ä«Â¢Â³'
}

.icon-resize-small:before {
    content: 'Ä«Â¢Â´'
}

.icon-resize-full-alt:before {
    content: 'Ä«Â¢Âµ'
}

.icon-cancel-outline:before {
    content: 'Ä«Â¢Â¶'
}

.icon-ok-outline-1:before {
    content: 'Ä«Â¢Â·'
}

.icon-up-outline:before {
    content: 'Ä«Â¢Ã¸'
}

.icon-down-outline:before {
    content: 'Ä«Â¢Â¹'
}

.icon-trash-3:before {
    content: 'Ä«Â¢Å—'
}

.icon-quote-right-1:before {
    content: 'Ä«Â¢Â»'
}

.icon-pin:before {
    content: 'Ä«Â¢Â¼'
}

.icon-eye:before {
    content: 'Ä«Â¢Â½'
}

.icon-heart-empty-1:before {
    content: 'Ä«Â¢Â¾'
}

.icon-star-empty-1:before {
    content: 'Ä«Â¢Ã¦'
}

.icon-dollar:before {
    content: 'Ä«Â£â‚¬'
}

.icon-gauge:before {
    content: 'Ä«Â£Â'
}

.icon-thumbs-up:before {
    content: 'Ä«Â£â€š'
}

.icon-gift:before {
    content: 'Ä«Â£Âƒ'
}

.icon-docs:before {
    content: 'Ä¼Âƒâ€¦'
}

.icon-paste:before {
    content: 'Ä¼ÂƒÅ–'
}

.icon-thumbs-up-alt:before {
    content: 'Ä¼â€¦Â¤'
}

.icon-diamond-1:before {
    content: 'Ä¼Âˆâ„¢'
}

.icon-object-group:before {
    content: 'Ä¼â€°â€¡'
}

.icon-object-ungroup:before {
    content: 'Ä¼â€°Âˆ'
}

.icon-handshake-o:before {
    content: 'Ä¼ÂŠÂµ'
}

.icon-envelope-open:before {
    content: 'Ä¼ÂŠÂ¶'
}

.icon-envelope-open-o:before {
    content: 'Ä¼ÂŠÂ·'
}

.icon-free-code-camp:before {
    content: 'Ä¼â€¹â€¦'
}

.icon-window-close:before {
    content: 'Ä¼â€¹â€œ'
}

@keyframes swal2-animate {
    0% {
        transform: rotateZ(45deg);
        opacity: 0
    }

    25% {
        transform: rotateZ(-25deg);
        opacity: .4
    }

    50% {
        transform: rotateZ(15deg);
        opacity: .8
    }

    75% {
        transform: rotateZ(-5deg);
        opacity: 1
    }

    100% {
        transform: rotateX(0);
        opacity: 1
    }
}

.swal2-actions,
.swal2-header {
    font-size: 12px
}

.swal2-popup.swal2-toast .swal2-header {
    margin-left: 10px
}

.swal2-popup.swal2-toast {
    font-size: 16px;
    padding: 10px 5px 10px 20px !important
}

.swal2-popup.swal2-toast .swal2-html-container {
    text-align: right;
    margin: 0 10px !important;
    color: rgba(0, 0, 0, .65) !important;
    font-weight: bold;
    z-index: 100;
    width: auto
}

.swal2-success {
    background-color: #00a772 !important
}

.swal2-toast.swal2-icon-error .swal2-html-container {
    color: #fff !important;
    font-weight: 200
}

.swal2-toast .swal2-icon {
    font-size: 8px
}

.swal2-toast .swal2-icon.swal2-success .swal2-success-ring,
.swal2-toast .swal2-icon.swal2-warning,
.swal2-toast .swal2-icon.swal2-error,
.swal2-toast .swal2-icon.swal2-info {
    border-color: rgba(0, 0, 0, .2) !important
}

.swal2-toast .swal2-icon .swal2-icon-content {
    color: rgba(0, 0, 0, .2) !important;
    text-shadow: 0 0 1px
}

.swal2-info .swal2-icon-content {
    font-size: 2.7em !important
}

.swal2-toast .swal2-icon.swal2-success [class^=swal2-success-line],
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    background-color: rgba(0, 0, 0, .2) !important
}

.swal2-shown:not(.swal2-toast-shown) .datePicker {
    display: none !important
}

.indexPage body.swal2-height-auto {
    height: 100% !important
}

body.swal2-toast-shown .swal2-container {
    width: 90% !important;
    height: auto !important;
    display: block !important;
    text-align: center;
    overflow: hidden !important
}

.swal2-container.swal2-bottom>.swal2-popup {
    width: auto !important;
    display: inline-flex !important
}

.swal2-popup .swal2-styled {
    font-size: 17px !important
}

.swal2-popup {
    text-align: right !important;
    font-size: 16px !important;
    display: block !important
}

.swal2-close:focus {
    box-shadow: unset !important
}

.swal2-popup:not(.swal2-toast) .swal2-icon {
    margin: 5px auto -5px !important;
    transform: scale(.7) !important
}

.swal2-container .swal2-html-container {
    text-align: justify
}

.swal2-icon.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate .5s !important
}

.swal-button {
    min-width: 70px
}

@media only screen and (max-width:600px) {
    .swal2-popup {
        padding: 10px !important;
        width: 450px !important
    }

    .swal2-popup .swal2-styled {
        padding: 7px 17px !important;
        font-size: 13px !important
    }

    .swal2-popup .swal2-title {
        font-size: 23px !important
    }

    .swal2-popup .swal2-content {
        font-size: 18px !important
    }

    .swal2-animate-error-icon,
    .swal2-animate-x-mark {
        -webkit-animation: unset !important;
        animation: unset !important
    }
}

@media(max-width:460px) {
    .swal2-popup {
        width: 300px !important
    }
}