.insurance_bought_title_price:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

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

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold
}

.ui-widget-header a {
    color: #333
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #454545;
    text-decoration: none
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff
}

.ui-icon-background, .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png)
}

.ui-widget-header .ui-icon {
    background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-31d988765b4e6f56553c29588c500381dc3e6f0aa2980c8212202e5644aefd5d.png)
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
    background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-32175261daee76c82bb0edf0eea16a56421866fbc31e94f3c1d570aa114502f5.png)
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-350df1b7131037de20e83c5c0f3a41a770d2ac48b5762ea772b3f4a8a7b9d47a.png)
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
    background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-0b020fc6e696d88d296e7bb1f61f1eb2ad827848e2c7382a4c3e0999e702dd9b.png)
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-40985a64b4d5dd213fba27fcd862a1bd1b337a97674f6ff0b9ec20abcee4bc69.png)
}

.ui-button .ui-icon {
    background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-faf32007ae120c302213557626e660dd10e711c5dd4f1113d35f26dc05b78d2f.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: 0.3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

/*! * jQuery UI CSS Framework 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/category/theming/ */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

/*! * jQuery UI Accordion 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/accordion/#theming */
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

/*! * jQuery UI Autocomplete 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/autocomplete/#theming */
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

/*! * jQuery UI Button 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/button/#theming */
.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

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

/*! * jQuery UI Checkboxradio 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/checkboxradio/#theming */
.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

/*! * jQuery UI Controlgroup 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/controlgroup/#theming */
.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

/*! * jQuery UI Datepicker 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/datepicker/#theming */
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

/*! * jQuery UI Dialog 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/dialog/#theming */
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

/*! * jQuery UI Draggable 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

/*! * jQuery UI Menu 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/menu/#theming */
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

/*! * jQuery UI Progressbar 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/progressbar/#theming */
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

/*! * jQuery UI Resizable 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */
.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

/*! * jQuery UI Selectable 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

/*! * jQuery UI Selectmenu 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/selectmenu/#theming */
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

/*! * jQuery UI Sortable 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

/*! * jQuery UI Slider 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/slider/#theming */
.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

/*! * jQuery UI Spinner 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/spinner/#theming */
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

/*! * jQuery UI CSS Framework 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/category/theming/ *//*! * jQuery UI CSS Framework 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/category/theming/ *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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

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

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

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

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

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

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

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

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

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

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

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

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

    .navbar {
        display: none
    }

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

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

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

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

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-euro:before, .glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

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

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

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

a {
    color: #337ab7;
    text-decoration: none
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline
}

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 10px
}

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

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

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

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

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777777
}

.text-primary {
    color: #337ab7
}

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

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #337ab7
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt, dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

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

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

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

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

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

.initialism {
    font-size: 90%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container:after {
    clear: both
}

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

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

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

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

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

.container-fluid:after {
    clear: both
}

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

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

.row:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent
}

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

th {
    text-align: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
    height: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

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

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

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

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

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #0e90d2;
    border-color: #2a6c8e
}

.btn-success:hover {
    color: #fff;
    background-color: #0e90d2;
    border-color: #0c99e0
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #0e90d2;
    border-color: #0c99e0
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #0c99e0;
    border-color: #2a6c8e
}

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

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

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

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

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

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

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

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

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

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

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

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

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

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

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

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

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

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

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

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

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

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0
}

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

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

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

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

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

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

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

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

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

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

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

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

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

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

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

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

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

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

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

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

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

.open > a {
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-toolbar:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn .caret {
    margin-left: 0
}

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

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

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

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

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

.btn-group-vertical > .btn-group > .btn {
    float: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
}

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

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
}

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

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

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

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

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

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

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

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

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

.nav:after {
    clear: both
}

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

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

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

.nav > li.disabled > a {
    color: #777777
}

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

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

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

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

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

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

.nav-pills > li {
    float: left
}

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

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

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

.nav-stacked > li {
    float: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar > .container, .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

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

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

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

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

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

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

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

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

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #777777
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

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

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

.label-default {
    background-color: #777777
}

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

.label-primary {
    background-color: #337ab7
}

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

.label-success {
    background-color: #5cb85c
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

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

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

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

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

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

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

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

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

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

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

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

.panel-body:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-primary {
    border-color: #337ab7
}

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

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

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

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

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

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

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

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

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

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

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

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

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

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

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

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

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

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

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

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

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

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-header:before, .modal-header:after {
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

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

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

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

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.container-fluid {
    padding-left: 0;
    padding-right: 0
}

.text-dark {
    color: #333333
}

.btn-status {
    border-radius: 0;
    font-weight: bold;
    padding: 8px 16px;
    min-width: 120px
}

.btn-status.btn-modify {
    color: #fff;
    background-color: #505050;
    border-color: #444
}

.btn-status.btn-modify:focus, .btn-status.btn-modify.focus {
    color: #fff;
    background-color: #373737;
    border-color: #040404
}

.btn-status.btn-modify:hover {
    color: #fff;
    background-color: #373737;
    border-color: #252525
}

.btn-status.btn-modify:active, .btn-status.btn-modify.active, .open > .btn-status.btn-modify.dropdown-toggle {
    color: #fff;
    background-color: #373737;
    border-color: #252525
}

.btn-status.btn-modify:active:hover, .btn-status.btn-modify:active:focus, .btn-status.btn-modify:active.focus, .btn-status.btn-modify.active:hover, .btn-status.btn-modify.active:focus, .btn-status.btn-modify.active.focus, .open > .btn-status.btn-modify.dropdown-toggle:hover, .open > .btn-status.btn-modify.dropdown-toggle:focus, .open > .btn-status.btn-modify.dropdown-toggle.focus {
    color: #fff;
    background-color: #252525;
    border-color: #040404
}

.btn-status.btn-modify:active, .btn-status.btn-modify.active, .open > .btn-status.btn-modify.dropdown-toggle {
    background-image: none
}

.btn-status.btn-modify.disabled:hover, .btn-status.btn-modify.disabled:focus, .btn-status.btn-modify.disabled.focus, .btn-status.btn-modify[disabled]:hover, .btn-status.btn-modify[disabled]:focus, .btn-status.btn-modify[disabled].focus, fieldset[disabled] .btn-status.btn-modify:hover, fieldset[disabled] .btn-status.btn-modify:focus, fieldset[disabled] .btn-status.btn-modify.focus {
    background-color: #505050;
    border-color: #444
}

.btn-status.btn-modify .badge {
    color: #505050;
    background-color: #fff
}

.navbar.navbar-rectangled {
    border: 0 solid transparent;
    border-radius: 0 !important;
    background-color: #f0f0f0
}

.navbar.navbar-rectangled .navbar-brand {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
    padding: 15px 40px;
    font-size: 20px
}

.navbar.navbar-rectangled .navbar-brand:focus, .navbar.navbar-rectangled .navbar-brand.focus {
    color: #fff;
    background-color: #0e90d2;
    border-color: #2d672d
}

.navbar.navbar-rectangled .navbar-brand:hover {
    color: #fff;
    background-color: #0e90d2;
    border-color: #419641
}

.navbar.navbar-rectangled .navbar-brand:active, .navbar.navbar-rectangled .navbar-brand.active, .open > .navbar.navbar-rectangled .navbar-brand.dropdown-toggle {
    color: #fff;
    background-color: #0e90d2;
    border-color: #419641
}

.navbar.navbar-rectangled .navbar-brand:active:hover, .navbar.navbar-rectangled .navbar-brand:active:focus, .navbar.navbar-rectangled .navbar-brand:active.focus, .navbar.navbar-rectangled .navbar-brand.active:hover, .navbar.navbar-rectangled .navbar-brand.active:focus, .navbar.navbar-rectangled .navbar-brand.active.focus, .open > .navbar.navbar-rectangled .navbar-brand.dropdown-toggle:hover, .open > .navbar.navbar-rectangled .navbar-brand.dropdown-toggle:focus, .open > .navbar.navbar-rectangled .navbar-brand.dropdown-toggle.focus {
    color: #fff;
    background-color: #0c99e0;
    border-color: #2d672d
}

.navbar.navbar-rectangled .navbar-brand:active, .navbar.navbar-rectangled .navbar-brand.active, .open > .navbar.navbar-rectangled .navbar-brand.dropdown-toggle {
    background-image: none
}

.navbar.navbar-rectangled .navbar-brand.disabled:hover, .navbar.navbar-rectangled .navbar-brand.disabled:focus, .navbar.navbar-rectangled .navbar-brand.disabled.focus, .navbar.navbar-rectangled .navbar-brand[disabled]:hover, .navbar.navbar-rectangled .navbar-brand[disabled]:focus, .navbar.navbar-rectangled .navbar-brand[disabled].focus, fieldset[disabled] .navbar.navbar-rectangled .navbar-brand:hover, fieldset[disabled] .navbar.navbar-rectangled .navbar-brand:focus, fieldset[disabled] .navbar.navbar-rectangled .navbar-brand.focus {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.navbar.navbar-rectangled .navbar-brand .badge {
    color: #5cb85c;
    background-color: #fff
}

/*! *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #ffffff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

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

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

.field_with_errors {
    display: inline
}

#error_explanation {
    width: 450px;
    width: 100%;
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 0;
    margin-bottom: 20px;
    background-color: #f0f0f0
}

#error_explanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    margin-bottom: 0px;
    background-color: #c00;
    color: #fff
}

#error_explanation ul {
    padding-left: 40px
}

#error_explanation ul li {
    font-size: 12px;
    list-style: square
}

.insured-employee {
    margin-bottom: 30px;
    border: 1px solid #4a4a4a
}

.insured-employee .table {
    margin: 0
}

.insured-employee .table > tbody > tr > th {
    border-color: #4a4a4a;
    padding: 5px;
    text-align: center;
    background-color: #4a4a4a;
    color: #ffffff
}

.insured-employee .table > tbody > tr > td {
    padding: 2px;
    text-align: center
}

.form-mobile {
    margin-top: 20px;
    margin-bottom: 20px
}

.form-search {
    margin-top: 30px;
    margin-bottom: 50px
}

.booked {
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center
}

.btn-outline {
    color: #563d7c;
    background-color: transparent;
    border-color: #563d7c
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    color: #fff;
    background-color: #563d7c;
    border-color: #563d7c
}

.btn-outline-inverse {
    color: #fff;
    background-color: transparent;
    border-color: #cdbfe3
}

.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active {
    color: #563d7c;
    text-shadow: none;
    background-color: #fff;
    border-color: #fff
}

.bs-docs-booticon {
    display: block;
    font-weight: 500;
    color: #fff;
    text-align: center;
    cursor: default;
    background-color: #563d7c;
    border-radius: 15%
}

.bs-docs-booticon-sm {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 28px
}

.bs-docs-booticon-lg {
    width: 144px;
    height: 144px;
    font-size: 108px;
    line-height: 140px
}

.bs-docs-booticon-inverse {
    color: #563d7c;
    background-color: #fff
}

.bs-docs-booticon-outline {
    background-color: transparent;
    border: 1px solid #cdbfe3
}

.bs-docs-masthead, .bs-docs-header {
    position: relative;
    padding: 30px 15px;
    color: #cdbfe3;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background-color: #6f5499;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#563d7c), to(#6f5499));
    background-image: -webkit-linear-gradient(top, #563d7c 0%, #6f5499 100%);
    background-image: -o-linear-gradient(top, #563d7c 0%, #6f5499 100%);
    background-image: linear-gradient(to bottom, #563d7c 0%, #6f5499 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
    background-repeat: repeat-x
}

.bs-docs-masthead .bs-docs-booticon {
    margin: 0 auto 30px
}

.bs-docs-masthead h1 {
    font-weight: 300;
    line-height: 1;
    color: #fff
}

.bs-docs-masthead .lead {
    margin: 0 auto 30px;
    font-size: 20px;
    color: #fff
}

.bs-docs-masthead .version {
    margin-top: -15px;
    margin-bottom: 30px;
    color: #9783b9
}

.bs-docs-masthead .btn {
    width: 100%;
    padding: 15px 30px;
    font-size: 20px
}

@media (min-width: 480px) {
    .bs-docs-masthead .btn {
        width: auto
    }
}

@media (min-width: 768px) {
    .bs-docs-masthead {
        padding: 80px 0
    }

    .bs-docs-masthead h1 {
        font-size: 60px
    }

    .bs-docs-masthead .lead {
        font-size: 24px
    }
}

@media (min-width: 992px) {
    .bs-docs-masthead .lead {
        width: 80%;
        font-size: 30px
    }
}

.bs-docs-featurette {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5
}

.bs-docs-featurette + .bs-docs-footer {
    margin-top: 0;
    border-top: 0
}

.bs-docs-featurette-title {
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: normal;
    color: #333
}

.half-rule {
    width: 100px;
    margin: 40px auto
}

@media (min-width: 480px) {
    .bs-docs-featurette .img-responsive {
        margin-top: 30px
    }
}

@media (min-width: 768px) {
    .bs-docs-featurette {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .bs-docs-featurette-title {
        font-size: 40px
    }

    .bs-docs-featurette .lead {
        max-width: 80%;
        margin-right: auto;
        margin-left: auto
    }

    .bs-docs-featurette .img-responsive {
        margin-top: 0
    }
}

.slide-outer {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #223f55
}

.slide-outer .slide-show img {
    width: 100%
}

.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5
}

.jumbotron .btn {
    padding: 14px 24px;
    font-size: 21px
}

table td strong.price {
    color: #FF5400
}

.tags-cal {
    list-style-type: none
}

.tags-cal li {
    float: left;
    margin: 5px 15px 5px 0;
    border: 2px solid #ddd
}

.tags-cal li.chose {
    border: 2px solid #FF5400
}

.tags-cal li .chose-cal {
    display: block;
    margin: 0;
    padding: 3px 10px;
    border: 1px solid #fff;
    cursor: pointer;
    white-space: nowrap
}

* {
    margin: 0;
    padding: 0
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: white
}

ul li {
    list-style: none
}

p {
    line-height: 1.5
}

p, ul {
    margin: 0
}

label {
    font-weight: normal
}

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

input {
    outline: none
}

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

a:hover {
    color: #0066ab;
    text-decoration: none
}

.green {
    color: #0066ab !important
}

.bg-green, .green-bg {
    background: #0066ab !important
}

.black {
    color: #323232 !important
}

.grey {
    color: #9b9b9b
}

.red {
    color: #fc5532 !important
}

.bold {
    font-weight: bold
}

.left {
    float: left
}

.right {
    float: right
}

.hidden {
    display: none
}

.font-normal {
    font-weight: normal !important
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.ui-datepicker-trigger {
    margin-left: -22px;
    margin-top: 6px;
    vertical-align: middle;
    position: absolute
}

.red-bg {
    background: #fc5532 !important
}

a.error_link_notice {
    color: yellow
}

a.error_link_notice:hover {
    text-decoration: underline
}

#faq_btn {
    float: left;
    padding-top: 10px;
    padding-left: 40px;
    text-decoration: none;
    color: #646464
}

#faq_btn:hover {
    color: #0e90d2
}

.header-wrap {
    width: 100%;
    position: relative;
    background: white;
    min-width: 1150px
}

.top-head {
    width: 100%
}

.with-banner {
    position: absolute;
    top: 0;
    z-index: 10000;
    background: transparent
}

.top-inner {
    width: 1150px;
    height: auto;
    margin: 0 auto;
    position: relative
}

.qibao-logo {
    height: 88px
}

.user-opration {
    margin-top: 6px
}

.user-opration span {
    padding: 0 10px;
    border-right: 1px solid #969696;
    height: 21px;
    line-height: 40px;
    font-size: 12px
}

.top_header_account {
    background: url(/static/common/images/user-icon.png) no-repeat left;
    background-size: 14px;
    padding-left: 20px
}

.navigation-wrap {
    width: 100%;
    height: 46px;
    background: #f0f0f0;
    font-size: 14px;
    min-width: 100%
}

.navigation {
    height: 46px;
    font-size: 14px;
}

.navigation > ul > li {
    float: left;
    transition: 0.1s;
    position: relative
}

.navigation > ul > li > a {
    display: block;
    padding: 0 40px;
    line-height: 46px;
    color: #323232;
    text-decoration: none;
    font-size: 14px;
    height: 46px;
}

.navigation > ul > li > a.on {
    background: #0066ab;
    color: white !important
}

.navigation > ul > li > a:hover {
    color: #323232;
    text-decoration: none;
}

.navigation > ul > li ul {
    position: absolute;
    z-index: 100;
    top: 46px;
    left: 0;
    padding-top: 0px;
    display: none;
    background: #ffffff;
    margin-top: 0px;
}

.navigation > ul > li ul li {
    display: inline-flex;
    float: left;
}

.navigation > ul > li ul li a {
    display: block;
    line-height: 34px;
    white-space: nowrap;
    padding: 0 40px 0 40px;
    font-size: 14px;
    float: left;
    background: #f0f0f0;
    min-width: 206px;
}

.navigation > ul > li ul li a:hover {
    background: #0066ab;
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.navigation > ul > li ul li:hover span {
    display: block;
}

.navigation > ul > li ul li span {
    display: block;
    line-height: 34px;
    white-space: nowrap;
    padding: 0 10px 0 10px;
    font-size: 12px;
    float: left;
    color: red;
}

.banner {
    width: 100%;
    height: 528px;
    position: relative;
    min-width: 1150px
}

.banner-bd {
    height: 100%;
    width: 100%;
    position: relative
}

.banner-bd ul {
    height: 340px;
    width: 100%
}

.banner-bd ul li {
    height: 100%;
    width: 100%;
    float: left
}

.banner-bd ul li a {
    display: block;
    height: 100%;
    width: 100%
}

.banner-hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 0;
    height: 26px;
    line-height: 26px;
    display: none
}

.banner-hd ul {
    text-align: center;
    height: 26px
}

.banner-hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    text-indent: -999px;
    width: 14px;
    height: 14px;
    margin: 6px;
    background: #9E9E9E;
    border-radius: 50%;
    overflow: hidden
}

.banner-hd ul .on {
    background: #32AC71;
    border-radius: 50%
}

.banner-btn {
    width: 30px;
    height: 60px;
    background: rgba(50, 50, 50, 0.3);
    cursor: pointer;
    display: none
}

.banner-btn-prev {
    position: absolute;
    left: 50% !important;
    margin-left: -400px;
    top: 70% !important
}

.banner-btn-next {
    position: absolute;
    left: 50% !important;
    margin-left: 400px;
    top: 70% !important
}

.footer-fri-link {
    width: 100%;
    padding: 30px 0 25px;
    min-width: 1150px
}

.footer-fri-link p {
    text-align: center;
    color: #646464;
    font-size: 16px
}

.footer-links {
    width: 100%;
    height: 45px;
    position: relative;
    margin-top: 20px
}

.footer-bd {
    height: 100%;
    width: 1120px;
    position: relative;
    margin-left: 15px
}

.footer-bd ul {
    height: 45px;
    width: 100%
}

.footer-bd ul li {
    height: 100%;
    width: 100%;
    float: left
}

.footer-bd ul li img {
    margin-left: 40px
}

.footer-btn {
    width: 15px;
    height: 45px;
    background: rgba(50, 50, 50, 0.3);
    cursor: pointer
}

.footer-btn-prev {
    position: absolute;
    left: 0;
    top: 0;
    background: url(/static/common/images/footer-btn-prev-aa9c4174403510cb90404d8c96b6115b286a5301b27117d68283eb893efbde5d.png) center
}

.footer-btn-next {
    position: absolute;
    right: 0;
    top: 0;
    background: url(/static/common/images/footer-btn-next-f8e059a39b4fe35a886b947cf403399d0f8f0036df6fbca2c7ff75bad94e8fa4.png) center
}

.footer-index {
    width: 100%;
    background: #646464;
    min-width: 1150px;
    padding-top: 40px
}

.footer-infos {
    border-bottom: 1px solid #7d7d7d;
    font-size: 14px;
    height: 250px
}

.footer-box {
    float: left
}

.footer-box p.title {
    margin-bottom: 15px;
    color: white
}

.footer-box p i {
    font-size: 18px;
    color: white
}

.footer-box p {
    line-height: 25px;
    color: white
}

.footer-box p a {
    color: white
}

.footer-box p span {
    color: white;
    font-size: 15px;
}

.footer-box p a:hover {
    color: #ffffff
}

.footer-box1 {
    width: 400px;
    text-align: left;
}

.footer-box2 {
    width: 350px;
    text-align: left
}

.footer-box3 {
    width: 260px;
    background: url(/static/images/footer-box3-bg.png) no-repeat right 86px;
    text-align: left;
    min-height: 200px;
}

.footer-box3 img {
    width: 130px;
    border: 5px solid white;
    border-radius: 4px
}

.footer {
    width: 100%;
    background: #646464;
    padding: 20px 0
}

.footer .footp p {
    width: 100%;
}

.footer-copyright {
    text-align: center;
    color: white;
    line-height: 22px
}

@media only screen and (max-width: 641px) {
    .footer {
        width: 100%;
        min-width: 100%
    }

    .footer-box1 {
        width: 100%;
        text-align: left;
        padding-left: 25px;
        border-bottom: 1px solid #7d7d7d;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .footer-box2 {
        width: 100%;
        text-align: left;
        padding-left: 25px;
        border-bottom: 1px solid #7d7d7d;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .footer-box3 {
        width: 100%;
        text-align: left;
        padding-left: 25px;
        border-bottom: 1px solid #7d7d7d;
        padding-bottom: 15px;
        padding-top: 15px;
        background-position: 170px 100px;
    }

    .footer-index {
        width: 100%;
        padding-top: 10px;
        min-width: 100%;
    }

    .footer-infos {
        display: table;
        padding-bottom: 15px;
        border: 0;
    }
}

.fix-bottom {
    position: fixed;
    bottom: 0
}

.index-wrap {
    width: 100%;
    height: auto;
    padding: 20px 0;
    min-width: 1150px
}

.index-wrap1 {
    background: #ebebeb
}

.index-wrap1 .index-title-center {
    background: #ebebeb
}

.index-wrap2 {
    background: #f0f0f0
}

.index-wrap2 .index-title-center {
    background: #f0f0f0
}

.index-inner {
    width: 960px;
    margin: 0 auto
}

.index-title {
    width: 100%;
    height: 20px;
    font-size: 14px;
    color: #646464;
    position: relative
}

.index-title-center {
    width: 210px;
    height: 20px;
    padding-left: 10px;
    position: absolute;
    left: 50%;
    top: 7px;
    margin-left: -105px;
    font-size: 17px;
    font-weight: bold
}

.index-title-center img {
    padding: 0 5px
}

.index-title1 {
    border-bottom: 1px solid #0e90d2
}

.index-title2 {
    border-bottom: 1px solid #e2a347
}

.index-title3 {
    border-bottom: 1px solid #0374c6
}

.index-title4 {
    border-bottom: 1px solid #0e90d2
}

.index-title1 .index-tips {
    color: #0e90d2
}

.index-title2 .index-tips {
    color: #e2a347
}

.index-title3 .index-tips {
    color: #0374c6
}

.index-title4 .index-tips {
    color: #0e90d2
}

.suzhouzhuanshu {
    width: 152px;
    height: 26px;
    float: right;
    background: url(/static/common/images/suzhouzhuanshu-d237abf41314be5dd17b3f4f35e78f8cae9a75d60459d3e003122f08cd3bddfd.jpg);
    margin-top: 6px
}

.index-main {
    margin-top: 20px;
    width: 960px;
    height: 340px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 9px #e1e1e1
}

.index-main-picc {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/static/common/images/ico-picc-776ed9f8ff1410d6587aaeed22b998d0de41c3df1473a521b22451243269d0cb.png)
}

.index-outward-position1 {
    position: absolute;
    right: 280px;
    top: 250px;
    padding-right: 65px;
    border-right: 1px solid #ddd
}

.index-outward-position2 {
    position: absolute;
    right: 30px;
    top: 250px
}

.index-main-detail {
    width: 510px;
    height: 171px;
    position: absolute;
    right: 30px;
    top: 50px
}

.index-main4-detail {
    text-align: center;
    width: 325px;
    height: 300px
}

.index-main4-detail img {
    margin-top: 10px
}

.index-main4-detail1 {
    position: absolute;
    right: 0px;
    top: 20px
}

.index-main4-detail2 {
    position: absolute;
    right: 325px;
    top: 20px;
    border-right: 1px solid #ddd
}

.index-main4-detail .btn-style {
    margin-left: 70px
}

.index-main4-detail p.p3 {
    font-size: 16px;
    font-weight: bold;
    color: #323232
}

.index-main4-detail p.p1 {
    color: #646464
}

.index-main4-detail p.p2 {
    padding-top: 30px
}

.border-link {
    width: 100%;
    padding: 10px
}

.btn-style {
    width: 190px;
    height: 35px;
    display: block;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 33px;
    transition: 0.2s;
    border: 0
}

a.btn-style {
    color: white
}

.btn-style.color-green {
    background: #0e90d2 url(/static/common/images/btn-right-arrow-a11d714ea4373bc59e0e5598c6384e557e24400a57e727ea45a79dd41ee9d85f.png) 140px center no-repeat
}

.btn-style.color-yellow {
    background: #dd8e26 url(/static/common/images/btn-right-arrow-a11d714ea4373bc59e0e5598c6384e557e24400a57e727ea45a79dd41ee9d85f.png) 140px center no-repeat
}

.btn-style.color-blue {
    background: #0374c6 url(/static/common/images/btn-right-arrow-a11d714ea4373bc59e0e5598c6384e557e24400a57e727ea45a79dd41ee9d85f.png) 140px center no-repeat
}

.btn-style.color-green:hover {
    background: #11b252 url(/static/common/images/btn-right-arrow-a11d714ea4373bc59e0e5598c6384e557e24400a57e727ea45a79dd41ee9d85f.png) 140px center no-repeat
}

.btn-style.color-yellow:hover {
    background: #f29a0c url(/static/common/images/btn-right-arrow-a11d714ea4373bc59e0e5598c6384e557e24400a57e727ea45a79dd41ee9d85f.png) 140px center no-repeat
}

.btn-style.color-blue:hover {
    background: #0183e2 url(/static/common/images/btn-right-arrow-a11d714ea4373bc59e0e5598c6384e557e24400a57e727ea45a79dd41ee9d85f.png) 140px center no-repeat
}

.index-btn-position1 {
    position: absolute;
    bottom: 32px;
    right: 30px
}

.index-btn-position2 {
    position: absolute;
    bottom: 32px;
    right: 292px
}

.index-main-detail-price {
    position: absolute;
    bottom: 26px;
    right: 260px;
    font-size: 20px
}

.btn-style1 {
    width: 190px;
    height: 40px;
    display: block;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    transition: 0.3s;
    border: 1px solid #0e90d2
}

a.btn-style1 {
    color: white
}

a.btn-style1:hover {
    color: #323232;
    background: white !important
}

a.btn-style1.color-disable {
    background: #ccc;
    border: 1px solid #ccc
}

a.btn-style1.color-disable:hover {
    background: #ccc !important;
    color: white
}

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

.insurance-logo {
    vertical-align: top;
    height: 40px;
    margin: 0px 0 0 5px
}

input[disabled] {
    color: #000000;
    opacity: 1
}

textarea[disabled] {
    color: #000000;
    opacity: 1
}

.year_end {
    width: 100%;
    height: 30px;
    background: #c50813;
    position: absolute;
    bottom: -47px;
    right: 0;
    color: white;
    text-align: center;
    line-height: 30px;
    padding-right: 10px;
    overflow: hidden
}

.index_year_end {
    width: 100%;
    height: 0;
    color: white;
    text-align: center;
    line-height: 30px;
    padding-right: 10px;
    overflow: hidden
}

#index_year_end_close {
    border: 0;
    background: url(/static/common/images/index_end_year_close-0d753571b1337e876dd7e819ab0c48d4f8a3531b81b0bf942cc28263cae2562e.png);
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 0
}

#year_end_close {
    border: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 20px;
    height: 20px;
    line-height: 20px;
    float: right;
    margin-top: 5px
}

.insurant_center {
    margin: 40px auto;
    height: 58px;
    background: #f0f0f0
}

.insurant_digi {
    color: #fc5532;
    font-size: 16px
}

.auto-price-zongji {
    font-size: 15px;
    padding-left: 20px
}

.auto-price {
    margin-right: 20px;
    margin-top: 10px;
    float: right;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    font-weight: bold
}

.auto-price-unit {
    font-size: 16px;
    color: #fc5532
}

.auto-price-value {
    font-size: 30px;
    color: #fc5532
}

.insurant_btn {
    border: 1px solid #c8c8c8;
    background: none;
    width: 68px;
    height: 25px;
    margin-top: 16px;
    margin-left: 20px
}

a.insurant_btn {
    line-height: 23px;
    text-align: center
}

.insurant_btn:hover {
    color: #0e90d2
}

.insurant_btn_next {
    width: 162px;
    height: 100%;
    border: 0;
    background: #0e90d2;
    color: white;
    font-size: 20px;
    font-weight: bold
}

.suc_container {
    width: 850px;
    margin: 0 auto;
    padding: 30px
}

.suc_pic {
    width: 100%;
    text-align: center;
    margin-top: 40px
}

.suc_detail1 {
    margin-top: 40px
}

.suc_detail2 {
    width: 100%;
    padding: 25px 0;
    border: 1px solid #ddd;
    margin-top: 5px
}

.suc_detail2 a {
    padding-left: 25px
}

.login-header {
    height: 115px
}

.login-main {
    width: 100%;
    height: 560px;
    background: #10a54c
}

.login-page {
    float: left;
    width: 733px;
    height: 559px;
    background: url(/static/common/images/login-page-2e7fc13fb939aaaf0b40d2dc765d8d036f96484a0b4669dd0c48193518df22c2.jpg) left center no-repeat
}

.login-box {
    width: 360px;
    height: 400px;
    background: #e8f6ed;
    float: right;
    margin-right: 32px;
    overflow: hidden
}

.login-box-title {
    width: 300px;
    height: 42px;
    margin: 10px auto 0
}

.login-box-title-name {
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    cursor: pointer;
    font-size: 16px;
    color: #646464;
    transition: 0.2s
}

.login-box-title-name.active {
    color: #0e90d2;
    font-weight: bold
}

.login-box-title-bottom {
    width: 100%;
    height: 1px;
    background: #b4b4b4;
    position: relative
}

.login-box-title-bar {
    width: 50%;
    height: 1px;
    background: #0e90d2;
    position: absolute;
    left: 0;
    top: 0
}

.login-box-contents {
    width: 100%;
    overflow: hidden
}

.login-box-contents-inner {
    width: 200%
}

.login-box-content {
    width: 50%;
    height: 300px;
    float: left
}

.login-box-content-inner {
    width: 300px;
    margin: 0 auto
}

.error-tips {
    width: 100%;
    background: #ffeae4 url(/static/common/images/error-tips-dee530f98aa44b5c6b62571e32f0c906eaba1848fe3310e387588901073382d2.png) 5px center no-repeat;
    height: 28px;
    line-height: 28px;
    text-indent: 30px;
    margin-top: 10px;
    visibility: hidden
}

.error-tips.show {
    visibility: visible
}

.login-form input.login-username, .login-form input.login-password {
    width: 100%;
    height: 36px;
    border: 1px solid #969696;
    margin-top: 15px;
    text-indent: 45px
}

.login-username {
    background: url(/static/common/images/login-username-6bab417cb36617e0d2ccd270227a18607f4e0b510fedc980e235bbc0b2cafba3.jpg) -1px center no-repeat
}

.login-password {
    background: url(/static/common/images/login-password-963a22b69a9979307b578af1f5b2c8f457e82a75a172bb1de806e85bff2e08d8.jpg) -1px center no-repeat
}

.keep-on-login {
    margin-top: 45px;
    text-indent: 2px;
    cursor: pointer
}

.login-box-content iframe {
    margin-left: 30px;
    margin-top: -40px
}

.login-sub {
    width: 100%;
    height: 36px;
    border: 1px solid #0e90d2;
    background: #0e90d2;
    margin-top: 5px;
    color: white;
    font-size: 16px
}

.login-last-tips {
    width: 300px;
    margin: 10px auto 0
}

.register-main {
    width: 100%;
    height: 560px;
    background: #f5f5f5
}

.register-title {
    width: 100%;
    height: 90px;
    background: url(/static/common/images/ico-dot-9bf55f06da67403f49bc3102bec48f657299e8e32fd5284ca87096e60ed8ab9b.png) bottom repeat-x;
    position: relative
}

.register-by {
    width: 180px;
    height: 45px;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 45px
}

.register-by:hover {
    color: #323232
}

.register-by.active {
    border-bottom: 1px solid #0e90d2;
    color: #0e90d2
}

.register-by-phone {
    position: absolute;
    left: 400px;
    bottom: 0
}

.register-by-email {
    position: absolute;
    left: 580px;
    bottom: 0
}

.register-title-tips {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 35px;
    line-height: 35px
}

.register-title-tips a {
    color: #0e90d2;
    font-weight: bold
}

.register-main-box {
    width: 730px;
    float: right;
    margin-top: 30px
}

.register-form-group {
    margin-top: 20px
}

.register-form-group input {
    width: 300px;
    height: 36px;
    border: 1px solid #969696;
    text-indent: 45px;
    float: left
}

.register-form-group span {
    width: 300px;
    margin-left: 20px;
    background: #ffeae4 url(/static/common/images/error-tips-dee530f98aa44b5c6b62571e32f0c906eaba1848fe3310e387588901073382d2.png) 5px center no-repeat;
    text-indent: 30px;
    height: 28px;
    line-height: 28px;
    float: left;
    margin-top: 4px
}

.register-email {
    background: url(/static/common/images/register-email-bd567e48e75a2ba3fd5055d363a09f0ceeee37d4bc7851fe8565f40f8b2e9e7c.jpg) -1px center no-repeat
}

.register-identi-password {
    background: url(/static/common/images/register-identi-password-d6727a67a52f57c012b340dc268853fec4b4b95a1a8e422073b54de1e1597edf.jpg) -1px center no-repeat
}

.register-invite {
    background: url(/static/common/images/register-invite-4ffdb8aafae3989146278a974a816d6261fe35da5b9e068866cf904a5a93a0bf.jpg) -1px center no-repeat
}

.register-code {
    background: url(/static/common/images/register-code-2120403842a34e867a53ff4f582621aef6f162f23a5b3bb56658a549fa1128ec.jpg) -1px center no-repeat
}

.register-submit {
    width: 300px;
    height: 36px;
    border: 1px solid #0e90d2;
    background: #0e90d2;
    margin-top: 5px;
    color: white;
    font-size: 16px
}

.register-agree {
    margin-top: 35px;
    width: 300px;
    cursor: pointer
}

.register_checkbox_tips {
    padding-left: 15px;
    color: red;
    display: none
}

.register-error-tips {
    padding-left: 15px;
    color: red;
    display: none
}

input.register-phone {
    width: 200px;
    background: url(/static/common/images/register-phone-180fcef6be009732a12da61c06b9c87bb91db03412c8b01651b6d737d1e23aec.jpg) -1px center no-repeat
}

.register-phone-btn {
    width: 89px;
    height: 36px;
    display: block;
    border: 1px solid black;
    float: left;
    margin-left: 10px;
    background: black;
    color: white;
    text-align: center;
    line-height: 35px
}

.register-phone-btn:hover {
    text-decoration: none;
    color: white
}

.insurance_bought_inner {
    width: 100%;
    padding: 20px 0 16px;
    border-bottom: 1px solid #e1e1e1;
    background: white
}

.insurance_bought_inner.fixed {
    position: fixed;
    top: 0;
    z-index: 51
}

.insurance_bought_title { /*margin-top: 10px;*/
    line-height: 40px
}

.insurance_bought_title .title1 {
    font-size: 16px
}

.insurance_bought_title .title2 {
    color: #646464
}

.insurance_bought_title_price {
    font-size: 20px;
    margin-right: 20px;
    margin-top: 10px;
    width: 90px;
    float: right;
    white-space: nowrap;
    overflow: hidden
}

.insurance_bought_title_price b {
    font-size: 20px;
}

.insurance_bought_type {
    margin-right: 10px;
    margin-bottom: 10px;
}

.insurance_bought_type a {
    width: 95px;
    height: 40px;
    display: block;
    float: left;
    margin-left: 20px;
    border: 1px solid #969696;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #646464;
    text-decoration: none
}

.insurance_bought_type a.btn-scheme-sm {
    width: 75px
}

.insurance_bought_type a.active {
    color: #00a4e4 !important;
    border: 1px solid #00a4e4;
    background: url(/static/images/insurance_bought_type.png) no-repeat right bottom;
    font-weight: bold
}

.insurance_bought2 {
    margin-top: 0px;
    width: 100%;
    min-width: 1150px
}

.insurance_bought2_content {
    width: 500px;
    float: right;
    margin-right: 60px
}

.list-paddingleft-2 {
    padding-top: 40px;
}

.insurance_bought2_content ul li {
    width: 100%;
    height: 70px;
    margin-top: 15px;
    padding-left: 100px;
    padding-top: 2px
}

.insurance_bought2_content ul li p.title {
    font-size: 20px;
    margin: 0 auto
}

.insurance_bought2_content ul li p.content {
    font-size: 12px;
    margin: 0 auto
}

.insurance_human_ex {
    height: 586px;
    background: whitesmoke
}

.insurance_human_ex_inner {
    height: 100%;
    background: url(/static/common/images/insurance_human_ex_inner-0623fe282c770df762ca2b546a2937193216aa119e602412485aab2e6a3bcdd4.jpg) no-repeat left center
}

.insurance_human_ex_inner p.title {
    color: #0e90d2
}

.insurance_human_ex_ico1 {
    background: url(/static/common/images/insurance_human_ex_ico1-c2698b4685d42b7203946b2b50b5af4cc66a159436583fc1411a6dc432810b83.png) left center no-repeat
}

.insurance_human_ex_ico2 {
    background: url(/static/common/images/insurance_human_ex_ico2-e37e602b145fc34bdae2b5a5d842e33a1b07e11c7996c01cf27698f3918d8943.png) left center no-repeat
}

.insurance_human_ex_ico3 {
    background: url(/static/common/images/insurance_human_ex_ico3-c6a823098ada716a4373b29da9e81412c856148d8c6b5f3550376422b40a6c40.png) left center no-repeat
}

.insurance_human_ex_ico4 {
    background: url(/static/common/images/insurance_human_ex_ico4-9f8f5e6840d163c46c257de4baf132372a1079c3c5070178942fb0dbedb9bc2a.png) left center no-repeat
}

.insurance_human_in_ico3 {
    background: url(/static/common/images/insurance_human_in_ico3-e015c69f1474d977eb8eb737a3cc91d36675bcf3a4ad4380560775a07aee7332.png) left center no-repeat
}

.insurance_supplement_ex {
    height: 586px;
    background: whitesmoke
}

.insurance_supplement_ex_inner {
    height: 100%;
    background: url(/static/common/images/insurance_supplement_ex_inner-2272d717229f20571777f67b144661fc8ffc14faabca02bbdcadde3ce096ca26.jpg) no-repeat left center
}

.insurance_supplement_ex_inner p.title {
    color: #0e90d2
}

.insurance_supplement_ex_ico1 {
    background: url(/static/common/images/insurance_supplement_ex_ico1-678c8f3006afe71bd6ebe5aafc612517c43cdb295ea3b6901dbdf58290774741.png) left center no-repeat
}

.insurance_supplement_ex_ico2 {
    background: url(/static/common/images/insurance_supplement_ex_ico2-53bada040fbe419f99e106ac1d1360718f5cf1e899dae5a895f113cf722d78b5.png) left center no-repeat
}

.insurance_supplement_ex_ico3 {
    background: url(/static/common/images/insurance_supplement_ex_ico3-717b21b8c761621304f4137130d6948c84ad70809cb4c6e910df20e9e0b274ff.png) left center no-repeat
}

.insurance_supplement_ex_ico4 {
    background: url(/static/common/images/insurance_supplement_ex_ico4-4fb26845dd81b5dfd6bf637793b4ed54fd6cfbd6b7002f6a7bd7a5efca0228cd.png) left center no-repeat
}

.insurance_supplement_in_ico2 {
    background: url(/static/common/images/insurance_supplement_in_ico2-e015c69f1474d977eb8eb737a3cc91d36675bcf3a4ad4380560775a07aee7332.png) left center no-repeat
}

.insurance_outward {
    height: 557px;
    background: whitesmoke
}

.insurance_outward_inner {
    height: 100%;
    background: url(/static/common/images/insurance_outward_inner-49a25807a0e04224c9d065210bb2f341a2f16c113ad77538815d14960e7f021b.jpg) no-repeat left center
}

.insurance_outward_inner_ex {
    height: 100%;
    background: url(/static/common/images/insurance_outward_inner_ex-ffbc61b68a3f62970b224e01080024aad7ecbd474a97642c2917045a30edc045.jpg) no-repeat left center
}

.insurance_outward_inner_in {
    height: 100%;
    background: url(/static/common/images/insurance_outward_inner_in-674eea7175e7191deec5528308488d46ff475fb224f3287c5cd3fa636ec85c42.jpg) no-repeat left center
}

.insurance_outward_inner p.title, .insurance_outward_inner_ex p.title, .insurance_outward_inner_in p.title {
    color: #0374c6
}

.insurance_outward_ico1 {
    background: url(/static/common/images/insurance_outward_ico1-0018983e3c41e2da65ae92d371621b333d989f2cf6b8fb0cbb9f1978069e159f.png) left center no-repeat
}

.insurance_outward_ico2 {
    background: url(/static/common/images/insurance_outward_ico2-b19ae60cae75097f7174597e1f124cc188895707eaebdeb660aa29a704b5e66f.png) left center no-repeat
}

.insurance_outward_ico3 {
    background: url(/static/common/images/insurance_outward_ico3-49f03a6cec16b7f570b5f2e792b30b3cd7de4dd613b6518726c57e9214ec33e2.png) left center no-repeat
}

.insurance_outward_ico4 {
    background: url(/static/common/images/insurance_outward_ico4-10881388328765951d63d17e63870c059c9c38915e6f5c7aaa5ca27768301812.png) left center no-repeat
}

.insurance_outward_ex_ico1 {
    background: url(/static/common/images/insurance_outward_ex_ico1-f89afb86307b158c167c624158fff2c7a38f2999ca258fbd51326877a74c2248.png) left center no-repeat
}

.insurance_outward_ex_ico2 {
    background: url(/static/common/images/insurance_outward_ex_ico2-b7a5bcbfea15ac49e30e08453263ecfa6588ef976c9576108cfe292e143ec2b4.png) left center no-repeat
}

.insurance_outward_ex_ico3 {
    background: url(/static/common/images/insurance_outward_ex_ico3-15f4632ef3bc681723475e265893dfa8acb330af3edb86d214b6d28fa2dab3eb.png) left center no-repeat
}

.insurance_outward_ex_ico4 {
    background: url(/static/common/images/insurance_outward_ex_ico4-c80888cf2d1f86f56afe2aafddaee16b1aeaf0afb4b0432425b7e9e13b1e653d.png) left center no-repeat
}

.insurance_outward_in_ico1 {
    background: url(/static/common/images/insurance_outward_in_ico1-11641f373e819dcee9e415909aecd88c8085dbf4faaef22fb9652213c122d85f.png) left center no-repeat
}

.insurance_outward_in_ico2 {
    background: url(/static/common/images/insurance_outward_in_ico2-490fbf273819238ab79775de7c3407ee9f62f48ab9db32debfd3cf2c120cd4de.png) left center no-repeat
}

.insurance_outward_in_ico3 {
    background: url(/static/common/images/insurance_outward_in_ico3-c80888cf2d1f86f56afe2aafddaee16b1aeaf0afb4b0432425b7e9e13b1e653d.png) left center no-repeat
}

.insurance_outward_in_ico4 {
    background: url(/static/common/images/insurance_outward_in_ico4-1ecc71ac5f2f63965dae6c329b85add537132c128052723359337b575c9ed776.png) left center no-repeat
}

.insurance_outdoor_teenager {
    height: 100%;
    background: url(/static/common/images/insurance_outdoor_teenager-99eec0ee92a591c9ac2663abd6e7e8feee3cec410ce160b1219c87f967a87d1d.png) no-repeat left center
}

.insurance_outdoor_teenager_ico1 {
    background: url(/static/common/images/insurance_outdoor_teenager_ico1-c84029dba62e96036722723576841b264bc6e795810491d81c03460e31ed0427.png) left center no-repeat
}

.insurance_outdoor_teenager_ico2 {
    background: url(/static/common/images/insurance_outdoor_teenager_ico2-c8d570c2489e924642cc2c4c15bbcaf84229d10a05ae87074f8458de546124c4.png) left center no-repeat
}

.insurance_outdoor_teenager_ico3 {
    background: url(/static/common/images/insurance_outdoor_teenager_ico3-54df51044c19a4de19ae89e1f9c6157a3ad8d66d2de4cfc8164f87ac6425250a.png) left center no-repeat
}

.insurance_huatai {
    height: 557px;
    background: whitesmoke
}

.insurance_huatai_inner {
    height: 100%;
    background: url(/static/common/images/insurance_huatai_inner-699c3b3a4f840a3d04fceac3422d530c33c06ca6a22558f6e8dda9adf18e0142.jpg) no-repeat left center
}

.insurance_huatai_inner p.title {
    color: #0e90d2
}

.insurance_huatai_ico1 {
    background: url(/static/common/images/insurance_huatai_ico1-803081c479ee2ea2408ccb8e8ac17bf59d192cf66d0b6990367d64f589f7135f.png) left center no-repeat
}

.insurance_huatai_ico2 {
    background: url(/static/common/images/insurance_huatai_ico2-b1e98c0b5af5568c8c9829315c8ab3a2b242159074f01f921ad7bdf4bef4265f.png) left center no-repeat
}

.insurance_huatai_ico3 {
    background: url(/static/common/images/insurance_huatai_ico3-db979a4b42a24decd4a6e86f80d1fb01b8fcc2c744866b74cc750496e3f6a756.png) left center no-repeat
}

.insurance_huatai_ico4 {
    background: url(/static/common/images/insurance_huatai_ico4-f988a1a44ddf3f8435c04037af8ca41a7c5af78f1ed26dab6ffcc46bbafc79db.png) left center no-repeat
}

.insurance_employer_travel_inner {
    height: 100%;
    background: url(/static/common/images/employer_travel_inner-9653d5fadf1f119959d02c1bf8ef4c3ace59a23524529927df29c4bdd26b1fc1.png) no-repeat left center
}

.insurance_employer_travel_inner p.title {
    color: #0e90d2
}

.insurance_xiaoqiye {
    height: 458px;
    background: whitesmoke
}

.insurance_xiaoqiye_inner {
    height: 100%;
    background: url(/static/common/images/insurance_xiaoqiye_inner-8e23b965c5a72a0ea83b57e2dabb2e2844a27d6693cc1e15f67d0648f9283e45.jpg) no-repeat left center
}

.insurance_xiaoqiye_inner p.title {
    color: #0e90d2
}

.insurance_xiaoqiye_ico1 {
    background: url(/static/common/images/insurance_xiaoqiye_ico1-7f38339ca8866077411ce43fab877308caec5f03ad01f79f2e8465b01bff7143.png) left center no-repeat
}

.insurance_xiaoqiye_ico2 {
    background: url(/static/common/images/insurance_xiaoqiye_ico2-c5cffae5ef8577dcf0b213b0ed96419144d9ae3aaf7e70103fe1d481ebbac53e.png) left center no-repeat
}

.insurance_xiaoqiye_ico3 {
    background: url(/static/common/images/insurance_xiaoqiye_ico3-b639199ce499a77c896d6614b3405533fa423ae3933d9fd9e123df5f28420fcf.png) left center no-repeat
}

.insurance_accident {
    height: 458px;
    background: whitesmoke
}

.insurance_accident_inner {
    height: 100%;
    background: url(/static/common/images/insurance_accident_inner-5b8e845ce87f66d44cc8f09f5f469e3067602b0514ed29159583d195050b56c6.jpg) no-repeat left center
}

.insurance_accident_inner p.title {
    color: #5f5f5f
}

.insurance_accident_ico1 {
    background: url(/static/common/images/insurance_accident_ico1-f3425359c655e1a047d1bad91bbca2109b3907e8acadf27faeb70266a62b1d38.png) left center no-repeat
}

.insurance_accident_ico2 {
    background: url(/static/common/images/insurance_accident_ico2-a3a7ada95f3804caa2b8a71f01106e0b233c5a7029b858bed7b88077d317f98b.png) left center no-repeat
}

.insurance_accident_ico3 {
    background: url(/static/common/images/insurance_accident_ico3-3b5f04be037c2523fd423f5a2f4a1b621f4dace5a0e953ccd4a2d63cb37f7fb2.png) left center no-repeat
}

.insurance_canyin {
    height: 458px;
    background: whitesmoke
}

.insurance_canyin_inner {
    height: 100%;
    background: url(/static/common/images/insurance_canyin_inner-8a41471f828d5dc5fac70cd82059e21b9e69474c96aeac6a0cb5473fb8f213a6.jpg) no-repeat left center
}

.insurance_canyin_inner p.title {
    color: #e9aa4c
}

.insurance_canyin_ico1 {
    background: url(/static/common/images/insurance_canyin_ico1-d14f9a0d608f60552ac0ac7acaa8b01aab08b668df9540d939048294ef1faecc.png) left center no-repeat
}

.insurance_canyin_ico2 {
    background: url(/static/common/images/insurance_canyin_ico2-72c8db893dc2bb78a1a60db112c4e004e4c9e442693e9d96571a45638a2e26f0.png) left center no-repeat
}

.insurance_canyin_ico3 {
    background: url(/static/common/images/insurance_canyin_ico3-1ecf5331681400d04339a3f0c39eafa6ec7f6a3c9bfc68c09baeaf76fec5e27e.png) left center no-repeat
}

.insurance_chuangye {
    height: 458px;
    background: whitesmoke
}

.insurance_chuangye_inner {
    height: 100%;
    background: url(/static/common/images/insurance_chuangye_inner-c4c93dc08d856ffe12625bd427709c9e871b9737da591cecc92143b10e7e7e2f.jpg) no-repeat left center
}

.insurance_yuangong_inner {
    height: 100%;
    background: url(/static/common/images/insurance_yuangong_inner-36674d0ed32f38f9b5152d7bdfdb5df1b10e4bf8c2d1c10ae58c5eb3edbc867b.jpg) no-repeat left center
}

.insurance_yuangong2_inner {
    height: 100%;
    background: url(/static/common/images/insurance_yuangong2_inner-b8fd25f793d001d8d88b2ccbc32d7f6a5c4f72b6d87a5a32f7b77deb341b8912.jpg) no-repeat left center
}

.insurance_chuangye_inner p.title {
    color: #e9aa4c
}

.insurance_yuangong_inner p.title {
    color: #e9aa4c
}

.insurance_yuangong2_inner p.title {
    color: #e9aa4c
}

.insurance_chuangye_ico1 {
    background: url(/static/common/images/insurance_chuangye_ico1-766588e2493be7412f87b9983fdd5de72d7715bf70eaa3267ce7b82f46143a5b.png) left center no-repeat
}

.insurance_chuangye_ico2 {
    background: url(/static/common/images/insurance_chuangye_ico2-5650711a89aa4a6320934d4f8fae167a1d970a1b90c9d8acab738e4401f344d2.png) left center no-repeat
}

.insurance_chuangye_ico3 {
    background: url(/static/common/images/insurance_chuangye_ico3-8bbe44bba48f882182f1e198fca589957f3668d705dede0f6bef0257114ad306.png) left center no-repeat
}

.insurance_chuangye_ico4 {
    background: url(/static/common/images/insurance_chuangye_ico4-1aac3abe73a855ad9b383fe18b0ed221b8ea81ac8d9693b41cf18ff3eb86a350.png) left center no-repeat
}

.insurance_infos {
    background: #f0f0f0;
    padding-bottom: 40px
}

.insurance_title {
    padding-top: 0px;
    border-bottom: 1px solid #e1e1e1
}

.insurance_title span {
    font-size: 24px;
    font-weight: bold;
    color: #b6beb9
}

.insurance_title .more {
    float: right;
    margin-top: 10px
}

.insurance_info_options {
    height: 100px;
    position: relative
}

.insurance_info_options .tips-month {
    float: left;
    width: 195px;
    height: 50px;
    line-height: 50px
}

.insurance_info_options .progress {
    float: left;
    width: 748px;
    height: 25px;
    height: 50px;
    background: url(/static/common/images/bg-progress-196f0fa3ea2db28b49435f29b8a3710cb51bc9bbb2b69e4d6aa0604564665764.jpg) 0 22px repeat-x;
    cursor: pointer
}

.insurance_info_options_box {
    width: 32px;
    height: 32px;
    background: url(/static/common/images/insurance_info_options_box-3d3377d8aab2e43c77c99b5e57f230305c441f6dff4b4c4b432b69e8193e87c7.jpg) center no-repeat;
    position: absolute;
    top: 27px;
    cursor: -webkit-grab;
    cursor: grab
}

.insurance_info_main2 {
    padding: 20px 0
}

.insurance_info_main2_top ul li {
    float: left;
    width: 120px;
    height: 50px;
    background: #e5e5e5;
    margin-left: 1px;
    transition: 0.1s;
    text-align: center;
    line-height: 50px
}

.insurance_info_main2_top ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #323232;
    text-decoration: none;
    font-size: 16px;
}

.insurance_info_main2_top ul li a:hover {
    color: #00a4e4
}

.insurance_info_main2_top ul li.active {
    width: 120px !important;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
}

.insurance_info_main2_top ul li.active a {
    color: #00a4e4;
    background: url(/static/images/insurance_bought_type.png) no-repeat right bottom;
}

.insurance_info_main2_contents {
    width: 100%;
    height: auto;
    background: white
}

.insurance_info_main2_content {
    display: none;
    width: 100%;
    height: auto
}

.insurance_info_main2_content p.title {
    font-size: 14px;
    padding-top: 25px;
    padding-left: 30px
}

.insurance_info_main2_content .inner {
    width: 1050px;
    margin: 0 auto
}

.insurance_info_main2_content table {
    width: 100%;
    margin-top: 5px
}

.insurance_info_main2_content table tr td {
    padding: 10px 0px 10px 28px
}

.insurance_info_main2_content table tr td.new {
    background: url(/static/common/images/outward_new-bb122207484f9a97a1e9c862cdedd9cddcb6d843452a2b0c7af529c2374c72f6.png) no-repeat left center
}

.insurance_info_main2_content table tr td.update {
    background: url(/static/common/images/update_clause-03a2bebbf86318476cd19501ecc283731b12d9e663a8b2d65397e27a11a85a0b.png) no-repeat left center
}

.insurance_info_main2_content table.table-main thead {
    background: #e4f9ec
}

.insurance_info_main2_content table.table-dupity thead {
    background: #f0f0f0
}

.insurance_info_main2_content table tbody tr td {
    border-right: 1px dashed #eee;
    border-bottom: 1px dashed #eee
}

.insurance_info_main2_content table tbody tr td:last-child {
    border-right: none
}

.insurance_info_main2_content table tbody tr:last-child td {
    border-bottom: 1px solid #eee
}

.insurance_infos_main {
    padding: 60px 0 20px
}

.insurance_infos_main .category {
    float: left;
    width: 185px
}

.insurance_infos_main .category .blank {
    width: 100%;
    height: 54px;
    text-align: center;
    line-height: 55px;
    color: #323232;
    font-size: 14px;
    font-weight: bold;
    text-align: right
}

.insurance_infos_main .category ul > li {
    width: 100%;
    padding: 14px 0;
    text-align: center;
    color: #323232;
    font-size: 12px;
    font-weight: bold;
    text-align: right
}

.insurance_infos_main .category ul li .help {
    position: relative;
    float: right
}

.insurance_infos_main_text {
    float: right;
    white-space: nowrap;
    padding-left: 5px
}

.insurance_infos_main .category ul li .help .help-ico {
    background: #969696;
    border-radius: 8px;
    padding: 0;
    color: white;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    width: 16px;
    height: 16px;
    display: block
}

.insurance_infos_main .category ul li .help .text {
    position: absolute;
    top: 25px;
    left: 20px;
    display: none
}

.insurance_infos_main .category ul li .help .text .contents {
    background: #646464;
    font-size: 12px;
    color: white;
    padding: 10px;
    height: auto;
    line-height: 16px;
    font-weight: normal;
    width: 250px;
    word-break: break-all;
    text-align: left
}

.insurance_infos_main .category ul li .help .text .tri {
    width: 0;
    height: 0;
    border-left: 16px solid #646464;
    border-top: 10px solid transparent
}

.insurance_infos_main .type {
    float: left;
    width: 290px;
    height: auto;
    margin-left: 20px;
    cursor: pointer;
    background: white
}

.insurance_infos_main .type.active {
    background: #fff url(/static/common/images/insurance_infos_active-7e5aac7ad22cd0b2f9b17adfbd74c405d28f03232e68ef05b1a32cca32cff001.png) no-repeat right bottom
}

.insurance_infos_main .type .title {
    width: 100%;
    height: 54px;
    text-align: center;
    line-height: 55px;
    color: white;
    font-size: 22px;
    background: #77807b;
    border: 3px solid #77807b
}

.insurance_infos_main .type.active .title {
    background: #0e90d2 !important;
    border: 3px solid #0e90d2 !important
}

.insurance_infos_main .type.hover .title {
    background: #5c635f;
    border: 3px solid #5c635f
}

.insurance_infos_main .type.active ul {
    border: 3px solid #0e90d2 !important
}

.insurance_infos_main .type.hover ul {
    border: 3px solid #5c635f
}

.insurance_infos_main .type ul {
    border: 3px solid #77807b
}

.insurance_infos_main .type ul li {
    width: 100%;
    text-align: center;
    padding: 13px 10px;
    color: #323232;
    font-size: 12px;
    border-bottom: 1px solid #f4f4f4
}

.insurance_infos_main .type ul li.deputy_title {
    font-weight: bold
}

.insurance_infos_main .type ul li:last-child {
    border-bottom: none
}

.insurance_infos_filter {
    padding: 0px 0 20px 0;
    margin-top: 0px;
}

.insurance_infos_filter_box {
    float: right;
    margin-left: 24px;
    margin-top: 15px;
}

.insurance_infos_filter_box .title {
    float: left;
    width: 174px;
    line-height: 28px;
    text-align: right;
    padding-right: 8px
}

.insurance_infos_filter_box .title-left {
    float: left;
    width: 74px;
    line-height: 38px;
    text-align: right;
    padding-right: 8px;
    font-size: 14px;
}

.insurance_infos_filter_box ul {
    float: left
}

.insurance_infos_filter_box ul li {
    float: left;
    height: 30px;
    border: 1px solid #969696;
    margin: 5px;
    margin-left: 6px;
    padding: 0 16px;
    line-height: 28px;
    cursor: pointer;
}

.insurance_infos_filter_box ul li:hover {
    color: #0e90d2;
    border: 1px solid #00a4e4
}

.insurance_infos_filter_box ul li.active {
    color: #00a4e4;
    border: 1px solid #00a4e4;
    background: url(/static/common/images/insurance_infos_filter_box-f54bc30c166af9ee626a6ad2700b612b09ac67c5c107d676c36728a9fb81c454.png) no-repeat right bottom
}

.insurance_infos .tips {
    padding: 20px 0;
    line-height: 22px;
    font-size: 14px
}

.insurance_infos .tips p {
    padding-left: 25px;
    line-height: 24px
}

.insurance_infos .tips p.green {
    margin-top: 10px
}

.insurance_bought3 {
    margin-top: 20px;
    padding: 25px 0;
    border: 1px solid #cad3ce
}

.insurance_bought3 ul li {
    float: left;
    padding-left: 20px;
    background: url(/static/common/images/circle_ico-e41afb08450fbfc5862eb6ccccc91ee5e962387ae2fce54c277467b88b92a0dd.png) no-repeat left;
    margin-left: 85px;
    font-size: 14px
}

.insurance_case {
    background: #f0f0f0
}

.insurance_case_main {
    padding: 50px 0
}

.insurance_case_box {
    float: left;
    margin-left: 35px;
    width: 248px;
    height: 208px
}

.insurance_case_box1 {
    background: url(/static/common/images/insurance_case_box1-e6751bd8466b6e8f3cb89d935c1df4bcdfbdb1b5fc27d851724b5e8d85b2085e.png) no-repeat top
}

.insurance_case_box2 {
    background: url(/static/common/images/insurance_case_box2-d2c45251a646a286a955861ff71094295a20180907307b2c18f62dc2e9747de0.png) no-repeat top
}

.insurance_case_box3 {
    background: url(/static/common/images/insurance_case_box3-1d2d220468ee2b302ce5928e4999b4c4d47077da461b45be61bc16971574e267.png) no-repeat top
}

.insurance_case_box4 {
    width: 217px;
    background: url(/static/common/images/insurance_case_box4-6531987a10226c9ea210ee08f1d19b6f7059a5c9918461ac22b9111e7ee76c3a.png) no-repeat top
}

.insurance_case_box_text1 {
    padding-top: 30px;
    height: 235px
}

.insurance_case_box_text1 p {
    color: white;
    padding-left: 40px;
    line-height: 24px;
    font-size: 14px
}

.insurance_case_box_text2 p {
    text-align: center;
    font-size: 13px
}

.insurance_case_text {
    float: left;
    margin-top: 103px;
    margin-left: 5px
}

.insurance_injured_degree_wrap {
    margin-top: 30px;
    font-size: 14px
}

.insurance_injured_degree_wrap p {
    line-height: 25px
}

.insurance_injured_degree {
    height: 100px;
    background: white;
    font-size: 14px
}

.insurance_injured_degree_boxtitle {
    float: left;
    width: 120px;
    border-right: 2px solid #f5f5f5
}

.insurance_injured_degree_boxtitle div {
    width: 100%;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px
}

.insurance_injured_degree_box {
    float: left;
    width: 101px
}

.insurance_injured_degree_box div {
    width: 100%;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px
}

.insurance_faq {
    background: #f5f5f5
}

.insurance_faq_main {
    padding: 38px 0
}

.insurance_faq_main p {
    padding-left: 40px;
    line-height: 30px;
    font-size: 14px
}

.insurance_faq_main p.question {
    margin-top: 10px
}

.insurance_guize {
    background: #f5f5f5;
    display: none;
}

.insurance_guize_main {
    padding: 20px 0 40px 30px
}

.insurance_guize_main p.title {
    margin-top: 20px;
    font-size: 16px
}

.insurance_liucheng_detail {
    width: 100%;
    height: 85px;
    background: url(/static/common/images/insurance_liucheng_detail-122f0663d5acd432bb0d696a3a962a2317e9d04adddb533da8ca0c16540974a1.png) no-repeat 150px center
}

.insurance_guize_main ul {
    width: 100%;
    padding: 30px 0;
    background: white;
    height: 70px;
    margin-top: 10px
}

.insurance_guize_main ul li {
    float: left;
    margin-left: 70px;
    padding-left: 13px;
    font-size: 14px;
    line-height: 14px;
    background: url(/static/common/images/insurance_guize_main-a1576577a399f05cffde5acb244c6606d0a70e9af3646563d532c7c11680b7ab.png) no-repeat left
}

.mainright-cloud {
    width: 910px;
    float: right;
    padding-bottom: 20px
}

.policy-title {
    width: 100%;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
    background: #8ccaef;
    margin-bottom: 20px
}

.policy-title-name {
    height: 100%;
    float: left;
    padding: 0 30px;
    color: #323232
}

.policy-title-name:hover {
    color: #323232
}

.policy-title-name.active {
    background: #55be80;
    color: white
}

.policy-search-nav {
    height: 27px;
    margin-top: 10px
}

.policy-search-nav form {
    width: 325px;
    height: 100%;
    border: 1px solid #f0f0f0
}

.policy-search-nav form input {
    float: left
}

.policy-search-nav form input[type="text"] {
    width: 295px;
    height: 100%;
    border: 0;
    outline: none;
    text-indent: 5px
}

.policy-search-nav form input[type="submit"] {
    width: 25px;
    height: 100%;
    border-radius: 0;
    border: 0;
    background: url(/assets/ico_search-a303298101bd3c8e289912ed8728193431c2fba077be5fff8f4342ca2eeccb04.png) no-repeat center
}

.policy-search-contents {
    width: 100%;
    border: 1px solid #8ccaef
}

.policy-search-contents table {
    width: 100%
}

.policy-search-contents table tr.with-bottom {
    border-bottom: 1px dotted #8ccaef
}

.policy-search-contents table tr td {
    height: 35px;
    padding: 5px 0
}

.policy-search-contents table tr td.title {
    width: 90px;
    background: #c4e3f9;
    text-align: center
}

.policy-search-contents table tr td.title label {
    margin: 0
}

.policy-search-contents table tr td.width-list a {
    margin-left: 28px;
    color: #323232
}

.policy-search-contents table tr td.width-list input[type="checkbox"] {
    margin-left: 28px
}

.policy-search-contents table tr td.width-list input[type="file"] {
    width: 180px;
    margin-left: 28px;
    margin-top: 7px;
    float: left
}

.policy-search-contents table tr td.width-list select, .policy-search-contents table tr td.width-list input[type="text"] {
    width: 180px;
    height: 30px;
    margin-left: 15px
}

.policy-search-contents table tr td.width-list input.sub {
    width: 100px;
    border: 0;
    color: white
}

.policy-search-contents table tr td.width-text a {
    margin-left: 15px;
    color: #323232;
    float: left
}

.policy-search-contents table tr td.width-checkbox {
    padding-left: 52px
}

.policy-search-contents table tr td.width-checkbox input {
    margin-left: 15px
}

.policy-search-contents table tr td.width-text .customer {
    float: left;
    height: 20px;
    line-height: 20px;
    margin-left: 28px;
    background: #8ccaef url(/assets/ico_slide_up-4d073bb50976a82673e66616e6514cbbe8b2269b1a6bcf7010dfa79f403f538a.png) no-repeat right;
    padding: 0 20px 0 5px;
    cursor: pointer
}

.timer_detail {
    width: 709px;
    margin-left: 80px;
    background: #d6e5ef;
    padding: 8px 0
}

.timer_detail span {
    padding-left: 30px
}

.policy-search-results {
    width: 100%;
    margin-top: 10px
}

.policy-search-results table {
    width: 100%
}

.policy-search-results table tr.title {
    background: #fafafa;
    border: 1px solid #f0f0f0
}

.policy-search-results table tr td {
    text-align: center;
    padding: 8px 0;
    height: 45px
}

.policy-search-results table tr.opration td {
    padding: 15px 0 0
}

.policy-search-results table tr td.policy-td-width1 {
    width: 20%
}

.policy-search-results table tr td.policy-td-width2 {
    width: 24%
}

.policy-search-results table tr td.policy-td-width3 {
    width: 26%
}

.policy-search-results table tr td.policy-td-width4 {
    width: 15%
}

.policy-search-results table tr td.policy-td-width5 {
    width: 15%
}

.policy-search-results table tr.gap td {
    height: 10px;
    padding: 0
}

.policy-search-results table tr td.dupity-title {
    text-align: left;
    height: 38px
}

.policy-search-results table tr td.dupity-title span.width-margin {
    padding-left: 25px
}

.policy-search-results table tr.dupity-contents {
    background: #dbeef4;
    border: 1px solid #31859c;
    border-bottom: none
}

.policy-search-results table tr.dupity-contents.active {
    border: 1px solid #31859c;
    border-bottom: none
}

.policy-search-results table tr.dupity-contents.dupity-red {
    background: #f2dede
}

.policy-search-results table tr.dupity-contents.dupity-green {
    background: #c3e6cb;
    border-color: #0e90d2
}

.policy-search-results table tr.dupity-contents.dupity-oem {
    background: #8ccaef;
    border-color: #afaca5
}

.policy-search-results table tr.contents {
    border: 1px solid #00b0f0;
    border-top: none;
    border-bottom: none;
}

.policy-search-results table tr.contentsnb {
    border: 1px solid #31859c;
    border-top: none;
    background-color: #31859c;
}

.policy-search-results table tr.contentsnb span a {
    color: #ffffff;
}

.policy-search-results table tr.contentsnb span {
    color: #ffffff;
}

.policy-search-results .contentsnb .width-margin {
    float: left;
}

.policy-search-results .contentsnb .width-margin a {
    color: #0070c0;
}

.policy-search-results .contentsnb .width-margin a.white {
    color: #ffffff;
}

.policy-search-results table tr.contents.active {
    border: 1px solid #0e90d2;
    border-top: none
}

.policy-search-results table tr.contents.dupity-green {
    border-color: #0e90d2
}

.policy-search-results table tr.contents.dupity-oem {
    border-color: #afaca5
}

.policy-search-results table tr.contents.contents-middle {
    border-top: none;
    border-bottom: 1px solid #eee
}

.policy-search-results table tr.contents a {
    color: #323232
}

.policy-search-results table tr.contents a:hover {
    color: #0e90d2
}

.policy-search-results table tr.contents a.btn-green {
    padding: 2px 5px;
    border-radius: .25rem;
    border: 1px solid #0e90d2;
    color: #323232
}

.policy-search-results table tr.contents a.btn-green:hover {
    font-weight: bold
}

.policy-search-results table tr.contents a.btn-yellow {
    padding: 2px 5px;
    border-radius: .25rem;
    border: 1px solid #d3ae10;
    background-color: #f0d830;
    color: #212529
}

.policy-search-results table tr.contents a.btn-yellow:hover {
    background-color: #e0c820;
    border-color: #d39e00
}

.policy-tips {
    margin-top: 17px
}

.bulk_button {
    width: 100px;
    background: #0e90d2;
    height: 30px;
    border: 0;
    color: white
}

.bulk_button[disabled] {
    background: #ddd
}

.show_premium {
    margin-top: 20px
}

.show_premium > li {
    height: 30px;
    line-height: 30px;
    background: lightblue;
    margin-top: 1px;
    cursor: pointer
}

.show_premium > li.title {
    background: brown;
    color: white;
    cursor: default
}

.show_premium > li > span {
    width: 150px;
    text-align: center;
    display: block;
    float: left
}

.show_premium > ul > li > span, .show_premium > ul > li > a {
    padding-left: 20px
}

.my_bold {
    font-size: 16px;
    font-weight: bold;
    color: #27395f
}

.indexnr {
    width: 1147px;
    height: auto;
    margin: 0px auto;
    position: relative
}

.indexnr .payment-limit-title {
    margin-top: 50px;
    font-size: 18px
}

.indexnr table.payment-limit {
    border-collapse: collapse;
    cursor: default;
    width: 380px;
    margin: 20px auto
}

.indexnr table.payment-limit tr td {
    border: 1px solid black;
    width: 125px;
    height: 55px;
    text-align: center
}

.indexnr table.payment-limit tr.title td {
    height: 27px;
    background: lightblue
}

.coverbox {
    width: 880px;
    height: auto;
    margin: 0 auto;
    position: relative
}

.coverStep {
    width: 880px;
    padding: 17px 0 34px 0px
}

.coverStep td {
    text-align: center;
    font-size: 14px;
    color: #555555
}

.ord1 {
    width: 100%;
    height: 40px;
    line-height: 40px
}

.ord2 {
    width: 100%;
    height: auto;
    border: 1px solid #e5e5e5
}

.ord1 a {
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #626364
}

.ord2_title {
    width: 790px;
    margin: 0 auto;
    border-bottom: 1px dashed #c8c9ca;
    height: 70px;
    line-height: 70px;
    text-align: center
}

.ord2_title ul li {
    float: left;
    font-size: 14px;
    color: #626262
}

.ord2li_1 {
    width: 20%
}

.ord2li_2 {
    width: 10%
}

.ord2li_3 {
    width: 30%
}

.ord2li_4 {
    width: 15%
}

.ord2li_5 {
    width: 12%
}

.ord2li_6 {
    width: 13%
}

.ord2li_5 .tip1 {
    font-size: 13px;
    font-weight: bold
}

.ord2li_5 .tip2 {
    font-size: 20px;
    font-weight: bold !important
}

.ord2li_6 .tip1 {
    font-size: 13px;
    font-weight: bold
}

.ord2li_6 .tip2 {
    font-size: 20px;
    font-weight: bold !important
}

.ord2li_1_default {
    width: 30%
}

.ord2li_2_default {
    width: 20%
}

.ord2_list {
    width: 790px;
    margin: 0 auto;
    border-bottom: 1px dashed #c8c9ca;
    height: 70px;
    text-align: center;
    line-height: 70px
}

.ord2_list ul li {
    float: left
}

.ord2_list ul li.ord2li_3 {
    line-height: 18px
}

.ord2_list ul li.ord2li_4 {
    line-height: 16px;
    font-size: 15px
}

.ord2li3_inner {
    width: 100%;
    word-break: break-all;
    word-wrap: break-word
}

.ord2_list ul li.ord2li_3 p {
    font-size: 13px;
    font-weight: normal;
    color: #0e90d2
}

.ord2_account {
    width: 790px;
    margin: 40px auto 10px
}

.ord2c_1 {
    width: 50%;
    float: left;
    min-height: 20px;
    display: block
}

.ord2c_1 .tip1 {
    font-size: 13px;
    font-weight: bold;
    color: red
}

.ord2c_1 .tip2 {
    font-size: 20px;
    font-weight: bold !important;
    color: red
}

.o2c1_2 {
    font-size: 14px;
    color: #626262
}

.ord2c_2 {
    width: 23%;
    float: left;
    margin-top: 10px;
    margin-left: 10%;
    font-size: 16px;
    color: #626262
}

.ord2c_3 {
    width: 35%;
    float: right;
    text-align: right;
    line-height: 50px
}

.ord2c_3 .s1 {
    font-size: 16px;
    color: black
}

.ord2c_3 .s2 {
    font-size: 20px;
    font-weight: bold;
    color: red
}

.ord2c_3 .s3 {
    font-size: 40px;
    font-weight: bold;
    color: red
}

.ord3 {
    margin-top: 30px;
    float: left
}

.ord31 a {
    color: #646464;
    margin-top: 20px
}

.ord32 a {
    display: block;
    color: #646464;
    margin-top: 20px;
    margin-left: 30px
}

.ord31 {
    float: left;
    width: 300px;
    margin-left: 60px
}

.ord32 {
    float: right;
    width: 300px;
    margin-left: 30px
}

.ord32 table {
    margin-left: 30px
}

.ord3_left {
    width: 100%
}

.ord3_left span {
    font-size: 16px;
    color: black
}

.ord3_left img {
    width: 154px;
    vertical-align: bottom
}

.ord3_right {
    width: 274px;
    margin-top: 30px
}

.ord3_right input[type=submit].paySubmit, .ord3_right a.a1 {
    width: 274px;
    height: 40px;
    display: block;
    background: #0e90d2;
    text-align: center;
    line-height: 40px;
    color: white;
    font-size: 20px;
    font-weight: bold
}

#return_to_user_center a {
    float: right;
    text-align: right;
    font-size: 14px;
    color: #646464;
    line-height: 30px
}

.ord3_right img {
    vertical-align: bottom
}

.ord4 {
    width: 100%;
    background: #ebebeb;
    margin-top: 30px
}

.ord4 p {
    padding: 20px 0 20px 10px;
    font-size: 16px;
    color: #323232
}

.ord5 {
    width: 330px;
    float: right;
    margin-top: 30px
}

.ord5 p {
    font-size: 14px;
    color: #636363;
    line-height: 20px
}

.ord5 input {
    width: 328px;
    height: 36px;
    text-indent: 14px;
    font-size: 16px;
    line-height: 36px
}

.ord5 a {
    width: 100%;
    height: 36px;
    display: block;
    color: white;
    background: #646464;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    margin-top: 5px
}

.ord5 input[type=submit].payTransferBtn {
    width: 100%;
    height: 36px;
    display: block;
    color: white;
    background: #646464;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    margin-top: 5px;
    border-width: 0
}

.cover-four-content-bottom {
    clear: both;
    border-top: 1px solid #f1f1f1;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 0px;
    text-align: center
}

.cover-four-content-bottom h4 {
    height: 30px;
    margin: 10px;
    font-size: 14px
}

.cover-four-content-bottom h4 span {
    color: red
}

table.qrcode-table {
    border-width: 0;
    border-style: none;
    border-color: #0000ff;
    border-collapse: collapse
}

table.qrcode-table td {
    border-left: solid 5px #000;
    padding: 0;
    margin: 0;
    width: 0px;
    height: 5px
}

table.qrcode-table td.black {
    border-color: #000
}

table.qrcode-table td.white {
    border-color: #fff
}

.coverPaybtn .paySubmit {
    width: 180px;
    height: 35px;
    background-color: #ef4218;
    font-size: 18px;
    color: #FFF;
    border: none;
    float: right;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 700
}

.search_main {
    width: 740px;
    margin: 50px auto;
    min-height: 500px;
    background: url(/static/common/images/search_main-98891cef48e391f628635b5d4800ce6afc1faabc093c1ff06861d8d4d51b794a.png) no-repeat center 70px
}

.search_input {
    width: 220px;
    height: 35px;
    padding-left: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-left: 190px
}

.search_btn {
    width: 120px;
    height: 35px;
    border: 0;
    background: #0e90d2;
    font-size: 15px;
    font-weight: bold;
    color: white;
    margin-left: 5px
}

.search_btn:hover {
    background: #11b252
}

.search_result {
    width: 100%;
    min-height: 300px;
    background: #f0f0f0;
    margin-top: 30px;
    padding: 0 50px 20px
}

.search_insured_employee {
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #ddd;
    font-size: 14px
}

.search_insured_employee span {
    line-height: 64px
}

a.search_get_detail {
    width: 88px;
    height: 25px;
    display: block;
    background: #0e90d2;
    text-align: center;
    line-height: 25px;
    color: white;
    margin-top: 20px
}

a.search_get_detail:hover {
    background: #11b252
}

.search_detail_title {
    font-size: 16px;
    font-weight: bold;
    color: #0e90d2;
    padding-left: 50px
}

.search_detail_content {
    width: 100%;
    padding: 30px 0 20px
}

.insurance_item_type {
    width: 150px;
    white-space: nowrap;
    overflow: hidden
}

.search_detail_content div, .search_detail_content p {
    line-height: 18px;
    font-size: 14px;
    padding: 5px 0
}

.search_detail_content .title {
    color: #323232;
    font-weight: bold
}

.search_detail_content .content .left {
    width: 85px
}

.search_detail_content .content .content_val {
    padding-left: 10px
}

.dtl-guarantee {
    color: #323232;
    font-weight: bold
}

.dtl-guarantee-content .s1 {
    width: 130px
}

.dtl-guarantee-content .s2 {
    padding-left: 10px
}

.help-license {
    margin-top: 15px
}

.help-license img {
    height: 200px;
    padding: 10px;
    border: 1px solid #eee;
    margin-left: 10px
}

.helpRightWrap {
    padding: 20px 30px
}

.helpRightWrap h3 {
    font-size: 14px;
    font-weight: bold
}

.helpRightWrap p {
    font-size: 14px;
    margin-top: 10px
}

.helpContent1 {
    width: 100%;
    height: 700px;
    margin-top: 20px;
    font-size: 14px;
    margin-right: 48px;
    background: url(/assets/claims-30c50532efea8d0d39b0474a0bc53ee273f9084bb092f0e231c23b40f3f67715.jpg) no-repeat left top
}

.helpContent1-grid {
    height: 180px;
    margin-left: 250px;
    font-size: 14px
}

.helpContent1-grid .title {
    padding-top: 40px;
    font-weight: bold
}

.pagesWrap {
    width: 100%;
    margin: 30px 0 0
}

.pagesWrap .pagination {
    width: 100%;
    text-align: center
}

.pagesWrap .pagination em.current {
    border: 1px solid #55be80;
    padding: 2px 7px;
    font-style: normal
}

.pagesWrap .pagination span.disabled {
    border: 1px solid #fff;
    padding: 2px 7px;
    font-style: normal;
    color: grey
}

.pagesWrap .pagination a {
    border: 1px solid #fff;
    padding: 2px 7px
}

.pagesWrap .pagination a.current {
    background: #78b5e5;
    color: #fff
}

.pagesWrap .pagination a:hover {
    border: 1px solid #a9d0ef
}

.pagesWrap .pagination .next, .pagesWrap .prev {
    color: #454545
}

.linkman_info {
    width: 100%
}

.ico_user {
    padding-left: 25px;
    background: url(/assets/ico_user-cc08002a3c0fb9c5d7c9d99046c63f8b579c74126de10594a30d209549ea2018.png) left no-repeat
}

.ico_secury {
    padding-left: 25px;
    background: url(/assets/ico_secury-4f92aaac63539534501466ee2231d266a702d423141d51c562142b6a37784635.png) left no-repeat
}

.linkman_info_left {
    width: 600px;
    float: left
}

.user_info_group {
    height: 20px;
    line-height: 20px;
    margin-top: 30px
}

.user_info_control {
    width: 100px;
    text-align: right;
    float: left
}

.user_info_text {
    float: left;
    margin-left: 15px
}

.linkman_info_right {
    float: right;
    width: 125px;
    margin: 20px 90px 0 0
}

.linkman_info_right img {
    width: 100%
}

.linkman_info_right p {
    text-align: center;
    margin-top: 10px
}

.user_secury_group {
    width: 850px;
    margin: 0 auto;
    height: 45px;
    line-height: 45px
}

.user_secury_ico {
    width: 45px
}

.user_secury_status {
    width: 60px
}

.user_secury_name {
    width: 100px;
    text-align: center
}

.user_secury_contents {
    text-indent: 30px;
    color: #aaa
}

.user_secury_opration_slide {
    padding-right: 15px;
    background: url(/assets/ico_green_down-38f97163de25e0400186664f32cb0bdb219fe872583b6cf0a489690afa9807fa.png) no-repeat right
}

.user_secury_opration_slided {
    background: url(/assets/ico_green_up-bff9d1920e4d1c9fc80a288a13ad4899f529fb05ae7cc0c1f1b404f44a38c055.png) no-repeat right !important
}

.user_secury_modify {
    width: 420px;
    margin: 0 auto
}

.get_tel_code1 {
    background: #d9534f !important;
    border-color: #d9534f !important
}

.order_site {
    width: 300px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin: 0rem 1rem;
}

.order_site a {
    color: #323232
}

.order_site a:hover {
    color: #0e90d2
}

.order_main {
    width: 1148px;
    margin: 0 auto;
    height: auto !important;
    padding-bottom: 40px
}

.mainleft {
    width: 220px;
    float: left
}

.left_top {
    width: 100%;
    padding: 20px 0 20px;
    background: #0e90d2;
    color: white;
    border: 1px solid #0e90d2
}

.user_logo {
    width: 94px;
    height: 94px;
    margin-left: 20px
}

.user_logo img {
    width: 100%;
    border-radius: 10px
}

.user_name {
    margin-top: 15px;
    margin-left: 20px
}

.user_name p {
    font-size: 14px
}

.user_process {
    margin-top: 10px;
    margin-left: 20px
}

.user_process_text {
    height: 12px;
    line-height: 1
}

.user_process_wrap {
    width: 100px;
    height: 12px;
    background: #0b813b;
    border-radius: 6px
}

.user_process_inner {
    width: 40px;
    height: 100%;
    border-radius: 6px;
    background: white
}

.leftNavs {
    width: 100%;
    border: 1px solid #f0f0f0;
    background: #fafafa
}

.leftNavs li {
    width: 100%;
    height: 45px
}

.leftNavs li a {
    width: 80%;
    height: 45px;
    display: block;
    text-align: left;
    line-height: 44px;
    margin: 0 auto;
    margin: 0 auto;
    border-bottom: 1px dashed #ebebeb;
    font-size: 14px;
    font-weight: bold;
    color: #646464
}

.leftNavs li:last-child a {
    border: 0
}

.leftNavs li a:hover {
    color: #0e90d2
}

.leftNavs li.current {
    background: #55be80
}

.leftNavs li.current a {
    border: 0;
    color: white
}

.qibao-kefu {
    width: 100%;
    border: 1px solid #f0f0f0;
    margin-top: 20px;
    background: #fbfbfb;
    text-align: center
}

ul.qibao-kefu li {
    padding: 0 20px;
    transition: 0.3s;
    position: relative
}

ul.qibao-kefu li .kefu-content {
    height: 90px;
    width: 100%;
    padding: 15px 0;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    transition: 0.3s;
    color: #646464
}

ul.qibao-kefu li .kefu-content .details {
    margin-top: 4px
}

ul.qibao-kefu li .kefu-content .details p {
    line-height: 1.2
}

ul.qibao-kefu .qr_realm {
    z-index: 3;
    width: 210px;
    display: none;
    transition: 0.2s
}

ul.qibao-kefu .qr_realm1 {
    position: absolute;
    right: -212px;
    top: 0
}

ul.qibao-kefu .qr_realm2 {
    position: absolute;
    right: -212px;
    top: -90px
}

ul.qibao-kefu .qr_tri {
    float: left;
    width: 0;
    height: 0;
    border-right: 8px solid #aaa;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

ul.qibao-kefu .qr_tri1 {
    margin-top: 40px
}

ul.qibao-kefu .qr_tri2 {
    margin-top: 120px
}

ul.qibao-kefu .qr_code {
    float: left;
    width: 180px;
    height: 180px;
    border: 1px solid #aaa;
    padding: 15px;
    background: white
}

ul.qibao-kefu .qr_code img {
    width: 100%
}

.mainright {
    width: 910px;
    border: 1px solid #f0f0f0;
    float: right;
    padding-bottom: 40px;
    position: relative
}

.linkman_title {
    width: 100%;
    height: 46px;
    background: #e0e0e0
}

.linkman_title_infos {
    float: left;
    height: 100%;
    line-height: 46px;
    margin-left: 30px
}

.linkman_title_add {
    float: right;
    padding: 0 10px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    margin-right: 30px;
    margin-top: 10px;
    border: 0
}

a.linkman_title_add {
    float: right;
    padding: 0 10px;
    height: 26px;
    background: #0e90d2;
    color: white;
    text-align: center;
    line-height: 26px;
    margin-right: 30px;
    margin-top: 10px;
    border: 0
}

a.linkman_title_add:hover {
    color: white
}

.linkman_main {
    width: 100%;
    margin: 0px auto
}

.linkman_main table tr {
    border-bottom: 1px dotted #f0f0f0
}

.linkman_main table tr.title {
    border-bottom: 1px solid #f0f0f0
}

.linkman_main table tr td {
    text-align: center;
    padding: 8px 0;
    height: 50px
}

.premium_diagram {
    height: 220px;
    width: 100%
}

.digram_control {
    width: 740px;
    height: 40px
}

#digram_left, #digram_right {
    width: 60px;
    height: 22px
}

#digram_left[disabled], #digram_right[disabled] {
    color: #aaa
}

.premium_diagram_title {
    padding-left: 30px
}

.premium_diagram_title_wrap {
    width: 60px;
    float: left
}

.premium_diagram_title_wrap span {
    line-height: 16px
}

.diagram_title {
    width: 30px;
    height: 16px;
    float: left
}

.qibao-form-control {
    border-radius: 0 !important;
    border: 1px solid #f0f0f0;
    box-shadow: none;
    background: none;
    padding-left: 12px;
    font-size: 12px;
    display: inline-block
}

select.qibao-form-control {
    -webkit-appearance: none;
    -webkit-border-radius: 0px
}

textarea.qibao-form-control {
    resize: vertical;
    width: 100%;
    min-height: 100px
}

.qibao-btn-cancel {
    width: 100%;
    border-radius: 0;
    background: #646464;
    border: 1px solid #646464;
    color: white
}

.qibao-btn-cancel:hover {
    background: #646464;
    border: 1px solid #646464;
    color: white
}

.qibao-btn-done {
    width: 100%;
    border-radius: 0;
    background: #0e90d2;
    border: 1px solid #0e90d2;
    color: white
}

.qibao-btn-done:hover {
    background: #0e90d2;
    border: 1px solid #0e90d2;
    color: white
}

.qibao-col-select {
    padding: 7px 14px
}

.coupon_title {
    width: 815px;
    height: 50px;
    margin: 4px auto 0;
    line-height: 50px;
    border-bottom: 1px solid #dcdcdc
}

.coupon_title ul li {
    float: left;
    color: #969696;
    margin-left: 20px;
    font-size: 14px;
    cursor: pointer
}

.coupon_title_active {
    font-weight: bold;
    color: #323232 !important
}

.coupon_title_active span {
    color: red
}

.coupon_main {
    width: 815px;
    margin: 0 auto;
    border-bottom: 1px solid #dcdcdc;
    background: #fcfbfb;
    padding-bottom: 50px
}

.coupon_content {
    display: none;
    width: 100%
}

.coupon_box {
    width: 216px;
    height: 269px;
    margin-top: 25px;
    margin-left: 40px;
    float: left;
    position: relative;
    transition: 0.2s;
    overflow: visible;
    z-index: 1
}

.coupon_not_yet {
    background: url(/assets/coupon_not_yet-9cc87e434dff419dbd27d7e85ff0ef6baec71d5ed45f3adba8fad1b7b3517b1a.png)
}

.coupon_not_yet:hover {
    background: url(/assets/coupon_not_yet_hover-7015cc415c977c0533a0d987bee0365b1bb3215fb85b36ee08a8cf4b54fd4a5d.png)
}

.coupon_used {
    background: url(/assets/coupon_used-727f8458ccabbbc216b739ba0e0e261da2cb430c2bd7aefd6fa51ba14a4d0af4.png)
}

.coupon_overtime {
    background: url(/assets/coupon_overtime-0b0afa87730df1eac029a9d1d073ec238552e3f46664edf1aa3e029751da548c.png)
}

.coupon_box p {
    color: white;
    text-align: center;
    font-size: 13px;
    font-family: "宋体"
}

.coupon_box p.p1 {
    width: 100%;
    position: absolute;
    top: 25px
}

.coupon_box p.p2 {
    margin-top: 2px;
    font-size: 22px;
    font-weight: bold
}

.coupon_box p.p2 span {
    font-size: 30px
}

.coupon_box p.p3 {
    font-size: 18px;
    font-weight: bold
}

.coupon_box p.p4 {
    margin-top: 15px
}

.coupon_box p.p5 {
    width: 100%;
    font-size: 13px;
    position: absolute;
    top: 162px
}

.conpon_choose {
    position: absolute;
    top: 218px;
    width: 100%;
    height: 20px;
    text-indent: -25px;
    text-align: center;
    line-height: 20px;
    color: #323232;
    font-size: 14px;
    background: url(/assets/conpon_choose-dae833bfa30e39f637e2a7d919d21dab9945c0303ea6661b42be905385f9d50d.png) no-repeat 140px;
    cursor: default;
    transition: 0.1s
}

.conpon_choose_hover {
    background: url(/assets/conpon_choose_hover-ad9d8cad82bd724723f9296d2f37c4bcc1333511dc2899b466ca0481892af8ab.png) no-repeat 140px !important
}

.coupon_choose_list {
    position: absolute;
    top: 240px;
    left: 55px;
    height: 95px;
    background: #7094e0;
    border-radius: 5px;
    display: none;
    z-index: 2;
    padding: 0 10px
}

.coupon_choose_list ul li {
    height: 31px;
    border-bottom: 1px solid #9eb9f2;
    line-height: 31px;
    font-size: 14px;
    text-align: left;
    padding: 0 10px
}

.coupon_choose_list ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: white
}

.conpon_choosed {
    position: absolute;
    top: 218px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center
}

.conpon_choosed a {
    color: #323232
}

.coupon_rules {
    width: 815px;
    margin: 20px auto;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    height: 138px;
    background: #fcfbfb;
    font-size: 14px
}

.coupon_rules_title {
    width: 135px;
    float: left;
    padding-top: 20px
}

.coupon_rules_title p {
    text-indent: 23px;
    color: #323232
}

.coupon_rules_text {
    width: 660px;
    float: left;
    padding-top: 18px
}

.coupon_rules_text p {
    line-height: 24px;
    color: #323232
}

.coupon_rules_text p a {
    color: #7094e0
}

.coverInfoHistroy li {
    font-size: 12px;
    color: #819093;
    padding-top: 5px;
    padding-left: 12px;
    padding-bottom: 5px
}

.coverInfoHistroy link {
    color: #0000cc
}

.coverInfoHistroy {
    width: 786px;
    height: auto;
    font-size: 12px;
    margin-bottom: 5px
}

.clear {
    clear: both
}

.policy_process {
    width: 100%;
    height: 100px;
    margin-top: 30px
}

.policy_process_box {
    float: left;
    width: 70px
}

.policy_process_text {
    text-align: center;
    line-height: 35px;
    font-size: 14px
}

.policy_process_bar {
    width: 70px;
    height: 18px
}

.policy_process_status {
    width: 100%;
    height: 28px;
    margin-top: 10px
}

.policy_paid .policy_process_text {
    color: #b7c7e9
}

.policy_paid .policy_process_bar {
    background: url(/static/common/images/policy_process_paidbar-da2466777e3b044b8d3b8006352e6f1f0ce4d0f15a413e00f8dae19a908f1a31.png)
}

.policy_unpaid .policy_process_text {
    color: #b4b4b4
}

.policy_unpaid .policy_process_bar {
    background: url(/static/common/images/policy_process_unpaidbar-a0d70a823ade37f1bbb91cd06b8ee6878e3daeddf35688795ba2d0d2a8579d1f.png)
}

.policy_process_box.active .policy_process_text {
    color: #4c74c9
}

.policy_process_box.active .policy_process_bar {
    background: url(/static/common/images/policy_process_activebar-41bb1257f45236e661c4118e8910238d6fc7c12ff6a898721aa54017553443bd.png)
}

.policy_paid.active .policy_process_status {
    background: url(/static/common/images/policy_process_paidstatus-f2c1b7c2c0d54456942a9adbed0f76b848a2043085d2807a6366b9656f441117.png) no-repeat center
}

.policy_unpaid.active .policy_process_status {
    background: url(/static/common/images/policy_process_unpaidstatus-ca4b7631d84bc4bbcd012d7d5d74fea6d8ac454647581ec064d216edbffb038f.png) no-repeat center
}

.policy_downloading_doc {
    float: right;
    margin-top: -10px;
    margin-right: 20px;
    padding: 0;
    position: relative;
    font-weight: normal;
    font-size: 14px
}

.policy_downloading_doc .title {
    width: 164px;
    height: 32px;
    border: 1px solid #646464;
    text-align: center;
    line-height: 32px;
    cursor: default;
    float: right;
    background: url(/static/common/images/down_arrow-e3848bdf6280b4149e10ffa504e0438e11ba2ce039fde37dd70003c464e1ebd4.svg) no-repeat 105px 12px;
    background-size: 15px;
    text-indent: -30px;
    font-size: 14px
}

.policy_downloading_doc .title.active {
    border: 1px solid #505050;
    color: white;
    background: #505050 url(/static/common/images/up_arrow-fadada8c61b3274d8f5a71fc7f989d43374fa9ab40ebf22e55348cf160e6ac44.svg) no-repeat 105px 12px;
    background-size: 15px
}

.policy_downloading_doc ul {
    margin-top: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 32px;
    right: 0;
    display: none;
    font-size: 12px;
    z-index: 100
}

.policy_downloading_doc ul li {
    width: 260px;
    height: 44px;
    display: block
}

.policy_downloading_doc ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: 15px;
    line-height: 44px;
    background: #505050;
    text-decoration: none;
    color: white
}

.policy_downloading_doc ul li a:hover {
    background: #1ea451
}

.su_title p {
    font-size: 16px;
    color: black;
    margin-top: 10px
}

.su_main1 {
    width: 100%;
    padding-bottom: 20px;
    background: #f0f0f0;
    margin-top: 10px
}

.sum_inner {
    width: 790px;
    margin: 0 auto
}

.sumi_1, .sumi_2 {
    width: 100%;
    border-bottom: 1px dashed #c9c9c9
}

.sumi_1 {
    padding: 25px 0 10px
}

.sumi_1 p {
    line-height: 30px
}

.sumi_1 p a {
    float: right;
    padding-right: 30px;
    font-size: 16px;
    color: #626364
}

.sumi_2 {
    padding-top: 40px
}

.sumi_2 p {
    font-size: 16px;
    color: black
}

.sumi_2 ul {
    padding-bottom: 10px
}

.sumi_2 ul li {
    height: 30px;
    line-height: 30px
}

.sumi2_1 {
    padding-right: 160px;
    font-size: 14px;
    color: #646464
}

.sumi2_2 {
    padding-right: 75px
}

.sumi2_3 {
    font-size: 14px;
    color: #646464
}

.sumi_3 {
    padding-top: 40px
}

.sumi_3 p {
    font-size: 16px;
    color: black
}

.sumi_3 ul {
    margin-top: 10px
}

.sumi_3 ul li {
    height: 35px;
    line-height: 35px
}

.sumi3_left {
    font-size: 14px;
    color: #646464;
    width: 223px;
    float: left
}

.sumi3_right {
    width: 400px;
    float: left
}

.su_main2 {
    width: 100%;
    height: 100px;
    margin-top: 40px
}

.sum4s_count {
    float: right;
    text-align: right;
    color: black;
    font-size: 14px
}

.m2_1 {
    width: 190px;
    height: 30px;
    float: right;
    margin-right: 210px;
    line-height: 30px;
    color: #0e90d2;
    font-size: 16px;
    text-align: right;
    background: url(/assets/m2_1-32353c206e4707ac5411ab530ca1f65120ec314c371bd329aad85229e8017fcd.png) no-repeat left;
    cursor: pointer;
    margin-top: 10px
}

.m2_1h {
    background: url(/assets/m2_1h-581aa9828ddb64ac49290d906c8fe40bdbf0d12e81cadd1108d5da25aae4d413.png) no-repeat left !important
}

.m2_2 {
    width: 280px;
    float: right;
    height: 30px;
    text-align: right
}

.m22_1 {
    font-size: 16px;
    color: black
}

.m22_2 {
    color: red;
    font-size: 16px;
    font-weight: bold
}

.m22_3 {
    color: red;
    font-weight: bold;
    font-size: 30px
}

.m22_22 {
    color: #f0f0f0;
    font-weight: bold;
    font-size: 16px
}

.m22_33 {
    color: #f0f0f0;
    font-weight: bold;
    font-size: 30px
}

.m22_4 {
    color: red;
    font-weight: bold;
    font-size: 40px
}

.color_1 {
    color: #646464
}

.m22_5 {
    font-size: 14px
}

.m22_7 {
    font-size: 21px
}

.m22_8 {
    width: 30px;
    background: red
}

.sum4s_count .s2 {
    margin-top: 8px;
    margin-right: 5px
}

.sum4s_count .s3 {
    margin-top: 7px
}

.sum4s_count .s4 {
    width: 59px;
    height: 26px;
    background: url(/assets/coupon_ico-3c169874be61a67796f03d778ac3b636c92241f748b3d38e46924cfc76fe2a72.png) right no-repeat;
    margin-top: -2px;
    margin-right: 10px
}

.sum4s_count .s4 .checkbox {
    margin-top: 9px
}

.sum4s_count .s5 {
    margin-top: 6px;
    margin-right: 10px
}

.color_red {
    color: red !important
}

.su_main3 {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px dashed #c9c9c9
}

.m3_title {
    font-size: 16px;
    color: black;
    padding-left: 5px
}

.license_perform {
    position: absolute;
    right: 10px;
    top: 40px;
    max-width: 180px;
    max-height: 130px
}

.su_main3 .law_service a {
    margin-left: 40px;
    color: #787878;
    font-size: 16px
}

.su_main3 .law_service a:hover {
    text-decoration: none;
    color: #4d77c6
}

.su_main3 ul {
    padding-left: 30px;
    margin-top: 8px
}

.su_main3 ul.sum3_ul li {
    height: 30px;
    line-height: 30px
}

.su_main3 ul.sum3_ul2 li {
    line-height: 16px;
    margin-top: 12px;
    font-size: 14px;
    color: #646464;
    width: 800px
}

.m3li_left {
    width: 220px;
    float: left;
    font-size: 14px;
    color: #646464;
    line-height: 22px
}

.law_ps {
    font-size: 14px;
    color: #646464;
    font-weight: normal
}

.m3li_center {
    width: 565px;
    float: left;
    line-height: 22px
}

.m3li_right {
    width: 235px;
    float: left;
    font-size: 14px;
    color: #646464
}

.sum4_title {
    font-size: 16px;
    color: black;
    padding-left: 5px;
    padding-top: 20px
}

.sum4_li1 {
    width: 12%
}

.sum4_li2 {
    width: 15%
}

.sum4_li3 {
    width: 29%
}

.sum4_li4 {
    width: 10%
}

.sum4_li5 {
    width: 19%
}

.sum4_li6 {
    width: 15%
}

.sum4_list {
    width: 100%
}

.sum4_hide {
    overflow: hidden;
    _height: 163px
}

.sum4_list table {
    width: 100%
}

.sum4_list table tr td {
    text-align: center;
    height: 40px;
    border-bottom: 1px dashed #c9c9c9;
    font-size: 14px
}

.sum4_list table tr.sum4_list_title td {
    height: 40px;
    background: #0e90d2;
    border-bottom: 0;
    color: white
}

.sum4_show_hide {
    margin-top: 10px;
    line-height: 20px;
    color: #636465;
    text-align: center;
    font-size: 14px;
    font-weight: bold
}

.sum4_sub {
    margin-top: 30px
}

.sum_position {
    position: relative;
    z-index: 10
}

.sum4_instruction {
    position: absolute;
    width: 270px;
    height: 150px;
    background: white;
    top: -38px;
    right: 280px;
    display: none
}

.sum4_instruction p {
    font-size: 17px;
    text-align: center;
    line-height: 20px;
    margin-top: 40px;
    color: #323232
}

.sum4_instruction a.sum4_instruction_btn {
    text-align: center;
    margin-top: 20px;
    text-decoration: underline;
    color: #0e90d2;
    font-size: 14px;
    font-weight: normal
}

.sum4_instruction a:hover {
    text-decoration: underline
}

.sum4_filter {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(/assets/sum4_filter-9bf55f06da67403f49bc3102bec48f657299e8e32fd5284ca87096e60ed8ab9b.png);
    top: 0;
    left: 0;
    z-index: 9;
    display: none
}

.sum4_arrow {
    position: absolute;
    top: -3px;
    right: 0;
    width: 260px;
    height: 40px;
    display: none
}

.sum4_sub_left {
    width: 270px;
    float: left;
    margin-top: 10px
}

.sum4_sub_right {
    width: 270px;
    float: left;
    margin-top: 10px;
    margin-left: 30px;
    position: relative
}

.form_checkout {
    position: absolute;
    top: -30px;
    right: -280px;
    color: #4E76C6;
    font-weight: bold;
    height: 12px
}

.form_checkout label {
    line-height: 16px;
    margin-right: 3px
}

.form_checkout div, .form_checkout label {
    float: right
}

.sum4_sub a {
    width: 100%;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: white;
    font-size: 22px;
    font-weight: bold
}

.sum4_sub a:hover {
    text-decoration: none
}

.sum4_sub .give_up {
    background: #646464
}

.sum4_sub .hand_up {
    background: #0e90d2
}

.sum4_sub .revoke {
    background: #d9534f
}

.sum4_sub form input[type=submit] {
    width: 100%;
    height: 40px;
    display: block;
    float: left;
    text-align: center;
    line-height: 40px;
    color: white;
    font-size: 22px;
    font-weight: bold
}

.sum4_sub form input[type=submit].hand_up {
    background: #0e90d2;
    border: 0;
    cursor: pointer
}

.err_box {
    width: 100%;
    border: 1px solid lightgray;
    background: #f7f7f7;
    padding: 10px 0;
    margin-top: 40px
}

.err_box p {
    padding: 0 10px;
    font-size: 14px
}

.err_box p.contents {
    color: #575757;
    line-height: 18px
}

.back_below {
    float: right;
    font-size: 14px;
    color: #4E76C6
}

.checkbox {
    width: 16px;
    height: 16px;
    background: url(/assets/checkbox_ico-adf327d94d032024950545ae680f9dd1f328c06b7e6d7606b719eeeca6ff0e72.png)
}

.check_tick {
    background: url(/assets/checkbox_ico_hover-10eb52d336faa0fbbb15b452cec344f98ff2a9cf1791c0394d51f202523830fd.png)
}

.my_blue, .green {
    color: #0e90d2
}

.su_timeline {
    font-size: 14px;
    margin-top: 10px;
    position: relative
}

.su_timeline ul {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%
}

.su_timeline ul li {
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    color: #323232
}

.su_timeline ul li div.date {
    float: left;
    width: 65px;
    text-align: left;
    margin-left: 10px
}

.su_timeline ul li div.date p {
    line-height: 22px
}

.su_timeline ul li div.date p.p2 {
    color: #27395f;
    font-weight: bold;
    text-indent: 4px
}

.su_timeline ul li div.ico {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 0px
}

.ico_blue {
    background: url(/assets/ico_blue-402762774ff3940f65e8230b92abad4e2321aeff3bb0d17ff6ff9d99ec449211.png)
}

.ico_pink {
    background: url(/assets/ico_pink-4b00f6c9cf0dca20e24ad03cf58f34e5eb120a27c8ed1a981b1d71c0d4792893.png)
}

.su_timeline ul li div.tri {
    float: right;
    border-top: 10px solid white;
    border-bottom: 10px solid white;
    border-right: 10px solid whitesmoke;
    margin-top: 5px
}

.su_timeline ul li div.text {
    float: right;
    width: 725px;
    height: 100%;
    border-radius: 5px;
    background: whitesmoke;
    line-height: 50px
}

.su_timeline ul li div.text span {
    padding-left: 23px
}

.su_timeline ul li div.text span.s3 {
    color: #27395f
}

.su_timeline ul li div.text span.s5 {
    padding-left: 10px
}

.su_timeline ul li div.text a {
    float: right;
    margin-right: 19px;
    text-decoration: underline
}

.vert_line {
    position: absolute;
    width: 22px;
    height: 0px;
    top: 15px;
    left: 79px;
    background: whitesmoke
}

.suc-title {
    width: 850px;
    margin: 20px auto
}

.suc-step1 {
    width: 280px;
    height: 68px;
    float: left;
    background: url(/assets/suc-step1-08278d264b05957f55c9da522e437f50549eebfb58706c64d48bdb70ea1f63d3.png)
}

.suc-step2 {
    width: 280px;
    height: 68px;
    float: left;
    background: url(/assets/suc-step2-beddb5162361fa3cee28b3a7ce4ae5bec77106cc50c529b53c627ebd4854286f.png);
    margin-left: 4px
}

.suc-step3 {
    width: 280px;
    height: 68px;
    float: left;
    background: url(/assets/suc-step3-6a7a76ff9decb1f7abfb8b708af399e92e09c74682755d738412d04fad77b19b.png);
    margin-left: 4px
}

.suc-step1.active-blue {
    background: url(/assets/suc-step1h-b0d2bfb8f4eb1c962c2085455bb75b32163bc4a7132d1bb7003a972305a20b84.png) !important
}

.suc-step2.active-blue {
    background: url(/assets/suc-step2h-bef27d0e6951048f5431588f3ef5a374eef017fb982f03120b7439ff8a2c2e23.png) !important
}

.suc-step3.active-blue {
    background: url(/assets/suc-step3h-a35fa50eff8985442b6f1b182a946218cde5f244760385fa7a9608e0b709ef3e.png) !important
}

.suc-step2.active-red {
    background: url(/assets/suc-step2r-6e93bc93b6cd590e7a2b75d16aaa9831fd549431250821f36db88a2bee538ae4.png) !important
}

.suc-step3.active-red {
    background: url(/assets/suc-step3r-a35fa50eff8985442b6f1b182a946218cde5f244760385fa7a9608e0b709ef3e.png) !important
}

.suc-overtime {
    width: 850px;
    margin: 40px auto 20px
}

.suc-overtime p {
    font-size: 25px;
    font-weight: bold;
    color: #878889;
    float: left;
    line-height: 60px
}

.suc-overtime a {
    margin-left: 20px
}

.st4_1 {
    width: 520px;
    margin: 50px auto 0
}

.st4_1 p.suc {
    width: 100%;
    font-size: 100px;
    font-weight: bold;
    color: #0e90d2;
    text-align: right
}

.st4_1 a {
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: #646464
}

.st4_4 {
    float: right;
    margin-top: 15px
}

.st4_4 .my_bold {
    padding-top: 1px
}

.st4_4 .span2 {
    padding-left: 50px
}

.st4_4 .span3 {
    padding-left: 50px
}

.st4_main {
    padding-bottom: 40px
}

.st4_6 {
    float: left
}

.st4_6 span {
    font-size: 16px;
    color: black;
    line-height: 60px
}

.st4_6 img {
    padding-left: 10px;
    height: 40px
}

.st4_5 {
    float: right
}

.st4_5 .l1 {
    font-size: 16px;
    color: black
}

.st4_5 .l2 {
    font-size: 22px;
    font-weight: bold
}

.st4_5 .l3 {
    font-size: 40px;
    font-weight: bold
}

.ins_modify_link {
    padding-left: 30px
}

.right_link_spec {
    float: right;
    margin-right: 20px
}

.indexTop {
    width: 1147px;
    height: 138px;
    margin: 0px auto;
    color: #8a8a8a
}

.indexTopTel {
    width: 1147px;
    height: 28px;
    line-height: 28px;
    font-size: 12px
}

.indexTopTel a {
    color: #ff5a00
}

.indexTopTelLet {
    float: left
}

.indexTopTelRit {
    float: right;
    line-height: 28px
}

.indexTopTelRit a {
    color: #8a8a8a
}

.indexTopTelRit li {
    float: left
}

.indexTopTelRit img {
    width: 17px;
    height: 17px;
    margin: 4px 10px 0px 0px;
    display: block;
    float: left
}

.indexTopTelRit1 {
    width: 158px;
    height: 28px;
    float: left
}

.indexTopTelRit1 span {
    color: #ff5a00
}

.indexTopTelRit2 {
    width: 100px;
    height: 28px;
    float: left
}

.indexTopTelRit3 {
    width: 130px;
    height: 28px;
    float: left;
    color: #ff5a00
}

.indexTopBot {
    width: 1147px;
    height: 110px
}

.indexTopBotLogo {
    width: 181px;
    height: 71px;
    padding: 23px 0px 0px 10px;
    float: left
}

.indexTopBotMid {
    width: 390px;
    height: 75px;
    float: left;
    padding: 33px 0px 0px 160px
}

.indexTopBotMidBOX {
    width: 390PX;
    height: 47px;
    position: relative
}

.indexTopBotMidinput1 {
    width: 381px;
    height: 41px;
    border: none;
    float: left;
    text-indent: 5px;
    line-height: 47px;
    border: #006ab5 2px solid;
    border-radius: 8px
}

.indexTopBotMidinput2 {
    width: 31px;
    height: 31px;
    position: absolute;
    top: 7px;
    right: 15px;
    cursor: pointer
}

.indexTopBotMid ul {
    width: 340px;
    height: 28px
}

.indexTopBotMid li {
    width: 60px;
    height: 28px;
    line-height: 28px;
    margin-right: 20px;
    float: left;
    color: #aeaeae
}

.indexTopBotMid li a {
    color: #aeaeae
}

.indexTopBotRit {
    width: 300px;
    height: 71px;
    float: right
}

.indexTopBotRit a {
    color: #aeaeae
}

.indexTopBotRit li {
    float: left;
    width: 90px;
    height: 71px;
    padding: 32px 0px 0px 10px
}

.indexTopBotRit li img {
    display: block;
    margin: 0px auto
}

.indexTopBotRit span {
    width: 90px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block
}

.indexBottomBox {
    width: 100%;
    height: 206px;
    border-top: #d9d9d9 1px solid;
    margin-top: 30px
}

.indexBottom {
    width: 1147px;
    height: 165px;
    border-bottom: 1px #d4d4d4 dashed;
    margin: 0px auto
}

.indexBottom ul {
    float: left
}

.indexBottom li {
    width: 95px;
    height: 165px;
    float: left;
    padding-left: 5px;
    line-height: 28px;
    font-size: 14px;
    color: #7f7f7f;
    padding-left: 120px
}

.indexBottom li a {
    color: #7f7f7f
}

.indexBottom li strong {
    width: 100%;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    display: block;
    border-bottom: 1px dashed #aeaeae;
    margin-bottom: 5px;
    color: #000
}

.indexBottom li strong a {
    color: #000
}

.indexBottom1box {
    width: 217px;
    height: 165px;
    float: left
}

.indexBottom1 {
    width: 217px;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    display: block;
    color: #000;
    text-align: center;
    font-weight: bolder
}

.indexBottom1 a {
    color: #000
}

.indexBottom2 {
    width: 216px;
    height: 165px;
    float: left
}

.indexBottom2 img {
    width: 216px;
    height: 56px;
    margin-top: 53px;
    margin-left: 20px
}

.indexBottom3 {
    width: 1147px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    color: #c8c8c8;
    margin: 0px auto
}

.fonta {
    font-family: Arial
}

.mod1 {
    width: 50%;
    *width: 49%;
    margin-top: -1px;
    float: left
}

.indexbanner {
    width: 897px;
    height: 337px;
    float: left;
    padding-top: 15px
}

.indexbanner img {
    width: 897px;
    height: 337px;
    border: 1px solid #e7e7e7;
    float: left;
    display: block
}

.indexInsure {
    width: 273px;
    height: 22px;
    text-align: right;
    font-size: 12px;
    padding-top: 5px
}

.indexInsure span {
    color: #ff5400
}

.compensation_extend {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    padding: 20px 0
}

.compensation_process {
    width: 100%;
    background: url(/static/common/images/lipeiline.svg) repeat-y 10px 0
}

.compensation_process_box {
    width: 100%
}

.compensation_process_box .content {
    margin-left: 25px;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0
}

.compensation_process_box .content p {
    line-height: 24px
}

.compensation_process_box .content p.time {
    font-size: 12px
}

.compensation_process_box.finished {
    background: url(/static/common/images/lipeiicon.svg) no-repeat 6px 15px;
    color: #0e90d2
}

.compensation_process_box.unfinished {
    background: url(/static/common/images/lipeiunfinished.svg) no-repeat 6px 15px;
    color: grey
}

.compensation_process_box.active {
    background: url(/static/common/images/lipeiactive.svg) no-repeat 1px 10px;
    color: #0e90d2
}

.compensation_title {
    margin-top: 30px;
    margin-left: 20px
}

.compensation_table {
    margin-top: 10px;
    margin-left: 20px;
    border: 1px solid #e7edf2;
    width: 875px
}

.compensation_table tr {
    height: 35px
}

.compensation_table tr.title {
    height: 35px;
    background: rgba(224, 216, 216, 0.25)
}

.compensation_table tr td {
    text-align: center;
    vertical-align: middle
}

.compensation_commit1 {
    width: 200px;
    height: 45px;
    display: block;
    float: right;
    margin: 15px 17px 0 0;
    background: #0e90d2;
    color: white;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold
}

.compensation_commit1:hover {
    text-decoration: none
}

.compensation_btn {
    width: 75px;
    color: #FFF;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    border-radius: 2px;
    font-weight: 700
}

.compensation_btn_verify {
    background: #4c74c9
}

.compensation_btn_reject {
    background: #ff5400
}

.compensation_btn_close {
    background: #f00
}

.compensation_container_search {
    padding-bottom: 30px
}

.coupon_title {
    width: 815px;
    height: 50px;
    margin: 4px auto 0;
    line-height: 50px;
    border-bottom: 1px solid #dcdcdc
}

.coupon_title ul li {
    float: left;
    color: #969696;
    margin-left: 20px;
    font-size: 14px;
    cursor: pointer
}

.coupon_title_active {
    font-weight: bold;
    color: #323232 !important
}

.coupon_title_active span {
    color: red
}

.coupon_main {
    width: 815px;
    margin: 0 auto;
    border-bottom: 1px solid #dcdcdc;
    background: #fcfbfb;
    padding-bottom: 50px
}

.coupon_content {
    display: none;
    width: 100%
}

.coupon_box {
    width: 216px;
    height: 269px;
    margin-top: 25px;
    margin-left: 40px;
    float: left;
    position: relative;
    transition: 0.2s;
    overflow: visible;
    z-index: 1
}

.coupon_not_yet {
    background: url(/assets/coupon_not_yet-9cc87e434dff419dbd27d7e85ff0ef6baec71d5ed45f3adba8fad1b7b3517b1a.png)
}

.coupon_not_yet:hover {
    background: url(/assets/coupon_not_yet_hover-7015cc415c977c0533a0d987bee0365b1bb3215fb85b36ee08a8cf4b54fd4a5d.png)
}

.coupon_used {
    background: url(/assets/coupon_used-727f8458ccabbbc216b739ba0e0e261da2cb430c2bd7aefd6fa51ba14a4d0af4.png)
}

.coupon_overtime {
    background: url(/assets/coupon_overtime-0b0afa87730df1eac029a9d1d073ec238552e3f46664edf1aa3e029751da548c.png)
}

.coupon_box p {
    color: white;
    text-align: center;
    font-size: 13px;
    font-family: "宋体"
}

.coupon_box p.p1 {
    width: 100%;
    position: absolute;
    top: 25px
}

.coupon_box p.p2 {
    margin-top: 2px;
    font-size: 22px;
    font-weight: bold
}

.coupon_box p.p2 span {
    font-size: 30px
}

.coupon_box p.p3 {
    font-size: 18px;
    font-weight: bold
}

.coupon_box p.p4 {
    margin-top: 15px
}

.coupon_box p.p5 {
    width: 100%;
    font-size: 13px;
    position: absolute;
    top: 162px
}

.conpon_choose {
    position: absolute;
    top: 218px;
    width: 100%;
    height: 20px;
    text-indent: -25px;
    text-align: center;
    line-height: 20px;
    color: #323232;
    font-size: 14px;
    background: url(/assets/conpon_choose-dae833bfa30e39f637e2a7d919d21dab9945c0303ea6661b42be905385f9d50d.png) no-repeat 140px;
    cursor: default;
    transition: 0.1s
}

.conpon_choose_hover {
    background: url(/assets/conpon_choose_hover-ad9d8cad82bd724723f9296d2f37c4bcc1333511dc2899b466ca0481892af8ab.png) no-repeat 140px !important
}

.coupon_choose_list {
    position: absolute;
    top: 240px;
    left: 55px;
    height: 95px;
    background: #7094e0;
    border-radius: 5px;
    display: none;
    z-index: 2;
    padding: 0 10px
}

.coupon_choose_list ul li {
    height: 31px;
    border-bottom: 1px solid #9eb9f2;
    line-height: 31px;
    font-size: 14px;
    text-align: left;
    padding: 0 10px
}

.coupon_choose_list ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: white
}

.conpon_choosed {
    position: absolute;
    top: 218px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center
}

.conpon_choosed a {
    color: #323232
}

.coupon_rules {
    width: 815px;
    margin: 20px auto;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    height: 138px;
    background: #fcfbfb;
    font-size: 14px
}

.coupon_rules_title {
    width: 135px;
    float: left;
    padding-top: 20px
}

.coupon_rules_title p {
    text-indent: 23px;
    color: #323232
}

.coupon_rules_text {
    width: 660px;
    float: left;
    padding-top: 18px
}

.coupon_rules_text p {
    line-height: 24px;
    color: #323232
}

.coupon_rules_text p a {
    color: #7094e0
}

.topNewsBox {
    margin: 19px 17px;
    border: 1px solid #f5f5f5;
    padding: 20px 20px 27px 25px;
    overflow: hidden
}

.topNewsBox img {
    border: 1px solid #f1f1f1;
    float: left
}

.tnbRight {
    float: left;
    padding-left: 43px
}

.tnbRight dl {
    height: 160px
}

.tnbRight dt {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #363636
}

.tnbRight dd {
    height: 25px;
    line-height: 25px
}

.tnbRight dd span {
    color: #808080
}

.tnbRight dd a:hover {
    color: #0e90d2
}

.tnbRight p a {
    display: block;
    padding: 0 18px;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    color: #FFF;
    background: #22d000;
    border-radius: 2px;
    float: right
}

.tnbRight p a:hover {
    background: #22e00
}

.tnbRightTitle span {
    float: left;
    font-size: 16px;
    font-weight: bold
}

.tnbRightTitle a {
    width: 100px;
    height: 36px;
    display: inline-block;
    background-image: url(/assets/company-normal-e939587c6a081d74f497c03ce2be924a16ee852c4855a8d0488270d875a566c1.png);
    margin-top: 7px
}

.ml_90 {
    margin-right: 10px;
    _display: inline
}

.bdTabBox {
    width: 872px;
    margin: 1px auto;
    margin-bottom: 20px
}

.bdTabBox_Tit {
    height: 37px
}

.bdTabBox_Tit li {
    float: left;
    width: 90px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    margin-right: 2px;
    background: #f0f0f0
}

.bdTabBox_Tit li a {
    color: #84a5be
}

.bdTabBox_Tit li.hover {
    background: #0e90d2
}

.bdTabBox_Tit li.hover a {
    color: #fff
}

.bdTabBox_Con {
    border: 1px solid #e7edf2
}

.bdTabBox_Tit1 {
    height: 37px
}

.bdTabBox_Tit1 li {
    float: left;
    width: 288px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    margin-right: 2px;
    background: #f0f0f0
}

.bdTabBox_Tit1 li a {
    color: #84a5be
}

.bdTabBox_Tit1 li.hover {
    background: #0e90d2
}

.bdTabBox_Tit1 li.hover a {
    color: #fff
}

.bdTabBox_Con1 {
    border: 0px solid #e7edf2
}

.insurancePositionbox {
    width: 1147px;
    height: 50px;
    line-height: 50px;
    color: #353535
}

.order_site span {
    color: #0e90d2
}

.insuranceDetailsnr {
    width: 880px;
    height: auto;
    margin-right: 15px;
    float: left
}

.insuranceDetailsbox {
    width: 870px;
    height: auto;
    border: 1px solid #f1f1f1;
    background: #ffffff;
    padding-top: 14px;
    padding-left: 8px;
    padding-bottom: 20px
}

.insuranceDetails1 {
    width: 352px;
    height: 392px;
    margin-right: 54px;
    float: left
}

.insuranceDetails1 .company_logo {
    width: 100px;
    height: 36px;
    background-image: url(/assets/company-normal-e939587c6a081d74f497c03ce2be924a16ee852c4855a8d0488270d875a566c1.png)
}

.company_logo_picc {
    background-position: -110px -92px
}

.company_logo_sinosafe {
    background-position: -110px -460px
}

.insuranceDetails1img {
    width: 344px;
    height: 290px;
    border: 1px solid #ebeaea;
    padding: 4px
}

.insuranceDetails1 p {
    width: 352px;
    height: 68px;
    line-height: 68px;
    color: #161616
}

.insuranceDetails1 p a {
    color: #161616;
    padding: 0 3px
}

.insuranceDetails1 p a:hover {
    color: #0e90d2
}

.insuranceDetails1 p img {
    vertical-align: -3px
}

.insuranceDetails2 {
    width: 464px;
    height: 392px;
    float: left
}

.insuranceDetails2 h1 {
    width: 464px;
    height: 47px;
    line-height: 47px;
    color: #202020;
    font-size: 18px;
    font-weight: bold;
    float: left
}

.insuranceDetails2 span {
    width: 75px;
    height: 36px;
    color: #6c6c6c;
    text-align: right;
    line-height: 36px;
    font-size: 14px;
    float: left
}

.insuranceDetails2 h2 {
    width: 389px;
    height: 36px;
    color: #323232;
    line-height: 36px;
    font-size: 14px;
    font-weight: normal;
    float: left
}

.insuranceDetails2 .insuranceDetails2Vouchers a {
    color: #ff3000
}

.insuranceDetails2Vouchers a:hover {
    color: #f00
}

.insuranceDetails2 .insuranceDetails2Price {
    color: #ff5400;
    font-style: normal
}

.insuranceDetailsh_buy_btn {
    width: 352px;
    float: right
}

.insuranceDetailsh3 {
    background: #22d000;
    border-radius: 2px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
    float: left;
    margin-right: 56px;
    margin-top: 35px;
    font-family: "微软雅黑"
}

.insuranceDetailsh3:hover {
    background: #22e000
}

.insuranceDetailsh4 {
    background: red;
    border-radius: 2px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    cursor: pointer;
    color: #FFF;
    font-weight: inherit;
    font-size: 16px;
    float: left;
    margin-right: 80px;
    margin-top: 35px;
    font-family: "微软雅黑"
}

.insuranceDetailsh4:hover {
    background: black
}

.insuranceDetailsh5 {
    background: gray;
    border-radius: 2px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    cursor: pointer;
    color: #FFF;
    font-weight: inherit;
    font-size: 16px;
    float: left;
    margin-right: 80px;
    margin-top: 35px;
    font-family: "微软雅黑"
}

.insuranceDetailsh5:hover {
    background: gray
}

.insuranceStepbox {
    width: 878px;
    height: 197px;
    border: 1px solid #f1f1f1;
    margin-top: 15px
}

.insuranceStepbox td {
    text-align: center;
    font-size: 14px;
    color: #555555
}

.insuranceCobrandingbox {
    width: 878px;
    border: 1px solid #f1f1f1;
    width: 880px;
    height: auto;
    background: #ffffff;
    margin-top: 15px;
    float: left
}

.insuranceCobranding {
    position: relative
}

.insuranceCobranding h1 {
    width: 878px;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    font-weight: normal;
    color: #2d2d2d;
    text-indent: 30px;
    border-bottom: 1px solid #f1f1f1
}

.insuranceCobranding ul {
    width: 878px;
    padding-top: 12px;
    padding-bottom: 8px
}

.insuranceCobranding ul li {
    width: 168px;
    height: 166px;
    border-right: 1px solid #f1f1f1;
    padding-left: 50px;
    padding-top: 7px;
    float: left
}

.insuranceCobranding ul li p {
    line-height: 21px;
    color: #717171;
    margin-bottom: 20px;
    padding-top: 10px
}

.insuranceCobranding .rb {
    border-right: none
}

.insuranceCobrandingTl {
    position: absolute;
    top: 74px;
    left: 0;
    width: 26px;
    height: 46px;
    z-index: 999
}

.insuranceCobrandingTl a {
    display: block;
    width: 26px;
    height: 46px;
    background: url(/assets/insurance-10-5e637dfa043847e0c4985891d3e284e142ab9ed67c3ec1488f1ce72a8c1f9758.png) no-repeat
}

.insuranceCobrandingTl a:hover {
    background: url(/assets/insurance-11-2e1e5394f6557c7f4305d5a72ecd5c07f11e04ba6cef46024786b3fe8be0fe18.png) no-repeat
}

.insuranceCobrandingTr {
    position: absolute;
    top: 74px;
    right: 0;
    width: 26px;
    height: 46px;
    z-index: 999
}

.insuranceCobrandingTr a {
    display: block;
    width: 26px;
    height: 46px;
    background: url(/assets/insurance-12-906d3251f5daffde0b2ea777b4736341d0c67bb1a402353dbef843cf545c9b50.png) no-repeat
}

.insuranceCobrandingTr a:hover {
    background: url(/assets/insurance-13-6b018f1332ab0f331f5a562f4d6514544c5270f0da2e882a01ab96bf523328eb.png) no-repeat
}

.insuranceCobrandingTr a.hover {
    background: url(/assets/insurance-13-6b018f1332ab0f331f5a562f4d6514544c5270f0da2e882a01ab96bf523328eb.png) no-repeat
}

.insuranceTabbox {
    width: 878px;
    height: auto;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    margin-top: 15px
}

.insuranceTab {
    width: 878px;
    height: 42px
}

.insuranceTab a {
    float: left;
    display: block;
    width: 135px;
    height: 42px;
    margin-right: 2px;
    line-height: 42px;
    background: #eaebeb;
    color: #313131;
    font-size: 16px;
    text-align: center
}

.insuranceTab a:hover {
    background: #0e90d2;
    color: #ffffff
}

.insuranceTab a.hover {
    background: #0e90d2;
    color: #ffffff
}

.insuranceType {
    width: 850px;
    height: auto;
    padding: 14px
}

.insuranceReadbox {
    width: 848px;
    height: auto;
    background: #fbfbfb;
    border: 1px solid #f1f1f1;
    margin-top: 15px;
    padding-bottom: 20px
}

.insuranceReadTit {
    width: 848px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #373737
}

.insuranceReadTit img {
    width: 4px;
    height: 13px;
    display: block;
    margin: 16px 10px 0px 39px;
    float: left
}

.insuranceReadbox p {
    color: #7a7a7a;
    line-height: 20px;
    padding: 0 39px
}

.insuranceReadbox p span {
    color: #cd2d02
}

.insuranceKnowbox {
    width: 850px;
    border: none;
    padding-bottom: 30px
}

.insuranceScorebox {
    width: 848px;
    height: auto;
    border: 1px solid #dde8ee;
    float: left
}

.insuranceScore1 {
    width: 175px;
    float: left;
    color: #000000;
    padding-bottom: 23px
}

.insuranceScore1 span {
    width: 175px;
    height: 12px;
    line-height: 12px;
    padding-top: 13px;
    text-indent: 16px;
    float: left
}

.insuranceScore1 strong {
    height: 21px;
    font-size: 38px;
    line-height: 12px;
    padding-top: 20px;
    padding-left: 35px;
    color: #0264af;
    float: left
}

.insuranceScore1 .insuranceScorePoint {
    font-size: 12px;
    padding-top: 30px;
    padding-left: 0
}

.insuranceScore1 .insuranceScoreUnit {
    width: 13px;
    padding-top: 30px;
    text-indent: 0
}

.insuranceScore1 i {
    color: #e21455;
    font-style: normal
}

.insuranceScore2 {
    width: 200px;
    float: left
}

.insuranceScore2 ul {
    width: 200px;
    float: left;
    padding-top: 41px
}

.insuranceScore2 ul li {
    float: left;
    margin: 0;
    padding: 0 2px;
    width: 200px;
    height: 18px;
    color: #555555;
    line-height: 21px
}

.insuranceScore2 ul li img {
    vertical-align: -3px
}

.insuranceScore3 {
    float: left;
    margin: 0;
    padding: 0;
    width: 350px;
    height: 31px;
    padding-top: 65px;
    padding-left: 65px
}

.insuranceScore3 a {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background: #0e90d2;
    color: #fff
}

.insuranceScore3 a:hover {
    background: #0784e2
}

.insuranceScore3 span {
    float: left;
    margin: 0;
    padding: 0;
    width: 235px;
    height: 31px;
    line-height: 31px;
    color: #b3b3b3;
    padding-left: 15px
}

.insuranceEvaluation {
    width: 848px;
    height: auto;
    border: 1px solid #dde8ee;
    margin-top: 30px;
    float: left
}

.insuranceEvaluation ul li {
    float: left;
    width: 94%;
    height: 56px;
    border-bottom: 1px dashed #d7d7d7;
    padding: 27px 23px 0 23px
}

.insuranceEvaluation h1 {
    float: left;
    text-align: left;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    color: #6a6a6a;
    font-weight: normal
}

.insuranceEvaluation span {
    float: left;
    padding-left: 30px;
    font-size: 12px;
    color: #6a6a6a
}

.insuranceEvaluation img {
    float: right;
    padding: 0 3px
}

.insuranceEvaluation p {
    float: left;
    width: 100%;
    line-height: 22px;
    color: #161616;
    font-size: 12px
}

.insuranceEvaluation .insuranceEvaluationLine {
    border-bottom: none
}

.insuranceCommentTit {
    width: 848px;
    height: 30px;
    padding-top: 25px;
    font-size: 14px;
    color: #1e1e1e;
    line-height: 14px
}

.insuranceCommentBox {
    width: 804px;
    height: 295px;
    border: 1px solid #dde8ee;
    padding: 0 22px
}

.insuranceComment1 {
    width: 804px;
    height: 31px;
    padding-top: 14px;
    float: left
}

.insuranceComment1 h1 {
    width: 75px;
    height: 31px;
    font-size: 12px;
    color: #444444;
    font-weight: normal;
    float: left
}

.insuranceComment1 a {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/assets/insurance-16-6328fd06e98862bffe8dc0b81023911d5c890746a82424d20aaefc9b412b1c42.png) no-repeat;
    margin: 0 2px;
    float: left
}

.insuranceComment1 a:hover {
    background: url(/assets/insurance-15-a2eca6c7ae7a788289059be43799a84a57aedc86a2cb75372252879200d93198.png) no-repeat
}

.insuranceComment1 a:visited {
    background: url(/assets/insurance-15-a2eca6c7ae7a788289059be43799a84a57aedc86a2cb75372252879200d93198.png) no-repeat
}

.insuranceComment1 span {
    padding: 1px 6px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #ffffff;
    background: url(/assets/insurance-07-111fe687881e08209c171b5a2e44c70cf41e8f955ed6560d3e5232d7a55baba7.jpg) left center no-repeat #0062ae;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 6px;
    float: left
}

.insuranceComment2 h1 {
    width: 75px;
    font-size: 12px;
    color: #444444;
    font-weight: normal;
    float: left
}

.insuranceComment2 textarea {
    border: none;
    width: 700px;
    overflow-y: hidden;
    background: #fafafa;
    padding: 10px;
    font-size: 12px;
    float: left
}

.insuranceComment2 span {
    width: 729px;
    height: 43px;
    padding-left: 75px;
    float: left
}

.insuranceComment2 a {
    display: block;
    width: 65px;
    height: 43px;
    line-height: 43px;
    background: url(/assets/insurance-08-3a1de50c8a00c15c62a7b1e906b95169b7bbd3943041206b2165cb4311868058.jpg) 0px no-repeat;
    color: #6c6c6c;
    padding-left: 20px;
    float: left
}

.insuranceComment2 a:hover {
    color: #424141
}

.insuranceComment2Btn {
    width: 100px;
    height: 31px;
    padding-top: 18px;
    padding-left: 75px
}

.insuranceComment2Let {
    width: 2px;
    height: 31px;
    background: url(/assets/insurance-10-a37e803d26f1c348928243e8601de9c2841c50d2e8e725e643098e11edf94128.jpg) no-repeat;
    float: left
}

.insuranceComment2Rit {
    width: 2px;
    height: 31px;
    background: url(/assets/insurance-11-24cc0778835a6491eb707d18cca0dd4ec89eaf35ca207ab1787bf90f9666271f.jpg) no-repeat;
    float: left
}

.insuranceComment2Btn a {
    display: block;
    padding: 0;
    margin: 0;
    width: 96px;
    height: 31px;
    background: url(/assets/insurance-09-069eff7fdad261a87dd68efce0c1869764f11f8f46ebc1766dc0b5cae29b4dcc.jpg) repeat-x;
    line-height: 31px;
    text-align: center;
    color: #ffffff
}

.insuranceComment2Btn a:hover {
    background: url(/assets/insurance-12-ffbf03033db73f4e6afd5c1dd6ffa37a2bc42c8d557c6f47e71a2fbd346ad157.jpg) repeat-x;
    color: #fff
}

.insuranceDutybox {
    width: 878px;
    height: 204px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    margin-top: 15px
}

.insuranceDutybox .insuranceDutyline {
    border-right: 1px dashed #f1f1f1
}

.insuranceDuty {
    width: 380px;
    height: 204px;
    padding-left: 30px;
    padding-right: 28px;
    float: left
}

.insuranceDutyTit {
    width: 380px;
    height: 44px
}

.insuranceDutyTit h1 {
    width: 94px;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #0e90d2;
    font-size: 16px;
    color: #343434;
    padding-left: 4px;
    float: left
}

.insuranceDutyTit span {
    width: 282px;
    height: 26px;
    padding-top: 18px;
    line-height: 12px;
    border-bottom: 1px solid #d8d8d8;
    text-align: right;
    float: left
}

.insuranceDutyTit span a {
    color: #111111
}

.insuranceDutyTit span a:hover {
    text-decoration: underline
}

.insuranceDuty ul li {
    width: 361px;
    height: 28px;
    line-height: 28px;
    padding-left: 19px;
    background: url(/assets/insurance-02-966539c91d69f175ab608b2f6103f4789f94667c43ab4bb6e5967e4f1035ff29.jpg) 8px 14px no-repeat;
    float: left
}

.insuranceDuty li a {
    color: #343434
}

.insuranceDuty li a:hover {
    color: #242424;
    text-decoration: underline
}

.insuranceRight {
    width: 250px;
    height: 226px;
    border: 1px solid #f1f1f1;
    float: left
}

.insuranceRightTit {
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-indent: 22px;
    font-size: 18px;
    color: #242424;
    border-bottom: 1px solid #aaaaaa
}

.insuranceRight ul {
    padding-top: 8px
}

.insuranceRight li {
    width: 250px;
    height: 28px;
    padding-left: 31px;
    line-height: 28px;
    background: url(/assets/insurance-02-966539c91d69f175ab608b2f6103f4789f94667c43ab4bb6e5967e4f1035ff29.jpg) 20px 14px no-repeat
}

.insuranceRight li a {
    color: #444444
}

.insuranceRight li a:hover {
    color: #242424;
    text-decoration: underline
}

.formInsuranceTitle {
    height: 36px;
    line-height: 36px
}

.formInsuranceTitle span {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    float: left
}

.formInsuranceTitle a {
    background-image: url(/assets/company-normal-e939587c6a081d74f497c03ce2be924a16ee852c4855a8d0488270d875a566c1.png);
    width: 100px;
    height: 36px;
    display: inline-block;
    margin-left: 10px
}

.memberInfoRemark {
    width: 98%;
    padding-top: 18px;
    line-height: 12px;
    color: #676767;
    padding-left: 16px
}

.memberInfoRemark img {
    vertical-align: -7px;
    margin-left: 12px;
    margin-right: 3px
}

.memberCo {
    width: 852px;
    height: auto;
    border: 1px solid #e6e6e6;
    padding: 0 12px 12px 12px;
    background: #fdfdfd;
    margin-bottom: 25px;
    margin-left: 16px;
    float: left
}

.memberInfoRemark_left {
    width: 520px;
    float: left
}

.memberInfoRemark_right {
    float: left;
    width: 200px;
    overflow: hidden;
    margin-top: 90px;
    margin-left: 50px
}

.memberInfoRemark_right p {
    text-align: center
}

.memberCoTit {
    width: 852px;
    height: 38px;
    line-height: 38px;
    color: #1d1d1d;
    font-size: 14px;
    border-bottom: 1px solid #0e90d2;
    margin-bottom: 7px;
    float: left
}

.memberCoTit img {
    width: 6px;
    height: 12px;
    display: block;
    margin: 14px 10px 0px 2px;
    float: left
}

.memberCo th {
    padding-right: 12px;
    color: #636363;
    font-weight: normal
}

.memberCo td span {
    line-height: 25px;
    padding: 0 7px;
    float: left
}

.memberCo td img {
    vertical-align: -4px;
    margin-left: 10px;
    padding-top: 8px
}

.memberCotxt1, .memberCotxt2, .memberCotxt5, .memberCotxt7 {
    height: 25px;
    line-height: 25px;
    border: 1px solid #d2d2d2;
    padding-left: 7px
}

.memberCotxt1 {
    width: 125px
}

.memberCotxt2 {
    width: 145px;
    float: left
}

.memberCotxt3, .memberCotxt4 {
    width: 52px;
    height: 27px;
    line-height: 27px;
    background: url(/assets/member-01-082cce6b2a926a0b9bb89f50c71e8eee5ae5a93b482a4763248c243d9a650972.jpg) repeat-x;
    border: 1px solid #d2d2d2;
    cursor: pointer;
    font-family: "微软雅黑";
    font-size: 12px;
    float: left
}

.memberCotxt3 {
    border-left: none;
    color: #636363
}

.memberCotxt4 {
    color: #0a5284;
    margin-left: 13px
}

.memberCotxt5 {
    width: 60px;
    float: left
}

.memberCotxt6 {
    width: 26px;
    height: 27px;
    line-height: 27px;
    background: url(/assets/member-02-c03f670d87fd2ab91508cf5cd8eca457f105c2fdaa40b992f4e8ed3577d9c20b.jpg) no-repeat;
    border: 1px solid #d2d2d2;
    border-left: none;
    cursor: pointer;
    float: left
}

.memberCotxt7 {
    width: 99px;
    float: left
}

.memberCoList1 {
    margin-left: 204px;
    width: 450px;
    height: 160px;
    overflow: auto;
    overflow-x: hidden;
    background: #fff;
    border: 1px solid #d2d2d2;
    cursor: pointer;
    margin-bottom: 17px;
    float: left
}

.memberCoList1 li {
    height: 17px;
    width: 440px;
    padding: 6px 0;
    color: #6c6a7f;
    float: left
}

.memberCoList1 li img {
    padding-right: 10px;
    float: left
}

.memberCoList1 li span {
    padding-right: 20px;
    float: right
}

.memberCoList1 li span a {
    color: #6b6a7a
}

.memberCoList1 li span a:hover {
    text-decoration: underline
}

.memberCoList2 {
    height: 140px
}

.memberInfoBtn {
    width: 110px;
    height: 43px;
    padding-bottom: 45px;
    margin: 0 auto
}

.memberInfoBtn a {
    display: block;
    width: 110px;
    height: 43px;
    background: #ef4218;
    color: #fff;
    font-size: 16px;
    line-height: 43px;
    text-align: center
}

.memberInfoBtn a:hover {
    background: #f00
}

.coverInfobox {
    width: 878px;
    height: auto;
    padding: 0 45px;
    border: 1px solid #f1f1f1;
    position: relative
}

.coverInfoTlet {
    width: 4px;
    height: 3px;
    left: -1px;
    top: -1px;
    position: absolute
}

.coverInfoTrit {
    width: 4px;
    height: 3px;
    right: -1px;
    top: -1px;
    position: absolute
}

.coverInfoBlet {
    width: 4px;
    height: 3px;
    left: -1px;
    bottom: -1px;
    position: absolute
}

.coverInfoBrit {
    width: 4px;
    height: 3px;
    right: -1px;
    bottom: -1px;
    position: absolute
}

.coverInfo {
    width: 100%;
    height: auto;
    font-size: 14px;
    padding-bottom: 26px;
    border-top: 2px solid #0e90d2;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1
}

.coverInfo h1 {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #4a4a4a;
    text-align: center;
    background: url(/assets/cover-05-448aabbbdec31e7febd05169c110e7bc5a39dba9c21600683437f4074ce12331.jpg) repeat-x
}

.coverInfo th {
    padding-right: 12px;
    color: #636363;
    font-weight: normal
}

.coverInfo1 td {
    color: #636363
}

.coverInfo td img {
    vertical-align: -4px;
    margin-left: 10px;
    padding-top: 8px
}

.coverInfotxt1 {
    line-height: 25px;
    border: 1px solid #d2d2d2;
    padding-left: 7px;
    float: left
}

.coverInfotxt1 {
    width: 106px;
    height: 25px
}

.coverInfo1 {
    padding-top: 13px
}

.coverInfo1 i {
    color: #d93c47;
    font-style: normal
}

.coverInfo1 i img {
    vertical-align: 0px;
    margin-right: 5px
}

.coverInfo1 td span {
    line-height: 25px;
    padding: 0 7px;
    float: left
}

.coverInfotxt2 {
    width: 132px;
    height: 25px;
    border: 1px solid #d2d2d2;
    margin-left: 280px;
    float: left
}

.coverInfotxt2 a {
    display: block;
    width: 132px;
    height: 25px;
    line-height: 25px;
    color: #494949;
    background: url(/assets/cover-05-448aabbbdec31e7febd05169c110e7bc5a39dba9c21600683437f4074ce12331.jpg) repeat-x
}

.coverInfotxt2 a:hover {
    background: url(/assets/cover-06-e8002b5954db106c17ad2b45a84d896ada80ac07e963139ce3b46c038771c14c.jpg) repeat-x
}

.coverInfotxt2 a img {
    vertical-align: -1px;
    padding-top: 5px;
    margin-right: 10px
}

.coverInfotxt3 {
    margin-top: 5px;
    float: left
}

.coverInfotxt4 {
    width: 55px;
    float: left
}

.coverInfo1 td strong {
    font-weight: normal;
    color: #373737;
    line-height: 25px;
    padding-right: 10px;
    float: left
}

.coverInfo1 td a {
    line-height: 25px;
    color: #0f7ab6;
    float: left
}

.coverInfo1 td a:hover {
    text-decoration: underline
}

.coverInfolast {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 27px
}

.coverInfotxt {
    padding-left: 75px
}

.coverInfo h1 th {
    font-size: 14px;
    color: #2c2c2c;
    font-weight: normal;
    padding-right: 0;
    text-align: center
}

.coverInfo3 {
    padding-bottom: 0
}

.coverInfo3 td {
    font-size: 14px;
    color: #2c2c2c;
    border-bottom: 1px dashed #d8d8d8;
    text-align: center
}

.coverInfo3 .coverInfotxt5 {
    text-align: right;
    border-bottom: 1px solid #f1f1f1;
    padding-right: 60px
}

.coverInfotxt5 i {
    font-style: normal;
    color: #f24e4d;
    font-size: 28px;
    font-weight: 700
}

.coverPay {
    width: 786px;
    padding-top: 10px;
    line-height: 73px;
    font-size: 16px;
    color: #2a2a2a
}

.coverPayColor {
    width: 786px;
    padding: 10px 0 10px 10px;
    line-height: 73px;
    font-size: 16px;
    color: #2a2a2a;
    background-color: #f1f1f1
}

.payInfo {
    font-size: 16px;
    line-height: 28px
}

.order-wait {
    margin-left: 10%
}

.topNewsBox-info {
    border: 2px solid #E6E6E6;
    margin: 20px 0px 20px 20px;
    padding: 10px 10px 10px 10px;
    color: #000;
    width: 848px;
    height: 252px
}

.voucher {
    float: left;
    width: 365px;
    height: 252px;
    padding-left: 20px;
    margin-top: 5px
}

.voucher-title {
    margin-top: 15px;
    font-size: 14px;
    color: #686868;
    height: 30px;
    line-height: 30px
}

.voucher-title1 {
    height: 20px;
    width: 359px;
    margin-bottom: 10px;
    line-height: 13px;
    text-indent: 13px;
    font-size: 12px;
    background: url(/assets/memcenter-01-6e92701a7326d4f112e299fba5302150efaf3f2371efc399885e60a8c9ef01d4.jpg) no-repeat 5px 0px;
    border-bottom: 1px solid #ccc
}

.voucher-get a {
    text-align: right;
    height: 25px;
    line-height: 25px;
    color: #F00;
    display: block;
    width: 350px
}

.voucher-get span {
    height: 25px;
    line-height: 25px;
    color: #819093
}

.voucher-get span strong {
    color: #FF5400
}

.voucher-img {
    width: 359px;
    height: 98px;
    background: url(/assets/memcenter-02-639b85b35222d8fd3864442d054f35a5426c652baac38be809d63cc9d98b9b9f.jpg) no-repeat;
    position: relative
}

.voucher-imgbox {
    width: 359px;
    height: 16px;
    background: url(/assets/memcenter-03-66a9116e04a6b0c5d83967e74aaf733436dfe187880710121bd2e3058c642932.jpg);
    position: absolute;
    bottom: 0px;
    left: 0px
}

.voucher-imgbox1 {
    color: #e6a733;
    font-size: 31px
}

.voucher-imgbox2 {
    color: #fc7406;
    font-size: 49px;
    font-weight: bold
}

.voucher-imgbox3 {
    color: #fffde4;
    font-size: 25px
}

.voucherbutton {
    width: 96px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #23aae1;
    color: #FFF;
    border: none
}

.voucherbutton-a {
    color: #0066af
}

.bdTabBox_Tit_memer li {
    float: left;
    width: 70%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #f0f0f0
}

.bdTabBox_Tit_memer li.hover {
    width: 30% !important;
    background: #0e90d2
}

.order-list li {
    width: 870px;
    height: 60px;
    border-bottom: 1px dashed #ccc
}

.order-list li span {
    width: 640px;
    float: left;
    height: 60px;
    line-height: 60px;
    float: left;
    padding-left: 70px;
    display: block
}

.order-list li span a {
    color: #124ed0
}

.order-listbutton {
    display: block;
    color: #fff;
    float: right;
    height: 25px;
    line-height: 25px;
    width: 75px;
    text-align: center;
    background: #f7a921;
    margin-top: 15px;
    margin-right: 35px;
    font-weight: 700;
    border-radius: 2px
}

.onlinebox {
    right: 20px;
    top: 420px;
    width: 102px;
    height: 106px;
    padding: 4px 5px;
    border: 1px solid #3686c1;
    position: absolute;
    z-index: 0
}

.onlineTlet {
    left: -1px;
    top: -1px;
    width: 4px;
    height: 4px;
    background: url(/assets/online-01-2d0392b0d5f3f47ebbfd148ae3254595d0e9b912c296881981984fb5bf21c313.jpg) no-repeat;
    position: absolute;
    z-index: 1
}

.onlineTrit {
    right: -1px;
    top: -1px;
    width: 4px;
    height: 4px;
    background: url(/assets/online-02-39c00d0174af47b8df85a9201765477528d3ab8c9c75b888a3254693f7259aac.jpg) no-repeat;
    position: absolute;
    z-index: 1
}

.onlineBlet {
    left: -1px;
    bottom: -1px;
    width: 4px;
    height: 4px;
    background: url(/assets/online-03-5aa0f3b6770f6126c173895b8ba652af3c29166bf771e1e9e1f673e61c3f2a2a.jpg) no-repeat;
    position: absolute;
    z-index: 1
}

.onlineBrit {
    right: -1px;
    bottom: -1px;
    width: 4px;
    height: 4px;
    background: url(/assets/online-04-65dc6c114439649b1730438452ee66fd7448008209812345b3fe3d086e0f4a09.jpg) no-repeat;
    position: absolute;
    z-index: 1
}

.onlineClose {
    width: 10px;
    height: 10px;
    padding-left: 92px;
    position: relative
}

.onlineClose a {
    display: block;
    width: 8px;
    height: 8px;
    background: #3486be;
    padding: 1px
}

.onlineClose a:hover {
    background: #3ca1ed
}

.online {
    width: 92px;
    height: 28px;
    margin: 15px 5px 20px 5px;
    background: url(/assets/online-02-c76ae5bcbc9e607e62417c70164849e86dd3dd1e8267ee4947194e3f86d166ed.png) no-repeat;
    position: relative
}

.online a {
    display: block;
    width: 92px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.online a:hover {
    background: url(/assets/online-04-724259794f5719f689e684c5b679281e4065b1390795777eb4f986a44f1e8a1e.png) no-repeat
}

.onlinebox span {
    color: #3686c1
}

.onlinebox span img {
    vertical-align: -3px
}

.helpRit {
    min-height: 568px
}

.helpNavs ul {
    border-bottom: 1px dashed #ebe9ea
}

.helpNavs li {
    height: 12px;
    line-height: 12px;
    padding-bottom: 25px;
    width: 234px;
    position: relative;
    text-indent: 36px
}

.helpNavs li a {
    display: block;
    height: 12px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #afafaf
}

.helpNavs li a:hover {
    color: #0e90d2;
    font-weight: bold
}

.helpNavs li a.hover {
    color: #0e90d2;
    font-weight: bold
}

.coverInfo1 ul {
    margin-left: 25px;
    margin-bottom: 20px
}

.coverInfo1 ul li {
    clear: both
}

.bnt-login {
    margin: 10px auto;
    width: 100%
}

.bnt-login ul {
    margin-left: 15px
}

.bnt-login ul li {
    margin-top: 10px;
    clear: both
}

.bnt-login .bnt-lable {
    width: 60px;
    float: left
}

.verify {
    width: 70px
}

.bnt-verify img {
    vertical-align: middle
}

.bnt-forget {
    width: 100%;
    text-align: center;
    margin-top: 10px
}

.bnt-accept {
    width: 100%;
    text-align: center;
    margin-top: 20px !important
}

.bnt-login .login {
    text-align: center;
    margin-top: 10px
}

.bnt-login .login-btn {
    text-align: center;
    margin-top: 10px
}

.sub-page-menu {
    display: none;
    position: absolute;
    left: 0;
    top: -40px;
    z-index: 999
}

.tb-flow {
    margin-left: 20px;
    padding-top: 30px
}

.insuranceStepbox h1 {
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    font-weight: normal;
    color: #2d2d2d;
    text-indent: 30px;
    border-bottom: 1px solid #f1f1f1
}

.tb-flow li {
    float: left;
    margin: 0px
}

.tb-flow li span {
    display: block;
    margin: 10px
}

.tb-flow .tb-flow-text {
    width: 17%;
    text-align: center
}

.tb-flow .tb-flow-sep {
    width: 10%;
    height: 70px;
    line-height: 70px
}

.piclist {
    width: 877px !important
}

.clearfix {
    clear: both
}

.clearfix:after {
    clear: both;
    content: "";
    display: table
}

.linkman-title {
    margin: 10px 0px 0px 10px;
    color: #000
}

.add-linkman-title {
    margin: 10px 0px 0px 10px;
    color: #000;
    height: 25px;
    line-height: 25px;
    cursor: pointer
}

.linkman-title i {
    width: 4px;
    background-color: #05528b;
    margin-right: 2px
}

.add-linkman-title .add-linkman {
    background: url(/assets/add-linkman-b669d12519d40069d977ea1d0ab303ccb8db1c6abcf3ff75c493842430abfde1.png) no-repeat;
    width: 30px;
    height: 25px;
    display: block;
    float: left
}

.add-linkman-form {
    margin: 3px 7px;
    margin-bottom: 20px;
    border: 1px solid #f5f5f5;
    padding: 10px 20px 17px 0px;
    overflow: hidden
}

.bdTabBox_top {
    width: 100%;
    padding: 20px 0 10px;
    line-height: 25px
}

.bdTabBox_top label {
    padding-left: 52px;
    padding-right: 5px
}

.bdTabBox_sub {
    float: right;
    margin-right: 45px;
    cursor: pointer
}

.cover-four {
    border-top: 2px solid blue;
    border-left: 1px solid #ccc;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 20px
}

.cover-four h3 {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px
}

.cover-four-title {
    width: 100%;
    background-color: #f1f1f1;
    height: 25px;
    line-height: 25px
}

.cover-four-title span {
    width: 12%;
    height: 25px;
    line-height: 25px;
    display: block;
    float: left;
    text-align: center
}

.cover-four-content-left {
    width: 50%;
    float: left;
    height: auto
}

.cover-four-content-right {
    width: 50%;
    float: left;
    height: auto
}

.cover-four-content-left li {
    height: 60px;
    line-height: 60px;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    display: block
}

.cover-four-content-right li {
    height: 60px;
    line-height: 60px;
    display: block
}

.cover-four-content-left li span {
    width: 24%;
    height: 60px;
    line-height: 60px;
    display: block;
    float: left;
    text-align: center
}

.cover-four-content-right li span {
    width: 24%;
    display: block;
    float: left;
    text-align: center
}

.cover-four-content-right li span p {
    margin-top: -40px
}

.cover-four-content-bottom {
    clear: both;
    border-top: 1px solid #f1f1f1;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 0px;
    text-align: center
}

.cover-four-content-bottom h4 {
    height: 30px;
    margin: 10px;
    font-size: 14px
}

.cover-four-content-bottom h4 span {
    color: red
}

.orderm-content {
    border: 1px solid #e7edf2;
    height: auto;
    overflow: hidden;
    margin-top: 3px
}

.orderm-content-title {
    width: 100%;
    background-color: rgba(224, 216, 216, 0.25);
    height: 35px;
    margin-bottom: 3px;
    line-height: 35px
}

.orderm-content-title span {
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 20px
}

.orderm-content-sub-title {
    height: 35px;
    line-height: 35px;
    display: block;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    float: left;
    background-color: rgba(224, 216, 216, 0.25);
    width: 100%
}

.orderm-content-sub-title .check {
    width: 9%;
    height: 35px;
    margin-left: 2px;
    margin-top: 10px;
    line-height: 35px;
    display: block;
    float: left;
    text-align: center
}

.orderm-content-sub-title span {
    margin-left: 20px
}

.orderm-content-full {
    width: 100%;
    float: left;
    height: auto
}

.orderm-content-full li {
    height: 70px;
    line-height: 70px;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    display: block
}

.orderm-content-full li span {
    width: 12%;
    height: 70px;
    line-height: 70px;
    display: block;
    float: left;
    text-align: center
}

.orderm-content-full li span p {
    margin-top: -70px
}

.orderm-content-full li span p {
    margin-top: -70px
}

.orderm-content-left {
    width: 50%;
    float: left;
    height: auto
}

.orderm-content-right {
    width: 48%;
    float: left;
    height: auto
}

.orderm-content-left li {
    height: 60px;
    line-height: 60px;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    display: block
}

.orderm-content-right li {
    height: 60px;
    line-height: 60px;
    display: block
}

.orderm-content-left li span {
    width: 24%;
    height: 60px;
    line-height: 60px;
    display: block;
    float: left;
    text-align: center
}

.orderm-content-right li span {
    width: 24%;
    display: block;
    float: left;
    text-align: center
}

.orderm-content-right li span p {
    margin-top: -40px
}

.orderm-content-title .clearing {
    float: right
}

.orderm-content-title .clearing i {
    color: red;
    font-style: normal
}

.orderm-content-title .total {
    float: right
}

.prod-decoration {
    background-color: #EFF4FA;
    width: 862px;
    margin-left: 20px;
    border-color: #B3C2FF #B3C2FF #B3C2FF;
    border-style: solid;
    border-width: 1px;
    height: 5px;
    margin: -21px 0 30px 20px;
    position: relative;
    text-align: center
}

.prod-decoration .more-att {
    background: url(/assets/more-f502d53717dad2ca5cf659247a49752f821bb471a9f78a413d0f9ffee64a357e.png) no-repeat;
    color: #666;
    cursor: pointer;
    display: block;
    height: 22px;
    left: 330px;
    line-height: 15px;
    position: absolute;
    top: 5px;
    width: 115px
}

.prod-decoration .more-att label {
    cursor: pointer;
    padding-left: 20px
}

.prod-decoration .more-att .down {
    background-position: -280px -170px
}

.order-title {
    text-indent: 10px;
    font-size: 15px;
    border-left: 5px solid #1B4E9E;
    color: #666
}

.pay-info-position {
    position: absolute;
    top: 0px;
    left: 260px
}

.indexPromotion-left {
    height: 239px;
    float: left;
    padding-left: 53px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    position: relative
}

.indexPromotion-left:hover {
    border-color: #19c2d1;
    position: relative;
    z-index: 10;
    *margin-right: 1px
}

.indexPromotion-right {
    height: 239px;
    float: left;
    padding-left: 46px;
    *padding-left: 47px;
    padding-right: 10px;
    *padding-right: 21px;
    margin-left: -1px !important;
    border: 1px solid #f1f1f1;
    position: relative;
    overflow: hidden;
    *overflow: inherit
}

.indexPromotion-right:hover {
    border-color: #19c2d1;
    position: relative;
    z-index: 10
}

.indexPromotionTitle {
    height: 47px;
    line-height: 47px;
    color: #595959;
    font-size: 14px
}

.indexPromotionTitle a {
    color: #595959
}

.indexPromotionTitle a:hover {
    color: #FF5400
}

.indexPromotionContent {
    width: 306px;
    height: 184px;
    position: relative;
    padding: 0px 0px 0px 212px;
    line-height: 26px
}

.indexPromotionContent h1 {
    width: 306px;
    color: #717171;
    font-size: 14px;
    display: block;
    height: 26px;
    line-height: 26px
}

.indexPromotionContent h2 {
    width: 306px;
    color: #838383;
    font-size: 14px;
    display: block;
    height: 40px;
    font-weight: inherit;
    line-height: 40px
}

.indexPromotionContent h2 strong {
    color: #ff5400
}

.indexPromotionBuy {
    border: 1px #ff5400 solid;
    background: #ff5400;
    border-radius: 5px;
    width: 91px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    display: block;
    cursor: pointer;
    color: #FFF;
    font-weight: inherit;
    font-size: 12px;
    float: left
}

.indexPromotionBuy:hover {
    background: #F00
}

.indexPromotionDetail {
    padding-top: 10px;
    float: right;
    padding-right: 20px
}

.indexPromotionDetail a {
    font-size: 12px;
    color: #FF5400
}

.indexPromotionInfo {
    width: 273px;
    height: 22px;
    text-align: left;
    font-size: 10px
}

.indexPromotionInfo span {
    color: #ff5400
}

.indexdutyBox {
    width: 1147px;
    height: 470px;
    margin-top: 25px;
    border: 1px solid #f1f1f1;
    border-radius: 4px
}

.indexInsuranceTitle {
    width: 1147px;
    height: 50px;
    color: #000;
    border-bottom: 2px solid #0e90d2;
    float: left;
    font-weight: bold
}

.indexInsuranceTitle-main {
    font-size: 18px;
    padding-top: 18px;
    float: left
}

.indexInsuranceTitle img {
    padding: 15px 10px 0px 10px;
    display: block;
    float: left
}

.indexInsuranceTitle-sub {
    float: right;
    padding-top: 30px;
    padding-right: 5px;
    font-size: 12px;
    font-weight: normal
}

.indexInsuranceTitle-sub a {
    color: #838383
}

.indexInsuranceTitle-sub a:hover {
    color: #0e90d2
}

.indexSmallInsTitle a {
    color: #000000;
    font-size: 14px;
    font-weight: bold
}

.indexSmallInsTitle a:hover {
    color: #0e90d2
}

.indexSmallIns {
    height: 60px
}

.indexSmallInsRows {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    font-color: #819093
}

.indexSmallInsTitle {
    font-size: 14px;
    height: 30px;
    color: #000000;
    display: block;
    padding-top: 32px
}

.indexSmallInsPrice {
    color: #838383;
    font-size: 12px;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 10px
}

.indexSmallInsPrice strong {
    font-size: 14px;
    color: #FF5400
}

.indexSmallInsSingle {
    font-size: 14px;
    color: #838383;
    margin-bottom: 10px
}

.indexMiddleIns {
    padding-left: 100px
}

.indexMiddleIns strong {
    color: #FF5400
}

.indexSmallInsSingle a {
    margin-left: 5px;
    color: #FF5400;
    font-size: 12px
}

.insuranceDetails2-ex {
    width: 464px;
    height: auto;
    float: left;
    border-bottom: 1px solid #f1f1f1
}

.insInfo-law {
    width: 460px;
    padding: 7px 0;
    margin: 10px 0;
    background: #ebebeb
}

.insInfo-law p {
    font-size: 13px;
    padding-left: 10px;
    line-height: 22px
}

.insInfo-law .insInfo-law-img {
    height: 15px;
    margin-top: 3px;
    float: left;
    margin-left: 20px
}

.insInfo-law-img img {
    height: 15px
}

.insInfo-law p a {
    float: right;
    margin-right: 10px;
    color: #646464
}

.insInfo-law p.p1 {
    color: #fa5634;
    float: left
}

.insInfo-law p.p2 {
    color: #263a5e;
    margin-top: 10px
}

.insuranceDetails2-ex h1 {
    padding-top: 27px;
    height: 22px;
    line-height: 22px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    float: left
}

.insuranceDetails2-ex a.company_logo {
    background-image: url(/assets/company-normal-e939587c6a081d74f497c03ce2be924a16ee852c4855a8d0488270d875a566c1.png);
    width: 100px;
    height: 36px;
    margin-top: 20px;
    margin-left: 20px;
    display: inline-block
}

.company_logo_instead {
    width: 100px;
    height: 36px;
    margin-top: 20px;
    margin-left: 20px;
    display: inline-block
}

.insuranceDetails2-ex h2 {
    width: 464px;
    height: 20px;
    color: #333;
    line-height: 20px;
    font-size: 12px;
    font-weight: normal
}

.insuranceDetailsHead {
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f1f1
}

.insuranceDetailsBody {
    padding-top: 20px
}

.topNewsBox-info-ex {
    border: 2px solid #E6E6E6;
    margin: 20px 0px 20px 20px;
    padding: 10px 10px 10px 10px;
    color: #000;
    width: 848px
}

.topNewsBox-info-ex .customerInfoTable {
    width: 399px;
    height: auto;
    border: 0
}

.order-num {
    width: 140px;
    float: left;
    height: 60px;
    line-height: 60px;
    float: left;
    padding-left: 10px;
    display: block;
    color: #FF64af;
    white-space: nowrap;
    overflow: hidden;
    text-align: center
}

.order-time {
    width: 180px;
    float: left;
    height: 60px;
    line-height: 60px;
    display: block;
    color: #819093;
    padding-left: 20px
}

.orderm-content-full-ex {
    width: 100%;
    float: left;
    height: auto
}

.orderm-content-full-ex li span.ins-title {
    width: 19%
}

.orderm-content-full-ex li span.ins-price {
    font-weight: bold;
    color: #FF5400
}

.orderm-content-full-ex li span a.ins-link {
    color: #0000cc
}

.orderm-content-full-ex li span {
    width: 9%;
    height: 70px;
    line-height: 70px;
    display: block;
    float: left;
    text-align: center;
    color: #333
}

.orderm-content-full-ex li .ins-date {
    width: 10%;
    height: 70px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 18px;
    display: block;
    float: left;
    text-align: center;
    color: #333
}

.orderm-content-full-ex li .ins-insurant-cart {
    width: 24%
}

.orderm-content-full-ex li .ins-insurant {
    width: 34%
}

.orderm-content-full-ex li .ins-insurant-ex {
    width: 29%
}

.orderm-content-full-ex li .ins-law-service {
    background: url(/assets/ins_law-e663b10f1afd120be6679159e35058766b02681104f9526bb9a6ffcc0d07a8a2.png) no-repeat right center;
    background-size: 120px 60px;
    width: 34%
}

.orderm-content-full-ex li .ins-slip {
    width: 18%
}

.orderm-content-full-ex li .ins-total-price {
    width: 17%
}

.orderm-content-full-ex li .ins-operator {
    width: 15%
}

.orderm-content-full-ex li a {
    margin: 20px auto
}

.orderm-content-full-ex li {
    height: 70px;
    line-height: 70px;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    display: block
}

.orderm-content-full-ex li span p {
    margin-top: -70px
}

.orderm-content-title-ex {
    width: 100%;
    background-color: rgba(224, 216, 216, 0.25);
    height: 35px;
    margin-bottom: 3px;
    line-height: 35px
}

.orderm-content-title-ex span {
    width: 9%;
    height: 35px;
    line-height: 35px;
    display: block;
    float: left;
    text-align: center
}

.orderm-content-title-ex span.ins-title {
    width: 19%
}

.orderm-content-title-ex span.ins-insurant-cart {
    width: 24%
}

.orderm-content-title-ex span.ins-insurant {
    width: 34%
}

.orderm-content-title-ex span.ins-insurant-ex {
    width: 29%
}

.orderm-content-title-ex span.ins-slip {
    width: 18%
}

.orderm-content-title-ex span.ins-operator {
    width: 15%
}

.orderm-content-title-ex span.ins-total-price {
    width: 17%
}

.orderm-content-title-ex span.ins-date {
    width: 10%
}

.orderm-content-sub-title-ex {
    height: 35px;
    line-height: 35px;
    display: block;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    float: left;
    background-color: rgba(224, 216, 216, 0.25);
    width: 100%;
    color: #333
}

.orderm-content-sub-title-ex .check {
    width: 3%;
    height: 35px;
    margin-left: 2px;
    margin-top: 10px;
    line-height: 35px;
    display: block;
    float: left;
    text-align: center
}

.orderm-content-sub-title-ex span {
    margin-left: 10px
}

.orderm-content-sub-title-ex span a {
    color: #0000cc
}

.orderm-content-left-ex {
    width: 70%;
    float: left;
    height: auto;
    color: #333
}

.orderm-content-left-ex li {
    height: 60px;
    line-height: 60px;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    display: block
}

.orderm-content-left-ex li span {
    width: 12%;
    height: 60px;
    line-height: 60px;
    display: block;
    float: left;
    text-align: center
}

.orderm-content-left-ex li span.ins-title {
    width: 25%
}

.orderm-content-left-ex li span.ins-insurant {
    width: 28%
}

.orderm-content-left-ex li span.ins-price {
    color: #FF5400;
    font-weight: bold
}

.orderm-content-left-ex li .ins-date {
    width: 13%;
    height: 48px;
    margin-top: 6px;
    line-height: 16px;
    display: block;
    float: left;
    text-align: center;
    color: #333
}

.orderm-content-right-ex {
    width: 30%;
    float: left;
    height: auto;
    color: #333
}

.orderm-content-right-ex li {
    height: 60px;
    line-height: 60px;
    display: block
}

.orderm-content-right-ex li span {
    width: 30%;
    display: block;
    float: left;
    text-align: center
}

.orderm-content-right-ex li span p {
    margin-top: -38px;
    height: 18px
}

.orderm-content-right-ex li .ins-price {
    color: #FF5400;
    font-weight: bold
}

.orderm-content-right-ex li .cancel-link {
    color: #819093
}

.coverInfo3 td.rborder {
    border-right: 1px solid #f1f1f1;
    font-size: 12px;
    color: #333
}

.coverInfoTitle {
    margin-top: 10px;
    color: #333;
    font-size: 14px
}

.coverInfo td a.link {
    color: #000ccc
}

.coverRejectTips {
    border: 1px solid #F00;
    background-color: #f0f0f0;
    margin-top: 5px;
    margin-left: 48px;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #333
}

.coverMessageBox {
    border: 1px solid #0000cc;
    background-color: #F0F0F0;
    margin-top: 5px;
    margin-left: 48px;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #333
}

.coverInfoHistroy li {
    font-size: 12px;
    color: #819093;
    padding-top: 5px;
    padding-left: 12px;
    padding-bottom: 5px
}

.coverInfoHistroy action {
    color: #819093;
    font-weight: bold
}

.coverInfoHistroy rejection {
    color: #F00;
    font-weight: bold
}

.coverInfoHistroy role {
    color: #0e90d2;
    font-weight: bold
}

.coverInfoHistroy li:hover {
    background: #f1f1f1
}

.coverInfoHistroy link {
    color: #0000cc
}

.coverInfoHistroy {
    width: 786px;
    height: auto;
    font-size: 12px;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 5px
}

.coverInfo-price {
    color: #FF5400;
    font-size: 18px;
    font-weight: bold
}

.indexnr_submenu {
    width: 1147px;
    height: auto;
    margin: 0px auto;
    position: relative;
    z-index: 999
}

.bnt-return {
    margin-top: 10px;
    margin-bottom: 10px;
    position: absolute;
    left: 50%;
    margin-left: -37px
}

.bnt-histroy-op {
    margin-left: 21px
}

.bnt-red {
    text-align: center;
    width: 75px;
    height: 25px;
    line-height: 25px;
    background-color: #FF5400;
    border-radius: 2px;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    display: block
}

.bnt-gray {
    text-align: center;
    width: 75px;
    height: 25px;
    line-height: 25px;
    background-color: #808080;
    border-radius: 2px;
    display: block;
    color: #FFF;
    font-size: 12px;
    font-weight: 700
}

.bnt-blue {
    text-align: center;
    width: 75px;
    height: 25px;
    line-height: 25px;
    background-color: #23aae1;
    border-radius: 2px;
    display: block;
    color: #FFF;
    font-size: 12px;
    font-weight: 700
}

.btn-blue-float-5margin {
    float: left;
    text-align: center;
    width: 75px;
    height: 25px;
    line-height: 25px;
    background-color: #23aae1;
    border-radius: 2px;
    display: block;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    margin-left: 5px;
    margin-right: 5px
}

.btn-red-float-5margin {
    float: left;
    text-align: center;
    width: 75px;
    height: 25px;
    line-height: 25px;
    background-color: #FF5400;
    border-radius: 2px;
    display: block;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    margin-left: 5px;
    margin-right: 5px
}

.operation-area {
    width: 786px;
    height: auto;
    font-size: 12px;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1
}

.operation-area input[type=text] {
    width: 140px;
    margin-left: 43px;
    height: auto;
    border: 1px solid #d2d2d2
}

.operation-area .logarea {
    font-size: 13px;
    width: 700px;
    margin-left: 43px;
    height: auto;
    line-height: 19px;
    border: 1px solid #d2d2d2
}

.operation-area .title {
    margin-top: 10px;
    margin-left: 43px
}

.operation-area input[type=submit] {
    width: 75px;
    height: 25px;
    border-radius: 4px;
    line-height: 25px;
    color: #ffffff;
    background-color: #ff0000;
    font-size: 12px;
    text-align: center;
    border: none;
    cursor: pointer;
    font-weight: 700
}

.operation-area input[type=submit].success {
    background-color: #5cb85c
}

.operation-area .control {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 316px
}

.slip-no-wrapper {
    margin-bottom: 90px
}

.order-listbutton-orange {
    display: block;
    color: #fff;
    float: right;
    height: 25px;
    line-height: 25px;
    width: 85px;
    text-align: center;
    background: #ff5400;
    margin-top: 15px;
    margin-right: 35px;
    font-weight: 700;
    border-radius: 2px
}

.coverReturn {
    width: 786px;
    padding-top: 10px;
    font-size: 12px;
    margin-bottom: 43px
}

.coverReturn a {
    float: right;
    margin-right: 20px;
    color: #819093
}

.coverReturn a:hover {
    text-decoration: underline
}

.import-link {
    font-size: 14px;
    color: #0e90d2;
    margin-left: 10px
}

.center-control {
    margin: 0 auto;
    height: 25px;
    margin-top: 40px;
    margin-bottom: 40px
}

.cover4return {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 75px;
    height: 25px
}

.select-contact {
    background-color: rgba(234, 242, 246, 0.62);
    border: 1px solid #94B0D5;
    overflow: hidden;
    padding: 5px 10px 0;
    margin: 10px 10px 15px 10px
}

.pay-info {
    background-color: rgba(255, 84, 0, 0.2);
    border: 1px solid #FF5400;
    overflow: hidden;
    padding: 5px 10px 0;
    margin: 10px 5px 0px 5px;
    font-size: 12px;
    color: #000000
}

.select-contact dt {
    float: left;
    overflow: hidden;
    padding: 4px 0;
    font-weight: 700;
    text-align: right;
    font-size: 12px;
    color: #aa6104;
    line-height: 15px
}

.select-contact dl {
    border-bottom: 1px dashed #98B9F4;
    overflow: hidden;
    padding: 5px 0 0;
    margin-bottom: -1px
}

.select-contact li {
    display: inline;
    float: left;
    padding: 2px 12px 5px 0;
    position: relative
}

.select-contact li span {
    font-size: 12px;
    line-height: 15px
}

.insured-list {
    margin: 5px 10px 0 10px
}

.add-insured {
    margin: 0;
    height: auto;
    font-size: 30px;
    color: #0e90d2
}

.coverInfobox-ex {
    width: 788px;
    height: auto;
    padding: 0 45px;
    border: 1px solid #f1f1f1;
    position: relative;
    margin-top: 45px
}

.coverPaybtn .paySubmit {
    width: 180px;
    height: 35px;
    background-color: #ef4218;
    font-size: 18px;
    color: #FFF;
    border: none;
    float: right;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 700
}

.coverPay .coverBg {
    background-image: url(/assets/huifulogo-e5c14cb518d9d809a55dec477da7106e25ce5b628b860e9c73c2163df7c4f5af.gif);
    width: 100px;
    height: 31px;
    display: inline-block
}

.payResultBtn {
    width: 142px;
    height: 43px;
    background: #ef4218;
    line-height: 43px;
    display: inline-block;
    border-radius: 2px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.payTransferBtn {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
    background: #efb218;
    line-height: 43px;
    display: inline-block;
    border-radius: 2px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none
}

.payTransferBtn:hover {
    text-decoration: none
}

.payResult {
    float: right;
    margin-bottom: 5px;
    margin-left: 5px
}

form.pay-transfer {
    margin-top: 10px
}

form.pay-transfer p {
    font-size: 14px;
    color: #636363;
    line-height: 20px
}

form.pay-transfer input[type=text] {
    width: 328px;
    height: 36px;
    text-indent: 14px;
    font-size: 16px;
    line-height: 36px
}

form.pay-transfer input[type=submit] {
    width: 314px;
    border-width: 0;
    cursor: pointer
}

.form-group textarea {
    width: 70% !important
}

.msg-style {
    width: 100%;
    height: auto;
    padding: 10px;
    background: #eee;
    border-radius: 15px;
    font-size: 14px;
    text-align: center
}

.emp_name {
    width: 120px;
    background: none;
    border: none;
    border-bottom: 1px solid #aaa
}

.error-border {
    border: 1px solid red !important
}

.dynamic-fields-tips {
    padding: 5px;
    position: absolute;
    left: 675px;
    top: 0;
    border: 1px solid red;
    background: white;
    color: red;
    white-space: nowrap;
    width: 150px
}

.insurance_business_tips {
    font-size: 12px;
    margin-top: 10px
}

form.form-border input[type=email], form.form-border input[type=password], form.form-border input[type=number], form.form-border input[type=text], form.form-border textarea {
    border: 1px solid #cccccc
}

form.form-border input[type=email]:focus, form.form-border input[type=password]:focus, form.form-border input[type=number]:focus, form.form-border input[type=text]:focus, form.form-border textarea:focus {
    border-color: #66afe9
}

form.form-border .form-group div.field_with_errors label {
    color: #b94a48
}

form.form-border .form-group div.field_with_errors input[type=email], form.form-border .form-group div.field_with_errors input[type=password], form.form-border .form-group div.field_with_errors input[type=number], form.form-border .form-group div.field_with_errors input[type=text], form.form-border .form-group div.field_with_errors textarea, form.form-border .form-group div.field_with_errors ul {
    border: 1px solid #b94a48
}

form.form-border .form-group div.field_with_errors input[type=email]:focus, form.form-border .form-group div.field_with_errors input[type=password]:focus, form.form-border .form-group div.field_with_errors input[type=number]:focus, form.form-border .form-group div.field_with_errors input[type=text]:focus, form.form-border .form-group div.field_with_errors textarea:focus, form.form-border .form-group div.field_with_errors ul:focus {
    border-color: #ff0000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6)
}

form.form-search .input-group input {
    height: 40px;
    border: 3px solid #ff6f3d;
    border-right: 0 none;
    border-radius: 6px;
    padding: 6px 12px
}

form.form-search .input-group input:focus {
    box-shadow: none
}

form.form-search .input-group button {
    height: 40px;
    border: 3px solid #ff6f3d;
    border-left: 0 none;
    border-radius: 6px;
    padding: 6px 12px;
    background-color: #fff;
    color: #ff6f3d;
    font-size: 18px
}

form.form-search .input-group button:hover {
    color: #fff;
    background-color: #ff6f3d
}

form.blue-theme {
    text-align: left;
    font-size: 13px
}

form.blue-theme .form-group {
    padding-top: 10px;
    height: 27px;
    clear: both
}

form.blue-theme .form-action {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    clear: both
}

form.blue-theme label {
    display: block;
    float: left;
    width: 165px;
    line-height: 25px;
    margin-right: 10px;
    vertical-align: center;
    text-align: right;
    font-size: 12px
}

form.blue-theme label.error {
    float: right;
    width: 385px;
    text-align: left;
    color: red;
    margin-left: 30px
}

form.blue-theme input[type=email], form.blue-theme input[type=text], form.blue-theme input[type=number], form.blue-theme input[type=password] {
    outline: none;
    float: left;
    font-size: 12px;
    width: 270px;
    line-height: 25px;
    height: 25px;
    padding: 0 7px;
    border: 1px solid #d2d2d2
}

form.blue-theme textarea {
    float: left;
    font-size: 13px;
    line-height: 25px;
    line-height: 19px;
    padding: 0 7px;
    border: 1px solid #d2d2d2
}

form.blue-theme textarea.resize-none {
    resize: none;
    border-color: transparent
}

form.blue-theme input.disabled-state {
    color: grey;
    color: #819093
}

form.blue-theme .note {
    line-height: 25px;
    margin-left: 25px;
    font-size: 12px
}

form.blue-theme .dynamic-fields {
    transition: 1.5s;
    position: relative;
    height: 35px;
    margin: 0;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding-left: 5px;
    padding-top: 4px
}

form.blue-theme .dynamic-fields .form-fields {
    height: 35px;
    line-height: 25px;
    margin: 0;
    padding-top: 4px;
    vertical-align: middle
}

form.blue-theme .dynamic-fields .form-fields input[type=email], form.blue-theme .dynamic-fields .form-fields input[type=text], form.blue-theme .dynamic-fields .form-fields input[type=number], form.blue-theme .dynamic-fields .form-fields input[type=password], form.blue-theme .dynamic-fields .form-fields textarea {
    margin: 0;
    width: 50px;
    line-height: 25px;
    float: none;
    border: 1px solid transparent;
    border: 1px solid #f7f7f7
}

form.blue-theme .dynamic-fields .form-fields input[type=email]:hover, form.blue-theme .dynamic-fields .form-fields input[type=text]:hover, form.blue-theme .dynamic-fields .form-fields input[type=number]:hover, form.blue-theme .dynamic-fields .form-fields input[type=password]:hover, form.blue-theme .dynamic-fields .form-fields textarea:hover {
    border: 1px solid #d2d2d2
}

form.blue-theme .dynamic-fields .form-fields select {
    line-height: 25px
}

form.blue-theme .dynamic-fields .form-fields input[type=text].field-name {
    width: 89px;
    color: #819093;
    text-align: center;
    padding: 0px
}

form.blue-theme .dynamic-fields .form-fields input[type=number].field-number {
    width: 70px;
    color: #819093;
    text-align: center;
    padding: 0px
}

form.blue-theme .dynamic-fields .form-fields input[type=number].field-heavy-disease {
    width: 70px;
    color: #819093;
    text-align: center;
    padding: 0px
}

form.blue-theme .dynamic-fields .form-fields input[type=text].field-card {
    width: 143px;
    color: #819093;
    text-align: center;
    padding: 0px
}

form.blue-theme .dynamic-fields .form-fields input[type=text].field-birthday {
    width: 80px;
    color: #819093;
    text-align: center;
    padding: 0px
}

form.blue-theme .dynamic-fields .form-fields input[type=text].field-mobile {
    width: 80px;
    color: #819093;
    text-align: center;
    padding: 0px
}

form.blue-theme .dynamic-fields .form-fields input[type=text].field-occupation, form.blue-theme .dynamic-fields .form-fields input[type=text].field-vocation {
    width: 99px;
    color: #819093;
    text-align: center;
    padding: 0px
}

form.blue-theme .dynamic-fields .form-fields select {
    color: #819093
}

form.blue-theme .dynamic-fields .form-fields select.field-type {
    width: 70px
}

form.blue-theme .dynamic-fields .form-fields select.field-gender {
    width: 45px
}

form.blue-theme .dynamic-fields .form-fields select.field-number {
    width: 70px
}

form.blue-theme .dynamic-fields .form-fields select.field-heavy-disease {
    width: 70px
}

form.blue-theme .dynamic-fields .form-fields select.field-vocation {
    width: 85px
}

form.blue-theme .dynamic-fields .form-fields select.field-occupation {
    width: 60px
}

form.blue-theme .dynamic-fields .form-fields a {
    display: inline-block;
    width: 10%;
    width: 70px;
    font-size: 12px;
    text-align: center
}

form.blue-theme input[type=checkbox] {
    float: left;
    line-height: 25px;
    height: 25px;
    margin-top: -17px;
    padding: 0 10px
}

form.blue-theme input[name=import] {
    float: left;
    border: none;
    color: #fff;
    background-color: #22d000;
    font-size: 12px;
    text-align: center;
    width: 75px;
    height: 25px;
    font-weight: 700;
    cursor: pointer;
    line-height: 25px;
    margin-left: 5px;
    margin-right: 5px
}

form.blue-theme input[name=import]:hover {
    background-color: #22e000
}

form.blue-theme a.link-add {
    color: #0e90d2
}

form.blue-theme input[type=submit].btn-clear {
    color: red;
    background-color: transparent;
    font-size: 14px
}

form.blue-theme input[type=submit].btn-clean {
    color: #bc671f;
    background-color: transparent;
    font-size: 14px
}

form.blue-theme input[type=file] {
    float: left;
    border: none;
    background-color: #f0f0f0;
    font-size: 12px;
    width: auto;
    height: 25px;
    font-weight: 700;
    cursor: pointer;
    line-height: 25px;
    margin-left: 5px;
    margin-right: 5px
}

form.blue-theme .download {
    font-size: 12px;
    margin-left: 5px;
    color: #0064af
}

form.blue-theme a.add_fields {
    height: 30px;
    line-height: 30px;
    font-size: 14px
}

form.blue-theme select {
    font-size: 12px;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    height: 25px
}

form.blue-theme input.contact-card {
    width: 155px
}

form.blue-theme.bonatown-login {
    margin: 15px
}

form.blue-theme.bonatown-login label {
    width: 50px;
    text-align: left;
    font-size: 12px
}

form.blue-theme.bonatown-login input[type=email], form.blue-theme.bonatown-login input[type=text], form.blue-theme.bonatown-login input[type=number], form.blue-theme.bonatown-login input[type=password], form.blue-theme.bonatown-login textarea {
    width: 177px;
    font-size: 12px;
    background: #fbfbfb
}

form.blue-theme.bonatown-login input[type=email]:focus, form.blue-theme.bonatown-login input[type=text]:focus, form.blue-theme.bonatown-login input[type=number]:focus, form.blue-theme.bonatown-login input[type=password]:focus, form.blue-theme.bonatown-login textarea:focus {
    background: white
}

form.blue-theme.bonatown-login .offset-width {
    margin-left: 60px
}

form.blue-theme.bonatown-login input[type=submit] {
    width: 166px;
    height: 32px;
    font-weight: 700;
    margin-left: 60px;
    font-size: 14px;
    margin-bottom: 0px;
    background: #2a77cb
}

form.blue-theme.bonatown-login input[type=submit]:hover {
    background: #3a97eb
}

form.blue-theme.bonatown-login a {
    font-size: 12px;
    line-height: 25px;
    color: #819093;
    text-decoration: underline
}

form.blue-theme.bonatown-login a:hover {
    color: #0064af
}

form.blue-theme.bonatown-login .checkbox {
    margin-left: 60px
}

form.blue-theme.bonatown-login .checkbox input[type=checkbox] {
    margin-top: -1px;
    margin-right: 5px
}

form.blue-theme.bonatown-login .checkbox label {
    width: 110px
}

form.blue-theme.bonatown-login .hintmsg {
    margin-left: 60px;
    font-size: 12px;
    color: #819093
}

form.checkout input[type=submit] {
    float: right;
    height: 35px;
    line-height: 25px;
    width: 180px;
    margin-left: 0;
    padding: 0 4px;
    font-size: 13px;
    border-radius: 2px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer
}

.devise-info {
    margin-top: 50px;
    margin-left: 20px
}

@supports (position: -webkit-sticky) or (position: sticky) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        z-index: 1020;
        height: auto;
        background-color: white;
        border-bottom: 1px solid #e1e1e1
    }
}

.btn.btn-buy {
    width: 150px;
    line-height: 26px;
    color: white;
    border: 1px solid #00a4e4;
    background-color: #00a4e4;
    border-radius: 0;
    font-size: 16px;
    transition: 0.3s
}

.btn.btn-buy:hover {
    color: #333;
    background-color: white !important
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

.breadcrumb.breadcrumb-qibao {
    margin-bottom: 0;
    padding-left: 0;
    background-color: transparent;
    font-size: 12px
}

.pcnodisplay {
    display: none
}

@media only screen and (max-width: 640px) {
    .insurance_bought2 {
        display: none
    }

    .top-inner {
        width: 100%;
        margin-top: 10px;
    }

    .top-inner .breadcrumb {
    }

    .insurance_bought_title {
        display: none
    }

    .insurance_bought_title_price {
        margin-right: 90px;
        margin-top: 5px;
    }

    .insurance_bought_type {
        width: 100%;
        margin-right: 0px;
        margin-top: 10px;
        background: #ffffff;
    }

    .sticky-top {
        position: relative;
        display: block;
        top: 0px;
        z-index: 1020;
        height: auto;
        background-color: white;
        border-bottom: 1px solid #e1e1e1;
    }

    .navbar {
        padding: 0px;
        border: none;
    }

    .nav {
        height: auto
    }

    .insurance_bought_type a {
        margin: 1%;
    }

    .btn.btn-buy {
        margin-right: 25px;
    }

    .insurance_infos {
        margin-top: 30px;
    }

    .insurance_title {
        padding-top: 70px;
        border-bottom: 1px solid #e1e1e1;
    }

    .breadcrumb.breadcrumb-qibao {
        margin-left: 15px;
    }

    .sticky-top {
        background-color: #ffffff;
    }

    .tb-btn-buy {
        height: 40px;
        width: 120px;
        float: right;
    }

    .insurance_infos_filter_box {
        margin-left: 8px;
        float: left
    }

    .insurance_info_main2_top ul li {
        width: 23%;
        margin: 1%;
    }

    .insurance_info_main2_top ul li.active {
        width: 23% !important;
    }

    .insurance_guize {
        display: none
    }

    .insurance_info_main2_content .inner {
        width: 100%
    }

    .top-inner span {
        margin-left: 15px;
    }

    .insurance_case_box {
        margin: 0px auto;
        float: none;
        margin-bottom: 15px;
    }

    .order_site {
        display: none
    }

    .container {
        width: 100%;
        min-width: 100%;
    }

    .qbts {
        margin-left: -170px;
        margin-top: 35px;
        position: absolute;
    }

    .policy-search-contents table tr td.title {
        width: 100px;
        background: #c4e3f9;
        text-align: center;
    }

    .timer_detail {
        width: auto;
        margin-left: 80px;
        background: #d6e5ef;
        padding: 8px 0;
    }

    .policy-search-results .width-margin {
    }

    .mnodisplay {
        display: none;
    }

    .pcnodisplay {
        display: block
    }

    .insurance_info_main2_content table tr td {
        padding: 10px 10px 10px 10px
    }
}

.lipeidetail {
    width: 815px;
    float: left;
}

.lipeidetail .form-group {
    width: 100%;
    padding: 15px;
    margin: 0px;
    position: relative;
    display: flex;
    margin-bottom: 0px;
}

.lipeidetail .col-sm-2 {
    width: 120px;
    font-weight: bold;
}

.lipeidetail .col-sm-6 {
    width: 100%;
}

.catetopinfoimg {
    width: 350px;
    float: left
}

.catetopinfoimg img {
    width: 350px;
    height: 250px;
}

.catetopinforight {
    width: 780px;
    padding: 15px;
    margin-right: 0px;
}

.catetopinforight ul {
    padding-top: 0px;
}

.catetopinforight ul li {
    width: 350px;
    height: 70px;
    padding-left: 0px;
    float: left;
    margin: 10px;
    margin-top: 15px;
}

.categaryicon {
    max-height: 250px;
    max-width: 350px;
}