/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    /*font-family: sans-serif;  1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

/**
 * Global Style
 */
/**
 * Global Style
 */

body {
    color: #333;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    line-height: 1.2em;
}

div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, i {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    color: #1890ff;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    -webkit-text-decoration-skip: objects;
}
a:focus {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
}
a:hover {
    color: #1890ff;
}
a:active {
    color: #096dd9;
}
a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}
a[disabled] {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
    pointer-events: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit*/
    color:    #ccc;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ccc;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ccc;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
}
::placeholder {
    color: #ccc;
}

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

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

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

table {
    font-size: inherit;
}


/*重写bootstrap*/
html, body {
    min-width: 290px;
    -ms-overflow-style: scrollbar
}

body {
    font-family: 'Microsoft YaHei', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-variant: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased !important
}

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    color: #2b425b
}

::selection {
    background-color: #1890ff;
    color: #fff
}

::-moz-selection {
    background-color: #1890ff;
    color: #fff
}

.fixed-fluid:after {
    content: '';
    display: block;
    clear: both
}

.fixed-fluid > .pull-xs-left {
    float: left;
    margin-right: 15px
}

.fixed-fluid > .pull-xs-right {
    float: right;
    margin-left: 15px
}

.fixed-fluid > .fixed-xs-160 {
    width: 160px
}

.fixed-fluid > .fixed-xs-200 {
    width: 200px
}

.fixed-fluid > .fixed-xs-250 {
    width: 250px
}

.fixed-fluid > .fixed-xs-300 {
    width: 300px
}

.fixed-fluid > .fixed-xs-350 {
    width: 350px
}

.fixed-fluid > .fluid {
    overflow: hidden
}

@media (min-width: 768px) {
    .fixed-fluid > .pull-sm-left {
        float: left;
        margin-right: 15px
    }

    .fixed-fluid > .pull-sm-right {
        float: right;
        margin-left: 15px
    }

    .fixed-fluid > .fixed-sm-160 {
        width: 160px
    }

    .fixed-fluid > .fixed-sm-200 {
        width: 200px
    }

    .fixed-fluid > .fixed-sm-250 {
        width: 250px
    }

    .fixed-fluid > .fixed-sm-300 {
        width: 300px
    }

    .fixed-fluid > .fixed-sm-350 {
        width: 350px
    }
}

@media (min-width: 992px) {
    .fixed-fluid > .pull-md-left {
        float: left;
        margin-right: 15px
    }

    .fixed-fluid > .pull-md-right {
        float: right;
        margin-left: 15px
    }

    .fixed-fluid > .fixed-md-160 {
        width: 160px
    }

    .fixed-fluid > .fixed-md-200 {
        width: 200px
    }

    .fixed-fluid > .fixed-md-250 {
        width: 250px
    }

    .fixed-fluid > .fixed-md-300 {
        width: 300px
    }

    .fixed-fluid > .fixed-md-350 {
        width: 350px
    }
}

@media (min-width: 1200px) {
    .fixed-fluid > .pull-lg-left {
        float: left;
        margin-right: 15px
    }

    .fixed-fluid > .pull-lg-right {
        float: right;
        margin-left: 15px
    }

    .fixed-fluid > .fixed-lg-160 {
        width: 160px
    }

    .fixed-fluid > .fixed-lg-200 {
        width: 200px
    }

    .fixed-fluid > .fixed-lg-250 {
        width: 250px
    }

    .fixed-fluid > .fixed-lg-300 {
        width: 300px
    }

    .fixed-fluid > .fixed-lg-350 {
        width: 350px
    }
}

.navbar-header {
    left: 0;
    position: relative;
    float: none;
    background-color: #263238
}

.navbar-content {
    position: relative;
    left: 0;
    background-color: #fff
}

.navbar-aside-icon > *:before {
    background-color: #758697 !important;
    box-shadow: 0 .45em 0 #758697, 0 .9em 0 #758697 !important
}

.navbar-brand {
    background-color: transparent;
    color: #fff;
    padding: 0;
    height: 40px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 220px
}

.navbar-brand:hover, .navbar-brand:focus {
    color: #fff
}

.brand-title, .brand-icon {
    display: block;
    line-height: 40px
}

.brand-icon {
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 5px
}

.brand-text {
    display: block;
    font-size: 18px;
    font-weight: 600
}

.navbar-icon-color, .navbar-top-links > li > a:focus:not(.mainnav-toggle) > i, .navbar-top-links > li > a:hover:not(.mainnav-toggle) > i {
    color: #6d7e90;
    transition: color .4s
}

.navbar-top-links > li {
    float: left
}

.navbar-top-links > li > a {
    display: table-cell;
    padding: 0 12px;
    vertical-align: middle;
    height: 40px;
    color: #758697;
    transition: all .4s
}

.navbar-top-links > li > a:not(.mainnav-toggle) > i {
    color: #758697;
    transition: color .4s
}

.navbar-top-links > li > a:focus {
    background-color: transparent
}

.navbar-top-links > li > a:hover {
    background-color: #f2f2f2;
    color: #6f8193;
    transition: all .4s
}

.navbar-top-links > li > a > i {
    font-size: 1.2em;
    line-height: .75em
}

.navbar-top-links:first-child > li {
    border-right: 1px solid rgba(0, 0, 0, 0.05)
}

.navbar-top-links:last-child > li {
    border-left: 1px solid rgba(0, 0, 0, 0.05)
}

.navbar-top-links > .open > a, .navbar-top-links > .open > a:focus {
    background-color: #f2f2f2;
    color: #758697
}

.navbar-top-links .dropdown-menu .panel-body {
    padding: 0
}

.navbar-top-links .dropdown-menu .nano:not(.scrollable) {
    max-height: 180px
}

.navbar-top-links .dropdown-menu .nano:not(.scrollable) .nano-content {
    position: static
}

.navbar-top-links .tgl-menu-btn {
    position: absolute;
    top: -100%;
    right: 0
}

.navbar-top-links .tgl-menu-btn > a, .navbar-top-links .tgl-menu-btn > a:hover, .navbar-top-links .tgl-menu-btn > a:focus {
    color: #fff
}

.navbar-top-links .tgl-menu-btn > a:hover, .navbar-top-links .tgl-menu-btn a:focus {
    background-color: transparent
}

.navbar-top-links .head-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.navbar-top-links .head-list li a {
    display: block;
    padding: 10px 15px;
    background: transparent
}

.navbar-top-links .head-list li a:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #758697
}

.badge-header {
    position: absolute;
    font-size: .85em;
    font-weight: normal;
    top: 50%;
    margin-top: -1.5em;
    min-width: 1.85em;
    padding: 3px 5px;
    right: 3px
}

.badge-header:empty {
    display: inline;
    border-radius: 50%;
    min-width: 0;
    padding: 5px;
    right: .55em;
    top: 2.2em;
    animation-iteration-count: 5
}

.navbar-top-links .dropdown-menu .nano {
    max-height: 265px
}

.menu-popover {
    left: 50px !important
}

.menu-popover .sub-menu {
    overflow: hidden
}

.menu-popover .sub-menu .pop-in {
    display: block;
    visibility: visible
}

.menu-popover .sub-menu ul {
    background-color: #202a2f
}

.menu-popover .sub-menu ul ul {
    background-color: #1c2429
}

.menu-popover .sub-menu ul ul > li > a {
    padding-left: 27px
}

.menu-popover .sub-menu ul ul > li > a:hover {
    color: #fff
}

.menu-popover .sub-menu ul a:hover {
    color: #fff
}

.menu-popover .sub-menu ul li > a {
    display: block;
    color: #abb1b7;
    padding: 12px 17px
}

.menu-popover .single-content {
    color: #fff;
    background-color: #2c3a41
}

.menu-popover.popover {
    width: 220px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #222d32;
    color: #fff;
    position: absolute;
    box-shadow: none;
    margin-left: 0
}

.menu-popover.popover.in {
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s
}

.menu-popover > .popover-title {
    border: 0;
    border-radius: 0;
    padding: 14px 20px;
    background-color: #2c3a41;
    font-size: 1.05em;
    font-weight: 600;
    position: relative;
    z-index: 5;
    color: #fff
}

.menu-popover > .popover-title strong {
    font-weight: 300
}

.menu-popover > .popover-content {
    padding: 0;
    width: 100%;
    position: absolute;
    border-radius: 0
}

.menu-popover > .popover-content > .single-content {
    padding: 12px 14px;
    display: block;
    white-space: nowrap
}

.menu-popover > .popover-content > .single-content strong {
    font-weight: 300
}

.menu-popover > .popover-content > .single-content .label, .menu-popover > .popover-content > .single-content .badge {
    margin-left: 10px;
    float: none !important
}

.menu-popover ul {
    width: 220px;
    margin-bottom: 0
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.collapsing {
    transition-duration: 10ms
}
.widget-header {
    padding: 15px 15px 50px 15px;
    min-height: 125px;
    position: relative;
    overflow: hidden
}

.widget-bg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%
}

.widget-title {
    position: relative
}

.widget-body {
    padding: 50px 15px 15px;
    position: relative
}

.widget-img {
    position: absolute;
    width: 64px;
    height: 64px;
    left: 50%;
    margin-left: -32px;
    top: -32px
}

.speech {
    position: relative;
    background: #b7dcfe;
    color: #317787;
    display: inline-block;
    border-radius: 0;
    padding: 12px 20px
}

.speech .media-heading {
    color: #317787;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: 600
}

.speech .media-heading:hover {
    text-decoration: underline
}

.speech-time {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: .8em
}

.speech-right {
    text-align: right
}

.speech-right > .speech {
    background: #ffda87;
    color: #a07617;
    text-align: right
}

.speech-right > .speech .media-heading {
    color: #a07617
}

.speech-right > .speech:before {
    left: auto;
    right: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ffdc91;
    border-right: 0;
    margin: 15px -6px 0 0
}

.speech:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #b7dcfe;
    margin: 15px 0 0 -6px
}

.timeline {
    position: relative;
    padding-bottom: 40px;
    background-color: #ecf0f5;
    color: #758697
}

.timeline:before, .timeline:after {
    background-color: #bec6ce;
    bottom: 20px;
    content: "";
    display: block;
    position: absolute
}

.timeline:before {
    left: 49px;
    top: 20px;
    width: 1px
}

.timeline:after {
    left: 46px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #bec6ce;
    background-color: #ecf0f5
}

.timeline-header {
    border-radius: 0;
    clear: both;
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative
}

.timeline-header .timeline-header-title {
    display: inline-block;
    text-align: center;
    padding: 7px 15px;
    min-width: 100px
}

.timeline .timeline-header:first-child {
    margin-bottom: 30px;
    margin-top: 15px
}

.timeline-stat {
    width: 100px;
    float: left;
    text-align: center;
    padding-bottom: 15px
}

.timeline-entry {
    margin-bottom: 25px;
    margin-top: 5px;
    position: relative;
    clear: both
}

.timeline-entry-inner {
    position: relative
}

.timeline-time {
    display: inline-block;
    padding: 2px 3px;
    background-color: #ecf0f5;
    color: #758697;
    font-size: .85em;
    max-width: 70px
}

.timeline-icon {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    margin-top: 5px;
    background-color: #ecf0f5
}

.timeline-icon > i {
    line-height: 40px;
    vertical-align: .1em
}

.timeline-icon img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: top
}

.timeline-icon:empty {
    height: 12px;
    width: 12px;
    margin-top: 20px;
    border: 2px solid #bec6ce
}

.timeline-label {
    background-color: #fff;
    border-radius: 0;
    margin-left: 85px;
    padding: 15px;
    position: relative;
    min-height: 50px;
    border: 1px solid #e7ecf3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17)
}

.timeline-label:before, .timeline-label:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0
}

.timeline-label:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #e6e6e6;
    margin: 15px 0 0 -10px
}

.timeline-label:after {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #fff;
    margin: 15px 0 0 -8px
}

.panel .timeline, .panel .timeline:after, .panel .timeline-time, .panel .timeline-label, .panel .timeline-icon:not([class^="bg-"]):not([class*=" bg-"]) {
    background-color: #fff
}

.panel .timeline-label {
    box-shadow: none;
    border: 0;
    background-color: #f3f5f9;
    margin-left: 100px
}

.panel .timeline-label:before {
    display: none;
    border-right-color: #e3e3e3
}

.panel .timeline-label:after {
    border-right-color: #f3f5f9
}
.form-checkbox:not(.btn), .form-radio:not(.btn) {
    display: inline-block;
    background-color: transparent;
    border: 0;
    position: relative;
    padding: 3px;
    line-height: 1em;
    min-width: 19px;
    margin: 0
}

.input-group-addon > .form-checkbox, .input-group-addon > .form-radio {
    margin-bottom: 5px
}

.form-text.form-checkbox:not(.btn), .form-text.form-radio:not(.btn) {
    padding-left: 25.5px
}

.form-checkbox > input[type="checkbox"], .form-radio > input[type="radio"] {
    margin-left: -50px;
    opacity: 0;
    position: absolute !important;
    z-index: -1
}

#container.show-form .form-checkbox > input[type="checkbox"], #container.show-form .form-radio > input[type="radio"] {
    margin-top: -0.1em;
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.form-checkbox:hover, .form-radio:hover {
    cursor: pointer
}

fieldset[disabled] .form-checkbox:hover, fieldset[disabled] .form-radio:hover {
    cursor: no-drop
}

fieldset[disabled] .form-checkbox, fieldset[disabled] .form-radio, .form-checkbox.disabled, .form-radio.disabled {
    opacity: .5;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.form-checkbox.disabled::selection, .form-radio.disabled::selection {
    background: transparent
}

.form-checkbox.disabled::-moz-selection, .form-radio.disabled::-moz-selection {
    background: transparent
}

.form-checkbox.form-normal:before, .form-radio.form-normal:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 1px solid #c8d1d8;
    border-radius: 0;
    left: 0;
    top: 50%;
    margin-top: -9px
}

.form-radio.form-normal:before {
    background-color: transparent
}

.has-success .form-checkbox {
    color: #24692f
}

.has-success .form-checkbox.form-normal:before, .has-success .form-checkbox.form-normal:not(.disabled):hover:before, .has-success .form-radio.form-normal:before, .has-success .form-radio.form-normal:not(.disabled):hover:before {
    background-color: transparent;
    border-color: #71a436
}

.has-success .form-radio.form-normal.active:before {
    background-color: #71a436;
    border-color: #71a436
}

.has-warning .form-checkbox {
    color: #f29000
}

.has-warning .form-checkbox.form-normal:before, .has-warning .form-checkbox.form-normal:not(.disabled):hover:before, .has-warning .form-radio.form-normal:before, .has-warning .form-radio.form-normal:not(.disabled):hover:before {
    background-color: transparent;
    border-color: #f29000
}

.has-warning .form-radio.form-normal:before {
    background-color: #f29000;
    border-color: #f29000
}

.has-error .form-checkbox {
    color: #eb2521
}

.has-error .form-checkbox.form-normal:before, .has-error .form-checkbox.form-normal:not(.disabled):hover:before, .has-error .form-radio.form-normal:before, .has-error .form-radio.form-normal:not(.disabled):hover:before {
    background-color: transparent;
    border-color: #eb2521
}

.has-error .form-radio.form-normal.active:before {
    background-color: #eb2521;
    border-color: #eb2521
}

.form-radio.form-normal:before {
    border-radius: 50%
}

fieldset:not([disabled]) .form-checkbox.form-normal:not(.disabled):hover:after, fieldset:not([disabled]) .form-checkbox.form-normal.active:after, .form-checkbox.form-normal:not(.disabled):hover:after, .form-checkbox.form-normal.active:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 11px;
    left: 3px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 2.5px solid #515151;
    border-left: 2.5px solid #515151
}

fieldset:not([disabled]) .has-success .form-checkbox.form-normal:not(.disabled):hover:after, fieldset:not([disabled]) .has-success .form-checkbox.form-normal.active:after, .has-success .form-checkbox.form-normal:not(.disabled):hover:after, .has-success .form-checkbox.form-normal.active:after {
    border-color: #24692f
}

fieldset:not([disabled]) .has-warning .form-checkbox.form-normal:not(.disabled):hover:after, fieldset:not([disabled]) .has-warning .form-checkbox.form-normal.active:after, .has-warning .form-checkbox.form-normal:not(.disabled):hover:after, .has-warning .form-checkbox.form-normal.active:after {
    border-color: #f0a238
}

fieldset:not([disabled]) .has-error .form-checkbox.form-normal:not(.disabled):hover:after, fieldset:not([disabled]) .has-error .form-checkbox.form-normal.active:after, .has-error .form-checkbox.form-normal:not(.disabled):hover:after, .has-error .form-checkbox.form-normal.active:after {
    border-color: #e33a4b
}

fieldset:not([disabled]) .form-radio.form-normal:not(.disabled):hover:after, fieldset:not([disabled]) .form-radio.form-normal.active:after, .form-radio.form-normal:not(.disabled):hover:after, .form-radio.form-normal.active:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #515151;
    border-radius: 50%;
    left: 4px;
    bottom: 50%;
    margin-bottom: -3px
}

fieldset:not([disabled]) .has-success .form-radio.form-normal:not(.disabled):not(.active):hover:after, fieldset:not([disabled]) .has-success .form-radio.form-normal.active:after, .has-success .form-radio.form-normal:not(.disabled):not(.active):hover:after, .has-success .form-radio.form-normal.active:after {
    background-color: #71a436
}

fieldset:not([disabled]) .has-warning .form-radio.form-normal:not(.disabled):not(.active):hover:after, fieldset:not([disabled]) .has-warning .form-radio.form-normal.active:after, .has-warning .form-radio.form-normal:not(.disabled):not(.active):hover:after, .has-warning .form-radio.form-normal.active:after {
    background-color: #f29000
}

fieldset:not([disabled]) .has-error .form-radio.form-normal:not(.disabled):not(.active):hover:after, fieldset:not([disabled]) .has-error .form-radio.form-normal.active:after, .has-error .form-radio.form-normal:not(.disabled):not(.active):hover:after, .has-error .form-radio.form-normal.active:after {
    background-color: #eb2521
}

.form-checkbox.form-normal:not(.active):hover:after, .form-radio.form-normal:not(.active):hover:after {
    opacity: .3
}

.form-checkbox.form-normal.form-primary.active:after, .form-checkbox.form-normal.form-info.active:after, .form-checkbox.form-normal.form-success.active:after, .form-checkbox.form-normal.form-warning.active:after, .form-checkbox.form-normal.form-danger.active:after, .form-checkbox.form-normal.form-mint.active:after, .form-checkbox.form-normal.form-purple.active:after, .form-checkbox.form-normal.form-pink.active:after, .form-checkbox.form-normal.form-dark.active:after {
    border-color: #fff
}

.form-checkbox.form-normal:not(.disabled):hover:before, .form-radio.form-normal:not(.disabled):hover:before {
    border-color: #1890ff
}

.form-checkbox.form-normal.active:after {
    border-color: #404449
}

.form-checkbox.form-normal.form-primary:hover:before, .form-radio.form-normal.form-primary.active:before, .form-checkbox.form-normal.form-primary:not(.active):hover:after {
    border-color: #489eed
}

.form-checkbox.form-normal.form-primary.active:before, .form-radio.form-normal.form-primary.active:after {
    background-color: #1890ff;
    border-color: #1890ff
}

.form-checkbox.form-normal.form-info:hover:before, .form-radio.form-normal.form-info.active:before, .form-checkbox.form-normal.form-info:not(.active):hover:after {
    border-color: #00bcd4
}

.form-checkbox.form-normal.form-info.active:before, .form-radio.form-normal.form-info.active:after {
    background-color: #00bcd4;
    border-color: #00bcd4
}

.form-checkbox.form-normal.form-success:hover:before, .form-radio.form-normal.form-success.active:before, .form-checkbox.form-normal.form-success:not(.active):hover:after {
    border-color: #8bc34a
}

.form-checkbox.form-normal.form-success.active:before, .form-radio.form-normal.form-success.active:after {
    background-color: #8bc34a;
    border-color: #8bc34a
}

.form-checkbox.form-normal.form-warning:hover:before, .form-radio.form-normal.form-warning.active:before, .form-checkbox.form-normal.form-warning:not(.active):hover:after {
    border-color: #ffa726
}

.form-checkbox.form-normal.form-warning.active:before, .form-radio.form-normal.form-warning.active:after {
    background-color: #ffa726;
    border-color: #ffa726
}

.form-checkbox.form-normal.form-danger:hover:before, .form-radio.form-normal.form-danger.active:before, .form-checkbox.form-normal.form-danger:not(.active):hover:after {
    border-color: #ef5350
}

.form-checkbox.form-normal.form-danger.active:before, .form-radio.form-normal.form-danger.active:after {
    background-color: #ef5350;
    border-color: #ef5350
}

.form-checkbox.form-normal.form-mint:hover:before, .form-radio.form-normal.form-mint.active:before, .form-checkbox.form-normal.form-mint:not(.active):hover:after {
    border-color: #26a69a
}

.form-checkbox.form-normal.form-mint.active:before, .form-radio.form-normal.form-mint.active:after {
    background-color: #26a69a;
    border-color: #26a69a
}

.form-checkbox.form-normal.form-purple:hover:before, .form-radio.form-normal.form-purple.active:before, .form-checkbox.form-normal.form-purple:not(.active):hover:after {
    border-color: #ba68c8
}

.form-checkbox.form-normal.form-purple.active:before, .form-radio.form-normal.form-purple.active:after {
    background-color: #ba68c8;
    border-color: #ba68c8
}

.form-checkbox.form-normal.form-pink:hover:before, .form-radio.form-normal.form-pink.active:before, .form-checkbox.form-normal.form-pink:not(.active):hover:after {
    border-color: #ec407a
}

.form-checkbox.form-normal.form-pink.active:before, .form-radio.form-normal.form-pink.active:after {
    background-color: #ec407a;
    border-color: #ec407a
}

.form-checkbox.form-normal.form-dark:hover:before, .form-radio.form-normal.form-dark.active:before, .form-checkbox.form-normal.form-dark:not(.active):hover:after {
    border-color: #263238
}

.form-checkbox.form-normal.form-dark.active:before, .form-radio.form-normal.form-dark.active:after {
    background-color: #263238;
    border-color: #263238
}

.form-inline .form-checkbox, .form-inline .form-radio {
    padding-right: 15px
}

.form-checkbox.form-icon:after, .form-radio.form-icon:after {
    content: "\f096";
    color: inherit;
    font-size: 19px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    left: .1em;
    top: 50%;
    margin-top: -0.44em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.input-group .form-checkbox:after, .input-group .form-radio:after {
    left: 1px
}

.input-group .form-checkbox, .input-group .form-radio {
    padding: 0
}

.form-checkbox.active.form-icon:after {
    content: "\f046"
}

.form-radio.form-icon:after {
    content: "\f10c"
}

.form-radio.form-icon.active:after {
    content: "\f192"
}

.form-checkbox.form-icon.form-primary:after, .form-radio.form-icon.form-primary:after {
    color: #1890ff
}

.form-checkbox.form-icon.form-info:after, .form-radio.form-icon.form-info:after {
    color: #00bcd4
}

.form-checkbox.form-icon.form-success:after, .form-radio.form-icon.form-success:after {
    color: #8bc34a
}

.form-checkbox.form-icon.form-warning:after, .form-radio.form-icon.form-warning:after {
    color: #ffa726
}

.form-checkbox.form-icon.form-danger:after, .form-radio.form-icon.form-danger:after {
    color: #ef5350
}

.form-checkbox.form-icon.form-mint:after, .form-radio.form-icon.form-mint:after {
    color: #26a69a
}

.form-checkbox.form-icon.form-purple:after, .form-radio.form-icon.form-purple:after {
    color: #ba68c8
}

.form-checkbox.form-icon.form-pink:after, .form-radio.form-icon.form-pink:after {
    color: #ec407a
}

.form-checkbox.form-icon.form-dark:after, .form-radio.form-icon.form-dark:after {
    color: #263238
}

.form-checkbox.form-icon.btn, .form-radio.form-icon.btn {
    position: relative;
    padding-left: 2.7em;
    margin-bottom: 12px
}

.form-checkbox.form-icon.btn:active, .form-radio.form-icon.btn:active {
    margin-bottom: 12px
}

.form-checkbox.form-icon.btn.form-no-label, .form-radio.form-icon.btn.form-no-label {
    padding-left: 0;
    padding-right: 0;
    min-height: 2.5em;
    min-width: 2.85em
}

.form-checkbox.form-icon.btn:after, .form-radio.form-icon.btn:after {
    margin-top: -0.46em;
    left: .45em
}

.form-icon.btn.btn-primary:after, .form-icon.btn.btn-info:after, .form-icon.btn.btn-success:after, .form-icon.btn.btn-warning:after, .form-icon.btn.btn-danger:after, .form-icon.btn.btn-mint:after, .form-icon.btn.btn-purple:after, .form-icon.btn.btn-pink:after, .form-icon.btn.btn-dark:after {
    color: #fff
}

.form-checkbox.form-icon.btn.btn-labeled, .form-radio.form-icon.btn.btn-labeled {
    padding-left: 3em
}

.form-checkbox.form-icon.btn.btn-labeled:before, .form-radio.form-icon.btn.btn-labeled:before {
    content: '';
    position: absolute;
    display: inline-block;
    margin-left: 0;
    width: 2.7em;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15)
}

.checkbox.form-block {
    padding-top: 4px
}

.form-radio.form-block, .form-radio.form-block:active, .form-checkbox.form-block, .form-checkbox.form-block:active, .form-block > .form-radio, .form-block > .form-radio:active, .form-block > .form-checkbox, .form-block .form-checkbox:active {
    width: 100%;
    margin: 5px 0
}

.form-checkbox > input[type="checkbox"], .form-radio > input[type="radio"] {
    visibility: visible !important
}

/*! ========================================================================*//*! Toggle Switch - v1.0 *//*! A trowel component to display a switch *//*! https://github.com/Trowel/switch/*!  *//*! designed by Cl茅ment Menant (https://www.behance.net/clementmenant) and Lo茂c Goyet (https://twitter.com/earvinpepper) for AppVentus (http://appventus.com/) *//*! Under MIT License *//*! ========================================================================*//*! IMPROVEMENT BY THEMEON.NET */
.toggle-switch {
    display: none
}

.toggle-switch + label {
    display: inline-block;
    position: relative;
    height: 16px;
    max-height: 1em;
    cursor: pointer;
    -webkit-touch-callout: none;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 40px;
    line-height: 16px
}

.toggle-switch + label:empty {
    padding-left: 30px
}

.toggle-switch + label:before {
    position: absolute;
    display: inline-block;
    left: 0;
    content: '';
    border-style: solid;
    width: 30px;
    height: 16px;
    border-width: 0;
    border-color: transparent;
    background-color: #afafaf;
    box-shadow: none;
    border-radius: 8px;
    transition: all .3s
}

.toggle-switch + label:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: 1px;
    left: 1px;
    background-color: white;
    box-shadow: 0 2px 5px 0 rgba(51, 51, 51, 0.25);
    border-radius: 16px;
    transition: left .3s, right .3s
}

.toggle-switch:checked + label:before {
    background-color: #4db446;
    transition: all .3s
}

.toggle-switch:checked + label:after {
    left: 15px;
    transition: left .3s, right .3s
}

.toggle-switch:disabled + label {
    cursor: no-drop
}

.toggle-switch:disabled + label:before {
    opacity: .3
}

.preload .toggle-switch + *, .preload .toggle-switch + *:before, .preload .toggle-switch + *:after {
    transition: none !important
}
.form-group {
    margin-bottom: 10px;
}
.form-group .toggle-switch + *, .form-group .toggle-switch + *:before, .form-group .toggle-switch + *:after {
    margin-top: 5px !important
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f9f9f9;
}
.form-inline .form-control,
.form-inline .btn {
    display: inline-block;
    margin-right: 8px;
}
.form-group-inline .form-control {
    display: inline-block;
    width: auto;
}
.select {
    position: relative;
    display: inline-block
}

.select:before {
    content: '';
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: #afb9c3;
    display: inline-block;
    height: 0;
    margin: 0 3px;
    vertical-align: middle;
    width: 0;
    position: absolute;
    right: .7em;
    top: 1em;
    z-index: 1
}

.select select {
    padding: 5px 2.5em 5px 10px;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: 0;
    background-color: #fff;
    color: inherit;
    font-size: 13px;
    line-height: 1.42857;
    vertical-align: middle;
    transition: border-color .5s
}

.select select:disabled {
    cursor: not-allowed;
    opacity: .65
}

.select select:focus {
    border-color: #1890ff;
    transition: border-color .5s
}

.select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #444
}

.select select::-ms-expand {
    display: none
}

.select select:disabled {
    opacity: .5;
    cursor: not-allowed
}

.select.select-xs > select {
    min-width: 100px
}

.select.select-sm > select {
    min-width: 200px
}

.select.select-md > select {
    min-width: 300px
}

.select.select-lg > select {
    min-width: 400px
}

.select.select-xl > select {
    min-width: 100%
}

.pci-hor-dots, .pci-ver-dots {
    height: 1.2em;
    width: .85em;
    display: block;
    position: relative
}

.pci-hor-dots:before, .pci-ver-dots:before {
    content: '';
    height: .27em;
    width: .27em;
    background-color: #758697;
    display: block;
    position: absolute;
    top: 0;
    left: .25em;
    box-shadow: 0 .45em 0 #758697, 0 .9em 0 #758697
}

.pci-hor-dots {
    transform: rotate(90deg)
}

.pci-cross:after, .pci-cross:before {
    content: '';
    box-shadow: inset 0 0 0 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pci-cross:after {
    height: .8em;
    width: 2px
}

.pci-cross:before {
    width: .78em;
    height: 2px
}

.pci-cross {
    display: block;
    border: 1px solid;
    width: 1.3em;
    height: 1.3em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

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

.pci-chevron:before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: .75em;
    position: relative;
    top: 0;
    left: 0;
    vertical-align: middle;
    width: .75em
}

.pci-chevron.chevron-up:before {
    transform: rotate(-45deg)
}

.pci-chevron.chevron-right:before {
    transform: rotate(45deg)
}

.pci-chevron.chevron-down:before {
    top: -0.5em;
    transform: rotate(135deg)
}

.pci-chevron.chevron-left:before {
    transform: rotate(-135deg)
}

.plan {
    text-align: center
}

.plan .plan-title {
    font-size: 2em;
    font-weight: 100
}

.plan .plan-icon {
    font-size: 7em;
    color: rgba(0, 0, 0, 0.1)
}

.list-todo .form-checkbox input:checked ~ span {
    text-decoration: line-through;
    opacity: .7
}

.list-todo input:checked ~ label > span {
    text-decoration: line-through;
    opacity: .7
}

.flot-full-content {
    min-height: 120px;
    margin: -8px;
    bottom: -8px
}

.pie-title-center {
    display: inline-block;
    position: relative;
    text-align: center
}

.pie-value {
    display: block;
    position: absolute;
    font-size: 14px;
    height: 40px;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -20px;
    line-height: 40px
}

.range-vertical {
    height: 135px
}

.collapse {
    display: none
}

.jumbotron {
    padding: 30px;
    background-color: #e2e8f0
}

.navbar-toggle .icon-bar {
    background-color: #aaa
}

.canvas-responsive {
    max-width: 100%
}

a {
    text-decoration: none;
    color: #555;
    outline: 0
}

a:hover, a:focus {
    text-decoration: none;
    color: #1890ff;
    outline: 0 !important
}

button, button:focus {
    outline: 0 !important
}

code {
    background-color: #e7e3f2;
    color: red;
    padding: 2px 7px;
    border-radius: 2px;
    font-size: 97%
}

kbd {
    border-radius: 2px;
    box-shadow: none
}

label {
    font-weight: normal
}

legend {
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    border-color: #eee
}

mark, .mark {
    background-color: #ffe3a2;
    color: #563c00;
    padding: .1em
}

.close {
    font-size: 15px
}

hr {
    border-color: #e9e9e9
}

.hr-wide {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.hr-xs {
    margin: 5px 0
}

.hr-sm {
    margin: 10px 0
}

.new-section-xs {
    margin: 12px 0;
    min-height: 1px
}

.new-section-sm {
    margin: 25px 0;
    min-height: 1px
}

.new-section-md {
    margin: 50px 0;
    min-height: 1px
}

.new-section-lg {
    margin: 100px 0;
    min-height: 1px
}

.new-section-xl {
    margin: 150px 0;
    min-height: 1px
}

.row {
    margin: 0 -7.5px
}

[class^="col-"]:not(.pad-no) {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.media-block .media-left {
    display: block;
    float: left
}

.media-block .media-right {
    float: right
}

.media-block .media-body {
    display: block;
    overflow: hidden;
    width: auto
}

.media-block:after {
    content: '';
    display: table;
    clear: both
}

.middle .media-left, .middle .media-right, .middle .media-body {
    vertical-align: middle
}

.thumbnail {
    padding: 5px;
    border-radius: 0;
    border-color: #e9e9e9
}

.thumbnail .caption {
    padding: 10px 0 5px;
    color: #758697
}

.thumbnail.selected {
    box-shadow: inset 0 0 0 3px #1890ff
}

.table th {
    font-weight: normal;
    /*background-color: #fafafa;*/
    border-bottom: none !important;
    color: #333;
    line-height: 1.5;
}
.table thead th {
    font-size: 1.05em;
    text-align: center;
    vertical-align: middle !important;
}
.table td {
    border-top: 1px solid #e8e8e8 !important;
    color: #666;
    line-height: 1.5;
}

.table th, .table td {
    padding: 8px !important;
}

.table.table-vcenter th, .table.table-vcenter td {
    vertical-align: middle
}

.table .min-width {
    width: 1%;
    white-space: nowrap;
    padding-left: 15px !important;
    padding-right: 15px !important
}

.table-bordered, .table-bordered td, .table-bordered th {
    border-color: #e8e8e8 !important;
}

.table-striped > tbody > tr:nth-child(2n+1) {
    background-color: #fcfcfc;
}

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

.table-line {
    border: solid 1px #e8e8e8;
}
.talble-line th, .table-line td {
    border: none;
    border-top: solid 1px #e8e8e8 !important;
}

.table-row {
    border: solid 1px #e8e8e8;
}
.table-row th,
.table-row td {
    border: none !important;
    border-left: solid 1px #e8e8e8 !important;
}
.table-row tr td:first-child {
    border-left-width: 0 !important;
}

.table-none, .table-none th, .table-none td {
    border: none !important;
}

.table-fixed {
    table-layout: fixed;
}

.form-control {
    font-size: 13px;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e9e9e9;
    transition-duration: .5s
}

.form-control:focus {
    border-color: #1890ff;
    box-shadow: none;
    transition-duration: .5s
}

.has-error .form-control, .has-warning .form-control, .has-success .form-control {
    box-shadow: none !important
}

i.form-control-feedback {
    line-height: 25px
}

.input-group-addon {
    border: 1px solid #e1e5ea;
    background-color: transparent;
    border-radius: 0;
    min-width: 45px
}

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

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background-color: #1890ff
}

.nav-tabs > li > a {
    border-radius: 0
}

.list-group.bg-trans .list-group-item:not(.active):not(.disabled) {
    background-color: transparent;
    border-color: transparent;
    color: inherit
}

.list-group.bg-trans .list-group-item .disabled {
    opacity: .5
}

.list-group.bg-trans a.list-group-item:hover:not(.active) {
    background-color: rgba(0, 0, 0, 0.05)
}

.list-group.bord-no .list-group-item {
    border-color: transparent
}

.list-group .list-divider {
    display: block
}

.list-group-item {
    border-color: #e9e9e9
}

.list-group-item, a.list-group-item, button.list-group-item, a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus {
    color: #758697
}

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

.list-group-item-heading {
    margin-top: 5px
}

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

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

.list-group-item .list-group-item.disabled, .list-group-item .list-group-item.disabled:hover, .list-group-item .list-group-item.disabled:focus {
    background-color: rgba(0, 0, 0, 0.07);
    border-color: transparent
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #1890ff;
    border-color: #1890ff;
    color: #fff
}

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

a.list-group-item:hover, a.list-group-item:focus {
    background-color: rgba(0, 0, 0, 0.05)
}

a.list-group-item-primary, .list-group-item-primary {
    background-color: #64b5f7;
    border-color: transparent;
    color: #fff
}

a.list-group-item-primary:hover, a.list-group-item-primary:focus {
    background-color: #72bcf8;
    color: #fff
}

a.list-group-item-info, .list-group-item-info {
    background-color: #00dcf8;
    border-color: transparent;
    color: #fff
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
    background-color: #08e3ff;
    color: #fff
}

a.list-group-item-success, .list-group-item-success {
    background-color: #9ccc65;
    border-color: transparent;
    color: #fff
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
    background-color: #a4d070;
    color: #fff
}

a.list-group-item-warning, .list-group-item-warning {
    background-color: #ffb54a;
    border-color: transparent;
    color: #fff
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    background-color: #ffbc59;
    color: #fff
}

a.list-group-item-danger, .list-group-item-danger {
    background-color: #f27371;
    border-color: transparent;
    color: #fff
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    background-color: #f3817f;
    color: #fff
}

a.list-group-item-mint, .list-group-item-mint {
    background-color: #2dc3b5;
    border-color: transparent;
    color: #fff
}

a.list-group-item-mint:hover, a.list-group-item-mint:focus {
    background-color: #30d0c1;
    color: #fff
}

a.list-group-item-purple, .list-group-item-purple {
    background-color: #c682d2;
    border-color: transparent;
    color: #fff
}

a.list-group-item-purple:hover, a.list-group-item-purple:focus {
    background-color: #cb8dd6;
    color: #fff
}

a.list-group-item-pink, .list-group-item-pink {
    background-color: #ef6091;
    border-color: transparent;
    color: #fff
}

a.list-group-item-pink:hover, a.list-group-item-pink:focus {
    background-color: #f16e9a;
    color: #fff
}

a.list-group-item-dark, .list-group-item-dark {
    background-color: #34454d;
    border-color: transparent;
    color: #fff
}

a.list-group-item-dark:hover, a.list-group-item-dark:focus {
    background-color: #3b4d56;
    color: #fff
}

.label {
    border-radius: 0;
    font-weight: 600
}

.label:empty {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: sub
}

.label.label-fw {
    margin-right: .5em
}

.labels .label {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px
}

.label-md {
    font-size: 100%
}

.label-table {
    display: inline-block;
    width: 80%;
    min-width: 8ex;
    font-size: 1em;
    max-width: 100px;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top
}

.label-default {
    background-color: #e3e8ee;
    color: #333
}

.label-primary {
    background-color: #1890ff
}

.label-info {
    background-color: #00bcd4
}

.label-success {
    background-color: #8bc34a
}

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

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

.label-mint {
    background-color: #26a69a
}

.label-purple {
    background-color: #ba68c8
}

.label-pink {
    background-color: #ec407a
}

.label-dark {
    background-color: #263238
}

.breadcrumb {
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 10px;
    padding: 0 15px
}

.breadcrumb li, .breadcrumb li a {
    color: #afb9c3
}

.breadcrumb > li + li:before {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1
}

.breadcrumb .active {
    font-weight: normal
}

.alert {
    border-radius: 0;
    border: 0;
    padding: 15px 2em 15px 15px;
    position: relative;
    font-size: 14px;
}

.alert .alert-link {
    text-decoration: underline;
    font-weight: 600
}

.alert .alert-link:hover {
    text-decoration: underline
}

.alert .close {
    font-size: 12.5px;
    text-shadow: none;
    opacity: .7;
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px
}

.alert button.close {
    padding: 1px;
    border-radius: 20px;
    transition: all, 0.3s
}

.alert button.close > span:not(.sr-only) {
    display: block;
    width: 1em;
    height: 1em;
    line-height: .8em
}

.alert button.close:hover {
    opacity: .55
}

.alert button.close:active {
    opacity: .3
}

.alert-primary {
    background-color: #6ab5f1;
    border-color: transparent;
    border-left: 3px solid #0f80db;
    color: #fff
}

.alert-primary .close, .alert-primary .alert-link {
    color: #fff
}

.alert-info {
    background-color: #1bc7dc;
    border-color: transparent;
    border-left: 3px solid #0c6f7b;
    color: #fff
}

.alert-info .close, .alert-info .alert-link {
    color: #fff
}

.alert-success {
    background-color: #9cc56c;
    border-color: transparent;
    border-left: 3px solid #648e33;
    color: #fff
}

.alert-success .close, .alert-success .alert-link {
    color: #fff
}

.alert-warning {
    background-color: #f9b450;
    border-color: transparent;
    border-left: 3px solid #d58003;
    color: #fff
}

.alert-warning .close, .alert-warning .alert-link {
    color: #fff
}

.alert-danger {
    background-color: #ed7876;
    border-color: transparent;
    border-left: 3px solid #db1c18;
    color: #fff
}

.alert-danger .close, .alert-danger .alert-link {
    color: #fff
}

.alert-mint {
    background-color: #35bbae;
    border-color: transparent;
    border-left: 3px solid #1a665f;
    color: #fff
}

.alert-mint .close, .alert-mint .alert-link {
    color: #fff
}

.alert-purple {
    background-color: #c288cc;
    border-color: transparent;
    border-left: 3px solid #9540a3;
    color: #fff
}

.alert-purple .close, .alert-purple .alert-link {
    color: #fff
}

.alert-pink {
    background-color: #e96793;
    border-color: transparent;
    border-left: 3px solid #c81853;
    color: #fff
}

.alert-pink .close, .alert-pink .alert-link {
    color: #fff
}

.alert-dark {
    background-color: #4f5e65;
    border-color: transparent;
    border-left: 3px solid #1d2428;
    color: #fff
}

.alert-dark .close, .alert-dark .alert-link {
    color: #fff
}

.modal {
    text-align: center
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    margin-left: -1em;
    vertical-align: middle
}

.modal.fade:not(.animated) .modal-dialog {
    opacity: 0;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: all .5s linear .5s;
    transition: all .5s linear .5s
}

.modal.fade.in:not(.animated) .modal-dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s;
    transition: all .5s
}

.bootbox.modal.in:not(.fade) {
    opacity: 1;
    transition: opacity, 0.5s
}

.bootbox.modal:not(.fade) {
    opacity: 0;
    -webkit-transition: opacity .5s linear .5s;
    transition: opacity .5s linear .5s
}

.modal-dialog {
    display: inline-block;
    border: solid 1px #ddd;
    vertical-align: middle;
    text-align: left;
    margin-top: -1%;
    min-width: 90%;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.28);
}
.modal-header .close {
    font-size: 18px;
}
.modal-dialog.animated {
    -webkit-animation-duration: .7s;
    animation-duration: .7s
}

.modal-header {
    padding: 15px;
    position: relative;
    border: 0
}

.modal-header:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07)
}
.modal-content {
    border: none;
}
.modal-footer {
    background-color: transparent;
    color: #758697;
    text-align: center;
    border-color: rgba(0, 0, 0, 0.07);
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.modal-footer .btn {
    min-width: 80px;
}
.modal-title {
    font-size: 1.2em;
    color: #2b425b;
    font-weight: normal;
}

.modal-body {
    min-height: 90px
}

.modal-body > .close, .modal-header > .close {
    top: 0;
    right: 10px;
    left: auto;
    position: absolute;
    background-color: transparent !important;
    font-size: 32px;
    line-height: 50px;
}

.modal-body > .close {
    top: 10px;
    margin-top: 0 !important
}

.modal-content {
    box-shadow: none;
    border-radius: 0
}

.modal-footer {
    padding: 15px 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.modal-footer .btn {
    margin-right: 16px;
}
.modal-backdrop.in {
    opacity: 0;
}

@media (min-width: 768px) {
    .modal-dialog {
        min-width: 0
    }
}

.tooltip {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    z-index: 999999
}

.tooltip-inner {
    font-size: 13px;
    border-radius: 0;
    padding: 5px 10px;
    background-color: #eee;
    color: #555;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.38);
}
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    border-top-color: #eee;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #eee;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #eee;
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #eee;
}

.tooltip.in {
    opacity: 1
}

.tooltip h1, .tooltip h2, .tooltip h3, .tooltip h4, .tooltip h5, .tooltip h6, .tooltip .h1, .tooltip .h2, .tooltip .h3, .tooltip .h4, .tooltip .h5, .tooltip .h6 {
    color: inherit
}

.popover {
    font-family: inherit;
    font-size: 13px;
    border-radius: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15)
}

.popover-title {
    background-color: transparent;
    color: #2b425b;
    font-size: 1.2em;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 0
}

.popover > .arrow {
    border-width: 9px
}

.popover > .arrow:after {
    border-width: 9px
}

.popover.left > .arrow {
    right: -9px;
    margin-top: -9px
}

.popover.left > .arrow:after {
    bottom: -9px
}

.popover.right > .arrow {
    left: -9px;
    margin-top: -9px
}

.popover.right > .arrow:after {
    bottom: -9px
}

.popover.top > .arrow {
    bottom: -9px
}

.popover.top > .arrow:after {
    margin-left: -9px
}

.popover.bottom > .arrow {
    top: -9px
}

.popover.bottom > .arrow:after {
    margin-left: -9px
}

.popover-content {
    padding: 10px 20px
}

.badge {
    color: #fff;
    font-size: .9em;
    font-weight: 600
}

.badge:empty.badge-icon {
    display: inline-block;
    width: .85em;
    height: .85em;
    padding: 0;
    min-width: 5px;
    margin: .5em;
    border-radius: 50%
}

.badge.badge-fw, .badge:empty.badge-fw {
    margin-right: 1em
}

.badge-stat {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 7px 0 0 !important;
    box-shadow: 0 0 0 2px
}

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

.badge-primary {
    background-color: #1890ff
}

.badge-info {
    background-color: #00bcd4
}

.badge-success {
    background-color: #8bc34a
}

.badge-warning {
    background-color: #ffa726
}

.badge-danger {
    background-color: #ef5350
}

.badge-mint {
    background-color: #26a69a
}

.badge-purple {
    background-color: #ba68c8
}

.badge-pink {
    background-color: #ec407a
}

.badge-dark {
    background-color: #263238
}

.dropdown-header {
    font-weight: 600;
    font-size: 1.11em;
    color: #2b425b;
    padding: 5px 20px 5px 10px
}

.dropdown-toggle > .dropdown-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 3px;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    vertical-align: baseline
}

.dropdown-toggle > .dropdown-caret.caret-up {
    border-width: 0 4px 6px 4px;
    border-bottom-color: initial;
    border-top-color: transparent
}

.dropdown-menu {
    font-size: 13px;
    border-radius: 0;
    border: solid 1px #e9e9e9;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25);
    margin: 0;
    padding: 0;
}

.dropdown-menu > li > a {
    color: inherit;
}

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

.dropup .dropdown-menu {
    box-shadow: 0 -5px 8px 0 rgba(0, 0, 0, 0.25)
}

.dropdown-menu:not(.head-list) > li > a {
    padding: 6px 10px
}

.dropdown-menu:not(.head-list) > li > a:hover {
    background-color: #1890ff;
    color: #fff
}

.dropdown-menu.with-arrow:before, .dropdown-menu.with-arrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent
}

.dropdown-menu.with-arrow:before {
    border-bottom: 7px solid #d0d0d0;
    margin: -7px 0 0 15px
}

.dropdown-menu.with-arrow:after {
    border-bottom: 7px solid #fff;
    margin: -6px 0 0 15px
}

.dropdown-menu-right.dropdown-menu.with-arrow:before {
    left: auto;
    right: 0;
    margin: -7px 25px 0 0
}

.dropdown-menu-right.dropdown-menu.with-arrow:after {
    left: auto;
    right: 0;
    margin: -6px 25px 0 0
}

.dropdown-menu-sm {
    min-width: 220px
}

.dropdown-menu-md {
    min-width: 270px
}

.dropdown-menu-lg {
    min-width: 300px
}

.dropdown.open > .btn, .btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 1px rgba(0, 0, 0, 0.3)
}

.well {
    background-color: #e5ebf1;
    border-color: #dbe3ec;
    border-radius: 0;
    box-shadow: none
}

.well-xs {
    padding: 5px
}

.progress {
    height: 12px;
    margin-bottom: 15px;
    border-radius: 0;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.1)
}

.progress-bar {
    font-size: 10px;
    background-color: #1890ff;
    line-height: 1.05em;
    box-shadow: none
}

.progress-light-base {
    background-color: #fff
}

.progress-dark-base {
    background-color: rgba(255, 255, 255, 0.2)
}

.progress-xl {
    height: 30px;
    margin-bottom: 20px
}

.progress-xl .progress-bar {
    font-size: 13px;
    line-height: 30px
}

.progress-lg {
    height: 20px;
    margin-bottom: 20px
}

.progress-lg .progress-bar {
    font-size: 13px;
    line-height: 20px
}

.progress-md {
    height: 8px;
    margin-bottom: 5px
}

.progress-md .progress-bar {
    font-size: 5px;
    line-height: 8px
}

.progress-sm {
    height: 4px;
    margin-bottom: 5px
}

.progress-sm .progress-bar {
    font-size: 0;
    line-height: 4px
}

.progress-xs {
    height: 2px;
    margin-bottom: 10px
}

.progress-xs .progress-bar {
    font-size: 0;
    line-height: 2px
}

.progress-bar-light {
    background-color: #fff
}

.progress-bar-primary {
    background-color: #1890ff
}

.progress-bar-info {
    background-color: #00bcd4
}

.progress-bar-success {
    background-color: #8bc34a
}

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

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

.progress-bar-mint {
    background-color: #26a69a
}

.progress-bar-purple {
    background-color: #ba68c8
}

.progress-bar-pink {
    background-color: #ec407a
}

.progress-bar-dark {
    background-color: #263238
}

.pager li > a:active, .pagination > li a:active {
    box-shadow: inset 0 3px 1px rgba(0, 0, 0, 0.2)
}

.pager li > a:hover, .pager li > a:focus, .pagination > li a:hover, .pagination > li a:focus {
    background-color: #fff;
    border-color: #1890ff;
    color: #1890ff;
    box-shadow: inset 0 0 1px #1890ff;
    z-index: 2;
    transition: border-color, 0.3s
}

.pager li > a, .pager li > span {
    border-radius: 0;
    border-color: #dcdcdc
}

.pager.pager-rounded li > a, .pager.pager-rounded li > span {
    border-radius: 15px
}

.pager .disabled > a, .pager .disabled > span, .pager .disabled > a:hover, .pager .disabled > span:hover, .pager .disabled > a:focus, .pager .disabled > span:focus, .pagination .disabled > a, .pagination .disabled > span, .pagination .disabled > a:hover, .pagination .disabled > span:hover, .pagination .disabled > a:focus, .pagination .disabled > span:focus {
    opacity: .7;
    border-color: #dcdcdc;
    box-shadow: none
}
.pagination {
    margin: 0;
}
.pagination > li > a, .pagination > li > span {
    color: inherit;
    border-color: #dcdcdc;
    transition: border-color, 0.3s
}

.pagination > li > span {
    cursor: default
}

.pagination > li > span:hover {
    background-color: #fff
}

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

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

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #1890ff;
    border-color: #1890ff
}

.carousel-inner > .item {
    padding-top: 15px
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
    color: inherit
}

.carousel-control, .carousel-control:focus {
    font-size: 1em;
    text-shadow: none;
    width: auto;
    padding: 10px;
    top: 0;
    bottom: 0;
    opacity: .5;
    transition: opacity .5s
}

.carousel-control.auto-hide {
    opacity: 0
}

.carousel-control:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.carousel-control i {
    position: relative;
    top: .25em
}

.carousel:hover .carousel-control {
    opacity: 1;
    transition: opacity .5s
}

.carousel-indicators.out {
    bottom: 0
}

.carousel-indicators.out + .carousel-inner {
    padding-bottom: 30px
}

.carousel-indicators.square li {
    border-radius: 0
}

.carousel-indicators > .active {
    background-color: transparent;
    box-shadow: inset 0 0 0 50px;
    border-color: transparent
}

.carousel-indicators > li {
    border-color: inherit
}

blockquote {
    border-left: 3px solid #cbd6e3
}

.bq-sm {
    font-size: 13px
}

.bq-open:before, .bq-close:after {
    color: #cbd6e3;
    content: '\201C';
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 5em;
    line-height: 0;
    margin: 0 .15em 0 0;
    vertical-align: -0.5em
}

.bq-close:after {
    content: '\201D';
    margin: 0 0 0 .15em
}
.form-horizontal .control-label {
    margin-bottom: 5px
}

.form-horizontal .control-label.text-left {
    text-align: left
}

.form-horizontal .form-control {
    display: inline-block;
    width: auto;
}
.panel > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0
}

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

.panel-group.accordion .panel {
    margin-bottom: 0
}

.panel-group.accordion .panel-heading {
    border-radius: 0;
    height: auto
}

.panel-group.accordion .panel-heading:after {
    border: 0 !important
}

.panel-group.accordion .panel-heading, .panel-group.accordion .panel-title {
    padding: 0
}

.panel-group.accordion .panel-title {
    line-height: 40px
}

.panel-group.accordion .panel-title a {
    display: block;
    color: inherit;
    text-transform: none;
    font-size: 13px;
    padding: 0 15px
}

.panel-group.accordion .panel-title a:hover, .panel-group.accordion .panel-title a:focus {
    color: inherit
}

.panel-group.accordion .panel:first-child, .panel-group.accordion .panel:first-child .panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-group.accordion .panel:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden
}

.tab-base {
    margin-bottom: 35px
}

.tab-base .tab-content {
    background-color: #fff;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 15px
}

.tab-base .tab-content .tab-footer {
    background-color: #f6f8fa;
    color: #758697;
    border-color: #eff3f7;
    position: relative;
    margin: 0 -15px -15px -15px;
    padding: 10px 15px
}

.tab-base .nav-tabs {
    border: 0
}

.tab-base .nav-tabs > li {
    margin-bottom: -2px
}

.tab-base .nav-tabs > li:not(.active) > a {
    background-color: rgba(0, 0, 0, 0.05);
    opacity: .7;
    transition: opacity, 0.3s
}

.tab-base .nav-tabs > li:not(.active) > a:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.55);
    border-bottom-color: transparent;
    transition: opacity, 0.3s
}

.tab-base .nav-tabs > .active > a, .tab-base .nav-tabs > .active a:hover, .tab-base .nav-tabs > .active > a:focus {
    border-color: transparent
}

.tab-base .nav-tabs.tabs-right {
    text-align: right
}

.tab-base .nav-tabs.tabs-right > li {
    float: none;
    display: inline-block;
    margin-right: -2px
}

.tab-footer:after {
    content: '';
    display: table;
    clear: both
}

.nav-tabs li a {
    border-radius: 0
}

.nav-tabs.tab-right {
    text-align: right
}

.nav-tabs.tab-right > li {
    display: inline-block;
    text-align: left;
    float: none
}

.nav-tabs.tab-right > li > a {
    margin-right: 0
}

.nav-tabs .label, .nav-tabs .badge {
    margin-left: 4px
}

.tab-stacked-left, .tab-stacked-right {
    display: table;
    height: 100%;
    width: 100%
}

.tab-stacked-left .nav-tabs > li, .tab-stacked-right .nav-tabs > li {
    float: none;
    margin: 0
}

.tab-stacked-left .nav-tabs > li > a, .tab-stacked-right .nav-tabs > li > a {
    margin: 0 0 2px
}

.tab-stacked-left .nav-tabs > li:last-child > a, .tab-stacked-right .nav-tabs > li:last-child > a {
    margin-bottom: 0
}

.tab-stacked-left .nav-tabs, .tab-stacked-right .nav-tabs, .tab-stacked-left .tab-content, .tab-stacked-right .tab-content {
    display: table-cell;
    vertical-align: top
}

.tab-stacked-left .tab-content, .tab-stacked-right .tab-content {
    overflow: hidden
}

.tab-stacked-left .nav-tabs {
    width: 1%;
    border: 0
}

.tab-stacked-left .nav-tabs > li a {
    border-right-color: transparent;
    border-radius: 0
}

.tab-stacked-left .nav-tabs > .active > a:hover, .tab-stacked-left .nav-tabs > .active > a:focus {
    border-right-color: transparent
}

.tab-stacked-left.tab-base .nav-tabs > li:not(.active) a:hover {
    border-right-color: transparent
}

.tab-stacked-left .tab-content {
    border-left-color: transparent;
    border-radius: 0
}

.tab-stacked-right .nav-tabs {
    width: 1%;
    border: 0
}

.tab-stacked-right .nav-tabs > li a {
    border-left-color: transparent;
    border-radius: 0
}

.tab-stacked-right .nav-tabs > .active > a:hover, .tab-stacked-right .nav-tabs > .active > a:focus {
    border-left-color: transparent
}

.tab-stacked-right.tab-base .nav-tabs > li:not(.active) a:hover {
    border-left-color: transparent
}

.tab-stacked-right .tab-content {
    border-right-color: transparent;
    border-radius: 0
}

.bg-trans {
    background-color: transparent
}

.bg-light {
    background-color: #fff
}

.bg-light, .bg-light a {
    color: #758697
}

.bg-gray-light {
    background-color: #f5f6f8
}

.bg-gray-light, .bg-gray-light a {
    color: #758697
}

.bg-gray {
    background-color: #e6eaed
}

.bg-gray, .bg-gray a {
    color: #758697
}

.bg-gray-dark {
    background-color: #c8d1d8
}

.bg-gray-dark, .bg-gray-dark a {
    color: #758697
}

.bg-trans-light {
    background-color: rgba(255, 255, 255, 0.1)
}

.bg-trans-light, .bg-trans-light a {
    color: inherit
}

.bg-trans-dark {
    background-color: rgba(0, 0, 0, 0.05)
}

.bg-trans-dark, .bg-trans-dark a {
    color: inherit
}

.bg-primary {
    background-color: #1890ff
}

.bg-primary, .bg-primary a {
    color: #fff
}

.bg-info {
    background-color: #00bcd4
}

.bg-info, .bg-info a {
    color: #fff
}

.bg-success {
    background-color: #8bc34a
}

.bg-success, .bg-success a {
    color: #fff
}

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

.bg-warning, .bg-warning a {
    color: #fff
}

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

.bg-danger, .bg-danger a {
    color: #fff
}

.bg-mint {
    background-color: #26a69a
}

.bg-mint, .bg-mint a {
    color: #fff
}

.bg-purple {
    background-color: #ba68c8
}

.bg-purple, .bg-purple a {
    color: #fff
}

.bg-pink {
    background-color: #ec407a
}

.bg-pink, .bg-pink a {
    color: #fff
}

.bg-dark {
    background-color: #263238
}

.bg-dark, .bg-dark a {
    color: #fff
}

.text-light, a.text-light:hover, a.text-light:focus {
    color: #fff
}

.text-muted, a.text-muted:hover, a.text-muted:focus {
    color: #afb9c3
}

.text-primary, a.text-primary, a.text-primary:hover, a.text-primary:focus {
    color: #128ef2
}

.text-info, a.text-info, a.text-info:hover, a.text-info:focus {
    color: #008fa1
}

.text-success, a.text-success, a.text-success:hover, a.text-success:focus {
    color: #71a436
}

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

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

.text-main, a.text-main, a.text-main:hover, a.text-main:focus {
    color: #2b425b
}

.text-mint, a.text-mint, a.text-mint:hover, a.text-mint:focus {
    color: #1c7d74
}

.text-purple, a.text-purple, a.text-purple:hover, a.text-purple:focus {
    color: #a844b9
}

.text-pink, a.text-pink, a.text-pink:hover, a.text-pink:focus {
    color: #e2175b
}

.text-dark, a.text-dark, a.text-dark:hover, a.text-dark:focus {
    color: #11171a
}

.btn {
    cursor: pointer;
    background-color: transparent;
    color: inherit;
    padding: 6px 12px;
    border-radius: 0;
    border: 1px solid transparent;
    font-size: 13px;
    line-height: 1.42857;
    vertical-align: middle;
    transition: all .25s
}

.btn:not(.disabled):not(:disabled):active, .btn:not(.disabled):not(:disabled).active {
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2)
}

.btn-lg, .btn-icon.btn-lg {
    font-size: 17px;
    line-height: 1.33
}

.btn-sm, .btn-icon.btn-sm {
    font-size: 11px;
    line-height: 1.5
}

.btn-xs, .btn-icon.btn-xs {
    font-size: 11px;
    line-height: 1.5
}

.btn-icon {
    padding-left: 9px;
    padding-right: 9px
}

.btn-icon > i, .btn-icon:before {
    display: inline-block;
    min-width: 1.05em
}

.btn-file {
    position: relative;
    overflow: hidden
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: 0;
    background: white;
    cursor: inherit;
    display: block
}

.btn-link {
    border-color: transparent
}

.btn.btn-link:focus, .btn.btn-link:active {
    box-shadow: none
}

.btn-link.disabled:hover, .btn-link.disabled:focus {
    text-decoration: none
}

.btn-trans {
    background-color: transparent;
    border-color: transparent;
    color: #afb9c3
}

.btn-trans:focus, .btn-trans:active {
    box-shadow: none !important
}

.btn-default-basic, .btn-default, .btn-default:focus, .btn-default.disabled:hover, .btn-default:disabled:hover, .btn-hover-default:hover, .btn-hover-default:active, .btn-hover-default.active, .btn.btn-active-default:active, .btn.btn-active-default.active, .dropdown.open > .btn.btn-active-default, .btn-group.open .dropdown-toggle.btn.btn-active-default {
    background-color: #fafafa;
    border-color: #d1d9de;
    color: #555;
}

.btn-default:hover, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #e8e8e8;
    border-color: #d1d9de;
    color: #333;
}

.btn-primary-basic, .btn-primary, .btn-primary:focus, .btn-primary.disabled:hover, .btn-primary:disabled:hover, .btn-hover-primary:hover, .btn-hover-primary:active, .btn-hover-primary.active, .btn.btn-active-primary:active, .btn.btn-active-primary.active, .dropdown.open > .btn.btn-active-primary, .btn-group.open .dropdown-toggle.btn.btn-active-primary {
    background-color: #38a0f4;
    border-color: #1890ff;
    color: #fff
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #1690f3;
    border-color: #2095f3;
    color: #fff
}

.btn-info-basic, .btn-info, .btn-info:focus, .btn-info.disabled:hover, .btn-info:disabled:hover, .btn-hover-info:hover, .btn-hover-info:active, .btn-hover-info.active, .btn.btn-active-info:active, .btn.btn-active-info.active, .dropdown.open > .btn.btn-active-info, .btn-group.open .dropdown-toggle.btn.btn-active-info {
    background-color: #00b3ca;
    border-color: #00bcd4;
    color: #fff
}

.btn-info:hover, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-color: #0093a6;
    border-color: #009cb0;
    color: #fff
}

.btn-success-basic, .btn-success, .btn-success:focus, .btn-success.disabled:hover, .btn-success:disabled:hover, .btn-hover-success:hover, .btn-hover-success:active, .btn-hover-success.active, .btn.btn-active-success:active, .btn.btn-active-success.active, .dropdown.open > .btn.btn-active-success, .btn-group.open .dropdown-toggle.btn.btn-active-success {
    background-color: #86c042;
    border-color: #8bc34a;
    color: #fff
}

.btn-success:hover, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-color: #74a838;
    border-color: #79af3a;
    color: #fff
}

.btn-warning-basic, .btn-warning, .btn-warning:focus, .btn-warning.disabled:hover, .btn-warning:disabled:hover, .btn-hover-warning:hover, .btn-hover-warning:active, .btn-hover-warning.active, .btn.btn-active-warning:active, .btn.btn-active-warning.active, .dropdown.open > .btn.btn-active-warning, .btn-group.open .dropdown-toggle.btn.btn-active-warning {
    background-color: #ffa31c;
    border-color: #ffa726;
    color: #fff
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-color: #f79300;
    border-color: #ff9902;
    color: #fff
}

.btn-danger-basic, .btn-danger, .btn-danger:focus, .btn-danger.disabled:hover, .btn-danger:disabled:hover, .btn-hover-danger:hover, .btn-hover-danger:active, .btn-hover-danger.active, .btn.btn-active-danger:active, .btn.btn-active-danger.active, .dropdown.open > .btn.btn-active-danger, .btn-group.open .dropdown-toggle.btn.btn-active-danger {
    background-color: #ee4a47;
    border-color: #ef5350;
    color: #fff
}

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

.btn-mint-basic, .btn-mint, .btn-mint:focus, .btn-mint.disabled:hover, .btn-mint:disabled:hover, .btn-hover-mint:hover, .btn-hover-mint:active, .btn-hover-mint.active, .btn.btn-active-mint:active, .btn.btn-active-mint.active, .dropdown.open > .btn.btn-active-mint, .btn-group.open .dropdown-toggle.btn.btn-active-mint {
    background-color: #249e92;
    border-color: #26a69a;
    color: #fff
}

.btn-mint:hover, .btn-mint:active, .btn-mint.active, .open > .dropdown-toggle.btn-mint {
    background-color: #1d8177;
    border-color: #1f897f;
    color: #fff
}

.btn-purple-basic, .btn-purple, .btn-purple:focus, .btn-purple.disabled:hover, .btn-purple:disabled:hover, .btn-hover-purple:hover, .btn-hover-purple:active, .btn-hover-purple.active, .btn.btn-active-purple:active, .btn.btn-active-purple.active, .dropdown.open > .btn.btn-active-purple, .btn-group.open .dropdown-toggle.btn.btn-active-purple {
    background-color: #b761c5;
    border-color: #ba68c8;
    color: #fff
}

.btn-purple:hover, .btn-purple:active, .btn-purple.active, .open > .dropdown-toggle.btn-purple {
    background-color: #ab46bc;
    border-color: #ae4ebe;
    color: #fff
}

.btn-pink-basic, .btn-pink, .btn-pink:focus, .btn-pink.disabled:hover, .btn-pink:disabled:hover, .btn-hover-pink:hover, .btn-hover-pink:active, .btn-hover-pink.active, .btn.btn-active-pink:active, .btn.btn-active-pink.active, .dropdown.open > .btn.btn-active-pink, .btn-group.open .dropdown-toggle.btn.btn-active-pink {
    background-color: #eb3774;
    border-color: #ec407a;
    color: #fff
}

.btn-pink:hover, .btn-pink:active, .btn-pink.active, .open > .dropdown-toggle.btn-pink {
    background-color: #e7175d;
    border-color: #e92063;
    color: #fff
}

.btn-dark-basic, .btn-dark, .btn-dark:focus, .btn-dark.disabled:hover, .btn-dark:disabled:hover, .btn-hover-dark:hover, .btn-hover-dark:active, .btn-hover-dark.active, .btn.btn-active-dark:active, .btn.btn-active-dark.active, .dropdown.open > .btn.btn-active-dark, .btn-group.open .dropdown-toggle.btn.btn-active-dark {
    background-color: #222d32;
    border-color: #263238;
    color: #fff
}

.btn-dark:hover, .btn-dark:active, .btn-dark.active, .open > .dropdown-toggle.btn-dark {
    background-color: #131a1d;
    border-color: #181f23;
    color: #fff
}

.btn-group-vertical .btn:not(.btn-default), .btn-group .btn:not(.btn-default) {
    border-color: rgba(0, 0, 0, 0.09)
}

.btn-lg, .btn-group-lg > .btn, .btn-icon.btn-lg {
    padding: 10px 16px
}

.btn-sm, .btn-group-sm > .btn, .btn-icon.btn-sm {
    padding: 5px 10px
}

.btn-xs, .btn-group-xs > .btn, .btn-icon.btn-xs {
    padding: 1px 5px
}

.btn-lg, .btn-group-lg > .btn, .btn-icon.btn-lg {
    border-radius: 0
}

.btn-lg, .btn-group-sm > .btn, .btn-lg, .btn-group-xs > .btn, .btn-icon.btn-lg, .btn-icon.btn-lg {
    border-radius: 0
}

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

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

.btn-circle {
    padding: 7px;
    border-radius: 50%
}

.btn-lg.btn-circle {
    padding: 17px
}

.btn-sm.btn-circle {
    padding: 7px
}

.btn-xs.btn-circle {
    padding: 4px
}

.btn-icon.btn-circle:before, .btn-icon.btn-circle > i {
    display: block;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4
}

.btn-rounded {
    border-radius: 17px;
    overflow: hidden
}

.btn-lg.btn-rounded {
    border-radius: 30px
}

.btn-sm.btn-rounded {
    border-radius: 15px
}

.btn-xs.btn-rounded {
    border-radius: 10px
}

.btn-group.btn-rounded {
    overflow: hidden
}

.btn-labeled, .btn-labeled.fa {
    overflow: hidden
}

.btn-labeled:not(.btn-block):not(.form-icon) {
    font-family: inherit;
    font-size: 13px;
    line-height: 1.42857;
    padding-bottom: 0;
    padding-top: 0
}

.btn-block.btn-labeled:not(.form-icon) {
    font-family: inherit;
    font-size: 13px;
    line-height: 1.42857
}

.btn-block.btn-labeled:not(.form-icon):before {
    float: left;
    margin-top: -7px;
    margin-bottom: -7px
}

.btn-labeled .btn-label {
    background-color: rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-left: -12px;
    margin-right: 6px;
    padding: 6px 12px;
    line-height: 1.42857
}

.btn-labeled:before {
    background-color: rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-left: -12px;
    margin-right: 6px;
    padding: 6px 12px;
    line-height: 1.42857
}

.btn-labeled.fa:before, .btn-labeled .fa:before {
    font-family: fontAwesome
}

.btn-default.btn-labeled:before, .btn-default .btn-label {
    background-color: rgba(0, 0, 0, 0.05);
    color: inherit
}

.btn-lg.btn-labeled {
    font-size: 18px;
    line-height: 1.33
}

.btn-sm.btn-labeled {
    font-size: 12px;
    line-height: 1.5
}

.btn-xs.btn-labeled {
    font-size: 12px;
    line-height: 1.5
}

.btn-lg.btn-labeled:before, .btn-lg .btn-label {
    margin-left: -16px;
    margin-right: 10px;
    padding: 10px 16px
}

.btn-lg.btn-block.btn-labeled:not(.form-icon):before {
    margin-top: -10px;
    margin-bottom: -10px
}

.btn-sm.btn-labeled:before, .btn-sm .btn-label {
    margin-left: -10px;
    margin-right: 5px;
    padding: 5px 10px
}

.btn-sm.btn-block.btn-labeled:not(.form-icon):before {
    margin-top: -5px;
    margin-bottom: -5px
}

.btn-xs.btn-labeled:before, .btn-xs .btn-label {
    margin-left: -5px;
    margin-right: 1px;
    padding: 1px 5px
}

.btn-xs.btn-block.btn-labeled:not(.form-icon):before {
    margin-top: -1px;
    margin-bottom: -1px
}

.btn-labeled.icon-2x:before, .btn-labeled .btn-label.icon-2x:before {
    vertical-align: -0.15em
}

.btn-labeled.icon-3x:before, .btn-labeled .btn-label.icon-3x:before {
    vertical-align: -0.18em
}

.btn-labeled.icon-4x:before, .btn-labeled .btn-label.icon-4x:before {
    vertical-align: -0.2em
}

.btn-labeled.icon-5x:before, .btn-labeled .btn-label.icon-5x:before {
    vertical-align: -0.25em
}

.panel {
    border-radius: 0;
    border: 1px solid #e7ecf3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
    margin-bottom: 15px
}

.panel hr {
    border-color: rgba(0, 0, 0, 0.1)
}

.panel .panel-bg-cover {
    max-height: 180px;
    overflow: hidden
}

.panel .panel-bg-cover img {
    min-width: 100%;
    min-height: 100%;
    background-size: cover
}

.panel.remove {
    opacity: 0;
    transition: opacity, 0.5s
}

.panel .alert {
    border-radius: 0
}

.panel.panel-bg-img {
    position: relative
}

.panel .panel-bg-wrap {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.panel .panel-bg-wrap > img {
    position: absolute;
    top: 0;
    left: 0
}

.panel .panel-bg-wrap + .panel-body {
    position: relative
}

.panel-media {
    box-shadow: 0 -50px 20px -10px rgba(0, 0, 0, 0.2);
    padding: 10px 15px 15px 140px;
    position: relative
}

.panel-media-img {
    position: absolute;
    width: 96px;
    height: 96px;
    left: 20px;
    top: -48px
}

.panel-media-heading {
    color: #fff;
    position: absolute;
    top: -2.7em
}

.panel .panel-heading, .panel > :first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel .panel-footer, .panel > :last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.panel-body-full {
    margin-left: -20px;
    margin-right: -20px
}

.panel-body {
    padding: 15px 20px 25px
}

.panel-trans {
    border-color: transparent;
    box-shadow: none;
    background-color: transparent
}

.panel-heading {
    position: relative;
    height: 50px;
    padding: 0;
    color: #2b425b
}

.panel-title {
    font-weight: 600;
    padding: 0 20px 0 20px;
    font-size: 1.2em;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.panel-default.panel-colorful {
    background-color: #e3e8eb;
    color: #758697
}

.panel-default .panel-heading {
    background-color: #e3e8eb;
    border-color: #f2f4f6
}

.panel-footer {
    background-color: #f6f8fa;
    color: #758697;
    border-color: rgba(0, 0, 0, 0.07);
    position: relative
}

.panel-primary .panel-heading, .panel-primary .panel-footer, .panel-primary.panel-colorful {
    background-color: #1890ff;
    border-color: #1890ff;
    color: #fff
}

.panel-info .panel-heading, .panel-info .panel-footer, .panel-info.panel-colorful {
    background-color: #00bcd4;
    border-color: #00bcd4;
    color: #fff
}

.panel-success .panel-heading, .panel-success .panel-footer, .panel-success.panel-colorful {
    background-color: #8bc34a;
    border-color: #8bc34a;
    color: #fff
}

.panel-warning .panel-heading, .panel-warning .panel-footer, .panel-warning.panel-colorful {
    background-color: #ffa726;
    border-color: #ffa726;
    color: #fff
}

.panel-danger .panel-heading, .panel-danger .panel-footer, .panel-danger.panel-colorful {
    background-color: #ef5350;
    border-color: #ef5350;
    color: #fff
}

.panel-mint .panel-heading, .panel-mint .panel-footer, .panel-mint.panel-colorful {
    background-color: #26a69a;
    border-color: #26a69a;
    color: #fff
}

.panel-purple .panel-heading, .panel-purple .panel-footer, .panel-purple.panel-colorful {
    background-color: #ba68c8;
    border-color: #ba68c8;
    color: #fff
}

.panel-pink .panel-heading, .panel-pink .panel-footer, .panel-pink.panel-colorful {
    background-color: #ec407a;
    border-color: #ec407a;
    color: #fff
}

.panel-dark .panel-heading, .panel-dark .panel-footer, .panel-dark.panel-colorful {
    background-color: #263238;
    border-color: #263238;
    color: #fff
}

.panel > .panel-heading:after, .panel.panel-colorful > .panel-heading:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07)
}

.panel-colorful > .panel-heading {
    border: 0
}

.panel-default > .panel-heading:after, .panel-primary > .panel-heading:after, .panel-info > .panel-heading:after, .panel-success > .panel-heading:after, .panel-warning > .panel-heading:after, .panel-danger > .panel-heading:after, .panel-purple > .panel-heading:after, .panel-pink > .panel-heading:after, .panel-dark > .panel-heading:after {
    display: none
}

.panel-bordered-default, .panel-default.panel-bordered {
    border: 1px solid #bac5cd
}

.panel-bordered-primary, .panel-primary.panel-bordered {
    border: 1px solid #1890ff
}

.panel-bordered-info, .panel-info.panel-bordered {
    border: 1px solid #00bcd4
}

.panel-bordered-success, .panel-success.panel-bordered {
    border: 1px solid #8bc34a
}

.panel-bordered-warning, .panel-warning.panel-bordered {
    border: 1px solid #ffa726
}

.panel-bordered-danger, .panel-danger.panel-bordered {
    border: 1px solid #ef5350
}

.panel-bordered-mint, .panel-mint.panel-bordered {
    border: 1px solid #26a69a
}

.panel-bordered-purple, .panel-purple.panel-bordered {
    border: 1px solid #ba68c8
}

.panel-bordered-pink, .panel-pink.panel-bordered {
    border: 1px solid #ec407a
}

.panel-bordered-dark, .panel-dark.panel-bordered {
    border: 1px solid #263238
}

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

.panel-group > div {
    padding-left: 0;
    padding-right: 0
}

.panel-group > div:first-child > .panel {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel-group > div:last-child > .panel {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.panel-group > div + div > .panel {
    margin-left: -1px
}

.panel-control {
    height: 100%;
    position: relative;
    float: right;
    padding: 0 15px
}

.panel-control:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    left: -1em;
    position: relative
}

.panel-control .btn {
    padding-left: 7px;
    padding-right: 7px
}

.panel-control > i, .panel-control > .badge, .panel-control > label {
    vertical-align: middle
}

.panel-control > .toggle-switch + label {
    vertical-align: baseline
}

.panel-control .nav-tabs {
    display: inline-block;
    height: 40px;
    margin-top: 10px;
    vertical-align: bottom;
    border: 0
}

.panel-control .nav-tabs > li {
    margin-top: 1px;
    margin-right: 5px;
    height: 100%
}

.panel-control .nav-tabs > li > a {
    border-radius: 0;
    margin-right: 0;
    height: 100%;
    line-height: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0 15px
}

.panel-control .nav-tabs > li:not(.active) {
    background-color: transparent;
    opacity: .6
}

.panel-control .nav-tabs > li:not(.active) a {
    border-bottom: 0 !important;
    color: inherit
}

.panel-control .nav-tabs > li:not(.active) a:hover {
    background-color: rgba(0, 0, 0, 0.15);
    border-color: transparent
}

.panel-control .nav-tabs > .active > a {
    z-index: 1
}

.panel-control .progress {
    min-width: 150px;
    margin: 0;
    display: inline-block;
    vertical-align: middle
}

.panel-control .switchery {
    margin-left: 15px;
    vertical-align: middle
}

.panel-control .pager {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0
}

.panel-control .pagination {
    margin: 0;
    border-radius: 0;
    vertical-align: middle
}

.panel-control .pagination > li > a, .panel-control .pagination > li > span {
    padding: 0 10px;
    border: 0;
    border-color: rgba(0, 0, 0, 0.09);
    box-shadow: none;
    height: 100%;
    line-height: 30px
}

.panel-control .pagination > li:not(.active):not(.disabled) > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.09)
}

.panel-control .pagination > .disabled > a, .panel-control .pagination > .disabled > a:hover, .panel-control .pagination > .disabled > a:active {
    border-color: rgba(0, 0, 0, 0.09)
}

.panel-control .pagination > li:not(.active) > a, .pagination > li > a {
    background-color: transparent;
    color: inherit
}

.panel-control .pagination > li > a:hover, .pagination > li > a:focus {
    box-shadow: none
}

.panel-control .btn, .panel-control .dropdown-toggle.btn {
    border: 0
}

.panel-control .open > .btn, .panel-control .btn.active, .panel-control .btn:active {
    box-shadow: none !important
}

.panel-control .btn-default {
    background-color: transparent;
    color: inherit
}

.panel-control > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.panel-control > .btn:last-child, .panel-control > .btn-group:last-child > .btn:first-child {
    border-bottom-right-radius: 0
}

@page {
    margin-top: 0;
    margin-bottom: 0
}

@media print {
    body {
        background: transparent
    }

    .boxed {
        width: 100%
    }

    .panel {
        border-color: transparent;
        box-shadow: none
    }

    .no-print, #demo-set, .print-content #mainnav-container, .print-content #aside-container, .print-content #navbar, .print-content #footer, .print-content .scroll-top {
        display: none !important
    }

    #container.print-content #page-content, #container.print-content #content-container {
        padding: 0 !important;
        margin: 0 !important;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .print-inline {
        display: inline !important
    }

    .print-iblock {
        display: inline-block !important
    }

    .print-block {
        display: block !important
    }

    .no-print {
        display: none !important
    }
}

.v-middle {
    vertical-align: middle
}

.v-top {
    vertical-align: top
}

.v-bottom {
    vertical-align: bottom
}

.v-baseline {
    vertical-align: baseline
}

.table-toolbar-left, .table-toolbar-right {
    text-align: center;
    padding-bottom: 10px
}

.table-toolbar-right > .form-group {
    display: inline-block;
    vertical-align: top;
    margin: 0
}

@media (min-width: 760px) {
    .table-toolbar-left {
        float: left;
        text-align: left
    }

    .table-toolbar-right {
        text-align: right
    }
}

.pos-rel {
    position: relative
}

.pos-abs {
    position: absolute
}

.pos-fix {
    position: fixed
}

.pos-sta {
    position: static
}

.list-group-striped > li:nth-child(odd), .list-group-striped > a:nth-child(odd):not(.active):not(.disabled) {
    background-color: rgba(0, 0, 0, 0.06)
}

.list-divider {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 15px 0;
    height: 1px
}

.list-header {
    font-weight: 300;
    padding: 10px 15px;
    position: relative
}

.list-item-sm {
    padding: 5px 15px
}

.list-item-lg {
    padding: 15px
}

.list-item-xl {
    padding: 20px 15px
}

.box-block {
    display: block
}

.box-inline {
    display: inline-block
}

.box-vmiddle {
    display: inline-block;
    max-width: 500px;
    vertical-align: middle;
    margin-bottom: 15px
}

.box-vmiddle-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -15px
}

.bord-no {
    border: 0 !important
}

.bord-all {
    border: 1px solid #e9e9e9
}

.bord-top {
    border-top: 1px solid #e9e9e9
}

.bord-btm {
    border-bottom: 1px solid #e9e9e9
}

.bord-lft {
    border-left: 1px solid #e9e9e9
}

.bord-rgt {
    border-right: 1px solid #e9e9e9
}

.bord-ver {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9
}

.bord-hor {
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9
}

.text-thin {
    font-weight: 300
}

.text-normal {
    font-weight: normal
}

.text-semibold {
    font-weight: 600
}

.text-bold {
    font-weight: 700
}

.text-5x, .text-4x, .text-5x, .text-2x, .text-lg, .text-sm, .text-xs {
    line-height: 1.25;
    font-size: 4em
}

.text-4x {
    font-size: 4em
}

.text-3x {
    font-size: 3em
}

.text-2x {
    font-size: 2em
}

.text-lg {
    font-size: 1.2em
}

.text-sm {
    font-size: .9em
}

.text-xs {
    font-size: .8em
}

.text-overflow {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.text-unit {
    font-size: 15px;
    vertical-align: top;
    line-height: 1.5em
}

.unselectable {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.unselectable::selection {
    background-color: transparent;
    color: inherit
}

.unselectable::-moz-selection {
    background-color: transparent;
    color: inherit
}

.text-justify {
    text-align: justify
}

.text-justify:after {
    content: '';
    display: inline-block;
    width: 100%
}

@media (min-width: 1200px) {
    .text-lg-right {
        text-align: right
    }

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

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

@media (min-width: 992px) and (max-width: 1200px) {
    .text-md-right {
        text-align: right
    }

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

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

@media (min-width: 768px) and (max-width: 992px) {
    .text-sm-right {
        text-align: right
    }

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

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

@media (max-width: 760px) {
    .text-xs-right {
        text-align: right
    }

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

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

.icon-wrap {
    display: inline-block;
    padding: 10px;
    border-radius: 2px
}

.icon-wrap i {
    display: block;
    line-height: 1em;
    text-align: center;
    position: relative;
    width: 1em;
    padding-top: 1em;
    vertical-align: middle
}

.icon-wrap i:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.icon-wrap .icon-txt {
    display: block;
    line-height: 1em;
    text-align: center;
    position: relative;
    width: 1em;
    vertical-align: top
}

.icon-wrap-lg {
    padding: 20px
}

.icon-wrap-md {
    padding: 17px
}

.icon-wrap-sm {
    padding: 12px
}

.icon-wrap-xs {
    padding: 7px
}

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

.icon-fw {
    width: 1.33em;
    margin-right: 4px;
    text-align: center
}

.icon-lg {
    font-size: 1.333em;
    line-height: 1.095em;
    vertical-align: middle
}

.icon-2x {
    font-size: 2em;
    line-height: 1em
}

.icon-3x {
    font-size: 3em;
    line-height: 1em
}

.icon-4x {
    font-size: 4em;
    line-height: 1em
}

.icon-5x {
    font-size: 5em;
    line-height: 1em
}

.img-mar {
    margin: 5px
}

.img-border {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1)
}

.img-border-light {
    box-shadow: 0 0 0 4px #fff
}

.img-xs {
    width: 32px;
    height: 32px
}

.img-md {
    width: 64px;
    height: 64px
}

.img-sm {
    width: 46px;
    height: 46px
}

.img-lg {
    width: 96px;
    height: 96px
}

.img-holder img {
    max-width: 100%;
    border-radius: 0
}

.mar-no {
    margin: 0 !important
}

.mar-all {
    margin: 15px
}

.mar-top {
    margin-top: 15px
}

.mar-btm {
    margin-bottom: 15px
}

.mar-lft {
    margin-left: 15px
}

.mar-rgt {
    margin-right: 15px
}

.mar-hor {
    margin-left: 15px;
    margin-right: 15px
}

.mar-ver {
    margin-top: 15px;
    margin-bottom: 15px
}

.pad-no {
    padding: 0 !important
}

.pad-all {
    padding: 15px
}

.pad-top {
    padding-top: 15px
}

.pad-btm {
    padding-bottom: 15px
}

.pad-lft {
    padding-left: 15px
}

.pad-rgt {
    padding-right: 15px
}

.pad-hor {
    padding-left: 15px;
    padding-right: 15px
}

.pad-ver {
    padding-top: 15px;
    padding-bottom: 15px
}

a.disabled-link, a.disabled-link:visited, a.disabled-link:active, a.disabled-link:hover {
    color: #aaa !important;
    cursor: default
}

.eq-height, .eq-height.eq-auto {
    display: table;
    table-layout: fixed;
    height: 100%;
    margin-bottom: 0;
    width: 100%
}

.eq-height.eq-auto {
    table-layout: auto
}

.eq-height .eq-box-xs {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    float: none
}

.eq-height > * > .panel {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}

.eq-height [class*="eq-box"].eq-no-panel {
    padding-bottom: 0
}

.eq-min-width {
    width: 1%
}

.eq-no-panel:after {
    content: '';
    display: table;
    width: 100%;
    table-layout: fixed
}

@media (min-width: 1200px) {
    .eq-height .eq-box-lg {
        display: table-cell;
        height: 100%;
        vertical-align: top;
        float: none;
        padding-bottom: 15px
    }

    .eq-height .eq-box-lg .panel {
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .eq-height .eq-box-md {
        display: table-cell;
        height: 100%;
        vertical-align: top;
        float: none;
        padding-bottom: 15px
    }

    .eq-height .eq-box-md .panel {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .eq-height .eq-box-sm {
        display: table-cell;
        height: 100%;
        vertical-align: top;
        float: none;
        padding-bottom: 15px
    }

    .eq-height .eq-box-sm .panel {
        margin-bottom: 0
    }
}
/* chosen */
.chosen-container .chosen-drop {
    box-shadow: none;
}
.chosen-container-single {
    min-width: 120px;
}
.chosen-container-single .chosen-single {
    padding:6px 12px;
    border:1px solid #e1e5ea;
    background: #fff;
    color:#677581;
    height: 34px;
    text-decoration:none;
    white-space:nowrap;
    line-height:1.42857143;
    border-radius: 0;
    box-shadow: none;
}
.chosen-container-single .chosen-single span {
    margin-right: 16px;
}
.chosen-container-single .chosen-single div b {
    background-position: 0 5px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 5px;
}
.chosen-container-single .chosen-drop {
    background: #fff;
    border-color: #1890ff;
    border-radius: 0;
}

chosen-container .chosen-results li.highlighted {
    background-image: none;
    background-color: #1890ff;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #1890ff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    box-shadow: none;
}
.chosen-container-active .chosen-single {
    border: 1px solid #1890ff;
    box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #1890ff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    box-shadow: none;
}
.chosen-container .chosen-results li.highlighted {
    background:#1890ff;
    color:#fff
}
.card {
    margin-bottom: 15px;
    background-color: #fff;
}
.card-bordered {
    border: solid 1px #e8e8e8;
}
.card-hover:hover {
    box-shadow: 0 0 8px rgba(0,0,0,.15);
}
.card-header {
    position: relative;
    height: 48px;
    padding: 0 20px;
    border-bottom: solid 1px #eee;
    line-height: 48px;
    color: #2b425b;
}
.card-title {
    font-weight: normal;
    font-size: 1.2em;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.card-control {
    height: 100%;
    position: relative;
    float: right;
    padding: 0 15px;
}
.card-body {
    padding: 15px 20px;
}
.card-footer {
    position: relative;
    padding: 15px 20px;
    background-color: #f7f9fa;
    color: #888;
    border-top: solid 1px #e8e8e8;
}
.card-links {
    text-align: right;
}

.card-footer .btn {
    min-width: 80px;
}

.card-nav-tabs {
    left: 15px;
    height: 48px;
    border-bottom: none;
}
.card-nav-tabs .nav-item {
    margin-top: 12px;
    height: 36px;
}

.card-nav-tabs .nav-link {
    height: 36px;
}
form {
    margin: 0;
}
.form-body {
    padding: 15px 20px;
}
.form-footer {
    padding: 0 20px;
}
.form-title {
    margin: 12px -7.5px 15px 0;
    padding-left: 5px;
    color: #2b425b;
    border-bottom: solid 1px #eee;
    font-size: 14px;
    line-height: 36px;
}

.form-text {
    line-height: 32px;
}
.form-container {
    margin:0 -7.5px 0 0;
    padding: 0 15px 0 0;
}
.form-search .form-group {
    margin-right: 8px;
    margin-bottom: 8px;
}

.form-list .form-control {
    display: inline-block !important;
}
.form-list li {
    padding: 5px 0;
}
.help {
    display: inline-block;
    padding-left: 8px;
    line-height: 24px;
    color: #b7b8b9;
}
.help-block {
    display: block;
    padding: 0;
}
.checkbox, .radio {
    padding-bottom: 5px;
}
.checkbox label, .radio label {
    padding: 0;
}
.inline {
    display: inline-block;
}
.block {
    display: block;
    min-width: 100%;
}
.mb-1x {
    margin-bottom: 10px;
}
.mb-2x {
    margin-bottom: 20px;
}
.mb-none {
    margin-bottom: 0;
}

.list-empty {
    font-size: 14px;
    line-height: 48px;
    text-align: center;
}

input[type=checkbox], input[type=radio] {
    height: 1px;
    overflow: hidden;
}
input.error { border: 1px solid red; }
label.error {
    background: url('img/unchecked.gif') no-repeat left center;
    padding-left: 16px;
    margin-left: .3em;
    color: red;
    line-height: 24px;
}
label.valid {
    background: url('img/checked.gif') no-repeat left center;
    display: block;
    width: 16px;
    height: 16px;
}