@charset "UTF-8";
/*!normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css*/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/*!Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css*/

@media print {
    *,
    *:before,
    *:after {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.49;
    color: #666;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #4a89dc;
    text-decoration: none
}

a:hover,
a:focus {
    color: #2363b6;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 4px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.49;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #f7f7f7
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
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: 400;
    line-height: 1;
    color: #e1e1e1
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 28px
}

h2,
.h2 {
    font-size: 23px
}

h3,
.h3 {
    font-size: 20px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 16px
}

h6,
.h6 {
    font-size: 13px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #f8cd73;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #888
}

.text-primary {
    color: #4a89dc
}

a.text-primary:hover,
a.text-primary:focus {
    color: #061221
}

.text-primary-light {
    color: #5993df
}

.text-primary-lighter {
    color: #6a9ee2
}

.text-primary-dark {
    color: #3b7fd9
}

.text-primary-darker {
    color: #2a74d6
}

.text-success {
    color: #70ca63
}

a.text-success:hover,
a.text-success:focus {
    color: #0f220c
}

.text-success-light {
    color: #7ccf70
}

.text-success-lighter {
    color: #8ad480
}

.text-success-dark {
    color: #64c556
}

.text-success-darker {
    color: #56c046
}

.text-info {
    color: #3bafda
}

a.text-info:hover,
a.text-info:focus {
    color: #030e13
}

.text-info-light {
    color: #4ab5dd
}

.text-info-lighter {
    color: #5bbce0
}

.text-info-dark {
    color: #2ca9d7
}

.text-info-darker {
    color: #269dc9
}

.text-warning {
    color: #f6bb42
}

a.text-warning:hover,
a.text-warning:focus {
    color: #362503
}

.text-warning-light {
    color: #f7c153
}

.text-warning-lighter {
    color: #f8c867
}

.text-warning-dark {
    color: #f5b531
}

.text-warning-darker {
    color: #f4ae1d
}

.text-danger {
    color: #e64a31
}

a.text-danger:hover,
a.text-danger:focus {
    color: #150503
}

.text-danger-light {
    color: #e85841
}

.text-danger-lighter {
    color: #ea6853
}

.text-danger-dark {
    color: #e43c21
}

.text-danger-darker {
    color: #d7341a
}

.bg-primary {
    color: #fff;
    background-color: #4a89dc !important;
    color: #f5f8fd
}

a .bg-primary:hover {
    background-color: #276ecc !important
}

.bg-primary .text-muted {
    color: #c5dcfa
}

.bg-primary .text-darken {
    color: #276ecc
}

.bg-primary.light {
    background-color: #649ae1 !important
}

.bg-primary.lighter {
    background-color: #75a5e4 !important
}

.bg-primary.dark {
    background-color: #3078d7 !important
}

.bg-primary.darker {
    background-color: #276ecc !important
}

.bg-primary .open>a,
.bg-primary .open>a:focus,
.bg-primary .open>a:hover {
    color: #fff
}

.bg-success {
    background-color: #93d789 !important;
    color: #fff
}

a .bg-success:hover {
    background-color: #70ca63 !important
}

.bg-success .text-muted {
    color: #fbfefb
}

.bg-success .text-darken {
    color: #70ca63
}

.bg-success.light {
    background-color: #a8dfa0 !important
}

.bg-success.lighter {
    background-color: #b6e4af !important
}

.bg-success.dark {
    background-color: #7ecf72 !important
}

.bg-success.darker {
    background-color: #70ca63 !important
}

.bg-success .open>a,
.bg-success .open>a:focus,
.bg-success .open>a:hover {
    color: #fff
}

.bg-info {
    background-color: #66c1e2 !important;
    color: #fff
}

a .bg-info:hover {
    background-color: #3bafda !important
}

.bg-info .text-muted {
    color: #e4f6fd
}

.bg-info .text-darken {
    color: #3bafda
}

.bg-info.light {
    background-color: #80cbe7 !important
}

.bg-info.lighter {
    background-color: #91d2ea !important
}

.bg-info.dark {
    background-color: #4cb6dd !important
}

.bg-info.darker {
    background-color: #3bafda !important
}

.bg-info .open>a,
.bg-info .open>a:focus,
.bg-info .open>a:hover {
    color: #fff
}

.bg-warning {
    background-color: #f8cd73 !important;
    color: #fff
}

a .bg-warning:hover {
    background-color: #f6bb42 !important
}

.bg-warning .text-muted {
    color: #fff
}

.bg-warning .text-darken {
    color: #f6bb42
}

.bg-warning.light {
    background-color: #fad790 !important
}

.bg-warning.lighter {
    background-color: #fbdea3 !important
}

.bg-warning.dark {
    background-color: #f7c255 !important
}

.bg-warning.darker {
    background-color: #f6bb42 !important
}

.bg-warning .open>a,
.bg-warning .open>a:focus,
.bg-warning .open>a:hover {
    color: #fff
}

.bg-danger {
    background-color: #ed7e6c !important;
    color: #fff
}

a .bg-danger:hover {
    background-color: #e8563f !important
}

.bg-danger .text-muted {
    color: #fff5f4
}

.bg-danger .text-darken {
    color: #e8563f
}

.bg-danger.light {
    background-color: #f09687 !important
}

.bg-danger.lighter {
    background-color: #f3a69a !important
}

.bg-danger.dark {
    background-color: #ea6651 !important
}

.bg-danger.darker {
    background-color: #e8563f !important
}

.bg-danger .open>a,
.bg-danger .open>a:focus,
.bg-danger .open>a:hover {
    color: #fff
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #ddd
}

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;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.49
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media(min-width:480px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #e1e1e1
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
    text-transform: uppercase !important
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #f7f7f7
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.49;
    color: #e1e1e1
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #f7f7f7;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.49
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, courier new, monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 3px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 2px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.49;
    word-break: break-all;
    word-wrap: break-word;
    color: #6c757d;
    background-color: #eaeef0;
    border: 1px solid #cbd6d6;
    border-radius: 3px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 11px;
    padding-right: 11px
}

@media(min-width:768px) {
    .container {
        width: 742px
    }
}

@media(min-width:992px) {
    .container {
        width: 962px
    }
}

@media(min-width:1140px) {
    .container {
        width: 1162px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 11px;
    padding-right: 11px
}

.row {
    margin-left: -11px;
    margin-right: -11px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xl-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xl-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xl-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xl-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xl-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xl-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xl-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xl-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xl-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xl-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xl-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0%
}

@media(min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
}

@media(min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
}

@media(min-width:1140px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 10px 9px;
    padding-bottom: 10px 9px;
    color: #888;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-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: 4px 9px;
    line-height: 1.49;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f7f7f7
}

.table-hover>tbody>tr:hover {
    background-color: #f1f1f1
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    color: #a4a4a4;
    border-color: #fff;
    background-color: #fff
}

.table>thead>tr.active+tr>th,
.table>tbody>tr.active+tr>th,
.table>tfoot>tr.active+tr>th,
.table>thead>tr.active+tr>td,
.table>tbody>tr.active+tr>td,
.table>tfoot>tr.active+tr>td {
    border-top: 1px solid #fff
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #fff
}

.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 {
    color: #3f9532;
    border-color: #afe1a8;
    background-color: #d9f1d5
}

.table>thead>tr.success+tr>th,
.table>tbody>tr.success+tr>th,
.table>tfoot>tr.success+tr>th,
.table>thead>tr.success+tr>td,
.table>tbody>tr.success+tr>td,
.table>tfoot>tr.success+tr>td {
    border-top: 1px solid #afe1a8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #e7f6e4
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    color: #1c7393;
    border-color: #88cfe9;
    background-color: #bce4f2
}

.table>thead>tr.info+tr>th,
.table>tbody>tr.info+tr>th,
.table>tfoot>tr.info+tr>th,
.table>thead>tr.info+tr>td,
.table>tbody>tr.info+tr>td,
.table>tfoot>tr.info+tr>td {
    border-top: 1px solid #88cfe9
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #cdebf6
}

.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 {
    color: #c88a0a;
    border-color: #fadb9a;
    background-color: #fdf0d4
}

.table>thead>tr.warning+tr>th,
.table>tbody>tr.warning+tr>th,
.table>tfoot>tr.warning+tr>th,
.table>thead>tr.warning+tr>td,
.table>tbody>tr.warning+tr>td,
.table>tfoot>tr.warning+tr>td {
    border-top: 1px solid #fadb9a
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #fef7e8
}

.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 {
    color: #ab2a15;
    border-color: #f29e91;
    background-color: #f8cec7
}

.table>thead>tr.danger+tr>th,
.table>tbody>tr.danger+tr>th,
.table>tfoot>tr.danger+tr>th,
.table>thead>tr.danger+tr>td,
.table>tbody>tr.danger+tr>td,
.table>tfoot>tr.danger+tr>td {
    border-top: 1px solid #f29e91
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #faded9
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #6c757d;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio],
input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 11px;
    font-size: 14px;
    line-height: 1.49;
    color: #666
}

.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1.49;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #75a5e4;
    outline: 0
}

.form-control::-moz-placeholder {
    color: #adb5bd;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #adb5bd
}

.form-control::-webkit-input-placeholder {
    color: #adb5bd
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f7f7f7;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 42px
    }
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month] {
        line-height: 36px
    }
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month] {
        line-height: 48px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 36px;
    padding: 8px 11px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

select .input-sm {
    height: 36px;
    line-height: 36px
}

select[multiple].input-sm,
textarea .input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 36px;
    padding: 8px 11px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

.form-group-sm select.form-control {
    height: 36px;
    line-height: 36px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 36px;
    min-height: 32px;
    padding: 9px 11px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 48px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 4px
}

select .input-lg {
    height: 48px;
    line-height: 48px
}

select[multiple].input-lg,
textarea .input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 48px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 4px
}

.form-group-lg select.form-control {
    height: 48px;
    line-height: 48px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 48px;
    min-height: 36px;
    padding: 13px 16px;
    font-size: 16px;
    line-height: 1.33
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 52.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 48px;
    height: 48px;
    line-height: 48px
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 36px;
    height: 36px;
    line-height: 36px
}

.has-success.radio label,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio-inline label,
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
    color: #70ca63
}

.has-success .form-control {
    border-color: #93d789;
    -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: #4fbb3f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #b6e4af;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #b6e4af
}

.has-success .input-group-addon {
    color: #3f9532;
    border-color: #70ca63;
    background-color: #d9f1d5
}

.has-success .form-control-feedback {
    color: #70ca63
}

.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio-inline label,
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
    color: #f6bb42
}

.has-warning .form-control {
    border-color: #f8cd73;
    -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: #f4a911;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #fbdea3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #fbdea3
}

.has-warning .input-group-addon {
    color: #c88a0a;
    border-color: #f6bb42;
    background-color: #fdf0d4
}

.has-warning .form-control-feedback {
    color: #f6bb42
}

.has-error.radio label,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio-inline label,
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
    color: #e64a31
}

.has-error .form-control {
    border-color: #ec725e;
    -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: #cb3119;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #f19a8c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #f19a8c
}

.has-error .input-group-addon {
    color: #ab2a15;
    border-color: #e64a31;
    background-color: #f8cec7
}

.has-error .form-control-feedback {
    color: #e64a31
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a6a6a6
}

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type=radio],
    .form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 11px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 31px
}

.form-horizontal .form-group {
    margin-left: -11px;
    margin-right: -11px
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 11px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 11px
}

@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 13px;
        font-size: 16px
    }
}

@media(min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 9px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1.49;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #666;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #666;
    background-color: #f7f7f7
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #666;
    background-color: #e1e1e1
}

.btn-default .badge {
    color: #f7f7f7;
    background-color: #666
}

.btn-default.light {
    background-color: #fff
}

.btn-default.light.active,
.btn-default.light:active,
.btn-default.light:focus,
.btn-default.light:hover,
.open>.dropdown-toggle.btn-default.light {
    background-color: #e8e8e8
}

.btn-default.dark {
    background-color: #e8e8e8
}

.btn-default.dark.active,
.btn-default.dark:active,
.btn-default.dark:focus,
.btn-default.dark:hover,
.open>.dropdown-toggle.btn-default.dark {
    background-color: #d8d8d8
}

.btn-primary {
    color: #fff;
    background-color: #4a89dc
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #2972d2
}

.btn-primary .badge {
    color: #4a89dc;
    background-color: #fff
}

.btn-primary.light {
    background-color: #649ae1
}

.btn-primary.light.active,
.btn-primary.light:active,
.btn-primary.light:focus,
.btn-primary.light:hover,
.open>.dropdown-toggle.btn-primary.light {
    background-color: #3078d7
}

.btn-primary.dark {
    background-color: #3078d7
}

.btn-primary.dark.active,
.btn-primary.dark:active,
.btn-primary.dark:focus,
.btn-primary.dark:hover,
.open>.dropdown-toggle.btn-primary.dark {
    background-color: #266ac3
}

.btn-success {
    color: #fff;
    background-color: #70ca63
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #52bf43
}

.btn-success .badge {
    color: #70ca63;
    background-color: #fff
}

.btn-success.light {
    background-color: #85d27a
}

.btn-success.light.active,
.btn-success.light:active,
.btn-success.light:focus,
.btn-success.light:hover,
.open>.dropdown-toggle.btn-success.light {
    background-color: #5bc24c
}

.btn-success.dark {
    background-color: #5bc24c
}

.btn-success.dark.active,
.btn-success.dark:active,
.btn-success.dark:focus,
.btn-success.dark:hover,
.open>.dropdown-toggle.btn-success.dark {
    background-color: #4cb33d
}

.btn-info {
    color: #fff;
    background-color: #3bafda
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #2599c5
}

.btn-info .badge {
    color: #3bafda;
    background-color: #fff
}

.btn-info.light {
    background-color: #55badf
}

.btn-info.light.active,
.btn-info.light:active,
.btn-info.light:focus,
.btn-info.light:hover,
.open>.dropdown-toggle.btn-info.light {
    background-color: #27a2cf
}

.btn-info.dark {
    background-color: #27a2cf
}

.btn-info.dark.active,
.btn-info.dark:active,
.btn-info.dark:focus,
.btn-info.dark:hover,
.open>.dropdown-toggle.btn-info.dark {
    background-color: #228eb6
}

.btn-warning {
    color: #fff;
    background-color: #f6bb42
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #f4ac19
}

.btn-warning .badge {
    color: #f6bb42;
    background-color: #fff
}

.btn-warning.light {
    background-color: #f7c65f
}

.btn-warning.light.active,
.btn-warning.light:active,
.btn-warning.light:focus,
.btn-warning.light:hover,
.open>.dropdown-toggle.btn-warning.light {
    background-color: #f5b025
}

.btn-warning.dark {
    background-color: #f5b025
}

.btn-warning.dark.active,
.btn-warning.dark:active,
.btn-warning.dark:focus,
.btn-warning.dark:hover,
.open>.dropdown-toggle.btn-warning.dark {
    background-color: #efa50b
}

.btn-danger {
    color: #fff;
    background-color: #e64a31
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2331a
}

.btn-danger .badge {
    color: #e64a31;
    background-color: #fff
}

.btn-danger.light {
    background-color: #e9624c
}

.btn-danger.light.active,
.btn-danger.light:active,
.btn-danger.light:focus,
.btn-danger.light:hover,
.open>.dropdown-toggle.btn-danger.light {
    background-color: #de361b
}

.btn-danger.dark {
    background-color: #de361b
}

.btn-danger.dark.active,
.btn-danger.dark:active,
.btn-danger.dark:focus,
.btn-danger.dark:hover,
.open>.dropdown-toggle.btn-danger.dark {
    background-color: #c22f18
}

.btn-link {
    color: #4a89dc;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #2363b6;
    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: #adb5bd;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 4px
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 8px 11px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 6px 9px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    -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: #ddd
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.49;
    color: #666;
    white-space: normal
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #333;
    background-color: #f7f7f7
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #e64a31
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #f1f1f1
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.49;
    color: #f7f7f7;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width:480px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.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: 3px;
    border-top-left-radius: 3px;
    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-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 48px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 4px;
    font-size: 15px;
    border-radius: 1px
}

select .input-group-lg>.form-control,
select .input-group-lg>.input-group-addon,
select .input-group-lg>.input-group-btn>.btn {
    height: 48px;
    line-height: 48px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
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-lg>.form-control.input-group-addon,
.input-group-lg>.input-group-addon.input-group-addon,
.input-group-lg>.input-group-btn>.btn.input-group-addon {
    font-size: 15px;
    border-radius: 1px
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 36px;
    padding: 8px 11px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

select .input-group-sm>.form-control,
select .input-group-sm>.input-group-addon,
select .input-group-sm>.input-group-btn>.btn {
    height: 36px;
    line-height: 36px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
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: 10px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #666;
    text-align: center;
    background-color: #f7f7f7;
    border: 1px solid #ced4da;
    border-radius: 3px
}

.input-group-addon.input-sm {
    padding: 8px 11px;
    font-size: 12px;
    border-radius: 2px
}

.input-group-addon.input-lg {
    padding: 12px 16px;
    font-size: 16px;
    border-radius: 4px
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #f7f7f7
}

.nav>li.disabled>a {
    color: #e1e1e1
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #e1e1e1;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #f7f7f7;
    border-color: #4a89dc
}

.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.49;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #f7f7f7 #f7f7f7 #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #ced4da;
    background-color: transparent;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 3px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 3px 3px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 3px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #e64a31
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 3px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 3px 3px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 64px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media(min-width:480px) {
    .navbar {
        border-radius: 3px
    }
}

@media(min-width:480px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 11px;
    padding-left: 11px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media(min-width:480px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media(max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -11px;
    margin-left: -11px
}

@media(min-width:480px) {
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media(min-width:480px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width:480px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 22px 11px;
    font-size: 16px;
    line-height: 20px;
    height: 64px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media(min-width:480px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -11px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 11px;
    padding: 9px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width:480px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 11px -11px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media(max-width:479px) {
    .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:480px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 22px;
        padding-bottom: 22px
    }
}

.navbar-form {
    margin-left: -11px;
    margin-right: -11px;
    padding: 10px 11px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 11px;
    margin-bottom: 11px
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type=radio],
    .navbar-form .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media(max-width:479px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media(min-width:480px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 11px;
    margin-bottom: 11px
}

.navbar-btn.btn-sm {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-btn.btn-xs {
    margin-top: 21px;
    margin-bottom: 21px
}

.navbar-text {
    margin-top: 22px;
    margin-bottom: 22px
}

@media(min-width:480px) {
    .navbar-text {
        float: left;
        margin-left: 11px;
        margin-right: 11px
    }
}

@media(min-width:480px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important;
        margin-right: -11px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media(max-width:479px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #e1e1e1
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #e1e1e1
}

.navbar-inverse .navbar-nav>li>a {
    color: #e1e1e1
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff
}

@media(max-width:479px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #e1e1e1
    }
    .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: #e1e1e1
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #e1e1e1
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 3px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #bbb
}

.breadcrumb>.active {
    color: #444
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 3px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 10px 14px;
    line-height: 1.49;
    text-decoration: none;
    color: #e1e1e1;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #2363b6;
    background-color: #f7f7f7;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #e64a31;
    border-color: #e64a31;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #e1e1e1;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.33
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 8px 11px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: red
}

.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: #e1e1e1;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #ced4da
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #b1bbc4
}

.label-primary {
    background-color: #4a89dc
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #276ecc
}

.label-success {
    background-color: #70ca63
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #4fbb3f
}

.label-info {
    background-color: #3bafda
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #2494be
}

.label-warning {
    background-color: #f6bb42
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #f4a911
}

.label-danger {
    background-color: #e64a31
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #cb3119
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #6c757d;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #4a89dc;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #f7f7f7
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #dedede
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 4px;
    padding-left: 11px;
    padding-right: 11px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.49;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #4a89dc
}

.thumbnail .caption {
    padding: 9px;
    color: #666
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #fff;
    background-color: #8cd481
}

.alert-success hr {
    border-top-color: #5fc450
}

.alert-success.alert-border-right {
    border-right-color: #4aaf3c
}

.alert-success.alert-border-top {
    border-top-color: #4aaf3c
}

.alert-success.alert-border-bottom {
    border-bottom-color: #4aaf3c
}

.alert-success.alert-border-left {
    border-left-color: #4aaf3c
}

.alert-success.light {
    background-color: #a4dd9c
}

.alert-success.dark {
    background-color: #66c658
}

.alert-success.pastel {
    color: #47a839;
    background-color: #d9f1d5;
    border-color: rgba(0, 0, 0, .1)
}

.alert-success.pastel .alert-link {
    color: #47a839
}

.alert-success.pastel.alert-micro {
    border-color: #93d789
}

.alert-success.pastel .close {
    color: #47a839
}

.alert-success.pastel .close:hover {
    color: #47a839
}

.alert-info {
    color: #fff;
    background-color: #5dbde0
}

.alert-info hr {
    border-top-color: #28a5d4
}

.alert-info.alert-border-right {
    border-right-color: #218ab1
}

.alert-info.alert-border-top {
    border-top-color: #218ab1
}

.alert-info.alert-border-bottom {
    border-bottom-color: #218ab1
}

.alert-info.alert-border-left {
    border-left-color: #218ab1
}

.alert-info.light {
    background-color: #7bc9e6
}

.alert-info.dark {
    background-color: #2eaad8
}

.alert-info.pastel {
    color: #2084a9;
    background-color: #bce4f2;
    border-color: rgba(0, 0, 0, .1)
}

.alert-info.pastel .alert-link {
    color: #2084a9
}

.alert-info.pastel.alert-micro {
    border-color: #66c1e2
}

.alert-info.pastel .close {
    color: #2084a9
}

.alert-info.pastel .close:hover {
    color: #2084a9
}

.alert-warning {
    color: #fff;
    background-color: #f8c969
}

.alert-warning hr {
    border-top-color: #f5b22a
}

.alert-warning.alert-border-right {
    border-right-color: #eba10b
}

.alert-warning.alert-border-top {
    border-top-color: #eba10b
}

.alert-warning.alert-border-bottom {
    border-bottom-color: #eba10b
}

.alert-warning.alert-border-left {
    border-left-color: #eba10b
}

.alert-warning.light {
    background-color: #f9d58b
}

.alert-warning.dark {
    background-color: #f5b633
}

.alert-warning.pastel {
    color: #e19b0b;
    background-color: #fdf0d4;
    border-color: rgba(0, 0, 0, .1)
}

.alert-warning.pastel .alert-link {
    color: #e19b0b
}

.alert-warning.pastel.alert-micro {
    border-color: #f8cd73
}

.alert-warning.pastel .close {
    color: #e19b0b
}

.alert-warning.pastel .close:hover {
    color: #e19b0b
}

.alert-danger {
    color: #fff;
    background-color: #ea6a55
}

.alert-danger hr {
    border-top-color: #e2371b
}

.alert-danger.alert-border-right {
    border-right-color: #be2e17
}

.alert-danger.alert-border-top {
    border-top-color: #be2e17
}

.alert-danger.alert-border-bottom {
    border-bottom-color: #be2e17
}

.alert-danger.alert-border-left {
    border-left-color: #be2e17
}

.alert-danger.light {
    background-color: #ee8675
}

.alert-danger.dark {
    background-color: #e43e23
}

.alert-danger.pastel {
    color: #b52c16;
    background-color: #f7c2b9;
    border-color: rgba(0, 0, 0, .1)
}

.alert-danger.pastel .alert-link {
    color: #b52c16
}

.alert-danger.pastel.alert-micro {
    border-color: #ec725e
}

.alert-danger.pastel .close {
    color: #b52c16
}

.alert-danger.pastel .close:hover {
    color: #b52c16
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #ececec;
    border-radius: 3px;
    -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;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #999;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #70ca63
}

.progress-bar-success.light {
    background-color: #7ccf70
}

.progress-bar-success.dark {
    background-color: #64c556
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #3bafda
}

.progress-bar-info.light {
    background-color: #4ab5dd
}

.progress-bar-info.dark {
    background-color: #2ca9d7
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f6bb42
}

.progress-bar-warning.light {
    background-color: #f7c153
}

.progress-bar-warning.dark {
    background-color: #f5b531
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #e64a31
}

.progress-bar-danger.light {
    background-color: #e85841
}

.progress-bar-danger.dark {
    background-color: #e43c21
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 1e4px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

a.list-group-item,
button.list-group-item {
    color: #e1e1e1
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    text-decoration: none;
    color: #e1e1e1;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #f7f7f7;
    color: #e1e1e1;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #e1e1e1
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #e64a31;
    border-color: #e64a31
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #fceae7
}

.list-group-item-success {
    color: #3f9532;
    border-color: #afe1a8;
    background-color: #d9f1d5
}

a .list-group-item-success,
button.list-group-item-success {
    color: #3f9532
}

a .list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a .list-group-item-success:focus,
button.list-group-item-success:focus,
a .list-group-item-success:hover,
button.list-group-item-success:hover {
    color: #3f9532;
    background-color: #e7f6e4
}

a .list-group-item-success.active,
button.list-group-item-success.active,
a .list-group-item-success.active:focus,
button.list-group-item-success.active:focus,
a .list-group-item-success.active:hover,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #70ca63;
    border-color: #70ca63
}

.list-group-item-info {
    color: #1c7393;
    border-color: #88cfe9;
    background-color: #bce4f2
}

a .list-group-item-info,
button.list-group-item-info {
    color: #1c7393
}

a .list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a .list-group-item-info:focus,
button.list-group-item-info:focus,
a .list-group-item-info:hover,
button.list-group-item-info:hover {
    color: #1c7393;
    background-color: #cdebf6
}

a .list-group-item-info.active,
button.list-group-item-info.active,
a .list-group-item-info.active:focus,
button.list-group-item-info.active:focus,
a .list-group-item-info.active:hover,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #3bafda;
    border-color: #3bafda
}

.list-group-item-warning {
    color: #c88a0a;
    border-color: #fadb9a;
    background-color: #fdf0d4
}

a .list-group-item-warning,
button.list-group-item-warning {
    color: #c88a0a
}

a .list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a .list-group-item-warning:focus,
button.list-group-item-warning:focus,
a .list-group-item-warning:hover,
button.list-group-item-warning:hover {
    color: #c88a0a;
    background-color: #fef7e8
}

a .list-group-item-warning.active,
button.list-group-item-warning.active,
a .list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus,
a .list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #f6bb42;
    border-color: #f6bb42
}

.list-group-item-danger {
    color: #ab2a15;
    border-color: #f29e91;
    background-color: #f8cec7
}

a .list-group-item-danger,
button.list-group-item-danger {
    color: #ab2a15
}

a .list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a .list-group-item-danger:focus,
button.list-group-item-danger:focus,
a .list-group-item-danger:hover,
button.list-group-item-danger:hover {
    color: #ab2a15;
    background-color: #faded9
}

a .list-group-item-danger.active,
button.list-group-item-danger.active,
a .list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus,
a .list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #e64a31;
    border-color: #e64a31
}

.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: transparent;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 0 12px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 1px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 1px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px
}

.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: 1px
}

.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: 1px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 1px solid #d7d7d7
}

.panel-group .panel-heading+.panel-collapse {
    border-top: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 0
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default.panel-border {
    border-color: #d7d7d7
}

.panel-default.panel-border.border-top>:first-child {
    border-top-color: transparent
}

.panel-default.panel-border.border-bottom>:last-child {
    border-bottom-color: transparent
}

.panel-default>.panel-heading .panel-icon {
    color: #d7d7d7
}

.panel-default>.panel-heading.fill {
    background-color: #f6f6f6;
    border-color: #c1c1c1
}

.panel-default>.panel-heading.fill>.panel-title {
    color: #6c757d
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d7d7d7
}

.panel-default>.panel-heading .badge {
    color: #f6f6f6;
    background-color: #6c757d
}

.panel-default>.panel-body.fill {
    color: #fff;
    border-color: #fff;
    background-color: #fff;
    border-top-width: 2px;
    border-top-color: #e9e9e9
}

.panel-default>.panel-body.border {
    border: 3px solid #d7d7d7
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d7d7d7
}

.panel-primary.panel-border {
    border-color: #4a89dc
}

.panel-primary.panel-border.border-top>:first-child {
    border-top-color: transparent
}

.panel-primary.panel-border.border-bottom>:last-child {
    border-bottom-color: transparent
}

.panel-primary>.panel-heading .panel-icon {
    color: #4a89dc
}

.panel-primary>.panel-heading.fill {
    background-color: #4a89dc;
    border-color: #2972d2
}

.panel-primary>.panel-heading.fill>.panel-title {
    color: #fff
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #4a89dc
}

.panel-primary>.panel-heading .badge {
    color: #4a89dc;
    background-color: #fff
}

.panel-primary>.panel-body.fill {
    color: #fff;
    border-color: #75a5e4;
    background-color: #82ade7;
    border-top-width: 2px;
    border-top-color: #357bd8
}

.panel-primary>.panel-body.border {
    border: 3px solid #4a89dc
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #4a89dc
}

.panel-success.panel-border {
    border-color: #70ca63
}

.panel-success.panel-border.border-top>:first-child {
    border-top-color: transparent
}

.panel-success.panel-border.border-bottom>:last-child {
    border-bottom-color: transparent
}

.panel-success>.panel-heading .panel-icon {
    color: #70ca63
}

.panel-success>.panel-heading.fill {
    background-color: #70ca63;
    border-color: #52bf43
}

.panel-success>.panel-heading.fill>.panel-title {
    color: #fff
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #70ca63
}

.panel-success>.panel-heading .badge {
    color: #70ca63;
    background-color: #fff
}

.panel-success>.panel-body.fill {
    color: #fff;
    border-color: #93d789;
    background-color: #9ddb94;
    border-top-width: 2px;
    border-top-color: #5fc450
}

.panel-success>.panel-body.border {
    border: 3px solid #70ca63
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #70ca63
}

.panel-info.panel-border {
    border-color: #3bafda
}

.panel-info.panel-border.border-top>:first-child {
    border-top-color: transparent
}

.panel-info.panel-border.border-bottom>:last-child {
    border-bottom-color: transparent
}

.panel-info>.panel-heading .panel-icon {
    color: #3bafda
}

.panel-info>.panel-heading.fill {
    background-color: #3bafda;
    border-color: #2599c5
}

.panel-info>.panel-heading.fill>.panel-title {
    color: #fff
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #3bafda
}

.panel-info>.panel-heading .badge {
    color: #3bafda;
    background-color: #fff
}

.panel-info>.panel-body.fill {
    color: #fff;
    border-color: #66c1e2;
    background-color: #73c6e5;
    border-top-width: 2px;
    border-top-color: #28a5d4
}

.panel-info>.panel-body.border {
    border: 3px solid #3bafda
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #3bafda
}

.panel-warning.panel-border {
    border-color: #f6bb42
}

.panel-warning.panel-border.border-top>:first-child {
    border-top-color: transparent
}

.panel-warning.panel-border.border-bottom>:last-child {
    border-bottom-color: transparent
}

.panel-warning>.panel-heading .panel-icon {
    color: #f6bb42
}

.panel-warning>.panel-heading.fill {
    background-color: #f6bb42;
    border-color: #f4ac19
}

.panel-warning>.panel-heading.fill>.panel-title {
    color: #fff
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f6bb42
}

.panel-warning>.panel-heading .badge {
    color: #f6bb42;
    background-color: #fff
}

.panel-warning>.panel-body.fill {
    color: #fff;
    border-color: #f8cd73;
    background-color: #f9d281;
    border-top-width: 2px;
    border-top-color: #f5b22a
}

.panel-warning>.panel-body.border {
    border: 3px solid #f6bb42
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #f6bb42
}

.panel-danger.panel-border {
    border-color: #e64a31
}

.panel-danger.panel-border.border-top>:first-child {
    border-top-color: transparent
}

.panel-danger.panel-border.border-bottom>:last-child {
    border-bottom-color: transparent
}

.panel-danger>.panel-heading .panel-icon {
    color: #e64a31
}

.panel-danger>.panel-heading.fill {
    background-color: #e64a31;
    border-color: #d2331a
}

.panel-danger>.panel-heading.fill>.panel-title {
    color: #fff
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #e64a31
}

.panel-danger>.panel-heading .badge {
    color: #e64a31;
    background-color: #fff
}

.panel-danger>.panel-body.fill {
    color: #fff;
    border-color: #ec725e;
    background-color: #ed7e6c;
    border-top-width: 2px;
    border-top-color: #e2371b
}

.panel-danger>.panel-body.border {
    border: 3px solid #e64a31
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #e64a31
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    -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: 4px
}

.well-sm {
    padding: 9px;
    border-radius: 2px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: -3px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.49
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.49;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 3px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.49;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 3px 3px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1e3px;
        -moz-perspective: 1e3px;
        perspective: 1e3px
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: transparent
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.content-topbar .topbar-nav-tabs:before,
.content-topbar .topbar-nav-tabs:after,
.content-topbar .topbar-nav-list:before,
.content-topbar .topbar-nav-list:after {
    content: " ";
    display: table
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.content-topbar .topbar-nav-tabs:after,
.content-topbar .topbar-nav-list:after {
    clear: both
}

.center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px) and (max-width:1139px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1139px) {
    .visible-md-block {
        display: block !important
    }
}

@media(min-width:992px) and (max-width:1139px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media(min-width:992px) and (max-width:1139px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1140px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media(min-width:1140px) {
    .visible-lg-block {
        display: block !important
    }
}

@media(min-width:1140px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media(min-width:1140px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1139px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1140px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@font-face {
    font-family: admindesigns;
    src: url(../../../fonts/admindesigns/admindesigns.eot);
    src: url(../../../fonts/admindesigns/admindesignsd41d.eot?#iefix) format("embedded-opentype"), url(../../../fonts/admindesigns/admindesigns.woff) format("woff"), url(../../../fonts/admindesigns/admindesigns.ttf) format("truetype"), url(../../../fonts/admindesigns/admindesigns.svg#admindesigns) format("svg");
    font-weight: 400;
    font-style: normal
}

.ad {
    position: relative;
    display: inline-block;
    font: normal normal normal 16px/1 AdminDesigns;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.ad-lines:before {
    content: "\e600"
}

.ad-wand {
    top: 1px
}

.ad-wand:before {
    content: "\e010"
}

.ad-radio-tower:before {
    content: "\f030"
}

.ad-ruby:before {
    content: "\f047"
}

.ad-screen-full:before {
    content: "\f066"
}

/*!* 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 Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
* License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)*/

.fa,
.fas,
.far,
.fal,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-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);
    transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-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 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-aws:before {
    content: "\f375"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frown:before {
    content: "\f119"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-key:before {
    content: "\f084"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-male:before {
    content: "\f183"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-moon:before {
    content: "\f186"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-plane:before {
    content: "\f072"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-road:before {
    content: "\f018"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-strava:before {
    content: "\f428"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: 'font awesome 5 brands';
    font-style: normal;
    font-weight: 400;
    src: url(../../../fonts/font-awesome/fa-brands-400.eot);
    src: url(../../../fonts/font-awesome/fa-brands-400d41d.eot?#iefix) format("embedded-opentype"), url(../../../fonts/font-awesome/fa-brands-400.html) format("woff2"), url(../../../fonts/font-awesome/fa-brands-400.woff) format("woff"), url(../../../fonts/font-awesome/fa-brands-400.ttf) format("truetype"), url(../../../fonts/font-awesome/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: 'font awesome 5 brands'
}

@font-face {
    font-family: 'font awesome 5 free';
    font-style: normal;
    font-weight: 400;
    src: url(../../../fonts/font-awesome/fa-regular-400.eot);
    src: url(../../../fonts/font-awesome/fa-regular-400d41d.eot?#iefix) format("embedded-opentype"), url(../../../fonts/font-awesome/fa-regular-400.html) format("woff2"), url(../../../fonts/font-awesome/fa-regular-400.woff) format("woff"), url(../../../fonts/font-awesome/fa-regular-400.ttf) format("truetype"), url(../../../fonts/font-awesome/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-family: 'font awesome 5 free';
    font-weight: 400
}

@font-face {
    font-family: 'font awesome 5 free';
    font-style: normal;
    font-weight: 900;
    src: url(../../../fonts/font-awesome/fa-solid-900.eot);
    src: url(../../../fonts/font-awesome/fa-solid-900d41d.eot?#iefix) format("embedded-opentype"), url(../../../fonts/font-awesome/fa-solid-900.html) format("woff2"), url(../../../fonts/font-awesome/fa-solid-900.woff) format("woff"), url(../../../fonts/font-awesome/fa-solid-900.ttf) format("truetype"), url(../../../fonts/font-awesome/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-family: 'font awesome 5 free';
    font-weight: 900
}

@font-face {
    font-family: glyphicons halflings;
    src: url(../../../fonts/glyphicons/glyphicons-halflings-regular.eot);
    src: url(../../../fonts/glyphicons/glyphicons-halflings-regulard41d.eot?#iefix) format('embedded-opentype'), url(../../../fonts/glyphicons/glyphicons-halflings-regular.html) format('woff2'), url(../../../fonts/glyphicons/glyphicons-halflings-regular.woff) format('woff'), url(../../../fonts/glyphicons/glyphicons-halflings-regular.ttf) format('truetype'), url(../../../fonts/glyphicons/glyphicons-halflings-regular.svg#@glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: glyphicons halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

@font-face {
    font-family: open sans;
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../../../fonts/open-sans/open-sans-v15-latin-regular.html) format('woff2'), url(../../../fonts/open-sans/open-sans-v15-latin-regular.woff) format('woff')
}

@font-face {
    font-family: open sans;
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(../../../fonts/open-sans/open-sans-v15-latin-600.html) format('woff2'), url(../../../fonts/open-sans/open-sans-v15-latin-600.woff) format('woff')
}

@font-face {
    font-family: open sans;
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../../../fonts/open-sans/open-sans-v15-latin-700.html) format('woff2'), url(../../../fonts/open-sans/open-sans-v15-latin-700.woff) format('woff')
}

html {
    background: #fff
}

body {
    font-family: open sans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size-adjust: 100%
}

#main {
    visibility: visible;
    overflow: hidden;
    position: relative;
    height: auto;
    min-height: 100vh;
    background: #ebebeb
}

#main:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ebebeb
}

#content_wrapper {
    position: relative;
    left: 0;
    margin-left: 250px
}

body.onload-check .navbar,
body.onload-check .navbar-branding,
body.onload-check #sidebar_left,
body.onload-check #sidebar_right,
body.onload-check #content_wrapper,
body.onload-check .content-topbar {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

body.of-y-h,
body.of-y-h #main {
    overflow-y: hidden
}

body.hide-overflow,
body.hide-overflow #main {
    overflow-y: hidden
}

@media(min-width:1140px) {
    body.boxed-layout {
        background-color: transparent !important;
        background-image: url(../../../img/patterns/noise.png);
        background-repeat: repeat
    }
    body.boxed-layout .navbar {
        width: 1140px !important;
        margin: 0 auto
    }
    body.boxed-layout .navbar-nav.navbar-right,
    body.boxed-layout .navbar-nav.navbar-right:last-child {
        margin-right: 0
    }
    body.boxed-layout #main {
        overflow: hidden;
        width: 1140px !important;
        margin: 0 auto
    }
    body.boxed-layout #main:before {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #eee;
        margin: 0 auto;
        width: 1142px;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd
    }
    body.boxed-layout #main:after {
        z-index: -1;
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #f8f8f8
    }
    body.boxed-layout #content_wrapper {
        margin-top: 0
    }
    body.boxed-layout .navbar.navbar-fixed-top+#main>#content_wrapper {
        margin-top: 60px
    }
    body.boxed-layout.sb-top #sidebar_left.affix {
        width: 1140px
    }
    body.boxed-layout #sidebar_left.affix {
        left: auto
    }
    body.boxed-layout #sidebar_left.nano>.nano-content {
        padding-top: 0
    }
    body.boxed-layout.sb-l-c #sidebar_left,
    body.boxed-layout.sb-l-c.sb-l-m #sidebar_left {
        left: -230px
    }
    body.boxed-layout #sidebar_right {
        display: none;
        position: absolute;
        top: 0;
        right: 0
    }
    body.boxed-layout.sb-r-o #sidebar_right {
        display: block
    }
    body.boxed-layout .content-topbar.affix {
        width: 910px !important;
        margin-left: 0;
        left: auto;
        right: auto
    }
    body.boxed-layout.sb-r-o .content-topbar.affix {
        width: 780px !important
    }
    body.boxed-layout.sb-l-m .content-topbar.affix {
        width: 1080px !important
    }
    body.boxed-layout.sb-l-c .content-topbar.affix {
        width: 1140px !important
    }
    body.boxed-layout.sb-l-m.sb-r-o .content-topbar.affix {
        width: 780px !important
    }
    body.boxed-layout.sb-l-c.sb-r-o .content-topbar.affix {
        width: 840px !important
    }
    body.boxed-layout #topbar-dropmenu {
        top: 0
    }
    body.boxed-layout .navbar.navbar-fixed-top+#sidebar_left+#content_wrapper>#topbar-dropmenu {
        top: 1px
    }
    body.boxed-layout.sb-top .navbar.navbar-fixed-top+#sidebar_left+#content_wrapper>#topbar-dropmenu {
        top: 0
    }
}

@media(max-width:1140px) {
    body.boxed-layout .navbar.navbar-fixed-top+#main {
        margin-top: 60px
    }
    body.boxed-layout.sb-l-o .navbar+#main>#sidebar_left.nano>.nano-content {
        padding-top: 60px
    }
    body.boxed-layout.sb-l-m .navbar+#main>#sidebar_left.nano>.nano-content {
        padding-top: 0
    }
}

@media print {
    .invoice-page {}
    .invoice-page #sidebar_left,
    .invoice-page #sidebar_right,
    .invoice-page #skin-toolbox,
    .invoice-page .content-topbar,
    .invoice-page .invoice-buttons,
    .invoice-page .panel-heading,
    .invoice-page header.navbar {
        display: none !important;
        visibility: hidden;
        width: 0 !important;
        height: 0 !important;
        outline: 0;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden
    }
    .invoice-page #content_wrapper {
        background: 0;
        margin: 0 auto !important;
        padding: 0 !important;
        left: auto !important;
        right: auto !important;
        transition: none
    }
    .invoice-page #content {
        padding: 0;
        background: 0 0
    }
    .invoice-page #content_wrapper:after {
        margin: 0;
        display: none
    }
    .invoice-page #main {
        width: 1100px !important;
        margin: 0 auto !important
    }
    .invoice-page .panel,
    .invoice-page .panel-body {
        border: 0 !important;
        margin: 0 !important;
        box-shadow: none !important
    }
    .invoice-page .invoice-logo {
        display: none !important
    }
    .invoice-page .invoice-logo-text {
        display: block !important;
        visibility: visible !important
    }
    .invoice-page .table-layout>.col-md-10 {
        width: 100% !important;
        padding: 0 !important
    }
    .invoice-page #invoice-info {
        border-top: 1px dashed #ddd;
        border-bottom: 1px dashed #ddd;
        margin-top: 20px !important;
        margin-bottom: 40px !important;
        background-color: #ddd
    }
    .invoice-page #invoice-info>.col-md-4 {
        float: none;
        display: inline-block;
        width: 32%;
        padding: 0;
        margin: 0
    }
    .invoice-page #invoice-info>.col-md-4:nth-child(2) {
        text-align: center
    }
    .invoice-page #invoice-info>.col-md-4:last-child {
        text-align: right;
        position: relative;
        top: 8px
    }
    .invoice-page #invoice-info>.col-md-4 .panel-body {
        padding: 10px
    }
}

#content {
    padding: 20px 20px 75px 25px
}

@media(min-width:1100px) {
    #content {
        padding: 20px 30px 100px 35px
    }
}

@media(max-width:800px) {
    #content {
        padding: 15px 8px 40px
    }
}

@media(max-width:991px) {
    #content .col-md-2+.col-md-2,
    #content .col-md-2+.col-md-4,
    #content .col-md-2+.col-md-6,
    #content .col-md-4+.col-md-2,
    #content .col-md-4+.col-md-4,
    #content .col-md-4+.col-md-6,
    #content .col-md-6+.col-md-2,
    #content .col-md-6+.col-md-4,
    #content .col-md-6+.col-md-6 {
        padding-top: 10px
    }
}

@media(max-width:815px) {
    #content .panel .panel-body {
        overflow: hidden !important;
        min-width: 0 !important
    }
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.element-flip,
.icon-flip {
    transform: rotate(180deg)
}

.icon-rotate-90 {
    transform: rotate(90deg)
}

.icon-rotate-180 {
    transform: rotate(180deg)
}

.icon-rotate-270 {
    transform: rotate(270deg)
}

.icon-flip-horizontal {
    transform: scale(-1, 1)
}

.icon-flip-vertical {
    transform: scale(1, -1)
}

.list-spacing-3 li+li {
    padding-top: 3px
}

.list-spacing-5 li+li {
    padding-top: 5px
}

.list-spacing-8 li+li {
    padding-top: 8px
}

.list-spacing-10 li+li {
    padding-top: 10px
}

.list-spacing-15 li+li {
    padding-top: 15px
}

.list-divide-items {
    margin: 0;
    padding-left: 10px;
    list-style: none
}

.list-divide-items li+li {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid #eee
}

.list-divide-items.dropdown-menu li a {
    padding-top: 7px;
    padding-bottom: 7px
}

.list-divide-items.dropdown-menu li+li {
    margin-top: 0;
    padding-top: 0
}

.list-text-dark li,
.list-text-dark li a {
    color: #333
}

.list-text-light li,
.list-text-light li a {
    color: #888
}

.list-text-lighter li,
.list-text-lighter li a {
    color: #aaa
}

.list-text-muted li,
.list-text-muted li a {
    color: #888
}

.list-text-600 li,
.list-text-600 li a {
    font-weight: 600
}

.fixed-height .panel-body {
    overflow: auto
}

.hover-height {
    overflow: hidden;
    transition: all .2s ease
}

.mh-20 {
    max-height: 20px !important
}

.mh-25 {
    max-height: 25px !important
}

.mh-30 {
    max-height: 30px !important
}

.mh-35 {
    max-height: 35px !important
}

.mh-40 {
    max-height: 40px !important
}

.mh-50 {
    max-height: 50px !important
}

.mh-100 {
    max-height: 100px !important
}

.mh-200 {
    max-height: 200px !important
}

.mh-250 {
    max-height: 250px !important
}

.mh-300 {
    max-height: 300px !important
}

.mh-350 {
    max-height: 350px !important
}

.mh-400 {
    max-height: 400px !important
}

.mh-450 {
    max-height: 450px !important
}

.mh-500 {
    max-height: 500px !important
}

.mh-600 {
    max-height: 600px !important
}

.mh-700 {
    max-height: 700px !important
}

.mh-800 {
    max-height: 800px !important
}

.mh-900 {
    max-height: 900px !important
}

.mh-1000 {
    max-height: 1e3px !important
}

.h-20 {
    height: 20px !important
}

.h-25 {
    height: 25px !important
}

.h-30 {
    height: 30px !important
}

.h-35 {
    height: 35px !important
}

.h-40 {
    height: 40px !important
}

.h-50 {
    height: 50px !important
}

.h-80 {
    height: 80px !important
}

.h-100 {
    height: 100px !important
}

.h-120 {
    height: 120px !important
}

.h-150 {
    height: 150px !important
}

.h-170 {
    height: 170px !important
}

.h-200 {
    height: 200px !important
}

.h-250 {
    height: 250px !important
}

.h-300 {
    height: 300px !important
}

.h-350 {
    height: 350px !important
}

.h-400 {
    height: 400px !important
}

.h-450 {
    height: 450px !important
}

.h-500 {
    height: 500px !important
}

.h-550 {
    height: 550px !important
}

.h-600 {
    height: 600px !important
}

.h-700 {
    height: 700px !important
}

.h-800 {
    height: 800px !important
}

.h-900 {
    height: 900px !important
}

.h-1000 {
    height: 1e3px !important
}

.t-center {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.bg-none {
    background-color: transparent !important
}

.no-boxshadow {
    box-shadow: none !important
}

.h-a,
.h-auto {
    height: auto !important;
    min-height: auto !important
}

.of-a {
    overflow: auto !important
}

.of-h {
    overflow: hidden !important
}

.of-v {
    overflow: visible !important
}

.of-x-a {
    overflow-x: auto !important
}

.of-x-h {
    overflow-x: hidden !important
}

.of-x-v {
    overflow-x: visible !important
}

.of-y-a {
    overflow-y: auto !important
}

.of-y-h {
    overflow-y: hidden !important
}

.of-y-v {
    overflow-y: visible !important
}

.center-column {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important
}

.va-t {
    vertical-align: top !important
}

.va-m {
    vertical-align: middle !important
}

.va-b {
    vertical-align: bottom !important
}

.va-s {
    vertical-align: super !important
}

.posr {
    position: relative !important
}

.ib,
.inline-object {
    display: inline-block !important
}

.cursor {
    cursor: pointer !important
}

.option-disabled {
    opacity: .6 !important
}

.input-unstyled,
.input-unstyled:focus,
.input-unstyled:hover {
    border: 0 !important;
    background: 0 0 !important;
    box-shadow: none !important;
    outline: 0 !important
}

.panel-group.table-layout>.panel+.panel {
    border-left: 0
}

.panel-group.table-layout+.panel-group.table-layout>.panel {
    border-top: 0
}

.row.table-layout {
    margin-left: 0;
    margin-right: 0
}

.table-layout {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0
}

.table-layout>aside,
.table-layout>div,
.table-layout>section {
    vertical-align: middle;
    display: table-cell;
    float: none
}

@media(max-width:1300px) {
    .table-layout.table-clear-md,
    .table-layout.table-clear-md>aside,
    .table-layout.table-clear-md>div,
    .table-layout.table-clear-md>section {
        display: block;
        float: none
    }
}

@media(max-width:992px) {
    .table-layout.table-clear-sm,
    .table-layout.table-clear-sm>aside,
    .table-layout.table-clear-sm>div,
    .table-layout.table-clear-sm>section {
        display: block;
        float: none
    }
}

@media(max-width:767px) {
    .table-layout.table-clear-xs,
    .table-layout.table-clear-xs>aside,
    .table-layout.table-clear-xs>div,
    .table-layout.table-clear-xs>section {
        display: block;
        float: none
    }
}

.text-uppercase {
    text-transform: uppercase !important
}

.fw200 {
    font-weight: 200 !important
}

.fw300 {
    font-weight: 300 !important
}

.fw400 {
    font-weight: 400 !important
}

.fw500 {
    font-weight: 600 !important
}

.fw600 {
    font-weight: 600 !important
}

.fw700 {
    font-weight: 700 !important
}

.fs3 {
    font-size: 4px !important
}

.fs4 {
    font-size: 4px !important
}

.fs5 {
    font-size: 5px !important
}

.fs6 {
    font-size: 6px !important
}

.fs7 {
    font-size: 7px !important
}

.fs8 {
    font-size: 8px !important
}

.fs9 {
    font-size: 9px !important
}

.fs10 {
    font-size: 10px !important
}

.fs11 {
    font-size: 11px !important
}

.fs12 {
    font-size: 12px !important
}

.fs13 {
    font-size: 13px !important
}

.fs14 {
    font-size: 14px !important
}

.fs15 {
    font-size: 15px !important
}

.fs16 {
    font-size: 16px !important
}

.fs17 {
    font-size: 17px !important
}

.fs18 {
    font-size: 18px !important
}

.fs19 {
    font-size: 19px !important
}

.fs20 {
    font-size: 20px !important
}

.fs21 {
    font-size: 21px !important
}

.fs22 {
    font-size: 22px !important
}

.fs24 {
    font-size: 24px !important
}

.fs25 {
    font-size: 25px !important
}

.fs26 {
    font-size: 26px !important
}

.fs28 {
    font-size: 28px !important
}

.fs30 {
    font-size: 30px !important
}

.fs35 {
    font-size: 35px !important
}

.fs40 {
    font-size: 40px !important
}

.fs45 {
    font-size: 45px !important
}

.fs50 {
    font-size: 50px !important
}

.fs60 {
    font-size: 60px !important
}

.fs70 {
    font-size: 70px !important
}

.fs80 {
    font-size: 80px !important
}

.fs90 {
    font-size: 90px !important
}

.fs100 {
    font-size: 100px !important
}

.pn {
    padding: 0 !important
}

.p1 {
    padding: 1px !important
}

.p2 {
    padding: 2px !important
}

.p3 {
    padding: 3px !important
}

.p4 {
    padding: 4px !important
}

.p5 {
    padding: 5px !important
}

.p6 {
    padding: 6px !important
}

.p7 {
    padding: 7px !important
}

.p8 {
    padding: 8px !important
}

.p10 {
    padding: 10px !important
}

.p12 {
    padding: 12px !important
}

.p15 {
    padding: 15px !important
}

.p20 {
    padding: 20px !important
}

.p25 {
    padding: 25px !important
}

.p30 {
    padding: 30px !important
}

.p35 {
    padding: 35px !important
}

.p40 {
    padding: 40px !important
}

.p50 {
    padding: 50px !important
}

.ptn {
    padding-top: 0 !important
}

.pt5 {
    padding-top: 5px !important
}

.pt10 {
    padding-top: 10px !important
}

.pt15 {
    padding-top: 15px !important
}

.pt20 {
    padding-top: 20px !important
}

.pt25 {
    padding-top: 25px !important
}

.pt30 {
    padding-top: 30px !important
}

.pt35 {
    padding-top: 35px !important
}

.pt40 {
    padding-top: 40px !important
}

.pt50 {
    padding-top: 50px !important
}

.prn {
    padding-right: 0 !important
}

.pr5 {
    padding-right: 5px !important
}

.pr10 {
    padding-right: 10px !important
}

.pr15 {
    padding-right: 15px !important
}

.pr20 {
    padding-right: 20px !important
}

.pr25 {
    padding-right: 25px !important
}

.pr30 {
    padding-right: 30px !important
}

.pr35 {
    padding-right: 35px !important
}

.pr40 {
    padding-right: 40px !important
}

.pr50 {
    padding-right: 50px !important
}

.pbn {
    padding-bottom: 0 !important
}

.pb5 {
    padding-bottom: 5px !important
}

.pb10 {
    padding-bottom: 10px !important
}

.pb15 {
    padding-bottom: 15px !important
}

.pb20 {
    padding-bottom: 20px !important
}

.pb25 {
    padding-bottom: 25px !important
}

.pb30 {
    padding-bottom: 30px !important
}

.pb35 {
    padding-bottom: 35px !important
}

.pb40 {
    padding-bottom: 40px !important
}

.pb50 {
    padding-bottom: 50px !important
}

.pln {
    padding-left: 0 !important
}

.pl5 {
    padding-left: 5px !important
}

.pl10 {
    padding-left: 10px !important
}

.pl15 {
    padding-left: 15px !important
}

.pl20 {
    padding-left: 20px !important
}

.pl25 {
    padding-left: 25px !important
}

.pl30 {
    padding-left: 30px !important
}

.pl35 {
    padding-left: 35px !important
}

.pl40 {
    padding-left: 40px !important
}

.pl50 {
    padding-left: 50px !important
}

.pv5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.pv8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

.pv10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.pv15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.pv20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.pv25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.pv30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.pv40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.pv50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.ph5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.ph8 {
    padding-left: 8px !important;
    padding-right: 8px !important
}

.ph10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.ph15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.ph20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.ph25 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.ph30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.ph40 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.ph50 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

@media(min-width:1140px) {
    .ptn-lg {
        padding-top: 0 !important
    }
    .prn-lg {
        padding-right: 0 !important
    }
    .pbn-lg {
        padding-bottom: 0 !important
    }
    .pln-lg {
        padding-left: 0 !important
    }
    .pt5-lg {
        padding-top: 5px !important
    }
    .pr5-lg {
        padding-right: 5px !important
    }
    .pb5-lg {
        padding-bottom: 5px !important
    }
    .pl5-lg {
        padding-left: 5px !important
    }
}

@media(min-width:992px) {
    .ptn-md {
        padding-top: 0 !important
    }
    .prn-md {
        padding-right: 0 !important
    }
    .pbn-md {
        padding-bottom: 0 !important
    }
    .pln-md {
        padding-left: 0 !important
    }
    .pt5-md {
        padding-top: 5px !important
    }
    .pr5-md {
        padding-right: 5px !important
    }
    .pb5-md {
        padding-bottom: 5px !important
    }
    .pl5-md {
        padding-left: 5px !important
    }
}

.mauto {
    margin-left: auto;
    margin-right: auto
}

.mn {
    margin: 0 !important
}

.m1 {
    margin: 1px !important
}

.m2 {
    margin: 2px !important
}

.m3 {
    margin: 3px !important
}

.m4 {
    margin: 4px !important
}

.m5 {
    margin: 5px !important
}

.m8 {
    margin: 8px !important
}

.m10 {
    margin: 10px !important
}

.m15 {
    margin: 15px !important
}

.m20 {
    margin: 20px !important
}

.m25 {
    margin: 25px !important
}

.m30 {
    margin: 30px !important
}

.m35 {
    margin: 35px !important
}

.m40 {
    margin: 40px !important
}

.m50 {
    margin: 50px !important
}

.mtn {
    margin-top: 0 !important
}

.mt5 {
    margin-top: 5px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt25 {
    margin-top: 25px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt35 {
    margin-top: 35px !important
}

.mt40 {
    margin-top: 40px !important
}

.mt50 {
    margin-top: 50px !important
}

.mt70 {
    margin-top: 70px !important
}

.mrn {
    margin-right: 0 !important
}

.mr5 {
    margin-right: 5px !important
}

.mr10 {
    margin-right: 10px !important
}

.mr15 {
    margin-right: 15px !important
}

.mr20 {
    margin-right: 20px !important
}

.mr25 {
    margin-right: 25px !important
}

.mr30 {
    margin-right: 30px !important
}

.mr35 {
    margin-right: 35px !important
}

.mr40 {
    margin-right: 40px !important
}

.mr50 {
    margin-right: 50px !important
}

.mbn {
    margin-bottom: 0 !important
}

.mb5 {
    margin-bottom: 5px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mb35 {
    margin-bottom: 35px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.mb70 {
    margin-bottom: 70px !important
}

.mln {
    margin-left: 0 !important
}

.ml5 {
    margin-left: 5px !important
}

.ml10 {
    margin-left: 10px !important
}

.ml15 {
    margin-left: 15px !important
}

.ml20 {
    margin-left: 20px !important
}

.ml25 {
    margin-left: 25px !important
}

.ml30 {
    margin-left: 30px !important
}

.ml35 {
    margin-left: 35px !important
}

.ml40 {
    margin-left: 40px !important
}

.ml50 {
    margin-left: 50px !important
}

.mv5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.mv10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.mv15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.mv20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.mv25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.mv30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.mv40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.mv50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.mv70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important
}

.mh5 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.mh10 {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.mh15 {
    margin-left: 15px !important;
    margin-right: 15px !important
}

.mh20 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.mh25 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.mh30 {
    margin-left: 30px !important;
    margin-right: 30px !important
}

.mh40 {
    margin-left: 40px !important;
    margin-right: 40px !important
}

.mh50 {
    margin-left: 50px !important;
    margin-right: 50px !important
}

.mh70 {
    margin-left: 70px !important;
    margin-right: 70px !important
}

.mtn5 {
    margin-top: -5px !important
}

.mtn10 {
    margin-top: -10px !important
}

.mtn15 {
    margin-top: -15px !important
}

.mtn20 {
    margin-top: -20px !important
}

.mtn30 {
    margin-top: -30px !important
}

.mrn5 {
    margin-right: -5px !important
}

.mrn10 {
    margin-right: -10px !important
}

.mrn15 {
    margin-right: -15px !important
}

.mrn20 {
    margin-right: -20px !important
}

.mrn30 {
    margin-right: -30px !important
}

.mbn5 {
    margin-bottom: -5px !important
}

.mbn10 {
    margin-bottom: -10px !important
}

.mbn15 {
    margin-bottom: -15px !important
}

.mbn20 {
    margin-bottom: -20px !important
}

.mbn30 {
    margin-bottom: -30px !important
}

.mln5 {
    margin-left: -5px !important
}

.mln10 {
    margin-left: -10px !important
}

.mln15 {
    margin-left: -15px !important
}

.mln20 {
    margin-left: -20px !important
}

.mln30 {
    margin-left: -30px !important
}

.mvn5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important
}

.mvn10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important
}

.mvn15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important
}

.mvn20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important
}

.mvn30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important
}

.mhn5 {
    margin-left: -5px !important;
    margin-right: -5px !important
}

.mhn10 {
    margin-left: -10px !important;
    margin-right: -10px !important
}

.mhn15 {
    margin-left: -15px !important;
    margin-right: -15px !important
}

.mhn20 {
    margin-left: -20px !important;
    margin-right: -20px !important
}

.mhn30 {
    margin-left: -30px !important;
    margin-right: -30px !important
}

.lh0 {
    line-height: 0 !important
}

.lh5 {
    line-height: 5px !important
}

.lh10 {
    line-height: 10px !important
}

.lh15 {
    line-height: 15px !important
}

.lh20 {
    line-height: 20px !important
}

.lh25 {
    line-height: 25px !important
}

.lh30 {
    line-height: 30px !important
}

.lh35 {
    line-height: 35px !important
}

.lh40 {
    line-height: 40px !important
}

.br-l-n {
    border-left: 0 !important
}

.br-r-n {
    border-right: 0 !important
}

.br-t-n {
    border-top: 0 !important
}

.br-b-n {
    border-bottom: 0 !important
}

.br-n {
    border: 0 !important
}

.br-v-n {
    border-top: 0 !important;
    border-bottom: 0 !important
}

.br-h-n {
    border-left: 0 !important;
    border-right: 0 !important
}

.br-a {
    border: 1px solid #eee !important
}

.br-l {
    border-left: 1px solid #eee !important
}

.br-r {
    border-right: 1px solid #eee !important
}

.br-t {
    border-top: 1px solid #eee !important
}

.br-b {
    border-bottom: 1px solid #eee !important
}

.br-dashed {
    border-style: dotted !important
}

.br0 {
    border-radius: 0 !important
}

.br1 {
    border-radius: 1px !important
}

.br2 {
    border-radius: 2px !important
}

.br3 {
    border-radius: 3px !important
}

.br4 {
    border-radius: 4px !important
}

.br6 {
    border-radius: 6px !important
}

.br8 {
    border-radius: 8px !important
}

.br12 {
    border-radius: 12px !important
}

.br24 {
    border-radius: 24px !important
}

.br64 {
    border-radius: 64px !important
}

.bw1 {
    border-style: solid !important;
    border-width: 1px !important
}

.bw2 {
    border-style: solid !important;
    border-width: 2px !important
}

.bw3 {
    border-style: solid !important;
    border-width: 3px !important
}

.bw4 {
    border-style: solid !important;
    border-width: 4px !important
}

.bw5 {
    border-style: solid !important;
    border-width: 5px !important
}

.bw8 {
    border-style: solid !important;
    border-width: 8px !important
}

.bw10 {
    border-style: solid !important;
    border-width: 10px !important
}

.bw15 {
    border-style: solid !important;
    border-width: 15px !important
}

.br-white {
    border-color: #fff !important
}

.br-lighter {
    border-color: #eee !important
}

.br-light {
    border-color: #e7e7e7 !important
}

.br-grey {
    border-color: #d9d9d9 !important
}

.br-greyer {
    border-color: #ccc !important
}

.br-dark {
    border-color: #3b3f4f !important
}

.br-dark-light {
    border-color: #51566c !important
}

.br-primary {
    border-color: #4a89dc !important
}

.br-primary-light {
    border-color: #75a5e4 !important
}

.br-info {
    border-color: #3bafda !important
}

.br-info-light {
    border-color: #66c1e2 !important
}

.br-success {
    border-color: #70ca63 !important
}

.br-success-light {
    border-color: #93d789 !important
}

.br-warning {
    border-color: #f6bb42 !important
}

.br-warning-light {
    border-color: #f8cd73 !important
}

.br-danger {
    border-color: #e64a31 !important
}

.br-danger-light {
    border-color: #ec725e !important
}

.br-alert {
    border-color: #967adc !important
}

.br-alert-light {
    border-color: #b6a2e7 !important
}

.br-system {
    border-color: #37bc9b !important
}

.br-system-light {
    border-color: #58ceb1 !important
}

.br-tp-top {
    border-top-color: rgba(0, 0, 0, .1)
}

.br-tp-right {
    border-right-color: rgba(0, 0, 0, .1)
}

.br-tp-left {
    border-left-color: rgba(0, 0, 0, .1)
}

.fluid-width {
    width: 100% !important
}

.mw10 {
    max-width: 10px !important
}

.mw20 {
    max-width: 20px !important
}

.mw30 {
    max-width: 30px !important
}

.mw35 {
    max-width: 35px !important
}

.mw40 {
    max-width: 40px !important
}

.mw45 {
    max-width: 45px !important
}

.mw50 {
    max-width: 50px !important
}

.mw60 {
    max-width: 60px !important
}

.mw80 {
    max-width: 80px !important
}

.mw100 {
    max-width: 100px !important
}

.mw140 {
    max-width: 140px !important
}

.mw160 {
    max-width: 160px !important
}

.mw180 {
    max-width: 180px !important
}

.mw200 {
    max-width: 200px !important
}

.mw240 {
    max-width: 240px !important
}

.mw280 {
    max-width: 280px !important
}

.mw320 {
    max-width: 320px !important
}

.mw400 {
    max-width: 400px !important
}

.mw450 {
    max-width: 450px !important
}

.mw500 {
    max-width: 500px !important
}

.mw600 {
    max-width: 600px !important
}

.mw700 {
    max-width: 700px !important
}

.mw800 {
    max-width: 800px !important
}

.mw900 {
    max-width: 900px !important
}

.mw1000 {
    max-width: 1e3px !important
}

.mw1100 {
    max-width: 1100px !important
}

.mw1200 {
    max-width: 1200px !important
}

.w20 {
    width: 20px !important
}

.w30 {
    width: 30px !important
}

.w40 {
    width: 40px !important
}

.w50 {
    width: 50px !important
}

.w75 {
    width: 75px !important
}

.w100 {
    width: 100px !important
}

.w125 {
    width: 125px !important
}

.w150 {
    width: 150px !important
}

.w175 {
    width: 175px !important
}

.w200 {
    width: 200px !important
}

.w225 {
    width: 225px !important
}

.w250 {
    width: 250px !important
}

.w275 {
    width: 275px !important
}

.w300 {
    width: 300px !important
}

.w320 {
    width: 320px !important
}

.w350 {
    width: 350px !important
}

.w375 {
    width: 375px !important
}

.w400 {
    width: 400px !important
}

.w450 {
    width: 450px !important
}

.mnw20 {
    min-width: 20px !important
}

.mnw30 {
    min-width: 30px !important
}

.mnw40 {
    min-width: 40px !important
}

.mnw50 {
    min-width: 50px !important
}

.mnw75 {
    min-width: 75px !important
}

.mnw100 {
    min-width: 100px !important
}

.mnw125 {
    min-width: 125px !important
}

.mnw150 {
    min-width: 150px !important
}

.mnw175 {
    min-width: 175px !important
}

.mnw200 {
    min-width: 200px !important
}

.mnw250 {
    min-width: 250px !important
}

.mnw300 {
    min-width: 300px !important
}

.mnw500 {
    min-width: 500px !important
}

.mnw700 {
    min-width: 700px !important
}

.mnw1000 {
    min-width: 1e3px !important
}

.minh25 {
    min-height: 25px
}

.minh50 {
    min-height: 50px
}

.minh100 {
    min-height: 100px
}

.minh150 {
    min-height: 150px
}

.minh200 {
    min-height: 200px
}

.minh300 {
    min-height: 300px
}

.minh350 {
    min-height: 350px
}

.minh400 {
    min-height: 400px
}

.minh450 {
    min-height: 450px
}

.minh500 {
    min-height: 500px
}

.minh700 {
    min-height: 700px
}

.hero-border.hero-danger {
    border-top: 4px solid transparent
}

.hero-border.hero-danger.hero-primary {
    border-top-color: #4a89dc
}

.hero-border.hero-danger.hero-success {
    border-top-color: #70ca63
}

.hero-border.hero-danger.hero-info {
    border-top-color: #3bafda
}

.hero-border.hero-danger.hero-warning {
    border-top-color: #f6bb42
}

.hero-border.hero-danger.hero-danger {
    border-top-color: #e64a31
}

.hero-border.hero-danger.hero-alert {
    border-top-color: #967adc
}

.hero-border.hero-danger.hero-system {
    border-top-color: #37bc9b
}

.hero-border.hero-danger.hero-dark {
    border-top-color: #3b3f4f
}

.row-compress {
    margin-left: -6px;
    margin-right: -6px
}

.row-compress div[class*=col-] {
    padding-left: 6px;
    padding-right: 6px
}

.center-children>div {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.navbar.navbar-fixed-top+#sidebar_left+#content_wrapper {
    padding-top: 64px
}

#sidebar_left.affix {
    position: fixed
}

#sidebar_left.affix>.sidebar-menu {
    overflow-x: hidden;
    position: absolute;
    width: 100%;
    top: 85px;
    bottom: 52px;
    transition: top .2s ease-in-out
}

#sidebar_left.affix>.email-menu+.sidebar-menu {
    overflow-x: hidden;
    position: absolute;
    width: 100%;
    top: 485px;
    bottom: 52px;
    transition: top .2s ease-in-out
}

#sidebar_left.affix:before {
    left: 0
}

body.sidebar-hidden #sidebar_left.affix:before,
body.sidebar-rtl #sidebar_left.affix:before {
    left: -250px
}

.user-info.hidden,
.user-info.hidden+.user-divider {
    display: none
}

body.usermenu-hidden .user-info,
body.usermenu-hidden .user-info+.user-divider {
    display: none
}

body.usermenu-hidden #sidebar_left.affix .user-info+.user-divider+.sidebar-menu,
body.usermenu-hidden #sidebar_left.affix .user-info+.user-divider+.menu-widget+.sidebar-menu {
    top: 0
}

#sidebar_left.affix>.menu-widget.menu-widget-open+.sidebar-menu {
    top: 250px
}

.content-topbar.affix {
    z-index: 1027;
    width: auto;
    left: 0;
    right: 0;
    margin-left: 250px;
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.content-topbar.affix+#content {
    margin-top: 70px
}

.content-topbar.affix.alt+#content,
.content-topbar.affix.fill+#content {
    margin-top: 70px
}

body.sb-l-o .content-topbar.affix {
    margin-left: 250px
}

body.sb-l-m .content-topbar.affix {
    margin-left: 60px
}

body.sb-l-c .content-topbar.affix {
    margin-left: 0
}

@media(max-width:900px) {
    body.sb-l-o .content-topbar.affix {
        width: 100%;
        margin-left: 250px
    }
    body.sb-l-m .content-topbar.affix {
        width: auto;
        margin-left: 45px
    }
    body.sb-l-c .content-topbar.affix {
        width: 100%;
        margin-left: 0
    }
}

.content-topbar.affix.hidden+#content {
    margin-top: 0
}

body.hidden-breadcrumbs .content-topbar {
    display: none
}

body.sidebar-collapsed #sidebar:before {
    width: 40px
}

body.ui-animations-page #mac_wire {
    margin-top: 2.5%;
    margin-left: 3.5%;
    position: fixed;
    max-width: 440px
}

body.ui-animations-page.svg-fill #mac_wire svg path:first-child {
    fill-opacity: 1;
    fill: #ccc;
    stroke: #999;
    stroke-width: 1px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

body.ui-animations-page.svg-fill #mac_wire svg path:last-child {
    fill-opacity: 1;
    fill: #555;
    stroke: #555;
    stroke-width: 3px;
    -webkit-transition: all ease 1s;
    transition: all ease 1s
}

body.ui-animations-page .tray-center:after {
    opacity: 0;
    position: fixed;
    content: "\f04b";
    font-family: fontawesome;
    font-size: 46px;
    color: #3bafda;
    bottom: 10px;
    padding-left: 20px;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

body.ui-animations-page.animation-running .tray-center:after {
    opacity: .75
}

body.ui-animations-page.animation-running .btn.btn-alt {
    opacity: .5
}

body.ui-animations-page.animation-running .btn.btn-alt.item-checked {
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

body.gallery-page #mix-container {
    padding: 15px;
    text-align: justify;
    font-size: .1px
}

body.gallery-page #mix-container:after {
    content: "";
    display: inline-block;
    width: 100%
}

body.gallery-page #mix-container .mix,
body.gallery-page #mix-container .gap {
    display: none;
    vertical-align: top;
    width: 23.5%;
    margin-bottom: 20px
}

body.gallery-page #mix-container .gap {
    display: inline-block
}

body.gallery-page #mix-container .mix .panel {
    margin: 0
}

body.gallery-page #mix-container .mix .panel img {
    cursor: pointer
}

body.gallery-page .fail-message {
    display: none;
    text-align: center;
    font-size: 22px;
    color: #999;
    margin-top: 50px
}

body.gallery-page .fail .fail-message {
    display: block
}

@media(max-width:1350px) {
    body.gallery-page #mix-container .mix,
    body.gallery-page #mix-container .gap {
        width: 31.5%
    }
}

@media(max-width:750px) {
    body.gallery-page #mix-container .mix,
    body.gallery-page #mix-container .gap {
        width: 48%
    }
}

body.calendar-page .fc-title-clone {
    font-size: 18px;
    text-align: center
}

body.calendar-page .tray-left .ui-datepicker {
    background: 0 0;
    margin: 0;
    border: 0
}

body.calendar-page .tray-left .ui-datepicker-header {
    display: none
}

body.calendar-page .tray-left .ui-datepicker td {
    padding: 6px 5px
}

body.calendar-page .tray-left .ui-datepicker td span,
body.calendar-page .tray-left .ui-datepicker td a {
    background: #ddd;
    padding: .5em .2em
}

body.calendar-page .tray-left #compose-event-btn {
    cursor: pointer;
    position: relative;
    top: 1px;
    padding-left: 8px;
    color: #888;
    font-size: 16px
}

body.calendar-page .tray-center .fc-toolbar .fc-center h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400
}

@media(max-width:900px) {
    body.calendar-page .fc-toolbar .fc-center {
        margin-top: 20px;
        margin-bottom: 10px
    }
}

@media(max-width:600px) {
    body.calendar-page .fc-view-container {
        margin-bottom: 30px
    }
    body.calendar-page .fc-toolbar .fc-button {
        padding: 4px 8px
    }
    body.calendar-page .fc-toolbar .fc-right {
        float: left;
        margin-left: 10px
    }
    body.calendar-page .fc-toolbar .fc-center {
        float: left;
        width: 100%
    }
    body.calendar-page .fc-toolbar .fc-center h2 {
        float: none;
        text-align: center
    }
    body.calendar-page .fc-title-clone {
        display: none
    }
    body.calendar-page #external-events {
        padding: 15px 10px 10px;
        background: #e8e8e8;
        border: 1px solid #ccc
    }
}

body.messages-page .message-menu {
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #eee
}

body.messages-page .compose-btn {
    font-weight: 600;
    margin-top: 2px;
    margin-bottom: 12px;
    padding: 11px 15px
}

body.messages-page .nav-messages li a {
    color: #aaa
}

body.messages-page .nav-messages li.active a,
body.messages-page .nav-messages li:hover a,
body.messages-page .nav-messages li:focus a {
    color: #666
}

body.messages-page .message-view {
    padding: 20px
}

body.messages-page .message-view h3.subject {
    margin-top: 0;
    font-size: 17px
}

body.messages-page .message-view hr {
    border-color: #eee
}

body.messages-page .message-reply .note-editor .note-toolbar {
    background: #fcfcfc;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 7px;
    padding-bottom: 14px
}

body.messages-page .message-reply .note-editor .note-toolbar .btn-group:first-child {
    margin-left: 0
}

body.messages-page .message-reply .note-editor .btn-default {
    padding: 5px 10px 6px
}

body.messages-page .message-reply .note-editor .note-editable {
    font-size: 14px;
    padding: 15px 10px
}

body.messages-page #message-table>tbody>tr {
    cursor: pointer
}

body.messages-page #message-table>tbody>tr.highlight>td {
    background-color: #fffef0
}

body.messages-page .quick-compose-form {
    display: none
}

body.messages-page .dockmodal-header .title-text {
    font-size: 15px
}

body.messages-page .dockmodal-body {
    padding: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

body.messages-page .dockmodal-footer {
    background-color: #f3f3f3;
    padding: 7px 10px 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

body.messages-page .dockmodal-body .quick-compose-form {
    display: block
}

body.messages-page .dockmodal-body .quick-compose-form input.form-control {
    border: 0
}

body.messages-page .dockmodal-body .quick-compose-form .note-editor .panel-heading {
    padding: 0 4px 9px;
    border-radius: 0;
    border-left: 0;
    border-right: 0
}

body.messages-page .dockmodal-body .quick-compose-form .note-editor .panel-body {
    background: #f9f9f9;
    border-left: 0;
    border-right: 0
}

body.messages-page .popped-out .dockmodal-body .quick-compose-form .note-editor .panel-body {
    background: #fff;
    border-left: 0;
    border-right: 0
}

body.messages-page .dockmodal-body .quick-compose-form .note-editor .panel-body:focus,
body.messages-page .dockmodal-body .quick-compose-form .note-editor .panel-body:active {
    background: #fff
}

body.messages-page .dockmodal-body .quick-compose-form .note-editor .note-statusbar .note-resizebar {
    display: none
}

@media(max-width:1020px) {
    body.messages-page.tray-rescale #content.table-layout .tray-center {
        padding-right: 65px !important
    }
    body.messages-page .message-tray {
        height: 175px;
        overflow: hidden;
        -webkit-transition: height .5s ease;
        transition: height .5s ease
    }
    body.messages-page .message-tray:hover {
        height: 665px
    }
}

@media(max-width:600px) {
    body.messages-page.tray-rescale #content.table-layout .tray-center {
        padding: 0 !important
    }
}

body.editors-page .panel .panel-heading {
    border-bottom-color: #ccc
}

body.external-page {
    min-height: 0;
    overflow: auto
}

body.external-page #main {
    overflow: hidden;
    background: url(../../../img/patterns/backgrounds/1.jpg) no-repeat top center #2d494d
}

body.external-page #main:before {
    display: none
}

body.external-page #canvas-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

body.external-page #content .admin-form {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 8%
}

body.external-page #content .panel {
    box-shadow: 0 1px 40px 0 rgba(0, 0, 0, .3)
}

body.external-page #content .panel-heading {
    padding: 32px 10px 15px
}

body.external-page .login-links {
    font-size: 15px;
    color: #ddd
}

body.external-page .login-links a {
    color: #ddd;
    font-weight: 300
}

body.external-page .login-links a.active {
    color: #fff;
    font-weight: 600
}

body.external-page .login-links a:hover,
body.external-page .login-links a:focus {
    color: #fff;
    text-decoration: none
}

body.external-page .coming-soon-title {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    margin-top: 70px;
    margin-bottom: 20px
}

body.external-page.external-alt #main {
    background: #f4f4f4
}

body.external-page.external-alt #content .admin-form {
    margin-top: 3.5%
}

body.external-page.external-alt #content .panel {
    box-shadow: none
}

body.external-page.external-alt #content .panel .section-divider span {
    color: #aaa
}

body.external-page.external-alt .login-links,
body.external-page.external-alt .login-links a {
    color: #999;
    font-size: 13px;
    text-align: center
}

body.external-page.external-alt .login-links a {
    color: #555;
    font-weight: 600
}

body.external-page.external-alt .login-links a.active {
    color: #4a89dc
}

body.external-page.external-alt .confirmation-header .fa-check {
    font-size: 32px;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 6px;
    margin-right: 9px;
    position: relative
}

body.external-page.external-alt .meta-links.alt {
    padding-bottom: 6px
}

body.external-page.external-alt .meta-links.alt a,
body.external-page.external-alt .meta-links.alt span {
    color: #aaa
}

body.invoice-page #invoice-info {
    margin-bottom: 15px
}

body.invoice-page .table-condensed tbody tr td:last-child {
    text-align: right;
    padding-right: 15px
}

body.invoice-page #invoice-summary {
    margin: 0
}

body.invoice-page #invoice-summary thead th:first-child {
    text-align: right;
    width: 200px;
    padding-right: 55px
}

body.invoice-page #invoice-summary thead th:last-child {
    width: 50px;
    font-weight: 400
}

body.invoice-page #invoice-summary tbody tr td {
    border-top: 0
}

body.invoice-page #invoice-summary tbody tr td:first-child {
    text-align: right;
    width: 200px;
    padding-right: 55px
}

body.invoice-page #invoice-summary tbody tr:last-child td {
    background: #fafafa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 24px;
    line-height: 24px
}

body.invoice-page .invoice-buttons {
    position: absolute;
    left: 15px;
    bottom: 10px
}

body.timeline-page #main {
    min-height: 1400px
}

body.timeline-page #content {
    padding: 8px 35px 50px
}

#timeline {
    position: relative
}

#timeline:after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    margin-left: -2px;
    height: 100%;
    content: "";
    background: #ddd
}

#timeline .timeline-divider {
    position: relative;
    margin: 10px 0 45px;
    z-index: 3
}

#timeline .timeline-divider .divider-label {
    position: relative;
    width: 110px;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    border: 1px solid #ddd;
    color: #777;
    font-weight: 600;
    background: #fff
}

#timeline .timeline-divider .divider-label:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    top: 100%;
    background: #4a89dc
}

#timeline .panel {
    position: relative;
    z-index: 11;
    overflow: visible;
    margin-bottom: 30px
}

#timeline .panel:before,
#timeline .panel:after {
    content: "";
    z-index: 2;
    position: absolute;
    top: 10px;
    left: 99.8%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #fafafa
}

#timeline .panel:after {
    z-index: 1;
    border-left-color: #666
}

#timeline .right-column .panel:before,
#timeline .right-column .panel:after {
    top: 10px;
    right: 99.8%;
    left: auto;
    border-width: 8px 12px 8px 0;
    border-color: transparent #fafafa transparent transparent
}

#timeline .right-column .panel:after {
    border-right-color: #666
}

#timeline>.row>.left-column .timeline-item {
    padding-right: 30px
}

#timeline>.row>.right-column .timeline-item {
    padding-left: 30px
}

#timeline>.row>.right-column {
    margin-top: 80px
}

@media(max-width:770px) {
    #timeline>.row>.left-column .panel {
        margin-right: 0
    }
    #timeline>.row>.right-column .panel {
        margin-left: 0
    }
    #timeline>.row .panel:before {
        display: none
    }
    #timeline>.row .panel:after {
        display: none
    }
}

#timeline .tab-content {
    min-height: 0
}

#timeline .map {
    width: 100%;
    height: 275px
}

#timeline #timeline-image-form .fileupload-preview {
    text-align: center
}

#timeline #timeline-image-form .fileupload-preview img {
    max-height: 200px
}

#timeline .timeline-icon {
    z-index: 1;
    position: absolute;
    right: -18px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #ebebeb;
    box-shadow: 0 0 0 5px #ebebeb
}

#timeline .right-column .timeline-icon {
    right: auto;
    left: -18px
}

#timeline.timeline-single {
    margin-left: 6%;
    max-width: 750px
}

#timeline.timeline-single:after {
    left: 0
}

#timeline.timeline-single>.row>.col-sm-6 {
    width: 100%;
    padding-left: 65px
}

#timeline.timeline-single>.row>.right-column {
    margin-top: 0
}

#timeline.timeline-single>.row>.right-column .timeline-item,
#timeline.timeline-single>.row>.left-column .timeline-item {
    padding-left: 0;
    padding-right: 0
}

#timeline.timeline-single .timeline-divider .divider-label {
    margin-left: -55px
}

#timeline.timeline-single .timeline-icon {
    left: -8px;
    right: auto
}

#timeline.timeline-single .panel:before,
#timeline.timeline-single .panel:after {
    right: 99.8%;
    left: auto;
    border-width: 8px 12px 8px 0;
    border-color: transparent #fafafa transparent transparent
}

#timeline.timeline-single .panel:after {
    border-right-color: #666
}

.maps-full-page,
.maps-vector-page {}

body.maps-full-page,
body.maps-vector-page {
    min-height: 0
}

.maps-full-page #content_wrapper,
.maps-vector-page #content_wrapper,
.maps-full-page #content,
.maps-vector-page #content {
    height: calc(100vh + 15px)
}

.maps-full-page .expanding-header,
.maps-vector-page .expanding-header {
    overflow: hidden;
    z-index: 999;
    position: absolute;
    top: 20px;
    left: 30px;
    width: 550px;
    height: 43px;
    background: rgba(0, 0, 0, .5);
    border-radius: 2px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.maps-full-page .expanding-header.collapsed,
.maps-vector-page .expanding-header.collapsed {
    width: 48px;
    overflow: hidden
}

.maps-full-page .expanding-header .map-header-icon,
.maps-vector-page .expanding-header .map-header-icon {
    cursor: pointer;
    width: 47px;
    padding: 10px 13px;
    color: #fff;
    font-size: 22px;
    float: left;
    margin-right: 10px
}

.maps-full-page .expanding-header .flag-sm,
.maps-vector-page .expanding-header .flag-sm {
    cursor: pointer
}

.maps-full-page .expanding-header input.form-control,
.maps-vector-page .expanding-header input.form-control {
    min-width: 250px
}

@media(max-width:800px) {
    .maps-full-page .expanding-header,
    .maps-vector-page .expanding-header {
        display: none
    }
}

.maps-full-page .expanding-header {
    top: 60px;
    left: 60px
}

body.profile-page #content .tab-block .nav-tabs>li>a {
    padding: 9px 35px
}

body.error-page #main:before {
    background: #f5f5f5
}

body.error-page #return-arrow {
    top: 75px;
    padding-top: 0
}

body.error-page .error-title {
    font-size: 140px;
    font-weight: 800;
    color: #4a89dc;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 20px;
    line-height: 120px
}

body.error-page .error-subtitle {
    font-weight: 400;
    text-align: center;
    font-size: 40px;
    color: #aaa;
    margin-bottom: 80px
}

body.error-page .mid-section {
    position: relative;
    width: 100%;
    height: 215px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

body.error-page .mid-content {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
    padding: 50px 20px 35px
}

body.error-page .mid-content input {
    color: #aaa;
    height: 55px;
    border-radius: 1px;
    padding: 10px 20px;
    border: 0;
    font-size: 16px;
    border: 1px solid #eee;
    border-left: 5px solid #4a89dc;
    background: #fbfbfb
}

body.error-page .error-page.alt .error-title {
    padding-top: 110px
}

body.error-page #search-widget {
    background: #f1f1f1
}

body.error-page .error-icon {
    font-size: 80px;
    position: relative;
    top: -10px
}

body.error-page .error-text {
    font-size: 120px;
    text-align: center;
    text-shadow: 0 2px #fff;
    color: #888;
    width: 100%
}

.ecommerce-page {}

.ecommerce-page .fileupload .thumbnail {
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.ecommerce-page .fileupload .thumbnail:empty {
    min-height: 150px;
    -webkit-transition: all 0s ease;
    transition: all 0s ease
}

.ecommerce-page .fileupload .thumbnail:empty:before {
    content: "";
    position: absolute;
    display: block;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    z-index: 0;
    background-color: #eee
}

.ecommerce-page .admin-form select option {
    color: #000 !important
}

.ecommerce-page .empty {
    color: #bbb !important
}

.ecommerce-page input.bg-light+.bootstrap-tagsinput,
.ecommerce-page input.bg-light+.bootstrap-tagsinput .tag:hover,
.ecommerce-page input.bg-light+.bootstrap-tagsinput .tag:focus {
    background-color: #fafafa
}

.search-results-page .search-result {
    font-size: 16px
}

.search-results-page .search-result+.search-result {
    margin-top: 31px;
    padding-top: 20px;
    border-top: 1px dashed #ddd
}

.search-results-page .search-result h3,
.search-results-page .search-result>a {
    display: block;
    margin-bottom: 5px
}

.search-results-page ul.result-meta {
    list-style: none;
    padding-left: 0;
    margin-left: -5px;
    margin-bottom: 5px
}

.search-results-page ul.result-meta>li {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.search-results-page ul.result-meta>li+li {
    padding-left: 12px
}

.search-results-page ul.result-meta>li+li:after {
    content: "-";
    position: absolute;
    top: 0;
    left: 0
}

.search-results-page ul.result-meta>li>a {
    color: #999
}

#session-timeout-dialog .modal-dialog {
    width: 102%;
    height: 100%;
    background: rgba(255, 255, 255, .93);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15%;
    text-align: center;
    border-radius: 1px
}

#session-timeout-dialog .modal-content {
    background: 0 0;
    box-shadow: none;
    border: 1px solid #ddd;
    width: 600px;
    margin: 0 auto
}

#session-timeout-dialog .modal-header {
    background-color: #f6f6f6
}

#session-timeout-dialog .modal-body {
    padding: 30px 20px;
    font-size: 16px;
    background-color: #fff
}

#session-timeout-dialog .modal-footer {
    text-align: center;
    background-color: #f6f6f6
}

body,
#main {
    min-height: 1400px
}

.ajax-loading {
    overflow-y: scroll
}

#sidebar_left .sidebar-proj,
#sidebar_left .sidebar-stat {
    display: none
}

.author-widget-hidden .author-widget.sidebar-widget,
.search-widget-hidden .search-widget.sidebar-widget {
    display: none
}

.tray-demo-styles {
    padding: 20px 25px;
    min-height: 1250px;
    background: #e7e7e7;
    border: 1px dashed #d1d1d1
}

#skin-toolbox {
    width: 560px
}

#skin-toolbox.panel {
    border-top-color: transparent
}

#skin-toolbox.panel .panel-tray-left,
#skin-toolbox.panel .panel-tray-right {
    display: table-cell !important;
    height: 260px;
    padding: 15px
}

#skin-toolbox.panel .panel-tray-left {
    width: 195px
}

#skin-toolbox.panel .panel-tray-left .nav {
    font-size: 15px
}

#skin-toolbox.panel .panel-tray-right {
    padding: 20px 15px 15px 27px
}

#skin-toolbox.panel .panel-tray-right label .text-muted {
    color: #888 !important
}

#skin-toolbox .tab-content .checkbox-custom,
#skin-toolbox .tab-content .radio-custom {
    padding: 3px 1px 4px
}

#skin-toolbox #toolbox-header-skin .checkbox-custom {
    float: left;
    width: 50%
}

#skin-toolbox #toolbox-sidebar-skin .checkbox-custom {
    float: left;
    width: 36%
}

#skin-toolbox #toolbox-sidebar-skin .checkbox-custom:first-child {
    width: 30%
}

#skin-toolbox #toolbox-sidebar-skin .checkbox-custom:last-child {
    width: 30%
}

#skin-toolbox-btn {
    z-index: 9999;
    cursor: pointer;
    position: fixed;
    top: 85px;
    right: -5px;
    width: auto
}

#skin-toolbox-btn div {
    line-height: 0;
    padding: 8px 11px
}

#skin-toolbox-btn .fa {
    font-size: 20px
}

#return-arrow {
    color: #555;
    opacity: .7;
    z-index: 1050;
    position: fixed;
    cursor: pointer;
    display: block;
    padding-top: 15px;
    padding-left: 15px
}

#return-arrow:hover {
    opacity: 1
}

#return-arrow i.fa {
    float: left;
    padding-top: 2px
}

#return-arrow span {
    float: left;
    padding-left: 15px;
    padding-top: 0;
    font-size: 16px
}

#dock-content>div {
    display: none
}

#dock-content>div.active-content {
    display: block
}

#dock-content .active-content .modal-placeholder {
    position: relative;
    visibility: visible;
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 20px
}

#dock-content .active-content .modal-placeholder:before {
    content: "It's been sent to AdminDock!"
}

#dock-content .active-content .modal-placeholder:after {
    content: "\f0a7";
    font-family: fontawesome;
    font-size: 30px;
    position: relative;
    top: 3px;
    padding-left: 20px;
    color: #999
}

body.timeline-page .panel-clone {
    display: none
}

.icon-demo-list {
    font-size: 12px;
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden
}

.icon-demo-list li {
    float: left;
    width: 20%;
    height: 100px;
    padding: 5px;
    line-height: 1.4;
    text-align: center
}

.icon-demo-list li span {
    display: block;
    margin: 5px auto 15px;
    font-size: 24px
}

.icon-demo-list li:hover {
    color: #4a89dc
}

.iconsweets-list li span {
    font-size: 32px
}

.stateface-list li span {
    font-size: 36px
}

.bs-component {
    position: relative
}

#source-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    font-weight: 600
}

#source-modal {}

#source-modal .modal-header {
    background-color: #fafafa
}

#source-modal .btn-clipboard {
    letter-spacing: .5px
}

#source-modal .hljs {
    padding: 10px 13px
}

.hljs {
    display: block;
    overflow-x: auto;
    padding: .5em;
    color: #333;
    background: #f8f8f8;
    -webkit-text-size-adjust: none
}

.diff .hljs-header,
.hljs-comment,
.hljs-javadoc,
.hljs-template_comment {
    color: #998;
    font-style: italic
}

.css .rule .hljs-keyword,
.hljs-keyword,
.hljs-request,
.hljs-status,
.hljs-subst,
.hljs-winutils,
.javascript .hljs-title,
.nginx .hljs-title {
    color: #333;
    font-weight: 700
}

.hljs-hexcolor,
.hljs-number,
.ruby .hljs-constant {
    color: teal
}

.hljs-dartdoc,
.hljs-phpdoc,
.hljs-string,
.hljs-tag .hljs-value,
.tex .hljs-formula {
    color: #d14
}

.hljs-id,
.hljs-title,
.scss .hljs-preprocessor {
    color: #900;
    font-weight: 700
}

.hljs-list .hljs-keyword,
.hljs-subst,
.javascript .hljs-title {
    font-weight: 400
}

.hljs-class .hljs-title,
.hljs-type,
.tex .hljs-command,
.vhdl .hljs-literal {
    color: #458;
    font-weight: 700
}

.django .hljs-tag .hljs-keyword,
.hljs-rules .hljs-property,
.hljs-tag,
.hljs-tag .hljs-title {
    color: navy;
    font-weight: 400
}

.hljs-attribute,
.hljs-variable,
.lisp .hljs-body {
    color: teal
}

.hljs-regexp {
    color: #009926
}

.clojure .hljs-keyword,
.hljs-prompt,
.hljs-symbol,
.lisp .hljs-keyword,
.ruby .hljs-symbol .hljs-string,
.scheme .hljs-keyword,
.tex .hljs-special {
    color: #990073
}

.hljs-built_in {
    color: #0086b3
}

.hljs-cdata,
.hljs-doctype,
.hljs-pi,
.hljs-pragma,
.hljs-preprocessor,
.hljs-shebang {
    color: #999;
    font-weight: 700
}

.hljs-deletion {
    background: #fdd
}

.hljs-addition {
    background: #dfd
}

.diff .hljs-change {
    background: #0086b3
}

.hljs-chunk {
    color: #aaa
}

.alert {
    color: #fff;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.alert .close {
    color: #666
}

.alert .close:hover {
    color: #666
}

.alert hr {
    border-top-color: rgba(0, 0, 0, .1)
}

.alert .alert-link {
    color: #fff
}

.alert.alert-micro,
.alert.alert-sm {
    font-size: 13px;
    padding: 9px 35px 9px 9px;
    border-radius: 0
}

.alert.alert-sm {
    padding: 12px 35px 12px 12px
}

.alert.alert-border {
    border: 1px solid transparent
}

.alert.alert-border-right {
    border-right-width: 6px
}

.alert.alert-border-top {
    border-top-width: 3px
}

.alert.alert-border-bottom {
    border-bottom-width: 3px
}

.alert.alert-border-left {
    padding-left: 15px;
    border-left-width: 6px
}

.alert-dismissable .close,
.alert-dismissible .close {
    color: #fff;
    opacity: .3
}

.alert-dismissable .close:hover,
.alert-dismissible .close:hover {
    color: #fff;
    opacity: 1
}

.btn {
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .12) rgba(0, 0, 0, .15)
}

.btn:hover,
.btn:focus {
    outline: 0 !important
}

.btn:active,
.btn.active,
.open>.dropdown-toggle.btn {
    outline: 0 !important;
    border-color: rgba(0, 0, 0, .2) rgba(0, 0, 0, .15) rgba(0, 0, 0, .18) !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !important
}

.btn.btn-rounded {
    border-radius: 20px
}

.btn-gradient {
    background-repeat: repeat-x;
    text-shadow: 0 -1px rgba(0, 0, 0, .4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
    border-color: rgba(0, 0, 0, .07) rgba(0, 0, 0, .16) rgba(0, 0, 0, .18);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0)
}

.btn-gradient.btn-default {
    background-repeat: repeat-x;
    text-shadow: 0 -1px rgba(255, 255, 255, .4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
    border-color: rgba(0, 0, 0, .08) rgba(0, 0, 0, .14) rgba(0, 0, 0, .18);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0)
}

.active-contextual .btn.active {
    color: #fff;
    background-color: #e85a43;
    box-shadow: none !important;
    background-image: none !important
}

.active-contextual .btn.active.active,
.active-contextual .btn.active:active,
.active-contextual .btn.active:focus,
.active-contextual .btn.active:hover,
.open>.dropdown-toggle.active-contextual .btn.active {
    color: #fff;
    background-color: #e4381d
}

.active-contextual .btn.active .badge {
    color: #e85a43;
    background-color: #fff
}

.active-contextual .btn.active.light {
    background-color: #ec725e
}

.active-contextual .btn.active.light.active,
.active-contextual .btn.active.light:active,
.active-contextual .btn.active.light:focus,
.active-contextual .btn.active.light:hover,
.open>.dropdown-toggle.active-contextual .btn.active.light {
    background-color: #e54228
}

.active-contextual .btn.active.dark {
    background-color: #e54228
}

.active-contextual .btn.active.dark.active,
.active-contextual .btn.active.dark:active,
.active-contextual .btn.active.dark:focus,
.active-contextual .btn.active.dark:hover,
.open>.dropdown-toggle.active-contextual .btn.active.dark {
    background-color: #d4341a
}

.active-contextual .btn-alt.active {
    color: #fff;
    background-color: #e85a43;
    box-shadow: none !important;
    background-image: none !important
}

.active-contextual .btn-alt.active.active,
.active-contextual .btn-alt.active:active,
.active-contextual .btn-alt.active:focus,
.active-contextual .btn-alt.active:hover,
.open>.dropdown-toggle.active-contextual .btn-alt.active {
    color: #fff;
    background-color: #e4381d
}

.active-contextual .btn-alt.active .badge {
    color: #e85a43;
    background-color: #fff
}

.active-contextual .btn-alt.active.light {
    background-color: #ec725e
}

.active-contextual .btn-alt.active.light.active,
.active-contextual .btn-alt.active.light:active,
.active-contextual .btn-alt.active.light:focus,
.active-contextual .btn-alt.active.light:hover,
.open>.dropdown-toggle.active-contextual .btn-alt.active.light {
    background-color: #e54228
}

.active-contextual .btn-alt.active.dark {
    background-color: #e54228
}

.active-contextual .btn-alt.active.dark.active,
.active-contextual .btn-alt.active.dark:active,
.active-contextual .btn-alt.active.dark:focus,
.active-contextual .btn-alt.active.dark:hover,
.open>.dropdown-toggle.active-contextual .btn-alt.active.dark {
    background-color: #d4341a
}

.btn-link {
    cursor: pointer
}

.btn.btn-alt {
    position: relative;
    margin: 8px 2px;
    padding: 7px 12px;
    color: #999;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    background-color: #fbfbfb;
    border-radius: 1px;
    border: 1px solid #eee;
    border-left: 4px solid #eee;
    transition: opacity .1s ease;
    text-align: left
}

.btn.btn-alt:focus,
.btn.btn-alt:hover,
.btn.btn-alt.active,
.btn.btn-alt.item-active {
    color: #666;
    background-color: #fefefe
}

.btn.btn-alt.btn-alt-lg {
    color: #555;
    font-weight: 600;
    text-align: center;
    padding: 9px 12px;
    font-size: 15px;
    line-height: 1.49;
    border-left-width: 5px
}

.btn.btn-alt.btn-gradient {
    border-left: 4px solid #ddd;
    background-color: #f0f0f0;
    text-shadow: 0 -1px rgba(255, 255, 255, .4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
    border-color: rgba(0, 0, 0, .07) rgba(0, 0, 0, .08) rgba(0, 0, 0, .14);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0)
}

.btn.btn-alt.btn-gradient:hover,
.btn.btn-alt.btn-gradient:focus {
    background-color: #eee
}

.btn.btn-alt.item-checked {
    opacity: 1;
    color: #666;
    border-left-color: #70ca63 !important;
    transition: all .2s ease
}

.holder-style {
    display: block;
    padding: 9px 16px;
    color: #aaa;
    border: 0;
    background-color: #f1f1f1;
    outline: 2px solid #d9d9d9;
    transition: all .2s ease
}

.holder-style:hover,
.holder-style:focus {
    cursor: pointer;
    color: #777;
    outline: 2px solid #aaa;
    border: 0;
    text-decoration: none
}

.holder-style.holder-active {
    background-color: #fff;
    outline-color: #70ca63
}

.holder-style .holder-icon {
    color: #aaa;
    font-size: 30px;
    padding-bottom: 10px
}

.holder-style:hover .holder-icon,
.holder-style:focus .holder-icon,
.holder-style.holder-active .holder-icon {
    color: #70ca63
}

.btn-dimmer.btn,
.btn-dimmer .btn {
    opacity: .65
}

.btn-dimmer.btn:hover,
.btn-dimmer .btn:hover,
.btn-dimmer.btn.item-active,
.btn-dimmer .btn.item-active {
    opacity: 1
}

.btn-group>.btn+.dropdown-toggle {
    border-left: 1px solid rgba(0, 0, 0, .12)
}

.btn-group.btn-group-justified>.btn {
    border-radius: 0
}

.fade {
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease
}

.dropdown-menu>li>a {
    padding: 5px 15px
}

.dropdown-menu.dropdown-sm {
    min-width: 120px
}

.dropdown-menu.dropdown-sm li {
    margin-bottom: 0
}

.dropdown-menu.dropdown-sm li a {
    font-size: 13px;
    padding: 2px 12px
}

.caret.caret-tp {
    border-top-color: rgba(0, 0, 0, .2)
}

.caret.caret-xs {
    border-width: 2px
}

.caret.caret-sm {
    border-width: 3px
}

.caret.caret-lg {
    border-width: 5px
}

label {
    font-weight: 600
}

.form-control {
    box-shadow: none
}

.input-lg {
    font-size: 15px;
    border-radius: 1px
}

.input-lg.input-group-addon {
    font-size: 15px;
    border-radius: 1px
}

textarea.form-control {
    resize: vertical
}

textarea.textarea-grow {
    height: 42px;
    resize: none
}

textarea.textarea-grow:focus {
    height: auto;
    resize: vertical
}

.checkbox,
.radio {
    min-height: 20px
}

.has-primary.radio label,
.has-primary.checkbox label,
.has-primary.checkbox-inline label,
.has-primary.radio-inline label,
.has-primary .checkbox,
.has-primary .checkbox-inline,
.has-primary .control-label,
.has-primary .help-block,
.has-primary .radio,
.has-primary .radio-inline {
    color: #4a89dc
}

.has-primary .form-control {
    border-color: #75a5e4;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-primary .form-control:focus {
    border-color: #276ecc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #9fc1ed;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #9fc1ed
}

.has-primary .input-group-addon {
    color: #1f57a1;
    border-color: #4a89dc;
    background-color: #caddf5
}

.has-primary .form-control-feedback {
    color: #4a89dc
}

.has-info.radio label,
.has-info.checkbox label,
.has-info.checkbox-inline label,
.has-info.radio-inline label,
.has-info .checkbox,
.has-info .checkbox-inline,
.has-info .control-label,
.has-info .help-block,
.has-info .radio,
.has-info .radio-inline {
    color: #3bafda
}

.has-info .form-control {
    border-color: #66c1e2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-info .form-control:focus {
    border-color: #2494be;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #91d2ea;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #91d2ea
}

.has-info .input-group-addon {
    color: #1c7393;
    border-color: #3bafda;
    background-color: #bce4f2
}

.has-info .form-control-feedback {
    color: #3bafda
}

.has-alert.radio label,
.has-alert.checkbox label,
.has-alert.checkbox-inline label,
.has-alert.radio-inline label,
.has-alert .checkbox,
.has-alert .checkbox-inline,
.has-alert .control-label,
.has-alert .help-block,
.has-alert .radio,
.has-alert .radio-inline {
    color: #967adc
}

.has-alert .form-control {
    border-color: #b6a2e7;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-alert .form-control:focus {
    border-color: #7652d1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #d6cbf1;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #d6cbf1
}

.has-alert .input-group-addon {
    color: #542fb2;
    border-color: #967adc;
    background-color: #ece7f9
}

.has-alert .form-control-feedback {
    color: #967adc
}

.has-system.radio label,
.has-system.checkbox label,
.has-system.checkbox-inline label,
.has-system.radio-inline label,
.has-system .checkbox,
.has-system .checkbox-inline,
.has-system .control-label,
.has-system .help-block,
.has-system .radio,
.has-system .radio-inline {
    color: #37bc9b
}

.has-system .form-control {
    border-color: #58ceb1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-system .form-control:focus {
    border-color: #2b957a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #7fdac3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025), 0 0 3px #7fdac3
}

.has-system .input-group-addon {
    color: #206d5a;
    border-color: #37bc9b;
    background-color: #a7e5d6
}

.has-system .form-control-feedback {
    color: #37bc9b
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0
}

.form-bordered .form-group {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 18px;
    margin-bottom: 18px
}

.form-bordered .form-group:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.append-icon {
    position: absolute;
    left: 23px;
    top: 8px;
    font-size: 14px
}

.append-icon.right {
    left: auto;
    right: 23px
}

.append-icon+input.form-control {
    padding-right: 40px
}

.input-group-addon {
    color: #e64a31
}

.input-group.input-hero {
    display: block
}

.input-group.input-hero .form-control {
    padding: 14px 25px;
    height: 60px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    font-size: 16px;
    border-radius: 3px
}

.input-group.input-hero .input-group-addon {
    position: absolute;
    top: 10px;
    left: 13px;
    border: 0;
    background: 0 0;
    z-index: 3;
    font-size: 18px
}

.input-group.input-hero .input-group-addon+input.form-control {
    border-left: 3px solid #e64a31;
    display: block;
    float: none;
    padding-left: 60px;
    z-index: 0 !important
}

.input-group.input-hero.input-hero-sm {
    height: 54px;
    background: #fff
}

.input-group.input-hero.input-hero-sm .form-control {
    height: 54px;
    background: #fff
}

.input-group.input-hero.input-hero-sm .input-group-addon {
    top: 8px;
    left: 10px
}

.input-group.input-hero.input-hero-sm .input-group-addon+input.form-control {
    padding-left: 54px
}

.bootstrap-maxlength {
    opacity: .6;
    padding: 0 15px;
    border-radius: 0
}

.bootstrap-maxlength.maxlength-right {
    padding: 7px 12px;
    margin-top: -8px;
    margin-left: 7px
}

@media(min-width:1400px) {
    .container {
        width: 1302px
    }
}

.container-sm {
    max-width: 640px
}

.container-md {
    max-width: 860px
}

.container-lg {
    max-width: 1e3px
}

.container-xl {
    max-width: 1200px
}

@media(min-width:1400px) {
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        float: left
    }
    .col-xl-12 {
        width: 100%
    }
    .col-xl-11 {
        width: 91.66666667%
    }
    .col-xl-10 {
        width: 83.33333333%
    }
    .col-xl-9 {
        width: 75%
    }
    .col-xl-8 {
        width: 66.66666667%
    }
    .col-xl-7 {
        width: 58.33333333%
    }
    .col-xl-6 {
        width: 50%
    }
    .col-xl-5 {
        width: 41.66666667%
    }
    .col-xl-4 {
        width: 33.33333333%
    }
    .col-xl-3 {
        width: 25%
    }
    .col-xl-2 {
        width: 16.66666667%
    }
    .col-xl-1 {
        width: 8.33333333%
    }
    .col-xl-pull-12 {
        right: 100%
    }
    .col-xl-pull-11 {
        right: 91.66666667%
    }
    .col-xl-pull-10 {
        right: 83.33333333%
    }
    .col-xl-pull-9 {
        right: 75%
    }
    .col-xl-pull-8 {
        right: 66.66666667%
    }
    .col-xl-pull-7 {
        right: 58.33333333%
    }
    .col-xl-pull-6 {
        right: 50%
    }
    .col-xl-pull-5 {
        right: 41.66666667%
    }
    .col-xl-pull-4 {
        right: 33.33333333%
    }
    .col-xl-pull-3 {
        right: 25%
    }
    .col-xl-pull-2 {
        right: 16.66666667%
    }
    .col-xl-pull-1 {
        right: 8.33333333%
    }
    .col-xl-pull-0 {
        right: auto
    }
    .col-xl-push-12 {
        left: 100%
    }
    .col-xl-push-11 {
        left: 91.66666667%
    }
    .col-xl-push-10 {
        left: 83.33333333%
    }
    .col-xl-push-9 {
        left: 75%
    }
    .col-xl-push-8 {
        left: 66.66666667%
    }
    .col-xl-push-7 {
        left: 58.33333333%
    }
    .col-xl-push-6 {
        left: 50%
    }
    .col-xl-push-5 {
        left: 41.66666667%
    }
    .col-xl-push-4 {
        left: 33.33333333%
    }
    .col-xl-push-3 {
        left: 25%
    }
    .col-xl-push-2 {
        left: 16.66666667%
    }
    .col-xl-push-1 {
        left: 8.33333333%
    }
    .col-xl-push-0 {
        left: auto
    }
    .col-xl-offset-12 {
        margin-left: 100%
    }
    .col-xl-offset-11 {
        margin-left: 91.66666667%
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333%
    }
    .col-xl-offset-9 {
        margin-left: 75%
    }
    .col-xl-offset-8 {
        margin-left: 66.66666667%
    }
    .col-xl-offset-7 {
        margin-left: 58.33333333%
    }
    .col-xl-offset-6 {
        margin-left: 50%
    }
    .col-xl-offset-5 {
        margin-left: 41.66666667%
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333%
    }
    .col-xl-offset-3 {
        margin-left: 25%
    }
    .col-xl-offset-2 {
        margin-left: 16.66666667%
    }
    .col-xl-offset-1 {
        margin-left: 8.33333333%
    }
    .col-xl-offset-0 {
        margin-left: 0%
    }
}

.input-group-addon {
    min-width: 40px;
    border-radius: 2px
}

.label {
    border-radius: .2em;
    padding: .2em .7em .4em;
    font-size: 85%;
    font-weight: 600;
    line-height: 24px
}

.label.label-sm {
    padding: .15em .5em .2em;
    font-size: 80%
}

.label.label-lg {
    padding: .5em .9em;
    font-size: 100%
}

.label.label-xl {
    padding: .65em 1.05em;
    font-size: 115%
}

.label.label-rounded {
    padding: .2em .85em .3em;
    border-radius: 1em
}

.label.label-rounded.label-xs {
    padding: 0 .35em .1em
}

.label.label-rounded.label-sm {
    padding: .1em .65em .2em
}

.label.label-rounded.label-lg {
    padding: .4em .9em .5em
}

.badge {
    padding: 3px 7px;
    font-size: 13px;
    font-weight: 600
}

.list-group li .list-group-item {
    padding: 12px 15px;
    background-color: #f4f4f4;
    border-color: #ddd
}

.list-group li.active a.list-group-item {
    z-index: 2;
    color: #fff;
    background-color: #e64a31;
    border-color: #e64a31
}

.list-group li.active a.list-group-item:focus,
.list-group li.active a.list-group-item:hover {
    color: #fff;
    background-color: #e64a31;
    border-color: #e64a31
}

.list-group.list-group-links .list-group-header {
    list-style: none;
    font-size: 15px;
    font-weight: 600;
    padding-left: 7px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5
}

.list-group.list-group-links .list-group-item {
    color: #888;
    font-weight: 600;
    padding: 8px 9px;
    border: 0;
    background: 0 0
}

.list-group.list-group-links .list-group-item .label {
    float: right;
    line-height: inherit;
    padding: .1em .6em .2em
}

.list-group.list-group-links .list-group-item i.fa {
    padding-right: 5px
}

.list-group.list-group-links .list-group-item .fa-circle {
    float: right;
    font-size: 14px
}

.list-group.list-group-links .list-group-divider {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 6px;
    margin-bottom: 6px
}

.list-group.list-group-links.list-group-spacing-sm>a {
    padding: 6px 9px
}

.list-group.list-group-links.list-group-spacing-xs>a {
    padding: 4px 9px
}

.media {
    color: #666;
    display: table;
    table-layout: fixed
}

.media-heading {
    color: #333
}

.media a,
.media-links,
.media-author,
.media-heading {
    font-weight: 600
}

.modal.in .modal-dialog {
    z-index: 1050
}

.modal-backdrop {
    z-index: 1040
}

.modal-footer {
    padding: 10px;
    background: #f2f2f2
}

.navbar-form.navbar-right:last-child {
    margin-right: -11px
}

.navbar-btn {
    margin-top: 15px;
    margin-bottom: 15px
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    border-color: #ccc
}

.nav-pills>li>a {
    color: #888;
    padding: 8px 14px
}

.nav-pills>li+li {
    margin-left: 7px
}

.nav-pills.nav-stacked>li+li {
    margin-top: 5px;
    margin-left: 0
}

.nav-pills.nav-pills-sm>li>a {
    font-size: 12px;
    padding: 4px 8px
}

.nav-pills.nav-pills-lg>li>a {
    font-size: 14px;
    padding: 12px 18px
}

#content_wrapper>.content-header {
    position: relative;
    margin: 0;
    padding: 25px 40px 26px;
    text-align: left;
    border-bottom: 1px solid #d9d9d9;
    background-color: #f2f2f2
}

#content_wrapper>.content-header h1,
#content_wrapper>.content-header h2,
#content_wrapper>.content-header h3,
#content_wrapper>.content-header h4,
#content_wrapper>.content-header h5,
#content_wrapper>.content-header h6 {
    line-height: 20px;
    margin-top: 5px
}

.content-tabs {
    padding: 15px 25px 0;
    border-bottom: 1px solid #ccc;
    background-color: #e3e3e3
}

.content-tabs .nav-tabs {
    border-bottom: 0
}

.content-tabs .nav-tabs>li>a {
    color: #999;
    padding: 10px 20px
}

.content-tabs .nav-tabs>li>a:focus,
.content-tabs .nav-tabs>li>a:active,
.content-tabs .nav-tabs>li>a:hover {
    border-color: #ccc
}

.content-tabs .nav-tabs>li.active>a,
.content-tabs .nav-tabs>li.active>a:focus,
.content-tabs .nav-tabs>li.active>a:hover {
    color: #444;
    font-weight: 600;
    border: 1px solid #ccc;
    border-bottom-color: transparent;
    background-color: #ebebeb
}

@media(max-width:800px) {
    .content-tabs {
        padding: 25px 20px 0
    }
    .content-tabs .nav-tabs li {
        float: none;
        margin-bottom: 5px
    }
    .content-tabs .nav-tabs li.active:last-child,
    .content-tabs .nav-tabs li:last-child {
        margin-bottom: 10px
    }
    .content-tabs .nav-tabs>li>a:focus,
    .content-tabs .nav-tabs>li>a:hover {
        border: 1px solid #ccc
    }
    .content-tabs .nav-tabs>li.active>a,
    .content-tabs .nav-tabs>li.active>a:focus,
    .content-tabs .nav-tabs>li.active>a:hover {
        border-bottom-color: #ccc
    }
}

.nav-list {
    margin-bottom: 20px
}

.nav-list li {
    display: inline-block
}

.nav-list li.active a {
    color: #444;
    border-bottom: 3px solid #4a89dc
}

.nav-list li a {
    color: #aaa;
    font-weight: 600;
    border-bottom: 3px solid transparent
}

.nav-list li a:focus,
.nav-list li a:hover {
    color: #444;
    background-color: transparent
}

.nav-list.nav-list-sm li a {
    padding: 10px 8px
}

.panel {
    position: relative;
    margin-bottom: 20px;
    border: 0;
    border-radius: 2px;
    border-top: 4px solid transparent;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05)
}

.panel.panel-body {
    padding: 0;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    background-color: #fff
}

.panel.panel-transparent {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none
}

.panel.panel-transparent>div {
    border-top: 0;
    border-bottom: 0
}

.panel.panel-stack {
    margin-top: -4px
}

.panel-border {
    border-width: 0;
    border-style: solid;
    border-color: transparent
}

.panel-border.border-left {
    border-left-width: 4px
}

.panel-border.border-right {
    border-right-width: 4px
}

.panel-border.border-bottom {
    border-bottom-width: 4px
}

.panel-border.border-top {
    border-top-width: 4px
}

.panel-border.border-top>:first-child {
    border-top-color: #ced4da
}

.panel-border.panel-default {
    border-color: #d7d7d7
}

.panel-border.panel-default>:first-child {
    border-top-color: transparent
}

.panel-border.panel-unstyled {
    border-color: #ebebeb
}

.panel-menu {
    background-color: #fafafa;
    padding: 12px;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da
}

.panel-menu.dark {
    background-color: #f8f8f8
}

.panel-body .panel-menu {
    border-left: 0;
    border-right: 0
}

.panel-body {
    position: relative;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    background-color: #fff
}

.panel-heading {
    position: relative;
    background: #f7f7f7;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 0;
    padding: 0 12px;
    height: 56px;
    line-height: 52px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .2px;
    border-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.panel-heading .widget-menu .btn-group {
    margin-top: -3px
}

.panel-heading .widget-menu .form-control {
    margin-top: 6px;
    font-size: 11px;
    height: 27px;
    padding: 2px 10px;
    border-radius: 1px
}

.panel-heading .widget-menu .form-control.input-sm {
    margin-top: 9px;
    height: 22px
}

.panel-heading .widget-menu .progress {
    margin-top: 11px;
    margin-bottom: 0
}

.panel-heading .widget-menu .progress-bar-lg {
    margin-top: 10px
}

.panel-heading .widget-menu .progress-bar-sm {
    margin-top: 15px
}

.panel-heading .widget-menu .progress-bar-xs {
    margin-top: 17px
}

.panel-icon {
    padding-left: 5px
}

.panel-title {
    color: #555;
    padding-left: 6px;
    font-size: 15px;
    font-weight: 600
}

.panel-title>.glyphicon,
.panel-title>.glyphicons,
.panel-title>.imoon,
.panel-title>.fa {
    top: 2px;
    min-width: 22px;
    color: inherit;
    font-size: 14px
}

.panel-footer {
    border-top: 0;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da
}

.panel .list-group {
    margin-top: -1px;
    margin-bottom: 0
}

.panel .list-group .list-group-item {
    border-width: 1px !important
}

.panel .list-group li {
    border-radius: 0
}

.panel .list-group li a span.fa {
    font-size: 16px;
    padding-right: 10px;
    min-width: 25px
}

.panel .list-group li.list-group-item {
    padding: 13px 15px;
    border-width: 1px !important;
    border-left-color: #ced4da;
    border-right-color: #ced4da
}

.panel .list-group li.list-group-item>a {
    padding: 0
}

.panel .list-group li>a.list-group-item {
    border-radius: 0
}

.panel>.table {
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da
}

.panel>:first-child {
    border-top: 1px solid #ced4da
}

.panel>div+div,
.panel>div+.table,
.panel>.table+div,
.panel>.table+.table {
    border-top: 1px solid #ced4da
}

.panel>:last-child {
    border-bottom: 1px solid #bfc7cf
}

.panel>.panel-heading.fill+div,
.panel>.panel-heading.fill+.table {
    border-top: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel-title {
    padding-left: 0
}

.panel-group .panel-heading,
.panel-group .panel-heading a {
    position: relative;
    display: block;
    width: 100%
}

.panel-group.accordion-lg .panel+.panel {
    margin-top: 12px
}

.panel-group.accordion-lg .panel-heading {
    font-size: 14px;
    height: 54px;
    line-height: 52px
}

.panel-group .accordion-icon {
    padding-left: 35px
}

.panel-group .accordion-icon:after {
    position: absolute;
    content: "\f068";
    font-family: fontawesome;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: #555;
    left: 10px;
    top: 0
}

.panel-group .accordion-icon.collapsed:after {
    content: "\f067"
}

.panel-group .accordion-icon.icon-right {
    padding-left: 10px;
    padding-right: 30px
}

.panel-group .accordion-icon.icon-right:after {
    left: auto;
    right: 5px
}

.panel-tray {
    table-layout: fixed;
    display: table;
    width: 100%;
    background-color: #fff;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da
}

.panel-tray .panel-tray-left,
.panel-tray .panel-tray-right {
    vertical-align: top;
    display: table-cell;
    position: relative;
    padding: 15px 25px 25px
}

.panel-tray .panel-tray-left {
    width: 300px;
    background-color: #f1f1f1;
    border-right: 1px solid #ced4da
}

.panel-tray .panel-tray-right {
    width: 100%;
    padding: 18px 15px 20px 30px
}

.panel-tray .panel-tray-left .panel-footer,
.panel-tray .panel-tray-right .panel-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -1px
}

.panel-tray .panel-tray-left.panel-tray-sm {
    width: 225px
}

.panel-tray .panel-tray-left.panel-tray-lg {
    width: 350px
}

.panel-tray .panel-tray-left.panel-tray-xl {
    width: 425px
}

.panel-inverse .panel-tray-left {
    background-color: #fff
}

.panel-inverse .panel-tray-right {
    background-color: #f2f2f2
}

@media(max-width:1200px) {
    .panel-tray .panel-tray-left,
    .panel-tray .panel-tray-right {
        display: none
    }
}

.panel .panel-bin {
    padding: 15px;
    border: 1px dashed #ccc;
    border-left: 1px solid #bdc5cd;
    border-right: 1px solid #bdc5cd;
    background-color: #f2f2f2
}

.panel-nav {
    position: relative;
    list-style: none;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7
}

.panel-nav>div+div {
    border-top: 1px solid #d7d7d7
}

.panel-nav .panel-heading,
.panel-nav .panel-menu,
.panel-nav .panel-body,
.panel-nav .panel-footer,
.panel-nav .panel-bin {
    margin: 0 -1px
}

.panel-nav .panel-heading {
    background-color: #eee;
    background-repeat: repeat-x;
    text-shadow: 0 -1px rgba(255, 255, 255, .4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
    border-color: rgba(0, 0, 0, .08) rgba(0, 0, 0, .14) rgba(0, 0, 0, .18);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0)
}

.panel-nav li {
    position: relative;
    background: #f2f2f2;
    border-top: 1px solid #ddd
}

.panel-nav li a {
    width: 100%;
    display: block;
    color: #999;
    font-size: 14px;
    padding: 13px 15px 13px 20px
}

.panel-nav li a .fa {
    text-align: center;
    width: 45px;
    padding-right: 20px
}

.panel-nav li.active a {
    color: #666;
    background: #fbfbfb;
    transition: all .3s ease
}

.panel-nav li.active a .fa {
    color: #e64a31
}

.panel-nav.affix {
    position: fixed;
    top: 55px;
    top: 80px
}

.content-topbar.affix+#content .panel-nav.affix {
    top: 115px
}

.panel-nav-arrow li.active a:before,
.panel-nav-arrow li.active a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 20px solid;
    border-left-color: #fbfbfb;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    transition: all .3s ease
}

.panel-nav-arrow li.active a:before {
    border-left-color: #888
}

.panel-nav-arrow li:hover a:after {
    border-left-color: #f8f8f8
}

.panel-nav-arrow-left li.active:before {
    width: 100%;
    left: auto;
    right: 0
}

.panel-nav-arrow-left li.active a:before,
.panel-nav-arrow-left li.active a:after {
    left: auto;
    right: 100%;
    border-right: 23px solid;
    border-left-color: transparent;
    border-right-color: #fbfbfb
}

.panel-nav-arrow-left li.active a:before {
    border-left-color: transparent;
    border-right-color: #888
}

.panel-nav-arrow-left li:hover a:after {
    border-left-color: transparent;
    border-right-color: #f8f8f8
}

.panel-nav-border li:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: 0 0
}

.panel-nav-border li.active:after {
    background: #e64a31
}

.panel-nav-border li:hover:after {
    background: #999
}

.panel-nav-border-right li:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: 0 0
}

.panel-nav-border-right li.active:after {
    background: #e64a31
}

.panel-nav-border-right li:hover:after {
    background: #999
}

.panel-nav-border-right li:after {
    left: auto;
    right: 0
}

.panel-nav[data-nav-animate] li {
    display: none
}

.panel-nav[data-nav-animate] li.animated {
    display: block
}

.panel-nav.panel-nav-border li.active.nav-primary:after {
    background: #4a89dc
}

.panel-nav.panel-nav-border li.active.nav-success:after {
    background: #70ca63
}

.panel-nav.panel-nav-border li.active.nav-info:after {
    background: #3bafda
}

.panel-nav.panel-nav-border li.active.nav-warning:after {
    background: #f6bb42
}

.panel-nav.panel-nav-border li.active.nav-danger:after {
    background: #e64a31
}

.panel-nav.panel-nav-border li.active.nav-alert:after {
    background: #967adc
}

.panel-nav.panel-nav-border li.active.nav-system:after {
    background: #37bc9b
}

.panel-nav.panel-nav-border li.active.nav-dark:after {
    background: #3b3f4f
}

.popover-title {
    font-weight: 400;
    line-height: 18px
}

.pagination>.active>span,
.pagination>.active>a,
.pagination>.active>span:focus,
.pagination>.active>a:focus,
.pagination>.active>span:hover,
.pagination>.active>a:hover {
    outline: 0
}

.progress {
    border-radius: 3px;
    box-shadow: none
}

.progress-bar {
    font-weight: 600
}

.progress {
    height: 18px;
    border-radius: 2px
}

.progress.progress-bar-xxs {
    height: 3px;
    border-radius: 2px
}

.progress.progress-bar-xxs .progress-bar {
    line-height: 3px
}

.progress.progress-bar-xs {
    height: 6px;
    border-radius: 2px
}

.progress.progress-bar-xs .progress-bar {
    line-height: 6px
}

.progress.progress-bar-sm {
    height: 10px;
    border-radius: 2px
}

.progress.progress-bar-sm .progress-bar {
    line-height: 10px
}

.progress.progress-bar-lg {
    height: 20px
}

.progress.progress-bar-lg .progress-bar {
    line-height: 20px
}

.progress.progress-bar-xl {
    height: 24px
}

.progress.progress-bar-xl .progress-bar {
    line-height: 24px
}

.progress.right .progress-bar {
    float: right
}

.progress.vertical {
    height: 100%;
    min-height: 200px;
    width: 22px;
    position: relative
}

.progress.vertical .progress-bar {
    width: 100%;
    position: absolute;
    font-size: 11px;
    line-height: 20px
}

.progress.vertical.bottom .progress-bar {
    bottom: 0
}

.progress {
    height: 18px;
    border-radius: 2px
}

.progress.vertical.progress-bar-sm {
    width: 16px
}

.progress.vertical.progress-bar-lg {
    width: 30px
}

.progress.vertical.progress-bar-xl {
    width: 40px
}

@media(max-width:768px) {
    h1 {
        font-size: 25px
    }
    h2 {
        font-size: 20px
    }
    h3 {
        font-size: 16px
    }
}

.visible-xl {
    display: none !important
}

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
    display: none !important
}

@media(min-width:1400px) {
    .visible-xl {
        display: block !important
    }
    table.visible-xl {
        display: table !important
    }
    tr.visible-xl {
        display: table-row !important
    }
    th.visible-xl,
    td.visible-xl {
        display: table-cell !important
    }
}

@media(min-width:1400px) {
    .visible-xl-block {
        display: block !important
    }
}

@media(min-width:1400px) {
    .visible-xl-inline {
        display: inline !important
    }
}

@media(min-width:1400px) {
    .visible-xl-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1400px) {
    .hidden-xl {
        display: none !important
    }
}

.table {
    margin-bottom: 0
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle
}

.table>thead>tr>th {
    font-weight: 600;
    border-bottom: 1px solid #ddd
}

.table tbody>tr:first-child>td {
    border-top: 0
}

.table .table {
    margin-bottom: 0
}

.table>thead>tr>td.default,
.table>tbody>tr>td.default,
.table>tfoot>tr>td.default,
.table>thead>tr>th.default,
.table>tbody>tr>th.default,
.table>tfoot>tr>th.default,
.table>thead>tr.default>td,
.table>tbody>tr.default>td,
.table>tfoot>tr.default>td,
.table>thead>tr.default>th,
.table>tbody>tr.default>th,
.table>tfoot>tr.default>th {
    color: #777;
    border-color: #ddd;
    background-color: #f0f0f0
}

.table-hover>tbody>tr>td.default:hover,
.table-hover>tbody>tr>th.default:hover,
.table-hover>tbody>tr.default:hover>td,
.table-hover>tbody>tr:hover>.default,
.table-hover>tbody>tr.default:hover>th {
    background-color: #fcfcfc
}

.tooltip-white.in {
    opacity: 1
}

.tooltip-white {
    min-width: 60px;
    transition: opacity .3s ease
}

.tooltip-white .tooltip-inner {
    background-color: #fff;
    color: #555;
    font-weight: 600;
    border-radius: 2px
}

.tooltip-white.top .tooltip-arrow {
    border-top-color: #fff
}

.tooltip-white.bottom .tooltip-arrow {
    border-bottom-color: #fff
}

.tooltip-white.right .tooltip-arrow {
    border-right-color: #fff
}

.tooltip.left .tooltip-arrow {
    border-left-color: #fff
}

b,
strong {
    font-weight: 600
}

.link-unstyled,
a.link-unstyled {
    color: #666
}

.link-unstyled:active,
a.link-unstyled:active,
.link-unstyled:focus,
a.link-unstyled:focus,
.link-unstyled:hover,
a.link-unstyled:hover {
    color: #4d4d4d;
    text-decoration: none
}

.link-unstyled-hover,
a.link-unstyled-hover {
    color: #666
}

.link-unstyled-hover:active,
a.link-unstyled-hover:active,
.link-unstyled-hover:focus,
a.link-unstyled-hover:focus,
.link-unstyled-hover:hover,
a.link-unstyled-hover:hover {
    color: #4183da;
    text-decoration: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizelegibility
}

.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #aaa
}

.h1 .small,
.h2 .small,
.h3 .small,
h1 .small,
h2 .small,
h3 .small,
.h1 small,
.h2 small,
.h3 small,
h1 small,
h2 small,
h3 small {
    font-size: 75%
}

.h4 .small,
.h5 .small,
.h6 .small,
h4 .small,
h5 .small,
h6 .small,
.h4 small,
.h5 small,
.h6 small,
h4 small,
h5 small,
h6 small {
    font-size: 88%
}

.h1 .small,
h1 .small,
.h1 small,
h1 small {
    font-size: 70%
}

.h6,
h6 {
    color: #888;
    font-size: 13px
}

.short {
    line-height: 1.5
}

.tall {
    line-height: 1.8
}

cite {
    font-style: normal
}

.page-header {
    padding-bottom: 17px
}

.content-header {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 35px
}

.content-header h1,
.content-header h2,
.content-header h3,
.content-header h4 {
    line-height: 30px;
    margin-top: 15px
}

.micro-header {
    color: #999;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px
}

blockquote.blockquote-rounded {
    border-radius: 11px
}

blockquote.blockquote-thin {
    border-width: 3px
}

blockquote:after,
blockquote:before {
    content: ""
}

.dropcap {
    min-height: 75px
}

.dropcap:first-letter {
    font-family: 'droid serif', serif;
    float: left;
    color: #555;
    font-size: 60px;
    font-weight: 600;
    line-height: 45px;
    padding: 5px;
    margin: 0 5px 0 0
}

.dropcap.lead:first-letter {
    font-size: 90px;
    line-height: 25px
}

.dropcap.dropcap-fill:first-letter {
    border-radius: 6px;
    color: #fff;
    margin: 0 10px 0 0
}

.dropcap.lead.dropcap-fill:first-letter {
    border-radius: 6px;
    color: #fff;
    margin: 0 10px 0 0;
    padding-bottom: 26px
}

hr {
    margin: 35px 0;
    border-top: 1px solid #ddd
}

hr.alt {
    border-top: 1px dashed #ccc
}

hr.short {
    margin: 20px 0
}

hr.shorter {
    margin: 15px 0
}

hr.tall {
    margin: 55px 0
}

hr.dotted,
hr.dashed {
    border-style: dotted
}

.divider {
    height: 1px;
    margin: 25px 0;
    background: #e2e2e2
}

.well.well-xs {
    padding: 6px;
    border-radius: 2px
}

.well.well-clean {
    border-radius: 0;
    border-color: #ddd;
    box-shadow: none
}

.bg-tp {
    background-color: rgba(0, 0, 0, .5) !important
}

.bg-gradient {
    background-repeat: repeat-x;
    text-shadow: 0 -1px rgba(0, 0, 0, .4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
    border-color: rgba(0, 0, 0, .07) rgba(0, 0, 0, .16) rgba(0, 0, 0, .18);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0)
}

.bg-gradient-light {
    background-repeat: repeat-x;
    text-shadow: 0 -1px rgba(255, 255, 255, .4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
    border-color: rgba(0, 0, 0, .08) rgba(0, 0, 0, .14) rgba(0, 0, 0, .18);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0)
}

.bg-background {
    z-index: 0;
    color: #fff;
    position: relative
}

.bg-background.bg-topbar {
    background: url(../../../img/patterns/topbar-bg.jpg) no-repeat center left
}

.bg-background.bg-topbar2 {
    background: url(../../../img/patterns/topbar-bg2.jpg) no-repeat center left
}

.bg-background.bg-topbar3 {
    background: url(../../../img/patterns/topbar-bg3.html) no-repeat center left
}

.bg-background.bg-psuedo-tp:before,
.bg-background.bg-psuedo-tp-dark:before,
.bg-background.bg-psuedo-tp-light:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4)
}

.bg-background.bg-psuedo-tp-dark:before {
    background: rgba(0, 0, 0, .6)
}

.bg-background.bg-psuedo-tp-light:before {
    background: rgba(0, 0, 0, .2)
}

.checkbox-custom,
.radio-custom {
    background-color: transparent;
    color: inherit
}

.checkbox-custom input,
.radio-custom input {
    display: none
}

.checkbox-custom label:empty,
.radio-custom label:empty {
    padding-left: 10px;
    display: block;
    min-width: 40px;
    min-height: 25px
}

.radio-custom label {
    cursor: pointer;
    position: relative;
    padding-left: 32px;
    margin-right: 15px;
    margin-bottom: 5px
}

.radio-custom label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 64px;
    width: 20px;
    height: 20px;
    border: 2px solid #666
}

.radio-custom input[type=checkbox]:checked+label:after,
.radio-custom input[type=radio]:checked+label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 64px;
    width: 10px;
    height: 10px;
    color: #666;
    background-color: #666
}

.radio-custom.square label:before {
    border-radius: 2px
}

.radio-custom.square input[type=checkbox]:checked+label:after,
.radio-custom.square input[type=radio]:checked+label:after {
    border-radius: 2px
}

.checkbox-custom label {
    cursor: pointer;
    position: relative;
    padding-left: 32px;
    margin-right: 15px;
    margin-bottom: 5px
}

.checkbox-custom label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 21px;
    background-color: #fff;
    border: 1px solid #666;
    border-width: 2px;
    border-radius: 1px
}

.checkbox-custom input[type=checkbox]:checked+label:after,
.checkbox-custom input[type=radio]:checked+label:after {
    position: absolute;
    font-family: fontawesome;
    content: "\f00c";
    font-size: 12px;
    top: 4px;
    left: 4px;
    width: 0;
    height: 0;
    transform: rotate(-13deg)
}

.checkbox-custom.fill label {
    cursor: pointer;
    position: relative;
    padding-left: 32px;
    margin-right: 15px;
    margin-bottom: 5px
}

.checkbox-custom.fill label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
    width: 22px;
    height: 21px;
    background-color: #666
}

.checkbox-custom.fill input[type=checkbox]:checked+label:after,
.checkbox-custom.fill input[type=radio]:checked+label:after {
    position: absolute;
    font-family: fontawesome;
    content: "\f00c";
    font-size: 12px;
    top: 3px;
    left: 3px;
    width: 0;
    height: 0;
    color: #fff !important;
    transform: rotate(-13deg)
}

.wf-loading .fa,
.wf-loading .glyphicon,
.wf-loading .glyphicons,
.wf-loading .iconsweets,
.wf-loading .imoon {
    opacity: 0 !important
}

.fs15.fa-fw {
    width: 35px
}

.fs16.fa-fw {
    width: 40px
}

.fs17.fa-fw {
    width: 43px
}

.fs18.fa-fw {
    width: 46px
}

.glyphicon,
.glyphicons {
    top: 0
}

.mdi,
.mdi:before {
    line-height: 1
}

.fa,
.glyphicon,
.glyphicons,
.iconsweets,
.imoon {
    opacity: 1;
    transition: opacity .1s ease-in;
    -moz-transition: opacity .1s ease-in;
    -webkit-transition: opacity .1s ease-in
}

.glyphicon-2x,
.glyphicons-2x {
    font-size: 2em
}

.glyphicon-3x,
.glyphicons-3x {
    font-size: 3em
}

.glyphicon-4x,
.glyphicons-4x {
    font-size: 4em
}

.glyphicon-5x,
.glyphicons-5x {
    font-size: 5em
}

.imoon-2x {
    font-size: 2em
}

.imoon-3x {
    font-size: 3em
}

.imoon-4x {
    font-size: 4em
}

.imoon-5x {
    font-size: 5em
}

.iconsweets-2x {
    font-size: 2em
}

.iconsweets-3x {
    font-size: 3em
}

.iconsweets-4x {
    font-size: 4em
}

.iconsweets-5x {
    font-size: 5em
}

.btn .glyphicon,
.btn .glyphicons {
    top: -1px;
    vertical-align: middle;
    line-height: 0;
    font-size: 1.1em
}

i.field-icon-right,
span.field-icon-right {
    position: absolute;
    right: 10px;
    top: 8px
}

.icon-circle {
    top: 0;
    padding: 9px;
    position: relative;
    overflow: visible;
    border-radius: 64px
}

.icon-square {
    top: 0;
    padding: 9px;
    border-radius: 4px
}

.icon-circle.glyphicon-2x,
.icon-circle.glyphicons-2x {
    padding: 12px
}

.icon-circle.glyphicon-3x,
.icon-circle.glyphicons-3x {
    padding: 20px
}

.icon-circle.glyphicon-4x,
.icon-circle.glyphicons-4x {
    padding: 35px
}

.icon-square.glyphicon-2x,
.icon-square.glyphicons-2x {
    padding: 12px
}

.icon-square.glyphicon-3x,
.icon-square.glyphicons-3x {
    padding: 20px
}

.icon-square.glyphicon-4x,
.icon-square.glyphicons-4x {
    padding: 35px
}

.navbar-menus>div>button>i,
.navbar-menus>div>button>span {
    font-size: 15px;
    vertical-align: middle
}

.user-menu ul.dropdown-items>li:hover .glyphicon {
    color: #d9534f
}

.user-menu ul.dropdown-items>li:last-child:hover .glyphicon {
    color: #888
}

.user-menu ul.dropdown-items>li:last-child>div:hover .glyphicon {
    color: #d9534f
}

.breadcrumb .glyphicon,
.breadcrumb .glyphicons {
    color: #777;
    font-size: 12px;
    margin-left: 1px;
    top: 0
}

.panel-sidemenu ul.nav li.active .fa {
    color: #4a89dc
}

.panel-sidemenu ul.nav li a:hover {
    background: 0 0
}

.panel-sidemenu ul.nav li .fa {
    width: 28px;
    color: #bbb;
    font-size: 18px
}

.panel-tabs li .fa,
.panel-tabs li .glyphicon,
.panel-tabs li .glyphicons {
    font-size: 14px
}

.panel-tabs .iconsweets,
.panel-tabs .imoon {
    font-size: 14px;
    vertical-align: middle
}

.mini-action-icons .fa {
    position: relative;
    top: 2px;
    padding-right: 10px;
    color: #777;
    font-size: 16px;
    cursor: pointer
}

.pricing-tables .pricing-icons li .fa-times {
    color: #e74a4a
}

.pricing-tables .pricing-icons li .fa-ellipsis-h {
    color: #555
}

.nav-tabs li .fa {
    font-size: 14px
}

.nav-tabs li .fa.fa-caret-down {
    font-size: 12px
}

.timeline-widget span.glyphicons {
    z-index: 11;
    position: relative;
    top: 2px;
    width: auto;
    padding: 6px;
    font-size: 18px;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 2px #aaa;
    box-shadow: 1px 1px 2px #aaa
}

.favicons {
    background: url(../../../img/sprites/favicons.png) no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    display: inline-block
}

.google {
    background-position: 0 0
}

.yahoo {
    background-position: 0 -15px
}

.bing {
    background-position: 0 -30px
}

.chrome {
    background-position: 0 -45px
}

.firefox {
    background-position: 0 -61px
}

.ie {
    background-position: 0 -78px
}

.safari {
    background-position: 0 -96px
}

.news-sprite {
    width: 25px;
    height: 26px;
    vertical-align: middle;
    display: inline-block;
    background: url(../../../img/sprites/news-logo_sprite.png) no-repeat;
    background-position: 0 0
}

.news-sprite.cnn {
    background-position: 0 0
}

.news-sprite.yahoo {
    background-position: 0 -26px
}

.news-sprite.google {
    background-position: 0 -50px
}

.news-sprite.fb {
    background-position: 0 -75px
}

.flag,
.flag-lg,
.flag-md,
.flag-sm,
.flag-xl,
.flag-xs {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle
}

.flag-xs {
    width: 16px;
    height: 16px;
    background: url(../../../img/sprites/flag-xs.png) no-repeat top left
}

.flag-xs.flag-canada {
    background-position: 0 0
}

.flag-xs.flag-china {
    background-position: -16px 0
}

.flag-xs.flag-france {
    background-position: -32px 0
}

.flag-xs.flag-germany {
    background-position: 0 -16px
}

.flag-xs.flag-india {
    background-position: -16px -16px
}

.flag-xs.flag-italy {
    background-position: -32px -16px
}

.flag-xs.flag-russia {
    background-position: 0 -32px
}

.flag-xs.flag-spain {
    background-position: -16px -32px
}

.flag-xs.flag-turkey {
    background-position: -32px -32px
}

.flag-xs.flag-united-kingdom {
    background-position: 0 -48px
}

.flag-xs.flag-united-states {
    background-position: -16px -48px
}

.flag-sm {
    width: 20px;
    height: 20px;
    background: url(../../../img/sprites/flag-sm.png) no-repeat top left
}

.flag-sm.flag-canada {
    background-position: 0 0
}

.flag-sm.flag-china {
    background-position: -20px 0
}

.flag-sm.flag-france {
    background-position: -40px 0
}

.flag-sm.flag-germany {
    background-position: 0 -20px
}

.flag-sm.flag-india {
    background-position: -20px -20px
}

.flag-sm.flag-italy {
    background-position: -40px -20px
}

.flag-sm.flag-russia {
    background-position: 0 -40px
}

.flag-sm.flag-spain {
    background-position: -20px -40px
}

.flag-sm.flag-turkey {
    background-position: -40px -40px
}

.flag-sm.flag-united-kingdom {
    background-position: 0 -60px
}

.flag-sm.flag-united-states {
    background-position: -20px -60px
}

.flag-md {
    width: 24px;
    height: 24px;
    background: url(../../../img/sprites/flag-md.png) no-repeat top left
}

.flag-md.flag-canada {
    background-position: 0 0
}

.flag-md.flag-china {
    background-position: -24px 0
}

.flag-md.flag-france {
    background-position: -48px 0
}

.flag-md.flag-germany {
    background-position: 0 -24px
}

.flag-md.flag-india {
    background-position: -24px -24px
}

.flag-md.flag-italy {
    background-position: -48px -24px
}

.flag-md.flag-russia {
    background-position: 0 -48px
}

.flag-md.flag-spain {
    background-position: -24px -48px
}

.flag-md.flag-turkey {
    background-position: -48px -48px
}

.flag-md.flag-united-kingdom {
    background-position: 0 -72px
}

.flag-md.flag-united-states {
    background-position: -24px -72px
}

.flag-lg {
    width: 32px;
    height: 32px;
    background: url(../../../img/sprites/flag-lg.png) no-repeat top left
}

.flag-lg.flag-canada {
    background-position: 0 0
}

.flag-lg.flag-china {
    background-position: -32px 0
}

.flag-lg.flag-france {
    background-position: -64px 0
}

.flag-lg.flag-germany {
    background-position: 0 -32px
}

.flag-lg.flag-india {
    background-position: -32px -32px
}

.flag-lg.flag-italy {
    background-position: -64px -32px
}

.flag-lg.flag-russia {
    background-position: 0 -64px
}

.flag-lg.flag-spain {
    background-position: -32px -64px
}

.flag-lg.flag-turkey {
    background-position: -64px -64px
}

.flag-lg.flag-united-kingdom {
    background-position: 0 -96px
}

.flag-lg.flag-united-states {
    background-position: -32px -96px
}

.flag-xl {
    width: 48px;
    height: 48px;
    background: url(../../../img/sprites/flag-xl.png) no-repeat top left
}

.flag-xl.flag-canada {
    background-position: 0 0
}

.flag-xl.flag-china {
    background-position: -48px 0
}

.flag-xl.flag-france {
    background-position: -96px 0
}

.flag-xl.flag-germany {
    background-position: 0 -48px
}

.flag-xl.flag-india {
    background-position: -48px -48px
}

.flag-xl.flag-italy {
    background-position: -96px -48px
}

.flag-xl.flag-russia {
    background-position: 0 -96px
}

.flag-xl.flag-spain {
    background-position: -48px -96px
}

.flag-xl.flag-turkey {
    background-position: -96px -96px
}

.flag-xl.flag-united-kingdom {
    background-position: 0 -144px
}

.flag-xl.flag-united-states {
    background-position: -48px -144px
}

.inline-list-divided {
    color: #999;
    font-size: 18px;
    padding: 0;
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    margin-left: -4px
}

.inline-list-divided>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.inline-list-divided>li {
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px
}

.inline-list-divided li span.fa {
    font-size: 16px;
    padding-top: 5px;
    padding-right: 15px;
    vertical-align: top
}

.list-inline {
    margin-left: -4px
}

.list-inline>li {
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px
}

.pricing-table .pricing-plan {
    margin: 30px -16px 20px;
    border: 1px solid #ddd;
    background-color: #fafafa;
    text-align: center
}

.plan-header {
    height: 76px;
    background: #f4f4f4;
    padding: 25px 5px 20px
}

.plan-header h2 {
    margin-bottom: 5px;
    font-weight: 200
}

.plan-pricing {
    height: 124px;
    padding: 23px 0 24px;
    border-top: 1px solid #e7e7e7
}

.plan-pricing span {
    color: #333;
    font-size: 26px;
    font-weight: 200;
    display: inline-block;
    vertical-align: top;
    margin-left: -20px;
    padding-left: 5px;
    padding-top: 6px
}

.plan-pricing h2 {
    display: inline-block;
    margin: 0;
    color: #555;
    font-size: 54px;
    font-weight: 600
}

.plan-pricing h6 {
    color: #888;
    font-size: 12px;
    font-weight: 200;
    margin: 4px 0 0
}

.plan-features ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #e7e7e7
}

.plan-features li {
    padding: 12px 0;
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
    color: #999;
    margin: 0
}

.plan-features li:last-child {
    border-bottom: 0
}

.plan-features li b {
    font-weight: 600
}

.plan-features li i.fa {
    font-size: 15px;
    color: #777;
    padding-right: 8px
}

.plan-icons ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.plan-icons li {
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
    font-size: 18px;
    margin: 0
}

.plan-icons li:last-child {
    border-bottom: 0
}

.plan-footer {
    border-top: 1px solid #e7e7e7
}

.plan-footer .btn {
    margin: 20px 0;
    padding: 8px 26px
}

.hero-plan {
    z-index: 10
}

.hero-plan .pricing-plan {
    background-color: #f6f6f6;
    padding: 0 0 20px;
    margin: 0 -17px 20px;
    border-bottom: 1px solid #bbb;
    -webkit-box-shadow: 0 0 20px rgba(100, 100, 100, .2);
    box-shadow: 0 0 20px rgba(100, 100, 100, .2)
}

.hero-plan .pricing-plan .pricing-title {
    color: #fff;
    margin: -1px -1px 0
}

.hero-plan .pricing-plan .pricing-title h2 {
    color: #fff;
    font-weight: 600
}

.hero-plan .pricing-plan .pricing-subtitle {
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 4px;
    font-weight: 600
}

.hero-plan .pricing-plan a.btn {
    margin: 40px 0 20px
}

.pricing-compare .plan-desc {
    height: 200px;
    text-align: center;
    padding: 25px 15px 10px
}

.pricing-compare .plan-desc h2 {
    font-weight: 400
}

.pricing-compare .plan-desc h6 {
    font-weight: 400
}

.pricing-compare .plan-desc span {
    color: #e64a31;
    font-size: 24px;
    padding: 13px 0 24px
}

div.switch label {
    display: block;
    position: relative;
    color: transparent;
    background: #e1e1e1;
    text-indent: 100%;
    width: 52px;
    height: 26px;
    cursor: pointer;
    transition: left .15s ease-out
}

div.switch input {
    display: none
}

div.switch input+label {
    margin-left: 0;
    margin-right: 0
}

div.switch label:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 19px;
    height: 19px;
    -webkit-transition: left .15s ease-out;
    -moz-transition: left .15s ease-out;
    transition: left .15s ease-out
}

div.switch input:checked+label {
    background: #2ba6cb
}

div.switch input:checked+label:after {
    left: 29px
}

div.switch label {
    width: 52px;
    height: 26px
}

div.switch label:after {
    width: 19px;
    height: 19px
}

div.switch input:checked+label:after {
    left: 29px
}

div.switch label:after {
    background: #fff
}

div.switch input:checked+label {
    background: #2ba6cb
}

div.switch.switch-lg label {
    width: 65px;
    height: 32px
}

div.switch.switch-lg label:after {
    width: 26px;
    height: 26px
}

div.switch.switch-lg input:checked+label:after {
    left: 35px
}

div.switch.switch-sm label {
    width: 45px;
    height: 22px
}

div.switch.switch-sm label:after {
    width: 16px;
    height: 16px
}

div.switch.switch-sm input:checked+label:after {
    left: 26px
}

div.switch.switch-xs label {
    width: 39px;
    height: 19px
}

div.switch.switch-xs label:after {
    width: 13px;
    height: 13px
}

div.switch.switch-xs input:checked+label:after {
    left: 22px
}

div.switch.radius label {
    border-radius: 4px
}

div.switch.radius label:after {
    border-radius: 3px
}

div.switch.round {
    border-radius: 1e3px
}

div.switch.round label {
    border-radius: 26px
}

div.switch.round label:after {
    border-radius: 26px
}

.switch.switch-inline {
    display: inline-block
}

.switch.switch-inline+.switch.switch-inline {
    margin-left: 15px
}

table tbody tr.message-read td {
    color: #999;
    background-color: #fbfbfb
}

table tbody tr.message-unread td {
    background-color: #fff
}

table.tc-text-center-head tfoot th,
table.tc-text-center-head thead th {
    text-align: center
}

table.tc-fs11-head tfoot th,
table.tc-fs11-head thead th {
    font-size: 12px
}

table.tc-fs12-head tfoot th,
table.tc-fs12-head thead th {
    font-size: 12px
}

table.tc-checkbox-1 tbody td:first-child,
table.tc-checkbox-2 tbody td:nth-child(2),
table.tc-checkbox-3 tbody td:nth-child(3),
table.tc-checkbox-last tbody td:last-child {
    text-align: center;
    padding: 11px
}

table.tc-list-1 tbody td:first-child,
table.tc-list-2 tbody td:nth-child(2),
table.tc-list-3 tbody td:nth-child(3),
table.tc-list-last tbody td:last-child {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    width: 45px;
    padding: 0 10px;
    border-right: 1px solid #e5e5e5;
    background: #fdfdfd
}

table.tc-bold-1 tbody td:first-child,
table.tc-bold-2 tbody td:nth-child(2),
table.tc-bold-3 tbody td:nth-child(3),
table.tc-bold-last tbody td:last-child {
    font-weight: 600;
    text-align: right;
    font-size: 14px
}

table.tc-med-1 tbody td:first-child,
table.tc-med-2 tbody td:nth-child(2),
table.tc-med-3 tbody td:nth-child(3),
table.tc-med-last tbody td:last-child {
    font-weight: 400;
    color: #999
}

table.tc-icon-1 tbody td:first-child,
table.tc-icon-2 tbody td:nth-child(2),
table.tc-icon-3 tbody td:nth-child(3),
table.tc-icon-last tbody td:last-child {
    font-size: 18px;
    text-align: center;
    color: #999
}

table.tc-text-muted-1 tbody td:first-child,
table.tc-text-muted-2 tbody td:nth-child(2),
table.tc-text-muted-3 tbody td:nth-child(3),
table.tc-text-muted-last tbody td:last-child {
    color: #999
}

table.tc-text-primary-1 tbody td:first-child,
table.tc-text-primary-2 tbody td:nth-child(2),
table.tc-text-primary-3 tbody td:nth-child(3),
table.tc-text-primary-last tbody td:last-child {
    color: #4a89dc
}

table.tc-fw600-1 tbody td:first-child,
table.tc-fw600-2 tbody td:nth-child(2),
table.tc-fw600-3 tbody td:nth-child(3),
table.tc-fw600-last tbody td:last-child {
    font-weight: 600
}

table.tc-fw600-1 tbody td:first-child,
table.tc-fw600-2 tbody td:nth-child(2),
table.tc-fw600-3 tbody td:nth-child(3),
table.tc-fw600-last tbody td:last-child {
    font-weight: 600
}

table.tc-fs13-1 tbody td:first-child,
table.tc-fs13-2 tbody td:nth-child(2),
table.tc-fs13-3 tbody td:nth-child(3),
table.tc-fs13-last tbody td:last-child {
    font-size: 13px
}

table.tc-text-left-1 tbody td:first-child,
table.tc-text-left-2 tbody td:nth-child(2),
table.tc-text-left-3 tbody td:nth-child(3),
table.tc-text-left-last tbody td:last-child {
    text-align: right
}

table.tc-text-center-1 tbody td:first-child,
table.tc-text-center-2 tbody td:nth-child(2),
table.tc-text-center-3 tbody td:nth-child(3),
table.tc-text-center-last tbody td:last-child {
    text-align: center
}

table.tc-text-right-1 tbody td:first-child,
table.tc-text-right-2 tbody td:nth-child(2),
table.tc-text-right-3 tbody td:nth-child(3),
table.tc-text-right-last tbody td:last-child {
    text-align: right
}

table.tc-va-t-1 tbody td:first-child,
table.tc-va-t-2 tbody td:nth-child(2),
table.tc-va-t-3 tbody td:nth-child(3),
table.tc-va-t-last tbody td:last-child {
    vertical-align: top
}

table.tc-va-m-1 tbody td:first-child,
table.tc-va-m-2 tbody td:nth-child(2),
table.tc-va-m-3 tbody td:nth-child(3),
table.tc-va-m-last tbody td:last-child {
    vertical-align: middle
}

table.tc-va-b-1 tbody td:first-child,
table.tc-va-b-2 tbody td:nth-child(2),
table.tc-va-b-3 tbody td:nth-child(3),
table.tc-va-b-last tbody td:last-child {
    vertical-align: bottom
}

.table-checklist td {
    cursor: pointer
}

.table-widget .tab-content {
    padding: 0;
    border: 0;
    overflow: hidden
}

.table-widget .progress {
    width: 80%;
    height: 13px;
    margin: 0
}

.table-widget .badge,
.table-widget .label {
    margin-right: 7px
}

.table-checklist tr.task-checked {
    color: #bbb
}

.table-checklist tr.task-checked .text-slash {
    text-decoration: line-through
}

.table-checklist tr.task-checked .label,
.table-checklist tr.task-checked .progress {
    opacity: .3
}

.tab-block {
    position: relative
}

.tab-block .tab-content {
    overflow: auto;
    position: relative;
    z-index: 10;
    min-height: 125px;
    padding: 16px 12px;
    border: 1px solid #d7d7d7;
    background-color: #fff
}

.tab-block .nav-tabs {
    position: relative;
    border: 0
}

.tab-block .nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.tab-block .nav-tabs>li>a {
    position: relative;
    z-index: 9;
    padding: 9px 16px;
    margin-right: -1px;
    font-weight: 600;
    color: #777;
    border-color: #d7d7d7;
    border-radius: 0;
    background: #fafafa
}

.tab-block .nav-tabs>li:first-child>a {
    margin-left: 0
}

.tab-block .nav-tabs>li>a:hover {
    background-color: #eee
}

.tab-block .nav-tabs>li.active>a,
.tab-block .nav-tabs>li.active>a:focus,
.tab-block .nav-tabs>li.active>a:hover {
    cursor: default;
    position: relative;
    z-index: 12;
    color: #555;
    background: #fff;
    border-color: #d7d7d7;
    border-bottom: 1px solid #fff
}

.tabs-left {
    float: left
}

.tabs-left>li {
    float: none;
    margin: 0 -1px -1px 0
}

.tabs-left>li>a {
    padding: 12px 16px;
    color: #777;
    font-weight: 600;
    border: 1px solid transparent;
    border-color: #ddd;
    background: #fafafa
}

.tab-block .tabs-left>li.active>a,
.tab-block .tabs-left>li.active>a:focus,
.tab-block .tabs-left>li.active>a:hover {
    color: #555;
    border-color: #ddd #fff #ddd #ddd;
    cursor: default;
    position: relative;
    z-index: 12;
    background: #fff
}

.tabs-right {
    float: right
}

.tabs-right>li {
    float: none;
    margin: 0 0 -1px -1px
}

.tabs-right>li>a {
    padding: 12px 16px;
    color: #777;
    font-weight: 600;
    border: 1px solid transparent;
    border-color: #ddd;
    background: #fafafa
}

.tab-block .tabs-right>li.active>a,
.tab-block .tabs-right>li.active>a:focus,
.tab-block .tabs-right>li.active>a:hover {
    color: #555;
    border-color: #ddd #ddd #ddd #fff;
    cursor: default;
    position: relative;
    z-index: 12;
    background: #fff
}

.tab-block .nav-tabs.nav-justified {
    top: 1px;
    margin-top: -1px
}

.tab-block .nav-tabs.nav-justified>li {
    float: none
}

.tab-block .nav-tabs.nav-justified>li>a {
    padding: 11px
}

.tab-block .tab-content+.nav-tabs.nav-justified {
    top: -1px;
    margin-top: 0
}

.tab-block .tab-content+.nav-tabs.nav-justified>li.active>a {
    border-top-color: #fff;
    border-bottom-color: #ddd
}

.nav-tabs.nav-tabs-right>li {
    float: right
}

.nav-tabs.nav-tabs-right>li:first-child>a {
    margin-right: 0
}

.tab-block .tabs-border.nav-tabs>li.active>a {
    margin-top: -1px;
    border-top: 2px solid #e64a31
}

.tab-block .tabs-border.tabs-left>li.active>a {
    margin-left: -1px;
    border-left: 2px solid #e64a31
}

.tab-block .tabs-border.tabs-right>li.active>a {
    margin-right: -1px;
    border-right: 2px solid #e64a31
}

.tab-block .tabs-border.nav-justified>li.active>a {
    border-top: 2px solid #e64a31
}

.tab-block .tab-content+.tabs-border.nav-justified>li.active>a {
    border-top-color: #fff;
    border-bottom: 2px solid #e64a31
}

.panel-tabs.panel-tabs-border>li.active>a {
    margin-top: -1px;
    border-top: 2px solid #e64a31
}

.tab-block .tabs-border-bottom .nav-tabs>li.active>a,
.tab-block .tabs-border-bottom.nav-tabs>li.active>a {
    color: #555;
    font-weight: 600;
    margin-bottom: -1px;
    background: #f7f7f7;
    border-color: #ddd;
    border-bottom: 2px solid #e64a31
}

.tabs-bg.nav-tabs {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-bottom: 0;
    padding: 10px 10px 0
}

.tabs-bg.tabs-below {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 0 10px 6px
}

.tab-block.sidebar-block .nav-tabs>li>a {
    background: #f0f0f0;
    padding: 16px 8px
}

.tab-block.sidebar-block .nav-tabs>li:first-child>a {
    border-left: 0
}

.tab-block.sidebar-block .nav-tabs>li:last-child>a {
    border-right: 0
}

.tab-block.sidebar-block .tabs-border.nav-tabs>li.active>a {
    background: #f8f8f8;
    border-bottom-color: #f8f8f8
}

.tab-block.sidebar-block .tab-content {
    border: 0;
    background: 0 0
}

.panel-tabs {
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0
}

.panel-tabs>li {
    position: relative;
    float: left;
    margin-bottom: -1px
}

.panel-tabs>li>a {
    color: #aaa;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2px;
    line-height: 34px;
    padding: 11px 20px;
    border-radius: 0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent
}

.panel-tabs>li>a:hover {
    color: #444;
    background-color: transparent
}

.panel-tabs>li.active>a,
.panel-tabs>li.active>a:focus,
.panel-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background: #fff
}

.panel-tabs>li.active>a {
    border-left-color: #ddd;
    border-right-color: #ddd
}

.panel-tabs>li.active:last-child>a {
    border-right-color: transparent
}

.panel-tabs-left {
    left: 0
}

.panel-tabs-left>li.active:first-child>a {
    border-left-color: transparent
}

.panel-tabs-left>li.active:last-child>a {
    border-right-color: #ddd
}

.panel-colorbox-open .panel-tabs>li.active>a,
.panel-colorbox-open .panel-tabs>li.active>a:focus,
.panel-editbox-open .panel-tabs>li.active>a,
.panel-editbox-open .panel-tabs>li.active>a:focus {
    background: #f9f9f9
}

.panel .fill .panel-tabs>li>a {
    left: 7px;
    padding: 6px 20px 10px;
    color: #fff;
    color: rgba(255, 255, 255, .7);
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel .fill .panel-tabs>li>a:hover {
    color: #fff;
    color: #fff
}

.panel .fill .panel-tabs>li>a:focus {
    color: #fff;
    color: #fff;
    background: rgba(0, 0, 0, .1)
}

.panel .fill .panel-tabs>li.active>a:focus {
    color: #666;
    background: #fff
}

.panel .fill .panel-tabs>li.active>a,
.panel .fill .panel-tabs>li.active>a:focus,
.panel .fill .panel-tabs>li.active>a:hover {
    color: #666
}

.panel-tabs.panel-tabs-merge>li.active>a,
.panel-tabs.panel-tabs-merge>li.active>a:focus,
.panel-tabs.panel-tabs-merge>li.active>a:hover {
    background: #fafafa
}

.timeline-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    color: #999;
    font-size: 15px
}

.timeline-list li.timeline-item {
    position: relative;
    padding: 15px 50px
}

.timeline-list li.timeline-item:focus .timeline-icon,
.timeline-list li.timeline-item:hover .timeline-icon {
    opacity: 1
}

.timeline-list li.timeline-item:after {
    content: "";
    position: absolute;
    display: block;
    left: 23px;
    top: 0;
    height: 100%;
    width: 3px;
    background: #e5e5e5
}

.timeline-list li.timeline-item+.timeline-item {
    border-top: 1px solid #e5e5e5
}

.timeline-list li.timeline-item .timeline-desc {
    letter-spacing: .2px
}

.timeline-list li.timeline-item .timeline-desc b,
.timeline-list li.timeline-item .timeline-desc strong {
    color: #333;
    font-weight: 600
}

.timeline-list li.timeline-item .timeline-desc a {
    color: #3bafda;
    padding: 0 2px
}

.timeline-list li.timeline-item .timeline-desc a:first-child {
    color: #3b3f4f
}

.timeline-list li.timeline-item .timeline-icon {
    opacity: .85;
    z-index: 2;
    position: absolute;
    left: 10px;
    top: 12px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    border-radius: 26px;
    border: 2px solid #fff;
    background: #bbb
}

.timeline-list li.timeline-item .timeline-date {
    font-size: 14px;
    position: absolute;
    top: 17px;
    right: 7px
}

.tray-left .timeline-list li.timeline-item,
.tray-right .timeline-list li.timeline-item {
    position: relative;
    padding: 15px 75px 15px 50px
}

.tray-left .timeline-list li.timeline-item:after,
.tray-right .timeline-list li.timeline-item:after {
    top: 0;
    background: #ddd
}

.task-widget {}

.task-widget .panel-body {
    padding: 0
}

.task-widget ul.task-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fffef0
}

.task-widget ul.task-list+.task-list {
    border-top: 1px solid #ddd
}

.task-widget ul.task-list .task-label {
    font-size: 13px;
    font-weight: 600;
    padding: 8px 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff
}

.task-widget ul.task-list .task-item {
    position: relative;
    background-color: #f8f8f8
}

.task-widget ul.task-list .task-item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background-color: transparent
}

.task-widget ul.task-list .task-item .task-handle {
    float: left;
    padding: 11px 12px 9px 15px;
    width: 45px
}

.task-widget ul.task-list .task-item .task-handle .checkbox-custom label {
    display: inline
}

.task-widget ul.task-list .task-item .task-desc {
    margin-left: 45px;
    margin-right: 40px;
    padding: 11px 5px 11px 0
}

.task-widget ul.task-list .task-item.item-checked .task-desc,
.task-widget ul.task-list .task-item.item-checked .task-desc a {
    color: #aaa;
    text-decoration: line-through
}

.task-widget ul.task-list .task-item .task-menu {
    z-index: 1;
    position: absolute;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    font-weight: 400;
    color: #ccc
}

.task-widget ul.task-list .task-item .task-menu:hover {
    cursor: pointer;
    color: #777
}

.task-widget ul.task-current .task-item .task-menu {
    cursor: move !important
}

.task-widget ul.task-current .task-item .task-menu:before {
    content: "";
    position: absolute;
    background: url(../../../img/plugins/grippy_large.png) no-repeat top left;
    width: 6px;
    height: 20px;
    top: 10px;
    right: 15px
}

.task-widget ul.task-completed .task-item .task-menu:before {
    content: "\f00d";
    font-family: fontawesome;
    display: block;
    position: absolute;
    background-image: none;
    top: 10px;
    right: 15px
}

.task-widget ul.task-completed .task-item .task-menu:before:before {
    color: #333
}

.task-widget ul.task-list .checkbox-custom label:before {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border-width: 1px;
    border-color: #ccc
}

.task-widget ul.task-list .checkbox-custom input[type=checkbox]:checked+label:after,
.task-widget ul.task-list .checkbox-custom input[type=radio]:checked+label:after {
    top: 4px;
    left: 2px;
    font-size: 11px
}

.task-widget.sort-disabled ul.task-current .task-item .task-menu {
    cursor: auto !important
}

.task-widget.sort-disabled ul.task-current .task-item .task-menu:before {
    display: none !important
}

.task-widget ul.task-list .task-item.primary:after {
    background-color: #4a89dc
}

.task-widget ul.task-list .task-item.success:after {
    background-color: #70ca63
}

.task-widget ul.task-list .task-item.info:after {
    background-color: #3bafda
}

.task-widget ul.task-list .task-item.warning:after {
    background-color: #f6bb42
}

.task-widget ul.task-list .task-item.danger:after {
    background-color: #e64a31
}

.task-widget ul.task-list .task-item.item-alert:after {
    background-color: #967adc
}

.task-widget ul.task-list .task-item.system:after {
    background-color: #37bc9b
}

.task-widget ul.task-list .task-item.dark:after {
    background-color: #3b3f4f
}

.task-widget.task-alt {}

.task-widget.task-alt .panel-body {
    padding: 15px
}

.task-widget.task-alt ul.task-list {
    margin-bottom: 15px;
    border: 1px solid #e9e9e9;
    border-left: 0;
    background-color: #fcfcfc
}

.task-widget.task-alt h4 {
    color: #999;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 14px
}

.task-widget.task-alt ul.task-list .task-item .task-handle:after {
    width: 4px;
    left: -1px
}

.task-widget.task-minimal {}

.task-widget.task-minimal .panel-body {
    padding: 15px
}

.task-widget.task-minimal ul.task-list {
    margin-bottom: 0;
    border: 1px solid transparent;
    background-color: transparent
}

.task-widget.task-minimal ul.task-list .task-item {
    background-color: transparent
}

.task-widget.task-minimal ul.task-list .task-item .task-handle:after {
    width: 4px;
    left: -1px
}

.task-widget.task-minimal ul.task-list .task-desc a {
    color: #666
}

.task-widget.task-minimal ul.task-list .task-desc a:active,
.task-widget.task-minimal ul.task-list .task-desc a:focus,
.task-widget.task-minimal ul.task-list .task-desc a:hover {
    color: #4183da;
    text-decoration: none
}

.calendar-widget {}

.calendar-widget .panel-body {
    overflow: auto
}

.calendar-widget .fc-view-container {
    overflow: hidden
}

.calendar-widget .fc-toolbar {
    padding: 9px 10px;
    margin: 0;
    background: #f4f4f4
}

.calendar-widget .fc-toolbar h2 {
    padding-left: 3px;
    padding-top: 4px;
    font-size: 17px
}

.calendar-widget .fc button {
    padding: 4px 10px;
    box-shadow: none
}

.calendar-widget .fc-bg {
    background-color: #fcfcfc
}

.calendar-widget .fc-bg .fc-other-month {
    background-color: #f9f9f9
}

.calendar-widget .fc-basic-view td.fc-day-number {
    font-size: 11px;
    color: #bbb
}

.calendar-widget th.fc-day-header {
    color: #999;
    font-size: 11px;
    font-weight: 400;
    padding: 2px;
    background-color: #f5f5f5
}

.calendar-widget .fc-view-container .fc-event {
    line-height: 1.2;
    margin: 0 5px;
    padding: 5px;
    border-radius: 0;
    background-color: #fefefe
}

.calendar-widget.calendar-header .fc-header-toolbar {
    padding: 12px 12px 13px;
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid #d7d7d7
}

.calendar-widget.calendar-header .fc-view-container {
    padding: 25px 20px;
    border: 1px solid #d7d7d7;
    border-bottom: 0
}

.calendar-widget.calendar-header .fc-header-toolbar+.fc-view-container {
    border-top: 0
}

.calendar-widget.calendar-alt {}

.calendar-widget.calendar-alt .fc-toolbar {
    background: 0 0;
    margin-bottom: 15px;
    padding: 0
}

.calendar-widget.calendar-alt .fc-toolbar h2 {
    color: #aaa;
    font-size: 18px;
    font-weight: 400
}

.calendar-widget.calendar-alt th.fc-day-header {
    padding: 4px 2px
}

.calendar-widget.calendar-alt .fc-view-container .fc-event {
    padding: 8px;
    margin: 2px 5px 3px;
    border-radius: 2px;
    background-color: #fff;
    border-top-color: #eee;
    border-right-color: #eee;
    border-bottom-color: #eee
}

.chat-widget {}

.chat-widget .media-left {
    padding-right: 20px
}

.chat-widget .media-right {
    padding-left: 20px
}

.chat-widget .media-left img,
.chat-widget .media-right img {
    max-width: 55px;
    border-radius: 3px;
    border: 2px solid #fff
}

.chat-widget .media-body {
    position: relative;
    padding: 7px;
    border-radius: 2px;
    border: 1px solid #e4e4e4;
    background-color: #fefefe;
    font-weight: 400
}

.chat-widget .media-body:after,
.chat-widget .media-body:before {
    content: "";
    position: absolute;
    right: -9px;
    top: 12px;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px 0 8px 9px;
    border-left-color: #777
}

.chat-widget .media-body:after {
    border-left-color: #fff
}

.chat-widget .media-left+.media-body:after,
.chat-widget .media-left+.media-body:before {
    content: "";
    position: absolute;
    left: -9px;
    top: 12px;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px 9px 8px 0;
    border-right-color: #777
}

.chat-widget .media-left+.media-body:after {
    border-right-color: #fff
}

.chat-widget .media-status {
    position: relative
}

.chat-widget .media-status+.media-heading {
    padding-left: 20px
}

.chat-widget .media-status:after {
    position: absolute;
    top: 0;
    left: 3px;
    font-family: fontawesome;
    content: "\f111";
    font-size: 10px;
    color: #aaa
}

.chat-widget .media-status.online:after {
    color: #70ca63
}

.chat-widget .media-status.offline:after {
    color: #e9573f
}

.chat-widget .panel-footer .input-group .form-control {
    z-index: 0
}

.compose-widget {}

.compose-widget .panel-body {
    padding: 0
}

.compose-widget .panel-footer {
    padding: 8px
}

.compose-widget .note-editor .note-editable {
    background: #f5f5f5
}

.compose-widget .note-editor .note-editable:focus {
    background: #fff
}

.compose-widget .note-editor .note-resizebar {
    display: none
}

.user-group-widget .user-avatar {
    border: 3px solid #ccc;
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}

.user-group-widget .panel-menu {
    padding: 8px
}

.tagcloud-widget {}

.tagcloud-widget .panel-body .label {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
    line-height: 15px
}

.panel-tile {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px
}

.panel-tile.border-top {
    border-top-width: 5px
}

.panel-tile.border-right {
    border-right-width: 5px
}

.panel-tile.border-bottom {
    border-bottom-width: 5px
}

.panel-tile.border-left {
    border-left-width: 5px
}

.icon-bg {
    position: absolute;
    opacity: .8;
    right: 0;
    top: 0;
    line-height: 100px;
    font-size: 100px
}

.icon-bg.left {
    right: auto;
    left: 0
}

#content.tray-layout {
    padding-top: 30px
}

#content.tray-layout:before,
#content.tray-layout:after {
    content: " ";
    display: table
}

#content.tray-layout:after {
    clear: both
}

#content.tray-layout:before,
#content.tray-layout:after {
    content: " ";
    display: table
}

#content.tray-layout:after {
    clear: both
}

.tray {
    width: 100%
}

.tray-left,
.tray-right {
    display: block;
    position: relative;
    margin-bottom: 20px
}

.tray-left {
    float: left
}

.tray-right {
    float: right
}

.tray-left,
.tray-right {
    width: 325px
}

.tray-center {
    float: left;
    width: calc(100% - 325px)
}

.tray-left+.tray-center {
    width: calc(100% - 325px)
}

.three-trays .tray-center {
    width: calc(100% - 650px)
}

.tray+.tray {
    padding-left: 30px
}

.tray-sm .tray-left,
.tray-sm .tray-right {
    width: 275px
}

.tray-sm .tray-center {
    width: calc(100% - 275px)
}

.tray-sm.three-trays .tray-center {
    width: calc(100% - 550px)
}

.tray-sm .tray+.tray {
    padding-left: 30px
}

.tray-lg .tray-left,
.tray-lg .tray-right {
    width: 375px
}

.tray-lg .tray-center {
    width: calc(100% - 375px)
}

.tray-lg.three-trays .tray-center {
    width: calc(100% - 750px)
}

.tray-lg .tray+.tray {
    padding-left: 35px
}

.tray-xl .tray-left,
.tray-xl .tray-right {
    width: 425px
}

.tray-xl .tray-center {
    width: calc(100% - 425px)
}

.tray-xl.three-trays .tray-center {
    width: calc(100% - 850px)
}

.tray-xl .tray+.tray {
    padding-left: 40px
}

.tray-scroller,
.scroller.tray-scroller {
    height: calc(100vh - 64px)
}

.tray-scroller .scroller-handle {
    opacity: 0;
    transition: opacity .3s ease
}

.tray-scroller:hover .scroller-handle {
    opacity: 1
}

.tray-bin {
    padding: 20px 25px;
    background: #e7e7e7;
    border: 1px dashed #d1d1d1
}

.content-bin {
    min-height: 65px;
    padding: 12px 30px;
    border: 1px dashed #ccc;
    background-color: #eee
}

.content-bin.stretch {
    border-left: 0;
    border-right: 0
}

.content-bin div[class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.nav-label {
    font-size: 16px;
    color: #888;
    padding-left: 5px;
    margin-top: 20px;
    margin-bottom: 13px
}

.tray-right .panel-nav-arrow li.active:before {
    width: 100%;
    left: auto;
    right: 0
}

.tray-right .panel-nav-arrow li.active a:before,
.tray-right .panel-nav-arrow li.active a:after {
    left: auto;
    right: 100%;
    border-right: 23px solid;
    border-left-color: transparent;
    border-right-color: #fbfbfb
}

.tray-right .panel-nav-arrow li.active a:before {
    border-left-color: transparent;
    border-right-color: #888
}

.tray-right .panel-nav-arrow li:hover a:after {
    border-left-color: transparent;
    border-right-color: #f8f8f8
}

.tray-right .panel-nav-border li:after {
    left: 0;
    right: auto
}

.panel-nav.affix {
    width: 325px
}

.tray-sm .panel-nav.affix {
    width: 275px
}

.tray-lg .panel-nav.affix {
    width: 375px
}

.tray-xl .panel-nav.affix {
    width: 425px
}

.tray-layout .tray+.tray .panel-nav.affix {
    width: 295px
}

.tray-lg .tray+.tray .panel-nav.affix {
    width: 340px
}

.tray-xl .tray+.tray .panel-nav.affix {
    width: 385px
}

@media(max-width:1200px) {
    .tray-layout .tray-center {
        width: 100%;
        padding: 0
    }
    .tray-layout .tray-left,
    .tray-layout .tray-right {
        display: none;
        padding: 0;
        width: 100%;
        height: 200px;
        overflow: hidden
    }
    .tray-layout .tray-left:hover,
    .tray-layout .tray-right:hover {
        height: auto;
        overflow: auto
    }
}

#sidebar_overlay {
    z-index: 1035;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    padding-top: 20px;
    background-color: #fff;
    box-shadow: -5px 0 10px rgba(0, 0, 0, .08)
}

body.setup-complete #sidebar_overlay {
    transition: opacity .3s, -webkit-transform .3s
}

body:not(.sidebar-overlay-toggle) #sidebar_overlay {
    opacity: 0;
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0)
}

body.sidebar-overlay-toggle #sidebar_overlay {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.sidebar-backdrop {
    z-index: 1030;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: rgba(0, 0, 0, .4);
    -webkit-tap-highlight-color: transparent;
    will-change: opacity;
    pointer-events: auto
}

body.setup-complete .sidebar-backdrop {
    transition: all .4s cubic-bezier(.35, 0, .1, 1)
}

body.sidebar-overlay-toggle .sidebar-backdrop {
    opacity: 1
}

body:not(.sidebar-overlay-toggle) .sidebar-backdrop {
    opacity: 0;
    visibility: hidden
}

.overlay-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 -1px;
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

#sidebar_left.sidebar {
    overflow: hidden;
    left: 0;
    width: 250px
}

.sidebar {
    position: absolute;
    height: 100%;
    top: 64px;
    bottom: 0;
    padding-bottom: 0;
    color: #fff;
    font-size: 13px
}

.sidebar-content {
    height: 100%;
    position: relative;
    padding-bottom: 50px
}

#sidebar_left .scrollbar-inner>.scroll-element.scroll-y {
    z-index: 1040;
    top: 0;
    right: 0;
    width: 5px;
    height: 99%;
    transition: opacity .25s ease
}

#sidebar_left .scrollbar-inner>.scroll-element .scroll-element_track {
    opacity: 1;
    background-color: #f8f8f8;
    border-left: 1px solid #ddd
}

#sidebar_left .scrollbar-inner>.scroll-element .scroll-bar {
    background-color: #bbb;
    border-radius: 0
}

.sidebar-menu {
    padding-top: 15px;
    padding-bottom: 60px;
    border-top: 1px solid #43484f
}

.sidebar-menu li>a {}

.sidebar-menu li>a>span.caret {
    position: absolute;
    top: 45%;
    right: 13px;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

.sidebar-menu li>a.menu-open>span.caret {
    border-top: 0;
    border-bottom: 5px solid
}

.sidebar-menu>li {
    margin: 0
}

.sidebar-menu>li:first-child {
    padding-top: 4px
}

.sidebar-menu>li>a {
    overflow: hidden;
    padding: 0;
    font-size: 0;
    font-weight: 600;
    line-height: 40px
}

.sidebar-menu>li>a>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: inherit
}

.sidebar-menu>li>a>span:nth-child(1) {
    width: 38px;
    font-size: 13px;
    text-align: center;
    padding-left: 13px
}

.sidebar-menu>li>a>span:nth-child(2) {
    padding-left: 6px;
    font-size: 13px
}

.sidebar-menu>li>a>.sidebar-title-tray {
    position: absolute;
    top: -2px;
    right: 13px
}

.sidebar-menu>li>a>.sidebar-title-tray .label {
    padding: 0 .4em .2em;
    font-size: 11px
}

.sidebar-menu>li>ul {
    display: none;
    clear: both;
    width: 250px;
    height: auto;
    border-left: 3px solid transparent
}

.sidebar-menu>li>ul>li>a {
    padding: 11px 20px 11px 30px
}

.sidebar-menu>li>ul>li:first-child>a {
    padding-top: 14px
}

.sidebar-menu>li>ul>li:last-child>a {
    padding-bottom: 17px
}

.sidebar-menu>li>ul>li>a>span:nth-child(1) {
    margin-right: 14px;
    font-size: 14px;
    width: 15px;
    text-align: center
}

.sidebar-menu>li>ul>li>a>span.badge,
.sidebar-menu>li>ul>li>a>span.label {
    float: right;
    line-height: 17px;
    color: #fff !important
}

.sidebar-menu li>a.menu-open+ul {
    display: block
}

.sidebar-menu>li>ul>li>ul {
    display: none;
    clear: both;
    width: 250px;
    height: auto;
    margin-left: -3px;
    border-left: 3px solid transparent
}

.sidebar-menu>li>ul>li>ul li a {
    padding: 9px 12px 9px 30px
}

.sidebar-menu>li>ul>li>ul li:last-child a {
    padding-bottom: 13px
}

.sidebar-menu>li>ul>li>ul li a .badge.badge-xs,
.sidebar-menu>li>ul>li>ul li a .label.label-xs {
    float: right;
    line-height: 17px;
    color: #fff !important
}

.sidebar-menu>li>ul>li>ul li a .bg-default,
.sidebar-menu>li>ul>li>ul li a .badge-default,
.sidebar-menu>li>ul>li>ul li a .label-default {
    color: #666 !important
}

.sidebar-menu>li>a.menu-open:after,
.sidebar-menu>li.active>a:after,
.sidebar-menu>li:hover>a:after,
.sidebar-menu>li:focus>a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 3px;
    background: #aaa
}

.sidebar-menu>li>ul>li>a.menu-open:after,
.sidebar-menu>li>ul>li.active>a:after,
.sidebar-menu>li>ul>li:hover>a:after,
.sidebar-menu>li>ul>li:focus>a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    height: 100%;
    width: 3px;
    background: #aaa
}

.sidebar-menu>li>ul>li>ul>li.active>a:after,
.sidebar-menu>li>ul>li>ul>li:hover>a:after,
.sidebar-menu>li>ul>li>ul>li:focus>a:after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 3px;
    background: #999
}

.sidebar-menu .sidebar-label {
    text-transform: uppercase;
    color: #70829a;
    font-weight: 600;
    padding-left: 18px;
    padding-bottom: 3px;
    font-size: 12px
}

.sidebar-menu .sidebar-stat .progress {
    clear: both;
    background-color: #aaa;
    background-color: rgba(0, 0, 0, .15)
}

.sidebar-menu .sidebar-stat>a {
    height: auto;
    overflow: visible
}

body.sb-top .navbar+#sidebar_left+#content_wrapper,
body.sb-top .navbar.navbar-static-top+#sidebar_left+#content_wrapper {
    margin-left: 0;
    padding-top: 55px
}

body.sb-top .navbar.navbar-fixed-top+#sidebar_left+#content_wrapper {
    margin-left: 0;
    padding-top: 119px
}

body.sb-top #toggle_sidemenu_r {
    display: none !important
}

body.sb-top #topbar-dropmenu {
    top: 0
}

body.sb-top #topbar.affix {
    margin-left: 0
}

body.sb-top.boxed-layout #topbar.affix {
    width: 1140px !important;
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto
}

body.sb-top.boxed-layout.sb-r-o #topbar.affix {
    width: 840px !important
}

body.sb-top .navbar-nav.navbar-right,
body.sb-top .navbar-nav.navbar-right:last-child {
    margin-right: 0
}

body.sb-top .navbar-branding {
    width: 160px
}

body.sb-top .navbar-fixed-top+#sidebar_left {
    margin-top: 0
}

body.sb-top #sidebar_left {
    overflow: visible;
    z-index: 1028;
    width: 100%;
    height: 55px;
    min-height: 0;
    margin-top: 0;
    padding: 0;
    border: 0
}

body.sb-top #sidebar_left .sidebar-menu .sidebar-label,
body.sb-top #sidebar_left .sidebar-menu .sidebar-title-tray,
body.sb-top #sidebar_left .sidebar-menu li>ul>li>ul>li .label {
    display: none !important
}

body.sb-top #sidebar_left .sidebar-menu {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0
}

body.sb-top #sidebar_left .sidebar-menu>li {
    float: left
}

body.sb-top #sidebar_left .sidebar-menu>li:first-child {
    padding-top: 0
}

body.sb-top #sidebar_left .sidebar-menu>li>a {
    overflow: visible;
    color: #bbb;
    padding: 0 18px;
    height: 55px;
    line-height: 55px;
    border: 0
}

body.sb-top #sidebar_left .sidebar-menu>li>a.menu-open,
body.sb-top #sidebar_left .sidebar-menu>li>a:focus,
body.sb-top #sidebar_left .sidebar-menu>li>a:hover,
body.sb-top #sidebar_left .sidebar-menu>li:hover>a,
body.sb-top #sidebar_left .sidebar-menu>li.active>a {
    color: inherit;
    background-color: #282d33;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

body.sb-top #sidebar_left .sidebar-menu>li.active>a {
    color: #fff !important;
    border-right: 0
}

body.sb-top #sidebar_left .sidebar-menu>li>a>span:nth-child(1) {
    width: auto;
    padding-left: 0;
    padding-right: 5px;
    line-height: 55px;
    border-right: 0
}

body.sb-top #sidebar_left .sidebar-menu li>a>span.caret {
    color: #858483;
    position: relative;
    top: 0;
    right: 0;
    margin-left: 5px
}

body.sb-top #sidebar_left .sidebar-menu>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 195px;
    height: auto;
    border-left: 0;
    padding-bottom: 2px;
    overflow: hidden
}

body.sb-top #sidebar_left .sidebar-menu>li>ul>li {
    overflow: hidden
}

body.sb-top #sidebar_left .sidebar-menu>li>ul>li>a {
    padding: 8px 15px
}

body.sb-top #sidebar_left .sidebar-menu>li>ul>li.active>a:after,
body.sb-top #sidebar_left .sidebar-menu>li>ul>li:focus>a:after,
body.sb-top #sidebar_left .sidebar-menu>li>ul>li:hover>a:after,
body.sb-top #sidebar_left .sidebar-menu>li>ul>li>a.menu-open:after {
    left: 1px;
    width: 3px
}

body.sb-top #sidebar_left .sidebar-menu>li>ul>li ul {
    width: 195px
}

body.sb-top #sidebar_left .sidebar-menu>li>ul>li>a .caret {
    position: absolute;
    top: 15px;
    right: 10px
}

body.sb-top #sidebar_left .sidebar-menu>li>ul>li>ul>li a {
    padding: 8px 15px 8px 20px
}

body.sb-top #sidebar_left .sidebar-menu>li>ul>li>ul>li:focus>a:after,
body.sb-top #sidebar_left .sidebar-menu>li>ul>li>ul>li:hover>a:after,
body.sb-top #sidebar_left .sidebar-menu>li>ul>li>ul>li.active>a:after {
    left: 1px;
    width: 3px
}

body.sb-top #sidebar_left .sidebar-menu li>ul>li>a.menu-open+ul {
    display: block !important
}

body.sb-top #sidebar_left.sidebar-light {
    border-right: 0;
    box-shadow: 0 1px 0 #ddd
}

body.sb-top #sidebar_left.sidebar-light .sidebar-menu {
    padding-top: 0
}

body.sb-top #sidebar_left.sidebar-light .sidebar-menu>li>a>span:nth-child(2) {
    font-size: 12px
}

body.sb-top #sidebar_left.sidebar-light .sidebar-menu>li>a>span:nth-child(2) {
    color: #888
}

body.sb-top #sidebar_left.sidebar-light .sidebar-menu>li>a.menu-open,
body.sb-top #sidebar_left.sidebar-light .sidebar-menu>li>a:focus,
body.sb-top #sidebar_left.sidebar-light .sidebar-menu>li>a:hover,
body.sb-top #sidebar_left.sidebar-light .sidebar-menu>li:hover>a,
body.sb-top #sidebar_left.sidebar-light .sidebar-menu>li.active>a {
    background-color: #fff
}

body.sb-top #sidebar_left.sidebar-light .sidebar-menu>li>ul {
    top: 99%;
    border: 0;
    margin-left: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    background-color: #fff
}

body.sb-top #sidebar_left.sidebar-light .sidebar-menu>li>ul>li ul {
    width: auto;
    background-color: #fbfbfb
}

body.sb-top #sidebar_left.sidebar-light .sidebar-menu li>ul>li>a {
    padding: 9px 15px 8px 17px
}

body.sb-top #sidebar_left.sidebar-light .sidebar-menu>li>ul>li>ul li a:before {
    display: none
}

body.sb-top.sb-top-sm .navbar+#sidebar_left+#content_wrapper,
body.sb-top.sb-top-sm .navbar.navbar-static-top+#sidebar_left+#content_wrapper {
    padding-top: 109px
}

body.sb-top.sb-top-sm .navbar.navbar-fixed-top+#sidebar_left+#content_wrapper {
    padding-top: 105px
}

body.sb-top.sb-top-sm #sidebar_left {
    height: 45px
}

body.sb-top.sb-top-sm #sidebar_left .sidebar-menu>li>a {
    height: 45px;
    line-height: 45px;
    padding: 0 16px
}

body.sb-top.sb-top-sm #sidebar_left .sidebar-menu>li>a>span:nth-child(1) {
    font-size: 12px;
    line-height: 45px
}

body.sb-top.sb-top-lg .navbar+#sidebar_left+#content_wrapper,
body.sb-top.sb-top-lg .navbar.navbar-static-top+#sidebar_left+#content_wrapper {
    padding-top: 75px
}

body.sb-top.sb-top-lg .navbar.navbar-fixed-top+#sidebar_left+#content_wrapper {
    padding-top: 139px
}

body.sb-top.sb-top-lg #sidebar_left {
    height: 75px
}

body.sb-top.sb-top-lg #sidebar_left .sidebar-menu>li>a {
    white-space: normal;
    height: 75px;
    line-height: inherit;
    text-align: center;
    padding: 0 10px
}

body.sb-top.sb-top-lg #sidebar_left .sidebar-menu>li>a>span:nth-child(1) {
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    padding-top: 4px
}

body.sb-top.sb-top-lg #sidebar_left .sidebar-menu>li>a>.sidebar-title {
    padding-left: 0
}

body.sb-top.sb-top-collapsed #sidebar_left {
    top: -110px
}

body.sb-top.sb-top-collapsed .navbar+#sidebar_left+#content_wrapper,
body.sb-top.sb-top-collapsed .navbar.navbar-static-top+#sidebar_left+#content_wrapper {
    padding-top: 0
}

body.sb-top.sb-top-collapsed .navbar.navbar-fixed-top+#sidebar_left+#content_wrapper {
    padding-top: 64px
}

body.sb-top.sb-top-collapsed #toggle_sidemenu_t .fa-caret-up {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

body.sb-top.sb-top-collapsed .navbar[class*=bg-] #toggle_sidemenu_t .fa-caret-up {
    color: #fff
}

body.sb-top.sb-top-collapsed .navbar.bg-light #toggle_sidemenu_t .fa-caret-up {
    color: #666
}

@media(max-width:1100px) {
    body.sb-top #content_wrapper {
        margin-left: 0 !important;
        left: 0 !important
    }
}

@media(max-width:900px) {
    body.sb-top #sidebar_left {
        top: 0 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        height: auto !important;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }
    body.sb-top #sidebar_left .sidebar-menu>li {
        float: none;
        width: 100%
    }
    body.sb-top #sidebar_left .sidebar-menu>li>a {
        height: 45px !important;
        line-height: 45px !important;
        padding: 0 16px !important;
        text-align: left !important
    }
    body.sb-top #sidebar_left .sidebar-menu>li>a>span:nth-child(1) {
        width: auto !important;
        font-size: 12px !important;
        line-height: 45px !important;
        padding: 0 !important
    }
    body.sb-top #sidebar_left .sidebar-menu>li>a>.sidebar-title {
        padding-left: 8px !important
    }
    body.sb-top #sidebar_left .sidebar-menu>li>ul>li ul,
    body.sb-top #sidebar_left .sidebar-menu>li>ul {
        position: relative;
        width: auto
    }
    body.sb-top #sidebar_left.sidebar-light {
        border-right: 0;
        box-shadow: 0 1px 0 #ddd
    }
    body.sb-top #sidebar_left.sidebar-light .sidebar-menu>li>a {
        border-bottom: 0 !important
    }
    body.sb-top #sidebar_left.sidebar-light .sidebar-menu>li>ul {
        border: 0;
        box-shadow: none
    }
    body.sb-top #sidebar_left.sidebar-light .sidebar-menu li>ul>li>a {
        padding: 9px 15px 8px 17px
    }
    body.sb-top #sidebar_left.sidebar-light .sidebar-menu>li>a.menu-open:after,
    body.sb-top #sidebar_left.sidebar-light .sidebar-menu>li>a.menu-open:before,
    body.sb-top #sidebar_left.sidebar-light .sidebar-menu>li.active>a:after,
    body.sb-top #sidebar_left.sidebar-light .sidebar-menu>li.active>a:before {
        display: none
    }
    body.sb-top .navbar-branding {
        width: 0;
        display: none
    }
    body.sb-top #toggle_sidemenu_t {
        width: 44px
    }
    body.sb-top .navbar.navbar-fixed-top+#sidebar_left+#content_wrapper {
        padding-top: 60px !important
    }
    body.sb-top.sb-top-collapsed #sidebar_left {
        visibility: visible !important;
        opacity: 1 !important
    }
}

@media(min-width:901px) {
    body.sb-top .sidebar-menu>li>a.menu-open+ul {
        display: none
    }
    body.sb-top .sidebar-menu>li:hover>a+ul {
        z-index: 1;
        display: block !important
    }
}

.sidebar-header {
    padding: 14px 16px
}

.sidebar-header.compressed {
    padding: 10px 18px
}

.author-widget-hidden .sidebar-header,
.search-widget-hidden .sidebar-header {
    padding: 10px 18px
}

.author-widget-hidden .sidebar-header .search-widget,
.search-widget-hidden .sidebar-header .search-widget,
.author-widget-hidden .sidebar-header .author-widget,
.search-widget-hidden .sidebar-header .author-widget {
    margin-bottom: 0
}

.author-widget-hidden.search-widget-hidden .sidebar-header {
    padding: 0
}

.sidebar-widget {
    position: relative;
    margin-bottom: 14px
}

.sidebar-widget:last-child {
    margin-bottom: 2px
}

.sidebar-widget.author-widget {
    display: table;
    table-layout: fixed;
    margin-bottom: 13px
}

.sidebar-widget.author-widget .media-left img {
    margin-left: 2px;
    max-width: 40px;
    border: 2px solid #888;
    border-radius: 50%
}

.sidebar-widget.author-widget .media-links a {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 1px;
    color: #70829a;
    font-size: 13px;
    text-decoration: none
}

.sidebar-widget.author-widget .media-links a:hover {
    color: #fff
}

.sidebar-widget.author-widget .media-body {
    padding-left: 3px;
    color: #fff
}

.sidebar-widget.author-widget.menu-widget-open .media-links a.sidebar-menu-toggle {
    color: #fff
}

.sidebar-widget.author-widget.author-widget-square .media-left {
    vertical-align: middle
}

.sidebar-widget.author-widget.author-widget-square .media-left img {
    float: left;
    margin-top: 2px;
    width: 36px;
    height: 36px;
    max-width: 36px;
    border-radius: 0
}

.sidebar-widget.author-widget.author-widget-square .media-body {
    width: auto;
    overflow: hidden
}

.sidebar-widget.menu-widget {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    height: 130px;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #282d33;
    border-top: 1px solid #24282d;
    border-bottom: 1px solid #24282d
}

.sidebar-widget.menu-widget a {
    position: relative;
    display: block;
    padding: 12px 5px;
    margin-bottom: 3px;
    transition: all .2s ease
}

.sidebar-widget.menu-widget a:hover {
    background-color: rgba(255, 255, 255, .1)
}

.sidebar-widget.menu-widget a h5 {
    display: none
}

.sidebar-widget.menu-widget a span {
    color: #ddd;
    font-size: 24px;
    transition: all .3s ease
}

.sidebar-widget.menu-widget a:hover span {
    color: #f6bb42
}

.sidebar-widget.search-widget .form-group {
    position: relative
}

.sidebar-widget.search-widget .append-icon {
    color: #70829a;
    top: 6px;
    left: 15px
}

.sidebar-widget.search-widget input {
    height: 34px;
    padding: 7px 15px 8px 40px;
    color: #70829a;
    font-size: 14px;
    background-color: #282d33;
    border: 1px solid #24282d;
    border-bottom: 1px solid #24282d
}

.sidebar-widget.search-widget input::-webkit-input-placeholder {
    color: #70829a
}

.sidebar-widget.search-widget input::-moz-placeholder {
    color: #70829a
}

.sidebar-widget.search-widget input:-moz-placeholder {
    color: #70829a
}

.sidebar-widget.search-widget input:-ms-input-placeholder {
    color: #70829a
}

.sidebar-widget.search-lg {
    padding: 0;
    margin-top: 15px;
    margin-left: -18px;
    margin-right: -18px
}

.sidebar-widget.search-lg .append-icon {
    top: 9px;
    left: 21px
}

.sidebar-widget.search-lg input {
    height: 40px;
    padding: 7px 15px 8px 45px;
    border-radius: 0;
    border-left-color: transparent;
    border-right-color: transparent
}

.sidebar-widget.search-widget-light input {
    background-color: #fff;
    transition: none
}

body.sb-l-m .author-widget .media-body,
body.sb-l-m .author-widget .media-heading {
    display: none
}

body.sb-l-m .author-widget .media-left img {
    max-width: 30px
}

@media(max-width:1px) {
    body.sb-l-m .author-widget {
        padding: 8px 7px
    }
}

[data-menu-toggle=sidebar_left_mini] {
    display: block;
    position: absolute;
    right: 0;
    width: 35px;
    height: 34px;
    font-size: 16px;
    text-align: center;
    padding: 6px 6px 5px;
    color: #666;
    color: #aaa;
    background-color: rgba(255, 255, 255, .15)
}

[data-menu-toggle=sidebar_left_mini]:active,
[data-menu-toggle=sidebar_left_mini]:focus,
[data-menu-toggle=sidebar_left_mini]:hover {
    color: #4d4d4d;
    text-decoration: none
}

body.sb-l-m [data-menu-toggle=sidebar_left_mini] {
    right: auto
}

#sidebar_left.sidebar-light [data-menu-toggle=sidebar_left_mini] {
    color: #999;
    background-color: rgba(0, 0, 0, .05)
}

.sidebar .sidebar-menu-border {
    padding-top: 0
}

.sidebar .sidebar-menu-border.sidebar-menu>li>a {
    z-index: 1025;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    padding: 0;
    height: 44px;
    line-height: 44px;
    font-weight: 600;
    background: 0 0;
    border-bottom: 1px solid #43484f
}

.sidebar .sidebar-menu-border.sidebar-menu>li>ul>li>a {
    padding-left: 22px
}

.sidebar .sidebar-menu-border.sidebar-menu>li.active>a {
    font-size: 13px;
    margin-left: 0;
    margin-right: 0;
    border-right: 2px solid #e64a31
}

.sidebar .sidebar-menu-border.sidebar-menu>li>a>span:nth-child(1) {
    float: left;
    top: 0;
    width: 45px;
    font-size: 12px;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
    border-right: 1px solid #43484f
}

.sidebar .sidebar-menu-border.sidebar-menu>li>a>span:nth-child(2) {
    font-size: 13px;
    letter-spacing: .1px;
    min-width: 15px;
    padding-left: 15px;
    vertical-align: inherit
}

.sidebar .sidebar-menu-border.sidebar-menu>li.sidebar-label {
    display: none
}

body.sb-l-m #sidebar_left .sidebar-menu-border {
    margin-top: 0;
    border-top-color: transparent
}

body.sb-l-m #sidebar_left .sidebar-menu-border.sidebar-menu>li {
    padding: 0
}

body.sb-l-m #sidebar_left .sidebar-menu-border.sidebar-menu>li>a {
    overflow: visible;
    width: 59px
}

body.sb-l-m #sidebar_left .sidebar-menu-border.sidebar-menu>li>a>span:nth-child(1) {
    width: 60px;
    border-right: 0
}

body.sb-l-m #sidebar_left .sidebar-menu-border.sidebar-menu>li>a>.sidebar-title {
    top: -1px;
    font-size: 13px;
    height: 45px
}

body.sb-l-m #sidebar_left .sidebar-menu-border.sidebar-menu>li>ul {
    top: 42px
}

body.sb-l-m #sidebar_left .sidebar-menu-border.sidebar-menu>li>ul>li:first-child {
    padding-top: 6px
}

body.sb-l-m #sidebar_left .sidebar-menu-border.sidebar-menu>li>ul>li>a {
    padding: 8px 12px 8px 15px
}

body.sb-l-m #sidebar_left .sidebar-menu-border.sidebar-menu li>a>span.caret {
    top: 17px;
    right: 10px
}

body.sb-l-m #sidebar_left .sidebar-menu-border.sidebar-menu li>ul>li>a {
    padding: 8px 15px
}

body.sb-l-m #sidebar_left .sidebar-menu-border.sidebar-menu li>ul>li>ul>li a {
    padding: 8px 15px 8px 40px
}

body.sb-l-m #sidebar_left .sidebar-menu-border.sidebar-menu>li>ul>li>ul li a:before {
    left: 20px
}

#sidebar_left .sidebar-menu-material {
    border: 0;
    padding-top: 0
}

#sidebar_left .sidebar-menu-material>li+li {
    margin-top: 3px
}

#sidebar_left .sidebar-menu-material>li>a {
    display: block;
    padding: 0 5px;
    margin: 0 15px;
    line-height: 38px;
    border-radius: 5px
}

#sidebar_left .sidebar-menu-material>li:hover>a,
#sidebar_left .sidebar-menu-material>li.active>a {
    background-color: rgba(0, 0, 0, .05)
}

#sidebar_left .sidebar-menu-material>li>a>span {
    display: inline-block;
    vertical-align: middle
}

#sidebar_left .sidebar-menu-material>li>a>span:nth-child(1) {
    width: 35px;
    padding-left: 5px
}

body.sb-l-m #sidebar_left .sidebar-menu-material {
    margin-top: 10px
}

body.sb-l-m #sidebar_left .sidebar-menu-material>li {
    padding: 0;
    left: 7px
}

body.sb-l-m #sidebar_left .sidebar-menu-material>li>a {
    display: inline-block;
    line-height: 38px;
    margin: 0
}

body.sb-l-m #sidebar_left .sidebar-menu-material>li>a>.sidebar-title {
    border-radius: 3px
}

body.sb-l-m #sidebar_left .sidebar-menu-material>li>a>span:nth-child(1) {
    padding-left: 0
}

body.sb-l-m #sidebar_left .sidebar-menu-material>li>ul {
    border-radius: 3px
}

body.sb-l-m #sidebar_left .sidebar-menu-material .sidebar-label {
    padding-left: 30px
}

#sidebar_left.sidebar-dark .sidebar-menu-material>li:hover>a,
#sidebar_left.sidebar-dark .sidebar-menu-material>li.active>a {
    background-color: rgba(255, 255, 255, .05)
}

body.sb-l-m #sidebar_left {
    position: absolute;
    overflow: visible;
    z-index: 1028;
    left: 0;
    width: 60px;
    height: 100%
}

body.sb-l-m #sidebar_left:before {
    width: 60px
}

body.sb-l-m #sidebar_left .sidebar-content {
    overflow: visible !important
}

body.sb-l-m #sidebar_left.has-scrollbar .sidebar-pane {
    display: none
}

body.sb-l-m #sidebar_left.has-scrollbar .sidebar-slider {
    display: none
}

body.sb-l-m .sidebar-header,
body.sb-l-m #sidebar_left .sidebar-title,
body.sb-l-m #sidebar_left .sidebar-label,
body.sb-l-m #sidebar_left .sidebar-title-tray,
body.sb-l-m #sidebar_left .caret,
body.sb-l-m #sidebar_left .sidebar-proj,
body.sb-l-m #sidebar_left .sidebar-stat {
    display: none
}

body.sb-l-m .sidebar-menu {
    margin-top: 0;
    border-top-color: transparent
}

body.sb-l-m .sidebar-menu>li {
    padding: 7px 0
}

body.sb-l-m .sidebar-menu>li>a {
    overflow: visible
}

body.sb-l-m .sidebar-menu>li>a>span:nth-child(1) {
    color: #ccc;
    left: -1px;
    width: 60px;
    font-size: 18px;
    padding-left: 0
}

body.sb-l-m .sidebar-menu>li>a>.sidebar-title {
    position: absolute;
    left: 60px;
    top: -4px;
    width: 210px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    padding-left: 15px;
    border-left: 1px solid #222;
    background-color: transparent
}

body.sb-l-m .sidebar-menu>li>a.menu-open+ul {
    display: none
}

body.sb-l-m .sidebar-menu>li:hover>a+ul,
body.sb-l-m .sidebar-menu>li:hover>a>.sidebar-title,
body.sb-l-m .sidebar-menu>li:hover>ul .caret {
    display: block !important
}

body.sb-l-m .sidebar-menu>li:hover>a+ul,
body.sb-l-m .sidebar-menu>li:hover>a>.sidebar-title,
body.sb-l-m .sidebar-menu>li:hover>ul .caret {
    display: block !important
}

body.sb-l-m .sidebar-menu>li:hover>a {
    background-color: transparent
}

body.sb-l-m .sidebar-menu>li>ul {
    overflow: hidden;
    position: absolute;
    left: 60px;
    top: 38px;
    width: 210px;
    height: auto;
    border-left: 1px solid #222;
    padding-bottom: 7px
}

body.sb-l-m .sidebar-menu>li>ul>li {
    overflow: hidden
}

body.sb-l-m .sidebar-menu>li>ul>li ul {
    width: 210px
}

body.sb-l-m .sidebar-menu>li>ul>li>ul {
    margin-left: 0
}

body.sb-l-m .sidebar-menu li>ul>li>a {
    padding: 8px 15px
}

body.sb-l-m .sidebar-menu li>ul>li>ul>li a {
    padding: 8px 15px 8px 20px
}

body.sb-l-m .sidebar-menu li>ul>li>a>span.caret,
body.sb-l-m .sidebar-menu li>ul>li>a.menu-open>span.caret {
    top: 7px
}

body.sb-l-m #content_wrapper {
    margin-left: 60px
}

body.sb-l-c.sb-l-m #content_wrapper {
    margin-left: 0
}

body.sb-l-m .navbar-branding {
    width: 60px
}

body.sb-l-m .navbar-brand {
    display: none
}

.sidebar {
    border-right-color: #30363e;
    background-color: #30363e
}

.sidebar-menu .sidebar-label {
    color: #70829a
}

.sidebar-menu li>a>span.caret {
    color: #70829a
}

.sidebar-menu li>a.menu-open>span.caret {
    color: #fff
}

.sidebar-menu>li a {
    color: #ccc
}

.sidebar-menu>li>a {
    color: #ccc
}

.sidebar-menu>li>a>span:nth-child(1) {
    color: #fff
}

.sidebar-menu>li>a:hover,
.sidebar-menu>li>a:focus,
.sidebar-menu>li>a:active {
    color: inherit;
    background-color: transparent
}

.sidebar-menu>li:hover>a:after,
.sidebar-menu>li:focus>a:after {
    background: 0 0
}

.sidebar-menu>li.active>a,
.sidebar-menu>li>a.menu-open {
    color: #fff;
    background-color: transparent
}

.sidebar-menu>li.active>a>span:nth-child(1),
.sidebar-menu>li>a.menu-open>span:nth-child(1) {
    color: #e64a31
}

.sidebar-menu>li.active>a:after,
.sidebar-menu>li>a.menu-open:after {
    background: 0 0
}

.sidebar-menu>li>ul {
    border-left-color: transparent;
    background-color: #282d33
}

.sidebar-menu>li>ul>li>a>span:nth-child(1) {
    color: #888
}

.sidebar-menu>li>ul>li>a:hover,
.sidebar-menu>li>ul>li>a:focus {
    color: inherit;
    background-color: transparent
}

.sidebar-menu>li>ul>li:hover>a:after,
.sidebar-menu>li>ul>li:focus>a:after {
    background: #e64a31
}

.sidebar-menu>li>ul>li.active>a,
.sidebar-menu>li>ul>li>a.menu-open {
    color: #fff;
    background-color: transparent
}

.sidebar-menu>li>ul>li.active>a>span:nth-child(1),
.sidebar-menu>li>ul>li>a.menu-open>span:nth-child(1) {
    color: #e64a31
}

.sidebar-menu>li>ul>li.active>a:after,
.sidebar-menu>li>ul>li>a.menu-open:after {
    background: #e64a31
}

.sidebar-menu>li>ul>li ul {
    border-left-color: #967adc;
    background-color: #22262c
}

.sidebar-menu>li>ul>li>ul>li>a {
    color: #bbb
}

.sidebar-menu>li>ul>li>ul>li>a>span:nth-child(1) {
    color: #bbb
}

.sidebar-menu>li>ul>li>ul>li>a:hover,
.sidebar-menu>li>ul>li>ul>li>a:focus {
    color: inherit;
    background-color: transparent
}

.sidebar-menu>li>ul>li>ul>li:hover>a:after,
.sidebar-menu>li>ul>li>ul>li:focus>a:after {
    background: #967adc
}

.sidebar-menu>li>ul>li>ul>li.active>a,
.sidebar-menu>li>ul>li>ul>li>a.menu-open {
    color: inherit;
    background: 0 0
}

.sidebar-menu>li>ul>li>ul>li.active>a>span:nth-child(1),
.sidebar-menu>li>ul>li>ul>li>a.menu-open>span:nth-child(1) {
    color: #fff
}

.sidebar-menu>li>ul>li>ul>li.active>a:after,
.sidebar-menu>li>ul>li>ul>li>a.menu-open:after {
    background: #967adc
}

body.sb-l-m .sidebar-menu>li>a>.sidebar-title {
    background-color: #282d33
}

body.sb-l-m .sidebar-menu>li.active>a>span:nth-child(1) {
    color: #e64a31
}

.sidebar-menu>li>ul>li {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.sidebar-menu>li>ul>li>ul>li {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

body.sb-top .sidebar-menu>li>ul>li,
body.sb-top .sidebar-menu>li>ul>li>ul>li,
body.sb-l-m .sidebar-menu>li>ul>li,
body.sb-l-m .sidebar-menu>li>ul>li>ul>li {
    -webkit-animation-duration: 0s;
    animation-duration: 0s
}

.sidebar.sidebar-light {
    color: #666;
    background-color: #f7f7f7;
    border-right: 1px solid #ced4da
}

.sidebar.sidebar-light .sidebar-menu {
    border-top-color: #ddd
}

.sidebar.sidebar-light .sidebar-menu>li a {
    color: #666
}

.sidebar.sidebar-light .sidebar-menu .sidebar-label {
    color: #999
}

.sidebar.sidebar-light .sidebar-menu li>a>span.caret {
    color: #999
}

.sidebar.sidebar-light .sidebar-menu li>a.menu-open>span.caret {
    color: #e64a31
}

.sidebar.sidebar-light .sidebar-menu>li>a {
    color: #666
}

.sidebar.sidebar-light .sidebar-menu>li>a>span:nth-child(1) {
    color: #666
}

.sidebar.sidebar-light .sidebar-menu>li>a:active,
.sidebar.sidebar-light .sidebar-menu>li>a:focus,
.sidebar.sidebar-light .sidebar-menu>li>a:hover {
    color: #333;
    background-color: rgba(0, 0, 0, .035)
}

.sidebar.sidebar-light .sidebar-menu>li.active>a>span:nth-child(2) .sidebar-menu>li>a.menu-open>span:nth-child(2) {
    color: #333
}

.sidebar.sidebar-light .sidebar-menu>li>a.menu-open>span:nth-child(1),
.sidebar.sidebar-light .sidebar-menu>li.active>a>span:nth-child(1) {
    color: #e64a31
}

.sidebar.sidebar-light .sidebar-menu>li:focus>a:after,
.sidebar.sidebar-light .sidebar-menu>li:hover>a:after {
    background: 0 0
}

.sidebar.sidebar-light .sidebar-menu>li>a.menu-open:after,
.sidebar.sidebar-light .sidebar-menu>li.active>a:after {
    background: 0 0
}

.sidebar.sidebar-light .sidebar-menu>li>ul>li>a {
    font-size: 14px;
    color: #888
}

.sidebar.sidebar-light .sidebar-menu>li>ul>li>a>span:nth-child(1) {
    color: #888
}

.sidebar.sidebar-light .sidebar-menu>li>ul {
    border-left-color: transparent;
    background-color: #f7f7f7
}

.sidebar.sidebar-light .sidebar-menu>li>ul>li>a:focus,
.sidebar.sidebar-light .sidebar-menu>li>ul>li>a:hover {
    color: #333;
    background-color: transparent
}

.sidebar.sidebar-light .sidebar-menu>li>ul>li>a.menu-open>span:nth-child(1),
.sidebar.sidebar-light .sidebar-menu>li>ul>li.active>a>span:nth-child(1) {
    color: #e64a31
}

.sidebar.sidebar-light .sidebar-menu>li>ul>li:focus>a:after,
.sidebar.sidebar-light .sidebar-menu>li>ul>li:hover>a:after {
    background: #e64a31
}

.sidebar.sidebar-light .sidebar-menu>li>ul>li>a.menu-open:after,
.sidebar.sidebar-light .sidebar-menu>li>ul>li.active>a:after {
    background: #e64a31
}

.sidebar.sidebar-light .sidebar-menu>li>ul>li>ul li a {
    font-size: 14px;
    padding: 10px 12px 10px 55px;
    border-bottom: 1px solid #ddd
}

.sidebar.sidebar-light .sidebar-menu>li>ul>li>ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    margin-top: -1px;
    left: 28px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #777
}

.sidebar.sidebar-light .sidebar-menu>li>ul>li>ul>li>a {
    color: #888
}

.sidebar.sidebar-light .sidebar-menu>li>ul>li>ul>li>a>span:nth-child(1) {
    color: #888
}

.sidebar.sidebar-light .sidebar-menu>li>ul>li ul {
    border-left-color: transparent;
    background-color: #f1f1f1;
    box-shadow: 0 1px 0 #d9d9d9 inset, 0 -1px 0 #d9d9d9 inset
}

.sidebar.sidebar-light .sidebar-menu>li>ul>li>ul>li>a:focus,
.sidebar.sidebar-light .sidebar-menu>li>ul>li>ul>li>a:hover {
    color: inherit;
    background-color: transparent
}

.sidebar.sidebar-light .sidebar-menu>li>ul>li>ul>li:focus>a:after,
.sidebar.sidebar-light .sidebar-menu>li>ul>li>ul>li:hover>a:after {
    background: #e64a31
}

.sidebar.sidebar-light .sidebar-menu>li>ul>li>ul>li>a.menu-open,
.sidebar.sidebar-light .sidebar-menu>li>ul>li>ul>li.active>a {
    color: inherit;
    background: 0 0
}

.sidebar.sidebar-light .sidebar-menu>li>ul>li>ul>li>a.menu-open:after,
.sidebar.sidebar-light .sidebar-menu>li>ul>li>ul>li.active>a:after {
    background: #e64a31
}

.sidebar.sidebar-light .sidebar-menu .sidebar-stat .progress {
    background-color: #ddd
}

.sidebar.sidebar-light .sidebar-toggle-mini a {
    color: #666;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-color: #d0d0d0;
    background-color: #ededed
}

.sidebar.sidebar-light .sidebar-toggle-mini:hover span {
    color: #e64a31
}

.sidebar.sidebar-light .sidebar-widget.author-widget .media-body {
    color: #333
}

.sidebar.sidebar-light .sidebar-widget.author-widget .media-links a {
    color: #999
}

.sidebar.sidebar-light .sidebar-widget.author-widget .media-links a:hover {
    color: #333
}

.sidebar.sidebar-light .sidebar-widget.author-widget.menu-widget-open .media-links a.sidebar-menu-toggle {
    color: #e64a31
}

.sidebar.sidebar-light .sidebar-widget.menu-widget {
    background-color: #f2f2f2;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2
}

.sidebar.sidebar-light .sidebar-widget.menu-widget a span {
    color: #777
}

.sidebar.sidebar-light .sidebar-widget.menu-widget a:hover {
    background-color: rgba(0, 0, 0, .1)
}

.sidebar.sidebar-light .sidebar-widget.menu-widget a:hover span {
    color: #e64a31
}

.sidebar.sidebar-light .sidebar-widget.search-widget input {
    background-color: #f2f2f2;
    border: 1px solid #dfdfdf;
    transition: none
}

.sidebar.sidebar-light .sidebar-widget.search-widget.search-lg {
    margin-left: -18px;
    margin-right: -18px
}

.sidebar.sidebar-light .sidebar-widget.search-widget.search-lg input {
    border-radius: 0;
    border-left-color: transparent;
    border-right-color: transparent
}

.sidebar.sidebar-light .sidebar-widget.search-widget.search-widget-light input {
    background-color: #fff
}

.sidebar.sidebar-light .sidebar-menu-border {
    border-top: 1px solid #ddd;
    padding-top: 0
}

.sidebar.sidebar-light .sidebar-menu-border .sidebar-label {
    display: none !important
}

.sidebar.sidebar-light .sidebar-menu-border.sidebar-menu>li>a {
    font-weight: 600;
    border-bottom: 1px solid #ddd
}

.sidebar.sidebar-light .sidebar-menu-border.sidebar-menu>li>ul {
    box-shadow: 0 -1px 0 #d9d9d9 inset
}

.sidebar.sidebar-light .sidebar-menu-border.sidebar-menu>li:first-child {
    padding-top: 0
}

.sidebar.sidebar-light .sidebar-menu-border.sidebar-menu>li.active>a {
    border-right: 2px solid #e64a31;
    background: 0 0;
    background: #fff;
    background-repeat: repeat-x;
    background: -moz-linear-gradient(top, #ffffff 1%, #f1f1f1 100%);
    background: -webkit-linear-gradient(top, #ffffff 1%, #f1f1f1 100%);
    background: linear-gradient(to bottom, #ffffff 1%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
    border-bottom: 1px solid #d8d8d8
}

.sidebar.sidebar-light .sidebar-menu-border.sidebar-menu>li>a.menu-open {
    background: 0 0;
    background: #fff;
    background-repeat: repeat-x;
    background: -moz-linear-gradient(top, #ffffff 1%, #f1f1f1 100%);
    background: -webkit-linear-gradient(top, #ffffff 1%, #f1f1f1 100%);
    background: linear-gradient(to bottom, #ffffff 1%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0)
}

.sidebar.sidebar-light .sidebar-menu-border.sidebar-menu>li>a>span:nth-child(1) {
    font-size: 15px;
    border-right: 1px solid #ddd
}

.sidebar.sidebar-light.light {
    background-color: #fff
}

.sidebar.sidebar-light.light .sidebar-menu>li>ul {
    background-color: #fbfbfb
}

.sidebar.sidebar-light.light .sidebar-menu>li>ul>li ul {
    background-color: #f5f5f5
}

body.sb-l-m .sidebar-light {
    background-color: #fafafa
}

body.sb-l-m .sidebar-light.light {
    background-color: #fff
}

body.sb-l-m .sidebar-light .sidebar-menu>li>a>.sidebar-title,
body.sb-l-m .sidebar-light .sidebar-menu>li>ul {
    border: 1px solid #ddd;
    border-top: 0;
    background-color: #f8f8f8;
    left: 59px;
    box-shadow: none
}

body.sb-l-m .sidebar-light .sidebar-menu>li>a>.sidebar-title {
    border-top: 1px solid #ddd
}

#sidebar_left.nano.affix {
    padding-bottom: 0
}

#sidebar_left.affix.nano .tooltip {
    z-index: 9999 !important
}

body.sb-l-m #sidebar_left.nano {
    position: absolute
}

body.sb-l-m #sidebar_left.nano>.nano-content {
    overflow: visible;
    right: 0 !important
}

body.sb-l-m.mobile-view .nano>.nano-pane {
    display: none !important
}

@media(max-width:800px) {
    .navbar-branding,
    body.sb-l-o .navbar-branding,
    body.sb-l-m .navbar-branding {
        max-width: 60px;
        margin-right: 5px
    }
    .navbar-brand,
    body.sb-l-o .navbar-brand,
    body.sb-l-m .navbar-brand {
        display: none
    }
    .menu-toggle-btn,
    body.sb-l-o .menu-toggle-btn,
    body.sb-l-m .menu-toggle-btn {
        float: left
    }
}

@media(max-width:1px) {
    body.sb-l-m #sidebar_left {
        width: 45px
    }
    body.sb-l-m #sidebar_left:before {
        width: 45px
    }
    body.sb-l-m .sidebar-menu>li>a>span:nth-child(1) {
        left: -1px;
        width: 45px;
        font-size: 18px
    }
    body.sb-l-m .sidebar-menu>li>a>.sidebar-title {
        position: absolute;
        left: 45px;
        top: -4px;
        width: 210px;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
        padding-left: 15px;
        border-left: 1px solid #222;
        background-color: #282d33
    }
    body.sb-l-m .sidebar-menu>li>ul {
        position: absolute;
        left: 45px;
        top: 38px;
        width: 210px;
        height: auto;
        border-left: 1px solid #222;
        padding-bottom: 7px;
        overflow: hidden
    }
    body.sb-l-m .sidebar-menu>li>ul>li ul {
        width: 210px
    }
    body.sb-l-m .sidebar-menu li>ul>li>a {
        padding: 8px 20px
    }
    body.sb-l-m .sidebar-menu li>ul>li>ul>li a {
        padding: 8px 20px 8px 35px
    }
    body.sb-l-m #content_wrapper {
        margin-left: 45px
    }
    body.sb-l-c.sb-l-m #content_wrapper {
        margin-left: 0
    }
    body.sb-l-o .navbar-branding,
    body.sb-l-m .navbar-branding {
        max-width: 45px;
        margin-right: 5px
    }
    body.sb-l-m .sidebar-light .sidebar-menu>li>a>.sidebar-title,
    body.sb-l-m .sidebar-light .sidebar-menu>li>ul {
        left: 44px
    }
}

#sidebar_right {
    visibility: hidden;
    position: absolute;
    width: 300px;
    height: 100%;
    top: 64px;
    right: -300px;
    border-left: 1px solid #c7c7c7;
    background-color: #f8f8f8
}

#sidebar_right .sidebar-right-header {
    width: 100%;
    height: 59px;
    padding: 4px 10px 4px 20px
}

#sidebar_right .sidebar-right-content a:hover {
    text-decoration: none
}

#sidebar_right.affix {
    position: fixed
}

#sidebar_right .panel {
    box-shadow: none
}

#sidebar_right .panel-heading {
    height: 51px;
    min-height: 51px;
    overflow: hidden
}

#sidebar_right .panel-tabs li a {
    padding: 17px 18px;
    border-right: 1px solid transparent
}

#sidebar_right .panel-tabs li:first-child a {
    border-left: 1px solid transparent
}

#sidebar_right .nav-tabs {
    top: 0
}

.title-divider {
    border-bottom: 1px solid #e8e8e8;
    padding: 0 5px 9px
}

#sidebar_right.nano>.nano-pane {
    background: rgba(0, 0, 0, .07)
}

#sidebar_right.nano>.nano-pane>.nano-slider {
    background: #444;
    background: #ccc
}

.sb-l-o #sidebar_left {
    left: 0;
    overflow: hidden
}

.sb-l-o #content_wrapper {
    margin-left: 250px
}

.sb-l-c #sidebar_left {
    left: -250px;
    overflow: hidden
}

.sb-l-c #content_wrapper {
    margin-left: 0
}

.sb-l-c .navbar-branding {
    width: 60px
}

.sb-l-c .navbar-brand {
    display: none
}

.sb-r-o #sidebar_right {
    right: 0;
    visibility: visible
}

.sb-r-o #content_wrapper {
    margin-right: 300px
}

.sb-r-c #sidebar_right {
    right: -300px
}

.sb-r-c #content_wrapper {
    margin-right: 0
}

.sb-l-c.sb-l-m #sidebar_left {
    left: -60px
}

@media(max-width:1300px) {
    #content_wrapper,
    .sb-l-o #content_wrapper {
        margin-left: 0;
        left: 250px
    }
    .sb-l-m #content_wrapper {
        left: 0
    }
    .sb-l-c #content_wrapper {
        margin-left: 0;
        left: 0
    }
    .sb-r-o #content_wrapper {
        margin-right: 0;
        left: -300px
    }
}

#dropmenu .topbar-menu>div {
    opacity: .85
}

#dropmenu .topbar-menu .metro-tile {
    opacity: 1;
    display: block;
    color: #fff;
    height: 95px;
    position: relative;
    padding: 15px 5px 0;
    margin-bottom: 8px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .15);
    background: rgba(255, 255, 255, .25);
    transition: background .3s ease
}

#dropmenu .topbar-menu .metro-tile:hover,
#dropmenu .topbar-menu .metro-tile:focus,
#dropmenu .topbar-menu .metro-tile:active {
    color: #fff;
    background: rgba(255, 255, 255, .4)
}

#dropmenu .topbar-menu .metro-tile:hover span,
#dropmenu .topbar-menu .metro-tile:focus span,
#dropmenu .topbar-menu .metro-tile:active span {
    color: #fff
}

#dropmenu .topbar-menu .metro-tile span:first-child {
    font-size: 44px
}

#dropmenu .topbar-menu .metro-tile .metro-title {
    position: absolute;
    left: 10px;
    bottom: 7px;
    font-size: 12px;
    font-weight: 600
}

.dropmenu-modal {
    opacity: 0;
    z-index: -1;
    cursor: pointer;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    transform: translate3d(0, 0, 0);
    transition: opacity .25s ease
}

body.dropmenu-open .dropmenu-modal {
    z-index: 9985;
    opacity: .5
}

body.dropmenu-open #dropmenu {
    transform: translateY(0%);
    transition-delay: .15s
}

#dropmenu {
    display: none
}

.dropmenu #dropmenu {
    display: block
}

.dropmenu .modal-dialog {
    width: 100%;
    margin: 0
}

.dropmenu .modal-content {
    box-shadow: none
}

.dropmenu .modal-body {
    margin-right: -17px;
    padding: 15px 20px 22px;
    border: 2px solid #999;
    border-bottom: 4px solid #e64a31;
    background-color: #fff;
    background-image: linear-gradient(-35deg, #FFFFFF 0%, #f3f3f3 50%, #ededed 50%, #ffffff 100%)
}

.dropmenu .bootbox-close-button {
    display: none
}

.bootbox.modal.fade .modal-dialog {
    transition: transform .35s ease
}

.dropmenu-tile {
    position: relative;
    display: block;
    height: 100px;
    border-radius: 3px;
    border: 1px solid #ddd;
    border-color: rgba(0, 0, 0, .08) rgba(0, 0, 0, .14) rgba(0, 0, 0, .18);
    text-shadow: 0 -1px rgba(255, 255, 255, .4);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .05), 0 2px 0 rgba(255, 255, 255, .3);
    background-repeat: repeat-x;
    background-color: #eaeaea;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%)
}

.dropmenu-tile .tile-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: -1px;
    margin-top: -1px
}

.dropmenu-tile .tile-inner:before {
    content: "";
    position: absolute;
    top: -25px;
    left: -35px;
    width: 95px;
    height: 65px;
    border: 1px solid transparent;
    border-color: rgba(0, 0, 0, .07) rgba(0, 0, 0, .1) rgba(0, 0, 0, .18);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
    background-color: #f2f2f2;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.18) 1%, rgba(255, 255, 255, 0.08) 100%);
    transform: rotate(135deg)
}

.dropmenu-tile .tile-icon {
    color: #fff;
    font-size: 17px;
    text-align: left;
    padding-top: 8px;
    padding-left: 12px
}

.dropmenu-tile .tile-icon>span {
    vertical-align: top;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4)
}

.dropmenu-tile .tile-title {
    position: absolute;
    top: 33px;
    jleft: 0;
    width: 100%;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    text-align: center
}

.tile-primary .tile-inner:before {
    background-color: #4a89dc !important
}

.tile-info .tile-inner:before {
    background-color: #3bafda !important
}

.tile-success .tile-inner:before {
    background-color: #70ca63 !important
}

.tile-warning .tile-inner:before {
    background-color: #f6bb42 !important
}

.tile-danger .tile-inner:before {
    background-color: #e64a31 !important
}

.tile-alert .tile-inner:before {
    background-color: #967adc !important
}

.tile-system .tile-inner:before {
    background-color: #37bc9b !important
}

.tile-dark .tile-inner:before {
    background-color: #3b3f4f !important
}

.navbar {
    z-index: 1030;
    margin-bottom: 0;
    height: 64px;
    color: #343a40;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid transparent;
    background-color: #fff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .15)
}

.navbar.navbar-shadow {
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, .08), 0 2px 0 0 rgba(0, 0, 0, .03);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .08), 0 2px 0 0 rgba(0, 0, 0, .03)
}

.navbar-branding {
    position: relative;
    overflow: hidden;
    float: left;
    height: 64px;
    width: 250px;
    margin-right: 10px;
    background-color: transparent
}

.navbar-branding .navbar-brand {
    color: #343a40;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .5px;
    padding: 0;
    padding-left: 11px
}

.navbar-branding .navbar-brand img {
    float: left;
    display: block;
    max-width: 32px;
    margin-top: 16px;
    margin-right: 7px
}

.navbar-branding .navbar-brand b {
    font-weight: 700
}

.navbar-nav.navbar-left {
    float: left;
    position: relative;
    padding-left: 12px;
    max-height: 64px
}

.navbar-nav.navbar-left>li>a {
    padding-right: 13px;
    padding-left: 13px
}

.navbar-nav.navbar-left>.dropdown .dropdown-menu:after {
    left: 10px;
    right: auto
}

.navbar-nav.navbar-right,
.navbar-nav.navbar-right:last-child {
    float: right;
    margin: 0 15px 0 0
}

.navbar-form {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-form.navbar-search input {
    height: 36px;
    min-width: 230px;
    padding: 0 12px;
    border-radius: 20px;
    border-color: #ddd;
    box-shadow: none;
    transition: all .2s ease
}

.navbar-form.navbar-search input:focus {
    border-color: #f0f0f0;
    background-color: #f8f8f8
}

.navbar-form.navbar-search.square input {
    height: 30px;
    border-radius: 3px;
    margin-top: -2px;
    margin-bottom: -2px
}

.navbar-nav {
    margin: 0
}

.navbar-nav>li {
    float: left
}

.navbar-nav .navbar-btn>a,
.navbar-nav .navbar-link>a {
    color: #343a40;
    font-size: 15px;
    font-weight: 600;
    height: 64px;
    max-height: 64px;
    line-height: 20px;
    padding-top: 22px;
    padding-bottom: 22px
}

.navbar-nav .navbar-link span.ad,
.navbar-nav .navbar-btn span.ad,
.navbar-nav .navbar-link span.fa,
.navbar-nav .navbar-btn span.fa {
    position: relative;
    font-size: 15px;
    min-width: 16px;
    vertical-align: middle
}

.navbar-nav .navbar-nav>li>a .ad,
.navbar-nav .navbar-nav>li>a .fa,
.navbar-nav .navbar-nav>li>a .glyphicon {
    vertical-align: middle
}

.navbar-nav .dropdown-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15)
}

.navbar-nav .dropdown-menu>li.dropdown-header {
    padding: 12px;
    border-bottom: 1px solid #e2e2e2;
    background-color: #f7f7f7
}

.navbar-nav .dropdown-menu>li.dropdown-header .dropdown-title {
    font-size: 13px;
    font-weight: 600;
    padding-left: 5px;
    line-height: 30px
}

.navbar-nav .dropdown-menu>li.dropdown-header .label {
    float: right;
    font-size: 75%;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    margin-right: 5px;
    padding: .1em .6em .2em
}

.navbar-nav .dropdown-menu>li.dropdown-footer a {
    text-align: center;
    padding: 8px 10px 9px;
    border-top: 1px solid #e2e2e2;
    background-color: #f7f7f7;
    transition: background-color .4s ease
}

.navbar-nav .dropdown-menu>li.dropdown-footer a:hover {
    background-color: #fffef0
}

.navbar-nav .open .dropdown-menu {
    padding: 0;
    margin-top: 0
}

.navbar-nav .open .dropdown-menu>a {
    font-weight: 600
}

.navbar-nav .open .dropdown-menu:before {
    z-index: 1025;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: #aaa
}

.navbar-nav .open .dropdown-menu:after {
    z-index: 1030;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    right: 11px;
    bottom: 100%;
    border-width: 0 9px 9px;
    border-bottom-color: #aaa
}

.navbar-nav>.open .dropdown-menu:before {
    background-color: #aaa
}

.navbar-nav>.open .dropdown-menu:after {
    border-bottom-color: #aaa
}

.navbar-nav .menu-divider,
.navbar-nav .navbar-divider {
    font-size: 8px;
    color: rgba(0, 0, 0, .18);
    padding: 28px 10px
}

.navbar-btn {
    padding: 0 6px;
    min-width: 40px;
    margin-top: 13px;
    margin-bottom: 13px
}

.navbar-btn>.btn {
    border: 1px solid #ced4da;
    background-color: rgba(0, 0, 0, .045)
}

.navbar-btn>.btn+.dropdown-toggle {
    border-left: 0
}

.navbar-btn>.btn .fa,
.navbar-btn>.btn .ad,
.navbar-btn>.btn .glyphicon,
.navbar-btn>.btn .glyphicons,
.navbar-btn>.btn .imoon {
    height: 20px;
    line-height: 20px
}

.navbar-btn>.btn:hover,
.navbar-btn>.btn:focus,
.navbar-btn>.btn:active,
.navbar-btn>.btn.active,
.navbar-btn.open>.dropdown-toggle.btn {
    background-color: rgba(0, 0, 0, .08)
}

.navbar-btn .badge {
    position: absolute;
    top: -7px;
    right: -5px;
    padding: 3px 6px;
    opacity: .95
}

.navbar-text-light {
    box-shadow: none;
    border-bottom-color: transparent
}

.navbar-text-light .navbar-branding .navbar-brand {
    color: #fff
}

.navbar-text-light [data-menu-toggle=sidebar_left],
.navbar-text-light [data-menu-toggle=sidebar_right] {
    color: #fff !important
}

.navbar-text-light .caret.caret-tp {
    border-top-color: rgba(255, 255, 255, .2)
}

.navbar-text-light .navbar-nav .navbar-btn>a,
.navbar-text-light .navbar-nav .navbar-link>a {
    color: #fff
}

.navbar-text-light .navbar-btn>.btn {
    color: #fff;
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, .2)
}

.navbar-text-light .navbar-btn>.btn:hover,
.navbar-text-light .navbar-btn>.btn:focus,
.navbar-text-light .navbar-btn>.btn:active,
.navbar-text-light .navbar-btn>.btn.active,
.navbar-text-light .navbar-btn.open>.dropdown-toggle.btn {
    background-color: rgba(255, 255, 255, .3)
}

.navbar-text-light>.nav>li>a:focus,
.navbar-text-light>.nav>li>a:hover,
.navbar-text-light>.nav>li.active>a,
.navbar-text-light>.nav>li:focus>a,
.navbar-text-light>.nav>li:hover>a,
.navbar-text-light>.nav>li.open>a {
    color: #fff;
    background-color: rgba(0, 0, 0, .08)
}

.navbar-text-light .nav>li.active>a,
.navbar-text-light .nav>li.open>a {
    color: #fff;
    background-color: rgba(0, 0, 0, .08)
}

.navbar-text-light .navbar-nav .open .dropdown-menu:before {
    background: rgba(0, 0, 0, .08)
}

.navbar-text-light .navbar-nav .open .dropdown-menu:after {
    border-bottom-color: rgba(0, 0, 0, .08)
}

.navbar-text-light .navbar-nav>.dropdown-flush .dropdown-menu:before {
    margin-top: -3px
}

.navbar-text-light .navbar-search input,
.navbar-text-light .navbar-search input:focus {
    border-color: transparent
}

.navbar-text-light .navbar-search.alt input {
    color: #bbb;
    color: rgba(255, 255, 255, .8);
    background-color: #bbb;
    background-color: rgba(255, 255, 255, .2);
    border-color: transparent
}

.navbar-text-light .navbar-search.alt input:focus {
    border-color: transparent
}

.navbar-text-light.navbar-shadow {
    border-bottom: 1px solid transparent;
    box-shadow: none
}

.navbar-text-light.navbar-gradient-btns .navbar-btn>.btn {
    background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    border-color: rgba(0, 0, 0, .07) rgba(0, 0, 0, .1) rgba(0, 0, 0, .18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.18) 1%, rgba(255, 255, 255, 0.08) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.18) 1%, rgba(255, 255, 255, 0.08) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0)
}

.navbar-primary {
    background: #4a89dc
}

.navbar-primary .navbar-nav .open .dropdown-menu:before {
    background: #4a89dc
}

.navbar-primary .navbar-nav .open .dropdown-menu:after {
    border-bottom-color: #4a89dc
}

.navbar-primary .nav-pills>li.active>a,
.navbar-primary .nav-pills>li.active>a:hover,
.navbar-primary .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #4a89dc
}

.navbar-success {
    background: #70ca63
}

.navbar-success .navbar-nav .open .dropdown-menu:before {
    background: #70ca63
}

.navbar-success .navbar-nav .open .dropdown-menu:after {
    border-bottom-color: #70ca63
}

.navbar-success .nav-pills>li.active>a,
.navbar-success .nav-pills>li.active>a:hover,
.navbar-success .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #70ca63
}

.navbar-info {
    background: #3bafda
}

.navbar-info .navbar-nav .open .dropdown-menu:before {
    background: #3bafda
}

.navbar-info .navbar-nav .open .dropdown-menu:after {
    border-bottom-color: #3bafda
}

.navbar-info .nav-pills>li.active>a,
.navbar-info .nav-pills>li.active>a:hover,
.navbar-info .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #3bafda
}

.navbar-warning {
    background: #f6bb42
}

.navbar-warning .navbar-nav .open .dropdown-menu:before {
    background: #f6bb42
}

.navbar-warning .navbar-nav .open .dropdown-menu:after {
    border-bottom-color: #f6bb42
}

.navbar-warning .nav-pills>li.active>a,
.navbar-warning .nav-pills>li.active>a:hover,
.navbar-warning .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #f6bb42
}

.navbar-danger {
    background: #e64a31
}

.navbar-danger .navbar-nav .open .dropdown-menu:before {
    background: #e64a31
}

.navbar-danger .navbar-nav .open .dropdown-menu:after {
    border-bottom-color: #e64a31
}

.navbar-danger .nav-pills>li.active>a,
.navbar-danger .nav-pills>li.active>a:hover,
.navbar-danger .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #e64a31
}

.navbar-alert {
    background: #967adc
}

.navbar-alert .navbar-nav .open .dropdown-menu:before {
    background: #967adc
}

.navbar-alert .navbar-nav .open .dropdown-menu:after {
    border-bottom-color: #967adc
}

.navbar-alert .nav-pills>li.active>a,
.navbar-alert .nav-pills>li.active>a:hover,
.navbar-alert .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #967adc
}

.navbar-system {
    background: #37bc9b
}

.navbar-system .navbar-nav .open .dropdown-menu:before {
    background: #37bc9b
}

.navbar-system .navbar-nav .open .dropdown-menu:after {
    border-bottom-color: #37bc9b
}

.navbar-system .nav-pills>li.active>a,
.navbar-system .nav-pills>li.active>a:hover,
.navbar-system .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #37bc9b
}

.navbar-dark {
    background: #3b3f4f
}

.navbar-dark .navbar-nav .open .dropdown-menu:before {
    background: #3b3f4f
}

.navbar-dark .navbar-nav .open .dropdown-menu:after {
    border-bottom-color: #3b3f4f
}

.navbar-dark .nav-pills>li.active>a,
.navbar-dark .nav-pills>li.active>a:hover,
.navbar-dark .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #3b3f4f
}

.navbar-gradient {
    z-index: 1030;
    margin-bottom: 0;
    color: #666;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 0 #c5c5c5;
    background-color: #fff;
    background-image: -moz-linear-gradient(top, #ffffff 1%, #efefef 100%);
    background-image: -webkit-linear-gradient(top, #ffffff 1%, #efefef 100%);
    background-image: linear-gradient(to bottom, #ffffff 1%, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0)
}

.navbar-gradient .navbar-form input {
    border-color: #ddd
}

.navbar-gradient-btns .navbar-btn>.btn {
    background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, .4);
    border-color: rgba(0, 0, 0, .07) rgba(0, 0, 0, .11) rgba(0, 0, 0, .14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0)
}

.navbar-gradient-btns .navbar-btn>.btn:hover,
.navbar-gradient-btns .navbar-btn>.btn:focus,
.navbar-gradient-btns .navbar-btn>.btn:active,
.navbar-gradient-btns .navbar-btn>.btn.active,
.navbar-gradient-btns .navbar-btn.open>.dropdown-toggle.btn {
    border-color: rgba(0, 0, 0, .12) rgba(0, 0, 0, .14) rgba(0, 0, 0, .18) !important;
    background-image: none !important
}

.navbar-gradient-btns.navbar-primary .navbar-btn>.btn {
    background-color: #2973d4 !important
}

.navbar-gradient-btns.navbar-info .navbar-btn>.btn {
    background-color: #27a2cf !important
}

.navbar-gradient-btns.navbar-success .navbar-btn>.btn {
    background-color: #58c148 !important
}

.navbar-gradient-btns.navbar-warning .navbar-btn>.btn {
    background-color: #f5b025 !important
}

.navbar-gradient-btns.navbar-danger .navbar-btn>.btn {
    background-color: #d4341a !important
}

.navbar-gradient-btns.navbar-alert .navbar-btn>.btn {
    background-color: #805ed5 !important
}

.navbar-gradient-btns.navbar-system .navbar-btn>.btn {
    background-color: #2e9c81 !important
}

.navbar-gradient-btns.navbar-dark .navbar-btn>.btn {
    background-color: #2e313d !important
}

.navbar.bg-primary,
.navbar.bg-info,
.navbar.bg-success,
.navbar.bg-warning,
.navbar.bg-danger,
.navbar.bg-alert,
.navbar.bg-system,
.navbar.bg-dark {
    border-bottom: 1px solid transparent;
    box-shadow: none
}

.navbar.bg-primary .navbar-nav .navbar-btn>a,
.navbar.bg-info .navbar-nav .navbar-btn>a,
.navbar.bg-success .navbar-nav .navbar-btn>a,
.navbar.bg-warning .navbar-nav .navbar-btn>a,
.navbar.bg-danger .navbar-nav .navbar-btn>a,
.navbar.bg-alert .navbar-nav .navbar-btn>a,
.navbar.bg-system .navbar-nav .navbar-btn>a,
.navbar.bg-dark .navbar-nav .navbar-btn>a,
.navbar.bg-primary .navbar-nav .navbar-link>a,
.navbar.bg-info .navbar-nav .navbar-link>a,
.navbar.bg-success .navbar-nav .navbar-link>a,
.navbar.bg-warning .navbar-nav .navbar-link>a,
.navbar.bg-danger .navbar-nav .navbar-link>a,
.navbar.bg-alert .navbar-nav .navbar-link>a,
.navbar.bg-system .navbar-nav .navbar-link>a,
.navbar.bg-dark .navbar-nav .navbar-link>a {
    color: #fff
}

.navbar.bg-primary .navbar-btn>.btn,
.navbar.bg-info .navbar-btn>.btn,
.navbar.bg-success .navbar-btn>.btn,
.navbar.bg-warning .navbar-btn>.btn,
.navbar.bg-danger .navbar-btn>.btn,
.navbar.bg-alert .navbar-btn>.btn,
.navbar.bg-system .navbar-btn>.btn,
.navbar.bg-dark .navbar-btn>.btn {
    color: #fff;
    border-color: transparent;
    background-color: rgba(255, 255, 255, .2)
}

.navbar.bg-primary.navbar-gradient-btns .navbar-btn>.btn,
.navbar.bg-info.navbar-gradient-btns .navbar-btn>.btn,
.navbar.bg-success.navbar-gradient-btns .navbar-btn>.btn,
.navbar.bg-warning.navbar-gradient-btns .navbar-btn>.btn,
.navbar.bg-danger.navbar-gradient-btns .navbar-btn>.btn,
.navbar.bg-alert.navbar-gradient-btns .navbar-btn>.btn,
.navbar.bg-system.navbar-gradient-btns .navbar-btn>.btn,
.navbar.bg-dark.navbar-gradient-btns .navbar-btn>.btn {
    background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    border-color: rgba(0, 0, 0, .07) rgba(0, 0, 0, .1) rgba(0, 0, 0, .18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.18) 1%, rgba(255, 255, 255, 0.08) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.18) 1%, rgba(255, 255, 255, 0.08) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0)
}

.navbar.bg-primary .navbar-nav>.dropdown-flush .dropdown-menu:before,
.navbar.bg-info .navbar-nav>.dropdown-flush .dropdown-menu:before,
.navbar.bg-success .navbar-nav>.dropdown-flush .dropdown-menu:before,
.navbar.bg-warning .navbar-nav>.dropdown-flush .dropdown-menu:before,
.navbar.bg-danger .navbar-nav>.dropdown-flush .dropdown-menu:before,
.navbar.bg-alert .navbar-nav>.dropdown-flush .dropdown-menu:before,
.navbar.bg-system .navbar-nav>.dropdown-flush .dropdown-menu:before,
.navbar.bg-dark .navbar-nav>.dropdown-flush .dropdown-menu:before {
    margin-top: -3px
}

.navbar.bg-primary .navbar-nav>.dropdown-flush .dropdown-menu:after,
.navbar.bg-info .navbar-nav>.dropdown-flush .dropdown-menu:after,
.navbar.bg-success .navbar-nav>.dropdown-flush .dropdown-menu:after,
.navbar.bg-warning .navbar-nav>.dropdown-flush .dropdown-menu:after,
.navbar.bg-danger .navbar-nav>.dropdown-flush .dropdown-menu:after,
.navbar.bg-alert .navbar-nav>.dropdown-flush .dropdown-menu:after,
.navbar.bg-system .navbar-nav>.dropdown-flush .dropdown-menu:after,
.navbar.bg-dark .navbar-nav>.dropdown-flush .dropdown-menu:after {
    border-bottom-color: #fff !important
}

.navbar.bg-primary .dropdown .caret.caret-tp,
.navbar.bg-info .dropdown .caret.caret-tp,
.navbar.bg-success .dropdown .caret.caret-tp,
.navbar.bg-warning .dropdown .caret.caret-tp,
.navbar.bg-danger .dropdown .caret.caret-tp,
.navbar.bg-alert .dropdown .caret.caret-tp,
.navbar.bg-system .dropdown .caret.caret-tp,
.navbar.bg-dark .dropdown .caret.caret-tp {
    border-top-color: rgba(255, 255, 255, .3)
}

.navbar.bg-primary .navbar-branding .navbar-brand,
.navbar.bg-info .navbar-branding .navbar-brand,
.navbar.bg-success .navbar-branding .navbar-brand,
.navbar.bg-warning .navbar-branding .navbar-brand,
.navbar.bg-danger .navbar-branding .navbar-brand,
.navbar.bg-alert .navbar-branding .navbar-brand,
.navbar.bg-system .navbar-branding .navbar-brand,
.navbar.bg-dark .navbar-branding .navbar-brand,
.navbar.bg-primary .navbar-branding .navbar-brand b,
.navbar.bg-info .navbar-branding .navbar-brand b,
.navbar.bg-success .navbar-branding .navbar-brand b,
.navbar.bg-warning .navbar-branding .navbar-brand b,
.navbar.bg-danger .navbar-branding .navbar-brand b,
.navbar.bg-alert .navbar-branding .navbar-brand b,
.navbar.bg-system .navbar-branding .navbar-brand b,
.navbar.bg-dark .navbar-branding .navbar-brand b {
    color: #fff
}

.navbar.bg-primary .menu-toggle-btn,
.navbar.bg-info .menu-toggle-btn,
.navbar.bg-success .menu-toggle-btn,
.navbar.bg-warning .menu-toggle-btn,
.navbar.bg-danger .menu-toggle-btn,
.navbar.bg-alert .menu-toggle-btn,
.navbar.bg-system .menu-toggle-btn,
.navbar.bg-dark .menu-toggle-btn {
    color: #fff !important
}

.navbar.bg-primary .navbar-search input,
.navbar.bg-info .navbar-search input,
.navbar.bg-success .navbar-search input,
.navbar.bg-warning .navbar-search input,
.navbar.bg-danger .navbar-search input,
.navbar.bg-alert .navbar-search input,
.navbar.bg-system .navbar-search input,
.navbar.bg-dark .navbar-search input,
.navbar.bg-primary .navbar-search input:focus,
.navbar.bg-info .navbar-search input:focus,
.navbar.bg-success .navbar-search input:focus,
.navbar.bg-warning .navbar-search input:focus,
.navbar.bg-danger .navbar-search input:focus,
.navbar.bg-alert .navbar-search input:focus,
.navbar.bg-system .navbar-search input:focus,
.navbar.bg-dark .navbar-search input:focus {
    border-color: transparent
}

.navbar.bg-primary .navbar-search.alt input,
.navbar.bg-info .navbar-search.alt input,
.navbar.bg-success .navbar-search.alt input,
.navbar.bg-warning .navbar-search.alt input,
.navbar.bg-danger .navbar-search.alt input,
.navbar.bg-alert .navbar-search.alt input,
.navbar.bg-system .navbar-search.alt input,
.navbar.bg-dark .navbar-search.alt input {
    color: #bbb;
    color: rgba(255, 255, 255, .8);
    background-color: #bbb;
    background-color: rgba(255, 255, 255, .2);
    border-color: transparent
}

.navbar.bg-primary .navbar-search.alt input:focus,
.navbar.bg-info .navbar-search.alt input:focus,
.navbar.bg-success .navbar-search.alt input:focus,
.navbar.bg-warning .navbar-search.alt input:focus,
.navbar.bg-danger .navbar-search.alt input:focus,
.navbar.bg-alert .navbar-search.alt input:focus,
.navbar.bg-system .navbar-search.alt input:focus,
.navbar.bg-dark .navbar-search.alt input:focus {
    border-color: transparent
}

.navbar.bg-primary.navbar-shadow,
.navbar.bg-info.navbar-shadow,
.navbar.bg-success.navbar-shadow,
.navbar.bg-warning.navbar-shadow,
.navbar.bg-danger.navbar-shadow,
.navbar.bg-alert.navbar-shadow,
.navbar.bg-system.navbar-shadow,
.navbar.bg-dark.navbar-shadow {
    border-bottom: 1px solid transparent;
    box-shadow: none
}

.navbar-nav .navbar-link .dropdown-menu {
    margin-top: 10px;
    border-top: 0
}

.navbar-nav .navbar-btn .dropdown-menu {
    margin-top: 25px;
    border-top: 0
}

.navbar-nav>.dropdown-flush .navbar-link>.dropdown-menu,
.navbar-nav>.disable-arrow .navbar-link>.dropdown-menu,
.navbar-nav>.dropdown-flush.navbar-link>.dropdown-menu,
.navbar-nav>.disable-arrow.navbar-link>.dropdown-menu {
    margin-top: 0;
    border-top: 0
}

.navbar-nav>.dropdown-flush .navbar-btn>.dropdown-menu,
.navbar-nav>.disable-arrow .navbar-btn>.dropdown-menu {
    margin-top: 16px;
    border-top: 0
}

.navbar>li.disable-arrow .open>.dropdown-menu:after,
.navbar>li.disable-arrow .navbar-btn.open>.dropdown-menu:after {
    display: none
}

.navbar[class*=bg-] li.disable-arrow .dropdown-menu {
    border-top: 0
}

.navbar .media-list>li.media {
    margin: 0;
    padding: 10px
}

.navbar .media-list>li.media+li.media {
    border-top: 1px solid #eee
}

.navbar .media-list>li.media>a {
    padding: 0;
    padding-right: 10px;
    display: table-cell
}

.navbar .media-list>li.media .media-heading small {
    color: #aaa
}

.navbar .dropdown-menu.list-group {}

.navbar .dropdown-menu.list-group>li.list-group-item {
    padding: 0;
    border-left: 0;
    border-right: 0
}

.navbar .dropdown-menu.list-group>li.list-group-item>a {
    font-weight: 600;
    padding: 13px
}

.navbar .dropdown-menu.list-group>li.list-group-item>a .label {
    float: right;
    height: 20px;
    font-size: 75%;
    line-height: 20px;
    padding: .1em .65em .2em
}

.navbar .dropdown-menu.list-group>li.list-group-item>a .fa,
.navbar .dropdown-menu.list-group>li.list-group-item>a .glyphicon,
.navbar .dropdown-menu.list-group>li.list-group-item>a .glyphicons {
    width: 22px
}

.navbar .dropdown-menu.list-group>li.dropdown-header+li.list-group-item {
    border-top: 0
}

.navbar .dropdown-menu>.panel {
    border-top: 0;
    margin: 0 -1px
}

.navbar .dropdown-menu>.panel>div {
    border-left-color: #c8c8c8;
    border-right-color: #c8c8c8
}

.navbar .dropdown-menu>.panel>:first-child {
    border-top: 0
}

.navbar .dropdown-menu>.panel>:last-child {
    border-bottom: 0
}

.navbar .dropdown-menu .panel {
    margin-bottom: 0;
    box-shadow: none
}

.navbar .dropdown-menu .panel .media-heading {
    font-size: 13px
}

.navbar .dropdown-menu .panel-menu {
    color: #666;
    font-size: 15px;
    padding: 12px 13px
}

.navbar .dropdown-menu .panel-menu .panel-title {
    font-size: 15px
}

.navbar .dropdown-menu .panel-tray .panel-footer {
    border: 1px solid #d0d0d0;
    border-color: #d0d0d0;
    border-top-color: #ddd
}

.navbar .dropdown-menu .panel-inverse .panel-menu,
.navbar .dropdown-menu .panel-inverse .panel-footer {
    background-color: #fff
}

.navbar .dropdown-menu .panel-inverse .panel-body {
    background-color: #f1f1f1
}

[data-menu-toggle=sidebar_left],
[data-menu-toggle=sidebar_right] {
    float: right;
    cursor: pointer;
    font-size: 18px;
    line-height: 64px;
    max-height: 64px;
    width: 60px;
    text-align: center;
    color: #666
}

[data-menu-toggle=sidebar_left]:active,
[data-menu-toggle=sidebar_right]:active,
[data-menu-toggle=sidebar_left]:focus,
[data-menu-toggle=sidebar_right]:focus,
[data-menu-toggle=sidebar_left]:hover,
[data-menu-toggle=sidebar_right]:hover {
    color: #4d4d4d;
    text-decoration: none
}

[data-menu-toggle=sidebar_top] {
    display: none;
    width: 31px;
    height: 64px;
    line-height: 64px;
    margin-left: 10px;
    background-color: rgba(0, 0, 0, .06);
    border-left: 1px solid rgba(0, 0, 0, .08);
    transition: background-color .2s ease
}

[data-menu-toggle=sidebar_top]:hover {
    background-color: rgba(0, 0, 0, .09);
    border-left: 1px solid rgba(0, 0, 0, .1)
}

[data-menu-toggle=sidebar_top] .fa-caret-up {
    position: relative;
    font-size: 13px;
    border: 1px solid;
    border-top: 3px solid;
    padding: 0 3px 1px;
    margin-bottom: 2px;
    transform: rotate(0deg)
}

body.sb-top [data-menu-toggle=sidebar_top] {
    display: block
}

.navbar .scrollbar-inner {
    max-height: 315px !important;
    min-width: 370px
}

.navbar .scrollbar-inner>.scroll-element.scroll-x {
    display: none
}

.navbar .scrollbar-overlay.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: rgba(0, 0, 0, .25)
}

.navbar .scrollbar-box {
    padding-right: 14px !important
}

.navbar .scrollbar-box.scrollbar-inner>.scroll-element.scroll-y {
    opacity: 1;
    z-index: 1040;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    border-radius: 0;
    transition: opacity .25s ease
}

.navbar .scrollbar-box.scrollbar-inner>.scroll-element .scroll-element_outer {
    border-radius: 0
}

.navbar .scrollbar-box.scrollbar-inner>.scroll-element .scroll-element_track {
    opacity: 1;
    border-radius: 0;
    border-left: 1px solid #e4e4e4;
    background-color: #f9f9f9
}

.navbar .scrollbar-box.scrollbar-inner>.scroll-element .scroll-bar {
    opacity: 1;
    width: 6px;
    margin-left: 5px;
    margin-top: 4px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .2)
}

.navbar .caret {
    position: relative;
    top: -1px;
    margin-left: 5px
}

.navbar .caret.alt {
    width: 20px;
    height: 20px;
    text-align: center;
    color: inherit;
    margin: 0;
    border: 0
}

.navbar li.dropdown .caret.alt:after {
    opacity: .75;
    font-size: 14px;
    display: inline-block;
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit
}

.navbar li.dropdown.open .caret.alt:after {
    opacity: 1
}

.navbar .navbar-right>li:last-child>.dropdown-menu>li>a {
    white-space: inherit
}

@media(max-width:900px) {
    .navbar .navbar-right:last-child {
        margin-right: 5px
    }
    .navbar .navbar-right>li:last-child>a>img {
        margin-right: 5px !important
    }
    .navbar .navbar-right>li:last-child>a>span {
        display: none
    }
    .navbar .navbar-right>li:last-child>a>span.caret {
        display: inline-block
    }
    .navbar-form.navbar-search {
        padding: 18px 8px;
        font-size: 16px;
        margin: 0;
        cursor: pointer;
        width: auto;
        float: left
    }
    .navbar-form.navbar-search .form-group {
        margin: 0 !important
    }
    .navbar-form.navbar-search:after {
        content: "\f002";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        position: relative;
        line-height: 1;
        display: inline-block;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-rendering: auto;
        transform: translate(0, 0)
    }
    .navbar-form.navbar-search input {
        opacity: 0;
        z-index: -1;
        visibility: hidden;
        position: absolute;
        top: -60px;
        left: 0;
        width: 100%;
        height: 60px;
        margin: 0;
        font-size: 24px;
        color: #aaa;
        border-radius: 0;
        border: 0;
        text-align: center;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }
    .navbar-form.navbar-search.square input {
        height: 62px
    }
    .navbar-form.navbar-search input:focus,
    .navbar.bg-light .navbar-form.navbar-search input:focus {
        background-color: #fff
    }
    .navbar-form.navbar-search.search-open input {
        z-index: 1040;
        opacity: 1 !important;
        visibility: visible;
        top: 0;
        color: #666 !important;
        border-bottom: 0;
        background-color: #fff !important;
        -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, .08), 0 2px 0 0 rgba(0, 0, 0, .02) !important;
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, .08), 0 2px 0 0 rgba(0, 0, 0, .02) !important
    }
    .navbar-form.navbar-search.search-open input:focus {
        border-bottom-color: #ddd
    }
    .navbar-form.navbar-search .search-remove {
        display: none;
        z-index: 1040;
        position: absolute;
        color: #aaa;
        top: 0;
        right: 0;
        height: 60px;
        line-height: 59px;
        padding-left: 15px;
        padding-right: 25px
    }
    .navbar-form.navbar-search .search-remove:after {
        position: relative;
        content: "\e014";
        font-family: glyphicons halflings;
        text-align: center;
        font-size: 20px
    }
    .navbar-form.navbar-search.search-open .search-remove:hover {
        color: #ec725e
    }
}

@media(max-width:599px) {
    .sb-l-m .navbar>.navbar-right,
    .navbar .navbar-nav>li.dropdown,
    .navbar .navbar-nav>li.dropdown .navbar-btn {
        position: static !important
    }
    .navbar .navbar-right:last-child {
        margin-right: 0
    }
    .navbar .nav>li.dropdown.open .dropdown-menu:after,
    .navbar .nav>li.dropdown>.open .dropdown-menu:after {
        display: none
    }
    .navbar-left .dropdown-menu,
    .navbar-right .dropdown-menu,
    .navbar-left .open .dropdown-menu,
    .navbar-right .open .dropdown-menu {
        z-index: 1000;
        margin-top: 0 !important;
        float: left;
        position: absolute;
        top: 100%;
        left: -1px;
        min-width: 101%;
        list-style: none;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .15);
        background-clip: padding-box;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
    }
    #user-status+.btn-group .multiselect-container.dropdown-menu,
    #user-role+.btn-group .multiselect-container.dropdown-menu {
        top: 34px !important;
        position: absolute !important;
        right: 0;
        left: auto
    }
}

.navbar .nav>li.dropdown .timeline-list {
    font-size: 14px
}

.navbar .nav>li.dropdown .timeline-list li.timeline-item {
    padding: 16px 70px 16px 52px
}

.navbar .nav>li.dropdown .timeline-list li.timeline-item.new-item {
    background-color: #fffdee
}

.navbar .nav>li.dropdown .timeline-list li.timeline-item:after {
    display: none;
    top: 0;
    left: 21px
}

.navbar .nav>li.dropdown .timeline-list li.timeline-item .timeline-icon {
    top: 12px;
    left: 9px;
    width: 32px;
    height: 32px;
    line-height: 22px;
    border-radius: 3px
}

.navbar .nav>li.dropdown .timeline-list li.timeline-item .timeline-desc {
    letter-spacing: 0
}

.navbar .nav>li.dropdown .timeline-list li.timeline-item .timeline-date {
    font-size: 12px;
    top: 17px;
    right: 8px
}

.navbar .nav>li.dropdown .chat-widget .media-left {
    padding-right: 10px
}

.navbar .nav>li.dropdown .chat-widget .media-right {
    padding-left: 10px
}

.navbar .nav>li.dropdown .chat-widget .media-left img,
.navbar .nav>li.dropdown .chat-widget .media-right img {
    max-width: 35px;
    border-radius: 2px;
    border: 0
}

.navbar .nav>li.dropdown .chat-widget .media-body {
    padding: 5px;
    background-color: #fafafa
}

.navbar .nav>li.dropdown .chat-widget .media-status {
    position: relative
}

.navbar .nav>li.dropdown .chat-widget .media-status:after {
    font-family: fontawesome;
    content: "\f111";
    position: absolute;
    top: 0;
    left: 3px;
    color: #aaa;
    font-size: 9px
}

.navbar .nav>li.dropdown .chat-widget .media-status.online:after {
    color: #70ca63
}

.navbar .nav>li.dropdown .chat-widget-alt .media {
    padding: 13px 8px 13px 11px
}

.navbar .nav>li.dropdown .chat-widget-alt .media+.media {
    margin-top: 1px;
    border-top: 1px solid #ddd
}

.navbar .nav>li.dropdown .chat-widget-alt .media-left {
    padding-top: 3px;
    padding-right: 15px;
    vertical-align: top
}

.navbar .nav>li.dropdown .chat-widget-alt .media-right {
    padding-top: 2px;
    padding-left: 15px
}

.navbar .nav>li.dropdown .chat-widget-alt .media-left img,
.navbar .nav>li.dropdown .chat-widget-alt .media-right img {
    max-width: 38px;
    border-radius: 64px;
    border: 1px solid #fff
}

.navbar .nav>li.dropdown .chat-widget-alt .media-body {
    padding: 0;
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 400;
    background-color: transparent
}

.navbar .nav>li.dropdown .chat-widget-alt .media-body p {
    margin: 0
}

.navbar .nav>li.dropdown .chat-widget-alt .media-timestamp {
    color: #9d9d9d;
    font-size: 13px;
    padding-top: 6px
}

.navbar .nav>li.dropdown .chat-widget-alt .media-timestamp .fa {
    font-size: 13px;
    font-weight: 300;
    padding-right: 5px
}

.navbar .nav>li.dropdown .chat-widget-alt .media-heading {
    color: #343a40;
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 10px
}

.navbar .nav>li.dropdown .chat-widget-alt .media-heading a {
    color: #343a40
}

.navbar .nav>li.dropdown .chat-widget-alt .media-heading .media-timestamp {
    position: absolute;
    right: 10px;
    padding-top: 0
}

.navbar .nav>li.dropdown .chat-widget-alt .media.media-status-avatar .media-left {
    position: relative
}

.navbar .nav>li.dropdown .chat-widget-alt .media.media-status-avatar .media-left:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 15px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #aaa
}

.navbar .nav>li.dropdown .chat-widget-alt .media.media-status-header .media-heading {
    position: relative;
    padding-left: 17px
}

.navbar .nav>li.dropdown .chat-widget-alt .media.media-status-header .media-heading:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 2px;
    left: -1px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #aaa
}

.navbar .nav>li.dropdown .chat-widget-alt .media-online.media-status-avatar .media-left:before {
    background-color: #62c554
}

.navbar .nav>li.dropdown .chat-widget-alt .media-online.media-status-header .media-heading:before {
    background-color: #62c554
}

.navbar .nav>li.dropdown .chat-widget-alt .media-away.media-status-avatar .media-left:before {
    background-color: #f5b633
}

.navbar .nav>li.dropdown .chat-widget-alt .media-away.media-status-header .media-heading:before {
    background-color: #f5b633
}

.navbar .nav>li.dropdown .chat-widget-alt .media-dnd.media-status-avatar .media-left:before {
    background-color: #e95e48
}

.navbar .nav>li.dropdown .chat-widget-alt .media-dnd.media-status-header .media-heading:before {
    background-color: #e95e48
}

.navbar .nav>li.dropdown .alerts-widget .media {
    position: relative
}

.navbar .nav>li.dropdown .alerts-widget .media-left {
    vertical-align: middle
}

.navbar .nav>li.dropdown .alerts-widget a.media-left {
    position: relative;
    vertical-align: top;
    padding: 1px 15px 0 0
}

.navbar .nav>li.dropdown .alerts-widget a.media-left .fa,
.navbar .nav>li.dropdown .alerts-widget a.media-left .glyphicon {
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    background-color: #aaa
}

.navbar .nav>li.dropdown .alerts-widget .media-body {
    color: #3d444b;
    font-weight: 400
}

.navbar .nav>li.dropdown .alerts-widget .media-body p {
    margin-bottom: 3px
}

.navbar .nav>li.dropdown .alerts-widget .media-body b {
    padding-right: 2px;
    color: #1d2124
}

.navbar .nav>li.dropdown .alerts-widget .media-heading {
    margin-bottom: 5px
}

.navbar .nav>li.dropdown .alerts-widget .media-timestamp {
    color: #888;
    font-size: 13px
}

.navbar .nav>li.dropdown .alerts-widget .media-right {
    text-align: right;
    position: absolute;
    right: 0;
    top: -3px
}

.navbar .nav>li.dropdown .alerts-widget .media-right .btn.btn-xs {
    font-size: 11px;
    padding: 0 5px
}

.navbar .nav>li.dropdown .alerts-widget .media-right .media-response {
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 2px
}

.navbar .nav>li.dropdown .alerts-widget .media-right .media-response.single {
    font-size: 11px;
    padding-top: 10px
}

.navbar-nav .user-menu .dropdown-menu {
    width: 265px;
    margin-right: 5px
}

.navbar-nav .user-menu .dropdown-menu span.caret {
    margin-right: 7px
}

.navbar-nav .user-menu .dropdown-menu img {
    max-width: 30px;
    border: 2px solid transparent
}

.navbar-nav .user-menu .dropdown-menu img+.caret {
    margin-right: 0;
    margin-left: 7px
}

.navbar-nav .user-menu .dropdown-menu .dropdown-header {
    color: #777;
    padding: 13px 15px 11px
}

.navbar-nav .user-menu .dropdown-menu .dropdown-header h4 {
    color: #666;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px
}

.navbar-nav .user-menu .dropdown-menu .dropdown-header a.user-menu-link {
    color: #7e7e7e;
    font-size: 13px;
    padding: 1px
}

.navbar-nav .user-menu .dropdown-menu .dropdown-header a.user-menu-icon {
    color: #aaa;
    font-size: 21px;
    position: absolute;
    top: 7px;
    right: 10px;
    padding: 0
}

.navbar-nav .user-menu .dropdown-menu .dropdown-header a.user-menu-icon:hover,
.navbar-nav .user-menu .dropdown-menu .dropdown-header a.user-menu-icon:focus,
.navbar-nav .user-menu .dropdown-menu .dropdown-header a.user-menu-icon:active {
    color: #555
}

.navbar-nav .user-menu .dropdown-menu .dropdown-footer a {
    font-size: 14px;
    padding: 7px 10px 9px
}

.navbar-nav .user-menu .dropdown-menu .dropdown-footer span {
    font-size: 13px;
    padding-right: 3px
}

.navbar-nav .user-menu .dropdown-menu.list-group>li.list-group-item>a {
    padding: 12px 13px
}

.content-topbar {
    z-index: 2;
    position: relative;
    width: 100%;
    height: 50px;
    margin: 15px 0 0;
    padding: 15px 35px 5px;
    border: 0;
    background-color: transparent;
    box-shadow: none
}

.content-topbar:before,
.content-topbar:after {
    content: " ";
    display: table
}

.content-topbar:after {
    clear: both
}

.content-topbar:before,
.content-topbar:after {
    content: " ";
    display: table
}

.content-topbar:after {
    clear: both
}

.content-topbar .topbar-left {
    float: left
}

.content-topbar .topbar-right {
    float: right
}

.content_title,
.topbar-title {
    font-weight: 400;
    margin-bottom: 14px;
    margin-top: 10px;
    font-weight: 500;
    font-size: 19px;
    color: #343a40;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: .5px;
    display: inline-block
}

.content-subtitle,
.topbar-subtitle {
    display: inline-block;
    color: #888;
    padding-left: 8px
}

.content-actions .actions,
.topbar-actions .actions {
    position: absolute;
    top: .3rem;
    right: 1rem
}

.breadcrumb-styled {
    padding: 0;
    margin: 0;
    list-style: none;
    border-radius: 0;
    background-color: transparent
}

.breadcrumb-styled .fa {
    font-size: 14px
}

.breadcrumb-styled li {
    float: left
}

.breadcrumb-styled li+li:before {
    display: none
}

.breadcrumb-styled li a {
    display: block;
    font-weight: 600;
    color: #888;
    background: #e1e1e1;
    text-decoration: none;
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 7px 0 5px;
    text-align: center;
    margin-right: 23px
}

.breadcrumb-styled li:nth-child(even) a {
    background-color: #e1e1e1
}

.breadcrumb-styled li:nth-child(even) a:before {
    border-color: #e1e1e1;
    border-left-color: transparent
}

.breadcrumb-styled li:nth-child(even) a:after {
    border-left-color: #e1e1e1
}

.breadcrumb-styled li:first-child a {
    padding-left: 15px;
    border-radius: 4px 0 0 4px
}

.breadcrumb-styled li:first-child a:before {
    border: 0
}

.breadcrumb-styled li:last-child a {
    padding-right: 15px;
    border-radius: 0 4px 4px 0
}

.breadcrumb-styled li a:before,
.breadcrumb-styled li a:after {
    content: "";
    position: absolute;
    top: 0;
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 15px 10px;
    width: 0;
    height: 0
}

.breadcrumb-styled li a:before {
    left: -20px;
    border-left-color: transparent
}

.breadcrumb-styled li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #e1e1e1
}

.breadcrumb-styled li a:hover {
    color: #333
}

.breadcrumb-styled li a:focus {
    color: #333
}

.breadcrumb-styled li.active a {
    color: #333
}

.breadcrumb-styled li a .fa {
    padding-right: 7px
}

.fill .breadcrumb-styled {
    background-color: transparent;
    margin: 0
}

.fill .breadcrumb-styled li a {
    color: #999;
    background: #ccc
}

.fill .breadcrumb-styled li:nth-child(even) a {
    background-color: #ccc
}

.fill .breadcrumb-styled li:nth-child(even) a:before {
    border-color: #ccc;
    border-left-color: transparent
}

.fill .breadcrumb-styled li:nth-child(even) a:after {
    border-left-color: #ccc
}

.fill .breadcrumb-styled li:first-child a:before {
    border: 0
}

.fill .breadcrumb-styled li a:before,
.fill .breadcrumb-styled li a:after {
    border: 0;
    border-width: 15px 10px
}

.fill .breadcrumb-styled li a:before {
    border-left-color: transparent
}

.fill .breadcrumb-styled li a:after {
    border-color: transparent;
    border-left-color: #ccc
}

.fill .breadcrumb-styled li a:hover,
.fill .breadcrumb-styled li a:focus,
.fill .breadcrumb-styled li.active a {
    color: #333
}

.breadcrumb-trail {
    font-size: 16px;
    float: left;
    position: relative;
    list-style: none;
    padding: 3px 20px 3px 0;
    margin-bottom: 0;
    background-color: #f5f5f5;
    background-color: transparent
}

.breadcrumb-trail>li {
    color: #999;
    display: inline-block
}

.breadcrumb-trail>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #bbb
}

.breadcrumb-trail>li a {
    color: #999
}

.breadcrumb-trail>li.active,
.breadcrumb-trail>li.active a {
    color: #444
}

.breadcrumb-trail>li.crumb-active,
.breadcrumb-trail>li.crumb-active>a {
    font-size: 18px;
    color: #444
}

.topbar-fill .breadcrumb-trail {
    font-size: 15px
}

.content-topbar.alt,
.content-topbar.fill {
    height: 60px;
    margin: 0 0 10px;
    padding: 15px 35px;
    background-color: #e3e3e3;
    border-bottom: 1px solid #d2d2d2
}

.content-topbar.alt .breadcrumb,
.content-topbar.fill .breadcrumb {
    height: 26px
}

.content-topbar.alt .breadcrumb li a,
.content-topbar.fill .breadcrumb li a {
    height: 26px;
    line-height: 26px
}

.content-topbar.alt .breadcrumb li a:before,
.content-topbar.fill .breadcrumb li a:before,
.content-topbar.alt .breadcrumb li a:after,
.content-topbar.fill .breadcrumb li a:after {
    border-width: 13px 10px
}

.content-topbar.transparent,
.content-topbar.topbar-transparent {
    padding: 10px 21px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fafafa
}

.content-topbar .topbar-nav-tabs {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
    margin: 0;
    border-bottom: 0
}

.content-topbar .topbar-nav-tabs>li {
    position: relative;
    display: block
}

.content-topbar .topbar-nav-tabs>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.content-topbar .topbar-nav-tabs>li>a:hover,
.content-topbar .topbar-nav-tabs>li>a:focus {
    text-decoration: none;
    background-color: #f7f7f7
}

.content-topbar .topbar-nav-tabs>li.disabled>a {
    color: #e1e1e1
}

.content-topbar .topbar-nav-tabs>li.disabled>a:hover,
.content-topbar .topbar-nav-tabs>li.disabled>a:focus {
    color: #e1e1e1;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.content-topbar .topbar-nav-tabs .open>a,
.content-topbar .topbar-nav-tabs .open>a:hover,
.content-topbar .topbar-nav-tabs .open>a:focus {
    background-color: #f7f7f7;
    border-color: #4a89dc
}

.content-topbar .topbar-nav-tabs .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.content-topbar .topbar-nav-tabs>li>a>img {
    max-width: none
}

.content-topbar .topbar-nav-tabs .open>a,
.content-topbar .topbar-nav-tabs .open>a:focus,
.content-topbar .topbar-nav-tabs .open>a:hover {
    border-color: #ccc
}

.content-topbar .topbar-nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.content-topbar .topbar-nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.49;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0
}

.content-topbar .topbar-nav-tabs>li>a:hover {
    border-color: #f7f7f7 #f7f7f7 #ddd
}

.content-topbar .topbar-nav-tabs>li.active>a,
.content-topbar .topbar-nav-tabs>li.active>a:hover,
.content-topbar .topbar-nav-tabs>li.active>a:focus {
    color: #ced4da;
    background-color: transparent;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.content-topbar .topbar-nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.content-topbar .topbar-nav-tabs.nav-justified>li {
    float: none
}

.content-topbar .topbar-nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.content-topbar .topbar-nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .content-topbar .topbar-nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .content-topbar .topbar-nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.content-topbar .topbar-nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 3px
}

.content-topbar .topbar-nav-tabs.nav-justified>.active>a,
.content-topbar .topbar-nav-tabs.nav-justified>.active>a:hover,
.content-topbar .topbar-nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .content-topbar .topbar-nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 3px 3px 0 0
    }
    .content-topbar .topbar-nav-tabs.nav-justified>.active>a,
    .content-topbar .topbar-nav-tabs.nav-justified>.active>a:hover,
    .content-topbar .topbar-nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.content-topbar .topbar-nav-tabs>li>a {
    color: #aaa;
    padding: 12px 16px
}

.content-topbar .topbar-nav-tabs>li:hover>a,
.content-topbar .topbar-nav-tabs>li:focus>a {
    border-color: #ddd
}

.content-topbar .topbar-nav-tabs>li.active>a,
.content-topbar .topbar-nav-tabs>li.active>a:hover,
.content-topbar .topbar-nav-tabs>li.active>a:focus {
    color: #666;
    font-weight: 600;
    background-color: #ebebeb;
    border-color: #ccc;
    border-bottom-color: transparent
}

.content-topbar .topbar-nav-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
    margin: -15px 3px
}

.content-topbar .topbar-nav-list>li {
    position: relative;
    display: block
}

.content-topbar .topbar-nav-list>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.content-topbar .topbar-nav-list>li>a:hover,
.content-topbar .topbar-nav-list>li>a:focus {
    text-decoration: none;
    background-color: #f7f7f7
}

.content-topbar .topbar-nav-list>li.disabled>a {
    color: #e1e1e1
}

.content-topbar .topbar-nav-list>li.disabled>a:hover,
.content-topbar .topbar-nav-list>li.disabled>a:focus {
    color: #e1e1e1;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.content-topbar .topbar-nav-list .open>a,
.content-topbar .topbar-nav-list .open>a:hover,
.content-topbar .topbar-nav-list .open>a:focus {
    background-color: #f7f7f7;
    border-color: #4a89dc
}

.content-topbar .topbar-nav-list .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.content-topbar .topbar-nav-list>li>a>img {
    max-width: none
}

.content-topbar .topbar-nav-list .open>a,
.content-topbar .topbar-nav-list .open>a:focus,
.content-topbar .topbar-nav-list .open>a:hover {
    border-color: #ccc
}

.content-topbar .topbar-nav-list li {
    display: inline-block
}

.content-topbar .topbar-nav-list li.active a {
    color: #444;
    border-bottom: 3px solid #4a89dc
}

.content-topbar .topbar-nav-list li a {
    color: #aaa;
    font-weight: 600;
    border-bottom: 3px solid transparent
}

.content-topbar .topbar-nav-list li a:focus,
.content-topbar .topbar-nav-list li a:hover {
    color: #444;
    background-color: transparent
}

.content-topbar .topbar-nav-list.nav-list-sm li a {
    padding: 10px 8px
}

.content-topbar .topbar-nav-list li a {
    font-size: 15px;
    font-weight: 400;
    border: 0;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 19px;
    padding-bottom: 17px
}

.content-topbar .topbar-nav-list li.active a {
    font-weight: 600;
    border-bottom: 0
}

.content-topbar .topbar-nav-list li.active a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 3px;
    background: #4a89dc
}

.content-topbar .topbar-nav-btns {
    margin: -3px 0
}

.content-topbar .topbar-nav-btns .btn-sm {
    font-size: 12px
}

@media(max-width:815px) {
    .content-topbar {
        padding: 10px 6px 10px 14px
    }
    .content-topbar.alt {
        min-height: 40px;
        padding: 10px 6px 10px 14px
    }
    .content-topbar.topbar-fixed.alt+#content .content-topbar.affix.alt+#content {
        margin-top: 40px
    }
}

@media(max-width:700px) {
    .content-topbar .breadcrumb {
        font-size: 14px;
        padding-top: 5px;
        padding-left: 2px
    }
    .content-topbar .breadcrumb .crumb-active {
        display: none
    }
    .content-topbar .breadcrumb>li.crumb-active+li:before {
        display: none
    }
}

#content-footer {
    color: #aaa;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 44px;
    padding: 12px 15px;
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
    -webkit-transition: margin .2s ease;
    transition: margin .2s ease
}

#content-footer b {
    color: #888
}

#content-footer .footer-meta {
    padding-right: 30px
}

#content-footer .footer-return-top {
    text-align: center;
    position: absolute;
    top: -3px;
    right: 5px;
    width: 25px;
    height: 25px;
    background-color: #eaeaea;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

#content-footer .footer-return-top span {
    position: relative;
    top: 3px;
    color: #aaa;
    font-size: 12px;
    -webkit-transition: all .23s ease;
    transition: all .2s ease
}

#content-footer .footer-return-top:hover {
    cursor: pointer;
    background-color: #e2e2e2
}

#content-footer .footer-return-top:hover span {
    color: #666
}

#content-footer.affix {
    z-index: 1;
    position: fixed;
    margin-left: 250px
}

body.sb-l-c #content-footer.affix {
    margin-left: 0
}

body.sb-l-m #content-footer.affix {
    margin-left: 60px
}

@media(max-width:900px) {
    body.sb-l-m #content-footer.affix {
        margin-left: 45px
    }
}

.animated-delay,
.animated-waypoint {
    opacity: 0
}

.sparkline-delay {
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 35px;
    line-height: 24px
}

.animated.animated-short {
    -webkit-animation-duration: .5s !important;
    animation-duration: .5s !important
}

.animated.animated-shorter {
    -webkit-animation-duration: .35s !important;
    animation-duration: .35s !important
}

.animated.animated-shortest {
    -webkit-animation-duration: .25s !important;
    animation-duration: .25s !important
}

.animated.animated-long {
    -webkit-animation-duration: .75s !important;
    animation-duration: .75s !important
}

.animated.animated-longer {
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important
}

.animated.animated-longest {
    -webkit-animation-duration: 1.25s !important;
    animation-duration: 1.25s !important
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

.circle-text {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.circle-text h2 {
    font-weight: 600;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 5px
}

.circle-text p {
    font-weight: 600;
    font-size: 12px;
    color: #999
}

.admin-skin.cke_chrome {
    font-family: open sans, Helvetica, Arial, sans-serif;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border-radius: 2px;
    background: #fafafa;
    border-color: #e7e7e7
}

.admin-skin .cke_top {
    background: #fafafa;
    border: 1px solid #d7d7d7;
    padding: 15px 16px 9px
}

.admin-skin .cke_toolgroup {
    border: 1px solid #ddd
}

.admin-skin .cke_combo_button,
.admin-skin .cke_toolgroup {
    margin-right: 10px;
    box-shadow: none;
    background: #fff;
    border-radius: 1px;
    border-color: #ddd
}

.admin-skin a.cke_button_disabled:active,
.admin-skin a.cke_button_disabled:focus,
.admin-skin a.cke_button_disabled:hover {
    border: 1px solid transparent;
    padding: 4px 6px
}

.admin-skin a.cke_button {
    padding: 4px 6px;
    border: 1px solid transparent
}

.admin-skin a.cke_button:active,
.admin-skin a.cke_button:focus,
.admin-skin a.cke_button:hover {
    padding: 4px 6px;
    background: #f2f2f2;
    border: 1px solid transparent
}

.admin-skin .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,
.admin-skin .cke_toolgroup a.cke_button:last-child:after {
    display: none
}

.admin-skin .cke_contents {
    border-radius: 0;
    border: 1px solid #ddd;
    background-color: #fff
}

.admin-skin .cke_contents+.cke_bottom,
.admin-skin .cke_top+.cke_contents {
    border-top: 0
}

.admin-skin .cke_bottom {
    background: 0 0;
    padding: 6px 4px;
    border: 1px solid #e7e7e7
}

.admin-skin .cke_resizer {
    margin-top: 6px;
    margin-right: 4px;
    border-right-color: #999
}

.cke_editable_inline.cke_show_borders:focus {
    outline-width: 2px;
    outline-style: dashed;
    outline-offset: 6px;
    outline-color: #f6bb42;
    background: #f2f2f2
}

.cke-hide-bottom .cke_bottom {
    display: none
}

.cke_toolbar_break {
    clear: none !important;
    display: block !important
}

#counter {
    width: 100%;
    min-height: 200px;
    padding: 30px 20px;
    margin-bottom: 100px
}

.countdown-rtl {
    direction: rtl
}

.countdown-holding span {
    color: #888
}

.countdown-row {
    clear: both;
    width: 100%;
    padding: 0 2px;
    text-align: center
}

.countdown-show1 .countdown-section {
    width: 98%
}

.countdown-show2 .countdown-section {
    width: 48%
}

.countdown-show3 .countdown-section {
    width: 32.5%
}

.countdown-show4 .countdown-section {
    width: 24.5%
}

.countdown-show5 .countdown-section {
    width: 19.5%
}

.countdown-show6 .countdown-section {
    width: 16.25%
}

.countdown-show7 .countdown-section {
    width: 14%
}

.countdown-section {
    position: relative;
    display: block;
    float: left;
    font-size: 75%;
    text-align: center
}

.countdown-section:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 45%;
    margin-top: 18%;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, .5)
}

.countdown-section:last-child:after {
    display: none
}

.countdown-amount {
    color: #fff;
    font-weight: 200;
    font-size: 90px
}

.countdown-period {
    display: block;
    color: #fff;
    font-weight: 200;
    font-size: 24px
}

.countdown-descr {
    display: block;
    width: 100%
}

table.dataTable {
    margin: 0 !important
}

table.dataTable tr.odd {
    background-color: #fff
}

table.dataTable thead th {
    padding: 12px 10px;
    background-color: #f9f9f9
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 10px;
    bottom: 12px
}

.dt-panelmenu {
    padding: 12px 15px;
    background: #f8f8f8;
    border-bottom: 1px solid #e5e5e5
}

.dt-panelmenu:before,
.dt-panelmenu:after {
    content: " ";
    display: table
}

.dt-panelmenu:after {
    clear: both
}

.dt-panelmenu:before,
.dt-panelmenu:after {
    content: " ";
    display: table
}

.dt-panelmenu:after {
    clear: both
}

.dt-panelfooter {
    padding: 10px 15px;
    background: #f8f8f8;
    border-top: 1px solid #e5e5e5
}

.dt-panelfooter:before,
.dt-panelfooter:after {
    content: " ";
    display: table
}

.dt-panelfooter:after {
    clear: both
}

.dt-panelfooter:before,
.dt-panelfooter:after {
    content: " ";
    display: table
}

.dt-panelfooter:after {
    clear: both
}

table.dataTable tfoot th {
    padding: 11px 18px 11px 10px;
    font-weight: 600;
    background: #f2f2f2;
    border-top: 1px solid #ddd
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 3px 0 0
}

div.dataTables_wrapper div.dataTables_info {
    float: left;
    color: #888;
    font-size: 15px;
    padding-top: 12px
}

.dataTables_length {
    float: left
}

.dataTables_length select {
    margin: 0 5px
}

.dataTables_filter {
    float: right
}

.dataTables_filter label,
.dataTables_length label {
    margin: 0
}

table.dataTable .form-control {
    width: 100%
}

table.dataTable td.dataTables_empty {
    padding: 50px !important;
    background: #f6f6f6 !important
}

.dt-abc-filter {
    padding: 4px 0
}

.dt-abc-filter span {
    cursor: pointer;
    padding: 0 9px;
    font-size: 12px;
    font-weight: 600;
    color: #4a89dc;
    display: inline-block
}

.dt-abc-filter .abc-label {
    color: #999;
    padding: 0 3px
}

table.dataTable tr.row-label td {
    background: #f6f6f6;
    color: #333;
    font-weight: 600;
    cursor: pointer
}

.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
    color: #555;
    border-color: #eee;
    background-color: #fffef0 !important
}

.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
    color: #555;
    border-color: #eee;
    background-color: #faf9df !important
}

.DTE .DTE_Header {
    background-color: #fafafa
}

.DTE .DTE_Header h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px
}

.DTE .DTE_Body {
    min-height: 100px
}

.DTE .DTE_Body:after,
.DTE .DTE_Body:before {
    content: " ";
    display: table
}

.DTE .DTE_Body:after {
    clear: both
}

.DTE .DTE_Body:after,
.DTE .DTE_Body:before {
    content: " ";
    display: table
}

.DTE .DTE_Body:after {
    clear: both
}

.fchild-checkbox.dataTable thead th.sorting_disabled {
    background: #fff
}

.fchild-checkbox.dataTable tr td:first-child {
    text-align: center
}

.fchild-checkbox.dataTable tr td:first-child:before {
    content: "\f096";
    font-family: FontAwesome;
    color: #bbb
}

.fchild-checkbox.dataTable tr.active td:first-child:before {
    content: "\f046";
    color: #555
}

.fchild-checkbox.dataTable tr td.dataTables_empty:first-child:before {
    content: ""
}

div.DTE_Inline div.DTE_Field input {
    background-color: #fffef0
}

.DTTT_Print #content_wrapper {
    margin: 0 !important;
    padding: 0 !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important
}

.DTTT_print_info {
    position: fixed;
    top: 10%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-left: -200px;
    margin-top: -75px;
    text-align: center;
    color: #333;
    padding: 10px 30px;
    background: #fff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    background: linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    opacity: .95;
    border: 1px solid #000;
    border: 1px solid rgba(0, 0, 0, .5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .5)
}

.DTTT_print_info h6 {
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    margin: 1em
}

.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px
}

tr.shown+tr {
    background-color: #f7f7f7
}

td.details-control {
    background: url(../../../img/plugins/details_open.png) no-repeat center center;
    cursor: pointer
}

tr.shown td.details-control {
    background: url(../../../img/plugins/details_close.png) no-repeat center center
}

.dropzone {
    min-height: 200px;
    background: 0 0;
    border: 0;
    outline: 0;
    padding: 15px
}

.dropzone .dz-default.dz-message {
    cursor: pointer;
    background-image: none;
    width: 100%;
    height: 100%;
    top: 23%;
    margin-left: 0;
    margin-top: -23px;
    text-align: center;
    left: 0
}

.dropzone .dz-default.dz-message span {
    display: inline-block;
    text-align: center
}

.dropzone .dz-default.dz-message span.main-text {
    cursor: pointer;
    font-size: 28px;
    font-weight: 400;
    color: #666
}

.dropzone .dz-default.dz-message span.main-text b {
    cursor: pointer;
    font-size: 40px;
    color: #555
}

.dropzone .dz-default.dz-message span.sub-text {
    font-size: 20px;
    color: #888
}

.dropzone .dz-default.dz-message i.fa {
    cursor: pointer;
    color: #4a89dc;
    font-size: 100px;
    display: block;
    margin-bottom: 15px
}

.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
    cursor: pointer
}

.dropzone .dz-preview,
.dropzone-previews .dz-preview {
    box-shadow: none;
    border-color: #ddd
}

.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
    font-size: 13px
}

.dropzone .dz-preview .dz-details,
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details img {
    width: 115px
}

.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
    margin-top: 30px;
    border-radius: 0
}

.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone .dz-preview.dz-error .dz-success-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-success-mark {
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.dropzone.dropzone-sm .dz-default.dz-message i.fa {
    color: #bbb;
    font-size: 70px;
    margin-bottom: 6px
}

.dropzone.dropzone-sm .dz-default.dz-message span.main-text {
    font-size: 22px
}

.dropzone.dropzone-sm .dz-default.dz-message span.main-text b {
    font-size: 32px
}

.dropzone.dropzone-sm .dz-default.dz-message span.sub-text {
    font-size: 16px
}

.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
    display: none !important
}

.expose-overlay {
    display: none;
    background: rgba(0, 0, 0, .6);
    z-index: 9999
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle
}

.btn-file>input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer
}

.fileupload .uneditable-input {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: text
}

.fileupload .thumbnail {
    cursor: pointer;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
    outline: 2px dashed #d9d9d9;
    border: 0;
    background: 0 0
}

.fileupload .thumbnail>img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%
}

.fileupload .btn {
    vertical-align: middle
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
    display: none !important
}

.fileupload-inline .fileupload-controls {
    display: inline
}

.fileupload-new .input-group .btn-file {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.thumbnail-borderless .thumbnail {
    cursor: pointer;
    border: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.fileupload-new.thumbnail-borderless .thumbnail {
    border: 1px solid #ddd
}

.control-group.warning .fileupload .uneditable-input {
    color: #a47e3c;
    border-color: #a47e3c
}

.control-group.warning .fileupload .fileupload-preview {
    color: #a47e3c
}

.control-group.warning .fileupload .thumbnail {
    border-color: #a47e3c
}

.control-group.error .fileupload .uneditable-input {
    color: #b94a48;
    border-color: #b94a48
}

.control-group.error .fileupload .fileupload-preview {
    color: #b94a48
}

.control-group.error .fileupload .thumbnail {
    border-color: #b94a48
}

.control-group.success .fileupload .uneditable-input {
    color: #468847;
    border-color: #468847
}

.control-group.success .fileupload .fileupload-preview {
    color: #468847
}

.control-group.success .fileupload .thumbnail {
    border-color: #468847
}

#flotTip,
.jqstooltip {
    color: #fff;
    width: auto !important;
    height: auto !important;
    padding: 2px 6px !important;
    background-color: rgba(0, 0, 0, .7) !important;
    border: 0 !important;
    border-radius: 3px
}

.flot-x-axis .flot-tick-label.tickLabel {
    color: #aaa
}

.flot-y-axis .flot-tick-label.tickLabel {
    color: #aaa;
    padding-top: 6px;
    padding-left: 14px
}

td.legendColorBox {
    padding: 5px
}

.fc-event {
    position: relative;
    cursor: pointer;
    padding: 8px;
    margin: 7px 0;
    color: #666;
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ddd;
    border-left: 4px solid #ddd
}

.fc-event-desc {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px
}

.fc-event-icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    font-size: 16px;
    text-align: center
}

.fc-event:focus,
.fc-event:hover {
    color: #777;
    background: #f4f4f4
}

.fc-view-container .fc-event {
    padding: 8px;
    margin: 2px 10px 3px;
    background: #f9f9f9;
    background-repeat: repeat-x;
    text-shadow: 0 -1px rgba(255, 255, 255, .4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
    border-color: rgba(0, 0, 0, .08) rgba(0, 0, 0, .14) rgba(0, 0, 0, .18);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
    background-color: #f0f0f0
}

.fc-view-container .fc-event .fc-content {
    overflow: hidden;
    text-overflow: ellipsis
}

.fc-event.fc-event-primary {
    border-left-color: #4a89dc
}

.fc-event.fc-event-primary .fc-event-icon {
    color: #4a89dc
}

.fc-event.fc-event-info {
    border-left-color: #3bafda
}

.fc-event.fc-event-info .fc-event-icon {
    color: #3bafda
}

.fc-event.fc-event-success {
    border-left-color: #70ca63
}

.fc-event.fc-event-success .fc-event-icon {
    color: #70ca63
}

.fc-event.fc-event-warning {
    border-left-color: #f6bb42
}

.fc-event.fc-event-warning .fc-event-icon {
    color: #f6bb42
}

.fc-event.fc-event-danger {
    border-left-color: #e64a31
}

.fc-event.fc-event-danger .fc-event-icon {
    color: #e64a31
}

.fc-event.fc-event-alert {
    border-left-color: #967adc
}

.fc-event.fc-event-alert .fc-event-icon {
    color: #967adc
}

.fc-event.fc-event-system {
    border-left-color: #37bc9b
}

.fc-event.fc-event-system .fc-event-icon {
    color: #37bc9b
}

.fc-event.fc-event-dark {
    border-left-color: #3b3f4f
}

.fc-event.fc-event-dark .fc-event-icon {
    color: #3b3f4f
}

.fc button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1.49;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .12) rgba(0, 0, 0, .15);
    color: #666;
    background-color: #f7f7f7;
    background-repeat: repeat-x;
    text-shadow: 0 -1px rgba(255, 255, 255, .4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
    border-color: rgba(0, 0, 0, .08) rgba(0, 0, 0, .14) rgba(0, 0, 0, .18);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
    height: auto;
    padding: 6px 12px;
    border-radius: 0
}

.fc button:focus,
.fc button:active:focus,
.fc button.active:focus,
.fc button.focus,
.fc button:active.focus,
.fc button.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.fc button:hover,
.fc button:focus,
.fc button.focus {
    color: #666;
    text-decoration: none
}

.fc button:active,
.fc button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.fc button.disabled,
.fc button[disabled],
fieldset[disabled] .fc button {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.fc button.disabled,
fieldset[disabled] a.fc button {
    pointer-events: none
}

.fc button:hover,
.fc button:focus {
    outline: 0 !important
}

.fc button:active,
.fc button.active,
.open>.dropdown-toggle.fc button {
    outline: 0 !important;
    border-color: rgba(0, 0, 0, .2) rgba(0, 0, 0, .15) rgba(0, 0, 0, .18) !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !important
}

.fc button.btn-rounded {
    border-radius: 20px
}

.fc button.active,
.fc button:active,
.fc button:focus,
.fc button:hover,
.open>.dropdown-toggle.fc button {
    color: #666;
    background-color: #e1e1e1
}

.fc button .badge {
    color: #f7f7f7;
    background-color: #666
}

.fc button.light {
    background-color: #fff
}

.fc button.light.active,
.fc button.light:active,
.fc button.light:focus,
.fc button.light:hover,
.open>.dropdown-toggle.fc button.light {
    background-color: #e8e8e8
}

.fc button.dark {
    background-color: #e8e8e8
}

.fc button.dark.active,
.fc button.dark:active,
.fc button.dark:focus,
.fc button.dark:hover,
.open>.dropdown-toggle.fc button.dark {
    background-color: #d8d8d8
}

.fc button.active,
.fc button:active,
.fc button:focus,
.fc button:hover,
.open>.dropdown-toggle.fc button {
    color: #666;
    background-color: #f1f1f1;
    background-image: none
}

.fc button.disabled.active,
.fc button[disabled].active,
fieldset[disabled] .fc button.active,
.fc button.disabled:active,
.fc button[disabled]:active,
fieldset[disabled] .fc button:active,
.fc button.disabled:focus,
.fc button[disabled]:focus,
fieldset[disabled] .fc button:focus,
.fc button.disabled:hover,
.fc button[disabled]:hover,
fieldset[disabled] .fc button:hover {
    background-color: #f7f7f7;
    border-color: #ddd
}

.fc button .badge {
    color: #f7f7f7;
    background-color: #666
}

.fc button.light {
    background-color: #fafafa
}

.fc button.light.active,
.fc button.light:active,
.fc button.light:focus,
.fc button.light:hover,
.open>.dropdown-toggle.fc button.light {
    background-color: #f3f3f3
}

.fc button.dark {
    background-color: #efefef
}

.fc button.dark.active,
.fc button.dark:active,
.fc button.dark:focus,
.fc button.dark:hover,
.open>.dropdown-toggle.fc button.dark {
    background-color: #e8e8e8
}

.fc button.fc-state-default.fc-corner-left {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.fc button.fc-state-default.fc-corner-right {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.fc button.fc button .fc-icon {
    position: relative;
    margin: 0 .1em
}

.fc button.fc-state-active,
.fc button.fc-state-disabled,
.fc button.fc-state-down,
.fc button.fc-state-hover {
    outline: 0;
    color: #666;
    background-color: #eaeaea;
    background-image: none;
    border-color: rgba(0, 0, 0, .2) rgba(0, 0, 0, .15) rgba(0, 0, 0, .18);
    box-shadow: inset -1px 2px 4px rgba(0, 0, 0, .1)
}

.fc button.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .55;
    filter: alpha(opacity=55);
    box-shadow: none
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 1
}

.fc-button-group {
    display: inline-block
}

.fc .fc-button-group>* {
    float: left;
    margin: 0 0 0 -1px
}

.fc .fc-button-group>:first-child {
    margin-left: 0
}

.fc .fc-bg {
    background-color: #fefefe
}

.fc .fc-bg .fc-today {
    background-color: #fffef8
}

.fc .fc-bg .fc-other-month {
    background-color: #f8f8f8
}

.fc .fc-unthemed td.fc-today {
    background: #f6f9ff
}

.fc-toolbar.fc-header-toolbar {
    padding: 9px 11px;
    margin-bottom: 20px
}

.fc-header-toolbar h1 {
    line-height: 1.3
}

.fc-header-toolbar h2 {
    font-size: 24px;
    line-height: 1.3
}

.fc-basic-view td.fc-day-number {
    color: #777;
    padding-top: 3px;
    padding-right: 7px;
    font-size: 12px
}

.fc-basic-view td.fc-today.fc-day-number {
    color: #444;
    font-weight: 600
}

.minimal-mp .ui-datepicker {
    background: 0 0;
    margin: 0;
    border: 0
}

.minimal-mp .ui-datepicker-header {
    display: none
}

.minimal-mp .ui-datepicker td a,
.minimal-mp .ui-datepicker td span {
    font-size: 13px;
    padding: .7em .2em;
    border-radius: 2px;
    border: 1px solid transparent;
    background: #e3e3e3
}

.minimal-mp .ui-datepicker td a.ui-state-active {
    color: #666;
    border-radius: 2px;
    background-color: #f0f0f0 !important;
    background-repeat: repeat-x;
    text-shadow: 0 -1px rgba(255, 255, 255, .4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
    border-color: rgba(0, 0, 0, .08) rgba(0, 0, 0, .14) rgba(0, 0, 0, .18);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0)
}

.map {
    width: 100%;
    height: 400px
}

.map .pagination {
    text-shadow: 0 1px #fff;
    border-color: #ddd rgba(0, 0, 0, .19) rgba(0, 0, 0, .18);
    background-color: #fdfdfd;
    width: 92%;
    margin: 11px;
    -webkit-box-shadow: 0 2px 4px #aaa;
    box-shadow: 0 2px 4px #aaa
}

.map .pagination .display {
    display: inline-block;
    width: 84%;
    height: 40px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    text-align: center;
    line-height: 40px;
    text-shadow: 0 1px #fff
}

.map .pagination .btn {
    width: 8%;
    height: 40px;
    cursor: pointer;
    border-radius: 0;
    vertical-align: top;
    border: 0
}

.map .pagination .back-btn {
    float: left;
    border-right: 1px solid #ddd;
    background: url(../../../img/plugins/arrow_left_12x12.png) no-repeat 50% 50%
}

.map .pagination .fwd-btn {
    float: right;
    border-left: 1px solid #ddd;
    background: url(../../../img/plugins/arrow_right_12x12.png) no-repeat 50% 50%
}

.map .checker {
    margin-right: 8px
}

.map-shadow {
    -webkit-box-shadow: 0 2px 3px #999;
    box-shadow: 0 2px 3px #999
}

.map-gradient {
    text-shadow: 0 1px #fff;
    border-color: #ccc rgba(0, 0, 0, .19) rgba(0, 0, 0, .18);
    background-color: #f0f0f0;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.1) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.1) 100%)
}

.map-rounded {
    border-radius: 4px
}

.legend-item {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all 2s
}

.highcharts-container .highcharts-axis-labels text {
    color: #aaa !important;
    fill: #aaa !important
}

.ui-spinner-input {
    color: inherit;
    min-height: 36px
}

.ui-spinner-button {
    z-index: 3;
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 16px;
    height: 50%;
    padding: 0;
    margin: 0;
    font-size: .5em;
    text-align: center
}

.input-group .ui-spinner .form-control:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -2px;
    top: 50%;
    left: 0;
    text-indent: 0
}

.ui-spinner-up .ui-icon {
    margin-top: -6px
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.jvectormap-label {
    z-index: 10;
    position: absolute;
    display: none;
    border: solid 1px #cdcdcd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: #fff;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    cursor: pointer;
    position: absolute;
    top: 30px;
    left: auto;
    right: 30px;
    padding: 0;
    width: 40px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    border-radius: 2px;
    background: rgba(0, 0, 0, .5)
}

.jvectormap-zoomout {
    right: 80px
}

.hide-jzoom .jvectormap-zoomin,
.hide-jzoom .jvectormap-zoomout {
    display: none
}

.modal-basic {
    max-width: 600px;
    margin: 40px auto;
    position: relative
}

.modal-basic-bg {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative
}

.popup-basic {
    position: relative;
    background: #fff;
    width: auto;
    max-width: 450px;
    margin: 40px auto
}

.popup-sm {
    max-width: 300px
}

.popup-lg {
    max-width: 700px
}

.popup-xl {
    max-width: 1e3px
}

.popup-full {
    max-width: 90%
}

.mfp-no-margins img.mfp-img {
    padding: 0
}

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0
}

.mfp-no-margins .mfp-container {
    padding: 0
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.markItUp {
    width: 100%;
    margin: 0
}

.markItUpHeader {
    min-height: 43px;
    padding: 8px 10px 0;
    background: #fafafa;
    border: 0;
    border-bottom: 1px solid #e7e7e7
}

.markItUpButton {
    padding: 4px;
    background: #fff;
    border: 1px solid #ddd
}

.markItUpButton+.markItUpButton {
    border-left: 0
}

.markItUpHeader ul .markItUpSeparator {
    height: 25px;
    background-color: #eee
}

.markItUpEditor {
    font-family: open sans, Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 10px;
    border: 0;
    width: 100%;
    height: 250px
}

.markItUpFooter {
    height: 15px
}

.markItUpPreviewFrame {
    margin: 0;
    outline: 0;
    border: 0;
    padding: 5px 8px;
    border-top: 1px solid #e7e7e7;
    background: #fafafa
}

.mapplic-container {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 74%;
    height: 100%;
    height: calc(100vh + 64px);
    border-left: 1px #ccc solid
}

.mapplic-sidebar {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 26%;
    height: 100%;
    padding: 30px
}

.mapplic-search-form {
    position: relative;
    padding: 14px 12px;
    width: 100%;
    margin: 0;
    border: 1px solid #d5d5d5;
    border-bottom: 0;
    background-color: #f2f2f2
}

.mapplic-list-container {
    overflow-y: hidden;
    padding: 20px;
    height: auto;
    border: 1px solid #d5d5d5;
    border-top: 1px solid #dcdcdc;
    background: #f2f2f2
}

.mapplic-list-thumbnail {
    float: left;
    width: auto;
    margin-right: 10px
}

.mapplic-element address {
    font-size: 14px
}

@media(max-width:991px) {
    .mapplic-sidebar {
        display: none
    }
    .mapplic-container {
        width: 100%
    }
}

.nestable-lists:before,
.nestable-lists:after {
    content: " ";
    display: table
}

.nestable-lists:after {
    clear: both
}

.nestable-lists:before,
.nestable-lists:after {
    content: " ";
    display: table
}

.nestable-lists:after {
    clear: both
}

.dd {
    max-width: 100%
}

.dd-handle {
    display: block;
    height: auto;
    cursor: pointer;
    margin: 7px 0;
    padding: 10px 14px;
    color: #777;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid #ddd;
    background-color: #f2f2f2
}

.dd-handle:hover {
    color: #333;
    background: #ededed
}

.dd-handle:hover+.dd-content {
    border-color: #f9d58b
}

.dd-item>button {
    margin: 7px 0
}

.dd-content {
    margin-top: -5px;
    padding: 10px;
    border: 1px solid #ddd;
    border-top: 0;
    background: #fafafa
}

.dd-list .dd-list {
    padding-top: 5px;
    padding-bottom: 5px
}

.dd-empty {
    background: #f8f8f8
}

.dd-item.dd-info>button,
.dd-item.dd-primary>button {
    color: #fff
}

.dd-item.dd-primary .dd-handle {
    color: #fff;
    background-color: #4a89dc !important;
    border-color: #4a89dc !important
}

.dd-item.dd-info .dd-handle {
    color: #fff;
    background-color: #3bafda !important;
    border-color: #3bafda !important
}

body.mfp-bg-open .bootstrap-datetimepicker-widget,
body.mfp-bg-open .colorpicker.dropdown-menu,
body.mfp-bg-open .datepicker,
body.mfp-bg-open .daterangepicker.dropdown-menu,
body.mfp-bg-open .ui-datepicker {
    z-index: 9999 !important
}

body.mfp-bg-open .ui-datepicker-inline {
    z-index: inherit !important
}

.colorpicker.dropdown-menu {
    z-index: 1025;
    padding: 6px 12px;
    min-width: 0;
    top: 0;
    left: 0;
    min-width: 130px;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-color: 1px solid rgba(0, 0, 0, .1)
}

.datepicker {
    padding: 6px
}

.daterangepicker.dropdown-menu {
    background: #f8f8f8
}

.daterangepicker .calendar-date {
    border-radius: 2px
}

.daterangepicker.opensleft .calendar,
.daterangepicker.opensleft .ranges {
    margin: 6px 8px;
    background: #f8f8f8
}

.daterangepicker .ranges li {
    background: #fff;
    border-radius: 1px;
    padding: 4px 12px;
    border: 1px solid #eee;
    margin-bottom: 6px
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background: #4a89dc;
    border-color: #4a89dc
}

.daterangepicker .ranges .input-mini {
    border-radius: 2px
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: #4a89dc;
    border-color: #4a89dc
}

.daterangepicker td.end-date,
.daterangepicker td.start-date {
    border-radius: 0
}

.bootstrap-datetimepicker-widget td span.glyphicon,
.bootstrap-datetimepicker-widget td span.glyphicons {
    line-height: 54px
}

.bootstrap-datetimepicker-widget .picker-switch .btn {
    padding: 4px 12px
}

.timepicker-sm .bootstrap-datetimepicker-widget td,
.timepicker-sm .bootstrap-datetimepicker-widget td span,
.timepicker-sm .bootstrap-datetimepicker-widget td span.glyphicons {
    height: 28px;
    line-height: 28px
}

.datewidget-inline {
    z-index: 1020 !important;
    display: block !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important
}

.ui-pnotify {
    top: 25px;
    right: 25px;
    position: absolute;
    height: auto;
    z-index: 9999
}

.ui-pnotify .alert {
    border-radius: 0
}

html>body>.ui-pnotify {
    position: fixed
}

.ui-pnotify .ui-pnotify-shadow {
    -webkit-box-shadow: 0 2px 10px rgba(50, 50, 50, .5);
    -moz-box-shadow: 0 2px 10px rgba(50, 50, 50, .5);
    box-shadow: 0 2px 10px rgba(50, 50, 50, .5)
}

.ui-pnotify-container {
    background-position: 0 0;
    padding: .8em;
    height: 100%;
    margin: 0
}

.ui-pnotify-sharp {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.ui-pnotify-title {
    display: block;
    margin-bottom: .4em;
    margin-top: 0
}

.ui-pnotify-text {
    display: block
}

.ui-pnotify-icon,
.ui-pnotify-icon span {
    display: block;
    float: left;
    margin-right: .2em
}

.ui-pnotify.stack_top_left,
.ui-pnotify.stack_bottom_left {
    left: 15px;
    right: auto
}

.ui-pnotify.stack_bottom_right,
.ui-pnotify.stack_bottom_left {
    bottom: 25px;
    right: 8px;
    top: auto
}

.ui-pnotify.stack_bottom_right {
    right: 12px
}

.ui-pnotify-closer,
.ui-pnotify-sticker {
    float: right;
    margin-left: .2em
}

.ui-pnotify.stack_bar_top {
    right: 0;
    top: 0;
    width: 100%;
    border-radius: 0
}

.ui-pnotify.stack_bar_top .alert {
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0
}

.ui-pnotify.stack_bar_bottom {
    right: auto;
    top: auto;
    left: auto;
    margin-left: 0;
    bottom: 0;
    border-radius: 0
}

.ui-pnotify {
    top: 70px;
    right: 8px
}

.ui-pnotify-icon,
.ui-pnotify-icon span {
    font-size: 30px;
    min-height: 40px;
    line-height: 40px;
    padding-right: 3px
}

.ui-rangeSlider .ui-rangeSlider-bar {
    margin: 5px 0;
    height: 20px;
    background-color: #6390a7
}

.ui-rangeSlider .ui-rangeSlider-innerBar {
    height: 24px;
    margin: 3px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset, 0 -1px 0 rgba(255, 255, 255, .65) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset, 0 -1px 0 rgba(255, 255, 255, .65) inset
}

.ui-rangeSlider-label {
    border: 0;
    box-shadow: none;
    background: 0 0;
    background-image: none
}

.ui-rangeSlider-label-value {
    position: relative;
    top: -8px;
    min-width: 40px;
    min-height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    background: #fafafa;
    background-image: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.ui-rangeSlider-label:after {
    content: "\f0d7";
    width: 100%;
    position: absolute;
    bottom: 0;
    margin: 0 -6px;
    color: #f8f8f8;
    font-family: FontAwesome;
    font-size: 18px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

input.ui-editRangeSlider-inputValue {
    border: 1px solid #ddd;
    width: 2.2em
}

.ui-rangeSlider .ui-rangeSlider-handle {
    background: 0 0
}

.ui-rangeSlider .ui-rangeSlider-handle-inner {
    background: url(../img/plugins/slider-knob.html) no-repeat center top;
    width: 22px;
    height: 24px
}

.ui-rangeSlider-leftHandle .ui-rangeSlider-handle-inner {
    margin-left: -10px
}

.ui-rangeSlider-rightHandle .ui-rangeSlider-handle-inner {
    margin-left: -4px
}

.ui-rangeSlider-arrow {
    margin: 6px 0
}

.ui-rangeSlider-arrow.ui-rangeSlider-leftArrow {
    left: -13px !important
}

.ui-rangeSlider-arrow.ui-rangeSlider-rightArrow {
    right: -13px !important
}

.panel .note-editor,
.panel.note-editor {
    border: 0;
    box-shadow: none
}

.panel-body .note-editor {
    margin: -1px
}

.note-editor .note-toolbar {
    height: auto;
    margin: 0;
    padding: 0 10px 9px;
    border: 1px solid #d7d7d7;
    border-bottom: 0;
    background-color: #fafafa
}

.note-editor .note-toolbar>.btn-group {
    margin-top: 8px;
    margin-right: 10px
}

.note-editor .btn-group-sm>.btn,
.note-editor .btn-sm {
    padding: 7px 11px
}

.note-editor .btn-default {
    background-color: #fff;
    border-color: #ddd;
    border-radius: 1px
}

.note-editor .note-editable {
    overflow: auto;
    box-shadow: none;
    border: 0
}

.note-editor .note-editable.panel-body {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7
}

.note-editor.note-frame .note-statusbar {
    position: relative;
    margin-top: -12px;
    z-index: 3;
    border: 0;
    background: 0 0
}

.note-editor.note-frame .note-statusbar .note-resizebar {
    height: 12px
}

.note-dialog .modal-dialog {
    padding-top: 50px
}

.summernote-stack .note-editor {
    margin-bottom: 0
}

.tag-container {
    margin-top: 10px
}

.tm-tag {
    margin-right: 8px;
    padding: 4px 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border: 0;
    border-radius: 1px;
    box-shadow: none;
    background: #aaa
}

.tm-tag .tm-tag-remove {
    color: #fff;
    opacity: .6;
    font-size: 13px;
    font-weight: 400;
    padding: 0 3px
}

.tm-tag .tm-tag-remove:hover {
    color: #fff;
    opacity: 1
}

.tm-tag.tm-tag-primary {
    color: #fff;
    background-color: #6c9fe3
}

.tm-tag.tm-tag-info {
    color: #fff;
    background-color: #5dbde0
}

.tm-tag.tm-tag-success {
    color: #fff;
    background-color: #8cd481
}

.tm-tag.tm-tag-warning {
    color: #fff;
    background-color: #f8c969
}

.tm-tag.tm-tag-danger {
    color: #fff;
    background-color: #ea6a55
}

.tm-tag.tm-tag-alert {
    color: #fff;
    background-color: #b09ae4
}

.tm-tag.tm-tag-system {
    color: #fff;
    background-color: #50ccad
}

ul.fancytree-container {
    color: #999;
    font-size: 14px;
    padding: 0;
    border: 0;
    outline: 0;
    background-color: transparent
}

ul.fancytree-container li {
    padding: 2px 0
}

span.fancytree-node {
    padding: 4px 0
}

span.fancytree-title {
    color: #666
}

span.fancytree-icon {
    position: relative
}

span.fancytree-node:hover {
    background-color: #eee;
    border-color: #ccc
}

span.fancytree-node.fancytree-active,
span.fancytree-node.fancytree-selected {
    background-color: #eee;
    border-color: #ccc
}

span.fancytree-node.fancytree-active:hover,
span.fancytree-node.fancytree-selected:hover {
    background-color: #eee;
    border-color: #ccc
}

.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active,
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-selected {
    background-color: #eee;
    border-color: #ccc
}

span.fancytree-childcounter {
    color: #fff;
    background: #428bca;
    position: absolute;
    top: -9px;
    right: -8px;
    min-width: 13px;
    height: 13px;
    line-height: 9px;
    vertical-align: baseline;
    border-radius: 10px;
    padding: 2px;
    text-align: center;
    font-size: 10px
}

table.fancytree-ext-columnview {
    outline: 0;
    border: 0
}

table.fancytree-container tbody tr td {
    padding: 8px 14px;
    border-color: #eee;
    max-width: 300px
}

table.fancytree-container span.fancytree-node {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

table.fancytree-container span.fancytree-title {
    display: inline
}

table.fancytree-container span.selTag {
    cursor: pointer;
    display: inline-block;
    padding: 3px 7px;
    margin: 1px 5px;
    background-color: #dec;
    border: 0;
    border-radius: 1px
}

table.fancytree-ext-columnview tbody tr #preview,
table.fancytree-ext-columnview tbody tr #tags {
    padding: 12px 14px;
    vertical-align: middle;
    background: #fbfbfb
}

.bootstrap-tagsinput {
    position: relative;
    vertical-align: top;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
    min-height: 42px;
    outline: 0;
    padding: 3px 8px;
    margin: 0;
    cursor: text;
    color: #626262;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.bootstrap-tagsinput:focus,
.bootstrap-tagsinput:hover {
    border-color: #ddd;
    background-color: #fff !important
}

.bootstrap-tagsinput input {
    border: 0;
    box-shadow: none;
    outline: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: auto !important;
    max-width: inherit
}

.bootstrap-tagsinput input:focus {
    border: 0;
    box-shadow: none
}

.bootstrap-tagsinput .tag {
    color: #fff;
    margin-right: 5px;
    line-height: 36px;
    padding: .6em .7em .7em;
    border-radius: 2px
}

.bootstrap-tagsinput .tag.label-default {
    color: #aaa;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .5em .7em .6em
}

.bootstrap-tagsinput .tag [data-role=remove] {
    margin-left: 8px;
    cursor: pointer
}

.bootstrap-tagsinput .tag [data-role=remove]:after {
    content: "x";
    padding: 0 2px
}

.bootstrap-tagsinput .tag [data-role=remove]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.bootstrap-tagsinput .tag [data-role=remove]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.bootstrap-datetimepicker-widget td.today:before {
    border-bottom: 7px solid #4a89dc
}

.bootstrap-datetimepicker-widget td span.active,
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    background-color: #428bca;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

span.twitter-typeahead {
    width: 100%
}

.tt-dropdown-menu {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 8px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

.tt-suggestion {
    padding: 2px 12px;
    font-size: 14px;
    line-height: 20px
}

.tt-suggestion.tt-cursor {
    cursor: pointer;
    color: #fff;
    background-color: #e64a31
}

.tt-suggestion p {
    margin: 2px 0
}

.bootstrap-duallistbox-container .buttons {
    width: 100%;
    margin-bottom: -1px
}

.bootstrap-duallistbox-container label {
    display: block
}

form.hide-list-label .bootstrap-duallistbox-container label {
    display: none !important
}

.bootstrap-duallistbox-container .info {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 11px
}

.bootstrap-duallistbox-container .clear1,
.bootstrap-duallistbox-container .clear2 {
    display: none;
    position: relative;
    top: 2px;
    font-size: 11px
}

.bootstrap-duallistbox-container .box1.filtered .clear1,
.bootstrap-duallistbox-container .box2.filtered .clear2 {
    display: inline-block
}

.bootstrap-duallistbox-container .move,
.bootstrap-duallistbox-container .remove {
    width: 50%;
    padding: 6px 12px
}

.bootstrap-duallistbox-container .btn-group .btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.bootstrap-duallistbox-container select {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.bootstrap-duallistbox-container .moveall,
.bootstrap-duallistbox-container .removeall {
    width: 50%;
    padding: 6px 12px
}

.bootstrap-duallistbox-container.bs2compatible .btn-group>.btn+.btn {
    margin-left: 0
}

.bootstrap-duallistbox-container select {
    width: 100%;
    height: 300px;
    padding: 4px 5px
}

.bootstrap-duallistbox-container.moveonselect select option {
    cursor: pointer
}

.bootstrap-duallistbox-container .filter {
    display: inline-block;
    width: 100%;
    margin: 0 0 -1px
}

.bootstrap-duallistbox-container .filter.placeholder {
    color: #aaa
}

.bootstrap-duallistbox-container.moveonselect .move,
.bootstrap-duallistbox-container.moveonselect .remove {
    display: none
}

.bootstrap-duallistbox-container.moveonselect .moveall,
.bootstrap-duallistbox-container.moveonselect .removeall {
    width: 100%;
    margin: 0 !important
}

.cropper-container {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.cropper-container img {
    display: block;
    width: 100%;
    min-width: 0 !important;
    max-width: none !important;
    height: 100%;
    min-height: 0 !important;
    max-height: none !important;
    image-orientation: 0 !important
}

.cropper-canvas,
.cropper-crop-box,
.cropper-drag-box,
.cropper-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cropper-drag-box {
    background-color: #fff;
    filter: alpha(opacity=0);
    opacity: 0
}

.cropper-modal {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5
}

.cropper-view-box {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 1px solid #69f;
    outline-color: rgba(102, 153, 255, .75)
}

.cropper-dashed {
    position: absolute;
    display: block;
    filter: alpha(opacity=50);
    border: 0;
    opacity: .5
}

.cropper-dashed.dashed-h {
    top: 33.33333333%;
    left: 0;
    width: 100%;
    height: 33.33333333%;
    border-top-width: 1px;
    border-bottom-width: 1px
}

.cropper-dashed.dashed-v {
    top: 0;
    left: 33.33333333%;
    width: 33.33333333%;
    height: 100%;
    border-right-width: 1px;
    border-left-width: 1px
}

.cropper-face,
.cropper-line,
.cropper-point {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=10);
    opacity: .1
}

.cropper-face {
    top: 0;
    left: 0;
    cursor: move;
    background-color: #fff
}

.cropper-line {
    background-color: #69f
}

.cropper-line.line-e {
    top: 0;
    right: -3px;
    width: 5px;
    cursor: e-resize
}

.cropper-line.line-n {
    top: -3px;
    left: 0;
    height: 5px;
    cursor: n-resize
}

.cropper-line.line-w {
    top: 0;
    left: -3px;
    width: 5px;
    cursor: w-resize
}

.cropper-line.line-s {
    bottom: -3px;
    left: 0;
    height: 5px;
    cursor: s-resize
}

.cropper-point {
    width: 5px;
    height: 5px;
    background-color: #69f;
    filter: alpha(opacity=75);
    opacity: .75
}

.cropper-point.point-e {
    top: 50%;
    right: -3px;
    margin-top: -3px;
    cursor: e-resize
}

.cropper-point.point-n {
    top: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: n-resize
}

.cropper-point.point-w {
    top: 50%;
    left: -3px;
    margin-top: -3px;
    cursor: w-resize
}

.cropper-point.point-s {
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: s-resize
}

.cropper-point.point-ne {
    top: -3px;
    right: -3px;
    cursor: ne-resize
}

.cropper-point.point-nw {
    top: -3px;
    left: -3px;
    cursor: nw-resize
}

.cropper-point.point-sw {
    bottom: -3px;
    left: -3px;
    cursor: sw-resize
}

.cropper-point.point-se {
    right: -3px;
    bottom: -3px;
    width: 20px;
    height: 20px;
    cursor: se-resize;
    filter: alpha(opacity=100);
    opacity: 1
}

.cropper-point.point-se:before {
    position: absolute;
    right: -50%;
    bottom: -50%;
    display: block;
    width: 200%;
    height: 200%;
    content: " ";
    background-color: #69f;
    filter: alpha(opacity=0);
    opacity: 0
}

@media(min-width:768px) {
    .cropper-point.point-se {
        width: 15px;
        height: 15px
    }
}

@media(min-width:992px) {
    .cropper-point.point-se {
        width: 10px;
        height: 10px
    }
}

@media(min-width:1200px) {
    .cropper-point.point-se {
        width: 5px;
        height: 5px;
        filter: alpha(opacity=75);
        opacity: .75
    }
}

.cropper-bg {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)
}

.cropper-invisible {
    filter: alpha(opacity=0);
    opacity: 0
}

.cropper-hide {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    filter: alpha(opacity=0);
    opacity: 0
}

.cropper-hidden {
    display: none !important
}

.cropper-move {
    cursor: move
}

.cropper-crop {
    cursor: crosshair
}

.cropper-disabled .cropper-canvas,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
    cursor: not-allowed
}

.img-container,
.img-preview {
    background-color: #f7f7f7;
    overflow: hidden;
    width: 100%;
    text-align: center
}

.img-container {
    min-height: 200px;
    max-height: 466px;
    margin-bottom: 20px
}

@media(min-width:768px) {
    .img-container {
        min-height: 466px
    }
}

.img-container>img {
    max-width: 100%
}

.img-preview {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.img-preview>img {
    max-width: 100%
}

.preview-lg {
    width: 263px;
    height: 148px
}

.preview-md {
    width: 139px;
    height: 78px
}

.preview-sm {
    width: 69px;
    height: 39px
}

.preview-xs {
    width: 35px;
    height: 20px;
    margin-right: 0
}

.docs-data>.input-group {
    margin-bottom: 10px
}

.docs-data>.input-group>label {
    min-width: 80px
}

.docs-data>.input-group>span {
    min-width: 50px
}

.docs-buttons>.btn,
.docs-buttons>.btn-group,
.docs-buttons>.form-control {
    margin-right: 5px;
    margin-bottom: 10px
}

.docs-toggles>.btn,
.docs-toggles>.btn-group,
.docs-toggles>.dropdown {
    margin-bottom: 10px
}

.docs-tooltip {
    display: block;
    margin: -6px -12px;
    padding: 6px 12px
}

.docs-tooltip>.icon {
    margin: 0 -3px;
    vertical-align: top
}

.tooltip-inner {
    white-space: normal
}

.btn-upload .tooltip-inner {
    white-space: nowrap
}

@media(max-width:400px) {
    .btn-group-crop {
        margin-right: -15px !important
    }
    .btn-group-crop>.btn {
        padding-left: 5px;
        padding-right: 5px
    }
    .btn-group-crop .docs-tooltip {
        margin-left: -5px;
        margin-right: -5px;
        padding-left: 5px;
        padding-right: 5px
    }
}

.docs-options .dropdown-menu {
    width: 100%
}

.docs-options .dropdown-menu>li {
    padding: 3px 20px
}

.docs-options .dropdown-menu>li:hover {
    background-color: #f7f7f7
}

.docs-options .dropdown-menu>li>label {
    display: block
}

.docs-cropped .modal-body {
    text-align: center
}

.docs-cropped .modal-body>canvas,
.docs-cropped .modal-body>img {
    max-width: 100%
}

.md-editor {
    display: block
}

.md-editor .md-footer,
.md-editor>.md-header {
    display: block;
    padding: 8px 4px;
    background: #fafafa
}

.md-editor>.md-header {
    margin: 0
}

.md-editor>.md-header .btn-group .btn-default,
.md-editor>.md-header .btn-group .btn-primary {
    color: #666;
    border-color: rgba(0, 0, 0, .1);
    background-color: #fff
}

.md-editor>.md-preview {
    background: #fff;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    min-height: 10px;
    overflow: auto
}

.md-editor>textarea {
    font-size: 14px;
    outline: 0;
    margin: 0;
    display: block;
    padding: 15px;
    width: 100%;
    border: 0;
    border-top: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    background: #fff
}

.md-editor>textarea:focus {
    box-shadow: none;
    background: #fff
}

.md-editor .md-controls {
    float: right;
    padding: 3px
}

.md-editor .md-controls .md-control {
    right: 5px;
    color: #bebebe;
    padding: 3px 3px 3px 10px
}

.md-editor .md-controls .md-control:hover {
    color: #333
}

.md-editor .md-controls .md-control-fullscreen {
    position: relative;
    top: 4px
}

.md-editor.md-fullscreen-mode {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    padding: 60px 30px 15px;
    background: #fff !important;
    border: 0 !important
}

.md-editor.md-fullscreen-mode .md-footer {
    display: none
}

.md-editor.md-fullscreen-mode .md-input,
.md-editor.md-fullscreen-mode .md-preview {
    margin: 0 auto !important;
    height: 100% !important;
    font-size: 20px !important;
    padding: 20px !important;
    color: #999;
    line-height: 1.6em !important;
    resize: none !important;
    box-shadow: none !important;
    background: #fff !important;
    border: 0 !important
}

.md-editor.md-fullscreen-mode .md-preview {
    color: #333;
    overflow: auto
}

.md-editor.md-fullscreen-mode .md-input:focus,
.md-editor.md-fullscreen-mode .md-input:hover {
    color: #333;
    background: #fff !important
}

.md-editor.md-fullscreen-mode .md-header {
    background: 0 0;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 20px
}

.md-editor.md-fullscreen-mode .btn-group {
    float: none
}

.md-editor.md-fullscreen-mode .btn {
    border: 0;
    background: 0 0;
    color: #b3b3b3
}

.md-editor.md-fullscreen-mode .btn.active,
.md-editor.md-fullscreen-mode .btn:active,
.md-editor.md-fullscreen-mode .btn:focus,
.md-editor.md-fullscreen-mode .btn:hover {
    box-shadow: none;
    color: #333
}

.md-editor.md-fullscreen-mode .md-fullscreen-controls {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
    z-index: 1002;
    display: block
}

.md-editor.md-fullscreen-mode .md-fullscreen-controls a {
    color: #b3b3b3;
    clear: right;
    margin: 10px;
    width: 30px;
    height: 30px;
    text-align: center
}

.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover {
    color: #333;
    text-decoration: none
}

.md-editor.md-fullscreen-mode .md-editor {
    height: 100% !important;
    position: relative
}

.md-editor .md-fullscreen-controls {
    display: none
}

.md-nooverflow {
    overflow: hidden;
    position: fixed;
    width: 100%
}

#nprogress {
    pointer-events: none
}

#nprogress .bar {
    background-color: #e64a31;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px
}

#nprogress .peg {
    opacity: 1;
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: none !important;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px)
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 20px;
    right: 48%
}

#nprogress .spinner-icon {
    opacity: 1;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-radius: 50%;
    border-top-color: #e64a31;
    border-left-color: #e64a31;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

#nprogress.npr-header .bar {
    top: 60px;
    height: 2px
}

#nprogress.npr-bottom .bar {
    top: auto;
    bottom: 0;
    height: 4px
}

#nprogress.npr-primary .bar {
    background-color: #4a89dc
}

#nprogress.npr-success .bar {
    background-color: #70ca63
}

#nprogress.npr-info .bar {
    background-color: #3bafda
}

#nprogress.npr-warning .bar {
    background-color: #f6bb42
}

#nprogress.npr-danger .bar {
    background-color: #e64a31
}

#nprogress.npr-alert .bar {
    background-color: #967adc
}

#nprogress.npr-system .bar {
    background-color: #37bc9b
}

#nprogress.npr-dark .bar {
    background-color: #3b3f4f
}

#nprogress.npr-light .bar {
    background-color: #f7f7f7
}

#nprogress.npr-muted .bar {
    background-color: #999
}

table.footable>tbody>tr>td.footable-first-column {
    border-left: 4px solid transparent
}

table.footable>tbody>tr.footable-detail-show>td.footable-first-column,
table.footable>tbody>tr:hover>td.footable-first-column {
    border-left-color: #aaa
}

table.footable>tbody>tr.footable-detail-show.row-primary>td.footable-first-column,
table.footable>tbody>tr.row-primary:hover>td.footable-first-column {
    border-left-color: #4a89dc
}

table.footable>tbody>tr.footable-detail-show.row-info>td.footable-first-column,
table.footable>tbody>tr.row-info:hover>td.footable-first-column {
    border-left-color: #3bafda
}

table.footable>tbody>tr.footable-detail-show.row-success>td.footable-first-column,
table.footable>tbody>tr.row-success:hover>td.footable-first-column {
    border-left-color: #70ca63
}

table.footable>tbody>tr.footable-detail-show.row-warning>td.footable-first-column,
table.footable>tbody>tr.row-warning:hover>td.footable-first-column {
    border-left-color: #f6bb42
}

table.footable>tbody>tr.footable-detail-show.row-danger>td.footable-first-column,
table.footable>tbody>tr.row-danger:hover>td.footable-first-column {
    border-left-color: #e64a31
}

table.footable>tbody>tr.footable-detail-show.row-moved>td.footable-first-column,
table.footable>tbody>tr.row-alert:hover>td.footable-first-column {
    border-left-color: #967adc
}

table.footable>tbody>tr.footable-detail-show.row-system>td.footable-first-column,
table.footable>tbody>tr.row-system:hover>td.footable-first-column {
    border-left-color: #37bc9b
}

table.footable>tbody>tr.footable-detail-show.row-dark>td.footable-first-column,
table.footable>tbody>tr.row-dark:hover>td.footable-first-column {
    border-left-color: #3b3f4f
}

table.footable.fw-labels>tbody>tr>td:first-child {
    width: 90px;
    vertical-align: middle;
    padding: 11px 12px 11px 8px
}

table.footable.fw-labels>tbody>tr>td:first-child .label {
    width: 100%;
    display: inline-block;
    padding: 4px 4px 6px;
    font-size: 11px;
    text-align: center;
    font-weight: 600;
    line-height: 1
}

.footable-row-detail-name,
.footable-row-detail-value {
    padding: 7px 9px 9px
}

table.footable .footable-odd {
    background-color: #fff
}

table.footable .footable-even {
    background-color: #fafafa
}

table.footable>tbody>tr.footable-row-detail {
    background-color: #fff !important
}

table.footable.breakpoint>tbody>tr>td>span.footable-toggle {
    float: right;
    font-size: 10px;
    padding-top: 2px
}

.foo-header>tr>th {
    background-color: #f6f6f6;
    border: 1px solid #ddd !important
}

.foo-footer>tr>td {
    background-color: #f6f6f6
}

.footable-page-arrow a[data-page=first],
.footable-page-arrow a[data-page=last] {
    display: none
}

.footable>tfoot.footer-menu,
.footable>tfoot.footer-menu>tr {
    background-color: #f7f7f7
}

.footable>tfoot .pagination {
    margin-top: 5px
}

.select2-primary+.select2-container .select2-selection--single,
.select2-primary+.select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff;
    border-color: #4a89dc;
    background-color: #4a89dc
}

.select2-primary+.select2-container .select2-selection__arrow b {
    border-top-color: #fff
}

.select2-primary+.select2-container.select2-container--open .select2-selection__arrow b {
    border-bottom-color: #fff
}

.select2-success+.select2-container .select2-selection--single,
.select2-success+.select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff;
    border-color: #70ca63;
    background-color: #70ca63
}

.select2-success+.select2-container .select2-selection__arrow b {
    border-top-color: #fff
}

.select2-success+.select2-container.select2-container--open .select2-selection__arrow b {
    border-bottom-color: #fff
}

.select2-info+.select2-container .select2-selection--single,
.select2-info+.select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff;
    border-color: #3bafda;
    background-color: #3bafda
}

.select2-info+.select2-container .select2-selection__arrow b {
    border-top-color: #fff
}

.select2-info+.select2-container.select2-container--open .select2-selection__arrow b {
    border-bottom-color: #fff
}

.select2-warning+.select2-container .select2-selection--single,
.select2-warning+.select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff;
    border-color: #f6bb42;
    background-color: #f6bb42
}

.select2-warning+.select2-container .select2-selection__arrow b {
    border-top-color: #fff
}

.select2-warning+.select2-container.select2-container--open .select2-selection__arrow b {
    border-bottom-color: #fff
}

.select2-danger+.select2-container .select2-selection--single,
.select2-danger+.select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff;
    border-color: #e64a31;
    background-color: #e64a31
}

.select2-danger+.select2-container .select2-selection__arrow b {
    border-top-color: #fff
}

.select2-danger+.select2-container.select2-container--open .select2-selection__arrow b {
    border-bottom-color: #fff
}

.select2-alert+.select2-container .select2-selection--single,
.select2-alert+.select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff;
    border-color: #967adc;
    background-color: #967adc
}

.select2-alert+.select2-container .select2-selection__arrow b {
    border-top-color: #fff
}

.select2-alert+.select2-container.select2-container--open .select2-selection__arrow b {
    border-bottom-color: #fff
}

.select2-system+.select2-container .select2-selection--single,
.select2-system+.select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff;
    border-color: #37bc9b;
    background-color: #37bc9b
}

.select2-system+.select2-container .select2-selection__arrow b {
    border-top-color: #fff
}

.select2-system+.select2-container.select2-container--open .select2-selection__arrow b {
    border-bottom-color: #fff
}

.select2-dark+.select2-container .select2-selection--single,
.select2-dark+.select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff;
    border-color: #3b3f4f;
    background-color: #3b3f4f
}

.select2-dark+.select2-container .select2-selection__arrow b {
    border-top-color: #fff
}

.select2-dark+.select2-container.select2-container--open .select2-selection__arrow b {
    border-bottom-color: #fff
}

.multiselect-container.dropdown-menu {
    position: absolute;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 4px
}

.multiselect-container.dropdown-menu .input-group {
    margin: 5px
}

.multiselect-container.dropdown-menu>li {
    padding: 0
}

.multiselect-container.dropdown-menu>li>a.multiselect-all label {
    font-weight: 600
}

.multiselect-container.dropdown-menu>li.multiselect-group {
    background: #f3f3f3;
    border-bottom: 1px solid #eaeaea
}

.multiselect-container.dropdown-menu>li.multiselect-group label {
    margin: 0;
    padding: 6px 12px 5px;
    height: 100%;
    font-weight: 600
}

.multiselect-container.dropdown-menu>li.multiselect-group-clickable label {
    cursor: pointer
}

.multiselect-container.dropdown-menu>li>a {
    padding: 0
}

.multiselect-container.dropdown-menu>li>a>label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 4px 20px 6px 32px
}

.multiselect-container.dropdown-menu>li>a>label.radio,
.multiselect-container.dropdown-menu>li>a>label.checkbox {
    margin: 0
}

.multiselect-container.dropdown-menu>li>a>label>input[type=checkbox] {
    margin-bottom: 5px
}

.filter .btn.multiselect-clear-filter {
    padding: 9px 5px
}

.filter .btn.multiselect-clear-filter i.glyphicon {
    font-size: 11px;
    color: #aaa
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.form-inline .multiselect-container.dropdown-menu label.checkbox,
.form-inline .multiselect-container.dropdown-menu label.radio {
    padding: 3px 20px 3px 40px
}

.form-inline .multiselect-container.dropdown-menu li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container.dropdown-menu li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0
}

.multiselect-container.dropdown-menu>li.multiselect-item.filter {
    min-width: 175px
}

.btn.multiselect .caret {
    margin-left: 5px
}

.scroller {
    height: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative
}

.scroller,
.scroller * {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.scroller,
.scroller-bar,
.scroller-content,
.scroller-handle,
.scroller-track {
    box-sizing: border-box
}

.scroller-content {
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.scroller-content * {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.scroller-content::-webkit-resizer,
.scroller-content::-webkit-scrollbar,
.scroller-content::-webkit-scrollbar-button,
.scroller-content::-webkit-scrollbar-corner,
.scroller-content::-webkit-scrollbar-thumb,
.scroller-content::-webkit-scrollbar-track,
.scroller-content::-webkit-scrollbar-track-piece {
    background: 0 0;
    opacity: 0
}

.scroller-bar {
    width: 6px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.scroller-active .scroller-bar {
    opacity: 1
}

.scroller-track {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.scroller-handle {
    z-index: 2;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 20px;
    background: #ccc;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: height .3s ease;
    transition: height .3s ease
}

.scroller-horizontal .scroller-content {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 16px
}

.scroller-horizontal .scroller-bar {
    width: 100%;
    height: 5px;
    top: auto;
    bottom: 0;
    border-width: 1px 0 0
}

.scroller-horizontal .scroller-handle {
    width: 20px;
    height: 5px;
    top: auto;
    right: auto;
    bottom: 3px
}

.scroller-active .scroller-content,
.scroller-setup .scroller-content {
    padding: 0
}

.scroller-active .scroller-bar,
.scroller-setup .scroller-bar {
    display: block
}

.scroller.scroller-pn .scroller-content {
    padding: 0 !important
}

.scroller .scroller-pn,
.scroller-flush,
.scroller-nm {
    margin: -15px !important
}

.panel-scroller {
    height: 600px;
    max-height: 600px;
    overflow: hidden;
    background-color: #fff
}

.panel-scroller .scroller-bar {
    width: 16px;
    background: #f7f7f7;
    border-left: 1px solid #e7e7e7
}

.panel-scroller .scroller-handle {
    right: 5px;
    width: 5px;
    height: 20px;
    border-radius: 4px
}

.panel>.panel-scroller {
    position: relative;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0
}

.panel .panel-scroller+.panel-footer {
    border-bottom-color: #ccc
}

.scroller-xs {
    height: 125px;
    max-height: 125px
}

.scroller-sm {
    height: 200px;
    max-height: 200px
}

.scroller-md {
    height: 300px;
    max-height: 300px
}

.scroller-lg {
    height: 400px;
    max-height: 400px
}

.scroller-thick .scroller-bar {
    width: 14px
}

.scroller-thick .scroller-bar .scroller-handle {
    width: 14px;
    right: 0;
    border-radius: 0
}

.panel-scroller.scroller-overlay .scroller-content {
    padding: 0;
    margin-right: -15px
}

.panel-scroller.scroller-overlay .scroller-bar {
    border: 0;
    background: 0 0
}

.panel-scroller.scroller-overlay .scroller-handle {
    opacity: 0;
    transition: opacity .25s ease
}

.panel-scroller.scroller-overlay:hover .scroller-handle {
    opacity: 1
}

.scroller-primary .scroller-handle {
    background: #4a89dc
}

.scroller-success .scroller-handle {
    background: #70ca63
}

.scroller-info .scroller-handle {
    background: #3bafda
}

.scroller-warning .scroller-handle {
    background: #f6bb42
}

.scroller-danger .scroller-handle {
    background: #e64a31
}

.scroller-alert .scroller-handle {
    background: #967adc
}

.scroller-system .scroller-handle {
    background: #37bc9b
}

.scroller-dark .scroller-handle {
    background: #3b3f4f
}

.scroller-light .scroller-handle,
.scroller-white .scroller-handle {
    background: #f7f7f7
}

.scroller-light .scroller-bar,
.scroller-white .scroller-bar {
    border-left: 0;
    background: 0 0
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative
}

.scroll-wrapper>.scroll-content {
    border: 0 !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-wrapper.scroll--rtl {
    direction: rtl
}

.scroll-element {
    box-sizing: content-box;
    display: none
}

.scroll-element div {
    box-sizing: content-box
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important
}

.scroll-textarea>.scroll-content>textarea {
    border: 0 !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: 0;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-inner>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-inner>.scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%
}

.scrollbar-inner>.scroll-element.scroll-y {
    opacity: 0;
    top: 2%;
    right: 3px;
    width: 5px;
    height: 95%;
    border-radius: 0;
    transition: opacity .25s ease
}

.scrollbar-inner:hover>.scroll-element.scroll-y {
    opacity: 1
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
    overflow: hidden
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
    -ms-filter: "alpha(opacity=40)";
    filter: alpha(opacity=40);
    opacity: .4
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    background-color: transparent
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: rgba(0, 0, 0, .18)
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
    background-color: #919191
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px
}

.scrollbar-outer>.scroll-element,
.scrollbar-outer>.scroll-element div {
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-outer>.scroll-element {
    background-color: #fff
}

.scrollbar-outer>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-outer>.scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%
}

.scrollbar-outer>.scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer {
    height: 8px;
    top: 2px
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 8px
}

.scrollbar-outer>.scroll-element .scroll-element_outer {
    overflow: hidden
}

.scrollbar-outer>.scroll-element .scroll-element_track {
    background-color: #eee
}

.scrollbar-outer>.scroll-element .scroll-element_outer,
.scrollbar-outer>.scroll-element .scroll-element_track,
.scrollbar-outer>.scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.scrollbar-outer>.scroll-element .scroll-bar {
    background-color: #d9d9d9
}

.scrollbar-outer>.scroll-element .scroll-bar:hover {
    background-color: #c2c2c2
}

.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191
}

.scrollbar-outer>.scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px
}

.scrollbar-outer>.scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-bar {
    min-width: 10px
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-bar {
    min-height: 10px
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px
}

.scrollbar-macosx>.scroll-element,
.scrollbar-macosx>.scroll-element div {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-macosx>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-macosx>.scroll-element .scroll-element_track {
    display: none
}

.scrollbar-macosx>.scroll-element .scroll-bar {
    background-color: #6c6e71;
    display: block;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.scrollbar-macosx:hover>.scroll-element .scroll-bar,
.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7
}

.scrollbar-macosx>.scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%
}

.scrollbar-macosx>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer {
    left: 2px
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer {
    top: 2px
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.scrollbar-light>.scroll-element,
.scrollbar-light>.scroll-element div {
    border: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-light>.scroll-element {
    background-color: #fff
}

.scrollbar-light>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-light>.scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.scrollbar-light>.scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZC11Y2dnLWdlbmVyYXRlZCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwIiB5MT0iMCIgeDI9IjEwMCUiIHkyPSIwIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBkPSJNMCAwaDF2MUgweiIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.scrollbar-light>.scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-light>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px
}

.scrollbar-light>.scroll-element .scroll-bar {
    background: #fefefe;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZC11Y2dnLWdlbmVyYXRlZCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwIiB5MT0iMCIgeDI9IjEwMCUiIHkyPSIwIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBkPSJNMCAwaDF2MUgweiIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.scrollbar-light>.scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px
}

.scrollbar-light>.scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px
}

.scrollbar-light>.scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0
}

.scrollbar-light>.scroll-element.scroll-y .scroll-bar {
    left: 0;
    min-height: 10px;
    width: 10px
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px
}

.scrollbar-rail>.scroll-element,
.scrollbar-rail>.scroll-element div {
    border: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-rail>.scroll-element {
    background-color: #fff
}

.scrollbar-rail>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-rail>.scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, .3)
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, .5)
}

.scrollbar-rail>.scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%
}

.scrollbar-rail>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px
}

.scrollbar-rail>.scroll-element .scroll-bar {
    background-color: #d0b9a0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .6)
}

.scrollbar-rail>.scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px
}

.scrollbar-rail>.scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px
}

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px
}

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px
}

.scrollbar-dynamic>.scroll-element,
.scrollbar-dynamic>.scroll-element div {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-dynamic>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-dynamic>.scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-dynamic>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px
}

.scrollbar-dynamic>.scroll-element .scroll-element_outer {
    opacity: .3;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px
}

.scrollbar-dynamic>.scroll-element .scroll-element_size {
    background-color: #ccc;
    opacity: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    -ms-transition: opacity .2s;
    transition: opacity .2s
}

.scrollbar-dynamic>.scroll-element .scroll-bar {
    background-color: #6c6e71;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
    -webkit-transition: height .2s;
    -moz-transition: height .2s;
    -o-transition: height .2s;
    -ms-transition: height .2s;
    transition: height .2s
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
    -webkit-transition: width .2s;
    -moz-transition: width .2s;
    -o-transition: width .2s;
    -ms-transition: width .2s;
    transition: width .2s
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px
}

.scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px
}

.scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px
}

.scrollbar-chrome>.scroll-element,
.scrollbar-chrome>.scroll-element div {
    border: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-chrome>.scroll-element {
    background-color: #fff
}

.scrollbar-chrome>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-chrome>.scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb
}

.scrollbar-chrome>.scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-chrome>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px
}

.scrollbar-chrome>.scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.scrollbar-chrome>.scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9
}

.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e
}

.scrollbar-chrome>.scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px
}

.scrollbar-chrome>.scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px
}

.dockmodal,
.dockmodal *,
.dockmodal *:after,
.dockmodal *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.modal-placeholder {
    display: none;
    visibility: hidden;
    height: 0;
    width: 0
}

.dockmodal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    background: #000;
    opacity: .7;
    display: none
}

.dockmodal {
    position: fixed;
    right: 20px;
    bottom: 0;
    top: auto;
    z-index: 1000;
    height: 0;
    background: 0 0;
    border-bottom: 0;
    box-shadow: 0 1px 0 #000;
    box-shadow: 0 10px 3px rgba(0, 0, 0, .4);
    color: #666;
    overflow: hidden;
    border: 0
}

.dockmodal-header {
    height: 36px;
    padding: 5px 5px 5px 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #30363e;
    overflow: hidden;
    cursor: pointer;
    z-index: 1
}

.dockmodal-body {
    background: #fff;
    position: absolute;
    top: 36px;
    bottom: 40px;
    left: 0;
    right: 0;
    overflow: auto;
    padding: 10px 15px
}

.dockmodal-footer {
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ccc;
    overflow: hidden;
    text-align: right
}

.dockmodal-footer-buttonset {
    height: 30px;
    line-height: 30px
}

.dockmodal.no-footer .dockmodal-body {
    bottom: 0
}

.dockmodal-header .title-text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    vertical-align: top;
    white-space: nowrap;
    max-width: 100%;
    margin-right: 90px;
    overflow: hidden;
    text-overflow: ellipsis
}

.dockmodal-header .header-action {
    padding: 5px;
    float: right;
    margin-right: 1px;
    line-height: 16px
}

.dockmodal-header .header-action:hover {
    background: #555
}

.dockmodal-header .header-action i {
    background: url(../../../img/plugins/admindock-sprite.png) no-repeat top left;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 16px;
    height: 16px
}

.dockmodal-header .header-action .icon-dockmodal-close {
    background-position: 0 0
}

.dockmodal-header .header-action .icon-dockmodal-popin {
    background-position: 0 -40px
}

.dockmodal-header .header-action .icon-dockmodal-popout {
    background-position: 0 -60px
}

.dockmodal.popped-out .header-action .icon-dockmodal-popout {
    background-position: 0 -40px
}

.dockmodal-header .header-action .icon-dockmodal-minimize {
    background-position: 0 -75px
}

.dockmodal-header .header-action .icon-dockmodal-restore {
    background-position: 0 -80px
}

.dockmodal.minimized .header-action .icon-dockmodal-minimize {
    background-position: 0 -25px
}

.dockmodal.popped-out {
    width: auto;
    height: auto;
    border: 0;
    z-index: 1501
}

.dockmodal.minimized {
    height: 36px;
    top: auto;
    left: auto;
    right: 20px;
    bottom: 0;
    z-index: 1000
}

.dockmodal.minimized .dockmodal-header {}

.dockmodal.minimized .dockmodal-body {}

.dockmodal.minimized .dockmodal-footer {}

.dockmodal .dockmodal-footer-buttonset>a {
    min-width: 60px
}

.dockmodal .dockmodal-footer-buttonset>a+a {
    margin-left: 5px
}

.md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden
}

.md-perspective body {
    background: #222;
    -webkit-perspective: 600px;
    perspective: 600px
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.md-show {
    visibility: visible
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: all .3s;
    transition: all .3s
}

.md-show~.md-overlay {
    opacity: 1;
    visibility: visible
}

.md-content {
    color: #666;
    background: #fff;
    position: relative;
    border-radius: 3px;
    margin: 0 auto
}

.md-content h3 {
    margin: 0;
    padding: 15px;
    text-align: center;
    font-size: 2.4em;
    font-weight: 300;
    background: #eee;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #ddd
}

.md-content>div {
    padding: 15px 40px 30px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em
}

.md-content>div p {
    margin: 0;
    padding: 10px 0
}

.md-content>div ul {
    margin: 0;
    padding: 0 0 30px 20px
}

.md-content>div ul li {
    padding: 5px 0
}

.admin-form .mfp-close,
.admin-form .mfp-close-btn-in {
    font-size: 26px;
    color: #999;
    text-shadow: none;
    font-weight: 400;
    padding-top: 5px
}

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out
}

.mfp-with-fade.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-fade.mfp-removing .mfp-with-anim {
    opacity: 0
}

.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-zoomIn {}

.mfp-zoomIn .mfp-with-anim {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(.8)
}

.mfp-zoomIn.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoomIn.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoomIn.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoomIn.mfp-removing .mfp-with-anim {
    transform: scale(.8);
    opacity: 0
}

.mfp-zoomIn.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-zoomOut .mfp-with-anim {
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: scale(1.3)
}

.mfp-zoomOut.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoomOut.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoomOut.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoomOut.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0
}

.mfp-zoomOut.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-slideLeft .mfp-with-anim {
    opacity: 0;
    transition: all .3s;
    transform: translateX(-50px)
}

.mfp-slideLeft.mfp-bg {
    opacity: 0;
    transition: all .3s
}

.mfp-slideLeft.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0)
}

.mfp-slideLeft.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-slideLeft.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0
}

.mfp-slideLeft.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-slideRight .mfp-with-anim {
    opacity: 0;
    transition: all .3s;
    transform: translateX(50px)
}

.mfp-slideRight.mfp-bg {
    opacity: 0;
    transition: all .3s
}

.mfp-slideRight.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0)
}

.mfp-slideRight.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-slideRight.mfp-removing .mfp-with-anim {
    transform: translateX(-50px);
    opacity: 0
}

.mfp-slideRight.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-slideDown .mfp-content {
    vertical-align: middle
}

.mfp-slideDown .mfp-with-anim {
    opacity: 0;
    transition: all .2s;
    transform: translateY(-100px)
}

.mfp-slideDown.mfp-bg {
    opacity: 0;
    transition: all .2s
}

.mfp-slideDown.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0)
}

.mfp-slideDown.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-slideDown.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0
}

.mfp-slideDown.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-slideUp .mfp-content {
    vertical-align: middle
}

.mfp-slideUp .mfp-with-anim {
    opacity: 0;
    transition: all .2s;
    transform: translateY(100px)
}

.mfp-slideUp.mfp-bg {
    opacity: 0;
    transition: all .2s
}

.mfp-slideUp.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0)
}

.mfp-slideUp.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-slideUp.mfp-removing .mfp-with-anim {
    transform: translateY(50px);
    opacity: 0
}

.mfp-slideUp.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-flipInX .mfp-content {
    perspective: 2e3px
}

.mfp-flipInX .mfp-with-anim {
    opacity: 0;
    transition: all .3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateX(-60deg)
}

.mfp-flipInX.mfp-bg {
    opacity: 0;
    transition: all .5s
}

.mfp-flipInX.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateX(0deg)
}

.mfp-flipInX.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-flipInX.mfp-removing .mfp-with-anim {
    transform: rotateX(60deg);
    opacity: 0
}

.mfp-flipInX.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-flipInY .mfp-content {
    perspective: 2e3px
}

.mfp-flipInY .mfp-with-anim {
    opacity: 0;
    transition: all .3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg)
}

.mfp-flipInY.mfp-bg {
    opacity: 0;
    transition: all .5s
}

.mfp-flipInY.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg)
}

.mfp-flipInY.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-flipInY.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0
}

.mfp-flipInY.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-rotateDown .mfp-content {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.mfp-rotateDown .mfp-with-anim {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(-100%) rotateX(-90deg);
    transform: translateY(-100%) rotateX(-90deg);
    -webkit-transform-origin: 0 -100%;
    transform-origin: 0 -100%;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-rotateDown.mfp-bg {
    opacity: 0;
    transition: all .5s
}

.mfp-rotateDown.mfp-ready .mfp-with-anim {
    -webkit-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
    opacity: 1
}

.mfp-rotateDown.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-rotateDown.mfp-removing .mfp-with-anim {
    -webkit-transform: translateY(-100%) rotateX(-90deg);
    transform: translateY(-100%) rotateX(-90deg);
    -webkit-transform-origin: 0 -100%;
    transform-origin: 0 -100%;
    opacity: 0
}

.mfp-rotateDown.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-rotateUp .mfp-content {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.mfp-rotateUp .mfp-with-anim {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-rotateUp.mfp-bg {
    opacity: 0;
    transition: all .5s
}

.mfp-rotateUp.mfp-ready .mfp-with-anim {
    -webkit-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
    opacity: 1
}

.mfp-rotateUp.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-rotateUp.mfp-removing .mfp-with-anim {
    -webkit-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0
}

.mfp-rotateUp.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-rotateRight .mfp-content {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.mfp-rotateRight .mfp-with-anim {
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateX(100%) rotateY(90deg);
    transform: translateX(100%) rotateY(90deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-rotateRight.mfp-bg {
    opacity: 0;
    transition: all .5s
}

.mfp-rotateRight.mfp-ready .mfp-with-anim {
    -webkit-transform: translateX(0%) rotateY(0deg);
    transform: translateX(0%) rotateY(0deg);
    opacity: 1
}

.mfp-rotateRight.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-rotateRight.mfp-removing .mfp-with-anim {
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg);
    -webkit-transform-origin: -100% 0;
    transform-origin: -100% 0;
    opacity: 0
}

.mfp-rotateRight.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-rotateLeft .mfp-content {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.mfp-rotateLeft .mfp-with-anim {
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg);
    -webkit-transform-origin: -100% 0;
    transform-origin: -100% 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-rotateLeft.mfp-bg {
    opacity: 0;
    transition: all .5s
}

.mfp-rotateLeft.mfp-ready .mfp-with-anim {
    -webkit-transform: translateX(0%) rotateY(0deg);
    transform: translateX(0%) rotateY(0deg);
    opacity: 1
}

.mfp-rotateLeft.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-rotateLeft.mfp-removing .mfp-with-anim {
    -webkit-transform: translateX(100%) rotateY(90deg);
    transform: translateX(100%) rotateY(90deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    opacity: 0
}

.mfp-rotateLeft.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-fullscale .mfp-with-anim {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.mfp-fullscale.mfp-bg {
    background: #000;
    opacity: 0;
    transition: all .35s
}

.mfp-fullscale.mfp-ready .mfp-with-anim {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.mfp-fullscale.mfp-ready.mfp-bg {
    background: #000;
    opacity: 1
}

.mfp-fullscale.mfp-removing .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.mfp-fullscale.mfp-removing.mfp-bg {
    background: #000\a;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.mfp-sign .mfp-content {
    perspective: 1300px
}

.mfp-sign .mfp-with-anim {
    transform-style: preserve-3d;
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.mfp-sign.mfp-bg {
    opacity: 0;
    transition: all .5s
}

.mfp-sign.mfp-ready .mfp-with-anim {
    transform: rotateX(0deg);
    opacity: 1
}

.mfp-sign.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-sign.mfp-removing .mfp-with-anim {
    transform: rotateX(-60deg);
    opacity: 0
}

.mfp-sign.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .5s;
    transform: scale(0) rotate(500deg)
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all .5s
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg)
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0
}

.admin-panels {
    opacity: 1;
    transition: opacity .5s ease
}

.admin-panels.fade-onload {
    opacity: 0
}

.panel-hidden {
    display: none
}

.panel-disable-controls .panel-controls-btn {
    display: none
}

.preserve-grid {
    padding: 25px;
    opacity: 0;
    min-height: 1px;
    background: 0 0 !important;
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important
}

.panel+.preserve-grid,
.admin-grid .preserve-grid:first-child+.panel {
    padding: 0
}

.admin-grid .preserve-grid+.panel {
    margin-top: -50px
}

body.ui-drag-active .preserve-grid {
    visibility: hidden;
    padding: 0
}

.ui-sortable-handle {
    cursor: pointer
}

.panel-placeholder {
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 0;
    background-color: #eee;
    border: 2px dashed #ccc
}

.ui-sortable-helper.panel {
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1)
}

.panel-sortable .panel-heading {
    cursor: move
}

.sortable-grid {
    min-height: 200px
}

.sortable-grid.col-lg-12,
.sortable-grid.col-md-12,
.sortable-grid.col-sm-12,
.sortable-grid.col-xs-12 {
    min-height: 0
}

.panel-colorbox,
.panel-editbox {
    position: relative;
    display: none;
    text-align: center;
    padding: 9px;
    color: #aaa;
    background-color: #f9f9f9;
    border-left: 2px dashed #d9d9d9;
    border-right: 2px dashed #d9d9d9
}

.panel-editbox {
    padding: 12px 16px
}

.panel-editbox input {
    height: 40px;
    background-color: #fff;
    border-radius: 2px;
    text-align: center;
    color: #aaa;
    font-size: 16px
}

.panel-editbox input:focus {
    border-color: #ddd;
    color: #666
}

.panel-editbox input::-webkit-input-placeholder {
    color: #e1e1e1
}

.panel-editbox input::-moz-placeholder {
    color: #e1e1e1
}

.panel-editbox input:-moz-placeholder {
    color: #e1e1e1
}

.panel-editbox input:-ms-input-placeholder {
    color: #e1e1e1
}

.panel-colorbox {
    text-align: right;
    padding: 8px 9px
}

.panel-colorbox>span {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 27px;
    height: 25px;
    margin: 4px 3px 0;
    border: 2px solid transparent;
    background-repeat: repeat-x;
    text-shadow: 0 -1px rgba(0, 0, 0, .4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
    border-color: rgba(0, 0, 0, .07) rgba(0, 0, 0, .16) rgba(0, 0, 0, .18);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0)
}

.panel-colorbox>span:hover {
    border-color: rgba(0, 0, 0, .4)
}

.panel-colorbox>span.bg-white,
.panel-colorbox>span.bg-white-remove {
    text-shadow: none;
    border-color: #ccc;
    background-image: none
}

.panel-colorbox .bg-white-remove:after {
    content: "\f00d";
    position: absolute;
    left: 0;
    padding: 2px 5px;
    color: #dd8d80;
    font-family: fontawesome;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 16px
}

body.panel-fullscreen-active {
    overflow: hidden;
    position: fixed
}

body.panel-fullscreen-active .navbar,
body.panel-fullscreen-active .content-topbar,
body.panel-fullscreen-active #sidebar_left,
body.panel-fullscreen-active #sidebar_right {
    z-index: -1;
    display: none !important
}

body.panel-fullscreen-active #content_wrapper {
    position: relative;
    z-index: 9999
}

body.panel-fullscreen-active .panel {
    z-index: -1
}

.panel-fullscreen {
    z-index: 9999 !important;
    display: block !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: -5px !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    background-color: #fff !important
}

.panel-fullscreen .panel-controls>.panel-control-remove,
.panel-fullscreen .panel-controls>.panel-control-collapse {
    display: none !important
}

.panel-fullscreen.panel-primary,
.panel-fullscreen.panel-info,
.panel-fullscreen.panel-success,
.panel-fullscreen.panel-warning,
.panel-fullscreen.panel-danger,
.panel-fullscreen.panel-alert,
.panel-fullscreen.panel-system,
.panel-fullscreen.panel-dark,
.panel-fullscreen.panel-default {
    top: 0 !important
}

.panel-controls-btn {
    color: #999;
    z-index: 3;
    position: absolute;
    cursor: pointer;
    top: 11px;
    right: 13px;
    padding: 6px 8px;
    line-height: 0;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #efefef;
    transition: all .3s ease
}

.panel-controls {
    z-index: 2;
    opacity: 0;
    display: block;
    cursor: pointer;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 14px;
    padding-right: 55px;
    background: rgba(0, 0, 0, .028);
    border-left: 1px solid rgba(0, 0, 0, .06);
    transition: all .3s ease
}

.panel-controls>a {
    position: relative;
    display: inline-block;
    width: 26px;
    width: 36px;
    height: 32px;
    border: 1px solid #d0d0d0;
    background: #fefefe;
    vertical-align: top;
    line-height: 30px;
    margin: 11px 0 11px -1px;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    text-align: center
}

.panel-controls>a:hover {
    text-decoration: none;
    background: #f2f2f2
}

.panel-controls .panel-control-remove {
    color: #e64a31
}

.panel-controls .panel-control-title {
    color: #f6bb42
}

.panel-controls .panel-control-color {
    color: #4a89dc
}

.panel-controls .panel-control-collapse {
    color: #70ca63
}

.panel-controls .panel-control-fullscreen {
    color: #967adc
}

.panel-controls-open .panel-controls {
    opacity: 1;
    visibility: visible
}

.panel-heading.fill .panel-controls-btn {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    border-color: rgba(0, 0, 0, .07) rgba(0, 0, 0, .1) rgba(0, 0, 0, .18);
    background-image: none;
    background: rgba(255, 255, 255, .15);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
    transition: all .3s ease
}

.panel-heading.fill .panel-controls-btn:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    border-color: rgba(0, 0, 0, .07) rgba(0, 0, 0, .1) rgba(0, 0, 0, .18);
    background: rgba(255, 255, 255, .25)
}

.panel-heading.fill .panel-controls-open .panel-controls-btn,
.panel-heading.fill .panel-controls-open .panel-controls-btn:hover,
.panel-heading.fill .panel-controls-open .panel-controls-btn:focus,
.panel-heading.fill .panel-controls-open .panel-controls-btn:active {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    border-color: rgba(0, 0, 0, .07) rgba(0, 0, 0, .1) rgba(0, 0, 0, .18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
    background-image: none;
    background: rgba(255, 255, 255, .15)
}

.panel-heading.fill .panel-controls {
    background: rgba(0, 0, 0, .04);
    border-left: 1px solid rgba(0, 0, 0, .1);
    transition: all .3s ease
}

.panel-heading.fill .panel-controls>a {
    color: #fff;
    background: rgba(0, 0, 0, .08);
    border: 1px solid rgba(0, 0, 0, .04);
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .04) rgba(0, 0, 0, .1)
}

.panel-heading.fill .panel-controls>a:hover {
    color: #fff;
    background: rgba(0, 0, 0, .08);
    border: 1px solid rgba(0, 0, 0, .04);
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .04) rgba(0, 0, 0, .1)
}

.panel-controls>a:after {
    font-family: fontawesome;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.panel-controls>a:after {
    font-family: fontawesome;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.panel-control-title:after {
    content: "\f040"
}

.panel-editbox-open .panel-control-title:after {
    content: "\f0c7"
}

.panel-control-color:after {
    content: "\f043"
}

.panel-colorbox-open .panel-control-color:after {
    content: "\f0c7"
}

.panel-control-collapse:after {
    content: "\f068"
}

.panel-collapsed .panel-control-collapse:after {
    content: "\f067"
}

.panel-control-fullscreen:after {
    content: "\f066"
}

.panel-control-remove:after {
    content: "\f00d"
}

.panel-control-callback:after {
    content: "\f121"
}

.panel-control-expose:after {
    content: "\f06e"
}

.panel-exposed .panel-control-expose:after {
    content: "\f070"
}

.panel-control-dockable:after {
    content: "\f187"
}

.panel-controls>a.panel-control-loader {
    opacity: 1;
    display: none;
    position: absolute;
    top: 1px;
    right: 100%;
    margin-right: 12px
}

.panel-loader-active .panel-controls>a.panel-control-loader {
    display: inline-block !important
}

.panel-control-loader:after {
    content: "\f110";
    -webkit-animation: fa-spin 2s infinite linear;
    -moz-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

@-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)
    }
}

.bg-primary {
    background-color: #4a89dc !important;
    color: #f5f8fd
}

a .bg-primary:hover {
    background-color: #276ecc !important
}

.bg-primary .text-muted {
    color: #c5dcfa
}

.bg-primary .text-darken {
    color: #276ecc
}

.bg-primary.light {
    background-color: #649ae1 !important
}

.bg-primary.lighter {
    background-color: #75a5e4 !important
}

.bg-primary.dark {
    background-color: #3078d7 !important
}

.bg-primary.darker {
    background-color: #276ecc !important
}

.bg-primary .open>a,
.bg-primary .open>a:focus,
.bg-primary .open>a:hover {
    color: #fff
}

.bg-success {
    background-color: #70ca63 !important;
    color: #fcfefb
}

a .bg-success:hover {
    background-color: #4fbb3f !important
}

.bg-success .text-muted {
    color: #d6f5d1
}

.bg-success .text-darken {
    color: #4fbb3f
}

.bg-success.light {
    background-color: #85d27a !important
}

.bg-success.lighter {
    background-color: #93d789 !important
}

.bg-success.dark {
    background-color: #5bc24c !important
}

.bg-success.darker {
    background-color: #4fbb3f !important
}

.bg-success .open>a,
.bg-success .open>a:focus,
.bg-success .open>a:hover {
    color: #fff
}

.bg-info {
    background-color: #3bafda !important;
    color: #e7f5fa
}

a .bg-info:hover {
    background-color: #2494be !important
}

.bg-info .text-muted {
    color: #b6e6f8
}

.bg-info .text-darken {
    color: #2494be
}

.bg-info.light {
    background-color: #55badf !important
}

.bg-info.lighter {
    background-color: #66c1e2 !important
}

.bg-info.dark {
    background-color: #27a2cf !important
}

.bg-info.darker {
    background-color: #2494be !important
}

.bg-info .open>a,
.bg-info .open>a:focus,
.bg-info .open>a:hover {
    color: #fff
}

.bg-warning {
    background-color: #f6bb42 !important;
    color: #fff
}

a .bg-warning:hover {
    background-color: #f4a911 !important
}

.bg-warning .text-muted {
    color: #fff0d2
}

.bg-warning .text-darken {
    color: #f4a911
}

.bg-warning.light {
    background-color: #f7c65f !important
}

.bg-warning.lighter {
    background-color: #f8cd73 !important
}

.bg-warning.dark {
    background-color: #f5b025 !important
}

.bg-warning.darker {
    background-color: #f4a911 !important
}

.bg-warning .open>a,
.bg-warning .open>a:focus,
.bg-warning .open>a:hover {
    color: #fff
}

.bg-danger {
    background-color: #e64a31 !important;
    color: #fceae7
}

a .bg-danger:hover {
    background-color: #cb3119 !important
}

.bg-danger .text-muted {
    color: #fcbeb4
}

.bg-danger .text-darken {
    color: #cb3119
}

.bg-danger.light {
    background-color: #e9624c !important
}

.bg-danger.lighter {
    background-color: #ec725e !important
}

.bg-danger.dark {
    background-color: #de361b !important
}

.bg-danger.darker {
    background-color: #cb3119 !important
}

.bg-danger .open>a,
.bg-danger .open>a:focus,
.bg-danger .open>a:hover {
    color: #fff
}

.bg-alert {
    background-color: #967adc !important;
    color: #fff
}

a .bg-alert:hover {
    background-color: #7652d1 !important
}

.bg-alert .text-muted {
    color: #f5f2fd
}

.bg-alert .text-darken {
    color: #7652d1
}

.bg-alert.light {
    background-color: #a992e2 !important
}

.bg-alert.lighter {
    background-color: #b6a2e7 !important
}

.bg-alert.dark {
    background-color: #8362d6 !important
}

.bg-alert.darker {
    background-color: #7652d1 !important
}

.bg-alert .open>a,
.bg-alert .open>a:focus,
.bg-alert .open>a:hover {
    color: #fff
}

.bg-system {
    background-color: #37bc9b !important;
    color: #cef1e8
}

a .bg-system:hover {
    background-color: #2b957a !important
}

.bg-system .text-muted {
    color: #9eeeda
}

.bg-system .text-darken {
    color: #2b957a
}

.bg-system.light {
    background-color: #48c9a9 !important
}

.bg-system.lighter {
    background-color: #58ceb1 !important
}

.bg-system.dark {
    background-color: #30a487 !important
}

.bg-system.darker {
    background-color: #2b957a !important
}

.bg-system .open>a,
.bg-system .open>a:focus,
.bg-system .open>a:hover {
    color: #fff
}

.bg-dark {
    background-color: #3b3f4f !important;
    color: #9fa4b7
}

a .bg-dark:hover {
    background-color: #252832 !important
}

.bg-dark .text-muted {
    color: #717eb2
}

.bg-dark .text-darken {
    color: #252832
}

.bg-dark.light {
    background-color: #484d61 !important
}

.bg-dark.lighter {
    background-color: #51566c !important
}

.bg-dark.dark {
    background-color: #2e313d !important
}

.bg-dark.darker {
    background-color: #252832 !important
}

.bg-dark .open>a,
.bg-dark .open>a:focus,
.bg-dark .open>a:hover {
    color: #fff
}

.bg-light {
    background-color: #fafafa;
    color: #666
}

a .bg-light:hover {
    background-color: #e5e5e5 !important
}

.bg-light .text-muted {
    color: #999
}

.bg-light .text-darken {
    color: #222
}

.bg-light.light {
    background-color: #fefefe
}

.bg-light.lighter {
    background-color: #fff
}

.bg-light.dark {
    background-color: #f2f2f2
}

.bg-light.darker {
    background-color: #e7e7e7
}

.bg-white {
    background-color: #fafafa;
    color: #666;
    background-color: #fff !important
}

a .bg-white:hover {
    background-color: #ededed !important
}

.bg-white .text-muted {
    color: #999
}

.bg-white .text-darken {
    color: #222
}

.bg-white.light {
    background-color: #fefefe
}

.bg-white.lighter {
    background-color: #fff
}

.bg-white.dark {
    background-color: #f2f2f2
}

.bg-white.darker {
    background-color: #e7e7e7
}

.badge-primary {
    background-color: #4a89dc
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
    background-color: #276ecc
}

.badge-success {
    background-color: #70ca63
}

.badge-success[href]:hover,
.badge-success[href]:focus {
    background-color: #4fbb3f
}

.badge-info {
    background-color: #3bafda
}

.badge-info[href]:hover,
.badge-info[href]:focus {
    background-color: #2494be
}

.badge-warning {
    background-color: #f6bb42
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
    background-color: #f4a911
}

.badge-danger {
    background-color: #e64a31
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
    background-color: #cb3119
}

.badge-alert {
    background-color: #967adc
}

.badge-alert[href]:hover,
.badge-alert[href]:focus {
    background-color: #7652d1
}

.badge-system {
    background-color: #37bc9b
}

.badge-system[href]:hover,
.badge-system[href]:focus {
    background-color: #2b957a
}

.badge-dark {
    background-color: #3b3f4f
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
    background-color: #252832
}

.label-muted {
    background-color: #aaa
}

.label-muted[href]:hover,
.label-muted[href]:focus {
    background-color: #919191
}

.label-alert {
    background-color: #967adc
}

.label-alert[href]:hover,
.label-alert[href]:focus {
    background-color: #7652d1
}

.label-system {
    background-color: #37bc9b
}

.label-system[href]:hover,
.label-system[href]:focus {
    background-color: #2b957a
}

.label-dark {
    background-color: #3b3f4f
}

.label-dark[href]:hover,
.label-dark[href]:focus {
    background-color: #252832
}

.btn-default {
    color: #666;
    background-color: #f7f7f7
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #666;
    background-color: #f1f1f1;
    background-image: none
}

.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,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover {
    background-color: #f7f7f7;
    border-color: #ddd
}

.btn-default .badge {
    color: #f7f7f7;
    background-color: #666
}

.btn-default.light {
    background-color: #fafafa
}

.btn-default.light.active,
.btn-default.light:active,
.btn-default.light:focus,
.btn-default.light:hover,
.open>.dropdown-toggle.btn-default.light {
    background-color: #f3f3f3
}

.btn-default.dark {
    background-color: #efefef
}

.btn-default.dark.active,
.btn-default.dark:active,
.btn-default.dark:focus,
.btn-default.dark:hover,
.open>.dropdown-toggle.btn-default.dark {
    background-color: #e8e8e8
}

.btn-alert {
    color: #fff;
    background-color: #967adc
}

.btn-alert.active,
.btn-alert:active,
.btn-alert:focus,
.btn-alert:hover,
.open>.dropdown-toggle.btn-alert {
    color: #fff;
    background-color: #7b58d3
}

.btn-alert .badge {
    color: #967adc;
    background-color: #fff
}

.btn-alert.light {
    background-color: #a992e2
}

.btn-alert.light.active,
.btn-alert.light:active,
.btn-alert.light:focus,
.btn-alert.light:hover,
.open>.dropdown-toggle.btn-alert.light {
    background-color: #8362d6
}

.btn-alert.dark {
    background-color: #8362d6
}

.btn-alert.dark.active,
.btn-alert.dark:active,
.btn-alert.dark:focus,
.btn-alert.dark:hover,
.open>.dropdown-toggle.btn-alert.dark {
    background-color: #704acf
}

.btn-system {
    color: #fff;
    background-color: #37bc9b
}

.btn-system.active,
.btn-system:active,
.btn-system:focus,
.btn-system:hover,
.open>.dropdown-toggle.btn-system {
    color: #fff;
    background-color: #2d9a7f
}

.btn-system .badge {
    color: #37bc9b;
    background-color: #fff
}

.btn-system.light {
    background-color: #48c9a9
}

.btn-system.light.active,
.btn-system.light:active,
.btn-system.light:focus,
.btn-system.light:hover,
.open>.dropdown-toggle.btn-system.light {
    background-color: #30a487
}

.btn-system.dark {
    background-color: #30a487
}

.btn-system.dark.active,
.btn-system.dark:active,
.btn-system.dark:focus,
.btn-system.dark:hover,
.open>.dropdown-toggle.btn-system.dark {
    background-color: #298d74
}

.btn-dark {
    color: #fff;
    background-color: #3b3f4f
}

.btn-dark.active,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.open>.dropdown-toggle.btn-dark {
    color: #fff;
    background-color: #282b36
}

.btn-dark .badge {
    color: #3b3f4f;
    background-color: #fff
}

.btn-dark.light {
    background-color: #484d61
}

.btn-dark.light.active,
.btn-dark.light:active,
.btn-dark.light:focus,
.btn-dark.light:hover,
.open>.dropdown-toggle.btn-dark.light {
    background-color: #2e313d
}

.btn-dark.dark {
    background-color: #2e313d
}

.btn-dark.dark.active,
.btn-dark.dark:active,
.btn-dark.dark:focus,
.btn-dark.dark:hover,
.open>.dropdown-toggle.btn-dark.dark {
    background-color: #21232c
}

.btn.btn-alt.btn-default {
    border-left-color: #aaa
}

.btn.btn-alt.btn-primary {
    border-left-color: #4a89dc
}

.btn.btn-alt.btn-success {
    border-left-color: #70ca63
}

.btn.btn-alt.btn-info {
    border-left-color: #3bafda
}

.btn.btn-alt.btn-warning {
    border-left-color: #f6bb42
}

.btn.btn-alt.btn-danger {
    border-left-color: #e64a31
}

.btn.btn-alt.btn-alert {
    border-left-color: #967adc
}

.btn.btn-alt.btn-system {
    border-left-color: #37bc9b
}

.btn.btn-alt.btn-dark {
    border-left-color: #3b3f4f
}

.radio-custom.radio-primary label:before,
.checkbox-custom.checkbox-primary label:before {
    border-color: #649ae1
}

.radio-custom.radio-primary input[type=radio]:checked+label:after,
.radio-custom.radio-primary input[type=checkbox]:checked+label:after,
.checkbox-custom.checkbox-primary input[type=checkbox]:checked+label:after,
.checkbox-custom.checkbox-primary input[type=radio]:checked+label:after {
    background-color: #649ae1;
    color: #649ae1
}

.checkbox-custom.fill.checkbox-primary label:before {
    background-color: #649ae1
}

.radio-custom.radio-success label:before,
.checkbox-custom.checkbox-success label:before {
    border-color: #85d27a
}

.radio-custom.radio-success input[type=radio]:checked+label:after,
.radio-custom.radio-success input[type=checkbox]:checked+label:after,
.checkbox-custom.checkbox-success input[type=checkbox]:checked+label:after,
.checkbox-custom.checkbox-success input[type=radio]:checked+label:after {
    background-color: #85d27a;
    color: #85d27a
}

.checkbox-custom.fill.checkbox-success label:before {
    background-color: #85d27a
}

.radio-custom.radio-info label:before,
.checkbox-custom.checkbox-info label:before {
    border-color: #55badf
}

.radio-custom.radio-info input[type=radio]:checked+label:after,
.radio-custom.radio-info input[type=checkbox]:checked+label:after,
.checkbox-custom.checkbox-info input[type=checkbox]:checked+label:after,
.checkbox-custom.checkbox-info input[type=radio]:checked+label:after {
    background-color: #55badf;
    color: #55badf
}

.checkbox-custom.fill.checkbox-info label:before {
    background-color: #55badf
}

.radio-custom.radio-warning label:before,
.checkbox-custom.checkbox-warning label:before {
    border-color: #f7c65f
}

.radio-custom.radio-warning input[type=radio]:checked+label:after,
.radio-custom.radio-warning input[type=checkbox]:checked+label:after,
.checkbox-custom.checkbox-warning input[type=checkbox]:checked+label:after,
.checkbox-custom.checkbox-warning input[type=radio]:checked+label:after {
    background-color: #f7c65f;
    color: #f7c65f
}

.checkbox-custom.fill.checkbox-warning label:before {
    background-color: #f7c65f
}

.radio-custom.radio-danger label:before,
.checkbox-custom.checkbox-danger label:before {
    border-color: #e9624c
}

.radio-custom.radio-danger input[type=radio]:checked+label:after,
.radio-custom.radio-danger input[type=checkbox]:checked+label:after,
.checkbox-custom.checkbox-danger input[type=checkbox]:checked+label:after,
.checkbox-custom.checkbox-danger input[type=radio]:checked+label:after {
    background-color: #e9624c;
    color: #e9624c
}

.checkbox-custom.fill.checkbox-danger label:before {
    background-color: #e9624c
}

.radio-custom.radio-alert label:before,
.checkbox-custom.checkbox-alert label:before {
    border-color: #a992e2
}

.radio-custom.radio-alert input[type=radio]:checked+label:after,
.radio-custom.radio-alert input[type=checkbox]:checked+label:after,
.checkbox-custom.checkbox-alert input[type=checkbox]:checked+label:after,
.checkbox-custom.checkbox-alert input[type=radio]:checked+label:after {
    background-color: #a992e2;
    color: #a992e2
}

.checkbox-custom.fill.checkbox-alert label:before {
    background-color: #a992e2
}

.radio-custom.radio-system label:before,
.checkbox-custom.checkbox-system label:before {
    border-color: #48c9a9
}

.radio-custom.radio-system input[type=radio]:checked+label:after,
.radio-custom.radio-system input[type=checkbox]:checked+label:after,
.checkbox-custom.checkbox-system input[type=checkbox]:checked+label:after,
.checkbox-custom.checkbox-system input[type=radio]:checked+label:after {
    background-color: #48c9a9;
    color: #48c9a9
}

.checkbox-custom.fill.checkbox-system label:before {
    background-color: #48c9a9
}

.radio-custom.radio-dark label:before,
.checkbox-custom.checkbox-dark label:before {
    border-color: #484d61
}

.radio-custom.radio-dark input[type=radio]:checked+label:after,
.radio-custom.radio-dark input[type=checkbox]:checked+label:after,
.checkbox-custom.checkbox-dark input[type=checkbox]:checked+label:after,
.checkbox-custom.checkbox-dark input[type=radio]:checked+label:after {
    background-color: #484d61;
    color: #484d61
}

.checkbox-custom.fill.checkbox-dark label:before {
    background-color: #484d61
}

.radio-custom.radio-light label:before,
.checkbox-custom.checkbox-light label:before {
    border-color: #eee
}

.radio-custom.radio-light input[type=radio]:checked+label:after,
.radio-custom.radio-light input[type=checkbox]:checked+label:after,
.checkbox-custom.checkbox-light input[type=checkbox]:checked+label:after,
.checkbox-custom.checkbox-light input[type=radio]:checked+label:after {
    background-color: #666;
    color: #666 !important
}

.checkbox-custom.fill.checkbox-light label:before {
    background-color: #eee
}

.radio-custom.radio-disabled label:before,
.checkbox-custom.checkbox-disabled label:before {
    border-color: #b9b9b9
}

.radio-custom.radio-disabled input[type=radio]:checked+label:after,
.radio-custom.radio-disabled input[type=checkbox]:checked+label:after,
.checkbox-custom.checkbox-disabled input[type=checkbox]:checked+label:after,
.checkbox-custom.checkbox-disabled input[type=radio]:checked+label:after {
    background-color: #b9b9b9;
    color: #b9b9b9
}

.checkbox-custom.fill.checkbox-disabled label:before {
    background-color: #b9b9b9
}

.list-group-item-primary {
    color: #1f57a1;
    border-color: #97bbeb;
    background-color: #caddf5
}

a .list-group-item-primary,
button.list-group-item-primary {
    color: #1f57a1
}

a .list-group-item-primary .list-group-item-heading,
button.list-group-item-primary .list-group-item-heading {
    color: inherit
}

a .list-group-item-primary:focus,
button.list-group-item-primary:focus,
a .list-group-item-primary:hover,
button.list-group-item-primary:hover {
    color: #1f57a1;
    background-color: #dbe8f8
}

a .list-group-item-primary.active,
button.list-group-item-primary.active,
a .list-group-item-primary.active:focus,
button.list-group-item-primary.active:focus,
a .list-group-item-primary.active:hover,
button.list-group-item-primary.active:hover {
    color: #fff;
    background-color: #4a89dc;
    border-color: #4a89dc
}

.list-group-item-alert {
    color: #542fb2;
    border-color: #c6b7ec;
    background-color: #ece7f9
}

a .list-group-item-alert,
button.list-group-item-alert {
    color: #542fb2
}

a .list-group-item-alert .list-group-item-heading,
button.list-group-item-alert .list-group-item-heading {
    color: inherit
}

a .list-group-item-alert:focus,
button.list-group-item-alert:focus,
a .list-group-item-alert:hover,
button.list-group-item-alert:hover {
    color: #542fb2;
    background-color: #f9f7fd
}

a .list-group-item-alert.active,
button.list-group-item-alert.active,
a .list-group-item-alert.active:focus,
button.list-group-item-alert.active:focus,
a .list-group-item-alert.active:hover,
button.list-group-item-alert.active:hover {
    color: #fff;
    background-color: #967adc;
    border-color: #967adc
}

.list-group-item-system {
    color: #206d5a;
    border-color: #77d7c0;
    background-color: #a7e5d6
}

a .list-group-item-system,
button.list-group-item-system {
    color: #206d5a
}

a .list-group-item-system .list-group-item-heading,
button.list-group-item-system .list-group-item-heading {
    color: inherit
}

a .list-group-item-system:focus,
button.list-group-item-system:focus,
a .list-group-item-system:hover,
button.list-group-item-system:hover {
    color: #206d5a;
    background-color: #b7eadd
}

a .list-group-item-system.active,
button.list-group-item-system.active,
a .list-group-item-system.active:focus,
button.list-group-item-system.active:focus,
a .list-group-item-system.active:hover,
button.list-group-item-system.active:hover {
    color: #fff;
    background-color: #37bc9b;
    border-color: #37bc9b
}

.list-group-item-dark {
    color: #3b3f4f;
    border-color: #999eb3;
    background-color: #bcbfcd
}

a .list-group-item-dark,
button.list-group-item-dark {
    color: #3b3f4f
}

a .list-group-item-dark .list-group-item-heading,
button.list-group-item-dark .list-group-item-heading {
    color: inherit
}

a .list-group-item-dark:focus,
button.list-group-item-dark:focus,
a .list-group-item-dark:hover,
button.list-group-item-dark:hover {
    color: #3b3f4f;
    background-color: #c8cbd6
}

a .list-group-item-dark.active,
button.list-group-item-dark.active,
a .list-group-item-dark.active:focus,
button.list-group-item-dark.active:focus,
a .list-group-item-dark.active:hover,
button.list-group-item-dark.active:hover {
    color: #fff;
    background-color: #3b3f4f;
    border-color: #3b3f4f
}

.panel-default .panel-heading {
    border-color: #d7d7d7;
    background-color: #f6f6f6
}

.panel-alert.panel-border {
    border-color: #967adc
}

.panel-alert.panel-border.border-top>:first-child {
    border-top-color: transparent
}

.panel-alert.panel-border.border-bottom>:last-child {
    border-bottom-color: transparent
}

.panel-alert>.panel-heading .panel-icon {
    color: #967adc
}

.panel-alert>.panel-heading.fill {
    background-color: #967adc;
    border-color: #7b58d3
}

.panel-alert>.panel-heading.fill>.panel-title {
    color: #fff
}

.panel-alert>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #967adc
}

.panel-alert>.panel-heading .badge {
    color: #967adc;
    background-color: #fff
}

.panel-alert>.panel-body.fill {
    color: #fff;
    border-color: #b6a2e7;
    background-color: #bfaeea;
    border-top-width: 2px;
    border-top-color: #8666d7
}

.panel-alert>.panel-body.border {
    border: 3px solid #967adc
}

.panel-alert>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #967adc
}

.panel-system.panel-border {
    border-color: #37bc9b
}

.panel-system.panel-border.border-top>:first-child {
    border-top-color: transparent
}

.panel-system.panel-border.border-bottom>:last-child {
    border-bottom-color: transparent
}

.panel-system>.panel-heading .panel-icon {
    color: #37bc9b
}

.panel-system>.panel-heading.fill {
    background-color: #37bc9b;
    border-color: #2d9a7f
}

.panel-system>.panel-heading.fill>.panel-title {
    color: #fff
}

.panel-system>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #37bc9b
}

.panel-system>.panel-heading .badge {
    color: #37bc9b;
    background-color: #fff
}

.panel-system>.panel-body.fill {
    color: #fff;
    border-color: #58ceb1;
    background-color: #64d2b6;
    border-top-width: 2px;
    border-top-color: #31a88b
}

.panel-system>.panel-body.border {
    border: 3px solid #37bc9b
}

.panel-system>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #37bc9b
}

.panel-dark.panel-border {
    border-color: #3b3f4f
}

.panel-dark.panel-border.border-top>:first-child {
    border-top-color: transparent
}

.panel-dark.panel-border.border-bottom>:last-child {
    border-bottom-color: transparent
}

.panel-dark>.panel-heading .panel-icon {
    color: #3b3f4f
}

.panel-dark>.panel-heading.fill {
    background-color: #3b3f4f;
    border-color: #282b36
}

.panel-dark>.panel-heading.fill>.panel-title {
    color: #fff
}

.panel-dark>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #3b3f4f
}

.panel-dark>.panel-heading .badge {
    color: #3b3f4f;
    background-color: #fff
}

.panel-dark>.panel-body.fill {
    color: #fff;
    border-color: #51566c;
    background-color: #575d75;
    border-top-width: 2px;
    border-top-color: #303340
}

.panel-dark>.panel-body.border {
    border: 3px solid #3b3f4f
}

.panel-dark>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #3b3f4f
}

.progress-bar-primary {
    background-color: #4a89dc
}

.progress-bar-primary.light {
    background-color: #5993df
}

.progress-bar-primary.dark {
    background-color: #3b7fd9
}

.progress-striped .progress-bar-primary {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-alert {
    background-color: #967adc
}

.progress-bar-alert.light {
    background-color: #a188e0
}

.progress-bar-alert.dark {
    background-color: #8b6cd8
}

.progress-striped .progress-bar-alert {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-system {
    background-color: #37bc9b
}

.progress-bar-system.light {
    background-color: #3ec7a5
}

.progress-bar-system.dark {
    background-color: #33ae90
}

.progress-striped .progress-bar-system {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-dark {
    background-color: #3b3f4f
}

.progress-bar-dark.light {
    background-color: #434759
}

.progress-bar-dark.dark {
    background-color: #333745
}

.progress-striped .progress-bar-dark {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

div.switch.switch-primary input:checked+label {
    background-color: #4a89dc
}

div.switch.switch-success input:checked+label {
    background-color: #70ca63
}

div.switch.switch-info input:checked+label {
    background-color: #3bafda
}

div.switch.switch-warning input:checked+label {
    background-color: #f6bb42
}

div.switch.switch-danger input:checked+label {
    background-color: #e64a31
}

div.switch.switch-alert input:checked+label {
    background-color: #967adc
}

div.switch.switch-system input:checked+label {
    background-color: #37bc9b
}

div.switch.switch-dark input:checked+label {
    background-color: #3b3f4f
}

.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 {
    color: #a4a4a4;
    border-color: #fff;
    background-color: #fff
}

.table>thead>tr.active+tr>th,
.table>tbody>tr.active+tr>th,
.table>tfoot>tr.active+tr>th,
.table>thead>tr.active+tr>td,
.table>tbody>tr.active+tr>td,
.table>tfoot>tr.active+tr>td {
    border-top: 1px solid #fff
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #fff
}

.table>thead>tr>td.default,
.table>tbody>tr>td.default,
.table>tfoot>tr>td.default,
.table>thead>tr>th.default,
.table>tbody>tr>th.default,
.table>tfoot>tr>th.default,
.table>thead>tr.default>td,
.table>tbody>tr.default>td,
.table>tfoot>tr.default>td,
.table>thead>tr.default>th,
.table>tbody>tr.default>th,
.table>tfoot>tr.default>th {
    color: #b3b3b3;
    border-color: #fff;
    background-color: #fff
}

.table>thead>tr.default+tr>th,
.table>tbody>tr.default+tr>th,
.table>tfoot>tr.default+tr>th,
.table>thead>tr.default+tr>td,
.table>tbody>tr.default+tr>td,
.table>tfoot>tr.default+tr>td {
    border-top: 1px solid #fff
}

.table-hover>tbody>tr>td.default:hover,
.table-hover>tbody>tr>th.default:hover,
.table-hover>tbody>tr.default:hover>td,
.table-hover>tbody>tr:hover>.default,
.table-hover>tbody>tr.default:hover>th {
    background-color: #fff
}

.table>thead>tr>td.primary,
.table>tbody>tr>td.primary,
.table>tfoot>tr>td.primary,
.table>thead>tr>th.primary,
.table>tbody>tr>th.primary,
.table>tfoot>tr>th.primary,
.table>thead>tr.primary>td,
.table>tbody>tr.primary>td,
.table>tfoot>tr.primary>td,
.table>thead>tr.primary>th,
.table>tbody>tr.primary>th,
.table>tfoot>tr.primary>th {
    color: #1f57a1;
    border-color: #97bbeb;
    background-color: #caddf5
}

.table>thead>tr.primary+tr>th,
.table>tbody>tr.primary+tr>th,
.table>tfoot>tr.primary+tr>th,
.table>thead>tr.primary+tr>td,
.table>tbody>tr.primary+tr>td,
.table>tfoot>tr.primary+tr>td {
    border-top: 1px solid #97bbeb
}

.table-hover>tbody>tr>td.primary:hover,
.table-hover>tbody>tr>th.primary:hover,
.table-hover>tbody>tr.primary:hover>td,
.table-hover>tbody>tr:hover>.primary,
.table-hover>tbody>tr.primary:hover>th {
    background-color: #dbe8f8
}

.table>thead>tr>td.alert,
.table>tbody>tr>td.alert,
.table>tfoot>tr>td.alert,
.table>thead>tr>th.alert,
.table>tbody>tr>th.alert,
.table>tfoot>tr>th.alert,
.table>thead>tr.alert>td,
.table>tbody>tr.alert>td,
.table>tfoot>tr.alert>td,
.table>thead>tr.alert>th,
.table>tbody>tr.alert>th,
.table>tfoot>tr.alert>th {
    color: #542fb2;
    border-color: #c6b7ec;
    background-color: #ece7f9
}

.table>thead>tr.alert+tr>th,
.table>tbody>tr.alert+tr>th,
.table>tfoot>tr.alert+tr>th,
.table>thead>tr.alert+tr>td,
.table>tbody>tr.alert+tr>td,
.table>tfoot>tr.alert+tr>td {
    border-top: 1px solid #c6b7ec
}

.table-hover>tbody>tr>td.alert:hover,
.table-hover>tbody>tr>th.alert:hover,
.table-hover>tbody>tr.alert:hover>td,
.table-hover>tbody>tr:hover>.alert,
.table-hover>tbody>tr.alert:hover>th {
    background-color: #f9f7fd
}

.table>thead>tr>td.system,
.table>tbody>tr>td.system,
.table>tfoot>tr>td.system,
.table>thead>tr>th.system,
.table>tbody>tr>th.system,
.table>tfoot>tr>th.system,
.table>thead>tr.system>td,
.table>tbody>tr.system>td,
.table>tfoot>tr.system>td,
.table>thead>tr.system>th,
.table>tbody>tr.system>th,
.table>tfoot>tr.system>th {
    color: #206d5a;
    border-color: #77d7c0;
    background-color: #a7e5d6
}

.table>thead>tr.system+tr>th,
.table>tbody>tr.system+tr>th,
.table>tfoot>tr.system+tr>th,
.table>thead>tr.system+tr>td,
.table>tbody>tr.system+tr>td,
.table>tfoot>tr.system+tr>td {
    border-top: 1px solid #77d7c0
}

.table-hover>tbody>tr>td.system:hover,
.table-hover>tbody>tr>th.system:hover,
.table-hover>tbody>tr.system:hover>td,
.table-hover>tbody>tr:hover>.system,
.table-hover>tbody>tr.system:hover>th {
    background-color: #b7eadd
}

.table>thead>tr>td.dark,
.table>tbody>tr>td.dark,
.table>tfoot>tr>td.dark,
.table>thead>tr>th.dark,
.table>tbody>tr>th.dark,
.table>tfoot>tr>th.dark,
.table>thead>tr.dark>td,
.table>tbody>tr.dark>td,
.table>tfoot>tr.dark>td,
.table>thead>tr.dark>th,
.table>tbody>tr.dark>th,
.table>tfoot>tr.dark>th {
    color: #3b3f4f;
    border-color: #999eb3;
    background-color: #bcbfcd
}

.table>thead>tr.dark+tr>th,
.table>tbody>tr.dark+tr>th,
.table>tfoot>tr.dark+tr>th,
.table>thead>tr.dark+tr>td,
.table>tbody>tr.dark+tr>td,
.table>tfoot>tr.dark+tr>td {
    border-top: 1px solid #999eb3
}

.table-hover>tbody>tr>td.dark:hover,
.table-hover>tbody>tr>th.dark:hover,
.table-hover>tbody>tr.dark:hover>td,
.table-hover>tbody>tr:hover>.dark,
.table-hover>tbody>tr.dark:hover>th {
    background-color: #c8cbd6
}

.text-white {
    color: #fff
}

a.text-white:hover,
a.text-white:focus {
    color: gray
}

.text-white-light {
    color: #fff
}

.text-white-lighter {
    color: #fff
}

.text-white-dark {
    color: #f6f6f6
}

.text-white-darker {
    color: #ececec
}

.text-alert {
    color: #967adc
}

a.text-alert:hover,
a.text-alert:focus {
    color: #211245
}

.text-alert-light {
    color: #a188e0
}

.text-alert-lighter {
    color: #ae98e4
}

.text-alert-dark {
    color: #8b6cd8
}

.text-alert-darker {
    color: #7e5cd4
}

.text-system {
    color: #37bc9b
}

a.text-system:hover,
a.text-system:focus {
    color: #000
}

.text-system-light {
    color: #3ec7a5
}

.text-system-lighter {
    color: #4ecbac
}

.text-system-dark {
    color: #33ae90
}

.text-system-darker {
    color: #2e9e83
}

.text-dark {
    color: #3b3f4f
}

a.text-dark:hover,
a.text-dark:focus {
    color: #000
}

.text-dark-light {
    color: #434759
}

.text-dark-lighter {
    color: #4b5065
}

.text-dark-dark {
    color: #333745
}

.text-dark-darker {
    color: #2b2e39
}

.text-tp {
    color: rgba(0, 0, 0, .2)
}

a.text-tp:hover {
    color: rgba(0, 0, 0, .3)
}

blockquote.blockquote-primary {
    border-color: #4a89dc
}

blockquote.blockquote-success {
    border-color: #70ca63
}

blockquote.blockquote-info {
    border-color: #3bafda
}

blockquote.blockquote-warning {
    border-color: #f6bb42
}

blockquote.blockquote-danger {
    border-color: #e64a31
}

blockquote.blockquote-alert {
    border-color: #967adc
}

blockquote.blockquote-system {
    border-color: #37bc9b
}

blockquote.blockquote-dark {
    border-color: #3b3f4f
}

.dropcap.dropcap-default:first-letter {
    color: #666
}

.dropcap.dropcap-primary:first-letter {
    color: #4a89dc
}

.dropcap.dropcap-success:first-letter {
    color: #70ca63
}

.dropcap.dropcap-info:first-letter {
    color: #3bafda
}

.dropcap.dropcap-warning:first-letter {
    color: #f6bb42
}

.dropcap.dropcap-danger:first-letter {
    color: #e64a31
}

.dropcap.dropcap-alert:first-letter {
    color: #967adc
}

.dropcap.dropcap-system:first-letter {
    color: #37bc9b
}

.dropcap.dropcap-dark:first-letter {
    color: #111
}

.dropcap.dropcap-muted:first-letter {
    color: #aaa
}

.dropcap.dropcap-fill:first-letter {
    color: #fff
}

.dropcap.dropcap-fill.dropcap-default:first-letter {
    color: #444;
    background-color: #f0f0f0
}

.dropcap.dropcap-fill.dropcap-primary:first-letter {
    background-color: #4a89dc
}

.dropcap.dropcap-fill.dropcap-success:first-letter {
    background-color: #70ca63
}

.dropcap.dropcap-fill.dropcap-info:first-letter {
    background-color: #3bafda
}

.dropcap.dropcap-fill.dropcap-warning:first-letter {
    background-color: #f6bb42
}

.dropcap.dropcap-fill.dropcap-danger:first-letter {
    background-color: #e64a31
}

.dropcap.dropcap-fill.dropcap-alert:first-letter {
    background-color: #967adc
}

.dropcap.dropcap-fill.dropcap-system:first-letter {
    background-color: #37bc9b
}

.dropcap.dropcap-fill.dropcap-dark:first-letter {
    background-color: #3b3f4f
}

.dropcap.dropcap-fill.dropcap-muted:first-letter {
    color: #888;
    background-color: #f0f0f0
}

.alert-primary {
    color: #fff;
    background-color: #6c9fe3
}

.alert-primary hr {
    border-top-color: transparent
}

.alert-primary.alert-border-right {
    border-right-color: #2567bf
}

.alert-primary.alert-border-top {
    border-top-color: #2567bf
}

.alert-primary.alert-border-bottom {
    border-bottom-color: #2567bf
}

.alert-primary.alert-border-left {
    border-left-color: #2567bf
}

.alert-primary.light {
    background-color: #8ab3e8
}

.alert-primary.dark {
    background-color: #3d81da
}

.alert-primary.pastel {
    color: #2363b6;
    background-color: #caddf5;
    border-color: rgba(0, 0, 0, .1)
}

.alert-primary.pastel .alert-link {
    color: #2363b6
}

.alert-primary.pastel.alert-micro {
    border-color: #75a5e4
}

.alert-primary.pastel .close {
    color: #2363b6
}

.alert-primary.pastel .close:hover {
    color: #2363b6
}

.alert-alert {
    color: #fff;
    background-color: #b09ae4
}

.alert-alert hr {
    border-top-color: transparent
}

.alert-alert.alert-border-right {
    border-right-color: #6d46ce
}

.alert-alert.alert-border-top {
    border-top-color: #6d46ce
}

.alert-alert.alert-border-bottom {
    border-bottom-color: #6d46ce
}

.alert-alert.alert-border-left {
    border-left-color: #6d46ce
}

.alert-alert.light {
    background-color: #c6b7ec
}

.alert-alert.dark {
    background-color: #8c6ed9
}

.alert-alert.pastel {
    color: #663dcc;
    background-color: #f6f3fc;
    border-color: rgba(0, 0, 0, .1)
}

.alert-alert.pastel .alert-link {
    color: #663dcc
}

.alert-alert.pastel.alert-micro {
    border-color: #b6a2e7
}

.alert-alert.pastel .close {
    color: #663dcc
}

.alert-alert.pastel .close:hover {
    color: #663dcc
}

.alert-system {
    color: #fff;
    background-color: #50ccad
}

.alert-system hr {
    border-top-color: transparent
}

.alert-system.alert-border-right {
    border-right-color: #288971
}

.alert-system.alert-border-top {
    border-top-color: #288971
}

.alert-system.alert-border-bottom {
    border-bottom-color: #288971
}

.alert-system.alert-border-left {
    border-left-color: #288971
}

.alert-system.light {
    background-color: #6cd4ba
}

.alert-system.dark {
    background-color: #34b091
}

.alert-system.pastel {
    color: #26816a;
    background-color: #a7e5d6;
    border-color: rgba(0, 0, 0, .1)
}

.alert-system.pastel .alert-link {
    color: #26816a
}

.alert-system.pastel.alert-micro {
    border-color: #58ceb1
}

.alert-system.pastel .close {
    color: #26816a
}

.alert-system.pastel .close:hover {
    color: #26816a
}

.alert-default {
    color: #888;
    background-color: #f0f0f0
}

.alert-default .alert-link {
    color: #777
}

.alert-default.alert-border-right {
    border-right-color: #cfcfcf
}

.alert-default.alert-border-top {
    border-top-color: #cfcfcf
}

.alert-default.alert-border-bottom {
    border-bottom-color: #cfcfcf
}

.alert-default.alert-border-left {
    border-left-color: #cfcfcf
}

.alert-default.pastel,
.alert-default.light {
    background-color: #fdfdfd;
    border-color: rgba(0, 0, 0, .15)
}

.alert-default.dark {
    background-color: #e6e6e6
}

.alert-dark {
    background-color: #626984
}

.alert-dark.alert-border-right {
    border-right-color: #1f2129
}

.alert-dark.alert-border-top {
    border-top-color: #1f2129
}

.alert-dark.alert-border-bottom {
    border-bottom-color: #1f2129
}

.alert-dark.alert-border-left {
    border-left-color: #1f2129
}

.alert-dark.pastel,
.alert-dark.light {
    color: #676e89;
    background-color: #d0d3dc
}

.alert-dark.pastel .alert-link,
.alert-dark.light .alert-link {
    color: #51566c
}

.alert-dark.dark {
    background-color: #4a4f63
}

.dropdown-toggle.btn-primary+.dropdown-menu>.active>a,
.dropdown-toggle.btn-primary+.dropdown-menu>.active>a:focus,
.dropdown-toggle.btn-primary+.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #4a89dc
}

.dropdown-toggle.btn-success+.dropdown-menu>.active>a,
.dropdown-toggle.btn-success+.dropdown-menu>.active>a:focus,
.dropdown-toggle.btn-success+.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #70ca63
}

.dropdown-toggle.btn-info+.dropdown-menu>.active>a,
.dropdown-toggle.btn-info+.dropdown-menu>.active>a:focus,
.dropdown-toggle.btn-info+.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #3bafda
}

.dropdown-toggle.btn-warning+.dropdown-menu>.active>a,
.dropdown-toggle.btn-warning+.dropdown-menu>.active>a:focus,
.dropdown-toggle.btn-warning+.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #f6bb42
}

.dropdown-toggle.btn-danger+.dropdown-menu>.active>a,
.dropdown-toggle.btn-danger+.dropdown-menu>.active>a:focus,
.dropdown-toggle.btn-danger+.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #e64a31
}

.dropdown-toggle.btn-alert+.dropdown-menu>.active>a,
.dropdown-toggle.btn-alert+.dropdown-menu>.active>a:focus,
.dropdown-toggle.btn-alert+.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #967adc
}

.dropdown-toggle.btn-system+.dropdown-menu>.active>a,
.dropdown-toggle.btn-system+.dropdown-menu>.active>a:focus,
.dropdown-toggle.btn-system+.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #37bc9b
}

.dropdown-toggle.btn-dark+.dropdown-menu>.active>a,
.dropdown-toggle.btn-dark+.dropdown-menu>.active>a:focus,
.dropdown-toggle.btn-dark+.dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #3b3f4f
}

.nav-pills.nav-pills-primary>li.active>a,
.nav-pills.nav-pills-primary>li.active>a:focus,
.nav-pills.nav-pills-primary>li.active>a:hover {
    background-color: #4a89dc
}

.nav-pills.nav-pills-success>li.active>a,
.nav-pills.nav-pills-success>li.active>a:focus,
.nav-pills.nav-pills-success>li.active>a:hover {
    background-color: #70ca63
}

.nav-pills.nav-pills-info>li.active>a,
.nav-pills.nav-pills-info>li.active>a:focus,
.nav-pills.nav-pills-info>li.active>a:hover {
    background-color: #3bafda
}

.nav-pills.nav-pills-warning>li.active>a,
.nav-pills.nav-pills-warning>li.active>a:focus,
.nav-pills.nav-pills-warning>li.active>a:hover {
    background-color: #f6bb42
}

.nav-pills.nav-pills-danger>li.active>a,
.nav-pills.nav-pills-danger>li.active>a:focus,
.nav-pills.nav-pills-danger>li.active>a:hover {
    background-color: #e64a31
}

.nav-pills.nav-pills-alert>li.active>a,
.nav-pills.nav-pills-alert>li.active>a:focus,
.nav-pills.nav-pills-alert>li.active>a:hover {
    background-color: #967adc
}

.nav-pills.nav-pills-system>li.active>a,
.nav-pills.nav-pills-system>li.active>a:focus,
.nav-pills.nav-pills-system>li.active>a:hover {
    background-color: #37bc9b
}

.nav-pills.nav-pills-dark>li.active>a,
.nav-pills.nav-pills-dark>li.active>a:focus,
.nav-pills.nav-pills-dark>li.active>a:hover {
    background-color: #3b3f4f
}

.tab-block .tabs-border.nav-tabs.tabs-primary>li.active>a {
    border-top-color: #4a89dc
}

.tab-block .tabs-border.tabs-left.tabs-primary>li.active>a {
    border-left-color: #4a89dc
}

.tab-block .tabs-border.tabs-right.tabs-primary>li.active>a {
    border-right-color: #4a89dc
}

.tab-block .tab-content+.tabs-border.nav-justified.tabs-primary>li.active>a {
    border-top-color: #fff;
    border-bottom-color: #4a89dc
}

.panel-tabs.panel-tabs-border.tabs-primary>li.active>a {
    border-top-color: #4a89dc
}

.tab-block .tabs-border.nav-tabs.tabs-success>li.active>a {
    border-top-color: #70ca63
}

.tab-block .tabs-border.tabs-left.tabs-success>li.active>a {
    border-left-color: #70ca63
}

.tab-block .tabs-border.tabs-right.tabs-success>li.active>a {
    border-right-color: #70ca63
}

.tab-block .tab-content+.tabs-border.nav-justified.tabs-success>li.active>a {
    border-top-color: #fff;
    border-bottom-color: #70ca63
}

.panel-tabs.panel-tabs-border.tabs-success>li.active>a {
    border-top-color: #70ca63
}

.tab-block .tabs-border.nav-tabs.tabs-info>li.active>a {
    border-top-color: #3bafda
}

.tab-block .tabs-border.tabs-left.tabs-info>li.active>a {
    border-left-color: #3bafda
}

.tab-block .tabs-border.tabs-right.tabs-info>li.active>a {
    border-right-color: #3bafda
}

.tab-block .tab-content+.tabs-border.nav-justified.tabs-info>li.active>a {
    border-top-color: #fff;
    border-bottom-color: #3bafda
}

.panel-tabs.panel-tabs-border.tabs-info>li.active>a {
    border-top-color: #3bafda
}

.tab-block .tabs-border.nav-tabs.tabs-warning>li.active>a {
    border-top-color: #f6bb42
}

.tab-block .tabs-border.tabs-left.tabs-warning>li.active>a {
    border-left-color: #f6bb42
}

.tab-block .tabs-border.tabs-right.tabs-warning>li.active>a {
    border-right-color: #f6bb42
}

.tab-block .tab-content+.tabs-border.nav-justified.tabs-warning>li.active>a {
    border-top-color: #fff;
    border-bottom-color: #f6bb42
}

.panel-tabs.panel-tabs-border.tabs-warning>li.active>a {
    border-top-color: #f6bb42
}

.tab-block .tabs-border.nav-tabs.tabs-danger>li.active>a {
    border-top-color: #e64a31
}

.tab-block .tabs-border.tabs-left.tabs-danger>li.active>a {
    border-left-color: #e64a31
}

.tab-block .tabs-border.tabs-right.tabs-danger>li.active>a {
    border-right-color: #e64a31
}

.tab-block .tab-content+.tabs-border.nav-justified.tabs-danger>li.active>a {
    border-top-color: #fff;
    border-bottom-color: #e64a31
}

.panel-tabs.panel-tabs-border.tabs-danger>li.active>a {
    border-top-color: #e64a31
}

.tab-block .tabs-border.nav-tabs.tabs-alert>li.active>a {
    border-top-color: #967adc
}

.tab-block .tabs-border.tabs-left.tabs-alert>li.active>a {
    border-left-color: #967adc
}

.tab-block .tabs-border.tabs-right.tabs-alert>li.active>a {
    border-right-color: #967adc
}

.tab-block .tab-content+.tabs-border.nav-justified.tabs-alert>li.active>a {
    border-top-color: #fff;
    border-bottom-color: #967adc
}

.panel-tabs.panel-tabs-border.tabs-alert>li.active>a {
    border-top-color: #967adc
}

.tab-block .tabs-border.nav-tabs.tabs-system>li.active>a {
    border-top-color: #37bc9b
}

.tab-block .tabs-border.tabs-left.tabs-system>li.active>a {
    border-left-color: #37bc9b
}

.tab-block .tabs-border.tabs-right.tabs-system>li.active>a {
    border-right-color: #37bc9b
}

.tab-block .tab-content+.tabs-border.nav-justified.tabs-system>li.active>a {
    border-top-color: #fff;
    border-bottom-color: #37bc9b
}

.panel-tabs.panel-tabs-border.tabs-system>li.active>a {
    border-top-color: #37bc9b
}

.tab-block .tabs-border.nav-tabs.tabs-dark>li.active>a {
    border-top-color: #3b3f4f
}

.tab-block .tabs-border.tabs-left.tabs-dark>li.active>a {
    border-left-color: #3b3f4f
}

.tab-block .tabs-border.tabs-right.tabs-dark>li.active>a {
    border-right-color: #3b3f4f
}

.tab-block .tab-content+.tabs-border.nav-justified.tabs-dark>li.active>a {
    border-top-color: #fff;
    border-bottom-color: #3b3f4f
}

.panel-tabs.panel-tabs-border.tabs-dark>li.active>a {
    border-top-color: #3b3f4f
}

.nav-pills.nav-pills-default>li,
.nav-pills.nav-pills-default>li:hover,
.nav-pills.nav-pills-default>li:focus {
    color: #444;
    background-color: #eaeaea
}