﻿.viewFramework-product-navbar, .product-navbar-collapse {
    display: none;
}

.viewFramework-product-col-1 .viewFramework-product-body {
    left: 0px;
}

label {
    color: #333;
    font-weight: 500;
}

@charset "utf-8";
/*! define ucenter/ucenter/1.0.0/ucenterV2-debug.css */

/*! block alice/base/1.0.1/base-debug.css */

html {
    color: #6c6c6c;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

body, button, input, select, textarea {
    font: 12px/1.5 "Microsoft YaHei", tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif
}

input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: inherit
}

fieldset, img {
    border: 0
}

iframe {
    display: block
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}

q:before, q:after {
    content: ''
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

a:link {
    /* color:#f40 */
}

a:hover, a:visited {
    /* color:#f40; */
    text-decoration: underline;
}

ins, a {
    text-decoration: none
}

.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fn-clear {
    zoom: 1
}

body .fn-hide, body .hidden {
    display: none
}

.fn-left, .fn-right {
    display: inline
}

.fn-left {
    float: left
}

.fn-right {
    float: right
}

.fn-text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fn-linear {
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f1f1f1));
    background: -moz-linear-gradient(top, #fcfcfc, #f1f1f1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f1f1f1');
    background: -o-linear-gradient(top, #fcfcfc, #f1f1f1);
    background: linear-gradient(top, #fcfcfc, #f1f1f1)
}

.fn-linear-light {
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f9f9f9));
    background: -moz-linear-gradient(top, #fcfcfc, #f9f9f9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f9f9f9');
    background: -o-linear-gradient(top, #fcfcfc, #f9f9f9);
    background: linear-gradient(top, #fcfcfc, #f9f9f9)
}

.fn-rmb {
    font-family: arial;
    font-style: normal;
    padding-right: 4px
}

.fn-webkit-adjust {
    -webkit-text-size-adjust: none
}

/*! endblock alice/base/1.0.1/base-debug.css */

/*! block alice/button/1.1.1/button-debug.css */

.ui-button * {
    margin: 0;
    padding: 0
}

.ui-button {
    display: inline-block;
    *display: inline;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    border-radius: 2px;
    padding: 0 20px;
    *zoom: 1;
    *overflow: visible;
    background-image: none
}

.ui-button .ui-button-text {
    background: 0 0;
    padding: 0;
    height: auto;
    line-height: auto
}

.ui-button:hover {
    text-decoration: none;
    background-image: none
}

input.ui-button-text, button.ui-button-text {
    *vertical-align: top
}

.ui-button:active {
    position: relative;
    top: 1px;
    box-shadow: 1px 1px 3px #999 inset
}

/*! block alice/button/1.1.1/ui-button-orange-debug.css */

.ui-button-lorange, .ui-button-morange, .ui-button-sorange {
    color: #fff;
    border: 1px solid #f40;
    background-color: #f40
}

.ui-button-lorange:hover, .ui-button-morange:hover, .ui-button-sorange:hover {
    background-color: #f40
}

a.ui-button-lorange, a.ui-button-morange, a.ui-button-sorange, a.ui-button-lorange:hover, a.ui-button-morange:hover, a.ui-button-sorange:hover, a.ui-button-lorange:active, a.ui-button-morange:active, a.ui-button-sorange:active {
    color: #fff
}

.ui-button-lorange {
    line-height: 36px;
    height: 36px;
    min-width: 150px
}

.ui-button-morange {
    line-height: 32px;
    height: 32px;
    padding: 0 30px
}

.ui-button-sorange {
    padding: 0 12px;
    line-height: 24px;
    height: 24px;
    font-size: 12px
}

a.ui-button-lorange {
    line-height: 36px;
    height: 36px
}

a.ui-button-morange {
    line-height: 26px;
    height: 26px
}

a.ui-button-sorange {
    line-height: 22px;
    height: 22px
}

.ui-button-lowhite {
    border: 1px solid #f40;
    color: #f40;
    line-height: 36px;
    height: 36px;
    min-width: 150px
}

/*! endblock alice/button/1.1.1/ui-button-orange-debug.css */

/*! block alice/button/1.1.1/ui-button-white-debug.css */

.ui-button-lwhite, .ui-button-mwhite, .ui-button-swhite {
    border: 1px solid #afafaf;
    background-color: #f3f3f3;
    color: #777
}

.ui-button-lwhite:hover, .ui-button-mwhite:hover, .ui-button-swhite:hover {
    border: 1px solid #8e8e8e;
    background-color: #fcfbfb;
    color: #676d70
}

a.ui-button-lwhite, a.ui-button-mwhite, a.ui-button-swhite, a.ui-button-lwhite:active, a.ui-button-mwhite:active, a.ui-button-swhite:active {
    color: #777
}

a.ui-button-lwhite:hover, a.ui-button-mwhite:hover, a.ui-button-swhite:hover {
    color: #676d70
}

.ui-button-lwhite {
    line-height: 36px;
    height: 36px;
    min-width: 150px
}

.ui-button-mwhite {
    line-height: 28px;
    height: 28px
}

.ui-button-swhite {
    line-height: 24px;
    height: 24px;
    padding: 0 12px;
    font-size: 12px
}

a.ui-button-lwhite {
    line-height: 36px;
    height: 36px
}

a.ui-button-mwhite {
    line-height: 26px;
    height: 26px
}

a.ui-button-swhite {
    line-height: 22px;
    height: 22px
}

/*! endblock alice/button/1.1.1/ui-button-white-debug.css */

/*! block alice/button/1.1.1/ui-button-disable-debug.css */

.ui-button-ldisable, .ui-button-mdisable, .ui-button-sdisable {
    color: #999;
    border: 0;
    background: #cacccd;
    cursor: default
}

a.ui-button-ldisable, a.ui-button-mdisable, a.ui-button-sdisable, a.ui-button-ldisable:active, a.ui-button-mdisable:active, a.ui-button-sdisable:active, a.ui-button-ldisable:hover, a.ui-button-mdisable:hover, a.ui-button-sdisable:hover {
    color: #999
}

.ui-button-ldisable {
    line-height: 32px;
    height: 32px
}

.ui-button-mdisable {
    line-height: 28px;
    height: 28px
}

.ui-button-sdisable {
    line-height: 24px;
    height: 24px;
    padding: 0 12px;
    font-size: 12px
}

.ui-button-ldisable, .ui-button-mdisable, .ui-button-sdisable {
    cursor: default!important
}

.ui-button-ldisable:active, .ui-button-mdisable:active, .ui-button-sdisable:active {
    position: static;
    top: 0;
    box-shadow: none
}

/*! endblock alice/button/1.1.1/ui-button-disable-debug.css */

/*! block alice/button/1.1.1/ui-button-blue-debug.css */

.ui-button-lblue, .ui-button-mblue, .ui-button-sblue {
    border: 0;
    color: #fff;
    border: 1px solid #154c67;
    background-color: #006ba1
}

.ui-button-lblue:hover, .ui-button-mblue:hover, .ui-button-sblue:hover {
    background-color: #007ab8
}

a.ui-button-lblue, a.ui-button-mblue, a.ui-button-sblue, a.ui-button-lblue:active, a.ui-button-mblue:active, a.ui-button-sblue:active, a.ui-button-lblue:hover, a.ui-button-mblue:hover, a.ui-button-sblue:hover {
    color: #fff
}

.ui-button-lblue {
    line-height: 32px;
    height: 32px
}

.ui-button-mblue {
    line-height: 28px;
    height: 28px
}

.ui-button-sblue {
    padding: 0 12px;
    line-height: 24px;
    height: 24px;
    font-size: 12px
}

a.ui-button-lblue {
    line-height: 30px;
    height: 30px
}

a.ui-button-mblue {
    line-height: 26px;
    height: 26px
}

a.ui-button-sblue {
    line-height: 22px;
    height: 22px
}

/*! endblock alice/button/1.1.1/ui-button-blue-debug.css */

/*! endblock alice/button/1.1.1/button-debug.css */

/*! block alice/iconfont/1.0.0/iconfont-debug.css */

@font-face {
    font-family: rei;
    src: url(https://i.alipayobjects.com/common/fonts/rei.eot);
    src: url(https://i.alipayobjects.com/common/fonts/rei.eot?#iefix) format("embedded-opentype"), url(https://i.alipayobjects.com/common/fonts/rei.woff) format("woff"), url(https://i.alipayobjects.com/common/fonts/rei.ttf) format("truetype"), url(https://i.alipayobjects.com/common/fonts/rei.svg#rei) format("svg");
    font-weight: 400;
    font-style: normal
}

.iconfont {
    font-family: rei;
    font-style: normal;
    cursor: default;
    -webkit-font-smoothing: antialiased
}

/*! endblock alice/iconfont/1.0.0/iconfont-debug.css */

/*! block alice/tipbox/1.1.0/tipbox-debug.css */

.ui-tipbox {
    position: relative;
    zoom: 1;
    font-size: 12px;
    line-height: 22px
}

.ui-tipbox .ui-tipbox-icon {
    background: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 22px;
    left: 48px
}

.ui-tipbox-icon .iconfont {
    font-size: 36px;
    position: absolute;
    top: -7px;
    left: -7px;
    width: 32px;
    height: 32px;
    line-height: 36px;
    text-shadow: 0 1px 0 #fff
}

.ui-tipbox-message {
    border: 1px solid #b2e2ea;
    background: #e5f2f8
}

.ui-tipbox-message .ui-tipbox-icon .iconfont {
    color: #68b5e2
}

.ui-tipbox-success {
    border: 1px solid #E1E1CA;
    background: #edfed0
}

.ui-tipbox-success .ui-tipbox-icon .iconfont {
    color: #b5de70
}

.ui-tipbox-error {
    background: #FDEEE9;
    border: 1px solid #fadcd3
}

.ui-tipbox-error .ui-tipbox-icon .iconfont {
    color: #f17975
}

.ui-tipbox-warning {
    background: #fefea4;
    border: 1px solid #e6e098
}

.ui-tipbox-warning .ui-tipbox-icon .iconfont {
    color: #f96
}

.ui-tipbox-question {
    border: 1px solid #b2e2ea;
    background: #e0f4ff
}

.ui-tipbox-question .ui-tipbox-icon .iconfont {
    color: #66cae2
}

.ui-tipbox-stop {
    background: #FDEEE9;
    border: 1px solid #fadcd3
}

.ui-tipbox-stop .ui-tipbox-icon .iconfont {
    color: #f17975
}

.ui-tipbox-wait {
    border: 1px solid #fae3cc;
    background: #FFF9D9
}

.ui-tipbox-wait .ui-tipbox-icon .iconfont {
    color: #d1a066
}

.ui-tipbox-content {
    margin: 14px 0 14px 87px
}

.ui-tipbox-content .ui-tipbox-title {
    margin: 0;
    padding: 0
}

.ui-tipbox-content h3.ui-tipbox-title, .ui-tipbox-content-simple h3.ui-tipbox-title {
    color: #333;
    font-size: 16px;
    font-weight: 700
}

.ui-tipbox-content-simple {
    margin: 22px 0 22px 88px
}

.ui-tipbox-explain {
    margin: 0;
    padding: 0;
    color: gray
}

.ui-tipbox-white {
    background: #fff;
    border: 1px solid transparent;
    _border-color: tomato;
    _filter: chroma(color=tomato)
}

/*! endblock alice/tipbox/1.1.0/tipbox-debug.css */

/*! block alice/tiptext/1.1.0/tiptext-debug.css */

.ui-tiptext {
    margin: 0;
    color: #6c6c6c;
    position: relative;
    font-size: 12px;
    zoom: 1
}

.ui-tiptext-follow {
    padding-left: 21px
}

.ui-tiptext-container {
    padding: 8px 12px;
    position: relative;
    zoom: 1
}

.ui-tiptext .iconfont {
    font-size: 1.33em;
    line-height: 1em;
    text-shadow: 0 1px 0 #fff;
    position: relative;
    top: 2px;
    margin-right: 2px
}

.ui-tiptext-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.ui-tiptext-message .ui-tiptext-icon {
    color: #68b5e2
}

.ui-tiptext-container-message {
    border: 1px solid #b2e2ea;
    background: #e5f2f8
}

.ui-tiptext-success .ui-tiptext-icon {
    color: #b5de70
}

.ui-tiptext-container-success {
    background: #E7FFCE;
    border: 1px solid #B9E2A0
}

.ui-tiptext-error .ui-tiptext-icon {
    color: #f17975
}

.ui-tiptext-container-error {
    background: #FDEEE9;
    border: 1px solid #fadcd3
}

.ui-tiptext-warning .ui-tiptext-icon {
    color: #f96
}

.ui-tiptext-container-warning {
    background: #fefea4;
    border: 1px solid #e6e098
}

.ui-tiptext-question .ui-tiptext-icon {
    color: #66cae2
}

.ui-tiptext-container-question {
    border: 1px solid #b2e2ea;
    background: #e0f4ff
}

.ui-tiptext-stop .ui-tiptext-icon {
    color: #f17975
}

.ui-tiptext-container-stop {
    background: #FDEEE9;
    border: 1px solid #fadcd3
}

.ui-tiptext-wait .ui-tiptext-icon {
    color: #d1a066
}

.ui-tiptext-container-wait {
    border: 1px solid #fae3cc;
    background: #FFF9D9
}

.ui-tiptext-arrowup, .ui-tiptext-arrowup em, .ui-tiptext-arrowup span, .ui-tiptext-arrowleft, .ui-tiptext-arrowleft em, .ui-tiptext-arrowleft span, .ui-tiptext-arrowdown, .ui-tiptext-arrowdown em, .ui-tiptext-arrowdown span {
    position: absolute;
    font-size: 14px;
    font-family: SimSun;
    font-style: normal;
    line-height: 1
}

.ui-tiptext-arrowup, .ui-tiptext-arrowleft, .ui-tiptext-arrowdown {
    height: 10px;
    width: 16px
}

.ui-tiptext-arrowup {
    left: 32px;
    top: -7px
}

.ui-tiptext-arrowup em {
    top: -1px
}

.ui-tiptext-arrowleft {
    left: -6px;
    top: 10px
}

.ui-tiptext-arrowleft em {
    left: -1px
}

.ui-tiptext-arrowdown {
    left: 32px;
    bottom: -3px
}

.ui-tiptext-arrowdown em {
    top: 1px
}

.ui-tiptext-container-message .ui-tiptext-arrow em {
    color: #b2e2ea
}

.ui-tiptext-container-message .ui-tiptext-arrow span {
    color: #e5f2f8
}

.ui-tiptext-container-success .ui-tiptext-arrow em {
    color: #E1E1CA
}

.ui-tiptext-container-success .ui-tiptext-arrow span {
    color: #edfed0
}

.ui-tiptext-container-error .ui-tiptext-arrow em {
    color: #fadcd3
}

.ui-tiptext-container-error .ui-tiptext-arrow span {
    color: #FDEEE9
}

.ui-tiptext-container-warning .ui-tiptext-arrow em {
    color: #e6e098
}

.ui-tiptext-container-warning .ui-tiptext-arrow span {
    color: #fefea4
}

.ui-tiptext-container-question .ui-tiptext-arrow em {
    color: #b2e2ea
}

.ui-tiptext-container-question .ui-tiptext-arrow span {
    color: #e0f4ff
}

.ui-tiptext-container-stop .ui-tiptext-arrow em {
    color: #fadcd3
}

.ui-tiptext-container-stop .ui-tiptext-arrow span {
    color: #FDEEE9
}

.ui-tiptext-container-wait .ui-tiptext-arrow em {
    color: #fae3cc
}

.ui-tiptext-container-wait .ui-tiptext-arrow span {
    color: #FFF9D9
}

.ui-tiptext-close {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #60A2C5;
    cursor: pointer
}

/*! endblock alice/tiptext/1.1.0/tiptext-debug.css */

/*! block ucenter/ucenter/1.0.0/form-debug.css */

.ui-form {
    font-size: 12px;
    line-height: 1.5
}

.ui-form, .ui-form * {
    list-style: none
}

.ui-form fieldset {
    border: 0
}

.ui-form legend {
    display: none
}

.ui-form-explain {
    margin: 0;
    font-size: 12px;
    color: #B2B2B2
}

.ui-form-other {
    margin-left: 4px
}

.ui-form-text {
    display: inline-block;
    margin-top: 6px;
    *display: inline;
    *zoom: 1
}

.ui-form-item:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden
}

.ui-form-item {
    padding: 0 5px 20px 190px;
    zoom: 1
}

.ui-form-item select {
    vertical-align: middle;
    margin: 4px 0 0
}

.ui-form-item input {
    vertical-align: middle
}

.ui-form-item .ui-input {
    font-size: 12px;
    color: #6C6C6C;
    vertical-align: middle;
    *vertical-align: -5px
}

/*! block alice/form/1.0.0/input-debug.css */

.ui-input {
    width: 190px;
    padding: 8px 9px;
    line-height: 18px;
    border: 1px solid #ddd;
    color: #595959;
    font-size: 12px
}

.ui-input:hover, .ui-textarea:hover, .ui-input-hover {
    border: 1px #ccc solid
}

.ui-input:focus, .ui-textarea:focus, .ui-input-focus {
    border: 1px #54abdb solid;
    color: #595959
}

.ui-textarea {
    width: 422px;
    height: 79px;
    line-height: 15px;
    border: 1px #e0e0e0 solid;
    padding: 1px 3px 0 4px;
    overflow: auto;
    font-size: 12px
}

.ui-input[disabled], .ui-textarea[disabled] {
    border: 1px solid #ccc;
    background: #f2f2f2
}

.ui-input:disabled, .ui-textarea:disabled {
    border: 1px solid #ccc;
    background: #f2f2f2
}

.placeholder {
    color: #ccc
}

.ui-input-checkcode {
    width: 100px;
    height: 24px;
    line-height: 28px;
    margin: 0;
    padding: 2px 5px
}

.ui-input-checkcode-new {
    border: 1px solid #ddd;
    height: 24px;
    line-height: 24px;
    padding: 5px 10px;
    width: 278px
}

.ui-form-item-hover .ui-input, .ui-form-item-hover .ui-textarea {
    border: 1px #ccc solid
}

.ui-form-item-focus .ui-input, .ui-form-item-focus .ui-textarea {
    border: 1px #54abdb solid
}

.ui-form-item-focus .ui-form-explain, .ui-form-item-hover .ui-form-explain {
    color: #333
}

/*! endblock alice/form/1.0.0/input-debug.css */

/*! block alice/form/1.0.0/label-debug.css */

.ui-label {
    float: left;
    width: 210px;
    margin-left: -220px;
    padding-top: 5px;
    text-align: right;
    font-size: 14px
}

.ui-form-required {
    color: red;
    font-family: SimSun;
    font-size: 14px;
    margin-right: 6px
}

/*! endblock alice/form/1.0.0/label-debug.css */

.ui-form-item-error .ui-input, .ui-form-item-error .ui-textarea {
    border: 1px #ff6749 solid;
    color: red
}

.ui-form-item-error .ui-input-reset {
    border: 1px #9C9C9C solid;
    color: #000
}

.ui-form-item-warning .ui-form-explain {
    color: #6c6c6c
}

.ui-form-item-warning .ui-form-explain .iconfont {
    color: #68b5e2
}

.ui-form-item-error .ui-form-explain, .ui-form-item-error .ui-form-explain .iconfont {
    color: #FF5243
}

/*! endblock ucenter/ucenter/1.0.0/form-debug.css */

/*! block alice/step/1.0.3/step-debug.css */

.ui-step {
    padding: 0 40px;
    margin: 0 auto;
    font-size: 14px;
    list-style: none;
    zoom: 1;
    position: relative;
    color: #b7b7b7;
    overflow: hidden
}

.ui-step:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden
}

.ui-step li {
    float: left;
    height: 54px;
    margin: 0;
    width: 50%;
    position: relative
}

.ui-step li .ui-step-icon {
    height: 50px;
    position: absolute;
    top: 0;
    width: 150px;
    text-align: center;
    left: -25px;
    font-family: tahoma
}

.ui-step-icon .iconfont {
    font-size: 30px;
    margin: 0;
    color: #b7b7b7;
    color: rgba(0, 0, 0, .25);
    *color: #b7b7b7;
    line-height: 30px;
    background: #fff;
    padding: 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    text-shadow: 1px 1px 2px #fff, 0 0 0 #ccc, 1px 1px 2px #fff
}

.ui-step-icon .ui-step-number {
    line-height: 14px;
    font-style: normal;
    position: absolute;
    top: 7px;
    left: 0;
    padding: 0 20px;
    font-weight: 700;
    color: #fff
}

.ui-step .ui-step-active i.ui-step-number {
    color: #FFF
}

.ui-step-end .ui-step-number {
    background: transparent;
    font-size: 12px;
    font-style: normal;
    left: 17px;
    line-height: 12px;
    padding: 0;
    text-shadow: none;
    top: 9px
}

.ui-step-icon .ui-step-text {
    height: 20px;
    line-height: 20px;
    position: relative;
    text-shadow: 0 1px 0 #fff;
    top: 34px;
    left: -50px
}

.ui-step li .ui-step-line {
    height: 3px;
    background: #b9b9b9;
    display: block;
    margin-top: 14px;
    line-height: 1;
    overflow: hidden
}

.ui-step li.ui-step-end {
    position: absolute;
    top: 0;
    right: -110px;
    width: 150px;
    zoom: 1;
    _clear: both
}

.ui-step li.ui-step-end .ui-step-line {
    display: none
}

.ui-step-2 li {
    width: 100%
}

.ui-step-3 li {
    width: 50%
}

.ui-step-4 li {
    width: 33%
}

.ui-step-5 li {
    width: 25%
}

.ui-step .ui-step-active {
    color: #f40
}

.ui-step .ui-step-active .iconfont {
    color: #f40;
}

.ui-step .ui-step-done .iconfont {
    color: #f40
}

.ui-step .ui-step-done .ui-step-line {
    background: #f40
}

.ui-step-blue .ui-step-active {
    color: #3b7cb8
}

.ui-step-blue .ui-step-active .iconfont {
    color: #1e6bb3
}

.ui-step-blue .ui-step-done .iconfont {
    color: #428fd6
}

.ui-step-blue .ui-step-done .ui-step-line {
    background: #418cd6
}

/*! block alice/step/1.0.3/mini-debug.css */

.ui-ministep {
    list-style: none;
    font-size: 12px;
    font-family: tahoma;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #b7b7b7
}

.ui-ministep-item {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 36px
}

.ui-ministep .iconfont {
    color: #b7b7b7;
    font-size: 18px
}

.ui-ministep .ui-ministep-number {
    position: absolute;
    top: 6px;
    left: 5px;
    color: #fff;
    line-height: 12px;
    font-style: normal
}

.ui-ministep .ui-ministep-text {
    position: relative;
    top: -2px
}

.ui-ministep-active, .ui-ministep-active .iconfont {
    color: #FF6700
}

/*! endblock alice/step/1.0.3/mini-debug.css */

/*! endblock alice/step/1.0.3/step-debug.css */

/*! block alice/list/1.0.0/list-debug.css */

.ui-list {
    margin: 0;
    padding: 10px 0;
    list-style: square inside
}

.ui-list-item {
    font-size: 9px;
    line-height: 22px;
    color: #08c
}

.ui-list-item a {
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    vertical-align: middle
}

.ui-list-item a:hover {
    text-decoration: underline
}

.ui-list-gray .ui-list-item {
    color: gray
}

.ui-list-graylink .ui-list-item {
    color: gray
}

.ui-list-graylink .ui-list-item a {
    color: #666
}

.ui-list-nosquare {
    list-style: none
}

.ui-dlist {
    display: inline-block;
    color: gray;
    font-size: 12px;
    line-height: 2.2
}

.ui-dlist-tit {
    float: left;
    width: 20%;
    text-align: right;
    margin: 0
}

.ui-dlist-det {
    float: left;
    width: 80%;
    text-align: left;
    margin: 0
}

/*! endblock alice/list/1.0.0/list-debug.css */

/*! block alice/poptip/1.1.1/poptip-debug.css */

.ui-poptip {
    color: #DB7C22;
    z-index: 101;
    font-size: 12px;
    line-height: 1.5;
    zoom: 1
}

.ui-poptip-shadow {
    background-color: rgba(229, 169, 107, .15);
    FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#26e5a96b, endColorstr=#26e5a96b);
    border-radius: 2px;
    padding: 2px;
    zoom: 1;
    _display: inline
}

.ui-poptip-container {
    position: relative;
    background-color: #FFFCEF;
    border: 1px solid #ffbb76;
    border-radius: 2px;
    padding: 5px 15px;
    zoom: 1;
    _display: inline
}

.ui-poptip:after, .ui-poptip-shadow:after, .ui-poptip-container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

a.ui-poptip-close {
    position: absolute;
    right: 3px;
    top: 3px;
    border: 1px solid #ffc891;
    text-decoration: none;
    border-radius: 3px;
    width: 12px;
    height: 12px;
    font-family: tahoma;
    color: #dd7e00;
    line-height: 10px;
    *line-height: 12px;
    text-align: center;
    font-size: 14px;
    background: #ffd7af;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF0E1), to(#FFE7CD));
    background: -moz-linear-gradient(top, #FFF0E1, #FFE7CD);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0E1', endColorstr='#FFE7CD');
    background: -o-linear-gradient(top, #FFF0E1, #FFE7CD);
    background: linear-gradient(top, #FFF0E1, #FFE7CD);
    overflow: hidden
}

a.ui-poptip-close:hover {
    border: 1px solid #ffb24c;
    text-decoration: none;
    color: #dd7e00;
    background: #ffd7af;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFE5CA), to(#FFCC98));
    background: -moz-linear-gradient(top, #FFE5CA, #FFCC98);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE5CA', endColorstr='#FFCC98');
    background: -o-linear-gradient(top, #FFE5CA, #FFCC98);
    background: linear-gradient(top, #FFE5CA, #FFCC98)
}

.ui-poptip-arrow {
    position: absolute;
    z-index: 10;
    *zoom: 1
}

.ui-poptip-arrow em, .ui-poptip-arrow span {
    position: absolute;
    *zoom: 1;
    width: 0;
    height: 0;
    border-color: rgba(255, 255, 255, 0);
    border-color: transparent\0;
    *border-color: transparent;
    _border-color: tomato;
    _filter: chroma(color=tomato);
    border-style: solid;
    overflow: hidden;
    top: 0;
    left: 0
}

.ui-poptip-arrow-10 {
    left: -6px;
    top: 10px
}

.ui-poptip-arrow-10 em {
    top: 0;
    left: -1px;
    border-right-color: #ffbb76;
    border-width: 6px 6px 6px 0
}

.ui-poptip-arrow-10 span {
    border-right-color: #FFFCEF;
    border-width: 6px 6px 6px 0
}

.ui-poptip-arrow-2 {
    top: 10px;
    right: 0
}

.ui-poptip-arrow-2 em {
    top: 0;
    left: 1px;
    border-left-color: #ffbb76;
    border-width: 6px 0 6px 6px
}

.ui-poptip-arrow-2 span {
    border-left-color: #FFFCEF;
    border-width: 6px 0 6px 6px
}

.ui-poptip-arrow-11 em, .ui-poptip-arrow-11 span {}

.ui-poptip-arrow-11 em, .ui-poptip-arrow-1 em {
    border-width: 0 6px 6px;
    border-bottom-color: #ffbb76;
    top: -1px;
    left: 0
}

.ui-poptip-arrow-11 span, .ui-poptip-arrow-1 span {
    border-width: 0 6px 6px;
    border-bottom-color: #FFFCEF
}

.ui-poptip-arrow-11 {
    left: 14px;
    top: -6px
}

.ui-poptip-arrow-1 {
    right: 28px;
    top: -6px
}

.ui-poptip-arrow-5 em, .ui-poptip-arrow-7 em {
    border-width: 6px 6px 0;
    border-top-color: #ffbb76;
    top: 1px;
    left: 0
}

.ui-poptip-arrow-5 span, .ui-poptip-arrow-7 span {
    border-width: 6px 6px 0;
    border-top-color: #FFFCEF
}

.ui-poptip-arrow-5 {
    right: 28px;
    bottom: 0
}

.ui-poptip-arrow-7 {
    left: 14px;
    bottom: 0
}

:root .ui-poptip-shadow {
    FILTER: none\9
}

.ui-poptip-blue {
    color: #6c6c6c
}

.ui-poptip-blue .ui-poptip-shadow {
    background-color: rgba(0, 0, 0, .05);
    FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#0c000000, endColorstr=#0c000000)
}

.ui-poptip-blue .ui-poptip-container {
    background-color: #F8FCFF;
    border: 1px solid #B9C8D3
}

.ui-poptip-blue .ui-poptip-arrow-10 em {
    border-right-color: #B9C8D3
}

.ui-poptip-blue .ui-poptip-arrow-11 em, .ui-poptip-blue .ui-poptip-arrow-1 em {
    border-bottom-color: #B9C8D3
}

.ui-poptip-blue .ui-poptip-arrow-2 em, .ui-poptip-blue .ui-poptip-arrow-4 em {
    border-left-color: #B9C8D3
}

.ui-poptip-blue .ui-poptip-arrow-5 em, .ui-poptip-blue .ui-poptip-arrow-7 em {
    border-top-color: #B9C8D3
}

.ui-poptip-blue .ui-poptip-arrow-10 span {
    border-right-color: #F8FCFF
}

.ui-poptip-blue .ui-poptip-arrow-11 span, .ui-poptip-blue .ui-poptip-arrow-1 span {
    border-bottom-color: #F8FCFF
}

.ui-poptip-blue .ui-poptip-arrow-2 span, .ui-poptip-blue .ui-poptip-arrow-4 span {
    border-left-color: #F8FCFF
}

.ui-poptip-blue .ui-poptip-arrow-5 span, .ui-poptip-blue .ui-poptip-arrow-7 span {
    border-top-color: #F8FCFF
}

.ui-poptip-white {
    color: #333
}

.ui-poptip-white .ui-poptip-shadow {
    background-color: rgba(0, 0, 0, .05);
    FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#0c000000, endColorstr=#0c000000)
}

.ui-poptip-white .ui-poptip-container {
    background-color: #fff;
    border: 1px solid #b1b1b1
}

.ui-poptip-white .ui-poptip-arrow-10 em {
    border-right-color: #b1b1b1
}

.ui-poptip-white .ui-poptip-arrow-11 em, .ui-poptip-white .ui-poptip-arrow-1 em {
    border-bottom-color: #b1b1b1
}

.ui-poptip-white .ui-poptip-arrow-2 em, .ui-poptip-white .ui-poptip-arrow-4 em {
    border-left-color: #b1b1b1
}

.ui-poptip-white .ui-poptip-arrow-5 em, .ui-poptip-white .ui-poptip-arrow-7 em {
    border-top-color: #b1b1b1
}

.ui-poptip-white .ui-poptip-arrow-10 span {
    border-right-color: #fff
}

.ui-poptip-white .ui-poptip-arrow-11 span, .ui-poptip-white .ui-poptip-arrow-1 span {
    border-bottom-color: #fff
}

.ui-poptip-white .ui-poptip-arrow-2 span, .ui-poptip-white .ui-poptip-arrow-4 span {
    border-left-color: #fff
}

.ui-poptip-white .ui-poptip-arrow-5 span, .ui-poptip-white .ui-poptip-arrow-7 span {
    border-top-color: #fff
}

/*! endblock alice/poptip/1.1.1/poptip-debug.css */

/*! block alice/table/1.0.1/table-debug.css */

.ui-table {
    border-collapse: collapse;
    border: 1px solid #eee;
    width: 100%;
    font-size: 12px;
    text-align: left
}

.ui-table tr:nth-child(even), .ui-table-split, .ui-table-hover {
    background-color: #FBFBFB
}

.ui-table tr {
    color: #6c6c6c
}

.ui-table thead tr {
    color: #666
}

.ui-table thead {
    color: #666;
    background-color: #F6F6F6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#F2F2F2');
    background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#F2F2F2));
    background: -moz-linear-gradient(top, #F8F8F8, #F2F2F2);
    background: -o-linear-gradient(top, #F8F8F8, #F2F2F2);
    background: linear-gradient(top, #F8F8F8, #F2F2F2)
}

.ui-table th {
    padding: 7px 9px;
    border-bottom: 1px solid #eee;
    text-align: left
}

.ui-table td {
    padding: 8px 9px 7px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.ui-table th {
    padding: 7px 9px
}

.ui-table tfoot td {
    border-bottom: 0
}

.ui-table-orange, .ui-table-orange tr:nth-child(even) {
    background-color: #fffbec;
    border-color: #f8f0ce
}

.ui-table-orange td {
    border-color: #f8f0ce
}

.ui-table-noborder, .ui-table-noborder td, .ui-table-noborder tr, .ui-table-noborder th {
    border: 0;
    outline: 0
}

.ui-table-noborder .ui-table-split, .ui-table-noborder .ui-table-hover {
    background-color: #f7f7f7
}

.ui-table-inbox {
    border: 0;
    outline: 0
}

/*! endblock alice/table/1.0.1/table-debug.css */

/*! block ucenter/ucenter/1.0.0/page-debug.css */

html {
    color: #6c6c6c;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    background-color: #fff
}

body .mt-5 {
    margin-top: 5px
}

body .mt-10 {
    margin-top: 10px
}

body .mt-15 {
    margin-top: 15px
}

body .mt-20 {
    margin-top: 20px
}

body .mt-30 {
    margin-top: 30px
}

body .mt-50 {
    margin-top: 50px
}

body .mr-5 {
    margin-right: 5px
}

body .mr-10 {
    margin-right: 10px
}

body .mr-15 {
    margin-right: 15px
}

body .mr-20 {
    margin-right: 20px
}

body .mr-30 {
    margin-right: 30px
}

body .mr-50 {
    margin-right: 50px
}

body .mb-5 {
    margin-bottom: 5px
}

body .mb-10 {
    margin-bottom: 10px
}

body .mb-15 {
    margin-bottom: 15px
}

body .mb-20 {
    margin-bottom: 20px
}

body .mb-30 {
    margin-bottom: 30px
}

body .mb-50 {
    margin-bottom: 50px
}

body .ml-5 {
    margin-left: 5px
}

body .ml-10 {
    margin-left: 10px
}

body .ml-15 {
    margin-left: 15px
}

body .ml-20 {
    margin-left: 20px
}

body .ml-30 {
    margin-left: 30px
}

body .ml-50 {
    margin-left: 50px
}

body .pt-5 {
    padding-top: 5px
}

body .pt-10 {
    padding-top: 10px
}

body .pt-15 {
    padding-top: 15px
}

body .pt-20 {
    padding-top: 20px
}

body .pt-30 {
    padding-top: 30px
}

body .pt-50 {
    padding-top: 50px
}

body .pr-5 {
    padding-right: 5px
}

body .pr-10 {
    padding-right: 10px
}

body .pr-15 {
    padding-right: 15px
}

body .pr-20 {
    padding-right: 20px
}

body .pr-30 {
    padding-right: 30px
}

body .pr-50 {
    padding-right: 50px
}

body .pb-5 {
    padding-bottom: 5px
}

body .pb-10 {
    padding-bottom: 10px
}

body .pb-15 {
    padding-bottom: 15px
}

body .pb-20 {
    padding-bottom: 20px
}

body .pb-30 {
    padding-bottom: 30px
}

body .pb-50 {
    padding-bottom: 50px
}

body .pl-5 {
    padding-left: 5px
}

body .pl-10 {
    padding-left: 10px
}

body .pl-15 {
    padding-left: 15px
}

body .pl-20 {
    padding-left: 20px
}

body .pl-30 {
    padding-left: 30px
}

body .pl-50 {
    padding-left: 50px
}

body .ft-red {
    color: #f40
}

body .ft-orange {
    color: #f40
}

body .ft-white {
    color: #fff
}

body .ft-gray {
    color: #9a9a9a
}

body .ft-darkgray {
    color: #666
}

body .ft-green {
    color: #53a000
}

body .ft-bd {
    font-weight: 700
}

body .ft-12 {
    font-size: 12px
}

body .ft-14 {
    font-size: 14px
}

body .ft-18 {
    font-size: 18px
}

body .ft-24 {
    font-size: 24px
}

body .ft-12b {
    font-size: 12px;
    font-weight: 700
}

body .ft-14b {
    font-size: 14px;
    font-weight: 700
}

body .ft-18b {
    font-size: 18px;
    font-weight: 700
}

body .ft-24b {
    font-size: 24px;
    font-weight: 700
}

body .ft-bar {
    margin: 0 5px
}

body .inline-block {
    display: inline-block;
    *display: inline;
    zoom: 1
}

body .fn-pr {
    position: relative
}

body .fn-pa {
    position: absolute
}

.ft-center {
    text-align: center
}

#header {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #e3e3e3;
    background-color: #f0f0f0
}

#content {
    width: 100%;
    min-height: 500px;
    border-top: 1px solid #fff
}

.content-layout {
    margin: 0 auto;
    padding: 30px 0;
    width: 990px;
    height: auto
}

.header-layout {
    width: 990px;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden
}

.header-layout .logo {
    float: left;
    display: inline-block;
    height: 40px
}

.header-layout .logo-title {
    float: left;
    display: inline-block;
    width: auto;
    height: 30px;
    padding: 5px 0 0 10px;
    line-height: 30px;
    font-size: 24px;
    color: #303030
}

.sys-error .header-layout .logo-title {
    display: none
}

.header-nav {
    width: auto;
    height: 14px;
    float: right;
    line-height: 14px;
    margin-top: 12px
}

.header-nav li {
    float: left;
    padding: 0 0 0 15px;
    margin-right: 15px;
    border-left: 1px solid #6c6c6c
}

.header-nav li a {
    color: #6c6c6c
}

.header-nav li.nav-first {
    border-left: 0
}

.footer-layout {
    width: 990px;
    margin: 0 auto;
    height: 80px
}

.footer-layout .copyright {
    color: #858585;
    text-align: center
}

.select-strategy {
    margin-top: 30px;
    width: 870px
}

.select-strategy li {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 20px;
    margin-bottom: 15px;
    height: 50px;
    box-shadow: 1px 1px 1px #f4f4f4
}

.select-strategy li .icon {
    float: left
}

.select-strategy li:hover {
    background-color: #f7f9fc;
    border-color: #91b3cd;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.select-strategy .desc {
    float: left;
    position: relative;
    height: 50px;
    padding-left: 5px;
    width: 550px
}

.select-strategy .desc h3 {
    line-height: 25px;
    margin-top: 10px;
    font-size: 16px;
    vertical-align: middle
}

.select-strategy .desc .text {
    float: left;
    font-weight: 700
}

.select-strategy .desc-hasnotice h3 {
    line-height: 28px;
    height: 28px;
    font-size: 16px
}

.select-strategy .desc .notice {
    display: none
}

.select-strategy .desc-hasnotice .notice {
    display: block;
    font-size: 12px;
    color: #888
}

.select-strategy strong {
    font-weight: 700
}

.select-strategy .recommend {
    width: 45px;
    height: 20px;
    text-indent: -9999em;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 3px;
    background-repeat: no-repeat;
    background-position: -250px -110px
}

.ie6 .select-strategy .recommend {
    top: -3px
}

.ie7 .select-strategy .recommend {
    top: -3px
}

.select-strategy li .ui-button {
    float: right;
    margin-top: 10px
}

.select-strategy .icon {
    width: 50px;
    height: 50px
}

.select-strategy .ui-button .ui-button-text {
    color: #fff;
    display: block
}

.select-strategy .ui-button .ui-button-text:hover {
    text-decoration: none
}

.select-strategy .ui-button {
    cursor: default
}

.maincenter {
    margin: 0 auto;
    width: 774px;
    height: auto
}

.maincenter-box {
    padding: 20px 0;
    background-color: #fff
}

.maincenter-box-tip {
    display: block;
    padding-bottom: 10px
}

.maincenter-box-result {
    padding: 40px 0
}

.maincenter .ui-form {
    margin-top: 30px;
    color: #6c6c6c
}

.ui-input-checkcode-img {
    display: inline-block;
    height: 28px;
    float: left;
    margin-left: 5px
}

.maincenter .ui-step {
    margin-bottom: 30px
}

.maincenter .ui-tiptext .strong {
    color: #f16f20
}

.ui-autocomplete-ctn {
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 2px 2px 3px #eee
}

.ui-autocomplete-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 198px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: default
}

.ui-autocomplete-item-hover {
    background-color: #f2f2f2
}

.bottom-tips {
    background-color: #fffbed;
    border: 1px solid #f9efd3;
    padding: 30px 30px 15px
}

.bottom-tips .bottom-tips-title {
    color: #646565;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700
}

.bottom-tips-gray {
    background-color: #f5f5f5;
    border-color: #eee
}

#J_Code {
    vertical-align: middle;
    *vertical-align: 3px
}

.ui-tiptext .iconfont, .ui-form-item .iconfont {
    font-size: 1.33em;
    line-height: 1em;
    text-shadow: 0 1px 0 #fff;
    position: relative;
    top: 2px;
    margin-right: 2px
}

.ui-step-icon .iconfont {}

.ui-list-item {
    color: #737373
}

.maincenter-box-tip .ui-tiptext {
    font-size: 14px
}

.ui-step-end .ui-step-number {
    background: transparent
}

.ui-select-item {
    line-height: 30px;
    padding: 0 30px 0 10px;
    cursor: default
}

.ui-table th {
    padding: 6px
}

.maincenter-box .ui-table {
    margin: 10px auto;
    font-size: 12px;
    line-height: 32px
}

.maincenter-box .action {
    padding-left: 90px
}

.ui-form-item-loading .ui-form-explain, .ui-item-loading {
    padding-left: 20px;
    background: url(https://img.alipay.com/alice/ico-loading16.gif) 0 3px no-repeat
}

.ui-item-loading {
    padding: 8px 0 8px 30px;
    border: 1px dotted #b2e2ea;
    width: 770px;
    margin: 0 auto;
    background-color: #fff;
    background-position: 10px 11px
}

.ui-form-item select {
    height: 22px
}

.ui-tipbox-grey {
    background: #fff;
    border: 1px solid #ccc
}

.ui-tipbox-btcontent {
    padding: 14px 0 14px 87px;
    background: url(https://h.alipayobjects.com/static/images/uc/zh.png) #fff 35px 18px no-repeat
}

.ui-list-item a {
    vertical-align: baseline
}

.ui-list-item-text {
    font-size: 12px
}

.maincenter .ui-select-trigger {
    background: url(https://gtms03.alicdn.com/tps/i3/TB11acLLXXXXXbrXXXXoI1ZFVXX-30-40.png) right -10px no-repeat;
    display: inline-block;
    border: 1px solid #ddd;
    text-decoration: none;
    line-height: 34px;
    height: 34px;
    color: #6C6C6C;
    cursor: pointer;
    padding: 0 29px 0 10px;
    background-repeat: no-repeat;
    overflow: hidden;
    vertical-align: top
}

}

.ui-select-hover {
    background-color: #f2f2f2
}

.ui-select-trigger:hover {
    border-color: #ccc;
    text-decoration: none;
    color: #7c7c7c
}

.ui-form-item-error .ui-select-trigger {
    border: 1px solid red
}

.ui-select-content {
    border: 1px solid #ccc;
    background-color: #fff;
    height: 100%;
    overflow: auto
}

.ui-select-item {
    line-height: 30px;
    padding: 0 30px 0 10px;
    cursor: default
}

.ui-select-hover {
    background-color: #f2f2f2
}

.ui-form-item-focus #J-pop-queryPwd, .ui-form-item-focus #J-pop-payPwd {
    y background-image: none;
    padding: 4px 10px
}

.pwdStrengthWrap {
    position: relative
}

#newPwdStrengthWrap {
    margin-top: 4px
}

#newPwdStrengthWrap .ui-list-item {
    padding-left: 0
}

#newPwdStrengthWrap .ui-list-item-last {
    background: 0 0
}

.pwdStrength {
    padding: 1px 0 7px
}

.pwdStrength li {
    line-height: 16px;
    padding: 3px 0 3px 15px;
    background: url(https://h.alipayobjects.com/static/images/uc/icons.gif) no-repeat -9px -75px
}

.pwdStrength li.pwdStrength-item-red {
    background-position: -29px -37px
}

.pwdStrength li.pwdStrength-item-green {
    background-position: -27px 0
}

#pass-form .ui-form-arrow {
    background-image: url(https://i.alipayobjects.com/e/201209/1COYhD8EL6.png);
    background-repeat: no-repeat
}

#pass-form .ui-form-arrow {
    display: none
}

#pass-form .ui-form-item-focus .ui-form-arrow {
    background-position: -25px -511px;
    display: block;
    height: 10px;
    left: -7px;
    position: absolute;
    top: 34%;
    width: 7px;
    display: block
}

#pass-form .ui-form-item-focus .ui-form-explain {
    position: absolute;
    top: 0;
    left: 300px;
    padding: 5px 15px;
    border-radius: 2px;
    background-color: #f9f9f9;
    border: 1px solid #c2c8c8;
    line-height: 22px
}

#pass-form .ui-form-item-success .iconfont {
    color: #b5de70
}

#pass-form .ui-form-item-success .ui-form-explain {
    color: #6c6c6c
}

#pass-form .ui-form-item-error .iconfont, #pass-form .ui-form-item-error .ui-form-explain {
    color: #FF5243
}

.icon-phone, .icon-email, .icon-question, .icon-dcode, .icon-auth, .icon-card, .icon-phone-question, .icon-question-auth {
    background: url(https://i.alipayobjects.com/e/201304/8nDD4HEZz_src.png) no-repeat
}

.icon-auth {
    background-position: -150px 0
}

.icon-manual {
    background-position: 0 -50px
}

.icon-dcode {
    background-position: -150px -50px
}

.icon-question, .icon-question-auth {
    background-position: -100px -50px
}

.icon-email {
    background-position: -150px -100px
}

.icon-phone {
    background-position: -200px 0
}

.icon-card {
    background-position: -100px -100px
}

.icon-phone-question {
    background-position: 0 0
}

.icon-ashield, .icon-verify, .icon-boundOTP, .icon-email-card, .icon-phone-card, .icon-email-phone, .icon-phone-email, .icon-email-auth, .icon-phone-auth, .icon-manual {
    background: url(https://img.alicdn.com/tps/TB1C9YjLFXXXXXQXpXXXXXXXXXX-1000-923.png) no-repeat
}

.icon-ashield {
    background-position: -385px -640px
}

.icon-verify {
    background-position: -68px -707px
}

.icon-boundOTP {
    background-position: -385px -700px
}

.icon-email-card {
    background-position: -380px -580px
}

.icon-phone-card {
    background-position: -70px -580px
}

.icon-phone-question {}

.icon-phone-email, .icon-email-phone {
    background-position: -70px -220px
}

.icon-email-auth {
    background-position: -70px -402px
}

.icon-phone-auth {
    background-position: -70px -100px
}

.icon-manual {
    background-position: -380px -398px
}

/*! endblock ucenter/ucenter/1.0.0/page-debug.css */

/*! block ucenter/ucenter/1.0.0/dialog-debug.css */

.ui-dialog {
    border: 0;
    border-top: 2px solid #f40;
    outline: 0
}

:root .ui-dialog {
    FILTER: none\9
}

.ui-dialog-close {
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: 700;
    height: 18px;
    line-height: 14px;
    position: absolute;
    right: 16px;
    text-decoration: none;
    top: 16px;
    z-index: 10
}

.ui-dialog-close:hover {
    color: #666;
    text-shadow: 0 0 2px #aaa
}

.ui-dialog-title {
    height: 45px;
    font-size: 16px;
    line-height: 46px;
    border-bottom: 1px solid #E1E1E1;
    color: #6c6c6c;
    text-indent: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f9f9f9));
    background: -moz-linear-gradient(top, #fcfcfc, #f9f9f9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f9f9f9');
    background: -o-linear-gradient(top, #fcfcfc, #f9f9f9);
    background: linear-gradient(top, #fcfcfc, #f9f9f9)
}

.ui-dialog-container {
    padding: 15px 20px 20px;
    font-size: 12px
}

.ui-dialog-message {
    margin-bottom: 15px
}

.ui-dialog-operation {
    zoom: 1
}

.ui-dialog-confirm, .ui-dialog-cancel {
    display: inline
}

.ui-dialog-operation .ui-dialog-confirm {
    margin-right: 4px
}

.ui-dialog-button-orange, .ui-dialog-button-white {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    border-radius: 2px;
    padding: 0 12px;
    line-height: 23px;
    height: 23px;
    *overflow: visible;
    background-image: none
}

a.ui-dialog-button-orange:hover, a.ui-dialog-button-white:hover {
    text-decoration: none
}

.ui-dialog-button-orange {
    color: #fff;
    border: 1px solid #d66500;
    background-color: #f57403
}

.ui-dialog-button-orange:hover {
    background-color: #fb8318
}

.ui-dialog-button-white {
    border: 1px solid #afafaf;
    background-color: #f3f3f3;
    color: #777
}

.ui-dialog-button-white:hover {
    border: 1px solid #8e8e8e;
    background-color: #fcfbfb;
    color: #676d70
}

/*! endblock ucenter/ucenter/1.0.0/dialog-debug.css */

/*! block ucenter/ucenter/1.0.0/new-index-debug.css */

.poto-content {
    background: #fff;
    color: #979797;
    font-family: Microsoft YaHei
}

.poto-content a {
    color: #08c
}

.page-nav {
    width: 170px;
    float: left;
    margin-top: 15px
}

.page-nav .page-nav-item {
    padding-left: 58px;
    font-weight: 700
}

.page-nav .page-nav-item a {
    color: #979797;
    font-size: 18px;
    text-decoration: none
}

.page-nav .nav-item-active a {
    color: #f60
}

.page-nav .page-nav-item .nav-sub {
    display: none
}

.page-nav .page-nav-item .nav-sub-open {
    display: block
}

.page-nav .page-nav-item .nav-sub-item a {
    font-size: 14px;
    padding-left: 15px;
    color: #979797
}

.page-nav .page-nav-item .nav-sub-item-active a {
    color: #f60
}

.page-nav-sub {
    background: url(https://img.alicdn.com/tps/TB1CEpxIpXXXXcgXFXXXXXXXXXX.png) 45px -302px no-repeat
}

.page-nav-sub-open {
    background: url(https://img.alicdn.com/tps/TB1CEpxIpXXXXcgXFXXXXXXXXXX.png) 45px -237px no-repeat
}

.page-content {
    float: left;
    width: 820px
}

.page-title {
    font-weight: 700;
    font-size: 22px;
    padding-left: 20px;
    border-bottom: 1px solid #dcdcdc;
    background: url(https://img.alicdn.com/tps/TB1CEpxIpXXXXcgXFXXXXXXXXXX.png) 0 -200px no-repeat
}

.page-content .box {
    padding: 10px 15px
}

.box-container li {
    overflow: hidden;
    padding: 2px 0
}

.box .box-title {
    font-size: 14px;
    font-weight: 700
}

.box .box-link {
    float: left;
    padding-left: 200px
}

.box .box-link a {
    color: #08c
}

.box .box-other-info {
    width: 245px;
    float: right
}

.box-bd {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc
}

.account-status .account-status-item {
    float: left;
    height: auto;
    position: relative;
    height: 50px;
    padding-right: 50px;
    border-right: 1px solid #dcdcdc;
    margin-right: 50px
}

.account-status .account-status-item-last {
    margin-right: 0;
    border-right: 0
}

.account-status-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 58px;
    height: 50px;
    background: url(https://img.alicdn.com/tps/TB1CEpxIpXXXXcgXFXXXXXXXXXX.png) no-repeat
}

.account-img-phone {
    background-position: 20px -64px
}

.account-img-rz {
    background-position: 0 0
}

.account-img-pay {
    background-position: 10px -130px
}

.account-wating {
    background: #efefef;
    width: 174px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px
}

.account-status-det {
    margin-left: 70px;
    height: 45px
}

.account-status-det .tit {
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    margin-top: 3px
}

.account-status-det .descript {
    height: 16px;
    line-height: 16px;
    margin-top: 13px
}

.descript a {
    margin-left: 20px
}

.w150 {
    width: 150px
}

.w250 {
    width: 250px
}

.w450 {
    width: 450px
}

.w400 {
    width: 400px
}

.color-red {
    color: #e52626
}

.color-grey {
    color: #8d8d8d
}

.service-box-more {
    padding: 20px 0
}

.service-box-bd {
    border-bottom: 1px solid #dcdcdc
}

.service-box-more li {
    float: left;
    border-right: 1px solid #dcdcdc;
    margin-right: 15px
}

.service-box .service-icon {
    float: left;
    width: 95px;
    height: 60px;
    background: url(https://img.alicdn.com/tps/TB1L1tsIpXXXXcXXVXXXXXXXXXX.png) no-repeat;
    background-position: 5px -8px
}

.service-box .service-icon-taobao, .service-box .service-icon-tmall {
    background-position: 0 -275px
}

.service-box .service-icon-aliyun, .service-box .service-icon-yunmail, .service-box .service-icon-aliyunos {
    background-position: 0 -110px
}

.service-box .service-icon-etao {
    background-position: 0 -55px
}

.service-box .service-icon-alipay {
    background-position: 0 -420px
}

.service-box .service-icon-alibabachina, .service-box .service-icon-alibaba, .service-box .service-icon-aliyun, .service-box .service-icon-alibabachina, .service-box .service-icon-aliexpress {
    background-position: 5px -8px
}

.service-box-more .service-info {
    width: 120px;
    float: left;
    height: 72px;
    overflow: hidden;
    padding-right: 40px
}

.service-box .last {
    border: 0
}

.service-box-open li {
    padding: 20px 0;
    float: left
}

.service-box-open li {
    padding: 20px 0;
    float: left;
    width: 820px;
    border-bottom: 1px solid #dcdcdc
}

.service-box-open .service-info {
    float: left
}

/*! endblock ucenter/ucenter/1.0.0/new-index-debug.css */

/*! block ucenter/ucenter/1.0.0/logo-debug.css */

#logo {
    background: url(https://img.alicdn.com/tps/TB104qsLpXXXXXbapXXXXXXXXXX-228-800.png) no-repeat;
    background-position: 0 -12px
}

#logo a {
    float: left;
    display: inline-block;
    height: 40px;
    width: 178px;
    overflow: hidden;
    text-indent: -999em
}

.taobao #logo {
    background-position: 0 -12px
}

.alipay #logo {
    background-position: 0 -74px
}

.tmall #logo {
    background-position: 0 -136px
}

.alibabachina #logo {
    background-position: 0 -198px
}

.alibaba #logo {
    background-position: 0 -260px
}

.aliyun #logo {
    background-position: 0 -322px
}

.laiwang #logo {
    background-position: 0 -384px
}

.aliyunos #logo {
    background-position: 0 -446px
}

.aliexpress #logo {
    background-position: 0 -508px
}

.yunmail #logo {
    width: 210px;
    background-position: 0 -560px
}

.alipassport #logo {
    background-position: 0 -686px
}

.aliexpress #logo {
    background: url(https://img.alicdn.com/tps/i2/TB15Hf4HFXXXXaKXXXXSZp3FVXX-150-44.png) no-repeat
}

.aliexpress #logo a {
    width: 150px
}

.aliyun_en #logo {
    background: url(https://img.alicdn.com/tps/TB1jRyCLpXXXXbtapXXXXXXXXXX-160-39.png) 0 0 no-repeat
}

/*! endblock ucenter/ucenter/1.0.0/logo-debug.css */

.account-box {
    width: 500px;
    margin: 0 auto;
    font-size: 14px
}

.account-box p {
    margin-top: 15px;
    text-align: center
}

.account-box p strong {
    color: #f40
}

.check-list {
    margin-top: 15px;
    overflow: hidden
}

.check-list li {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    position: relative
}

.am-checkbox {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    right: 3px;
    top: 3px
}

.am-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border: 0 none;
    -webkit-appearance: none;
    cursor: pointer
}

.am-checkbox .iconfont {
    color: #d2d2d2;
    font-size: 22px;
    line-height: 22px
}

.am-checkbox input:checked+.iconfont {
    color: #f40
}

.check-dialog {
    background: #fff;
    text-align: center;
    overflow: hidden
}

.check-dialog .icon {
    font-size: 50px;
    margin-top: 20px
}

.check-dialog .icon-error {
    color: #f40
}

.check-dialog .icon-warning {
    color: #f3b72a
}

.check-dialog p {
    margin-top: 5px
}

.check-dialog .btn {
    margin: 30px 0
}

@font-face {
    font-family: iconfont;
    src: url(//at.alicdn.com/t/font_1447386693_0189764.eot);
    src: url(//at.alicdn.com/t/font_1447386693_0189764.eot?#iefix) format('embedded-opentype'), url(//at.alicdn.com/t/font_1447386693_0189764.woff) format('woff'), url(//at.alicdn.com/t/font_1447386693_0189764.ttf) format('truetype'), url(//at.alicdn.com/t/font_1447386693_0189764.svg#iconfont) format('svg')
}

.new-iconfont {
    font-family: iconfont!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.icon-bangzhu:before {
    content: "\e609"
}

.icon-cuowu:before {
    content: "\e604"
}

.icon-shuaxin:before {
    content: "\e600"
}

.icon-dengdai:before {
    content: "\e607"
}

.icon-chenggong:before {
    content: "\e605"
}

.icon-zuzhi:before {
    content: "\e608"
}

.icon-tishi:before {
    content: "\e603"
}

.icon-roundcheckfill:before {
    content: "\e60d"
}

.icon-roundcheck:before {
    content: "\e60e"
}

.icon-evaluate:before {
    content: "\e612"
}

.icon-guanbi2:before {
    content: "\e602"
}

.icon-zhongyaotishi:before {
    content: "\e606"
}

.icon-gonggao:before {
    content: "\e601"
}

.icon-duihao:before {
    content: "\e60a"
}

.icon-bad:before {
    content: "\e610"
}

.icon-198taobao:before {
    content: "\e60b"
}

.icon-evaluate-hover:before {
    content: "\e611"
}

.icon-alipay:before {
    content: "\e60c"
}

.icon-bad-hover:before {
    content: "\e60f"
}

.ui-msg {
    overflow: hidden
}

.ui-msg .new-iconfont {
    float: left;
    font-size: 40px;
    line-height: 40px;
    margin-right: 10px;
    margin-top: 5px
}

.ui-msg .ui-msg-content {
    float: left
}

.comment-list p {
    line-height: 24px;
    margin-bottom: 5px
}

.comment-list p .new-iconfont {
    margin: 0 5px
}

.checkcode-warp {
    position: relative;
    width: 300px
}

.checkcode-warp .getcheckcode {
    position: absolute;
    right: 10px;
    top: 9px;
    background: #fff;
    border: 0;
    cursor: pointer
}

.xiaomi {
    position: fixed;
    top: 30%;
    right: 20px
}

.xiaomi-t1 {
    background: url(https://img.alicdn.com/tps/TB1fXeWLpXXXXaQXFXXXXXXXXXX-56-90.png);
    width: 56px;
    height: 90px
}

.xiaomi-t2 {
    width: 240px
}

.xiaomi-t2 .hd, .xiaomi-t2 .ft {
    background: url(https://img.alicdn.com/tps/TB1g.KNLpXXXXc6XVXXXXXXXXXX-479-719.png) no-repeat;
    background-size: 240px 360px
}

.xiaomi-t2 .hd {
    height: 112px
}

.xiaomi-t2 .bd {
    padding: 10px 10px 0;
    background: #fafafa
}

.xiaomi-t2 .bd p {
    line-height: 30px;
    border-bottom: 1px solid #ddd
}

.xiaomi-t2 .bd p a {
    color: #6c6c6c;
    padding: 0 10px;
    text-decoration: none
}

.xiaomi-t2 .bd p a:hover {
    color: #f40
}

.xiaomi-t2 .ft {
    background-position: 0 -312px;
    height: 48px
}

.xiaomi-t2 .ft a {
    display: block;
    height: 100%;
    width: 100%
}

/*!
DPL base style
 */

body {
    word-break: break-all;
    word-wrap: break-word
}

.hide {
    display: none !important
}

.table {
    color: #666
}

.sprt {
    color: #999;
    padding: 0 5px
}

.pagination-goto {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    padding: 0px 15px
}

.pagination-goto input.ipt {
    width: 40px;
    display: inline-block;
    margin-right: 6px
}

.pagination-goto .btn {
    padding: 8px
}

.alert-tip {
    border: none 0;
    border-left: solid 4px #edd28a;
    background: #fcf8e2;
    color: #9d7437;
    padding: 10px 12px
}

.console-container {
    padding-bottom: 30px
}

.text-line-through {
    text-decoration: line-through !important
}

.text-overline {
    text-decoration: overline !important
}

.text-underline {
    text-decoration: underline !important
}

.text-black {
    color: #000 !important
}

.text-dark {
    color: #333 !important
}

.text-gray {
    color: #666 !important
}

.loadmask {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1
}

.masked {
    overflow: hidden !important
}

.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px
}

.loadmask-msg div {
    height: 32px;
    width: 32px;
    background: url("https://img.alicdn.com/tps/TB1cFSVLXXXXXXJXFXXXXXXXXXX-32-32.gif") no-repeat;
    padding: 0px
}

.masked-relative {
    position: relative !important
}

.masked-hidden {
    visibility: hidden !important
}

.viewFramework-product-navbar .product-nav-list li.active a {
    background: none
}

.viewFramework-product-navbar .product-nav-list .active, .viewFramework-product-navbar .product-nav-list .active:hover {
    background: #fff
}

.viewFramework-product-navbar .product-nav-list ul.sub-level {
    display: none
}

.viewFramework-product-navbar .product-nav-list .expanded ul.sub-level {
    display: block
}

textarea {
    resize: none
}

.ipt, .form-inline .ipt {
    width: 120px
}

.select {
    width: auto
}

.btn-upload {
    overflow: hidden;
    position: relative
}

.btn-upload input {
    height: 1px;
    width: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    top: 0;
    position: absolute;
    left: 0;
    padding: 0px;
    margin: 0px;
    overflow: hidden
}

input.form-control[readonly] {
    cursor: pointer;
    background-color: #fff
}

.form-tip {
    margin-left: 10px
}

body .ui-slider {
    background: #43BFE3
}

body .ui-slider .ui-widget-header {
    background: #e8e8e8;
    border-radius: 0
}

body .ui-slider .ui-slider-handle {
    height: 40px;
    top: -4px;
    border: none 0;
    background: url(//gtms01.alicdn.com/tps/i1/TB1xBfIHpXXXXcAaXXXdkG_JFXX-6-9.png) center no-repeat #2DACD1;
    cursor: ew-resize;
    border-radius: 0;
    outline: none
}

body .ui-slider .w-popover {
    color: #666;
    white-space: nowrap
}

body .ui-slider-horizontal {
    display: inline-block;
    width: 300px;
    height: 32px;
    vertical-align: middle;
    border: none 0;
    border-radius: 0
}

ins {
    text-decoration: none
}

.w-popover {
    border: 1px solid #BBB;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 22px;
    background: #FFF;
    position: relative;
    *position: static
}

.w-popover-arr {
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    position: absolute;
    *display: none
}

.w-popover-arr em {
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent
}

.w-popover-arr-top {
    border-bottom: 5px solid #BBB;
    top: -11px;
    left: 12px
}

.w-popover-arr-top em {
    border-bottom: 5px solid #FFF;
    margin-left: -5px;
    margin-top: -4px
}

.w-popover-arr-bottom {
    border-top: 5px solid #BBB;
    left: 12px;
    bottom: -11px
}

.w-popover-arr-bottom em {
    border-top: 5px solid #FFF;
    margin-left: -5px;
    margin-top: -6px
}

.w-popover-arr-left {
    border-right: 5px solid #BBB;
    left: -11px;
    top: 10px
}

.w-popover-arr-left em {
    border-right: 5px solid #FFF;
    margin-left: -4px;
    margin-top: -5px
}

.w-popover-arr-right {
    border-left: 5px solid #BBB;
    right: -11px;
    top: 10px
}

.w-popover-arr-right em {
    border-left: 5px solid #FFF;
    margin-left: -6px;
    margin-top: -5px
}

.w-pop-wrap {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    position: fixed;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop))
}

.w-pop-alpha {
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=20);
    -moz-opacity: 0.20;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0
}

.w-pop {
    width: 600px;
    background: #FFF;
    border: 1px solid #AAA;
    box-shadow: 3px 3px 3px #DCDCDC;
    font-family: Microsoft Yahei;
    position: relative;
    top: 100px;
    margin: 0 auto
}

.w-pop-hd {
    height: 44px;
    padding: 0 20px;
    border-bottom: 1px solid #F3F3F3;
    font-size: 14px;
    line-height: 45px;
    color: #666
}

.w-pop-bd {
    padding: 30px 40px
}

.w-pop-ft {
    border-top: 1px solid #F3F3F3;
    padding: 20px
}

.w-pop-close {
    float: right;
    font-size: 20px;
    color: #999;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
    margin-top: 12px
}

.w-pop-close:hover {
    color: #666
}

.w-pop-btn {
    text-align: right
}

.w-pop-btn a {
    margin-left: 10px
}

.w-pop-bd-icon {
    width: 40px;
    float: left;
    text-align: right;
    padding-right: 10px
}

.w-pop-bd-info {
    margin-left: 50px
}

.pop-icon {
    font-size: 32px;
    color: #FF8800
}

.w-pop-bd-info .cont-title {
    font-size: 18px;
    line-height: 32px;
    color: #333;
    font-weight: normal
}

.w-pop-bd-info p {
    line-height: 24px;
    color: #333
}

.table thead tr th {
    padding: 8px 8px;
    font-weight: normal;
    color: #999;
    border-bottom: 1px solid #e1e6eb;
    background-color: #F5F6FA;
}

/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

mark {
    color: #000;
    background: #ff0;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

button, input, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    padding: 0;
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 2cm .5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .table td, .table th {
        background-color: #fff !important;
    }
    .btn>.caret, .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}

.o-h {
    overflow: hidden;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input[type="text"] {
    height: 32px;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.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;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
    font-size: 65%;
}

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small, h5 small, h6 small, h4 .small, h5 .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: 200;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small, .small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #428bca;
}

.text-primary:hover {
    color: #3071a9;
}

.text-warning {
    color: #8a6d3b;
}

.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

.text-danger:hover {
    color: #843534;
}

.text-success {
    color: #3c763d;
}

.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

.text-info:hover {
    color: #245269;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.list-inline>li:first-child {
    padding-left: 0;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
        display: table;
        content: " ";
    }
    .dl-horizontal dd:after {
        clear: both;
    }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
        display: table;
        content: " ";
    }
    .dl-horizontal dd:after {
        clear: both;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote small, blockquote .small {
    display: block;
    line-height: 1.428571429;
    color: #999999;
}

blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
}

blockquote.pull-right p, blockquote.pull-right small, blockquote.pull-right .small {
    text-align: right;
}

blockquote.pull-right small:before, blockquote.pull-right .small:before {
    content: '';
}

blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

blockquote:before, blockquote:after {
    content: "";
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    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 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container:before, .container:after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

.container:before, .container:after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    /* margin-right: -15px; */
    /* margin-left: -15px; */
}

.row:before, .row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.row:before, .row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.col-xs-1, .col-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-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666666666666%;
}

.col-xs-pull-10 {
    right: 83.33333333333334%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666666666666%;
}

.col-xs-pull-7 {
    right: 58.333333333333336%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666666666667%;
}

.col-xs-pull-4 {
    right: 33.33333333333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.666666666666664%;
}

.col-xs-pull-1 {
    right: 8.333333333333332%;
}

.col-xs-pull-0 {
    right: 0;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666666666666%;
}

.col-xs-push-10 {
    left: 83.33333333333334%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666666666666%;
}

.col-xs-push-7 {
    left: 58.333333333333336%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666666666667%;
}

.col-xs-push-4 {
    left: 33.33333333333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.666666666666664%;
}

.col-xs-push-1 {
    left: 8.333333333333332%;
}

.col-xs-push-0 {
    left: 0;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666666666666%;
    }
    .col-sm-10 {
        width: 83.33333333333334%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666666666666%;
    }
    .col-sm-7 {
        width: 58.333333333333336%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666666666667%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.666666666666664%;
    }
    .col-sm-1 {
        width: 8.333333333333332%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }
    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }
    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }
    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }
    .col-sm-pull-0 {
        right: 0;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666666666666%;
    }
    .col-sm-push-10 {
        left: 83.33333333333334%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666666666666%;
    }
    .col-sm-push-7 {
        left: 58.333333333333336%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666666666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.666666666666664%;
    }
    .col-sm-push-1 {
        left: 8.333333333333332%;
    }
    .col-sm-push-0 {
        left: 0;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666666666666%;
    }
    .col-md-pull-10 {
        right: 83.33333333333334%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666666666666%;
    }
    .col-md-pull-7 {
        right: 58.333333333333336%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666666666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.666666666666664%;
    }
    .col-md-pull-1 {
        right: 8.333333333333332%;
    }
    .col-md-pull-0 {
        right: 0;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666666666666%;
    }
    .col-md-push-10 {
        left: 83.33333333333334%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666666666666%;
    }
    .col-md-push-7 {
        left: 58.333333333333336%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666666666667%;
    }
    .col-md-push-4 {
        left: 33.33333333333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.666666666666664%;
    }
    .col-md-push-1 {
        left: 8.333333333333332%;
    }
    .col-md-push-0 {
        left: 0;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666666666666%;
    }
    .col-lg-10 {
        width: 83.33333333333334%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666666666666%;
    }
    .col-lg-7 {
        width: 58.333333333333336%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666666666667%;
    }
    .col-lg-4 {
        width: 33.33333333333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.666666666666664%;
    }
    .col-lg-1 {
        width: 8.333333333333332%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }
    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }
    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }
    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }
    .col-lg-pull-0 {
        right: 0;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666666666666%;
    }
    .col-lg-push-10 {
        left: 83.33333333333334%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666666666666%;
    }
    .col-lg-push-7 {
        left: 58.333333333333336%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666666666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.666666666666664%;
    }
    .col-lg-push-1 {
        left: 8.333333333333332%;
    }
    .col-lg-push-0 {
        left: 0;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 10px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}

.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #dddddd;
}

.table .table {
    background-color: #ffffff;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"], table th[class*="col-"] {
    display: table-cell;
    float: none;
}

.table>thead>tr>.active, .table>tbody>tr>.active, .table>tfoot>tr>.active, .table>thead>.active>td, .table>tbody>.active>td, .table>tfoot>.active>td, .table>thead>.active>th, .table>tbody>.active>th, .table>tfoot>.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>.active:hover, .table-hover>tbody>.active:hover>td, .table-hover>tbody>.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>.success, .table>tbody>tr>.success, .table>tfoot>tr>.success, .table>thead>.success>td, .table>tbody>.success>td, .table>tfoot>.success>td, .table>thead>.success>th, .table>tbody>.success>th, .table>tfoot>.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>.success:hover, .table-hover>tbody>.success:hover>td, .table-hover>tbody>.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>.danger, .table>tbody>tr>.danger, .table>tfoot>tr>.danger, .table>thead>.danger>td, .table>tbody>.danger>td, .table>tfoot>.danger>td, .table>thead>.danger>th, .table>tbody>.danger>th, .table>tfoot>.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>.danger:hover, .table-hover>tbody>.danger:hover>td, .table-hover>tbody>.danger:hover>th {
    background-color: #ebcccc;
}

.table>thead>tr>.warning, .table>tbody>tr>.warning, .table>tfoot>tr>.warning, .table>thead>.warning>td, .table>tbody>.warning>td, .table>tfoot>.warning>td, .table>thead>.warning>th, .table>tbody>.warning>th, .table>tfoot>.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>.warning:hover, .table-hover>tbody>.warning:hover>td, .table-hover>tbody>.warning:hover>th {
    background-color: #faf2cc;
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #dddddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

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;
    margin-bottom: 5px;
    font-weight: 500;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

input[type="file"] {
    display: block;
}

select[multiple], select[size] {
    height: auto;
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    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;
    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: #999999;
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.radio label, .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.radio+.radio, .checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg {
    height: auto;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    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;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    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;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    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;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
    }
    .form-inline select.form-control {
        width: auto;
    }
    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " ";
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " ";
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn:focus {
    color: #333333;
    text-decoration: none;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -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 {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default .badge {
    color: #ffffff;
    background-color: #fff;
}

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
    width: 1em;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro: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";
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    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;
}

.viewFramework-product.viewFramework-product-col-1.new {
    left: 0px;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    color: #999999;
}

.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999999;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn, .btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:hover, .btn-group-vertical>.btn:hover, .btn-group>.btn:focus, .btn-group-vertical>.btn:focus, .btn-group>.btn:active, .btn-group-vertical>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn.active {
    z-index: 2;
}

.btn-group>.btn:focus, .btn-group-vertical>.btn:focus {
    outline: none;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " ";
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " ";
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn-group {
    float: left;
}

.btn-toolbar>.btn+.btn, .btn-toolbar>.btn-group+.btn, .btn-toolbar>.btn+.btn-group, .btn-toolbar>.btn-group+.btn-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 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 {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after {
    display: table;
    content: " ";
}

.btn-group-vertical>.btn-group:after {
    clear: both;
}

.btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after {
    display: table;
    content: " ";
}

.btn-group-vertical>.btn-group:after {
    clear: both;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child>.btn:last-child, .btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

[data-toggle="buttons"]>.btn>input[type="radio"], [data-toggle="buttons"]>.btn>input[type="checkbox"] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
    height: auto;
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

.input-group-btn:first-child>.btn {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn {
    margin-left: -1px;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -4px;
}

.input-group-btn>.btn:hover, .input-group-btn>.btn:active {
    z-index: 2;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav:before, .nav:after {
    display: table;
    content: " ";
}

.nav:after {
    clear: both;
}

.nav:before, .nav:after {
    display: table;
    content: " ";
}

.nav:after {
    clear: both;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav>li.disabled>a {
    color: #999999;
}

.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
    color: #999999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #428bca;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
}

.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: #ffffff;
    background-color: #428bca;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar:before, .navbar:after {
    display: table;
    content: " ";
}

.navbar:after {
    clear: both;
}

.navbar:before, .navbar:after {
    display: table;
    content: " ";
}

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before, .navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

.navbar-header:before, .navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " ";
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " ";
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.container>.navbar-header, .container>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container>.navbar-header, .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    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;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 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);
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
    }
    .navbar-form select.form-control {
        width: auto;
    }
    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-nav.pull-right>li>.dropdown-menu, .navbar-nav>li>.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777777;
}

.navbar-default .navbar-nav>li>a {
    color: #777777;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #333333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #555555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
    color: #cccccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #cccccc;
}

.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 {
    color: #555555;
    background-color: #e7e7e7;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333333;
        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: #555555;
        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: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777777;
}

.navbar-default .navbar-link:hover {
    color: #333333;
}

.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #999999;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #999999;
}

.navbar-inverse .navbar-nav>li>a {
    color: #999999;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    color: #ffffff;
    background-color: #080808;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999999;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #ffffff;
        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: #ffffff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999999;
}

.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #cccccc;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #999999;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    background-color: #eeeeee;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #dddddd;
}

.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager:before, .pager:after {
    display: table;
    content: " ";
}

.pager:after {
    clear: both;
}

.pager:before, .pager:after {
    display: table;
    content: " ";
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
}

.pager li>a:hover, .pager li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next>a, .pager .next>span {
    float: right;
}

.pager .previous>a, .pager .previous>span {
    float: left;
}

.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label[href]:hover, .label[href]:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999999;
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #808080;
}

.label-primary {
    background-color: #428bca;
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

a.badge:hover, a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #ffffff;
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1, .jumbotron .h1 {
    line-height: 1;
    color: inherit;
}

.jumbotron p {
    line-height: 1.4;
}

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.thumbnail>img, .thumbnail a>img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #428bca;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p, .alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.media, .media .media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media>.pull-left {
    margin-right: 10px;
}

.media>.pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}

a.list-group-item {
    color: #555555;
}

a.list-group-item .list-group-item-heading {
    color: #333333;
}

a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}

a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    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 {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
}

.panel-body:before, .panel-body:after {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
}

.panel>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
}

.panel>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel>.table, .panel>.table-responsive>.table {
    margin-bottom: 0;
}

.panel>.panel-body+.table, .panel>.panel-body+.table-responsive {
    border-top: 1px solid #dddddd;
}

.panel>.table>tbody:first-child th, .panel>.table>tbody:first-child td {
    border-top: 0;
}

.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:last-child>th, .panel>.table-responsive>.table-bordered>thead>tr:last-child>th, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th, .panel>.table-bordered>thead>tr:last-child>td, .panel>.table-responsive>.table-bordered>thead>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0;
}

.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 {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}

.panel-default {
    border-color: #dddddd;
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #dddddd;
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #dddddd;
}

.panel-primary {
    border-color: #428bca;
}

.panel-primary>.panel-heading {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca;
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-warning {
    border-color: #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-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-footer+.panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
}

.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-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover, .close:focus {
    color: #000000;
    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 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 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);
    transform: translate(0, 0);
}

.modal-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -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;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.modal-footer:after {
    clear: both;
}

.modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        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);
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #ffffff;
    border-bottom-width: 0;
    content: " ";
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #ffffff;
    border-left-width: 0;
    content: " ";
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-top-width: 0;
    content: " ";
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #ffffff;
    border-right-width: 0;
    content: " ";
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #ffffff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
        display: block !important;
    }
    table.visible-xs.visible-sm {
        display: table;
    }
    tr.visible-xs.visible-sm {
        display: table-row !important;
    }
    th.visible-xs.visible-sm, td.visible-xs.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
        display: block !important;
    }
    table.visible-xs.visible-md {
        display: table;
    }
    tr.visible-xs.visible-md {
        display: table-row !important;
    }
    th.visible-xs.visible-md, td.visible-xs.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-xs.visible-lg {
        display: block !important;
    }
    table.visible-xs.visible-lg {
        display: table;
    }
    tr.visible-xs.visible-lg {
        display: table-row !important;
    }
    th.visible-xs.visible-lg, td.visible-xs.visible-lg {
        display: table-cell !important;
    }
}

.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display: block !important;
    }
    table.visible-sm.visible-xs {
        display: table;
    }
    tr.visible-sm.visible-xs {
        display: table-row !important;
    }
    th.visible-sm.visible-xs, td.visible-sm.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {
        display: block !important;
    }
    table.visible-sm.visible-md {
        display: table;
    }
    tr.visible-sm.visible-md {
        display: table-row !important;
    }
    th.visible-sm.visible-md, td.visible-sm.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display: block !important;
    }
    table.visible-sm.visible-lg {
        display: table;
    }
    tr.visible-sm.visible-lg {
        display: table-row !important;
    }
    th.visible-sm.visible-lg, td.visible-sm.visible-lg {
        display: table-cell !important;
    }
}

.visible-md, tr.visible-md, th.visible-md, td.visible-md {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-md.visible-xs {
        display: block !important;
    }
    table.visible-md.visible-xs {
        display: table;
    }
    tr.visible-md.visible-xs {
        display: table-row !important;
    }
    th.visible-md.visible-xs, td.visible-md.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
        display: block !important;
    }
    table.visible-md.visible-sm {
        display: table;
    }
    tr.visible-md.visible-sm {
        display: table-row !important;
    }
    th.visible-md.visible-sm, td.visible-md.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display: block !important;
    }
    table.visible-md.visible-lg {
        display: table;
    }
    tr.visible-md.visible-lg {
        display: table-row !important;
    }
    th.visible-md.visible-lg, td.visible-md.visible-lg {
        display: table-cell !important;
    }
}

.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-lg.visible-xs {
        display: block !important;
    }
    table.visible-lg.visible-xs {
        display: table;
    }
    tr.visible-lg.visible-xs {
        display: table-row !important;
    }
    th.visible-lg.visible-xs, td.visible-lg.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
        display: block !important;
    }
    table.visible-lg.visible-sm {
        display: table;
    }
    tr.visible-lg.visible-sm {
        display: table-row !important;
    }
    th.visible-lg.visible-sm, td.visible-lg.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
        display: block !important;
    }
    table.visible-lg.visible-md {
        display: table;
    }
    tr.visible-lg.visible-md {
        display: table-row !important;
    }
    th.visible-lg.visible-md, td.visible-lg.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

.hidden-xs {
    display: block !important;
}

table.hidden-xs {
    display: table;
}

tr.hidden-xs {
    display: table-row !important;
}

th.hidden-xs, td.hidden-xs {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
        display: none !important;
    }
}

.hidden-sm {
    display: block !important;
}

table.hidden-sm {
    display: table;
}

tr.hidden-sm {
    display: table-row !important;
}

th.hidden-sm, td.hidden-sm {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
        display: none !important;
    }
}

.hidden-md {
    display: block !important;
}

table.hidden-md {
    display: table;
}

tr.hidden-md {
    display: table-row !important;
}

th.hidden-md, td.hidden-md {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-md.hidden-xs, tr.hidden-md.hidden-xs, th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-md.hidden-lg, tr.hidden-md.hidden-lg, th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
        display: none !important;
    }
}

.hidden-lg {
    display: block !important;
}

table.hidden-lg {
    display: table;
}

tr.hidden-lg {
    display: table-row !important;
}

th.hidden-lg, td.hidden-lg {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
        display: none !important;
    }
}

.visible-print, tr.visible-print, th.visible-print, td.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
    .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
        display: none !important;
    }
}

/**
 * angular-growl - v0.4.0 - 2013-11-19
 * https://github.com/marcorinck/angular-growl
 * Copyright (c) 2013 Marco Rinck; Licensed MIT
 */

.growl {
    position: fixed;
    top: 10px;
    right: 10px;
    float: right;
    width: 250px
}

.growl-item.ng-enter, .growl-item.ng-leave {
    -webkit-transition: .5s linear all;
    -moz-transition: .5s linear all;
    -o-transition: .5s linear all;
    transition: .5s linear all
}

.growl-item.ng-enter, .growl-item.ng-leave.ng-leave-active {
    opacity: 0
}

.growl-item.ng-leave, .growl-item.ng-enter.ng-enter-active {
    opacity: 1
}

@charset "UTF-8";
.viewFramework-topbar {
    position: fixed;
    width: 100%;
    height: 50px;
    background: #09C;
    z-index: 101
}

.viewFramework-body {
    position: absolute;
    width: 100%;
    top: 50px;
    bottom: 0px;
    background-color: #000;
    z-index: 100
}

.viewFramework-body .console-global-notice .console-global-notice-nav {
    top: 14px
}

.viewFramework-body .console-global-notice .console-global-notice-list {
    margin: 0;
    height: 40px
}

.viewFramework-body .console-global-notice .console-global-notice-list .console-global-notice-item {
    padding: 11px 12px;
    border: none
}

.viewFramework-body .console-global-notice .console-global-notice-list .console-global-notice-item .console-global-notice-nomore {
    top: 10px
}

.viewFramework-body.viewFramework-topbar-hide {
    top: 0px
}

.viewFramework-body.viewFramework-topbar-hide .viewFramework-sidebar {
    top: 0px
}

.viewFramework-sidebar {
    width: 0px;
    display: none;
    position: fixed;
    top: 50px;
    bottom: 0px;
    background-color: #293038;
    z-index: 102;
    overflow-x: hidden
}

.viewFramework-sidebar .sidebar-content {
    width: 200px;
    height: 100%;
    overflow: auto;
    overflow-x: hidden
}

.viewFramework-sidebar .sidebar-trans {
    -o-transition: all 0.12s ease, 0.12s ease;
    -ms-transition: all 0.12s ease, 0.12s ease;
    -moz-transition: all 0.12s ease, 0.12s ease;
    -webkit-transition: all 0.12s ease, 0.12s ease
}

.viewFramework-sidebar .sidebar-fold {
    height: 30px;
    width: 180px;
    background: #242e3e;
    color: #aeb9c2;
    text-align: center;
    line-height: 30px !important;
    font-size: 12px;
    user-select: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.viewFramework-sidebar .sidebar-fold:hover {
    background: #37424f
}

.viewFramework-sidebar .sidebar-nav {
    width: 180px
}

.viewFramework-sidebar .sidebar-nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden
}

.viewFramework-sidebar .sidebar-nav li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden
}

.viewFramework-sidebar .sidebar-nav li a:hover {
    background: #37424f
}

.viewFramework-sidebar .sidebar-nav li a:hover .nav-icon, .viewFramework-sidebar .sidebar-nav li a:hover .nav-title {
    color: #fff
}

.viewFramework-sidebar .sidebar-nav .nav-item {
    position: relative
}

.viewFramework-sidebar .sidebar-nav .nav-comment {
    background: #2d3945;
    color: #cccccc;
    height: 26px;
    margin-left: 8px;
    line-height: 26px;
    padding: 0 7px;
    vertical-align: middle;
    position: relative;
    display: none
}

.viewFramework-sidebar .sidebar-nav .nav-comment .icon-arrow-left {
    position: absolute;
    left: -14px;
    line-height: 26px;
    font-size: 24px;
    color: #2d3945
}

.viewFramework-sidebar .sidebar-nav .nav-tooltip-comment {
    color: #ccc
}

.viewFramework-sidebar .sidebar-nav .sidebar-title {
    height: 40px;
    background: #22282e;
    color: #fff;
    line-height: 40px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none
}

.viewFramework-sidebar .sidebar-nav .sidebar-title:hover {
    background: #414d5c
}

.viewFramework-sidebar .sidebar-nav .sidebar-title-icon {
    display: inline-block;
    margin: 0 8px 0 20px;
    vertical-align: middle;
    transition: transform 0.12s;
    -o-transition: -o-transform 0.12s;
    -ms-transition: -ms-transform 0.12s;
    -moz-transition: -moz-transform 0.12s;
    -webkit-transition: -webkit-transform 0.12s
}

.viewFramework-sidebar .sidebar-manage {
    vertical-align: middle;
    position: absolute;
    height: 40px;
    width: 40px;
    right: 0
}

.viewFramework-sidebar .sidebar-manage a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #a0abb3;
    text-decoration: none
}

.viewFramework-sidebar .sidebar-nav-fold ul {
    height: 0 !important;
    overflow: hidden
}

.viewFramework-sidebar .sidebar-nav-fold .sidebar-title-icon {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

.viewFramework-sidebar .sidebar-nav-fold .sidebar-title {
    background: #37424f;
    border-bottom: 1px solid #414d5c
}

.viewFramework-sidebar .sidebar-nav .nav-item:hover .nav-comment {
    display: inline-block
}

.viewFramework-sidebar .entrance-nav .nav-comment {
    margin-left: 10px
}

.viewFramework-sidebar .sidebar-nav .nav-icon {
    width: 50px;
    text-align: center;
    font-size: 16px;
    float: left;
    color: #aeb9c2
}

.viewFramework-sidebar .sidebar-nav .nav-title {
    float: left;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 130px
}

.viewFramework-sidebar .entrance-nav .nav-title {
    width: auto
}

.viewFramework-sidebar .sidebar-nav li.consolehome .nav-tooltip {
    top: 15px;
    line-height: 40px
}

.viewFramework-sidebar .sidebar-nav li.consolehome a {
    height: 70px;
    line-height: 70px;
    background: #293038
}

.viewFramework-sidebar .sidebar-nav li.consolehome a .nav-icon {
    font-size: 20px
}

.viewFramework-sidebar .sidebar-nav li.consolehome.active a {
    background: #293038
}

.viewFramework-sidebar .sidebar-nav li.active a {
    background: #0099cc
}

.viewFramework-sidebar .sidebar-nav li.active a .nav-title {
    color: #fff
}

.viewFramework-sidebar .sidebar-nav li.active a .nav-icon {
    color: #fff
}

.viewFramework-sidebar .sidebar-nav .manage-nav {
    height: 30px;
    overflow: hidden
}

.viewFramework-sidebar .sidebar-nav .manage-nav:hover .nav-icon {
    color: #fff
}

.viewFramework-sidebar .sidebar-nav .manage-nav a {
    display: block;
    height: 100%
}

.viewFramework-sidebar .sidebar-nav .manage-nav .nav-icon {
    height: 100%;
    line-height: 30px;
    font-size: 16px
}

.viewFramework-sidebar .sidebar-nav .manage-nav .nav-title {
    margin-top: 14px;
    background: #293038;
    height: 1px;
    width: 120px
}

.viewFramework-sidebar .sidebar-nav .more-nav {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative
}

.viewFramework-sidebar .sidebar-nav .more-nav.open .more-nav-switch {
    background: #09c
}

.viewFramework-sidebar .sidebar-nav .more-nav.open .more-nav-switch .nav-icon, .viewFramework-sidebar .sidebar-nav .more-nav.open .more-nav-switch .nav-title {
    color: #fff
}

.viewFramework-sidebar .sidebar-nav .more-nav.open .more-nav-switch:hover {
    background: #09c
}

.viewFramework-sidebar .sidebar-nav .more-nav.open .icon-up {
    display: none
}

.viewFramework-sidebar .sidebar-nav .more-nav.open .icon-down {
    display: inline-block
}

.viewFramework-sidebar .sidebar-nav .more-nav .icon-up {
    display: inline-block
}

.viewFramework-sidebar .sidebar-nav .more-nav .icon-down {
    display: none
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-switch {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-switch:hover {
    background: #425160
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-switch:hover .nav-icon, .viewFramework-sidebar .sidebar-nav .more-nav .more-nav-switch:hover .nav-title {
    color: #fff
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-container {
    background: #425160;
    position: absolute;
    bottom: 40px;
    top: auto;
    border: none;
    border-radius: 0 0;
    box-shadow: none;
    margin: 0;
    width: 100%
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-container a {
    color: #fff;
    text-decoration: none
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-container .more-nav-item {
    display: block;
    height: 40px;
    line-height: 40px
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-container .more-nav-item:hover {
    background: #3a4856
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-container .more-nav-item:hover .more-nav-item-icon {
    color: #aeb9c2
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-container .more-nav-item-icon {
    width: 50px;
    display: inline-block;
    vertical-align: text-top;
    text-align: center;
    color: #546478
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-container .more-nav-item.active {
    background: #2d3945
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-container .more-nav-item.active .more-nav-item-icon {
    color: #0099cc
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-close {
    height: 20px;
    background: #09c;
    text-align: right;
    line-height: 20px;
    cursor: pointer
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-close .icon-down {
    text-align: left;
    width: 32px;
    display: inline-block;
    color: #80cce6;
    vertical-align: middle
}

.viewFramework-sidebar-mini .viewFramework-sidebar, .viewFramework-sidebar.sidebar-mini {
    width: 50px;
    display: block
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-content, .viewFramework-sidebar.sidebar-mini .sidebar-content {
    width: 70px
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-fold, .viewFramework-sidebar.sidebar-mini .sidebar-fold {
    width: 50px
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-nav, .viewFramework-sidebar.sidebar-mini .sidebar-nav {
    width: 50px
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-nav .nav-item a:hover+.nav-tooltip, .viewFramework-sidebar.sidebar-mini .sidebar-nav .nav-item a:hover+.nav-tooltip {
    display: block
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-nav .nav-title, .viewFramework-sidebar.sidebar-mini .sidebar-nav .nav-title {
    display: none
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-nav .more-nav .more-nav-switch:hover, .viewFramework-sidebar.sidebar-mini .sidebar-nav .more-nav .more-nav-switch:hover {
    background: #425160 !important
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-nav .more-nav.open .more-nav-switch, .viewFramework-sidebar.sidebar-mini .sidebar-nav .more-nav.open .more-nav-switch {
    background: #425160 !important
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-nav .more-nav .more-nav-container, .viewFramework-sidebar.sidebar-mini .sidebar-nav .more-nav .more-nav-container {
    bottom: 0px;
    left: 50px;
    width: 180px
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-nav .more-nav .more-nav-container .more-nav-item, .viewFramework-sidebar.sidebar-mini .sidebar-nav .more-nav .more-nav-container .more-nav-item {
    display: block;
    height: 40px;
    line-height: 40px
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-nav .more-nav .more-nav-container .more-nav-item-icon, .viewFramework-sidebar.sidebar-mini .sidebar-nav .more-nav .more-nav-container .more-nav-item-icon {
    width: 50px;
    padding-left: 0
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-nav .more-nav .more-nav-close, .viewFramework-sidebar.sidebar-mini .sidebar-nav .more-nav .more-nav-close {
    display: none
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-nav li.consolehome a :hover, .viewFramework-sidebar.sidebar-mini .sidebar-nav li.consolehome a :hover {
    background: #425160
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-title .sidebar-title-text, .viewFramework-sidebar.sidebar-mini .sidebar-title .sidebar-title-text {
    display: none
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-title-inner:hover+.nav-tooltip, .viewFramework-sidebar.sidebar-mini .sidebar-title-inner:hover+.nav-tooltip {
    display: block
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-manage, .viewFramework-sidebar.sidebar-mini .sidebar-manage {
    display: none
}

.viewFramework-sidebar-mini .viewFramework-sidebar .entrance-nav .nav-item:hover .nav-comment, .viewFramework-sidebar.sidebar-mini .entrance-nav .nav-item:hover .nav-comment {
    display: none
}

.viewFramework-sidebar-full .viewFramework-sidebar, .viewFramework-sidebar.sidebar-full {
    width: 180px;
    display: block
}

.viewFramework-sidebar-full .viewFramework-sidebar .sidebar-nav .nav-icon, .viewFramework-sidebar.sidebar-full .sidebar-nav .nav-icon {
    width: 50px
}

.viewFramework-sidebar-mini .viewFramework-product {
    left: 50px
}

.viewFramework-sidebar-full .viewFramework-product {
    left: 180px
}

.viewFramework-sidebar-dialog .modal-dialog {
    width: 730px
}

.viewFramework-sidebar-dialog .modal-dialog .modal-title {
    user-select: none;
    -webkit-user-select: none
}

.viewFramework-sidebar-manage .sidebar-item-list {
    padding: 4px 0 0 0;
    height: auto
}

.viewFramework-sidebar-manage .sidebar-item-list-picked .sidebar-item {
    border: 1px solid #37a9d5
}

.viewFramework-sidebar-manage .sidebar-item-list-picked .sidebar-item .sidebar-item-opt-icon {
    display: block
}

.viewFramework-sidebar-manage .sidebar-item-list-picked .sidebar-item .sidebar-item-icon {
    color: #516176
}

.viewFramework-sidebar-manage .sidebar-config-title {
    padding-left: 6px;
    user-select: none;
    -webkit-user-select: none
}

.viewFramework-sidebar-manage .sidebar-item-wrap {
    padding: 6px;
    width: 33.3%;
    float: left;
    user-select: none;
    -webkit-user-select: none
}

.viewFramework-sidebar-manage .sidebar-item-wrap.on-drag-hover .sidebar-item {
    border: 1px dashed #ddd
}

.viewFramework-sidebar-manage .sidebar-item {
    height: 32px;
    padding: 4px;
    line-height: 24px;
    background: #fff;
    border: 1px solid #d3dce3;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-transition: all 0.1s, 0.1s;
    -ms-transition: all 0.1s, 0.1s;
    -moz-transition: all 0.1s, 0.1s;
    -webkit-transition: all 0.1s, 0.1s
}

.viewFramework-sidebar-manage .sidebar-item:hover {
    border: 1px solid #37a9d5
}

.viewFramework-sidebar-manage .sidebar-item:hover .sidebar-item-opt-icon {
    display: block
}

.viewFramework-sidebar-manage .sidebar-item .sidebar-item-icon {
    color: #aeb9c2;
    font-size: 14px;
    margin: 0 2px;
    position: relative;
    top: 1px
}

.viewFramework-sidebar-manage .sidebar-item .sidebar-item-opt-icon {
    display: none;
    position: absolute;
    height: 30px;
    width: 30px;
    right: 0;
    top: 0;
    line-height: 30px;
    text-align: center;
    border-left: 1px solid #37a9d5;
    color: #37a9d5;
    font-size: 14px
}

.viewFramework-sidebar-manage .sidebar-config-gap {
    border: 1px dashed #e8ecf0;
    margin: 16px 5px;
    user-select: none;
    -webkit-user-select: none
}

.aliyun-console-sidebar-tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}

.aliyun-console-sidebar-tooltip .tooltip-inner {
    max-width: 200px;
    padding: 12px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 0 0;
    background-color: #425160
}

.aliyun-console-sidebar-tooltip .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.aliyun-console-sidebar-tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.aliyun-console-sidebar-tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.aliyun-console-sidebar-tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #425160;
    border-width: 5px 5px 5px 0
}

.viewFramework-product {
    width: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background: #FFF
}

.viewFramework-product-navbar {
    width: 0px;
    float: left;
    background-color: #EAEDF1;
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 2;
    overflow: hidden;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease
}

.viewFramework-product-navbar .product-nav-stage {
    width: 180px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px
}

.viewFramework-product-navbar .product-nav-stage .product-nav-scene {
    width: 180px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    -webkit-transition: position, .2s, linear;
    -moz-transition: position, .2s, linear
}

.viewFramework-product-navbar .product-nav-stage .product-nav-main-scene {
    left: 0px
}

.viewFramework-product-navbar .product-nav-stage .product-nav-sub-scene {
    left: 180px
}

.viewFramework-product-navbar .product-nav-stage-main .product-nav-main-scene {
    left: 0px
}

.viewFramework-product-navbar .product-nav-stage-main .product-nav-sub-scene {
    left: 180px
}

.viewFramework-product-navbar .product-nav-stage-sub .product-nav-main-scene {
    left: -180px
}

.viewFramework-product-navbar .product-nav-stage-sub .product-nav-sub-scene {
    left: 0px
}

.viewFramework-product-navbar .product-nav-scene .product-nav-title {
    width: 180px;
    height: 70px;
    line-height: 70px;
    background: #D9DEE4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.viewFramework-product-navbar .product-nav-main-scene .product-nav-title {
    font-weight: bold;
    text-indent: 20px
}

.viewFramework-product-navbar .product-nav-sub-scene .product-nav-title {
    text-align: center
}

.viewFramework-product-navbar .product-nav-sub-scene .product-nav-title a {
    font-size: 20px;
    color: #546478;
    text-decoration: none
}

.viewFramework-product-navbar .product-nav-sub-scene .product-nav-title a:hover {
    color: #09C
}

.viewFramework-product-navbar .product-nav-list {
    position: absolute;
    top: 70px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-y: auto;
    overflow-x: hidden
}

.viewFramework-product-navbar .product-nav-list .nav-icon {
    width: 30px;
    height: 40px;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #333
}

.viewFramework-product-navbar .product-nav-list .nav-title {
    width: 138px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.viewFramework-product-navbar .product-nav-list .nav-extend {
    height: 40px;
    line-height: 40px;
    float: right;
    margin-top: -40px
}

.viewFramework-product-navbar .product-nav-list ul {
    list-style: none;
    padding: 0px;
    margin: 0px
}

.viewFramework-product-navbar .product-nav-list li a {
    width: 180px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #333
}

.viewFramework-product-navbar .product-nav-list ul ul li a {
    color: #666
}

.viewFramework-product-navbar .product-nav-list ul ul li a .nav-title {
    text-indent: 8px
}

.viewFramework-product-navbar .product-nav-list li a:hover {
    background-color: #F4F6F8
}

.viewFramework-product-navbar .product-nav-list li.active a {
    background-color: #FFF
}

.viewFramework-product-navbar-collapse {
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 50px;
    z-index: 3;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease
}

.viewFramework-product-navbar-collapse:hover .product-navbar-collapse {
    left: 0
}

.viewFramework-product-navbar-collapse:hover .product-navbar-collapse-bg {
    border-bottom: 8px solid transparent;
    border-left: 20px solid #D9DEE4;
    border-top: 8px solid transparent
}

.viewFramework-product-navbar-collapse .product-navbar-collapse-inner {
    top: -50%;
    position: relative;
    overflow: hidden
}

.viewFramework-product-navbar-collapse .product-navbar-collapse {
    height: 50px;
    position: relative;
    left: -7px;
    text-align: center;
    cursor: pointer;
    -o-transition: all 0.1s ease, 0.1s ease;
    -ms-transition: all 0.1s ease, 0.1s ease;
    -moz-transition: all 0.1s ease, 0.1s ease;
    -webkit-transition: all 0.1s ease, 0.1s ease
}

.viewFramework-product-navbar-collapse .product-navbar-collapse>span {
    font-size: 15px;
    line-height: 50px;
    vertical-align: text-top
}

.viewFramework-product-navbar-collapse .product-navbar-collapse-bg {
    width: 0;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 9px solid transparent;
    border-left: 13px solid #D9DEE4;
    border-top: 9px solid transparent;
    -o-transition: all 0.1s ease, 0.1s ease;
    -ms-transition: all 0.1s ease, 0.1s ease;
    -moz-transition: all 0.1s ease, 0.1s ease;
    -webkit-transition: all 0.1s ease, 0.1s ease
}

.viewFramework-product-navbar-collapse .icon-collapse-left {
    display: none
}

.viewFramework-product-navbar-collapse .icon-collapse-right {
    display: inline
}

.viewFramework-product-body {
    position: absolute;
    width: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    overflow-y: auto;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease
}

.viewFramework-product-col-1 .viewFramework-product-navbar-bg, .viewFramework-product-col-1 .viewFramework-product-navbar {
    width: 180px
}

.viewFramework-product-col-1 .viewFramework-product-body {}

.viewFramework-product-col-1 .viewFramework-product-navbar-collapse {
    left: 160px
}

.viewFramework-product-col-1 .viewFramework-product-navbar-collapse .product-navbar-collapse {
    right: -7px;
    left: auto
}

.viewFramework-product-col-1 .viewFramework-product-navbar-collapse .product-navbar-collapse>span {
    color: #546478
}

.viewFramework-product-col-1 .viewFramework-product-navbar-collapse .product-navbar-collapse-bg {
    right: 0;
    left: auto;
    border-bottom: 9px solid transparent;
    border-left: none;
    border-right: 13px solid #f7f7f7;
    border-top: 9px solid transparent
}

.viewFramework-product-col-1 .viewFramework-product-navbar-collapse .icon-collapse-left {
    display: inline
}

.viewFramework-product-col-1 .viewFramework-product-navbar-collapse .icon-collapse-right {
    display: none
}

.viewFramework-product-col-1 .viewFramework-product-navbar-collapse:hover .product-navbar-collapse {
    right: 0;
    left: auto
}

.viewFramework-product-col-1 .viewFramework-product-navbar-collapse:hover .product-navbar-collapse-bg {
    border-bottom: 8px solid transparent;
    border-left: none;
    border-right: 20px solid #f7f7f7;
    border-top: 8px solid transparent
}

.viewFramework-product-col-2 .viewFramework-product-navbar-bg, .viewFramework-product-col-2 .viewFramework-product-navbar {
    width: 360px
}

.viewFramework-product-col-2 .viewFramework-product-body {
    left: 360px
}

.viewFramework-animate {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.viewFramework-fadeIn {
    -webkit-animation-name: viewFrameworkFadeIn;
    animation-name: viewFrameworkFadeIn
}

@-webkit-keyframes viewFrameworkFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes viewFrameworkFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.text-muted {
    color: #999 !important
}

.text-muted:hover {
    color: #999 !important
}

.text-info {
    color: #69C !important
}

.text-info:hover {
    color: #69C !important
}

.text-primary {
    color: #09C !important
}

.text-primary:hover {
    color: #09C !important
}

.text-success {
    color: #090 !important
}

.text-success:hover {
    color: #090 !important
}

.text-warning {
    color: #F90 !important
}

.text-warning:hover {
    color: #F90 !important
}

.text-danger {
    color: #F00 !important
}

.text-danger:hover {
    color: #F00 !important
}

.text-explode {
    color: #CCC !important;
    font-weight: normal !important;
    margin: 0px 4px !important
}

span.label {
    font-weight: normal
}

.text-size-14 {
    font-size: 14px !important
}

.text-size-16 {
    font-size: 16px !important
}

.text-size-24 {
    font-size: 24px !important
}

.text-size-32 {
    font-size: 32px !important
}

.text-size-48 {
    font-size: 48px !important
}

.text-size-64 {
    font-size: 64px !important
}

.btn {
    font-size: 12px;
    border-radius: 0px;
    padding: 8px 16px;
    height: 32px;
    line-height: 14px
}

.btn-default {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7
}

.btn-default:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}

.btn-default:focus {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    outline: none
}

.btn-default:hover {
    color: #333;
    border: 1px solid #ddd;
    background-color: #fff
}

.btn-primary {
    color: #fff;
    border: 1px solid #09c;
    background-color: #09c
}

.btn-primary:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}

.btn-primary:focus {
    color: #fff;
    border: 1px solid #09c;
    background-color: #09c;
    outline: none
}

.btn-primary:hover {
    color: #fff;
    border: 1px solid #28b5d6;
    background-color: #28b5d6
}

.btn-success {
    color: #fff;
    border: 1px solid #57a235;
    background-color: #4db118
}

.btn-success:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}

.btn-success:focus {
    color: #fff;
    border: 1px solid #57a235;
    background-color: #4db118;
    outline: none
}

.btn-success:hover {
    color: #fff;
    border: 1px solid #57bc20;
    background-color: #57bc20
}

.btn-warning {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7
}

.btn-warning:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}

.btn-warning:focus {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    outline: none
}

.btn-warning:hover {
    color: #fff;
    border: 1px solid #ffa200;
    background-color: #ffa200
}

.btn-danger {
    color: #333;
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7
}

.btn-danger:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}

.btn-danger:focus {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    outline: none
}

.btn-danger:hover {
    color: #fff;
    border: 1px solid #f25721;
    background-color: #f25721
}

.btn-link {
    color: #06C;
    text-shadow: none;
    border: none
}

.btn-link:hover {
    color: #039
}

.btn-lg {
    font-size: 14px;
    padding: 12px 20px;
    height: 40px;
    line-height: 16px
}

.btn-sm {
    font-size: 12px;
    padding: 4px 12px;
    height: 24px;
    line-height: 14px
}

.btn-xs {
    font-size: 12px;
    padding: 2px 8px;
    height: 20px;
    line-height: 14px
}

.btn.disabled, .btn[disabled] {
    text-shadow: none;
    filter: none;
    opacity: 1;
    color: #bbb;
    border: 1px solid #ddd;
    background-color: #f7f7f7
}

.btn.disabled:active, .btn[disabled]:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}

.btn.disabled:focus, .btn[disabled]:focus {
    color: #bbb;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    outline: none
}

.btn.disabled:hover, .btn[disabled]:hover {
    color: #bbb;
    border: 1px solid #ddd;
    background-color: #f7f7f7
}

.btn.btn-link.disabled, .btn.btn-link[disabled] {
    border: none;
    background: transparent none
}

.btn.btn-primary.disabled, .btn.btn-primary[disabled] {
    color: #EEE;
    text-shadow: none;
    filter: none;
    opacity: 1;
    color: #fff;
    border: 1px solid #ccc;
    background-color: #ccc
}

.btn.btn-primary.disabled:active, .btn.btn-primary[disabled]:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}

.btn.btn-primary.disabled:focus, .btn.btn-primary[disabled]:focus {
    color: #fff;
    border: 1px solid #ccc;
    background-color: #ccc;
    outline: none
}

.btn.btn-primary.disabled:hover, .btn.btn-primary[disabled]:hover {
    color: #fff;
    border: 1px solid #ccc;
    background-color: #ccc
}

.btn-default-active, .btn-default-active:hover, .btn-default-active:focus {
    border: 1px solid #485260;
    background-color: #525d6d;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #525d6d), color-stop(100%, #525d6d));
    background: -webkit-linear-gradient(top, #525d6d, #525d6d);
    background: -moz-linear-gradient(top, #525d6d, #525d6d);
    background: -o-linear-gradient(top, #525d6d, #525d6d);
    background: linear-gradient(top, #525d6d, #525d6d);
    color: #FFFFFF;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3)
}

.btn-toinstlist {
    border: 1px solid #BBB;
    color: #666;
    text-shadow: none;
    vertical-align: middle;
    margin-top: 7px
}

.btn-toinstlist .icon-toinstlist {
    width: 12px;
    height: 12px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background: url(images/toinstlist.png) center 1px no-repeat
}

.console-sub-title+.table {
    margin-top: 0px
}

.table-header {
    border: 1px solid #e1e6eb;
    width: 100%;
    z-index: 1;
    margin-bottom: -1px;
    padding: 8px;
    line-height: 32px;
    display: table
}

.table-header+.table {
    margin-top: 0px
}

.table {
    background: #FFF;
    font-size: 12px;
    border-top: 1px solid #e1e6eb;
    margin-top: 8px;
    border: 1px solid #e1e6eb
}

.table thead tr th {
    padding: 8px 8px;
    font-weight: normal;
    color: #999;
    border-bottom: 1px solid #e1e6eb;
    background-color: #F5F6FA;
    text-align: center;
}

.table thead tr th a.dropdown-toggle {
    color: #999
}

.table thead tr th .dropdown.open a {
    color: #333
}

.table tbody tr td {
    padding: 0px 8px;
    border-top: 0px;
    border-bottom: 1px solid #e1e6eb;
    vertical-align: middle
}

.table tbody tr td p {
    margin-bottom: 0px
}

.table tfoot tr td {
    padding: 12px 8px;
    border-bottom: 1px solid #e1e6eb;
    vertical-align: middle
}

.table .text-right .dropdown-menu {
    text-align: left;
    left: auto;
    right: 0px
}

.table-hover tbody tr:hover td {
    background-color: #F9F9FA
}

.pagination {
    margin: 0px;
    vertical-align: middle;
    border-radius: 0px
}

.pagination li a, .pagination li span {
    height: 32px;
    line-height: 20px;
    color: #333;
    cursor: pointer;
    border-color: #CCC
}

.pagination li a:hover {
    color: #FFF;
    background-color: #28B5D6;
    border-color: #28B5D6
}

.pagination li span {
    color: #999
}

.pagination li span:hover {
    background: none
}

.pagination li:first-child>a, .pagination li:first-child>span {
    border-radius: 0px
}

.pagination li:last-child>a, .pagination li:last-child>span {
    border-radius: 0px
}

.pagination li.active a, .pagination li.active span {
    background-color: #09C;
    border: 1px solid #09C
}

.pagination li.active a:hover, .pagination li.active span:hover {
    background-color: #09C;
    border: 1px solid #09C
}

.pagination-info {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 0px 16px;
    color: #888
}

.form-group {
    margin-top: 8px;
    margin-bottom: 16px
}

.help-block {
    margin: 4px 0px
}

.form-control {
    height: 32px;
    border-radius: 0px;
    padding: 6px;
    -webkit-transition: none;
    transition: none;
    font-size: 12px
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control[size], .form-control[cols], .form-control.autosize {
    width: auto
}

.form-control.inline {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline
}

select {
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #090
}

.has-success .form-control, input.ng-valid.ng-dirty, textarea.ng-valid.ng-dirty {
    border-color: #090
}

.has-success .form-control:focus, input.ng-valid.ng-dirty:focus, textarea.ng-valid.ng-dirty:focus {
    border-color: #2A0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #F90
}

.has-warning .form-control {
    border-color: #F90
}

.has-warning .form-control:focus {
    border-color: #FA0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #E40
}

.has-error .form-control, input.ng-invalid.ng-dirty, textarea.ng-invalid.ng-dirty {
    border-color: #E40
}

.has-error .form-control:focus, input.ng-invalid.ng-dirty:focus, textarea.ng-invalid.ng-dirty:focus {
    border-color: #F30;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    color: #999
}

label.control-label {
    font-weight: normal;
    font-size: 12px;
    color: #666
}

.form-inline .form-group {
    margin: 4px 8px 4px 0px
}

.form-inline .form-control {
    width: 106px!important;
}

.form-inline .input-group-btn {
    width: auto
}

select.input-lg, .input-lg {
    height: 40px
}

select.input-sm, .input-sm {
    height: 24px
}

.console-onoff {
    vertical-align: middle;
    width: 50px;
    height: 20px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background-image: url("images/on-off.png");
    background-image: -webkit-image-set(url("images/on-off.png") 1x, url("images/on-off@2x.png") 2x);
    background-image: -moz-image-set(url("images/onoff.png") 1x, url("images/onoff@2x.png") 2x);
    background-image: -o-image-set(url("images/onoff.png") 1x, url("images/onoff@2x.png") 2x);
    background-image: -ms-image-set(url("images/onoff.png") 1x, url("images/onoff@2x.png") 2x);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer
}

.console-onoff .onoff-handle {
    display: block;
    width: 50px;
    height: 20px;
    -webkit-transition: background-position 0.2s ease;
    -moz-transition: background-position 0.2s ease;
    -o-transition: background-position 0.2s ease;
    transition: background-position 0.2s ease;
    background-image: url("images/on-off.png");
    background-image: -webkit-image-set(url("images/on-off.png") 1x, url("images/on-off@2x.png") 2x);
    background-image: -moz-image-set(url("images/onoff.png") 1x, url("images/onoff@2x.png") 2x);
    background-image: -o-image-set(url("images/onoff.png") 1x, url("images/onoff@2x.png") 2x);
    background-image: -ms-image-set(url("images/onoff.png") 1x, url("images/onoff@2x.png") 2x);
    background-repeat: no-repeat;
    background-position: 0px 0px
}

.console-onoff .onoff-loading {
    display: block;
    width: 50px;
    height: 20px;
    -webkit-transition: background-position 0.2s ease;
    -moz-transition: background-position 0.2s ease;
    -o-transition: background-position 0.2s ease;
    transition: background-position 0.2s ease;
    background-image: url("images/on-off-loading.gif");
    background-image: -webkit-image-set(url("images/on-off-loading.gif") 1x, url("images/on-off-loading@2x.gif") 2x);
    background-image: -moz-image-set(url("images/on-off-loading.gif") 1x, url("images/on-off-loading@2x.gif") 2x);
    background-image: -o-image-set(url("images/on-off-loading.gif") 1x, url("images/on-off-loading@2x.gif") 2x);
    background-image: -ms-image-set(url("images/on-off-loading.gif") 1x, url("images/on-off-loading@2x.gif") 2x);
    background-repeat: no-repeat;
    background-position: 0px 0px
}

.console-onoff-on {
    background-position: 0px -40px
}

.console-onoff-on .onoff-handle {
    background-position: 0px 0px
}

.console-onoff-on .onoff-loading {
    background-position: 32px 4px
}

.console-onoff-off {
    background-position: 0px -60px
}

.console-onoff-off .onoff-handle {
    background-position: -28px 0px
}

.console-onoff-off .onoff-loading {
    background-position: 4px 4px
}

.console-onoff[disabled="disabled"] {
    cursor: not-allowed;
    background-position: 0px -80px
}

.console-onoff[disabled="disabled"] .onoff-loading {
    display: none
}

.console-onoff-on[disabled="disabled"] .onoff-handle {
    background-position: 0px -20px
}

.console-onoff-off[disabled="disabled"] .onoff-handle {
    background-position: -28px -20px
}

.console-number-spinner {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: middle
}

.console-number-spinner .form-control {
    width: auto;
    float: left;
    text-indent: -16px
}

.console-number-spinner .console-number-spinner-action {
    width: 14px;
    height: 30px;
    float: left;
    margin-left: -16px;
    border-left: 1px solid #E3E3E3;
    margin-top: 1px
}

.console-number-spinner .console-number-spinner-action button {
    width: 14px;
    height: 15px;
    overflow: hidden;
    line-height: 16px;
    font-size: 12px;
    border: 0px;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    display: block;
    color: #999;
    text-align: center;
    outline: 0px
}

.console-number-spinner .console-number-spinner-action button:hover {
    color: #06C
}

.console-number-spinner .console-number-spinner-action button[disabled] {
    color: #999
}

.console-number-spinner .console-number-spinner-action .console-number-spinner-down {
    border-top: 1px solid #E3E3E3
}

.console-timepicker {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: middle
}

.console-datepicker {
    padding: 8px
}

.console-datepicker thead .h6 th {
    padding-top: 8px
}

.console-datepicker tbody tr:first-child td {
    padding-top: 8px
}

.console-datepicker tbody .btn {
    border: 0px !important
}

.console-datepicker tbody .btn:hover {
    background: #F3F3F3
}

.console-datepicker tbody .btn-default {
    background: transparent
}

.console-datepicker tbody .active, .console-datepicker tbody .active:hover, .console-datepicker tbody .active span {
    background: #3C0;
    color: #FFF
}

.console-datepicker tbody .btn[disabled="disabled"] .btn[disabled="disabled"] span {
    color: #CCC
}

.console-datepicker em {
    font-size: 12px;
    color: #ACD
}

.aliyun-console-topbar {
    position: relative;
    clear: both;
    height: 50px;
    background: #4678c7;
    font-size: 12px;
    min-width: 990px;
    z-index: 999;
}

.aliyun-console-topbar a {
    text-decoration: none
}

.aliyun-console-topbar a:focus {
    outline: none
}

.aliyun-console-topbar .accessibility-ast {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px
}

.aliyun-console-topbar .accessibility-ast:focus {
    position: absolute;
    top: 0;
    left: 310px
}

.aliyun-console-topbar .icon-arrow-down {
    display: inline-block;
    width: 18px;
    text-align: center;
    vertical-align: middle;
    transition: transform 0.2s, vertical-align 0.2s;
    -o-transition: transform 0.2s, vertical-align 0.2s;
    -ms-transition: transform 0.2s, vertical-align 0.2s;
    -moz-transition: transform 0.2s, vertical-align 0.2s;
    -webkit-transition: transform 0.2s, vertical-align 0.2s
}

.aliyun-console-topbar .dropdown .dropdown-menu {
    z-index: 1;
    font-size: 12px;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-left: -110px;
}

.aliyun-console-topbar .dropdown .dropdown-menu a {
    padding: 0
}

.aliyun-console-topbar .dropdown.open .icon-arrow-down {
    vertical-align: text-top;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.aliyun-console-topbar .topbar-wrap, .aliyun-console-topbar .topbar-logo, .aliyun-console-topbar .topbar-home, .aliyun-console-topbar .topbar-home-link, .aliyun-console-topbar .topbar-nav, .aliyun-console-topbar .topbar-info {
    height: 100%
}

.aliyun-console-topbar .topbar-left {
    float: left
}

.aliyun-console-topbar .topbar-right {
    float: right
}

.aliyun-console-topbar .topbar-clearfix:before, .aliyun-console-topbar .topbar-clearfix:after {
    display: table;
    content: " "
}

.aliyun-console-topbar .topbar-clearfix:after {
    clear: both
}

.aliyun-console-topbar .topbar-head {
    background: #084fbf;
    height: 50px;
    position: relative;
    z-index: 3;
}

.aliyun-console-topbar .topbar-nav {
    position: relative;
    z-index: 2;
    background: #4678c7;
}

.aliyun-console-topbar .topbar-logo, .aliyun-console-topbar .topbar-home {
    display: block;
    width: 50px;
    background: #0099cc;
    font-size: 28px;
    color: #FFF;
    text-align: center;
    line-height: 50px;
}

.aliyun-console-topbar .topbar-logo span, .aliyun-console-topbar .topbar-home span {
    line-height: 50px
}

.aliyun-console-topbar .topbar-logo {
    background: #084fbf;
}

.aliyun-console-topbar .topbar-home {
    margin-right: 1px;
    font-size: 20px
}

.aliyun-console-topbar .topbar-home:hover {
    background: #008fbf
}

.aliyun-console-topbar .topbar-home-link {
    padding: 0 20px;
    margin-right: 1px;
    background-color: #4678c7;
}

.aliyun-console-topbar .topbar-home {
    -o-transition: all 0.15s, 0.15s;
    -ms-transition: all 0.15s, 0.15s;
    -moz-transition: all 0.15s, 0.15s;
    -webkit-transition: all 0.15s, 0.15s
}

.aliyun-console-topbar .topbar-btn {
    color: #fff;
    font-size: 14px;
    line-height: 50px
}

.aliyun-console-topbar .topbar-btn:hover, .aliyun-console-topbar .topbar-btn.topbar-btn-dark {
    background: #6396e6;
}

.aliyun-console-topbar .topbar-nav.open .topbar-nav-btn {
    background: #fff;
    color: #333
}

.aliyun-console-topbar .topbar-nav-btn {
    padding: 0 20px;
    display: inline-block;
    height: 50px
}

.aliyun-console-topbar .topbar-nav-list {
    border: none;
    padding: 10px;
    margin-top: 0;
    white-space: nowrap
}

.aliyun-console-topbar .topbar-nav-list .topbar-nav-col {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px
}

.aliyun-console-topbar .topbar-nav-list .topbar-nav-item .topbar-nav-item-title {
    margin: 3px 0px;
    color: #999;
    font-weight: 600
}

.aliyun-console-topbar .topbar-nav-list .topbar-nav-item .topbar-nav-gap {
    border-top: 1px solid #f2f2f2;
    width: 100%;
    margin: 6px 0 10px
}

.aliyun-console-topbar .topbar-nav-list .topbar-nav-item ul {
    padding: 0;
    margin: 8px 0 0 0;
    list-style: none
}

.aliyun-console-topbar .topbar-nav-list .topbar-nav-item ul li {
    min-width: 160px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 2px
}

.aliyun-console-topbar .topbar-nav-list .topbar-nav-item ul li a {
    display: block;
    height: 100%;
    padding: 0 10px;
    text-decoration: none;
    color: #333
}

.aliyun-console-topbar .topbar-nav-list .topbar-nav-item ul li a:hover {
    background-color: #f2f2f2
}

.aliyun-console-topbar .topbar-nav-list .topbar-nav-item ul li a .topbar-nav-item-icon {
    padding-right: 2px;
    font-size: 16px;
    vertical-align: text-bottom;
    display: inline-block
}

.aliyun-console-topbar .topbar-nav-list .topbar-nav-item ul li.topbar-unservice a {
    color: #999
}

.aliyun-console-topbar .topbar-nav-list .topbar-nav-item ul li.topbar-unservice a .topbar-nav-item-icon {
    color: #999
}

.aliyun-console-topbar .topbar-info {
    background: #084fbf;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}

.aliyun-console-topbar .topbar-info .topbar-btn {
    padding: 0 10px;
    height: 50px;
    display: block;
    z-index: 2;
    background: #4678c7;
    margin-right: 0px;
}

.aliyun-console-topbar .topbar-info .topbar-btn:hover, .aliyun-console-topbar .topbar-info .topbar-btn.topbar-btn-dark {
    background: #6396e6;
}

.aliyun-console-topbar .topbar-info .topbar-btn.open {
    position: relative
}

.aliyun-console-topbar .topbar-info .topbar-btn-search {
    padding: 0;
    margin-left: 1px
}

.aliyun-console-topbar .topbar-info .topbar-info-gap {
    color: #fff
}

.aliyun-console-topbar .topbar-info .dropdown .dropdown-menu {
    width: 100%;
    min-width: 0;
    margin: 0;
    border: none
}

.aliyun-console-topbar .topbar-info .dropdown.open .topbar-btn {
    color: #333;
    background: #fff;
    border-bottom: 1px solid #eaedf1;
    position: relative
}

.aliyun-console-topbar .topbar-info .topbar-info-btn {
    height: 40px;
    border-bottom: 1px solid #eaedf1
}

.aliyun-console-topbar .topbar-info .topbar-info-btn a {
    line-height: 39px;
    padding-left: 10px
}

.aliyun-console-topbar .topbar-info .topbar-user-large .dropdown-menu {
    width: 310px;
    left: auto;
    right: 0
}

.aliyun-console-topbar .topbar-info .topbar-user-large .dropdown-menu .user-identity {
    height: 80px;
    padding: 8px 16px;
    position: relative
}

.aliyun-console-topbar .topbar-info .topbar-user-large .dropdown-menu .user-identity .user-identity-item {
    height: 32px;
    line-height: 32px;
    display: block
}

.aliyun-console-topbar .topbar-info .topbar-user-large .dropdown-menu .user-identity .user-identity-colon {
    padding: 0 5px
}

.aliyun-console-topbar .topbar-info .topbar-user-large .dropdown-menu .user-identity-sign {
    padding: 2px 6px;
    background: #7ecef4;
    color: #fff;
    border-radius: 1px
}

.aliyun-console-topbar .topbar-info .topbar-user-large .dropdown-menu .user-identity-sign-wrap {
    position: absolute;
    top: 14px;
    right: 30px
}

.aliyun-console-topbar .topbar-info .topbar-user-large .dropdown-menu .user-btn-link {
    display: inline-block;
    color: #06C
}

.aliyun-console-topbar .topbar-info .topbar-user-large .dropdown-menu .user-btn-link:hover {
    background: none;
    text-decoration: underline
}

.aliyun-console-topbar .topbar-info .topbar-user-large .dropdown-menu .user-btn-link.user-btn-link-signout {
    float: right;
    padding: 0 16px
}

.aliyun-console-topbar .topbar-info-item {
    display: inline-block;
    margin-left: 0px;
}

.aliyun-console-topbar .topbar-notice {
    position: relative;
    font-size: 12px;
    margin-left: 1px;
    padding: 0 12px 0 8px !important
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel {
    /* display:none */
}

.aliyun-console-topbar .topbar-notice.open .topbar-notice-panel {
    display: block
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel {
    position: absolute;
    top: 48px;
    left: -185px;
    width: 440px;
    border-radius: 2px;
    z-index: 15;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175)
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-arrow {
    background: url(images/notice-arrow.png) 0 0 no-repeat;
    width: 11px;
    height: 6px;
    position: absolute;
    top: -6px;
    left: 220px
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-head {
    height: 50px;
    background-color: #eaedf1;
    padding: 0 15px;
    line-height: 50px;
    color: #333;
    font-size: 14px
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-body {
    height: 300px;
    overflow-y: auto;
    background: #fff;
    font-size: 12px
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-body ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-body ul li {
    height: 60px;
    line-height: 20px;
    border-bottom: 1px solid #eaedf1
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-body ul li a {
    display: block;
    height: 100%;
    padding: 10px 10px;
    background: #fff;
    color: #333
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-body ul li a .topbar-notice-link {
    display: block;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #06c
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-body ul li a:hover {
    background: #f9f9f9
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-body ul li.topbar-notice-readed a {
    color: #666
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-body ul li.topbar-notice-readed a .topbar-notice-time {
    color: #999
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-body .topbar-notice-empty {
    text-align: center;
    color: #666;
    margin-top: 80px
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-foot {
    height: 50px;
    line-height: 50px;
    background: #fff;
    text-align: center
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-class {
    padding: 8px 0;
    float: right
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-class .topbar-notice-class-name {
    display: block;
    height: 24px;
    line-height: 24px;
    width: 66px;
    background: #eaedf1;
    text-align: center;
    border-radius: 3px
}

.aliyun-console-topbar .topbar-btn-notice {
    width: auto;
    display: block;
    height: 50px
}

.aliyun-console-topbar .topbar-btn-notice .topbar-btn-notice-icon {
    font-size: 24px;
    line-height: 50px;
    vertical-align: text-bottom;
    color: #fff
}

.aliyun-console-topbar .topbar-btn-notice .topbar-btn-notice-num {
    font-size: 12px;
    color: #fff;
    background: #ff9900;
    border-radius: 5px;
    padding: 2px 5px;
    display: inline-block;
    margin-top: 15px;
    line-height: 16px;
    vertical-align: top;
    text-align: center
}

.aliyun-console-topbar .topbar-btn-notice .topbar-btn-notice-num.topbar-btn-notice-num-zero {
    color: #00ace9;
    background-color: #0e5871;
}

.aliyun-console-topbar .topbar-btn-notice .topbar-nav-item-short {
    padding-left: 2px
}

.aliyun-console-topbar .topbar-qrcode {
    position: relative;
    margin-left: 1px;
}

.aliyun-console-topbar .topbar-qrcode:hover .topbar-qrcode-panel {
    display: block
}

.aliyun-console-topbar .topbar-qrcode .topbar-qrcode-panel {
    top: 50px;
    left: 0;
    position: absolute;
    width: 130px;
    padding: 12px 8px;
    background: #fff;
    border: 1px solid #eaedf1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: none
}

.aliyun-console-topbar .topbar-qrcode .topbar-qrcode-image {
    width: 100px;
    margin: 0 auto
}

.aliyun-console-topbar .topbar-qrcode .topbar-qrcode-title {
    text-align: center;
    padding-top: 10px
}

.aliyun-console-topbar .topbar-new-icon {
    position: relative;
    top: -4px;
    padding-left: 2px
}

.aliyun-console-topbar-search {
    position: relative;
    z-index: 1
}

.aliyun-console-topbar-search:hover {
    background: #008fbf
}

.aliyun-console-topbar-search:hover .topbar-search-ask {
    background: #008fbf
}

.aliyun-console-topbar-search .topbar-search-ask {
    width: 200px;
    height: 50px;
    border: 0;
    background: #09c;
    line-height: 26px;
    padding: 12px 30px 12px 10px;
    display: block;
    color: #fff;
    -webkit-border-radius: 1px 1px;
    -moz-border-radius: 1px / 1px;
    border-radius: 1px / 1px;
    -o-transition: all 0.15s, 0.15s;
    -ms-transition: all 0.15s, 0.15s;
    -moz-transition: all 0.15s, 0.15s;
    -webkit-transition: all 0.15s, 0.15s
}

.aliyun-console-topbar-search .topbar-search-ask:focus {
    outline: none
}

.aliyun-console-topbar-search .topbar-search-ask-shade {
    color: #00ace9
}

.aliyun-console-topbar-search .topbar-search-mark {
    font-size: 16px;
    line-height: 50px;
    position: absolute;
    height: 50px;
    width: 40px;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    top: 0;
    right: 0
}

.aliyun-console-topbar-search .topbar-search-mark .icon-search, .aliyun-console-topbar-search .topbar-search-mark .icon-enter {
    line-height: 50px
}

.aliyun-console-topbar-search.topbar-search-active {
    background: #008fbf
}

.aliyun-console-topbar-search.topbar-search-active .topbar-search-ask {
    background: #008fbf
}

.aliyun-console-topbar-search.topbar-search-active .topbar-search-ask-shade {
    color: #fff
}

.aliyun-console-topbar-search-v1_3_21 {
    position: relative
}

.aliyun-console-topbar-search-v1_3_21.topbar-search-dropdown-open .topbar-btn {
    background: #008fbf
}

.aliyun-console-topbar-search-v1_3_21 .icon-search {
    font-size: 16px;
    padding-right: 4px;
    position: relative;
    top: 2px
}

.aliyun-console-topbar-search-v1_3_21 .topbar-search-dropdown {
    height: 38px;
    position: absolute;
    bottom: -38px;
    right: -1px;
    border: 2px solid #008fbf;
    background: #fff
}

.aliyun-console-topbar-search-v1_3_21 .topbar-search-dropdown input {
    display: block;
    height: 34px;
    padding: 4px 6px;
    margin-right: 30px;
    width: 250px;
    border-width: 0;
    outline: 0;
    line-height: 34px;
    color: #546478;
    font-size: 12px
}

.aliyun-console-topbar-search-v1_3_21 .topbar-search-dropdown .topbar-search-mark {
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    width: 34px;
    display: block;
    line-height: 34px;
    text-align: center;
    color: #546478
}

.aliyun-console-topbar-help {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0
}

.aliyun-console-topbar-help .topbar-help-inner {
    width: 486px;
    overflow: hidden;
    background: #fff;
    border-left: 1px solid #e1e6eb;
    position: absolute;
    right: -486px;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    -o-transition: all 0.2s ease, 0.2s ease;
    -ms-transition: all 0.2s ease, 0.2s ease;
    -moz-transition: all 0.2s ease, 0.2s ease;
    -webkit-transition: all 0.2s ease, 0.2s ease;
    z-index: 1;
    top: 50px;
    bottom: 0
}

.aliyun-console-topbar-help .topbar-help-inner.topbar-help-show {
    right: 0px
}

.aliyun-console-topbar-help .topbar-help-head {
    height: 68px;
    padding-left: 20px;
    line-height: 68px;
    border-bottom: 1px solid #e1e6eb;
    position: relative;
    color: #333
}

.aliyun-console-topbar-help .topbar-help-body {
    position: absolute;
    top: 68px;
    bottom: 0;
    background: #fff
}

.aliyun-console-topbar-help .topbar-help-iframe {
    height: 100%
}

.aliyun-console-topbar-help .topbar-help-close {
    font-size: 18px;
    float: right;
    height: 68px;
    width: 68px;
    line-height: 68px !important;
    text-align: center;
    color: #546478;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none
}

.aliyun-console-topbar-help .topbar-help-close:hover {
    color: #000
}

.console-topbar-new {
    position: relative;
    z-index: 100;
    clear: both;
    height: 40px;
    background: #34383c;
    font-size: 12px;
    min-width: 1000px
}

.console-topbar-new .console-topbar-btn {
    width: 50px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
    background-color: #2a2e31;
    text-decoration: none;
    text-align: center;
    color: #fff;
    line-height: 40px;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.console-topbar-new .console-topbar-btn .console-topbar-btn-text {
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    display: none
}

.console-topbar-new .console-topbar-btn .console-topbar-btn-icon {
    font-size: 22px;
    display: inline;
    line-height: 40px;
    color: #fff
}

.console-topbar-new .console-topbar-btn .caret {
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s
}

.console-topbar-new .console-topbar-btn:hover {
    width: auto
}

.console-topbar-new .console-topbar-btn:hover.console-topbar-btn-inverse, .console-topbar-new .console-topbar-btn:hover.console-topbar-btn-inverse-white {
    background-color: #585e65;
    color: #fff
}

.console-topbar-new .console-topbar-btn:hover .console-topbar-btn-text {
    display: inline
}

.console-topbar-new .console-topbar-btn:hover .console-topbar-btn-icon {
    display: none;
    vertical-align: text-bottom
}

.console-topbar-new .console-topbar-btn:hover.console-topbar-btn-home {
    width: 106px
}

.console-topbar-new .console-topbar-btn:hover.console-topbar-btn-nav {
    width: 120px
}

.console-topbar-new .console-topbar-btn:hover.console-topbar-btn-ak {
    width: 104px
}

.console-topbar-new .console-topbar-btn:hover.console-topbar-btn-workorder {
    width: 94px
}

.console-topbar-new .console-topbar-btn.console-topbar-btn-last {
    margin-right: 0
}

.console-topbar-new .console-topbar-btn.console-topbar-logo-icon {
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    color: #2a2e31
}

.console-topbar-new .console-topbar-btn.console-topbar-logo-icon img {
    width: 22px;
    height: 22px;
    display: block;
    margin: 9px 14px
}

.console-topbar-new .console-topbar-btn.console-topbar-nav-link {
    font-size: 12px;
    width: auto;
    padding: 0 15px
}

.console-topbar-new .console-topbar-btn.console-topbar-nav-link .console-topbar-nav-link-icon {
    width: 16px;
    height: 19px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    margin-right: 4px;
    overflow: hidden;
    font-size: 16px
}

.console-topbar-new .console-topbar-btn.console-topbar-btn-user {
    width: auto
}

.console-topbar-new .console-topbar-btn.console-topbar-btn-user .console-topbar-btn-text {
    display: inline;
    padding: 0 15px
}

.console-topbar-new .console-topbar-btn.console-topbar-btn-notice {
    width: auto;
    padding: 0 10px
}

.console-topbar-new .console-topbar-btn.console-topbar-btn-notice .console-topbar-btn-notice-icon {
    font-size: 24px;
    line-height: 40px;
    vertical-align: text-bottom
}

.console-topbar-new .console-topbar-btn.console-topbar-btn-notice .console-topbar-btn-notice-num {
    font-size: 12px;
    color: #fff;
    background: #ff9900;
    border-radius: 5px;
    padding: 2px 1px;
    width: 20px;
    display: inline-block;
    margin-top: 10px;
    line-height: 16px;
    vertical-align: top
}

.console-topbar-new .console-topbar-btn.console-topbar-btn-notice .console-topbar-btn-notice-num.console-topbar-btn-notice-num-zero {
    color: #999;
    background-color: #34383c
}

.console-topbar-new .console-topbar-btn.console-topbar-btn-notice .console-topbar-nav-item-short {
    padding-left: 2px
}

.console-topbar-new .console-topbar-btn.console-topbar-btn-ak {
    overflow: hidden
}

.console-topbar-new .console-topbar-btn.console-topbar-btn-nav {
    overflow: hidden;
    position: relative;
    z-index: 2
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px;
    margin-top: 0;
    margin-left: -1px
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-col {
    float: left;
    padding: 0 10px
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item .console-topbar-nav-item-title {
    margin: 3px 0px;
    color: #999;
    font-weight: 600
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item .console-topbar-nav-gap {
    border-top: 1px solid #f2f2f2;
    width: 100%;
    margin: 10px 0
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul {
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li {
    width: 170px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 2px
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a {
    display: block;
    height: 100%;
    padding-left: 10px;
    text-decoration: none;
    color: #333
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a:hover {
    background-color: #f2f2f2
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon {
    padding-right: 2px;
    font-size: 16px;
    vertical-align: text-bottom
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-ecs {
    color: #007eff
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-slb {
    color: #f27741
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-rds {
    color: #20f8b8
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-oss {
    color: #ade675
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-cdn {
    color: #bff3fe
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-ots {
    color: #15d4f0
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-ocs {
    color: #40ff8f
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-odps {
    color: #ffba00
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-ace {
    color: #c8341c
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-yundun {
    color: #298edb
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-yunjiankong {
    color: #86f2af
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-sls {
    color: #075ac0
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-oas {
    color: #79df71
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-ess {
    color: #0cf
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-mqs {
    color: #fff400
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-vpc {
    color: #6cf
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-opensearch {
    color: #5bc8e8
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-lightcloud {
    color: #6bbd52
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-pts {
    color: #009dff
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-ons {
    color: #6b3100
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-dpc {
    color: #289de9
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-ads {
    color: #71ceec
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-mts {
    color: #f93
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-drds {
    color: #6f9
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li.console-topbar-unservice a {
    color: #999
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li.console-topbar-unservice a .console-topbar-nav-item-icon {
    color: #999
}

.console-topbar-new .dropdown .dropdown-menu {
    z-index: 1;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175)
}

.console-topbar-new .dropdown.open .console-topbar-btn.console-topbar-btn-inverse {
    background-color: #585e65;
    color: #fff
}

.console-topbar-new .dropdown.open .console-topbar-btn.console-topbar-btn-inverse-white {
    background-color: #fff;
    color: #333
}

.console-topbar-new .dropdown.open .console-topbar-btn .console-topbar-btn-text {
    display: inline
}

.console-topbar-new .dropdown.open .console-topbar-btn .console-topbar-btn-icon {
    display: none;
    vertical-align: text-bottom
}

.console-topbar-new .dropdown.open .console-topbar-btn:hover.console-topbar-btn-inverse-white {
    background-color: #fff !important;
    color: #333 !important
}

.console-topbar-new .dropdown.open .console-topbar-btn.console-topbar-btn-nav {
    width: 120px
}

.console-topbar-new .dropdown.open .console-topbar-btn.console-topbar-btn-workorder {
    width: 94px
}

.console-topbar-new .dropdown.open .console-topbar-btn .caret {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.console-topbar-new .console-topbar-user .dropdown-menu, .console-topbar-new .console-topbar-dropdown .dropdown-menu {
    margin-top: -1px
}

.console-topbar-new .console-topbar-user .dropdown-menu>li a, .console-topbar-new .console-topbar-dropdown .dropdown-menu>li a {
    padding: 6px 20px
}

.console-topbar-new .console-topbar-workorder .dropdown-menu {
    min-width: 96px
}

.console-topbar-new .console-topbar-workorder .dropdown-menu>li a {
    padding: 6px 24px 6px 16px
}

.console-topbar-new .console-topbar-notice {
    position: relative
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel {
    display: none
}

.console-topbar-new .console-topbar-notice.open .console-topbar-notice-panel {
    display: block
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel {
    position: absolute;
    top: 38px;
    left: -170px;
    width: 390px;
    border: 1px solid #bbb;
    border-radius: 2px;
    z-index: 15;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175)
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-arrow {
    background: url(images/notice-arrow.png) 0 0 no-repeat;
    width: 11px;
    height: 6px;
    position: absolute;
    top: -6px;
    left: 196px
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-head {
    height: 40px;
    border-bottom: 1px solid #ccc;
    background-color: #f2f2f2;
    padding: 0 15px;
    line-height: 40px;
    color: #333;
    font-size: 14px
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-body {
    height: 240px;
    overflow-y: auto;
    background: #fff
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-body ul {
    list-style: none;
    margin: 0 5px;
    padding: 0
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-body ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ececec
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-body ul li a {
    display: block;
    height: 100%;
    padding: 0 10px;
    background: #fff
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-body ul li a span {
    display: block
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-body ul li a .console-topbar-notice-link {
    float: left;
    max-width: 272px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-body ul li a .console-topbar-notice-time {
    float: right;
    color: #333
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-body ul li a:hover {
    background: #f9f9f9
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-body ul li.console-topbar-notice-readed a {
    color: #666
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-body ul li.console-topbar-notice-readed a .console-topbar-notice-time {
    color: #999
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-body .console-topbar-notice-empty {
    text-align: center;
    color: #666;
    margin-top: 80px
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-foot {
    height: 48px;
    line-height: 48px;
    background: #fff
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-foot .console-topbar-notice-more {
    padding-right: 15px
}

.console-topbar-new .console-topbar-locale {
    float: left
}

.console-topbar-new .console-topbar-locale .dropdown-menu {
    right: 0;
    left: auto;
    margin-top: -1px;
    width: 50px;
    min-width: 60px
}

.console-topbar-new .console-topbar-locale .console-topbar-btn.console-topbar-btn-locale {
    width: 60px;
    background: none
}

.console-topbar-new .console-topbar-locale .console-topbar-btn.console-topbar-btn-locale .console-topbar-btn-text {
    display: block
}

.console-topbar-new.console-topbar-new-en .console-topbar-btn:hover.console-topbar-btn-home {
    width: 116px
}

.console-topbar-new.console-topbar-new-en .console-topbar-btn:hover.console-topbar-btn-nav {
    width: 170px
}

.console-topbar-new.console-topbar-new-en .console-topbar-btn:hover.console-topbar-btn-workorder {
    width: 146px
}

.console-topbar-new.console-topbar-new-en .console-topbar-nav .console-topbar-nav-item ul li {
    width: auto !important
}

.console-topbar-new.console-topbar-new-en .console-topbar-nav .console-topbar-nav-item ul li a {
    padding: 0 10px
}

.console-topbar-new.console-topbar-new-en .dropdown.open .console-topbar-btn.console-topbar-btn-nav {
    width: 170px
}

.console-topbar-new.console-topbar-new-en .dropdown.open .console-topbar-btn.console-topbar-btn-workorder {
    width: 146px
}

.console-navbar {
    font-size: 12px;
    color: #666666;
    word-wrap: break-word;
    height: 56px;
    border: none;
    border-bottom: 1px solid #dddddd;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    box-sizing: content-box;
    margin-bottom: 0px;
    background-color: #fff;
    border-radius: 0 !important;
    z-index: 2
}

.console-navbar * {
    box-sizing: content-box
}

.console-navbar a {
    color: #333
}

.console-navbar .console-navbar-title {
    float: left;
    line-height: 56px;
    padding: 0 40px 0 14px;
    font-size: 18px;
    color: #999999
}

.console-navbar .console-navbar-title .console-navbar-subtitle {
    margin-right: 5px
}

.console-navbar .nav li {
    float: left;
    display: inline;
    margin: 0 20px;
    height: 56px;
    font-size: 14px
}

.console-navbar .nav li a {
    padding: 0 2px;
    float: left;
    height: 55px;
    color: #333333;
    line-height: 56px;
    text-decoration: none
}

.console-navbar .nav li a:hover, .console-navbar .nav li a:focus {
    background-color: #fff
}

.console-navbar .nav li.active {
    height: 55px
}

.console-navbar .nav li.active a {
    color: #ff4902;
    border-bottom: 2px solid #ff4902
}

.console-navbar .console-navbar-a-default {
    cursor: default
}

.console-navbar .console-navbar-links-example {
    margin-top: 15px;
    padding: 0 15px 0;
    line-height: 24px;
    border-left: 1px solid #eeeeee
}

.console-navbar .console-navbar-links-example a {
    color: #b3b3b3
}

.console-title {
    padding: 16px 0px 0px 0px;
    min-height: 70px;
}

.console-title .nav-pills {
    display: inline-block;
    vertical-align: bottom
}

.console-title .nav-pills li a, .console-title .nav-pills li a:focus, .console-title .nav-pills li button, .console-title .nav-pills li button:focus {
    padding: 6px 6px
}

.console-title h1, .console-title h2, .console-title h3, .console-title h4, .console-title h5, .console-title h6 {
    display: inline-block;
    text-indent: 8px;
    border-left: 2px solid #88B7E0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 8px
}

.console-title h1 {
    margin-top: 0px;
    margin-bottom: 0px
}

.console-title h2 {
    margin-top: 2px;
    margin-bottom: 2px
}

.console-title h3 {
    margin-top: 4px;
    margin-bottom: 4px
}

.console-title h4 {
    margin-top: 6px;
    margin-bottom: 6px
}

.console-title h5 {
    margin-top: 8px;
    margin-bottom: 8px
}

.console-title-border {
    border-bottom: 1px solid #DDD
}

.console-sub-title {
    position: relative;
    padding-left: 16px;
    margin-bottom: -1px;
    display: table;
    width: 100%;
    z-index: 1;
    height: 40px;
    border: 1px solid #E1E6EB;
    border-left: 3px solid #778;
    background-color: #F4F5F9
}

.console-sub-title h5 {
    color: #666;
    font-size: 14px
}

.console-box-border {
    border: 1px solid #E1E6EB
}

.margin-left, .margin-left-1 {
    margin-left: 8px !important
}

.margin-left-2 {
    margin-left: 16px !important
}

.margin-left-3 {
    margin-left: 24px !important
}

.margin-left-4 {
    margin-left: 32px !important
}

.margin-right, .margin-right-1 {
    margin-right: 8px !important
}

.margin-right-2 {
    margin-right: 16px !important
}

.margin-right-3 {
    margin-right: 24px !important
}

.margin-right-4 {
    margin-right: 32px !important
}

.margin-top, .margin-top-1 {
    /* margin-top: 40px !important; */
}

.margin-top-2 {
    margin-top: 16px !important
}

.margin-top-3 {
    margin-top: 35px !important;
}

.margin-top-4 {
    margin-top: 32px !important
}

.row-padding-1 {
    padding-top: 8px;
    padding-bottom: 8px
}

.row-padding, .row-padding-2 {
    padding-top: 16px;
    padding-bottom: 16px
}

.row-padding-3 {
    padding-top: 24px;
    padding-bottom: 24px
}

.row-padding-4 {
    padding-top: 32px;
    padding-bottom: 32px
}

.row-margin-1 {
    margin-top: 8px;
    margin-bottom: 8px
}

.row-margin, .row-margin-2 {
    margin-top: 16px;
    margin-bottom: 16px
}

.row-margin-3 {
    margin-top: 24px;
    margin-bottom: 24px
}

.row-margin-4 {
    margin-top: 32px;
    margin-bottom: 32px
}

.col-padding-1 {
    padding-left: 8px;
    padding-right: 8px
}

.col-padding, .col-padding-2 {
    padding-left: 16px;
    padding-right: 16px
}

.col-padding-3 {
    padding-left: 24px;
    padding-right: 24px
}

.col-padding-4 {
    padding-left: 32px;
    padding-right: 32px
}

.col-margin-1 {
    margin-left: 8px;
    margin-right: 8px
}

.col-margin, .col-margin-2 {
    margin-left: 16px;
    margin-right: 16px
}

.col-margin-3 {
    margin-left: 24px;
    margin-right: 24px
}

.col-margin-4 {
    margin-left: 32px;
    margin-right: 32px
}

.inline-block {
    display: inline-block !important;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline
}

.partition {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 0px 4px
}

.no-data {
    padding: 24px 0px;
    text-align: center;
    color: #666
}

@font-face {
    font-family: 'aliyun-console-font';
    src: url("fonts/aliyun-console-font.eot?t91au5");
    src: url("fonts/aliyun-console-font.eot?t91au5#iefix") format("embedded-opentype"), url("fonts/aliyun-console-font.ttf?t91au5") format("truetype"), url("fonts/aliyun-console-font.woff?t91au5") format("woff"), url("fonts/aliyun-console-font.svg?t91au5#aliyun-console-font") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'aliyun-console-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: inherit;
}

.icon-logo2:before {
    content: "\e63b"
}

.icon-logo1:before {
    content: "\e63a"
}

.icon-logo-new:before {
    content: "\e96f";
}

.icon-dms-2:before {
    content: "\e92d"
}

.icon-dms-3:before {
    content: "\e92e"
}

.icon-dms:before {
    content: "\e92f"
}

.icon-gpdb-2:before {
    content: "\e983"
}

.icon-gpdb-3:before {
    content: "\e984"
}

.icon-gpdb:before {
    content: "\e985"
}

.icon-schedulerx-2:before {
    content: "\e986"
}

.icon-schedulerx-3:before {
    content: "\e987"
}

.icon-schedulerx:before {
    content: "\e988"
}

.icon-txc-2:before {
    content: "\e989"
}

.icon-txc-3:before {
    content: "\e98a"
}

.icon-txc:before {
    content: "\e98b"
}

.icon-csb-2:before {
    content: "\e909"
}

.icon-csb-3:before {
    content: "\e90a"
}

.icon-csb:before {
    content: "\e90b"
}

.icon-mobsec-2:before {
    content: "\e96d"
}

.icon-mobsec-3:before {
    content: "\e96e"
}

.icon-mobsec:before {
    content: "\e96f"
}

.icon-mss-2:before {
    content: "\e970"
}

.icon-mss-3:before {
    content: "\e971"
}

.icon-mss:before {
    content: "\e972"
}

.icon-sos-2:before {
    content: "\e973"
}

.icon-sos-3:before {
    content: "\e974"
}

.icon-sos:before {
    content: "\e975"
}

.icon-sppc-2:before {
    content: "\e976"
}

.icon-sppc-3:before {
    content: "\e977"
}

.icon-sppc:before {
    content: "\e978"
}

.icon-webfirewall-2:before {
    content: "\e979"
}

.icon-webfirewall-3:before {
    content: "\e97a"
}

.icon-webfirewall:before {
    content: "\e97b"
}

.icon-xianzhi-2:before {
    content: "\e97c"
}

.icon-xianzhi-3:before {
    content: "\e97d"
}

.icon-xianzhi:before {
    content: "\e97e"
}

.icon-livevideo-2:before {
    content: "\e964"
}

.icon-livevideo-3:before {
    content: "\e965"
}

.icon-livevideo:before {
    content: "\e966"
}

.icon-slm-2:before {
    content: "\e967"
}

.icon-slm-3:before {
    content: "\e968"
}

.icon-slm:before {
    content: "\e969"
}

.icon-vod-2:before {
    content: "\e96a"
}

.icon-vod-3:before {
    content: "\e96b"
}

.icon-vod:before {
    content: "\e96c"
}

.icon-kms-2:before {
    content: "\e95e"
}

.icon-kms-3:before {
    content: "\e95f"
}

.icon-kms:before {
    content: "\e960"
}

.icon-nas-2:before {
    content: "\e961"
}

.icon-nas-3:before {
    content: "\e962"
}

.icon-nas:before {
    content: "\e963"
}

.icon-apigateway-2:before {
    content: "\e94f"
}

.icon-apigateway-3:before {
    content: "\e950"
}

.icon-apigateway:before {
    content: "\e951"
}

.icon-oceanbase-2:before {
    content: "\e952"
}

.icon-oceanbase-3:before {
    content: "\e953"
}

.icon-oceanbase:before {
    content: "\e954"
}

.icon-petadata-2:before {
    content: "\e955"
}

.icon-petadata-3:before {
    content: "\e956"
}

.icon-petadata:before {
    content: "\e957"
}

.icon-ecsm-2:before {
    content: "\e958"
}

.icon-ecsm-3:before {
    content: "\e959"
}

.icon-ecsm:before {
    content: "\e95a"
}

.icon-yundunzhengshu-2:before {
    content: "\e95b"
}

.icon-yundunzhengshu-3:before {
    content: "\e95c"
}

.icon-yundunzhengshu:before {
    content: "\e95d"
}

.icon-cdi-2:before {
    content: "\e93a"
}

.icon-cdi-3:before {
    content: "\e93b"
}

.icon-cdi:before {
    content: "\e93c"
}

.icon-disk-2:before {
    content: "\e93d"
}

.icon-disk-3:before {
    content: "\e93e"
}

.icon-disk:before {
    content: "\e93f"
}

.icon-dsi-2:before {
    content: "\e940"
}

.icon-dsi-3:before {
    content: "\e941"
}

.icon-dsi:before {
    content: "\e942"
}

.icon-hpc-2:before {
    content: "\e943"
}

.icon-hpc-3:before {
    content: "\e944"
}

.icon-hpc:before {
    content: "\e945"
}

.icon-httpdns-2:before {
    content: "\e946"
}

.icon-httpdns-3:before {
    content: "\e947"
}

.icon-httpdns:before {
    content: "\e948"
}

.icon-iot-2:before {
    content: "\e949"
}

.icon-iot-3:before {
    content: "\e94a"
}

.icon-iot2:before {
    content: "\e94b"
}

.icon-vipaegis-2:before {
    content: "\e94c"
}

.icon-vipaegis-3:before {
    content: "\e94d"
}

.icon-vipaegis:before {
    content: "\e94e"
}

.icon-cs-2:before {
    content: "\e92a"
}

.icon-cs-3:before {
    content: "\e92b"
}

.icon-cs:before {
    content: "\e92c"
}

.icon-ewh-2:before {
    content: "\e930"
}

.icon-ewh-3:before {
    content: "\e931"
}

.icon-ewh:before {
    content: "\e932"
}

.icon-expressconnect-2:before {
    content: "\e933"
}

.icon-expressconnect-3:before {
    content: "\e934"
}

.icon-expressconnect:before {
    content: "\e935"
}

.icon-hsm-2:before {
    content: "\e936"
}

.icon-hsm-3:before {
    content: "\e937"
}

.icon-hsm:before {
    content: "\e938"
}

.icon-kuaizhaolian:before {
    content: "\e939"
}

.icon-mongodb-2:before {
    content: "\e927"
}

.icon-mongodb-3:before {
    content: "\e928"
}

.icon-mongodb:before {
    content: "\e929"
}

.icon-actiontrail-2:before {
    content: "\e90f"
}

.icon-actiontrail-3:before {
    content: "\e910"
}

.icon-actiontrail:before {
    content: "\e911"
}

.icon-ats-2:before {
    content: "\e912"
}

.icon-ats-3:before {
    content: "\e913"
}

.icon-ats:before {
    content: "\e914"
}

.icon-cli-2:before {
    content: "\e915"
}

.icon-cli-3:before {
    content: "\e916"
}

.icon-cli:before {
    content: "\e917"
}

.icon-directmail-2:before {
    content: "\e918"
}

.icon-directmail-3:before {
    content: "\e919"
}

.icon-directmail:before {
    content: "\e91a"
}

.icon-eclipse-2:before {
    content: "\e91b"
}

.icon-eclipse-3:before {
    content: "\e91c"
}

.icon-eclipse:before {
    content: "\e91d"
}

.icon-havip-2:before {
    content: "\e91e"
}

.icon-havip-3:before {
    content: "\e91f"
}

.icon-havip:before {
    content: "\e920"
}

.icon-ros-2:before {
    content: "\e921"
}

.icon-ros-3:before {
    content: "\e922"
}

.icon-ros:before {
    content: "\e923"
}

.icon-visualstudio-2:before {
    content: "\e924"
}

.icon-visualstudio-3:before {
    content: "\e925"
}

.icon-visualstudio:before {
    content: "\e926"
}

.icon-emr-2:before {
    content: "\e90c"
}

.icon-emr-3:before {
    content: "\e90d"
}

.icon-emr:before {
    content: "\e90e"
}

.icon-antifraud-3:before {
    content: "\e903"
}

.icon-antifraud:before {
    content: "\e904"
}

.icon-antifraud-2:before {
    content: "\e905"
}

.icon-ddosbasic:before {
    content: "\e906"
}

.icon-ddosbasic-3:before {
    content: "\e907"
}

.icon-ddosbasic-2:before {
    content: "\e908"
}

.icon-aegis:before {
    content: "\e900"
}

.icon-aegis-3:before {
    content: "\e901"
}

.icon-aegis-2:before {
    content: "\e902"
}

.icon-amr-2:before {
    content: "\e71c"
}

.icon-amr-3:before {
    content: "\e71d"
}

.icon-amr:before {
    content: "\e71e"
}

.icon-eip-2:before {
    content: "\e71f"
}

.icon-eip-3:before {
    content: "\e720"
}

.icon-eip:before {
    content: "\e721"
}

.icon-expense-i18n:before {
    content: "\e71b"
}

.icon-aps-2:before {
    content: "\e715"
}

.icon-aps-3:before {
    content: "\e716"
}

.icon-aps:before {
    content: "\e717"
}

.icon-batchcompute-2:before {
    content: "\e718"
}

.icon-batchcompute-3:before {
    content: "\e719"
}

.icon-batchcompute:before {
    content: "\e71a"
}

.icon-sas-2:before {
    content: "\e70c"
}

.icon-sas-3:before {
    content: "\e70d"
}

.icon-sas:before {
    content: "\e70e"
}

.icon-scan-2:before {
    content: "\e70f"
}

.icon-scan-3:before {
    content: "\e710"
}

.icon-scan:before {
    content: "\e711"
}

.icon-waf-2:before {
    content: "\e712"
}

.icon-waf-3:before {
    content: "\e713"
}

.icon-waf:before {
    content: "\e714"
}

.icon-mns-2:before {
    content: "\e709"
}

.icon-mns-3:before {
    content: "\e70a"
}

.icon-mns:before {
    content: "\e70b"
}

.icon-qrcode:before {
    content: "\e708";
}

.icon-unfold:before {
    content: "\e707"
}

.icon-fold:before {
    content: "\e706"
}

.icon-form:before {
    content: "\e6fd"
}

.icon-accelerate:before {
    content: "\e6fe"
}

.icon-feedback:before {
    content: "\e702"
}

.icon-vdc-2:before {
    content: "\e703"
}

.icon-vdc-3:before {
    content: "\e704"
}

.icon-vdc:before {
    content: "\e705"
}

.icon-new:before {
    content: "\e6fc"
}

.icon-collapse-right:before {
    content: "\e6fb"
}

.icon-collapse-left:before {
    content: "\e6fa"
}

.icon-aec:before {
    content: "\e6f3"
}

.icon-aic:before {
    content: "\e6f4"
}

.icon-mobile-2:before {
    content: "\e6f5"
}

.icon-amc:before {
    content: "\e6f6"
}

.icon-arc:before {
    content: "\e6f7"
}

.icon-game:before {
    content: "\e6f8"
}

.icon-iot:before {
    content: "\e6f9"
}

.icon-right:before {
    content: "\e6f2"
}

.icon-afc:before {
    content: "\e6f0"
}

.icon-specs:before {
    content: "\e6f1"
}

.icon-pen-2:before {
    content: "\e6c8"
}

.icon-key:before {
    content: "\e635"
}

.icon-bsn:before {
    content: "\e6ea"
}

.icon-mac-2:before {
    content: "\e6eb"
}

.icon-mac-3:before {
    content: "\e6ec"
}

.icon-mac:before {
    content: "\e6ed"
}

.icon-fenxiao:before {
    content: "\e6ee"
}

.icon-account-2:before {
    content: "\e6ef"
}

.icon-qiyeyouxiang-2:before {
    content: "\e6be"
}

.icon-qiyeyouxiang-3:before {
    content: "\e6bf"
}

.icon-qiyeyouxiang:before {
    content: "\e6c0"
}

.icon-yuming-2:before {
    content: "\e6d3"
}

.icon-yuming-3:before {
    content: "\e6df"
}

.icon-yuming:before {
    content: "\e6e0"
}

.icon-yumingyuwangzhan-2:before {
    content: "\e6e1"
}

.icon-yumingyuwangzhan-3:before {
    content: "\e6e2"
}

.icon-yumingyuwangzhan:before {
    content: "\e6e3"
}

.icon-yunjiexi-2:before {
    content: "\e6e4"
}

.icon-yunjiexi-3:before {
    content: "\e6e5"
}

.icon-yunjiexi:before {
    content: "\e6e6"
}

.icon-yunxunizhuji-2:before {
    content: "\e6e7"
}

.icon-yunxunizhuji-3:before {
    content: "\e6e8"
}

.icon-yunxunizhuji:before {
    content: "\e6e9"
}

.icon-api-3:before {
    content: "\e6d2"
}

.icon-api-2:before {
    content: "\e6d4"
}

.icon-api:before {
    content: "\e6d5"
}

.icon-dpa-2:before {
    content: "\e6d6"
}

.icon-dpa-3:before {
    content: "\e6d7"
}

.icon-dpa:before {
    content: "\e6d8"
}

.icon-lvwang-2:before {
    content: "\e6d9"
}

.icon-lvwang-3:before {
    content: "\e6da"
}

.icon-lvwang:before {
    content: "\e6db"
}

.icon-mas-2:before {
    content: "\e6dc"
}

.icon-mas-3:before {
    content: "\e6dd"
}

.icon-mas:before {
    content: "\e6de"
}

.icon-dts-2:before {
    content: "\e6cf"
}

.icon-dts-3:before {
    content: "\e6d0"
}

.icon-dts:before {
    content: "\e6d1"
}

.icon-android:before {
    content: "\e6c9"
}

.icon-cps-2:before {
    content: "\e6ca"
}

.icon-cps-3:before {
    content: "\e6cb"
}

.icon-cps:before {
    content: "\e6cc"
}

.icon-ios:before {
    content: "\e6cd"
}

.icon-vitality:before {
    content: "\e6ce"
}

.icon-dfs-2:before {
    content: "\e6bb"
}

.icon-dfs-3:before {
    content: "\e6bc"
}

.icon-dfs:before {
    content: "\e6bd"
}

.icon-edas-2:before {
    content: "\e6c1"
}

.icon-edas-3:before {
    content: "\e6c2"
}

.icon-edas:before {
    content: "\e6c3"
}

.icon-enter:before {
    content: "\e6c4"
}

.icon-usableCenter-2:before {
    content: "\e6c5"
}

.icon-usableCenter-3:before {
    content: "\e6c6"
}

.icon-usableCenter:before {
    content: "\e6c7"
}

.icon-ace-2:before {
    content: "\e600"
}

.icon-ace:before {
    content: "\e601"
}

.icon-add-1:before {
    content: "\e602"
}

.icon-add-2:before {
    content: "\e603"
}

.icon-add:before {
    content: "\e604"
}

.icon-ads-2:before {
    content: "\e605"
}

.icon-ads:before {
    content: "\e606"
}

.icon-amplify:before {
    content: "\e607"
}

.icon-arrow-down:before {
    content: "\e608"
}

.icon-arrow-left:before {
    content: "\e609"
}

.icon-arrow-right:before {
    content: "\e60a"
}

.icon-arrow-up:before {
    content: "\e60b"
}

.icon-backup:before {
    content: "\e60c"
}

.icon-bell:before {
    content: "\e60d"
}

.icon-buy:before {
    content: "\e60e"
}

.icon-calendar:before {
    content: "\e60f"
}

.icon-cdn-2:before {
    content: "\e610"
}

.icon-cdn:before {
    content: "\e611"
}

.icon-cdp:before {
    content: "\e612"
}

.icon-clock:before {
    content: "\e613"
}

.icon-cloudisk:before {
    content: "\e614"
}

.icon-cloudisk2:before {
    content: "\e615"
}

.icon-db-g:before {
    content: "\e616"
}

.icon-db-r:before {
    content: "\e617"
}

.icon-db-sign:before {
    content: "\e618"
}

.icon-db-t:before {
    content: "\e619"
}

.icon-db:before {
    content: "\e61a"
}

.icon-ddos-2:before {
    content: "\e61b"
}

.icon-ddos:before {
    content: "\e61c"
}

.icon-detail-2:before {
    content: "\e61d"
}

.icon-detail:before {
    content: "\e61e"
}

.icon-disk-image:before {
    content: "\e61f"
}

.icon-down:before {
    content: "\e620"
}

.icon-dpc-2:before {
    content: "\e621"
}

.icon-dpc:before {
    content: "\e622"
}

.icon-drds-2:before {
    content: "\e623"
}

.icon-drds:before {
    content: "\e624"
}

.icon-ecs-2:before {
    content: "\e625"
}

.icon-ecs:before {
    content: "\e626"
}

.icon-ess-2:before {
    content: "\e627"
}

.icon-ess:before {
    content: "\e628"
}

.icon-exec-snapshot-policy:before {
    content: "\e629"
}

.icon-goback:before {
    content: "\e62a"
}

.icon-graphs:before {
    content: "\e62b"
}

.icon-help-1:before {
    content: "\e62c"
}

.icon-help-2:before {
    content: "\e62d"
}

.icon-help:before {
    content: "\e62e"
}

.icon-home:before {
    content: "\e62f"
}

.icon-info-1:before {
    content: "\e630"
}

.icon-info-2:before {
    content: "\e631"
}

.icon-info:before {
    content: "\e632"
}

.icon-invite:before {
    content: "\e633"
}

.icon-jiankong-2:before {
    content: "\e634"
}

.icon-lightcloud-2:before {
    content: "\e636"
}

.icon-lightcloud:before {
    content: "\e637"
}

.icon-log:before {
    content: "\e638"
}

.icon-logo:before {
    content: "\e639"
}

.icon-menu:before {
    content: "\e63c"
}

.icon-mqs-2:before {
    content: "\e63d"
}

.icon-mqs:before {
    content: "\e63e"
}

.icon-mts:before {
    content: "\e63f"
}

.icon-narrow:before {
    content: "\e640"
}

.icon-no-1:before {
    content: "\e641"
}

.icon-no-2:before {
    content: "\e642"
}

.icon-no:before {
    content: "\e643"
}

.icon-oas-2:before {
    content: "\e644"
}

.icon-oas:before {
    content: "\e645"
}

.icon-ocs-2:before {
    content: "\e646"
}

.icon-ocs:before {
    content: "\e647"
}

.icon-odps-2:before {
    content: "\e648"
}

.icon-odps:before {
    content: "\e649"
}

.icon-ons-2:before {
    content: "\e64a"
}

.icon-ons:before {
    content: "\e64b"
}

.icon-opensearch-2:before {
    content: "\e64c"
}

.icon-opensearch:before {
    content: "\e64d"
}

.icon-oss-2:before {
    content: "\e64e"
}

.icon-oss:before {
    content: "\e64f"
}

.icon-ots-2:before {
    content: "\e650"
}

.icon-ots:before {
    content: "\e651"
}

.icon-pen:before {
    content: "\e652"
}

.icon-performance:before {
    content: "\e653"
}

.icon-pts-2:before {
    content: "\e654"
}

.icon-pts:before {
    content: "\e655"
}

.icon-ram-2:before {
    content: "\e656"
}

.icon-ram:before {
    content: "\e657"
}

.icon-rds-2:before {
    content: "\e658"
}

.icon-rds:before {
    content: "\e659"
}

.icon-regional:before {
    content: "\e65a"
}

.icon-remove-1:before {
    content: "\e65b"
}

.icon-remove-2:before {
    content: "\e65c"
}

.icon-remove:before {
    content: "\e65d"
}

.icon-renew-mgt:before {
    content: "\e65e"
}

.icon-safe-lock:before {
    content: "\e65f"
}

.icon-safetycontrol:before {
    content: "\e660"
}

.icon-search:before {
    content: "\e661"
}

.icon-setup:before {
    content: "\e662"
}

.icon-shift-in:before {
    content: "\e663"
}

.icon-slb-2:before {
    content: "\e664"
}

.icon-slb:before {
    content: "\e665"
}

.icon-sls-2:before {
    content: "\e666"
}

.icon-sls:before {
    content: "\e667"
}

.icon-snapshot:before {
    content: "\e668"
}

.icon-text-free:before {
    content: "\e669"
}

.icon-threshold:before {
    content: "\e66a"
}

.icon-tree:before {
    content: "\e66b"
}

.icon-unlock:before {
    content: "\e66c"
}

.icon-up:before {
    content: "\e66d"
}

.icon-updown:before {
    content: "\e66e"
}

.icon-viewtable:before {
    content: "\e66f"
}

.icon-vpc-2:before {
    content: "\e670"
}

.icon-vpc:before {
    content: "\e671"
}

.icon-warning-1:before {
    content: "\e672"
}

.icon-warning-2:before {
    content: "\e673"
}

.icon-warning:before {
    content: "\e674"
}

.icon-weekly:before {
    content: "\e675"
}

.icon-yes-1:before {
    content: "\e676"
}

.icon-yes-2:before {
    content: "\e677"
}

.icon-yes:before {
    content: "\e678"
}

.icon-yundun-2:before {
    content: "\e679"
}

.icon-yundun:before {
    content: "\e67a"
}

.icon-yunjiankong:before {
    content: "\e67b"
}

.icon-annex:before {
    content: "\e67c"
}

.icon-renew:before {
    content: "\e67d"
}

.icon-renew-2:before {
    content: "\e67e"
}

.icon-plus-border:before {
    content: "\e67f"
}

.icon-wo-domain:before {
    content: "\e680"
}

.icon-wo-email:before {
    content: "\e681"
}

.icon-wo-host:before {
    content: "\e682"
}

.icon-wo-sitebuild:before {
    content: "\e683"
}

.icon-wo-salepre:before {
    content: "\e684"
}

.icon-wo-beian:before {
    content: "\e685"
}

.icon-wo-account:before {
    content: "\e686"
}

.icon-wo-finance:before {
    content: "\e687"
}

.icon-square:before {
    content: "\e688"
}

.icon-left:before {
    content: "\e689"
}

.icon-upload:before {
    content: "\e68a"
}

.icon-list-open:before {
    content: "\e68b"
}

.icon-pause:before {
    content: "\e68c"
}

.icon-list-close:before {
    content: "\e68d"
}

.icon-circle:before {
    content: "\e68e"
}

.icon-refresh:before {
    content: "\e68f"
}

.icon-return:before {
    content: "\e690"
}

.icon-undo:before {
    content: "\e691"
}

.icon-alipay:before {
    content: "\e692"
}

.icon-auto-renew:before {
    content: "\e693"
}

.icon-mobile:before {
    content: "\e694"
}

.icon-account:before {
    content: "\e695"
}

.icon-services:before {
    content: "\e696"
}

.icon-expense:before {
    content: "\e697"
}

.icon-redisa-2:before {
    content: "\e698"
}

.icon-redisa:before {
    content: "\e699"
}

.icon-ddos-3:before {
    content: "\e69a"
}

.icon-redisa-3:before {
    content: "\e69b"
}

.icon-toolsimage-2:before {
    content: "\e69c"
}

.icon-cdp-2:before {
    content: "\e69d"
}

.icon-mts-2:before {
    content: "\e69e"
}

.icon-toolsimage:before {
    content: "\e69f"
}

.icon-toolsimage-3:before {
    content: "\e6a0"
}

.icon-ons-3:before {
    content: "\e6a1"
}

.icon-ram-3:before {
    content: "\e6a2"
}

.icon-yundun-3:before {
    content: "\e6a3"
}

.icon-pts-3:before {
    content: "\e6a4"
}

.icon-mts-3:before {
    content: "\e6a5"
}

.icon-mqs-3:before {
    content: "\e6a6"
}

.icon-drds-3:before {
    content: "\e6a7"
}

.icon-cdp-3:before {
    content: "\e6a8"
}

.icon-dpc-3:before {
    content: "\e6a9"
}

.icon-ads-3:before {
    content: "\e6aa"
}

.icon-jiankong-3:before {
    content: "\e6ab"
}

.icon-vpc-3:before {
    content: "\e6ac"
}

.icon-slb-3:before {
    content: "\e6ad"
}

.icon-rds-3:before {
    content: "\e6ae"
}

.icon-ots-3:before {
    content: "\e6af"
}

.icon-oss-3:before {
    content: "\e6b0"
}

.icon-ess-3:before {
    content: "\e6b1"
}

.icon-opensearch-3:before {
    content: "\e6b2"
}

.icon-odps-3:before {
    content: "\e6b3"
}

.icon-ocs-3:before {
    content: "\e6b4"
}

.icon-oas-3:before {
    content: "\e6b5"
}

.icon-lightcloud-3:before {
    content: "\e6b6"
}

.icon-cdn-3:before {
    content: "\e6b7"
}

.icon-ace-3:before {
    content: "\e6b8"
}

.icon-sls-3:before {
    content: "\e6b9"
}

.icon-ecs-3:before {
    content: "\e6ba"
}

.modal-content {
    border-radius: 0px;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5)
}

.modal-footer {
    margin-top: 0px
}

.modal-title {
    font-size: 14px
}

.modal-header .close {
    font-size: 28px;
    margin-top: -8px;
    font-weight: normal
}

.modal-backdrop {
    background-color: #FFF
}

.console-message-dialog .modal-body .lead {
    font-size: 16px
}

.console-message-dialog .modal-body p {
    margin-top: 6px
}

.nav-tabs>li>a, .nav-tabs.nav-justified>li>a {
    border-radius: 0px 0px 0px 0px
}

.nav-tabs {
    border-color: #ddd
}

.nav-tabs>li {
    margin-left: -1px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 1
}

.nav-tabs>li>a, .nav-tabs>li>a:focus {
    color: #666;
    border-left: 0px;
    border-right: 0px;
    margin-right: 0px;
    padding: 10px 16px;
    background: #FBFAF8;
    border-bottom: 0px
}

.nav-tabs>li.active {
    border-top: 0px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 3
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border-top: 2px solid #00a2ca;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #FFF;
    color: #333
}

.nav-tabs>li>a:hover {
    background-color: #FFF;
    color: #09C
}

.nav-tabs .open>a, .nav-tabs .open>a:hover, .nav-tabs .open>a:focus {
    color: #000;
    background-color: #FAFAFA;
    border-color: #EEE
}

.nav-tabs.nav-justified>li:first-child {
    border-left: 1px solid #ddd
}

.nav-tabs.nav-justified>li {
    border-top: 1px solid #ddd;
    border-left: 0px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 1
}

.nav-tabs.nav-justified>li>a {
    border-left: 0px;
    border-right: 0px;
    margin-right: 0px;
    background-color: #fbfaf8;
    border-bottom: 1px solid #ddd
}

.nav-tabs.nav-justified>li>a:hover {
    color: #09C;
    background-color: #FFF
}

.nav-tabs.nav-justified>li.active {
    border-top: 0px;
    z-index: 3
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
    border-top: 2px solid #00a2ca;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #FFF;
    color: #333;
    background-color: #FFF
}

.nav-pills li a, .nav-pills li a:focus, .nav-pills li button, .nav-pills li button:focus {
    padding: 6px 12px;
    border-radius: 0px;
    border: 1px solid #D9DEE4;
    background-color: #D9DEE4;
    color: #666;
    line-height: 20px;
    height: 32px;
    margin-left: 2px
}

.nav-pills li a:hover, .nav-pills li a:focus:hover, .nav-pills li button:hover, .nav-pills li button:focus:hover {
    border: 1px solid #D9DEE4;
    background-color: #DCE2E7;
    color: #444
}

.nav-pills li.active a, .nav-pills li.active a:hover, .nav-pills li.active a:focus, .nav-pills li.active button, .nav-pills li.active button:hover, .nav-pills li.active button:focus {
    border: 1px solid #546478;
    background-color: #546478;
    color: #FFFFFF
}

.c-texttrimmer-pen {
    position: absolute;
    width: 18px;
    height: 18px;
    font-size: 12px;
    padding: 2px;
    text-align: center;
    margin-left: 6px
}

.c-texttrimmer-box {
    position: absolute;
    padding: 16px;
    background: #fff;
    z-index: 1000;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5)
}

.c-texttrimmer-box:focus {
    outline: none
}

.c-texttrimmer-box p {
    margin: 0 0 10px
}

.c-texttrimmer-box p.c-texttrimmer-tip {
    color: red
}

.c-texttrimmer-box .c-texttrimmer-btnbox a {
    margin-right: 8px
}

.modal, .modal-open {
    overflow: auto;
    overflow-y: auto
}

.console-helper {
    position: absolute;
    height: 100%;
    width: 400px;
    right: 0px;
    top: 32px;
    z-index: 1000;
    border: 1px solid #eee;
    background: #fff;
    border-left: 1px solid #dddddd;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    position: fixed
}

.console-helper-animation {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.console-helper-folded {
    right: -400px
}

.console-helper-folded .console-helper-head .console-helper-button {
    margin-left: -44px
}

.console-helper-head {
    height: 56px;
    background: #f5f5f5;
    border-bottom: 1px solid #dddddd
}

.console-helper-head .console-helper-button {
    float: left;
    background: url(images/helper-icon.png) center center no-repeat;
    height: 32px;
    width: 32px;
    margin: 12px;
    cursor: pointer;
    opacity: 0.6
}

.console-helper-head .console-helper-button:hover {
    opacity: 1
}

.console-helper-head .console-helper-title {
    float: left;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    margin: 12px 0;
    color: #333
}

.console-helper-body .console-helper-nav {
    border-bottom: 1px solid #dddddd;
    margin: 0 20px;
    list-style: none;
    overflow: hidden;
    zoom: 1;
    padding: 0
}

.console-helper-body .console-helper-nav li {
    float: left;
    padding: 12px
}

.console-helper-body .console-helper-nav li a {
    color: #666
}

.console-helper-body .console-helper-nav li a:hover {
    color: #000
}

.console-helper-body .console-helper-nav li.active {
    border-bottom: 2px solid #999
}

.console-helper-body .console-helper-panel-list .console-helper-panel {
    margin: 20px
}

.console-helper-body .console-helper-panel-list .console-helper-panel .console-helper-xiaoyun .console-helper-xiaoyun-search {
    height: 32px
}

.console-helper-body .console-helper-panel-list .console-helper-panel .console-helper-xiaoyun .console-helper-xiaoyun-recommend ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.console-helper-foot {
    background: #f5f5f5;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 1px solid #eee
}

.console-helper-foot .console-helper-service {
    overflow: hidden;
    zoom: 1;
    height: 32px;
    margin: 12px;
    list-style: none
}

.console-helper-foot .console-helper-service li {
    width: 48%;
    float: left
}

.console-helper-foot .console-helper-service li p {
    margin: 0;
    color: #666
}

.console-helper-foot .console-helper-service li p a {
    color: #666
}

.console-helper-foot .console-helper-service li p a:hover {
    text-decoration: underline
}

.growl {
    z-index: 9999999;
    top: 50px;
    width: 260px
}

.alert-success {
    color: #090;
    background-color: #F2FFEA;
    border-color: #C7DDB9
}

.alert-success .alert-link {
    color: #063;
    font-weight: normal
}

.alert-info {
    color: #555;
    background-color: #F9F9F9;
    border-color: #DDD
}

.alert-info .alert-link {
    color: #06C;
    font-weight: normal
}

.alert-warning {
    color: #f68300;
    background-color: #FCF8E2;
    border-color: #FBECCB
}

.alert-warning .alert-link {
    color: #c50;
    font-weight: normal
}

.alert-danger {
    color: #ee2117;
    background-color: #FFF6F2;
    border-color: #F1ACAC
}

.alert-danger .alert-link {
    color: #b00;
    font-weight: normal
}

.alert {
    padding: 6px 12px;
    line-height: 18px;
    margin-bottom: 6px;
    border-radius: 0px
}

.alert .close {
    margin-top: -5px
}

.alert ul {
    padding-left: 16px
}

.product-icons-32, .product-icons-48, .product-icons-64 {
    background-repeat: no-repeat;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background-image: url(aliyun-logo/product.icons.png);
    background-image: -webkit-image-set(url(aliyun-logo/product.icons.png) 1x, url(aliyun-logo/product.icons@2x.png) 2x);
    background-image: -moz-image-set(url(aliyun-logo/product.icons.png) 1x, url(aliyun-logo/product.icons@2x.png) 2x);
    background-image: -ms-image-set(url(aliyun-logo/product.icons.png) 1x, url(aliyun-logo/product.icons@2x.png) 2x);
    background-image: -os-image-set(url(aliyun-logo/product.icons.png) 1x, url(aliyun-logo/product.icons@2x.png) 2x)
}

.product-icons-32 {
    width: 32px;
    height: 32px
}

.product-icons-48 {
    width: 48px;
    height: 48px
}

.product-icons-64 {
    width: 64px;
    height: 64px
}

.product-icons-32.product-icons-ace-grey {
    background-position: -448px -1088px !important
}

.product-icons-32.product-icons-ace {
    background-position: -800px -1024px !important
}

.product-icons-48.product-icons-ace-grey {
    background-position: -192px -832px !important
}

.product-icons-48.product-icons-ace {
    background-position: -720px -880px !important
}

.product-icons-64.product-icons-ace-grey {
    background-position: -576px -128px !important
}

.product-icons-64.product-icons-ace {
    background-position: 0px -64px !important
}

.product-icons-32.product-icons-actiontrail-grey {
    background-position: -416px -1088px !important
}

.product-icons-32.product-icons-actiontrail {
    background-position: -384px -1088px !important
}

.product-icons-48.product-icons-actiontrail-grey {
    background-position: -976px -288px !important
}

.product-icons-48.product-icons-actiontrail {
    background-position: -432px -976px !important
}

.product-icons-64.product-icons-actiontrail-grey {
    background-position: -128px 0px !important
}

.product-icons-64.product-icons-actiontrail {
    background-position: -128px -64px !important
}

.product-icons-32.product-icons-ads-grey {
    background-position: -352px -1088px !important
}

.product-icons-32.product-icons-ads {
    background-position: -256px -1088px !important
}

.product-icons-48.product-icons-ads-grey {
    background-position: -768px -880px !important
}

.product-icons-48.product-icons-ads {
    background-position: -928px -384px !important
}

.product-icons-64.product-icons-ads-grey {
    background-position: -64px -128px !important
}

.product-icons-64.product-icons-ads {
    background-position: -128px -128px !important
}

.product-icons-32.product-icons-aegis-grey {
    background-position: -224px -1088px !important
}

.product-icons-32.product-icons-aegis {
    background-position: -192px -1088px !important
}

.product-icons-48.product-icons-aegis-grey {
    background-position: -688px -768px !important
}

.product-icons-48.product-icons-aegis {
    background-position: -832px -96px !important
}

.product-icons-64.product-icons-aegis-grey {
    background-position: -192px -64px !important
}

.product-icons-64.product-icons-aegis {
    background-position: -192px -128px !important
}

.product-icons-32.product-icons-antifraud-grey {
    background-position: -160px -1088px !important
}

.product-icons-32.product-icons-antifraud {
    background-position: -64px -1088px !important
}

.product-icons-48.product-icons-antifraud-grey {
    background-position: -880px -480px !important
}

.product-icons-48.product-icons-antifraud {
    background-position: -880px -720px !important
}

.product-icons-64.product-icons-antifraud-grey {
    background-position: -64px -192px !important
}

.product-icons-64.product-icons-antifraud {
    background-position: -128px -192px !important
}

.product-icons-32.product-icons-api-grey {
    background-position: -32px -1088px !important
}

.product-icons-32.product-icons-api {
    background-position: 0px -1088px !important
}

.product-icons-48.product-icons-api-grey {
    background-position: -96px -928px !important
}

.product-icons-48.product-icons-api {
    background-position: -192px -928px !important
}

.product-icons-64.product-icons-api-grey {
    background-position: -256px 0px !important
}

.product-icons-64.product-icons-api {
    background-position: -256px -64px !important
}

.product-icons-32.product-icons-apigateway-grey {
    background-position: -1104px -1056px !important
}

.product-icons-32.product-icons-apigateway {
    background-position: -1104px -960px !important
}

.product-icons-48.product-icons-apigateway-grey {
    background-position: -480px -976px !important
}

.product-icons-48.product-icons-apigateway {
    background-position: -576px -976px !important
}

.product-icons-64.product-icons-apigateway-grey {
    background-position: -256px -192px !important
}

.product-icons-64.product-icons-apigateway {
    background-position: 0px -256px !important
}

.product-icons-32.product-icons-aps-grey {
    background-position: -1104px -928px !important
}

.product-icons-32.product-icons-aps {
    background-position: -1104px -896px !important
}

.product-icons-48.product-icons-aps-grey {
    background-position: -832px -432px !important
}

.product-icons-48.product-icons-aps {
    background-position: -832px -528px !important
}

.product-icons-64.product-icons-aps-grey {
    background-position: -128px -256px !important
}

.product-icons-64.product-icons-aps {
    background-position: -192px -256px !important
}

.product-icons-32.product-icons-ats-grey {
    background-position: -1104px -864px !important
}

.product-icons-32.product-icons-ats {
    background-position: -1104px -768px !important
}

.product-icons-48.product-icons-ats-grey {
    background-position: -768px -832px !important
}

.product-icons-48.product-icons-ats {
    background-position: -880px 0px !important
}

.product-icons-64.product-icons-ats-grey {
    background-position: -320px 0px !important
}

.product-icons-64.product-icons-ats {
    background-position: -320px -64px !important
}

.product-icons-32.product-icons-batchcompute-grey {
    background-position: -1104px -736px !important
}

.product-icons-32.product-icons-batchcompute {
    background-position: -1104px -704px !important
}

.product-icons-48.product-icons-batchcompute-grey {
    background-position: -192px -880px !important
}

.product-icons-48.product-icons-batchcompute {
    background-position: -288px -880px !important
}

.product-icons-64.product-icons-batchcompute-grey {
    background-position: -320px -192px !important
}

.product-icons-64.product-icons-batchcompute {
    background-position: -320px -256px !important
}

.product-icons-32.product-icons-cas-grey {
    background-position: -1104px -672px !important
}

.product-icons-32.product-icons-cas {
    background-position: -1104px -576px !important
}

.product-icons-48.product-icons-cas-grey {
    background-position: -928px -432px !important
}

.product-icons-48.product-icons-cas {
    background-position: -928px -480px !important
}

.product-icons-64.product-icons-cas-grey {
    background-position: -64px -320px !important
}

.product-icons-64.product-icons-cas {
    background-position: -128px -320px !important
}

.product-icons-32.product-icons-cdi-grey {
    background-position: -1104px -544px !important
}

.product-icons-32.product-icons-cdi {
    background-position: -1104px -512px !important
}

.product-icons-48.product-icons-cdi-grey {
    background-position: -672px -928px !important
}

.product-icons-48.product-icons-cdi {
    background-position: -720px -928px !important
}

.product-icons-64.product-icons-cdi-grey {
    background-position: -256px -320px !important
}

.product-icons-64.product-icons-cdi {
    background-position: -320px -320px !important
}

.product-icons-32.product-icons-cdn-grey {
    background-position: -1104px -480px !important
}

.product-icons-32.product-icons-cdn {
    background-position: -1104px -384px !important
}

.product-icons-48.product-icons-cdn-grey {
    background-position: -976px -864px !important
}

.product-icons-48.product-icons-cdn {
    background-position: -976px -912px !important
}

.product-icons-64.product-icons-cdn-grey {
    background-position: -384px -64px !important
}

.product-icons-64.product-icons-cdn {
    background-position: -384px -128px !important
}

.product-icons-32.product-icons-cdp-grey {
    background-position: -1104px -352px !important
}

.product-icons-32.product-icons-cdp {
    background-position: -1104px -320px !important
}

.product-icons-48.product-icons-cdp-grey {
    background-position: -1024px -48px !important
}

.product-icons-48.product-icons-cdp {
    background-position: -1024px -96px !important
}

.product-icons-64.product-icons-cdp-grey {
    background-position: -384px -256px !important
}

.product-icons-64.product-icons-cdp {
    background-position: -384px -320px !important
}

.product-icons-32.product-icons-cli-grey {
    background-position: -1104px -288px !important
}

.product-icons-32.product-icons-cli {
    background-position: -1104px -192px !important
}

.product-icons-48.product-icons-cli-grey {
    background-position: -832px -144px !important
}

.product-icons-48.product-icons-cli {
    background-position: -832px -192px !important
}

.product-icons-64.product-icons-cli-grey {
    background-position: -64px -384px !important
}

.product-icons-64.product-icons-cli {
    background-position: -128px -384px !important
}

.product-icons-32.product-icons-containerservice-grey {
    background-position: -1104px -160px !important
}

.product-icons-32.product-icons-containerservice {
    background-position: -1104px -128px !important
}

.product-icons-48.product-icons-containerservice-grey {
    background-position: -832px -720px !important
}

.product-icons-48.product-icons-containerservice {
    background-position: -832px -768px !important
}

.product-icons-64.product-icons-containerservice-grey {
    background-position: -256px -384px !important
}

.product-icons-64.product-icons-containerservice {
    background-position: -320px -384px !important
}

.product-icons-32.product-icons-cps-grey {
    background-position: -1104px -96px !important
}

.product-icons-32.product-icons-cps {
    background-position: -1104px 0px !important
}

.product-icons-48.product-icons-cps-grey {
    background-position: -480px -832px !important
}

.product-icons-48.product-icons-cps {
    background-position: -528px -832px !important
}

.product-icons-64.product-icons-cps-grey {
    background-position: -448px 0px !important
}

.product-icons-64.product-icons-cps {
    background-position: -448px -64px !important
}

.product-icons-32.product-icons-csb-grey {
    background-position: -1056px -1056px !important
}

.product-icons-32.product-icons-csb {
    background-position: -1024px -1056px !important
}

.product-icons-48.product-icons-csb-grey {
    background-position: -880px -192px !important
}

.product-icons-48.product-icons-csb {
    background-position: -880px -240px !important
}

.product-icons-64.product-icons-csb-grey {
    background-position: -448px -192px !important
}

.product-icons-64.product-icons-csb {
    background-position: -448px -256px !important
}

.product-icons-32.product-icons-ddos-grey {
    background-position: -992px -1056px !important
}

.product-icons-32.product-icons-ddos {
    background-position: -896px -1056px !important
}

.product-icons-48.product-icons-ddos-grey {
    background-position: -880px -768px !important
}

.product-icons-48.product-icons-ddos {
    background-position: -880px -816px !important
}

.product-icons-64.product-icons-ddos-grey {
    background-position: -448px -384px !important
}

.product-icons-64.product-icons-ddos {
    background-position: 0px -448px !important
}

.product-icons-32.product-icons-ddosbasic-grey {
    background-position: -864px -1056px !important
}

.product-icons-32.product-icons-ddosbasic {
    background-position: -832px -1056px !important
}

.product-icons-48.product-icons-ddosbasic-grey {
    background-position: -480px -880px !important
}

.product-icons-48.product-icons-ddosbasic {
    background-position: -528px -880px !important
}

.product-icons-64.product-icons-ddosbasic-grey {
    background-position: -128px -448px !important
}

.product-icons-64.product-icons-ddosbasic {
    background-position: -192px -448px !important
}

.product-icons-32.product-icons-dfs-grey {
    background-position: -800px -1056px !important
}

.product-icons-32.product-icons-dfs {
    background-position: -704px -1056px !important
}

.product-icons-48.product-icons-dfs-grey {
    background-position: -928px -144px !important
}

.product-icons-48.product-icons-dfs {
    background-position: -928px -192px !important
}

.product-icons-64.product-icons-dfs-grey {
    background-position: -320px -448px !important
}

.product-icons-64.product-icons-dfs {
    background-position: -384px -448px !important
}

.product-icons-32.product-icons-directmail-grey {
    background-position: -672px -1056px !important
}

.product-icons-32.product-icons-directmail {
    background-position: -640px -1056px !important
}

.product-icons-48.product-icons-directmail-grey {
    background-position: -928px -672px !important
}

.product-icons-48.product-icons-directmail {
    background-position: -928px -720px !important
}

.product-icons-64.product-icons-directmail-grey {
    background-position: -512px 0px !important
}

.product-icons-64.product-icons-directmail {
    background-position: -512px -64px !important
}

.product-icons-32.product-icons-disk-grey {
    background-position: -608px -1056px !important
}

.product-icons-32.product-icons-disk {
    background-position: -512px -1056px !important
}

.product-icons-48.product-icons-disk-grey {
    background-position: -336px -928px !important
}

.product-icons-48.product-icons-disk {
    background-position: -384px -928px !important
}

.product-icons-64.product-icons-disk-grey {
    background-position: -512px -192px !important
}

.product-icons-64.product-icons-disk {
    background-position: -512px -256px !important
}

.product-icons-32.product-icons-dms-grey {
    background-position: -480px -1056px !important
}

.product-icons-32.product-icons-dms {
    background-position: -448px -1056px !important
}

.product-icons-48.product-icons-dms-grey {
    background-position: -912px -928px !important
}

.product-icons-48.product-icons-dms {
    background-position: -976px 0px !important
}

.product-icons-64.product-icons-dms-grey {
    background-position: -512px -384px !important
}

.product-icons-64.product-icons-dms {
    background-position: -512px -448px !important
}

.product-icons-32.product-icons-dpc-grey {
    background-position: -416px -1056px !important
}

.product-icons-32.product-icons-dpc {
    background-position: -320px -1056px !important
}

.product-icons-48.product-icons-dpc-grey {
    background-position: -976px -528px !important
}

.product-icons-48.product-icons-dpc {
    background-position: -976px -576px !important
}

.product-icons-64.product-icons-dpc-grey {
    background-position: -64px -512px !important
}

.product-icons-64.product-icons-dpc {
    background-position: -128px -512px !important
}

.product-icons-32.product-icons-drds-grey {
    background-position: -288px -1056px !important
}

.product-icons-32.product-icons-drds {
    background-position: -256px -1056px !important
}

.product-icons-48.product-icons-drds-grey {
    background-position: -144px -976px !important
}

.product-icons-48.product-icons-drds {
    background-position: -192px -976px !important
}

.product-icons-64.product-icons-drds-grey {
    background-position: -256px -512px !important
}

.product-icons-64.product-icons-drds {
    background-position: -320px -512px !important
}

.product-icons-32.product-icons-dsi-grey {
    background-position: -224px -1056px !important
}

.product-icons-32.product-icons-dsi {
    background-position: -128px -1056px !important
}

.product-icons-48.product-icons-dsi-grey {
    background-position: -720px -976px !important
}

.product-icons-48.product-icons-dsi {
    background-position: -768px -976px !important
}

.product-icons-64.product-icons-dsi-grey {
    background-position: -448px -512px !important
}

.product-icons-64.product-icons-dsi {
    background-position: -512px -512px !important
}

.product-icons-32.product-icons-dts-grey {
    background-position: -96px -1056px !important
}

.product-icons-32.product-icons-dts {
    background-position: -64px -1056px !important
}

.product-icons-48.product-icons-dts-grey {
    background-position: -1024px -288px !important
}

.product-icons-48.product-icons-dts {
    background-position: -1024px -336px !important
}

.product-icons-64.product-icons-dts-grey {
    background-position: -576px -64px !important
}

.product-icons-64.product-icons-dts {
    background-position: 0px 0px !important
}

.product-icons-32.product-icons-eclipse-grey {
    background-position: -32px -1056px !important
}

.product-icons-32.product-icons-eclipse {
    background-position: -1072px -992px !important
}

.product-icons-48.product-icons-eclipse-grey {
    background-position: -832px 0px !important
}

.product-icons-48.product-icons-eclipse {
    background-position: -832px -48px !important
}

.product-icons-64.product-icons-eclipse-grey {
    background-position: -576px -256px !important
}

.product-icons-64.product-icons-eclipse {
    background-position: -576px -320px !important
}

.product-icons-32.product-icons-ecs-grey {
    background-position: -1072px -960px !important
}

.product-icons-32.product-icons-ecs {
    background-position: -1072px -928px !important
}

.product-icons-48.product-icons-ecs-grey {
    background-position: -832px -288px !important
}

.product-icons-48.product-icons-ecs {
    background-position: -832px -336px !important
}

.product-icons-64.product-icons-ecs-grey {
    background-position: -576px -448px !important
}

.product-icons-64.product-icons-ecs {
    background-position: -576px -512px !important
}

.product-icons-32.product-icons-edas-grey {
    background-position: -1072px -896px !important
}

.product-icons-32.product-icons-edas {
    background-position: -1072px -800px !important
}

.product-icons-48.product-icons-edas-grey {
    background-position: -832px -576px !important
}

.product-icons-48.product-icons-edas {
    background-position: -832px -624px !important
}

.product-icons-64.product-icons-edas-grey {
    background-position: -64px -576px !important
}

.product-icons-64.product-icons-edas {
    background-position: -128px -576px !important
}

.product-icons-32.product-icons-elp-grey {
    background-position: -1072px -768px !important
}

.product-icons-32.product-icons-elp {
    background-position: -1072px -736px !important
}

.product-icons-48.product-icons-elp-grey {
    background-position: -48px -832px !important
}

.product-icons-48.product-icons-elp {
    background-position: -96px -832px !important
}

.product-icons-64.product-icons-elp-grey {
    background-position: -256px -576px !important
}

.product-icons-64.product-icons-elp {
    background-position: -320px -576px !important
}

.product-icons-32.product-icons-emapreduce-grey {
    background-position: -1072px -704px !important
}

.product-icons-32.product-icons-emapreduce {
    background-position: -1072px -608px !important
}

.product-icons-48.product-icons-emapreduce-grey {
    background-position: -336px -832px !important
}

.product-icons-48.product-icons-emapreduce {
    background-position: -384px -832px !important
}

.product-icons-64.product-icons-emapreduce-grey {
    background-position: -448px -576px !important
}

.product-icons-64.product-icons-emapreduce {
    background-position: -512px -576px !important
}

.product-icons-32.product-icons-esn-grey {
    background-position: -1072px -576px !important
}

.product-icons-32.product-icons-esn {
    background-position: -1072px -544px !important
}

.product-icons-48.product-icons-esn-grey {
    background-position: -624px -832px !important
}

.product-icons-48.product-icons-esn {
    background-position: -672px -832px !important
}

.product-icons-64.product-icons-esn-grey {
    background-position: -640px 0px !important
}

.product-icons-64.product-icons-esn {
    background-position: -640px -64px !important
}

.product-icons-32.product-icons-ess-grey {
    background-position: -1072px -512px !important
}

.product-icons-32.product-icons-ess {
    background-position: -1072px -416px !important
}

.product-icons-48.product-icons-ess-grey {
    background-position: -880px -48px !important
}

.product-icons-48.product-icons-ess {
    background-position: -880px -96px !important
}

.product-icons-64.product-icons-ess-grey {
    background-position: -640px -192px !important
}

.product-icons-64.product-icons-ess {
    background-position: -640px -256px !important
}

.product-icons-32.product-icons-expressconnect-grey {
    background-position: -1072px -384px !important
}

.product-icons-32.product-icons-expressconnect {
    background-position: -1072px -352px !important
}

.product-icons-48.product-icons-expressconnect-grey {
    background-position: -880px -336px !important
}

.product-icons-48.product-icons-expressconnect {
    background-position: -880px -384px !important
}

.product-icons-64.product-icons-expressconnect-grey {
    background-position: -640px -384px !important
}

.product-icons-64.product-icons-expressconnect {
    background-position: -640px -448px !important
}

.product-icons-32.product-icons-havip-grey {
    background-position: -1072px -320px !important
}

.product-icons-32.product-icons-havip {
    background-position: -1072px -224px !important
}

.product-icons-48.product-icons-havip-grey {
    background-position: -880px -624px !important
}

.product-icons-48.product-icons-havip {
    background-position: -880px -672px !important
}

.product-icons-64.product-icons-havip-grey {
    background-position: -640px -576px !important
}

.product-icons-64.product-icons-havip {
    background-position: 0px -640px !important
}

.product-icons-32.product-icons-hpc-grey {
    background-position: -1072px -192px !important
}

.product-icons-32.product-icons-hpc {
    background-position: -1072px -160px !important
}

.product-icons-48.product-icons-hpc-grey {
    background-position: -48px -880px !important
}

.product-icons-48.product-icons-hpc {
    background-position: -96px -880px !important
}

.product-icons-64.product-icons-hpc-grey {
    background-position: -128px -640px !important
}

.product-icons-64.product-icons-hpc {
    background-position: -192px -640px !important
}

.product-icons-32.product-icons-hsm-grey {
    background-position: -1072px -128px !important
}

.product-icons-32.product-icons-hsm {
    background-position: -1072px -32px !important
}

.product-icons-48.product-icons-hsm-grey {
    background-position: -336px -880px !important
}

.product-icons-48.product-icons-hsm {
    background-position: -384px -880px !important
}

.product-icons-64.product-icons-hsm-grey {
    background-position: -320px -640px !important
}

.product-icons-64.product-icons-hsm {
    background-position: -384px -640px !important
}

.product-icons-32.product-icons-iot-grey {
    background-position: -1072px 0px !important
}

.product-icons-32.product-icons-iot {
    background-position: -1024px -1024px !important
}

.product-icons-48.product-icons-iot-grey {
    background-position: -624px -880px !important
}

.product-icons-48.product-icons-iot {
    background-position: -672px -880px !important
}

.product-icons-64.product-icons-iot-grey {
    background-position: -512px -640px !important
}

.product-icons-64.product-icons-iot {
    background-position: -576px -640px !important
}

.product-icons-32.product-icons-jiankong-grey {
    background-position: -992px -1024px !important
}

.product-icons-32.product-icons-jiankong {
    background-position: -896px -1024px !important
}

.product-icons-48.product-icons-jiankong-grey {
    background-position: -928px 0px !important
}

.product-icons-48.product-icons-jiankong {
    background-position: -928px -48px !important
}

.product-icons-64.product-icons-jiankong-grey {
    background-position: -704px 0px !important
}

.product-icons-64.product-icons-jiankong {
    background-position: -704px -64px !important
}

.product-icons-32.product-icons-keyongxingzhongxin-grey {
    background-position: -864px -1024px !important
}

.product-icons-32.product-icons-keyongxingzhongxin {
    background-position: -832px -1024px !important
}

.product-icons-48.product-icons-keyongxingzhongxin-grey {
    background-position: -928px -288px !important
}

.product-icons-48.product-icons-keyongxingzhongxin {
    background-position: -144px -832px !important
}

.product-icons-64.product-icons-keyongxingzhongxin-grey {
    background-position: -704px -192px !important
}

.product-icons-64.product-icons-keyongxingzhongxin {
    background-position: -704px -256px !important
}

.product-icons-32.product-icons-kms-grey {
    background-position: -704px -1024px !important
}

.product-icons-32.product-icons-kms {
    background-position: -672px -1024px !important
}

.product-icons-48.product-icons-kms-grey {
    background-position: -928px -576px !important
}

.product-icons-48.product-icons-kms {
    background-position: -928px -624px !important
}

.product-icons-64.product-icons-kms-grey {
    background-position: -704px -448px !important
}

.product-icons-64.product-icons-kms {
    background-position: -704px -512px !important
}

.product-icons-32.product-icons-kvstore-grey {
    background-position: -640px -1024px !important
}

.product-icons-32.product-icons-kvstore {
    background-position: -608px -1024px !important
}

.product-icons-48.product-icons-kvstore-grey {
    background-position: -928px -864px !important
}

.product-icons-48.product-icons-kvstore {
    background-position: 0px -928px !important
}

.product-icons-64.product-icons-kvstore-grey {
    background-position: -704px -576px !important
}

.product-icons-64.product-icons-kvstore {
    background-position: -704px -640px !important
}

.product-icons-32.product-icons-livevideo-grey {
    background-position: -512px -1024px !important
}

.product-icons-32.product-icons-livevideo {
    background-position: -480px -1024px !important
}

.product-icons-48.product-icons-livevideo-grey {
    background-position: -240px -928px !important
}

.product-icons-48.product-icons-livevideo {
    background-position: -288px -928px !important
}

.product-icons-64.product-icons-livevideo-grey {
    background-position: -128px -704px !important
}

.product-icons-64.product-icons-livevideo {
    background-position: -192px -704px !important
}

.product-icons-32.product-icons-lvwang-grey {
    background-position: -448px -1024px !important
}

.product-icons-32.product-icons-lvwang {
    background-position: -416px -1024px !important
}

.product-icons-48.product-icons-lvwang-grey {
    background-position: -528px -928px !important
}

.product-icons-48.product-icons-lvwang {
    background-position: -576px -928px !important
}

.product-icons-64.product-icons-lvwang-grey {
    background-position: -256px -704px !important
}

.product-icons-64.product-icons-lvwang {
    background-position: -320px -704px !important
}

.product-icons-32.product-icons-mac-grey {
    background-position: -320px -1024px !important
}

.product-icons-32.product-icons-mac {
    background-position: -288px -1024px !important
}

.product-icons-48.product-icons-mac-grey {
    background-position: -816px -928px !important
}

.product-icons-48.product-icons-mac {
    background-position: -864px -928px !important
}

.product-icons-64.product-icons-mac-grey {
    background-position: -512px -704px !important
}

.product-icons-64.product-icons-mac {
    background-position: -576px -704px !important
}

.product-icons-32.product-icons-man-grey {
    background-position: -256px -1024px !important
}

.product-icons-32.product-icons-man {
    background-position: -224px -1024px !important
}

.product-icons-48.product-icons-man-grey {
    background-position: -976px -144px !important
}

.product-icons-48.product-icons-man {
    background-position: -976px -192px !important
}

.product-icons-64.product-icons-man-grey {
    background-position: -640px -704px !important
}

.product-icons-64.product-icons-man {
    background-position: -704px -704px !important
}

.product-icons-32.product-icons-mns-grey {
    background-position: -128px -1024px !important
}

.product-icons-32.product-icons-mns {
    background-position: -96px -1024px !important
}

.product-icons-48.product-icons-mns-grey {
    background-position: -976px -432px !important
}

.product-icons-48.product-icons-mns {
    background-position: -976px -480px !important
}

.product-icons-64.product-icons-mns-grey {
    background-position: -768px -128px !important
}

.product-icons-64.product-icons-mns {
    background-position: -768px -192px !important
}

.product-icons-32.product-icons-mongodb-grey {
    background-position: -64px -1024px !important
}

.product-icons-32.product-icons-mongodb {
    background-position: -32px -1024px !important
}

.product-icons-48.product-icons-mongodb-grey {
    background-position: -976px -720px !important
}

.product-icons-48.product-icons-mongodb {
    background-position: -976px -768px !important
}

.product-icons-64.product-icons-mongodb-grey {
    background-position: -768px -256px !important
}

.product-icons-64.product-icons-mongodb {
    background-position: -768px -320px !important
}

.product-icons-32.product-icons-mqs-grey {
    background-position: -1024px -960px !important
}

.product-icons-32.product-icons-mqs {
    background-position: -1024px -928px !important
}

.product-icons-48.product-icons-mqs-grey {
    background-position: -48px -976px !important
}

.product-icons-48.product-icons-mqs {
    background-position: -96px -976px !important
}

.product-icons-64.product-icons-mqs-grey {
    background-position: -768px -512px !important
}

.product-icons-64.product-icons-mqs {
    background-position: -768px -576px !important
}

.product-icons-32.product-icons-mss-grey {
    background-position: -1024px -896px !important
}

.product-icons-32.product-icons-mss {
    background-position: -1024px -864px !important
}

.product-icons-48.product-icons-mss-grey {
    background-position: -336px -976px !important
}

.product-icons-48.product-icons-mss {
    background-position: -384px -976px !important
}

.product-icons-64.product-icons-mss-grey {
    background-position: -768px -640px !important
}

.product-icons-64.product-icons-mss {
    background-position: -768px -704px !important
}

.product-icons-32.product-icons-mts-grey {
    background-position: -1024px -768px !important
}

.product-icons-32.product-icons-mts {
    background-position: -1024px -736px !important
}

.product-icons-48.product-icons-mts-grey {
    background-position: -624px -976px !important
}

.product-icons-48.product-icons-mts {
    background-position: -672px -976px !important
}

.product-icons-64.product-icons-mts-grey {
    background-position: -128px -768px !important
}

.product-icons-64.product-icons-mts {
    background-position: -192px -768px !important
}

.product-icons-32.product-icons-nas-grey {
    background-position: -1024px -704px !important
}

.product-icons-32.product-icons-nas {
    background-position: -1024px -672px !important
}

.product-icons-48.product-icons-nas-grey {
    background-position: -912px -976px !important
}

.product-icons-48.product-icons-nas {
    background-position: -960px -976px !important
}

.product-icons-64.product-icons-nas-grey {
    background-position: -256px -768px !important
}

.product-icons-64.product-icons-nas {
    background-position: -320px -768px !important
}

.product-icons-32.product-icons-oas-grey {
    background-position: -1024px -576px !important
}

.product-icons-32.product-icons-oas {
    background-position: -1024px -544px !important
}

.product-icons-48.product-icons-oas-grey {
    background-position: -1024px -192px !important
}

.product-icons-48.product-icons-oas {
    background-position: -1024px -240px !important
}

.product-icons-64.product-icons-oas-grey {
    background-position: -512px -768px !important
}

.product-icons-64.product-icons-oas {
    background-position: -576px -768px !important
}

.product-icons-32.product-icons-oceanbase-grey {
    background-position: 0px -1056px !important
}

.product-icons-32.product-icons-oceanbase {
    background-position: -1024px -512px !important
}

.product-icons-48.product-icons-oceanbase-grey {
    background-position: -1024px -432px !important
}

.product-icons-48.product-icons-oceanbase {
    background-position: -1024px -384px !important
}

.product-icons-64.product-icons-oceanbase-grey {
    background-position: -448px -768px !important
}

.product-icons-64.product-icons-oceanbase {
    background-position: -384px -768px !important
}

.product-icons-32.product-icons-ocs-grey {
    background-position: -1024px -608px !important
}

.product-icons-32.product-icons-ocs {
    background-position: -1024px -640px !important
}

.product-icons-48.product-icons-ocs-grey {
    background-position: -864px -976px !important
}

.product-icons-48.product-icons-ocs {
    background-position: -816px -976px !important
}

.product-icons-64.product-icons-ocs-grey {
    background-position: -64px -768px !important
}

.product-icons-64.product-icons-ocs {
    background-position: 0px -768px !important
}

.product-icons-32.product-icons-odps-grey {
    background-position: -1024px -800px !important
}

.product-icons-32.product-icons-odps {
    background-position: -1024px -832px !important
}

.product-icons-48.product-icons-odps-grey {
    background-position: -288px -976px !important
}

.product-icons-48.product-icons-odps {
    background-position: -240px -976px !important
}

.product-icons-64.product-icons-odps-grey {
    background-position: -768px -448px !important
}

.product-icons-64.product-icons-odps {
    background-position: -768px -384px !important
}

.product-icons-32.product-icons-ons-grey {
    background-position: -1024px -992px !important
}

.product-icons-32.product-icons-ons {
    background-position: 0px -1024px !important
}

.product-icons-48.product-icons-ons-grey {
    background-position: -976px -672px !important
}

.product-icons-48.product-icons-ons {
    background-position: -976px -624px !important
}

.product-icons-64.product-icons-ons-grey {
    background-position: -768px -64px !important
}

.product-icons-64.product-icons-ons {
    background-position: -768px 0px !important
}

.product-icons-32.product-icons-opensearch-grey {
    background-position: -160px -1024px !important
}

.product-icons-32.product-icons-opensearch {
    background-position: -192px -1024px !important
}

.product-icons-48.product-icons-opensearch-grey {
    background-position: -976px -96px !important
}

.product-icons-48.product-icons-opensearch {
    background-position: -976px -48px !important
}

.product-icons-64.product-icons-opensearch-grey {
    background-position: -448px -704px !important
}

.product-icons-64.product-icons-opensearch {
    background-position: -384px -704px !important
}

.product-icons-32.product-icons-oss-grey {
    background-position: -352px -1024px !important
}

.product-icons-32.product-icons-oss {
    background-position: -384px -1024px !important
}

.product-icons-48.product-icons-oss-grey {
    background-position: -480px -928px !important
}

.product-icons-48.product-icons-oss {
    background-position: -432px -928px !important
}

.product-icons-64.product-icons-oss-grey {
    background-position: -64px -704px !important
}

.product-icons-64.product-icons-oss {
    background-position: 0px -704px !important
}

.product-icons-32.product-icons-ots-grey {
    background-position: -544px -1024px !important
}

.product-icons-32.product-icons-ots {
    background-position: -576px -1024px !important
}

.product-icons-48.product-icons-ots-grey {
    background-position: -928px -816px !important
}

.product-icons-48.product-icons-ots {
    background-position: -928px -768px !important
}

.product-icons-64.product-icons-ots-grey {
    background-position: -704px -384px !important
}

.product-icons-64.product-icons-ots {
    background-position: -704px -320px !important
}

.product-icons-32.product-icons-petadata-grey {
    background-position: -736px -1024px !important
}

.product-icons-32.product-icons-petadata {
    background-position: -768px -1024px !important
}

.product-icons-48.product-icons-petadata-grey {
    background-position: -928px -336px !important
}

.product-icons-48.product-icons-petadata {
    background-position: -928px -240px !important
}

.product-icons-64.product-icons-petadata-grey {
    background-position: -704px -128px !important
}

.product-icons-64.product-icons-petadata {
    background-position: -640px -640px !important
}

.product-icons-32.product-icons-pts-grey {
    background-position: -928px -1024px !important
}

.product-icons-32.product-icons-pts {
    background-position: -960px -1024px !important
}

.product-icons-48.product-icons-pts-grey {
    background-position: -816px -880px !important
}

.product-icons-48.product-icons-pts {
    background-position: -576px -880px !important
}

.product-icons-64.product-icons-pts-grey {
    background-position: -448px -640px !important
}

.product-icons-64.product-icons-pts {
    background-position: -256px -640px !important
}

.product-icons-32.product-icons-ram-grey {
    background-position: -1072px -64px !important
}

.product-icons-32.product-icons-ram {
    background-position: -1072px -96px !important
}

.product-icons-48.product-icons-ram-grey {
    background-position: -240px -880px !important
}

.product-icons-48.product-icons-ram {
    background-position: 0px -880px !important
}

.product-icons-64.product-icons-ram-grey {
    background-position: -64px -640px !important
}

.product-icons-64.product-icons-ram {
    background-position: -640px -512px !important
}

.product-icons-32.product-icons-rds-grey {
    background-position: -1072px -256px !important
}

.product-icons-32.product-icons-rds {
    background-position: -1072px -288px !important
}

.product-icons-48.product-icons-rds-grey {
    background-position: -880px -528px !important
}

.product-icons-48.product-icons-rds {
    background-position: -880px -288px !important
}

.product-icons-64.product-icons-rds-grey {
    background-position: -640px -320px !important
}

.product-icons-64.product-icons-rds {
    background-position: -640px -128px !important
}

.product-icons-32.product-icons-ros-grey {
    background-position: -1072px -448px !important
}

.product-icons-32.product-icons-ros {
    background-position: -1072px -480px !important
}

.product-icons-48.product-icons-ros-grey {
    background-position: -816px -832px !important
}

.product-icons-48.product-icons-ros {
    background-position: -576px -832px !important
}

.product-icons-64.product-icons-ros-grey {
    background-position: -576px -576px !important
}

.product-icons-64.product-icons-ros {
    background-position: -384px -576px !important
}

.product-icons-32.product-icons-sas-grey {
    background-position: -1072px -640px !important
}

.product-icons-32.product-icons-sas {
    background-position: -1072px -672px !important
}

.product-icons-48.product-icons-sas-grey {
    background-position: -240px -832px !important
}

.product-icons-48.product-icons-sas {
    background-position: 0px -832px !important
}

.product-icons-64.product-icons-sas-grey {
    background-position: -192px -576px !important
}

.product-icons-64.product-icons-sas {
    background-position: 0px -576px !important
}

.product-icons-32.product-icons-scan-grey {
    background-position: -1072px -832px !important
}

.product-icons-32.product-icons-scan {
    background-position: -1072px -864px !important
}

.product-icons-48.product-icons-scan-grey {
    background-position: -832px -480px !important
}

.product-icons-48.product-icons-scan {
    background-position: -832px -240px !important
}

.product-icons-64.product-icons-scan-grey {
    background-position: -576px -384px !important
}

.product-icons-64.product-icons-scan {
    background-position: -576px -192px !important
}

.product-icons-32.product-icons-slb-grey {
    background-position: -1072px -1024px !important
}

.product-icons-32.product-icons-slb {
    background-position: -1024px -480px !important
}

.product-icons-48.product-icons-slb-grey {
    background-position: -736px -768px !important
}

.product-icons-48.product-icons-slb {
    background-position: -1024px -144px !important
}

.product-icons-64.product-icons-slb-grey {
    background-position: -576px 0px !important
}

.product-icons-64.product-icons-slb {
    background-position: -384px -512px !important
}

.product-icons-32.product-icons-slm-grey {
    background-position: -160px -1056px !important
}

.product-icons-32.product-icons-slm {
    background-position: -192px -1056px !important
}

.product-icons-48.product-icons-slm-grey {
    background-position: -528px -976px !important
}

.product-icons-48.product-icons-slm {
    background-position: 0px -976px !important
}

.product-icons-64.product-icons-slm-grey {
    background-position: -192px -512px !important
}

.product-icons-64.product-icons-slm {
    background-position: 0px -512px !important
}

.product-icons-32.product-icons-sls-grey {
    background-position: -352px -1056px !important
}

.product-icons-32.product-icons-sls {
    background-position: -384px -1056px !important
}

.product-icons-48.product-icons-sls-grey {
    background-position: -976px -336px !important
}

.product-icons-48.product-icons-sls {
    background-position: -768px -928px !important
}

.product-icons-64.product-icons-sls-grey {
    background-position: -512px -320px !important
}

.product-icons-64.product-icons-sls {
    background-position: -512px -128px !important
}

.product-icons-32.product-icons-sos-grey {
    background-position: -544px -1056px !important
}

.product-icons-32.product-icons-sos {
    background-position: -576px -1056px !important
}

.product-icons-48.product-icons-sos-grey {
    background-position: -144px -928px !important
}

.product-icons-48.product-icons-sos {
    background-position: -928px -528px !important
}

.product-icons-64.product-icons-sos-grey {
    background-position: -448px -448px !important
}

.product-icons-64.product-icons-sos {
    background-position: -256px -448px !important
}

.product-icons-32.product-icons-toolsimage-grey {
    background-position: -736px -1056px !important
}

.product-icons-32.product-icons-toolsimage {
    background-position: -768px -1056px !important
}

.product-icons-48.product-icons-toolsimage-grey {
    background-position: -864px -880px !important
}

.product-icons-48.product-icons-toolsimage {
    background-position: -432px -880px !important
}

.product-icons-64.product-icons-toolsimage-grey {
    background-position: -64px -448px !important
}

.product-icons-64.product-icons-toolsimage {
    background-position: -448px -320px !important
}

.product-icons-32.product-icons-vipaegis-grey {
    background-position: -928px -1056px !important
}

.product-icons-32.product-icons-vipaegis {
    background-position: -960px -1056px !important
}

.product-icons-48.product-icons-vipaegis-grey {
    background-position: -880px -576px !important
}

.product-icons-48.product-icons-vipaegis {
    background-position: -880px -144px !important
}

.product-icons-64.product-icons-vipaegis-grey {
    background-position: -448px -128px !important
}

.product-icons-64.product-icons-vipaegis {
    background-position: -384px -384px !important
}

.product-icons-32.product-icons-visualstudio-grey {
    background-position: -1104px -32px !important
}

.product-icons-32.product-icons-visualstudio {
    background-position: -1104px -64px !important
}

.product-icons-48.product-icons-visualstudio-grey {
    background-position: -288px -832px !important
}

.product-icons-48.product-icons-visualstudio {
    background-position: -832px -672px !important
}

.product-icons-64.product-icons-visualstudio-grey {
    background-position: -192px -384px !important
}

.product-icons-64.product-icons-visualstudio {
    background-position: 0px -384px !important
}

.product-icons-32.product-icons-vod-grey {
    background-position: -1104px -224px !important
}

.product-icons-32.product-icons-vod {
    background-position: -1104px -256px !important
}

.product-icons-48.product-icons-vod-grey {
    background-position: -784px -768px !important
}

.product-icons-48.product-icons-vod {
    background-position: -1024px 0px !important
}

.product-icons-64.product-icons-vod-grey {
    background-position: -384px -192px !important
}

.product-icons-64.product-icons-vod {
    background-position: -384px 0px !important
}

.product-icons-32.product-icons-vpc-grey {
    background-position: -1104px -416px !important
}

.product-icons-32.product-icons-vpc {
    background-position: -1104px -448px !important
}

.product-icons-48.product-icons-vpc-grey {
    background-position: -976px -384px !important
}

.product-icons-48.product-icons-vpc {
    background-position: -624px -928px !important
}

.product-icons-64.product-icons-vpc-grey {
    background-position: -192px -320px !important
}

.product-icons-64.product-icons-vpc {
    background-position: 0px -320px !important
}

.product-icons-32.product-icons-waf-grey {
    background-position: -1104px -608px !important
}

.product-icons-32.product-icons-waf {
    background-position: -1104px -640px !important
}

.product-icons-48.product-icons-waf-grey {
    background-position: -928px -96px !important
}

.product-icons-48.product-icons-waf {
    background-position: -144px -880px !important
}

.product-icons-64.product-icons-waf-grey {
    background-position: -320px -128px !important
}

.product-icons-64.product-icons-waf {
    background-position: -256px -256px !important
}

.product-icons-32.product-icons-xianzhi-grey {
    background-position: -1104px -800px !important
}

.product-icons-32.product-icons-xianzhi {
    background-position: -1104px -832px !important
}

.product-icons-48.product-icons-xianzhi-grey {
    background-position: -432px -832px !important
}

.product-icons-48.product-icons-xianzhi {
    background-position: -832px -384px !important
}

.product-icons-64.product-icons-xianzhi-grey {
    background-position: -64px -256px !important
}

.product-icons-64.product-icons-xianzhi {
    background-position: -256px -128px !important
}

.product-icons-32.product-icons-ysf-grey {
    background-position: -1104px -992px !important
}

.product-icons-32.product-icons-ysf {
    background-position: -1104px -1024px !important
}

.product-icons-48.product-icons-ysf-grey {
    background-position: -976px -816px !important
}

.product-icons-48.product-icons-ysf {
    background-position: -48px -928px !important
}

.product-icons-64.product-icons-ysf-grey {
    background-position: -192px -192px !important
}

.product-icons-64.product-icons-ysf {
    background-position: 0px -192px !important
}

.product-icons-32.product-icons-yundun-grey {
    background-position: -96px -1088px !important
}

.product-icons-32.product-icons-yundun {
    background-position: -128px -1088px !important
}

.product-icons-48.product-icons-yundun-grey {
    background-position: -720px -832px !important
}

.product-icons-48.product-icons-yundun {
    background-position: -640px -768px !important
}

.product-icons-64.product-icons-yundun-grey {
    background-position: -192px 0px !important
}

.product-icons-64.product-icons-yundun {
    background-position: 0px -128px !important
}

.product-icons-32.product-icons-yunjiankong-grey {
    background-position: -288px -1088px !important
}

.product-icons-32.product-icons-yunjiankong {
    background-position: -320px -1088px !important
}

.product-icons-48.product-icons-yunjiankong-grey {
    background-position: -880px -432px !important
}

.product-icons-48.product-icons-yunjiankong {
    background-position: -976px -240px !important
}

.product-icons-64.product-icons-yunjiankong-grey {
    background-position: -64px -64px !important
}

.product-icons-64.product-icons-yunjiankong {
    background-position: -64px 0px !important
}

.console-search {
    box-sizing: border-box;
    float: left;
    margin-right: 1px;
    position: relative;
    z-index: 11
}

.console-search * {
    box-sizing: border-box
}

.console-search .console-search-ask {
    position: relative
}

.console-search .console-search-ask .console-search-ask-input {
    width: 200px;
    height: 40px;
    background: #2a2e31;
    border: 0;
    padding: 12px 30px 12px 10px;
    display: inline-block;
    color: #999;
    -webkit-border-radius: 1px 1px;
    -moz-border-radius: 1px / 1px;
    border-radius: 1px / 1px;
    -o-transition: all 0.3s, 0.3s;
    -ms-transition: all 0.3s, 0.3s;
    -moz-transition: all 0.3s, 0.3s;
    -webkit-transition: all 0.3s, 0.3s
}

.console-search .console-search-ask .console-search-ask-input:focus {
    outline: none
}

.console-search .console-search-ask .console-search-mark {
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    height: 100%;
    width: 40px;
    color: #eee;
    padding: 5px;
    text-decoration: none;
    display: block
}

.console-search .console-search-ask .console-search-questionmark {
    right: 0;
    top: 0
}

.console-search .console-search-ask-active .console-search-ask-input {
    width: 320px;
    height: 40px;
    background: #f2f2f2;
    border: 0;
    color: #000
}

.console-search .console-search-ask-active .console-search-questionmark {
    color: #0099cc
}

.console-search .console-search-answer {
    width: 402px;
    margin-top: 2px;
    left: -1px;
    border: 1px solid #d4d4d4;
    border-top: none;
    background: #fff;
    position: absolute;
    -webkit-border-radius: 2px 2px;
    -moz-border-radius: 2px / 2px;
    border-radius: 2px / 2px;
    text-shadow: 1px
}

.console-search .console-search-answer .console-search-answer-head {
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
    height: 42px
}

.console-search .console-search-answer .console-search-answer-head ul {
    list-style: none;
    margin: 0;
    padding: 0 24px
}

.console-search .console-search-answer .console-search-answer-head ul li {
    float: left;
    margin-right: 14px;
    height: 42px;
    line-height: 42px
}

.console-search .console-search-answer .console-search-answer-head ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #666;
    text-decoration: none
}

.console-search .console-search-answer .console-search-answer-head ul li a:hover {
    color: #ff6500;
    border-bottom: 2px solid #ff6500
}

.console-search .console-search-answer .console-search-answer-head ul li.console-search-tab-active a {
    color: #ff6500;
    border-bottom: 2px solid #ff6500
}

.console-search .console-search-answer .console-search-answer-body {
    padding: 0 24px
}

.console-search .console-search-answer .console-search-answer-body .console-search-answer-list .console-search-answer-item {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee
}

.console-search .console-search-answer .console-search-answer-body .console-search-answer-list .console-search-answer-item a {
    color: #00a2ca
}

.console-search .console-search-answer .console-search-answer-body .console-search-answer-more {
    height: 40px;
    line-height: 40px;
    text-align: right
}

.console-search .console-search-answer .console-search-answer-body .console-search-answer-more a {
    color: #00a2ca
}

.selector {
    width: 100%;
    height: 140px;
    border: 1px solid #999;
    background-color: #FFF;
    overflow-x: hidden;
    overflow-y: auto
}

.selector .selector-list {
    list-style: none;
    margin: 0px;
    padding: 0px
}

.selector .selector-list .selector-item {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    border-bottom: 1px solid #DDD;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 8px
}

.selector .selector-list .selector-item:hover {
    color: #06C;
    background-color: #FAFCFF;
    cursor: pointer
}

.selector .selector-list .selector-item.active {
    background-color: #37C;
    color: #FFF
}

.selector .selector-list .selector-item.disabled {
    color: #AAA;
    cursor: not-allowed;
    background-color: #FAFAFA
}

.selector .selector-msg {
    text-align: center;
    color: #999;
    height: 32px;
    line-height: 32px
}

.selector.selector-status-error .selector-msg {
    cursor: pointer
}

.selector.selector-status-hasmore .selector-msg {
    cursor: pointer
}

.list-selector .selector-box {
    width: 45%;
    float: left
}

.list-selector .selector-box .inner-wrap {
    border: 1px solid #bbb;
    height: 200px;
    overflow: hidden
}

.list-selector .selector-box .inner-wrap .inner-head {
    border: 1px solid #eee;
    margin: 6px;
    position: relative
}

.list-selector .selector-box .inner-wrap .inner-head input {
    border: 0;
    width: 90%
}

.list-selector .selector-box .inner-wrap .inner-head input:focus {
    outline: 0
}

.list-selector .selector-box .inner-wrap .inner-head .search {
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0
}

.list-selector .selector-box .inner-wrap .inner-body {
    height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 0
}

.list-selector .selector-box .inner-wrap .inner-body2 {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 0
}

.list-selector .selector-mid {
    width: 10%;
    text-align: center;
    float: left
}

.list-selector .selector-mid .mid-box {
    margin: 10px auto;
    height: 40px;
    width: 40px;
    font-weight: bold;
    border: 1px solid #bbb;
    background: #f7f7f7;
    display: block;
    cursor: pointer
}

.list-selector .selector-mid .mid-margin {
    margin-top: 80px;
    margin-bottom: 10px
}

.aliyun-console-table-search-list {
    min-width: 100px
}

.console-global-notice {
    position: relative;
    margin-top: -1px;
    z-index: 1
}

.console-global-notice .console-global-notice-nav {
    position: absolute;
    top: 13px;
    left: 25px;
    z-index: 2
}

.console-global-notice .console-global-notice-nav span {
    width: 12px;
    height: 12px;
    display: block;
    float: left;
    background: #e8e8e8;
    border-radius: 12px;
    margin-right: 3px;
    cursor: pointer
}

.console-global-notice .console-global-notice-nav span.active {
    background: #999999
}

.console-global-notice .console-global-notice-list {
    height: 50px;
    position: relative
}

.console-global-notice .console-global-notice-list .console-global-notice-item {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 10px 12px;
    border-radius: 2px;
    margin-bottom: 0px;
    text-align: left
}

.console-global-notice .console-global-notice-list .console-global-notice-item .console-global-notice-nomore {
    position: absolute;
    top: 8px;
    right: 12px
}

.console-global-notice .console-global-notice-list .console-global-notice-item .console-global-notice-content {
    padding-right: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.console-clip-copy {
    background: rgba(0, 0, 0, 0.75);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000, endColorstr=#bf000000);
    position: absolute;
    color: #fff;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    padding: 0px 12px 0px 30px
}

.console-clip-copy .rectangle1, .console-clip-copy .rectangle2 {
    position: absolute;
    top: 8px;
    left: 13px;
    border: 1px solid #fff;
    width: 10px;
    height: 12px;
    background: #404040;
    z-index: 2
}

.console-clip-copy .rectangle2 {
    left: 15px;
    z-index: 1;
    top: 5px
}

.console-clip-copyed {
    padding-left: 12px
}

.console-clip-copyed .rectangle1, .console-clip-copyed .rectangle2 {
    display: none
}

.console-aside-wrap {
    position: fixed;
    z-index: 105
}

.console-aside-wrap .console-aside {
    position: absolute;
    display: none
}

.console-aside-wrap .console-aside.console-aside-transform {
    -o-transition: all 0.3s, 0.3s;
    -ms-transition: all 0.3s, 0.3s;
    -moz-transition: all 0.3s, 0.3s;
    -webkit-transition: all 0.3s, 0.3s
}

.console-aside-wrap.top {
    top: 0;
    width: 100%
}

.console-aside-wrap.top .console-aside {
    top: 0;
    width: 100%
}

.console-aside-wrap.right {
    right: 0;
    height: 100%;
    top: 0
}

.console-aside-wrap.right .console-aside {
    right: 0;
    height: 100%
}

.console-aside-wrap.left {
    left: 0;
    height: 100%;
    top: 0
}

.console-aside-wrap.left .console-aside {
    left: 0;
    height: 100%
}

.console-aside-wrap.bottom {
    bottom: 0;
    width: 100%
}

.console-aside-wrap.bottom .console-aside {
    bottom: 0;
    width: 100%
}

.table-default-viewer {
    width: 100%;
    background-color: #FFF
}

.table-default-viewer td {
    padding: 11px 20px;
    border: 1px solid #eeeeee
}

.table-default-viewer.off {
    display: none
}

.table-viewer-topbar-content {
    padding: 0px;
    margin: 0px;
    margin-right: 8px
}

.table-viewer-header {
    margin-top: 10px;
    margin-bottom: -1px;
    height: 40px;
    background: #F5f6FA;
    line-height: 38px;
    border: 1px solid #e1e6eb;
    position: relative;
    border-left: 4px solid #6d7781
}

.table-viewer-header .table-viewer-topbar-title {
    font-size: 14px;
    color: #333333;
    display: inline-block;
    margin-left: 16px
}

.table-viewer-header .table-viewer-topbar-content {
    margin-right: 60px
}

.table-viewer-header .toggle-drop-down-icon {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    position: absolute;
    width: 40px;
    height: 39px;
    right: 0;
    top: 0;
    border-left: 1px solid #e1e6eb
}

.table-viewer-header .table-viewer-dropdown {
    display: inline-block;
    margin: 10px;
    font-size: 20px
}

.simple-chart {
    height: 100%;
    border: 1px solid #ccd6e0;
    position: relative;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1)
}

.simple-chart .simple-chart-head {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 10px;
    background: #f8f9fb
}

.simple-chart .simple-chart-head-title {
    float: left
}

.simple-chart .simple-chart-operations {
    float: right
}

.simple-chart .simple-chart-operations .simple-chart-btn {
    display: inline-block;
    border-left: 1px solid #e1e6eb;
    width: 40px;
    text-align: center;
    cursor: pointer
}

.simple-chart .simple-chart-operations .simple-chart-btn span {
    font-size: 14px;
    font-weight: bold;
    vertical-align: text-bottom
}

.simple-chart .simple-chart-body {
    border-top: 1px solid #ccd6e0;
    padding: 0px 2px 2px 0px
}

.simple-chart .simple-chart-body .highcharts-container {
    float: left
}

.simple-chart .simple-chart-body-inner {
    height: 100%
}

.simple-chart .simple-chart-annulus-center {
    position: absolute;
    text-align: center
}

.simple-chart .simple-chart-annulus-center .simple-chart-annulus-number {
    color: #0099cc;
    font-size: 32px
}

.simple-chart.simple-chart-nowrap {
    border: none;
    -webkit-box-shadow: 0px 0px 0px;
    -moz-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px
}

.simple-chart.simple-chart-nowrap .simple-chart-head {
    display: none
}

.simple-chart.simple-chart-nowrap .simple-chart-body {
    border: none;
    height: 100% !important
}

.console-middle-page {
    margin-top: 80px
}

.console-middle-page .console-middle-page-icon {
    text-align: right
}

.console-middle-page .console-middle-page-title {
    font-size: 20px;
    margin: 0;
    line-height: 48px
}

.console-middle-page .console-middle-page-text {
    font-size: 12px;
    color: #666
}

.console-middle-page .console-middle-page-link {
    border-top: 1px solid #EEE;
    margin-top: 16px;
    padding-top: 16px
}

.console-middle-page .console-middle-page-link>a {
    padding-right: 14px
}

.console-rank-select {
    height: 32px;
    padding: 8px 0px;
    overflow: hidden
}

.console-rank-select .rank-item {
    width: 20px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    display: block;
    float: left;
    font-size: 16px;
    color: #CCC;
    cursor: pointer;
    zoom: 1
}

.console-rank-select .rank-active {
    color: #09C
}

.console-rank-select .rank-hover {
    color: #3CF
}

.simple-loading {
    position: relative
}

.simple-loading .simple-loading-inner {
    margin-left: auto;
    margin-right: auto
}

.simple-loading-1:before, .simple-loading-1:after, .simple-loading-1 {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: simple-loading-1 1.8s infinite ease-in-out;
    animation: simple-loading-1 1.8s infinite ease-in-out
}

.simple-loading-1 {
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s
}

.simple-loading-1:before {
    left: -30px
}

.simple-loading-1:after {
    left: 30px;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s
}

.simple-loading-1:before, .simple-loading-1:after {
    content: '';
    position: absolute;
    top: 0
}

@-webkit-keyframes simple-loading-1 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em #ddd
    }
    40% {
        box-shadow: 0 2.5em 0 0 #ddd
    }
}

@keyframes simple-loading-1 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em #ddd
    }
    40% {
        box-shadow: 0 2.5em 0 0 #ddd
    }
}

.feedback-container {
    position: fixed;
    right: 0px;
    bottom: 100px;
    font-family: çŒ«éˆ¥ç‚©åŠ‰å¿™æ¥¼å½•çŒ«éˆ¥ç‚©ï¿½å¿™è—›åºçŒ«éˆ¥ç‚©ï¿½æ°“æ½žè¬çŒ«éˆ¥ç‚©åŠ‰èŽ½ç‚‰éˆ¥æºã„¢ï¿½éˆ¥æ–†â”¾åŠ‰éˆ¥çŠ†ã„¢ï¿½éˆ¥æ–†Ñ€ï¿½éˆ¥æ‡Šã„¢ï¿½éˆ©â’šÎ²æ‚¸å¾ã„…çŠ«ï¿½èŒ…è—›æ‚å¯èŒ èºæ°“æ¥¼é™†èŠ’éˆ¥æ¨Žâ”Ÿãƒ‚ä½²ï¿½æ°“ç¯“éˆ¥ç»ã„¢ï¿½éˆ©â’šÎ²æ‚¸å¾ã„¢ï¿½éˆ¥æ–†îž ï¸¹ï¿½çŒ«è‰©éˆ¥æ«­â”§å–¡îž¡î†æ–Î³î‡·æŸ¯ï¿½ 'Microsoft Yahei', 'Hiragino Sans GB', tahoma, arial, çŒ«éˆ¥ç‚©åŠ‰å¿™æ¥¼å½•çŒ«éˆ¥ç‚©ï¿½æ°“æ½žè¬çŒ«è‰©éˆ¥æ«­â”§å–¡îž¡î†æ–æ¾ãƒ‚Ñ€ï¿½æ°“éˆ¥Îµè¯¥ï¼¢ä¼®ï¼£ãƒ‚ä¼®î†šîž£å˜Žî‚€â‘©ï¿½æ¼æ°“è›éˆ¥æºã„¢ï¿½éˆ©ï¿½font-size:12px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    z-index: 100
}

.feedback-container:hover .feedback-trigger .feedback-trigger-text, .feedback-container.active .feedback-trigger .feedback-trigger-text {
    width: 56px;
    padding: 0 0px 0 4px
}

.feedback-container h1, .feedback-container h2, .feedback-container textarea, .feedback-container input {
    margin: 0;
    padding: 0;
    border: 0
}

.feedback-container .feedback {
    position: absolute;
    width: 396px;
    background: rgba(0, 162, 202, 0.5);
    padding: 3px;
    right: 81px;
    bottom: 0
}

.feedback-container .feedback .feedback-panel {
    width: 390px;
    background: #fff;
    padding: 20px
}

.feedback-container .feedback .feedback-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 15px
}

.feedback-container .feedback .feedback-title h1 {
    color: #000;
    font-size: 16px;
    display: inline-block
}

.feedback-container .feedback .feedback-title h1 i {
    cursor: pointer;
    margin-top: 6px;
    float: right
}

.feedback-container .feedback .feedback-content {
    position: relative;
    margin-bottom: 15px
}

.feedback-container .feedback .feedback-content h2 {
    font-size: 14px;
    margin-bottom: 5px
}

.feedback-container .feedback .feedback-content .must {
    position: absolute;
    left: -10px;
    top: 3px;
    color: red
}

.feedback-container .feedback textarea, .feedback-container .feedback input {
    font: 12px/1.5 "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "\5B8B\4F53"
}

.feedback-container .feedback .feedback-content textarea {
    resize: none;
    height: 106px;
    width: 100%;
    padding: 9px 10px;
    margin: 6px 1px 1px 0;
    border: solid 1px #e8e8e8;
    border-radius: 4px;
    line-height: 16px;
    color: #333;
    font-size: 12px;
    outline: 0
}

.feedback-container .feedback .feedback-content .feedback-content-count {
    color: #666;
    margin-top: 5px
}

.feedback-container .feedback .feedback-contact {
    margin-bottom: 25px;
    position: relative
}

.feedback-container .feedback .feedback-contact h2 {
    font-size: 14px;
    margin-bottom: 5px
}

.feedback-container .feedback .feedback-contact input {
    height: 36px;
    margin-bottom: 20px;
    resize: none;
    width: 100%;
    padding: 9px 10px;
    margin: 6px 1px 1px 0;
    border: solid 1px #e8e8e8;
    line-height: 16px;
    color: #333;
    font-size: 12px;
    outline: 0;
    background: #fff;
    border-radius: 4px;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.feedback-container .feedback .feedback-contact input:focus {
    background: #e9fbfe;
    border: solid 1px #e8e8e8
}

.feedback-container .feedback .feedback-contact .inputError {
    position: absolute;
    bottom: -22px;
    left: 2px;
    color: red
}

.feedback-container .feedback .submit-btn {
    padding: 0;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    display: inline-block;
    min-width: 78px;
    background: #00a2ca;
    color: #fff;
    text-align: center;
    outline: none;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer
}

.feedback-container .feedback .submit-btn:hover {
    background: #33b5d4;
    border-color: #33b5d4;
    text-decoration: none
}

.feedback-container .feedback .feedback-footer {
    text-align: center;
    padding: 5px 0
}

.feedback-container .feedback .submit-btn.disabled {
    background: #efefef;
    border-color: #efefef;
    color: #ccc;
    cursor: default
}

.feedback .thanks {
    font-size: 16px;
    margin-left: 15px;
    color: #000;
    position: relative;
    top: -9px
}

.feedback .feedback-close {
    display: inline-block;
    float: right;
    cursor: pointer;
    font-size: 18px
}

.feedback .feedback-check {
    font-size: 30px;
    color: #65ce00
}

.feedback-container .feedback-trigger {
    display: inline-block;
    background-color: #3d5061;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    padding: 4px 4px 1px 1px
}

.feedback-container .feedback-trigger .feedback-trigger-text {
    padding: 0;
    display: inline-block;
    height: 16px;
    overflow: hidden;
    width: 0;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.feedback-container .feedback-trigger .feedback-trigger-icon {
    padding: 0;
    display: inline-block;
    font-size: 15px
}

.console-guide-dialog .modal-dialog {
    width: 840px
}

.console-guide-dialog .modal-body {
    margin-bottom: 15px
}

.console-guide-dialog .carousel-control {
    display: none
}

.console-guide-dialog .carousel-indicators {
    bottom: -40px !important
}

.console-guide-dialog .carousel-indicators li {
    background: #e8e8e8;
    width: 16px;
    height: 16px;
    border-radius: 12px;
    margin: 0 0 0 2px
}

.console-guide-dialog .carousel-indicators li.active {
    background: #09c;
    width: 16px;
    height: 16px;
    border-radius: 12px;
    margin: 0 0 0 2px
}

.console-guide-dialog .console-guide-dialog-link {
    position: absolute;
    z-index: 100;
    bottom: 20px;
    right: 20px
}

.console-tag-select {
    position: absolute;
    width: 320px
}

.console-tag-select ul {
    list-style: none;
    box-shadow: none !important;
    display: block;
    margin: 0;
    padding: 0
}

.console-tag-select .console-tag-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    margin-top: 2px;
    width: 326px
}

.console-tag-select .console-tag-dropdown .dropdown-menu {
    position: static;
    border: 1px solid #e1e6eb;
    width: 160px
}

.console-tag-select .console-tag-dropdown .dropdown-menu .console-tag-key-item-block {
    padding: 7px 16px;
    display: block
}

.console-tag-select .console-tag-dropdown .dropdown-menu .console-tag-key-item-empty {
    color: #999;
    font-style: italic
}

.console-tag-select .console-tag-dropdown .dropdown-menu .console-tag-key-item-title .console-tag-key-item-block {
    background: #F5F6FA;
    border-bottom: 1px solid #eee
}

.console-tag-select .console-tag-dropdown .dropdown-menu li a {
    border-bottom: 1px solid #eee;
    white-space: pre-line;
    position: relative
}

.console-tag-select .console-tag-dropdown .dropdown-menu li a:hover, .console-tag-select .console-tag-dropdown .dropdown-menu li a:focus {
    background-color: #F9F9FA
}

.console-tag-select .console-tag-dropdown .dropdown-menu li:last-child a {
    border-bottom: none
}

.console-tag-select .console-tag-dropdown .dropdown-menu li.tag-active a, .console-tag-select .console-tag-dropdown .dropdown-menu li.tag-active a:hover, .console-tag-select .console-tag-dropdown .dropdown-menu li.tag-active a:focus {
    text-decoration: none;
    outline: 0;
    -webkit-transition: backgroud 0.2s ease, 0.2s ease
}

.console-tag-select .console-tag-dropdown .dropdown-menu li.tag-active a .console-tag-selected-icon, .console-tag-select .console-tag-dropdown .dropdown-menu li.tag-active a:hover .console-tag-selected-icon, .console-tag-select .console-tag-dropdown .dropdown-menu li.tag-active a:focus .console-tag-selected-icon {
    display: block
}

.console-tag-select .console-tag-dropdown .dropdown-menu li.tag-key-active {
    border-left: 2px solid #09c;
    margin-left: -1px
}

.console-tag-select .console-tag-dropdown .dropdown-menu li.tag-key-active a, .console-tag-select .console-tag-dropdown .dropdown-menu li.tag-key-active a:hover, .console-tag-select .console-tag-dropdown .dropdown-menu li.tag-key-active a:focus {
    padding-left: 15px
}

.console-tag-select .console-tag-dropdown .dropdown-menu .console-tag-value-item a.tag-active, .console-tag-select .console-tag-dropdown .dropdown-menu .console-tag-value-item a.tag-active:hover, .console-tag-select .console-tag-dropdown .dropdown-menu .console-tag-value-item a.tag-active:focus {
    background-color: #F9F9FA
}

.console-tag-select .console-tag-dropdown .console-tag-value-dropdown {
    margin-left: -1px
}

.console-tag-select .console-tag-pagepick {
    padding: 0 5px
}

.console-tag-select .console-tag-pagepick a {
    display: inline-block !important;
    border-bottom: none !important;
    -webkit-user-select: none
}

.console-tag-select .console-tag-selected-icon {
    display: none;
    float: right;
    font-size: 14px;
    position: absolute;
    right: 8px;
    top: 8px
}

.console-tag-select .console-tag-label-wrap {
    padding-left: 2px
}

.console-tag-select .console-tag-label {
    padding: 5px 20px 5px 5px;
    background: #f1f1f1;
    position: relative;
    margin-left: 2px
}

.console-tag-select .console-tag-label .console-tag-label-remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    cursor: pointer
}

.console-tag-select-view .console-tag-label {
    padding: 5px 20px 5px 5px;
    background: #f1f1f1;
    position: relative;
    margin-left: 2px
}

.console-tag-select-view .console-tag-label .console-tag-label-remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
    color: #666
}

.console-tag-select-view .console-tag-label .console-tag-label-colon {
    padding: 0 1px
}

.console-tag-edit .tag-panel {
    min-height: 120px;
    border: 2px dashed #ddd;
    padding: 8px
}

.console-tag-edit .tag-panel .console-tag-select-view .console-tag-label {
    margin: 4px
}

.console-tag-edit .tag-edit-tip {
    color: #999;
    font-style: italic;
    margin-top: 8px
}

.console-tag-edit-form {
    display: inline-block
}

.console-tag-edit-form input.form-control {
    width: 80px
}

.console-tag-edit-form.form-inline .form-group {
    margin: 0 8px 0 0px
}

.console-tag-loading-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50)
}

.console-tag-loading-block {
    position: absolute;
    top: 50%;
    left: 50%
}

.console-searchbar-textinput {
    min-width: 180px
}

.console-shuttle .title {
    border-left: 1px solid #e1e6eb;
    border-right: 1px solid #e1e6eb;
    border-top: 1px solid #e1e6eb;
    background-color: #F5F6FA;
    padding-left: 5px;
    line-height: 30px
}

.console-shuttle .search {
    position: relative
}

.console-shuttle .search .icon-search {
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 12px
}

.console-shuttle .search input {
    width: 100%;
    height: 32px
}

.console-shuttle .selector {
    border: 1px solid #e1e6eb;
    height: 240px
}

.console-shuttle .left-selector {
    height: 220px
}

.console-shuttle .right-selector {
    height: 240px
}

.console-shuttle .search-hidden {
    height: 240px
}

.console-shuttle .btn {
    display: block;
    margin: 12px 45%
}

.console-shuttle .console-selector {
    width: 40%
}

.console-shuttle .console-selector-result {
    width: 40%
}

.console-shuttle .selector-group-options {
    vertical-align: middle;
    width: 20%;
    text-align: center;
    margin-top: 100px
}

.console-shuttle .selector-list .line-head {
    line-height: 12px;
    margin-bottom: 8px;
    color: #000
}

.console-shuttle .selector-list .line-bottom {
    line-height: 12px;
    color: #999
}

.console-shuttle .selector-list .line-column-left {
    display: inline-block
}

.console-shuttle .selector-list .line-column-right {
    display: inline-block;
    float: right;
    padding: 5px 0;
    color: #000
}

.console-shuttle .selector-list .line-yellow-text {
    color: #ff6600
}

.console-shuttle .selector-list .selector-item {
    height: auto;
    line-height: normal;
    padding: 10px;
    text-indent: 0
}

.console-shuttle .selector-list .selector-item:hover {
    color: auto;
    background: #f9f9f9
}

.console-shuttle .selector-list .selector-item.active {
    color: #fff;
    background: #0099cb
}

.console-shuttle .selector-list .selector-item.active .line-head {
    color: #fff
}

.console-shuttle .selector-list .selector-item.active .line-bottom {
    color: #fff
}

.console-shuttle .selector-list .selector-item.active .line-yellow-text {
    color: #fff
}

.console-shuttle .selector-list .selector-item.active .line-column-right {
    color: #fff
}

body {
    font-size: 12px
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei"
}

a {
    color: #06C;
    cursor: pointer
}

a:hover {
    color: #039
}

label {
    font-size: 100%
}

.nowrap {
    white-space: nowrap
}

.breakall {
    word-break: break-all;
    word-wrap: break-word
}

input::-ms-clear {
    display: none
}

input[type="radio"], input[type="checkbox"] {
    margin-top: 2px;
    margin-top: 1px \9
}

.console-container {
    padding: 0 15px
}

.console-sidebar {
    border-right: 1px solid #DDD
}

.console-sidebar .nav {
    margin-right: 4px
}

.console-sidebar .nav li {
    border-bottom: 1px solid #DDD;
    padding: 4px 0px;
    position: relative
}

.console-sidebar .nav li a {
    color: #333;
    padding: 6px 16px;
    border-left: 2px solid #FFF
}

.console-sidebar .nav li a:hover {
    background-color: #FFF;
    border-left: 2px solid #F90
}

.console-sidebar .nav li a span[class^="icon-"] {
    position: absolute;
    left: 0px;
    top: 8px;
    color: #999;
    font-size: 14px
}

.console-sidebar .nav li.active a {
    color: #fff;
    border-left: 2px solid #F90;
    background-color: #313844
}

.console-sidebar .nav .nav {
    margin-right: 0px
}

.console-sidebar .nav .nav li {
    border-bottom: 0px
}

.console-sidebar .nav .nav li a {
    text-indent: 12px;
    background: #FFF;
    border-left-color: #FFF;
    color: #333
}

.console-sidebar .nav .nav li a:hover {
    background-color: #FFF;
    border-left: 2px solid #F90
}

.console-sidebar .nav .nav li.active a {
    color: #fff;
    border-left: 2px solid #F90;
    background-color: #313844
}

.console-instance-head {
    padding: 3px 0px;
    border-bottom: 1px solid #DDD
}

.console-instance-head h3.instance-id {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle
}

.console-instance-head .pull-right {
    padding: 16px 0px 10px
}

.dropdown-menu {
    font-size: 12px;
    border-radius: 0px;
    padding: 0px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2)
}

.dropdown-menu li a {
    padding: 7px 16px
}

.dropdown-menu .divider {
    margin: 0px 0px
}

.console-chart {
    width: 100%
}

.tooltip {
    word-break: break-all
}

.popover .popover-inner {
    padding: 8px
}

.popover .popover-inner .popover-content {
    padding: 0px
}

.console-not-service {
    margin-top: 80px
}

.console-not-service .console-not-service-icon {
    text-align: right;
    padding-top: 8px
}

.console-not-service .console-not-service-title {
    font-size: 20px
}

.console-not-service .console-not-service-text {
    font-size: 12px;
    color: #666
}

.console-not-service .console-not-service-link {
    border-top: 1px solid #EEE;
    margin-top: 16px;
    padding-top: 16px
}

.console-step {
    height: 24px;
    position: relative;
    margin-left: 0px;
    margin-right: 0px
}

.console-step .step {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    color: #FFF;
    background: #cacaca;
    z-index: 1;
    text-align: center
}

.console-step .step:before {
    content: '';
    display: block;
    position: absolute;
    left: -12px;
    z-index: 8;
    top: 0px;
    border-top: 12px solid #cacaca;
    border-left: 12px solid transparent !important;
    border-bottom: 12px solid #cacaca
}

.console-step .step:after {
    content: '';
    display: block;
    width: 16px;
    height: 24px;
    position: absolute;
    right: 0px;
    z-index: 9;
    top: 0px;
    border-top: 12px solid transparent !important;
    border-left: 12px solid #cacaca;
    border-bottom: 12px solid transparent !important;
    background-color: #FFF
}

.console-step .step-first:before {
    display: none
}

.console-step .step-end:after {
    display: none
}

.console-step .step-pass {
    background-color: #99dcf3
}

.console-step .step-pass:after {
    border-color: #99dcf3
}

.console-step .step-pass:before {
    border-color: #99dcf3
}

.console-step .step-active {
    background-color: #00a0c7
}

.console-step .step-active:after {
    border-color: #00a0c7
}

.console-step .step-active:before {
    border-color: #00a0c7
}

.attack-bar {
    margin-right: 6px;
}

.viewFramework-body {
    min-width: 1200px;
}

.attack-bar .num {
    max-width: 123px;
    overflow: hidden;
}

.attack-bar .detail {
    width: 100%;
    margin: auto
}

.attack-bar .detail i {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.8rem;
}

.attack-bar .detail .tcsm {
    background: url(../img/radaricon.png) no-repeat 0% 0%;
    background-size: 100%;
}

.attack-bar .detail .mbst {
    background: url(../img/radaricon.png) no-repeat 0% 24%;
    background-size: 100%;
}

.attack-bar .detail .gjrq {
    background: url(../img/radaricon.png) no-repeat 0% 51%;
    background-size: 100%;
}

.attack-bar .detail .eyly {
    background: url(../img/radaricon.png) no-repeat 0% 75%;
    background-size: 100%;
}

.attack-bar .detail .azgj {
    background: url(../img/radaricon.png) no-repeat 0% 100%;
    background-size: 100%;
}

.li-bottom {
    height: 30px;
    line-height: 64.5px;
}

.attack-bar .detail .bar {
    width: 65%;
    display: inline-block;
    border: 1px solid #409989;
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 20px;
    height: 20px;
}

.attack-bar .detail .bar span {
    height: 0;
    float: left;
    border-right: 1rem rgba(0, 0, 0, 0) solid;
    transition: all ease 1s;
    top: 2px;
    position: relative;
    margin-left: 2px;
}

.color1 {
    border-bottom: 14px #4ed7ff solid;
}

.color2 {
    border-bottom: 14px #ffc274 solid;
}

.color3 {
    border-bottom: 14px #e07975 solid;
}

.color4 {
    border-bottom: 14px #39ceb3 solid;
}

.attack-bar .detail span {
    font-size: 10px;
    display: inline-block;
    line-height: 25px;
    vertical-align: middle;
    color: #333;
}

.anomalies .btn_box {
    width: 19.5% !important;
}

.attack-bar .detail span.name-bar {
    width: 114px;
}

.seeImg2 {
    left: 50%;
    position: relative;
    margin-top: 100px;
    margin-left: -540px;
}

.seeImg1 {
    left: 50%;
    position: relative;
    margin-top: 50px;
    margin-left: -90px;
}

.icon-success:before {
    content: "\e676";
}

.icon-cuangai:before {
    content: "\e680";
}

.viewFramework-product-navbar, .product-navbar-collapse {
    display: none;
}

.viewFramework-product-col-1 .viewFramework-product-body {
    left: 0px;
}

label {
    color: #333;
    font-weight: 500;
}

@charset "utf-8";
/*! define ucenter/ucenter/1.0.0/ucenterV2-debug.css */

/*! block alice/base/1.0.1/base-debug.css */

html {
    color: #6c6c6c;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

body, button, input, select, textarea {
    font: 12px/1.5 "Microsoft YaHei", tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif
}

input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: inherit
}

fieldset, img {
    border: 0
}

iframe {
    display: block
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}

q:before, q:after {
    content: ''
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

a:link {
    /* color:#f40 */
}

a:hover, a:visited {
    /* color:#f40; */
    text-decoration: underline;
}

ins, a {
    text-decoration: none
}

.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fn-clear {
    zoom: 1
}

body .fn-hide, body .hidden {
    display: none
}

.fn-left, .fn-right {
    display: inline
}

.fn-left {
    float: left
}

.fn-right {
    float: right
}

.fn-text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fn-linear {
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f1f1f1));
    background: -moz-linear-gradient(top, #fcfcfc, #f1f1f1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f1f1f1');
    background: -o-linear-gradient(top, #fcfcfc, #f1f1f1);
    background: linear-gradient(top, #fcfcfc, #f1f1f1)
}

.fn-linear-light {
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f9f9f9));
    background: -moz-linear-gradient(top, #fcfcfc, #f9f9f9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f9f9f9');
    background: -o-linear-gradient(top, #fcfcfc, #f9f9f9);
    background: linear-gradient(top, #fcfcfc, #f9f9f9)
}

.fn-rmb {
    font-family: arial;
    font-style: normal;
    padding-right: 4px
}

.fn-webkit-adjust {
    -webkit-text-size-adjust: none
}

/*! endblock alice/base/1.0.1/base-debug.css */

/*! block alice/button/1.1.1/button-debug.css */

.ui-button * {
    margin: 0;
    padding: 0
}

.ui-button {
    display: inline-block;
    *display: inline;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    border-radius: 2px;
    padding: 0 20px;
    *zoom: 1;
    *overflow: visible;
    background-image: none
}

.ui-button .ui-button-text {
    background: 0 0;
    padding: 0;
    height: auto;
    line-height: auto
}

.ui-button:hover {
    text-decoration: none;
    background-image: none
}

input.ui-button-text, button.ui-button-text {
    *vertical-align: top
}

.ui-button:active {
    position: relative;
    top: 1px;
    box-shadow: 1px 1px 3px #999 inset
}

/*! block alice/button/1.1.1/ui-button-orange-debug.css */

.ui-button-lorange, .ui-button-morange, .ui-button-sorange {
    color: #fff;
    border: 1px solid #f40;
    background-color: #f40
}

.ui-button-lorange:hover, .ui-button-morange:hover, .ui-button-sorange:hover {
    background-color: #f40
}

a.ui-button-lorange, a.ui-button-morange, a.ui-button-sorange, a.ui-button-lorange:hover, a.ui-button-morange:hover, a.ui-button-sorange:hover, a.ui-button-lorange:active, a.ui-button-morange:active, a.ui-button-sorange:active {
    color: #fff
}

.ui-button-lorange {
    line-height: 36px;
    height: 36px;
    min-width: 150px
}

.ui-button-morange {
    line-height: 32px;
    height: 32px;
    padding: 0 30px
}

.ui-button-sorange {
    padding: 0 12px;
    line-height: 24px;
    height: 24px;
    font-size: 12px
}

a.ui-button-lorange {
    line-height: 36px;
    height: 36px
}

a.ui-button-morange {
    line-height: 26px;
    height: 26px
}

a.ui-button-sorange {
    line-height: 22px;
    height: 22px
}

.ui-button-lowhite {
    border: 1px solid #f40;
    color: #f40;
    line-height: 36px;
    height: 36px;
    min-width: 150px
}

/*! endblock alice/button/1.1.1/ui-button-orange-debug.css */

/*! block alice/button/1.1.1/ui-button-white-debug.css */

.ui-button-lwhite, .ui-button-mwhite, .ui-button-swhite {
    border: 1px solid #afafaf;
    background-color: #f3f3f3;
    color: #777
}

.ui-button-lwhite:hover, .ui-button-mwhite:hover, .ui-button-swhite:hover {
    border: 1px solid #8e8e8e;
    background-color: #fcfbfb;
    color: #676d70
}

a.ui-button-lwhite, a.ui-button-mwhite, a.ui-button-swhite, a.ui-button-lwhite:active, a.ui-button-mwhite:active, a.ui-button-swhite:active {
    color: #777
}

a.ui-button-lwhite:hover, a.ui-button-mwhite:hover, a.ui-button-swhite:hover {
    color: #676d70
}

.ui-button-lwhite {
    line-height: 36px;
    height: 36px;
    min-width: 150px
}

.ui-button-mwhite {
    line-height: 28px;
    height: 28px
}

.ui-button-swhite {
    line-height: 24px;
    height: 24px;
    padding: 0 12px;
    font-size: 12px
}

a.ui-button-lwhite {
    line-height: 36px;
    height: 36px
}

a.ui-button-mwhite {
    line-height: 26px;
    height: 26px
}

a.ui-button-swhite {
    line-height: 22px;
    height: 22px
}

/*! endblock alice/button/1.1.1/ui-button-white-debug.css */

/*! block alice/button/1.1.1/ui-button-disable-debug.css */

.ui-button-ldisable, .ui-button-mdisable, .ui-button-sdisable {
    color: #999;
    border: 0;
    background: #cacccd;
    cursor: default
}

a.ui-button-ldisable, a.ui-button-mdisable, a.ui-button-sdisable, a.ui-button-ldisable:active, a.ui-button-mdisable:active, a.ui-button-sdisable:active, a.ui-button-ldisable:hover, a.ui-button-mdisable:hover, a.ui-button-sdisable:hover {
    color: #999
}

.ui-button-ldisable {
    line-height: 32px;
    height: 32px
}

.ui-button-mdisable {
    line-height: 28px;
    height: 28px
}

.ui-button-sdisable {
    line-height: 24px;
    height: 24px;
    padding: 0 12px;
    font-size: 12px
}

.ui-button-ldisable, .ui-button-mdisable, .ui-button-sdisable {
    cursor: default!important
}

.ui-button-ldisable:active, .ui-button-mdisable:active, .ui-button-sdisable:active {
    position: static;
    top: 0;
    box-shadow: none
}

/*! endblock alice/button/1.1.1/ui-button-disable-debug.css */

/*! block alice/button/1.1.1/ui-button-blue-debug.css */

.ui-button-lblue, .ui-button-mblue, .ui-button-sblue {
    border: 0;
    color: #fff;
    border: 1px solid #154c67;
    background-color: #006ba1
}

.ui-button-lblue:hover, .ui-button-mblue:hover, .ui-button-sblue:hover {
    background-color: #007ab8
}

a.ui-button-lblue, a.ui-button-mblue, a.ui-button-sblue, a.ui-button-lblue:active, a.ui-button-mblue:active, a.ui-button-sblue:active, a.ui-button-lblue:hover, a.ui-button-mblue:hover, a.ui-button-sblue:hover {
    color: #fff
}

.ui-button-lblue {
    line-height: 32px;
    height: 32px
}

.ui-button-mblue {
    line-height: 28px;
    height: 28px
}

.ui-button-sblue {
    padding: 0 12px;
    line-height: 24px;
    height: 24px;
    font-size: 12px
}

a.ui-button-lblue {
    line-height: 30px;
    height: 30px
}

a.ui-button-mblue {
    line-height: 26px;
    height: 26px
}

a.ui-button-sblue {
    line-height: 22px;
    height: 22px
}

/*! endblock alice/button/1.1.1/ui-button-blue-debug.css */

/*! endblock alice/button/1.1.1/button-debug.css */

/*! block alice/iconfont/1.0.0/iconfont-debug.css */

@font-face {
    font-family: rei;
    src: url(https://i.alipayobjects.com/common/fonts/rei.eot);
    src: url(https://i.alipayobjects.com/common/fonts/rei.eot?#iefix) format("embedded-opentype"), url(https://i.alipayobjects.com/common/fonts/rei.woff) format("woff"), url(https://i.alipayobjects.com/common/fonts/rei.ttf) format("truetype"), url(https://i.alipayobjects.com/common/fonts/rei.svg#rei) format("svg");
    font-weight: 400;
    font-style: normal
}

.iconfont {
    font-family: rei;
    font-style: normal;
    cursor: default;
    -webkit-font-smoothing: antialiased
}

/*! endblock alice/iconfont/1.0.0/iconfont-debug.css */

/*! block alice/tipbox/1.1.0/tipbox-debug.css */

.ui-tipbox {
    position: relative;
    zoom: 1;
    font-size: 12px;
    line-height: 22px
}

.ui-tipbox .ui-tipbox-icon {
    background: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 22px;
    left: 48px
}

.ui-tipbox-icon .iconfont {
    font-size: 36px;
    position: absolute;
    top: -7px;
    left: -7px;
    width: 32px;
    height: 32px;
    line-height: 36px;
    text-shadow: 0 1px 0 #fff
}

.ui-tipbox-message {
    border: 1px solid #b2e2ea;
    background: #e5f2f8
}

.ui-tipbox-message .ui-tipbox-icon .iconfont {
    color: #68b5e2
}

.ui-tipbox-success {
    border: 1px solid #E1E1CA;
    background: #edfed0
}

.ui-tipbox-success .ui-tipbox-icon .iconfont {
    color: #b5de70
}

.ui-tipbox-error {
    background: #FDEEE9;
    border: 1px solid #fadcd3
}

.ui-tipbox-error .ui-tipbox-icon .iconfont {
    color: #f17975
}

.ui-tipbox-warning {
    background: #fefea4;
    border: 1px solid #e6e098
}

.ui-tipbox-warning .ui-tipbox-icon .iconfont {
    color: #f96
}

.ui-tipbox-question {
    border: 1px solid #b2e2ea;
    background: #e0f4ff
}

.ui-tipbox-question .ui-tipbox-icon .iconfont {
    color: #66cae2
}

.ui-tipbox-stop {
    background: #FDEEE9;
    border: 1px solid #fadcd3
}

.ui-tipbox-stop .ui-tipbox-icon .iconfont {
    color: #f17975
}

.ui-tipbox-wait {
    border: 1px solid #fae3cc;
    background: #FFF9D9
}

.ui-tipbox-wait .ui-tipbox-icon .iconfont {
    color: #d1a066
}

.ui-tipbox-content {
    margin: 14px 0 14px 87px
}

.ui-tipbox-content .ui-tipbox-title {
    margin: 0;
    padding: 0
}

.ui-tipbox-content h3.ui-tipbox-title, .ui-tipbox-content-simple h3.ui-tipbox-title {
    color: #333;
    font-size: 16px;
    font-weight: 700
}

.ui-tipbox-content-simple {
    margin: 22px 0 22px 88px
}

.ui-tipbox-explain {
    margin: 0;
    padding: 0;
    color: gray
}

.ui-tipbox-white {
    background: #fff;
    border: 1px solid transparent;
    _border-color: tomato;
    _filter: chroma(color=tomato)
}

/*! endblock alice/tipbox/1.1.0/tipbox-debug.css */

/*! block alice/tiptext/1.1.0/tiptext-debug.css */

.ui-tiptext {
    margin: 0;
    color: #6c6c6c;
    position: relative;
    font-size: 12px;
    zoom: 1
}

.ui-tiptext-follow {
    padding-left: 21px
}

.ui-tiptext-container {
    padding: 8px 12px;
    position: relative;
    zoom: 1
}

.ui-tiptext .iconfont {
    font-size: 1.33em;
    line-height: 1em;
    text-shadow: 0 1px 0 #fff;
    position: relative;
    top: 2px;
    margin-right: 2px
}

.ui-tiptext-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.ui-tiptext-message .ui-tiptext-icon {
    color: #68b5e2
}

.ui-tiptext-container-message {
    border: 1px solid #b2e2ea;
    background: #e5f2f8
}

.ui-tiptext-success .ui-tiptext-icon {
    color: #b5de70
}

.ui-tiptext-container-success {
    background: #E7FFCE;
    border: 1px solid #B9E2A0
}

.ui-tiptext-error .ui-tiptext-icon {
    color: #f17975
}

.ui-tiptext-container-error {
    background: #FDEEE9;
    border: 1px solid #fadcd3
}

.ui-tiptext-warning .ui-tiptext-icon {
    color: #f96
}

.ui-tiptext-container-warning {
    background: #fefea4;
    border: 1px solid #e6e098
}

.ui-tiptext-question .ui-tiptext-icon {
    color: #66cae2
}

.ui-tiptext-container-question {
    border: 1px solid #b2e2ea;
    background: #e0f4ff
}

.ui-tiptext-stop .ui-tiptext-icon {
    color: #f17975
}

.ui-tiptext-container-stop {
    background: #FDEEE9;
    border: 1px solid #fadcd3
}

.ui-tiptext-wait .ui-tiptext-icon {
    color: #d1a066
}

.ui-tiptext-container-wait {
    border: 1px solid #fae3cc;
    background: #FFF9D9
}

.ui-tiptext-arrowup, .ui-tiptext-arrowup em, .ui-tiptext-arrowup span, .ui-tiptext-arrowleft, .ui-tiptext-arrowleft em, .ui-tiptext-arrowleft span, .ui-tiptext-arrowdown, .ui-tiptext-arrowdown em, .ui-tiptext-arrowdown span {
    position: absolute;
    font-size: 14px;
    font-family: SimSun;
    font-style: normal;
    line-height: 1
}

.ui-tiptext-arrowup, .ui-tiptext-arrowleft, .ui-tiptext-arrowdown {
    height: 10px;
    width: 16px
}

.ui-tiptext-arrowup {
    left: 32px;
    top: -7px
}

.ui-tiptext-arrowup em {
    top: -1px
}

.ui-tiptext-arrowleft {
    left: -6px;
    top: 10px
}

.ui-tiptext-arrowleft em {
    left: -1px
}

.ui-tiptext-arrowdown {
    left: 32px;
    bottom: -3px
}

.ui-tiptext-arrowdown em {
    top: 1px
}

.ui-tiptext-container-message .ui-tiptext-arrow em {
    color: #b2e2ea
}

.ui-tiptext-container-message .ui-tiptext-arrow span {
    color: #e5f2f8
}

.ui-tiptext-container-success .ui-tiptext-arrow em {
    color: #E1E1CA
}

.ui-tiptext-container-success .ui-tiptext-arrow span {
    color: #edfed0
}

.ui-tiptext-container-error .ui-tiptext-arrow em {
    color: #fadcd3
}

.ui-tiptext-container-error .ui-tiptext-arrow span {
    color: #FDEEE9
}

.ui-tiptext-container-warning .ui-tiptext-arrow em {
    color: #e6e098
}

.ui-tiptext-container-warning .ui-tiptext-arrow span {
    color: #fefea4
}

.ui-tiptext-container-question .ui-tiptext-arrow em {
    color: #b2e2ea
}

.ui-tiptext-container-question .ui-tiptext-arrow span {
    color: #e0f4ff
}

.ui-tiptext-container-stop .ui-tiptext-arrow em {
    color: #fadcd3
}

.ui-tiptext-container-stop .ui-tiptext-arrow span {
    color: #FDEEE9
}

.ui-tiptext-container-wait .ui-tiptext-arrow em {
    color: #fae3cc
}

.ui-tiptext-container-wait .ui-tiptext-arrow span {
    color: #FFF9D9
}

.ui-tiptext-close {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #60A2C5;
    cursor: pointer
}

/*! endblock alice/tiptext/1.1.0/tiptext-debug.css */

/*! block ucenter/ucenter/1.0.0/form-debug.css */

.ui-form {
    font-size: 12px;
    line-height: 1.5
}

.ui-form, .ui-form * {
    list-style: none
}

.ui-form fieldset {
    border: 0
}

.ui-form legend {
    display: none
}

.ui-form-explain {
    margin: 0;
    font-size: 12px;
    color: #B2B2B2
}

.ui-form-other {
    margin-left: 4px
}

.ui-form-text {
    display: inline-block;
    margin-top: 6px;
    *display: inline;
    *zoom: 1
}

.ui-form-item:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden
}

.ui-form-item {
    padding: 0 5px 20px 190px;
    zoom: 1
}

.ui-form-item select {
    vertical-align: middle;
    margin: 4px 0 0
}

.ui-form-item input {
    vertical-align: middle
}

.ui-form-item .ui-input {
    font-size: 12px;
    color: #6C6C6C;
    vertical-align: middle;
    *vertical-align: -5px
}

/*! block alice/form/1.0.0/input-debug.css */

.ui-input {
    width: 190px;
    padding: 8px 9px;
    line-height: 18px;
    border: 1px solid #ddd;
    color: #595959;
    font-size: 12px
}

.ui-input:hover, .ui-textarea:hover, .ui-input-hover {
    border: 1px #ccc solid
}

.ui-input:focus, .ui-textarea:focus, .ui-input-focus {
    border: 1px #54abdb solid;
    color: #595959
}

.ui-textarea {
    width: 422px;
    height: 79px;
    line-height: 15px;
    border: 1px #e0e0e0 solid;
    padding: 1px 3px 0 4px;
    overflow: auto;
    font-size: 12px
}

.ui-input[disabled], .ui-textarea[disabled] {
    border: 1px solid #ccc;
    background: #f2f2f2
}

.ui-input:disabled, .ui-textarea:disabled {
    border: 1px solid #ccc;
    background: #f2f2f2
}

.placeholder {
    color: #ccc
}

.ui-input-checkcode {
    width: 100px;
    height: 24px;
    line-height: 28px;
    margin: 0;
    padding: 2px 5px
}

.ui-input-checkcode-new {
    border: 1px solid #ddd;
    height: 24px;
    line-height: 24px;
    padding: 5px 10px;
    width: 278px
}

.ui-form-item-hover .ui-input, .ui-form-item-hover .ui-textarea {
    border: 1px #ccc solid
}

.ui-form-item-focus .ui-input, .ui-form-item-focus .ui-textarea {
    border: 1px #54abdb solid
}

.ui-form-item-focus .ui-form-explain, .ui-form-item-hover .ui-form-explain {
    color: #333
}

/*! endblock alice/form/1.0.0/input-debug.css */

/*! block alice/form/1.0.0/label-debug.css */

.ui-label {
    float: left;
    width: 210px;
    margin-left: -220px;
    padding-top: 5px;
    text-align: right;
    font-size: 14px
}

.ui-form-required {
    color: red;
    font-family: SimSun;
    font-size: 14px;
    margin-right: 6px
}

/*! endblock alice/form/1.0.0/label-debug.css */

.ui-form-item-error .ui-input, .ui-form-item-error .ui-textarea {
    border: 1px #ff6749 solid;
    color: red
}

.ui-form-item-error .ui-input-reset {
    border: 1px #9C9C9C solid;
    color: #000
}

.ui-form-item-warning .ui-form-explain {
    color: #6c6c6c
}

.ui-form-item-warning .ui-form-explain .iconfont {
    color: #68b5e2
}

.ui-form-item-error .ui-form-explain, .ui-form-item-error .ui-form-explain .iconfont {
    color: #FF5243
}

/*! endblock ucenter/ucenter/1.0.0/form-debug.css */

/*! block alice/step/1.0.3/step-debug.css */

.ui-step {
    padding: 0 40px;
    margin: 0 auto;
    font-size: 14px;
    list-style: none;
    zoom: 1;
    position: relative;
    color: #b7b7b7;
    overflow: hidden
}

.ui-step:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden
}

.ui-step li {
    float: left;
    height: 54px;
    margin: 0;
    width: 50%;
    position: relative
}

.ui-step li .ui-step-icon {
    height: 50px;
    position: absolute;
    top: 0;
    width: 150px;
    text-align: center;
    left: -25px;
    font-family: tahoma
}

.ui-step-icon .iconfont {
    font-size: 30px;
    margin: 0;
    color: #b7b7b7;
    color: rgba(0, 0, 0, .25);
    *color: #b7b7b7;
    line-height: 30px;
    background: #fff;
    padding: 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    text-shadow: 1px 1px 2px #fff, 0 0 0 #ccc, 1px 1px 2px #fff
}

.ui-step-icon .ui-step-number {
    line-height: 14px;
    font-style: normal;
    position: absolute;
    top: 7px;
    left: 0;
    padding: 0 20px;
    font-weight: 700;
    color: #fff
}

.ui-step .ui-step-active i.ui-step-number {
    color: #FFF
}

.ui-step-end .ui-step-number {
    background: transparent;
    font-size: 12px;
    font-style: normal;
    left: 17px;
    line-height: 12px;
    padding: 0;
    text-shadow: none;
    top: 9px
}

.ui-step-icon .ui-step-text {
    height: 20px;
    line-height: 20px;
    position: relative;
    text-shadow: 0 1px 0 #fff;
    top: 34px;
    left: -50px
}

.ui-step li .ui-step-line {
    height: 3px;
    background: #b9b9b9;
    display: block;
    margin-top: 14px;
    line-height: 1;
    overflow: hidden
}

.ui-step li.ui-step-end {
    position: absolute;
    top: 0;
    right: -110px;
    width: 150px;
    zoom: 1;
    _clear: both
}

.ui-step li.ui-step-end .ui-step-line {
    display: none
}

.ui-step-2 li {
    width: 100%
}

.ui-step-3 li {
    width: 50%
}

.ui-step-4 li {
    width: 33%
}

.ui-step-5 li {
    width: 25%
}

.ui-step .ui-step-active {
    color: #f40
}

.ui-step .ui-step-active .iconfont {
    color: #f40;
}

.ui-step .ui-step-done .iconfont {
    color: #f40
}

.ui-step .ui-step-done .ui-step-line {
    background: #f40
}

.ui-step-blue .ui-step-active {
    color: #3b7cb8
}

.ui-step-blue .ui-step-active .iconfont {
    color: #1e6bb3
}

.ui-step-blue .ui-step-done .iconfont {
    color: #428fd6
}

.ui-step-blue .ui-step-done .ui-step-line {
    background: #418cd6
}

/*! block alice/step/1.0.3/mini-debug.css */

.ui-ministep {
    list-style: none;
    font-size: 12px;
    font-family: tahoma;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #b7b7b7
}

.ui-ministep-item {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 36px
}

.ui-ministep .iconfont {
    color: #b7b7b7;
    font-size: 18px
}

.ui-ministep .ui-ministep-number {
    position: absolute;
    top: 6px;
    left: 5px;
    color: #fff;
    line-height: 12px;
    font-style: normal
}

.ui-ministep .ui-ministep-text {
    position: relative;
    top: -2px
}

.ui-ministep-active, .ui-ministep-active .iconfont {
    color: #FF6700
}

/*! endblock alice/step/1.0.3/mini-debug.css */

/*! endblock alice/step/1.0.3/step-debug.css */

/*! block alice/list/1.0.0/list-debug.css */

.ui-list {
    margin: 0;
    padding: 10px 0;
    list-style: square inside
}

.ui-list-item {
    font-size: 9px;
    line-height: 22px;
    color: #08c
}

.ui-list-item a {
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    vertical-align: middle
}

.ui-list-item a:hover {
    text-decoration: underline
}

.ui-list-gray .ui-list-item {
    color: gray
}

.ui-list-graylink .ui-list-item {
    color: gray
}

.ui-list-graylink .ui-list-item a {
    color: #666
}

.ui-list-nosquare {
    list-style: none
}

.ui-dlist {
    display: inline-block;
    color: gray;
    font-size: 12px;
    line-height: 2.2
}

.ui-dlist-tit {
    float: left;
    width: 20%;
    text-align: right;
    margin: 0
}

.ui-dlist-det {
    float: left;
    width: 80%;
    text-align: left;
    margin: 0
}

/*! endblock alice/list/1.0.0/list-debug.css */

/*! block alice/poptip/1.1.1/poptip-debug.css */

.ui-poptip {
    color: #DB7C22;
    z-index: 101;
    font-size: 12px;
    line-height: 1.5;
    zoom: 1
}

.ui-poptip-shadow {
    background-color: rgba(229, 169, 107, .15);
    FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#26e5a96b, endColorstr=#26e5a96b);
    border-radius: 2px;
    padding: 2px;
    zoom: 1;
    _display: inline
}

.ui-poptip-container {
    position: relative;
    background-color: #FFFCEF;
    border: 1px solid #ffbb76;
    border-radius: 2px;
    padding: 5px 15px;
    zoom: 1;
    _display: inline
}

.ui-poptip:after, .ui-poptip-shadow:after, .ui-poptip-container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

a.ui-poptip-close {
    position: absolute;
    right: 3px;
    top: 3px;
    border: 1px solid #ffc891;
    text-decoration: none;
    border-radius: 3px;
    width: 12px;
    height: 12px;
    font-family: tahoma;
    color: #dd7e00;
    line-height: 10px;
    *line-height: 12px;
    text-align: center;
    font-size: 14px;
    background: #ffd7af;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF0E1), to(#FFE7CD));
    background: -moz-linear-gradient(top, #FFF0E1, #FFE7CD);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0E1', endColorstr='#FFE7CD');
    background: -o-linear-gradient(top, #FFF0E1, #FFE7CD);
    background: linear-gradient(top, #FFF0E1, #FFE7CD);
    overflow: hidden
}

a.ui-poptip-close:hover {
    border: 1px solid #ffb24c;
    text-decoration: none;
    color: #dd7e00;
    background: #ffd7af;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFE5CA), to(#FFCC98));
    background: -moz-linear-gradient(top, #FFE5CA, #FFCC98);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE5CA', endColorstr='#FFCC98');
    background: -o-linear-gradient(top, #FFE5CA, #FFCC98);
    background: linear-gradient(top, #FFE5CA, #FFCC98)
}

.ui-poptip-arrow {
    position: absolute;
    z-index: 10;
    *zoom: 1
}

.ui-poptip-arrow em, .ui-poptip-arrow span {
    position: absolute;
    *zoom: 1;
    width: 0;
    height: 0;
    border-color: rgba(255, 255, 255, 0);
    border-color: transparent\0;
    *border-color: transparent;
    _border-color: tomato;
    _filter: chroma(color=tomato);
    border-style: solid;
    overflow: hidden;
    top: 0;
    left: 0
}

.ui-poptip-arrow-10 {
    left: -6px;
    top: 10px
}

.ui-poptip-arrow-10 em {
    top: 0;
    left: -1px;
    border-right-color: #ffbb76;
    border-width: 6px 6px 6px 0
}

.ui-poptip-arrow-10 span {
    border-right-color: #FFFCEF;
    border-width: 6px 6px 6px 0
}

.ui-poptip-arrow-2 {
    top: 10px;
    right: 0
}

.ui-poptip-arrow-2 em {
    top: 0;
    left: 1px;
    border-left-color: #ffbb76;
    border-width: 6px 0 6px 6px
}

.ui-poptip-arrow-2 span {
    border-left-color: #FFFCEF;
    border-width: 6px 0 6px 6px
}

.ui-poptip-arrow-11 em, .ui-poptip-arrow-11 span {}

.ui-poptip-arrow-11 em, .ui-poptip-arrow-1 em {
    border-width: 0 6px 6px;
    border-bottom-color: #ffbb76;
    top: -1px;
    left: 0
}

.ui-poptip-arrow-11 span, .ui-poptip-arrow-1 span {
    border-width: 0 6px 6px;
    border-bottom-color: #FFFCEF
}

.ui-poptip-arrow-11 {
    left: 14px;
    top: -6px
}

.ui-poptip-arrow-1 {
    right: 28px;
    top: -6px
}

.ui-poptip-arrow-5 em, .ui-poptip-arrow-7 em {
    border-width: 6px 6px 0;
    border-top-color: #ffbb76;
    top: 1px;
    left: 0
}

.ui-poptip-arrow-5 span, .ui-poptip-arrow-7 span {
    border-width: 6px 6px 0;
    border-top-color: #FFFCEF
}

.ui-poptip-arrow-5 {
    right: 28px;
    bottom: 0
}

.ui-poptip-arrow-7 {
    left: 14px;
    bottom: 0
}

:root .ui-poptip-shadow {
    FILTER: none\9
}

.ui-poptip-blue {
    color: #6c6c6c
}

.ui-poptip-blue .ui-poptip-shadow {
    background-color: rgba(0, 0, 0, .05);
    FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#0c000000, endColorstr=#0c000000)
}

.ui-poptip-blue .ui-poptip-container {
    background-color: #F8FCFF;
    border: 1px solid #B9C8D3
}

.ui-poptip-blue .ui-poptip-arrow-10 em {
    border-right-color: #B9C8D3
}

.ui-poptip-blue .ui-poptip-arrow-11 em, .ui-poptip-blue .ui-poptip-arrow-1 em {
    border-bottom-color: #B9C8D3
}

.ui-poptip-blue .ui-poptip-arrow-2 em, .ui-poptip-blue .ui-poptip-arrow-4 em {
    border-left-color: #B9C8D3
}

.ui-poptip-blue .ui-poptip-arrow-5 em, .ui-poptip-blue .ui-poptip-arrow-7 em {
    border-top-color: #B9C8D3
}

.ui-poptip-blue .ui-poptip-arrow-10 span {
    border-right-color: #F8FCFF
}

.ui-poptip-blue .ui-poptip-arrow-11 span, .ui-poptip-blue .ui-poptip-arrow-1 span {
    border-bottom-color: #F8FCFF
}

.ui-poptip-blue .ui-poptip-arrow-2 span, .ui-poptip-blue .ui-poptip-arrow-4 span {
    border-left-color: #F8FCFF
}

.ui-poptip-blue .ui-poptip-arrow-5 span, .ui-poptip-blue .ui-poptip-arrow-7 span {
    border-top-color: #F8FCFF
}

.ui-poptip-white {
    color: #333
}

.ui-poptip-white .ui-poptip-shadow {
    background-color: rgba(0, 0, 0, .05);
    FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#0c000000, endColorstr=#0c000000)
}

.ui-poptip-white .ui-poptip-container {
    background-color: #fff;
    border: 1px solid #b1b1b1
}

.ui-poptip-white .ui-poptip-arrow-10 em {
    border-right-color: #b1b1b1
}

.ui-poptip-white .ui-poptip-arrow-11 em, .ui-poptip-white .ui-poptip-arrow-1 em {
    border-bottom-color: #b1b1b1
}

.ui-poptip-white .ui-poptip-arrow-2 em, .ui-poptip-white .ui-poptip-arrow-4 em {
    border-left-color: #b1b1b1
}

.ui-poptip-white .ui-poptip-arrow-5 em, .ui-poptip-white .ui-poptip-arrow-7 em {
    border-top-color: #b1b1b1
}

.ui-poptip-white .ui-poptip-arrow-10 span {
    border-right-color: #fff
}

.ui-poptip-white .ui-poptip-arrow-11 span, .ui-poptip-white .ui-poptip-arrow-1 span {
    border-bottom-color: #fff
}

.ui-poptip-white .ui-poptip-arrow-2 span, .ui-poptip-white .ui-poptip-arrow-4 span {
    border-left-color: #fff
}

.ui-poptip-white .ui-poptip-arrow-5 span, .ui-poptip-white .ui-poptip-arrow-7 span {
    border-top-color: #fff
}

/*! endblock alice/poptip/1.1.1/poptip-debug.css */

/*! block alice/table/1.0.1/table-debug.css */

.ui-table {
    border-collapse: collapse;
    border: 1px solid #eee;
    width: 100%;
    font-size: 12px;
    text-align: left
}

.ui-table tr:nth-child(even), .ui-table-split, .ui-table-hover {
    background-color: #FBFBFB
}

.ui-table tr {
    color: #6c6c6c
}

.ui-table thead tr {
    color: #666
}

.ui-table thead {
    color: #666;
    background-color: #F6F6F6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#F2F2F2');
    background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#F2F2F2));
    background: -moz-linear-gradient(top, #F8F8F8, #F2F2F2);
    background: -o-linear-gradient(top, #F8F8F8, #F2F2F2);
    background: linear-gradient(top, #F8F8F8, #F2F2F2)
}

.ui-table th {
    padding: 7px 9px;
    border-bottom: 1px solid #eee;
    text-align: left
}

.ui-table td {
    padding: 8px 9px 7px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.ui-table th {
    padding: 7px 9px
}

.ui-table tfoot td {
    border-bottom: 0
}

.ui-table-orange, .ui-table-orange tr:nth-child(even) {
    background-color: #fffbec;
    border-color: #f8f0ce
}

.ui-table-orange td {
    border-color: #f8f0ce
}

.ui-table-noborder, .ui-table-noborder td, .ui-table-noborder tr, .ui-table-noborder th {
    border: 0;
    outline: 0
}

.ui-table-noborder .ui-table-split, .ui-table-noborder .ui-table-hover {
    background-color: #f7f7f7
}

.ui-table-inbox {
    border: 0;
    outline: 0
}

/*! endblock alice/table/1.0.1/table-debug.css */

/*! block ucenter/ucenter/1.0.0/page-debug.css */

html {
    color: #6c6c6c;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    background-color: #fff
}

body .mt-5 {
    margin-top: 5px
}

body .mt-10 {
    margin-top: 10px
}

body .mt-15 {
    margin-top: 15px
}

body .mt-20 {
    margin-top: 20px
}

body .mt-30 {
    margin-top: 30px
}

body .mt-50 {
    margin-top: 50px
}

body .mr-5 {
    margin-right: 5px
}

body .mr-10 {
    margin-right: 10px
}

body .mr-15 {
    margin-right: 15px
}

body .mr-20 {
    margin-right: 20px
}

body .mr-30 {
    margin-right: 30px
}

body .mr-50 {
    margin-right: 50px
}

body .mb-5 {
    margin-bottom: 5px
}

body .mb-10 {
    margin-bottom: 10px
}

body .mb-15 {
    margin-bottom: 15px
}

body .mb-20 {
    margin-bottom: 20px
}

body .mb-30 {
    margin-bottom: 30px
}

body .mb-50 {
    margin-bottom: 50px
}

body .ml-5 {
    margin-left: 5px
}

body .ml-10 {
    margin-left: 10px
}

body .ml-15 {
    margin-left: 15px
}

body .ml-20 {
    margin-left: 20px
}

body .ml-30 {
    margin-left: 30px
}

body .ml-50 {
    margin-left: 50px
}

body .pt-5 {
    padding-top: 5px
}

body .pt-10 {
    padding-top: 10px
}

body .pt-15 {
    padding-top: 15px
}

body .pt-20 {
    padding-top: 20px
}

body .pt-30 {
    padding-top: 30px
}

body .pt-50 {
    padding-top: 50px
}

body .pr-5 {
    padding-right: 5px
}

body .pr-10 {
    padding-right: 10px
}

body .pr-15 {
    padding-right: 15px
}

body .pr-20 {
    padding-right: 20px
}

body .pr-30 {
    padding-right: 30px
}

body .pr-50 {
    padding-right: 50px
}

body .pb-5 {
    padding-bottom: 5px
}

body .pb-10 {
    padding-bottom: 10px
}

body .pb-15 {
    padding-bottom: 15px
}

body .pb-20 {
    padding-bottom: 20px
}

body .pb-30 {
    padding-bottom: 30px
}

body .pb-50 {
    padding-bottom: 50px
}

body .pl-5 {
    padding-left: 5px
}

body .pl-10 {
    padding-left: 10px
}

body .pl-15 {
    padding-left: 15px
}

body .pl-20 {
    padding-left: 20px
}

body .pl-30 {
    padding-left: 30px
}

body .pl-50 {
    padding-left: 50px
}

body .ft-red {
    color: #f40
}

body .ft-orange {
    color: #f40
}

body .ft-white {
    color: #fff
}

body .ft-gray {
    color: #9a9a9a
}

body .ft-darkgray {
    color: #666
}

body .ft-green {
    color: #53a000
}

body .ft-bd {
    font-weight: 700
}

body .ft-12 {
    font-size: 12px
}

body .ft-14 {
    font-size: 14px
}

body .ft-18 {
    font-size: 18px
}

body .ft-24 {
    font-size: 24px
}

body .ft-12b {
    font-size: 12px;
    font-weight: 700
}

body .ft-14b {
    font-size: 14px;
    font-weight: 700
}

body .ft-18b {
    font-size: 18px;
    font-weight: 700
}

body .ft-24b {
    font-size: 24px;
    font-weight: 700
}

body .ft-bar {
    margin: 0 5px
}

body .inline-block {
    display: inline-block;
    *display: inline;
    zoom: 1
}

body .fn-pr {
    position: relative
}

body .fn-pa {
    position: absolute
}

.ft-center {
    text-align: center
}

#header {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #e3e3e3;
    background-color: #f0f0f0
}

#content {
    width: 100%;
    min-height: 500px;
    border-top: 1px solid #fff
}

.content-layout {
    margin: 0 auto;
    padding: 30px 0;
    width: 990px;
    height: auto
}

.header-layout {
    width: 990px;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden
}

.header-layout .logo {
    float: left;
    display: inline-block;
    height: 40px
}

.header-layout .logo-title {
    float: left;
    display: inline-block;
    width: auto;
    height: 30px;
    padding: 5px 0 0 10px;
    line-height: 30px;
    font-size: 24px;
    color: #303030
}

.sys-error .header-layout .logo-title {
    display: none
}

.header-nav {
    width: auto;
    height: 14px;
    float: right;
    line-height: 14px;
    margin-top: 12px
}

.header-nav li {
    float: left;
    padding: 0 0 0 15px;
    margin-right: 15px;
    border-left: 1px solid #6c6c6c
}

.header-nav li a {
    color: #6c6c6c
}

.header-nav li.nav-first {
    border-left: 0
}

.footer-layout {
    width: 990px;
    margin: 0 auto;
    height: 80px
}

.footer-layout .copyright {
    color: #858585;
    text-align: center
}

.select-strategy {
    margin-top: 30px;
    width: 870px
}

.select-strategy li {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 20px;
    margin-bottom: 15px;
    height: 50px;
    box-shadow: 1px 1px 1px #f4f4f4
}

.select-strategy li .icon {
    float: left
}

.select-strategy li:hover {
    background-color: #f7f9fc;
    border-color: #91b3cd;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.select-strategy .desc {
    float: left;
    position: relative;
    height: 50px;
    padding-left: 5px;
    width: 550px
}

.select-strategy .desc h3 {
    line-height: 25px;
    margin-top: 10px;
    font-size: 16px;
    vertical-align: middle
}

.select-strategy .desc .text {
    float: left;
    font-weight: 700
}

.select-strategy .desc-hasnotice h3 {
    line-height: 28px;
    height: 28px;
    font-size: 16px
}

.select-strategy .desc .notice {
    display: none
}

.select-strategy .desc-hasnotice .notice {
    display: block;
    font-size: 12px;
    color: #888
}

.select-strategy strong {
    font-weight: 700
}

.select-strategy .recommend {
    width: 45px;
    height: 20px;
    text-indent: -9999em;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 3px;
    background-repeat: no-repeat;
    background-position: -250px -110px
}

.ie6 .select-strategy .recommend {
    top: -3px
}

.ie7 .select-strategy .recommend {
    top: -3px
}

.select-strategy li .ui-button {
    float: right;
    margin-top: 10px
}

.select-strategy .icon {
    width: 50px;
    height: 50px
}

.select-strategy .ui-button .ui-button-text {
    color: #fff;
    display: block
}

.select-strategy .ui-button .ui-button-text:hover {
    text-decoration: none
}

.select-strategy .ui-button {
    cursor: default
}

.maincenter {
    margin: 0 auto;
    width: 774px;
    height: auto
}

.maincenter-box {
    padding: 20px 0;
    background-color: #fff
}

.maincenter-box-tip {
    display: block;
    padding-bottom: 10px
}

.maincenter-box-result {
    padding: 40px 0
}

.maincenter .ui-form {
    margin-top: 30px;
    color: #6c6c6c
}

.ui-input-checkcode-img {
    display: inline-block;
    height: 28px;
    float: left;
    margin-left: 5px
}

.maincenter .ui-step {
    margin-bottom: 30px
}

.maincenter .ui-tiptext .strong {
    color: #f16f20
}

.ui-autocomplete-ctn {
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 2px 2px 3px #eee
}

.ui-autocomplete-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 198px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: default
}

.ui-autocomplete-item-hover {
    background-color: #f2f2f2
}

.bottom-tips {
    background-color: #fffbed;
    border: 1px solid #f9efd3;
    padding: 30px 30px 15px
}

.bottom-tips .bottom-tips-title {
    color: #646565;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700
}

.bottom-tips-gray {
    background-color: #f5f5f5;
    border-color: #eee
}

#J_Code {
    vertical-align: middle;
    *vertical-align: 3px
}

.ui-tiptext .iconfont, .ui-form-item .iconfont {
    font-size: 1.33em;
    line-height: 1em;
    text-shadow: 0 1px 0 #fff;
    position: relative;
    top: 2px;
    margin-right: 2px
}

.ui-step-icon .iconfont {}

.ui-list-item {
    color: #737373
}

.maincenter-box-tip .ui-tiptext {
    font-size: 14px
}

.ui-step-end .ui-step-number {
    background: transparent
}

.ui-select-item {
    line-height: 30px;
    padding: 0 30px 0 10px;
    cursor: default
}

.ui-table th {
    padding: 6px
}

.maincenter-box .ui-table {
    margin: 10px auto;
    font-size: 12px;
    line-height: 32px
}

.maincenter-box .action {
    padding-left: 90px
}

.ui-form-item-loading .ui-form-explain, .ui-item-loading {
    padding-left: 20px;
    background: url(https://img.alipay.com/alice/ico-loading16.gif) 0 3px no-repeat
}

.ui-item-loading {
    padding: 8px 0 8px 30px;
    border: 1px dotted #b2e2ea;
    width: 770px;
    margin: 0 auto;
    background-color: #fff;
    background-position: 10px 11px
}

.ui-form-item select {
    height: 22px
}

.ui-tipbox-grey {
    background: #fff;
    border: 1px solid #ccc
}

.ui-tipbox-btcontent {
    padding: 14px 0 14px 87px;
    background: url(https://h.alipayobjects.com/static/images/uc/zh.png) #fff 35px 18px no-repeat
}

.ui-list-item a {
    vertical-align: baseline
}

.ui-list-item-text {
    font-size: 12px
}

.maincenter .ui-select-trigger {
    background: url(https://gtms03.alicdn.com/tps/i3/TB11acLLXXXXXbrXXXXoI1ZFVXX-30-40.png) right -10px no-repeat;
    display: inline-block;
    border: 1px solid #ddd;
    text-decoration: none;
    line-height: 34px;
    height: 34px;
    color: #6C6C6C;
    cursor: pointer;
    padding: 0 29px 0 10px;
    background-repeat: no-repeat;
    overflow: hidden;
    vertical-align: top
}

}

.ui-select-hover {
    background-color: #f2f2f2
}

.ui-select-trigger:hover {
    border-color: #ccc;
    text-decoration: none;
    color: #7c7c7c
}

.ui-form-item-error .ui-select-trigger {
    border: 1px solid red
}

.ui-select-content {
    border: 1px solid #ccc;
    background-color: #fff;
    height: 100%;
    overflow: auto
}

.ui-select-item {
    line-height: 30px;
    padding: 0 30px 0 10px;
    cursor: default
}

.ui-select-hover {
    background-color: #f2f2f2
}

.ui-form-item-focus #J-pop-queryPwd, .ui-form-item-focus #J-pop-payPwd {
    y background-image: none;
    padding: 4px 10px
}

.pwdStrengthWrap {
    position: relative
}

#newPwdStrengthWrap {
    margin-top: 4px
}

#newPwdStrengthWrap .ui-list-item {
    padding-left: 0
}

#newPwdStrengthWrap .ui-list-item-last {
    background: 0 0
}

.pwdStrength {
    padding: 1px 0 7px
}

.pwdStrength li {
    line-height: 16px;
    padding: 3px 0 3px 15px;
    background: url(https://h.alipayobjects.com/static/images/uc/icons.gif) no-repeat -9px -75px
}

.pwdStrength li.pwdStrength-item-red {
    background-position: -29px -37px
}

.pwdStrength li.pwdStrength-item-green {
    background-position: -27px 0
}

#pass-form .ui-form-arrow {
    background-image: url(https://i.alipayobjects.com/e/201209/1COYhD8EL6.png);
    background-repeat: no-repeat
}

#pass-form .ui-form-arrow {
    display: none
}

#pass-form .ui-form-item-focus .ui-form-arrow {
    background-position: -25px -511px;
    display: block;
    height: 10px;
    left: -7px;
    position: absolute;
    top: 34%;
    width: 7px;
    display: block
}

#pass-form .ui-form-item-focus .ui-form-explain {
    position: absolute;
    top: 0;
    left: 300px;
    padding: 5px 15px;
    border-radius: 2px;
    background-color: #f9f9f9;
    border: 1px solid #c2c8c8;
    line-height: 22px
}

#pass-form .ui-form-item-success .iconfont {
    color: #b5de70
}

#pass-form .ui-form-item-success .ui-form-explain {
    color: #6c6c6c
}

#pass-form .ui-form-item-error .iconfont, #pass-form .ui-form-item-error .ui-form-explain {
    color: #FF5243
}

.icon-phone, .icon-email, .icon-question, .icon-dcode, .icon-auth, .icon-card, .icon-phone-question, .icon-question-auth {
    background: url(https://i.alipayobjects.com/e/201304/8nDD4HEZz_src.png) no-repeat
}

.icon-auth {
    background-position: -150px 0
}

.icon-manual {
    background-position: 0 -50px
}

.icon-dcode {
    background-position: -150px -50px
}

.icon-question, .icon-question-auth {
    background-position: -100px -50px
}

.icon-email {
    background-position: -150px -100px
}

.icon-phone {
    background-position: -200px 0
}

.icon-card {
    background-position: -100px -100px
}

.icon-phone-question {
    background-position: 0 0
}

.icon-ashield, .icon-verify, .icon-boundOTP, .icon-email-card, .icon-phone-card, .icon-email-phone, .icon-phone-email, .icon-email-auth, .icon-phone-auth, .icon-manual {
    background: url(https://img.alicdn.com/tps/TB1C9YjLFXXXXXQXpXXXXXXXXXX-1000-923.png) no-repeat
}

.icon-ashield {
    background-position: -385px -640px
}

.icon-verify {
    background-position: -68px -707px
}

.icon-boundOTP {
    background-position: -385px -700px
}

.icon-email-card {
    background-position: -380px -580px
}

.icon-phone-card {
    background-position: -70px -580px
}

.icon-phone-question {}

.icon-phone-email, .icon-email-phone {
    background-position: -70px -220px
}

.icon-email-auth {
    background-position: -70px -402px
}

.icon-phone-auth {
    background-position: -70px -100px
}

.icon-manual {
    background-position: -380px -398px
}

/*! endblock ucenter/ucenter/1.0.0/page-debug.css */

/*! block ucenter/ucenter/1.0.0/dialog-debug.css */

.ui-dialog {
    border: 0;
    border-top: 2px solid #f40;
    outline: 0
}

:root .ui-dialog {
    FILTER: none\9
}

.ui-dialog-close {
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: 700;
    height: 18px;
    line-height: 14px;
    position: absolute;
    right: 16px;
    text-decoration: none;
    top: 16px;
    z-index: 10
}

.ui-dialog-close:hover {
    color: #666;
    text-shadow: 0 0 2px #aaa
}

.ui-dialog-title {
    height: 45px;
    font-size: 16px;
    line-height: 46px;
    border-bottom: 1px solid #E1E1E1;
    color: #6c6c6c;
    text-indent: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f9f9f9));
    background: -moz-linear-gradient(top, #fcfcfc, #f9f9f9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f9f9f9');
    background: -o-linear-gradient(top, #fcfcfc, #f9f9f9);
    background: linear-gradient(top, #fcfcfc, #f9f9f9)
}

.ui-dialog-container {
    padding: 15px 20px 20px;
    font-size: 12px
}

.ui-dialog-message {
    margin-bottom: 15px
}

.ui-dialog-operation {
    zoom: 1
}

.ui-dialog-confirm, .ui-dialog-cancel {
    display: inline
}

.ui-dialog-operation .ui-dialog-confirm {
    margin-right: 4px
}

.ui-dialog-button-orange, .ui-dialog-button-white {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    border-radius: 2px;
    padding: 0 12px;
    line-height: 23px;
    height: 23px;
    *overflow: visible;
    background-image: none
}

a.ui-dialog-button-orange:hover, a.ui-dialog-button-white:hover {
    text-decoration: none
}

.ui-dialog-button-orange {
    color: #fff;
    border: 1px solid #d66500;
    background-color: #f57403
}

.ui-dialog-button-orange:hover {
    background-color: #fb8318
}

.ui-dialog-button-white {
    border: 1px solid #afafaf;
    background-color: #f3f3f3;
    color: #777
}

.ui-dialog-button-white:hover {
    border: 1px solid #8e8e8e;
    background-color: #fcfbfb;
    color: #676d70
}

/*! endblock ucenter/ucenter/1.0.0/dialog-debug.css */

/*! block ucenter/ucenter/1.0.0/new-index-debug.css */

.poto-content {
    background: #fff;
    color: #979797;
    font-family: Microsoft YaHei
}

.poto-content a {
    color: #08c
}

.page-nav {
    width: 170px;
    float: left;
    margin-top: 15px
}

.page-nav .page-nav-item {
    padding-left: 58px;
    font-weight: 700
}

.page-nav .page-nav-item a {
    color: #979797;
    font-size: 18px;
    text-decoration: none
}

.page-nav .nav-item-active a {
    color: #f60
}

.page-nav .page-nav-item .nav-sub {
    display: none
}

.page-nav .page-nav-item .nav-sub-open {
    display: block
}

.page-nav .page-nav-item .nav-sub-item a {
    font-size: 14px;
    padding-left: 15px;
    color: #979797
}

.page-nav .page-nav-item .nav-sub-item-active a {
    color: #f60
}

.page-nav-sub {
    background: url(https://img.alicdn.com/tps/TB1CEpxIpXXXXcgXFXXXXXXXXXX.png) 45px -302px no-repeat
}

.page-nav-sub-open {
    background: url(https://img.alicdn.com/tps/TB1CEpxIpXXXXcgXFXXXXXXXXXX.png) 45px -237px no-repeat
}

.page-content {
    float: left;
    width: 820px
}

.page-title {
    font-weight: 700;
    font-size: 22px;
    padding-left: 20px;
    border-bottom: 1px solid #dcdcdc;
    background: url(https://img.alicdn.com/tps/TB1CEpxIpXXXXcgXFXXXXXXXXXX.png) 0 -200px no-repeat
}

.page-content .box {
    padding: 10px 15px
}

.box-container li {
    overflow: hidden;
    padding: 2px 0
}

.box .box-title {
    font-size: 14px;
    font-weight: 700
}

.box .box-link {
    float: left;
    padding-left: 200px
}

.box .box-link a {
    color: #08c
}

.box .box-other-info {
    width: 245px;
    float: right
}

.box-bd {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc
}

.account-status .account-status-item {
    float: left;
    height: auto;
    position: relative;
    height: 50px;
    padding-right: 50px;
    border-right: 1px solid #dcdcdc;
    margin-right: 50px
}

.account-status .account-status-item-last {
    margin-right: 0;
    border-right: 0
}

.account-status-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 58px;
    height: 50px;
    background: url(https://img.alicdn.com/tps/TB1CEpxIpXXXXcgXFXXXXXXXXXX.png) no-repeat
}

.account-img-phone {
    background-position: 20px -64px
}

.account-img-rz {
    background-position: 0 0
}

.account-img-pay {
    background-position: 10px -130px
}

.account-wating {
    background: #efefef;
    width: 174px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px
}

.account-status-det {
    margin-left: 70px;
    height: 45px
}

.account-status-det .tit {
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    margin-top: 3px
}

.account-status-det .descript {
    height: 16px;
    line-height: 16px;
    margin-top: 13px
}

.descript a {
    margin-left: 20px
}

.w150 {
    width: 150px
}

.w250 {
    width: 250px
}

.w450 {
    width: 450px
}

.w400 {
    width: 400px
}

.color-red {
    color: #e52626
}

.color-grey {
    color: #8d8d8d
}

.service-box-more {
    padding: 20px 0
}

.service-box-bd {
    border-bottom: 1px solid #dcdcdc
}

.service-box-more li {
    float: left;
    border-right: 1px solid #dcdcdc;
    margin-right: 15px
}

.service-box .service-icon {
    float: left;
    width: 95px;
    height: 60px;
    background: url(https://img.alicdn.com/tps/TB1L1tsIpXXXXcXXVXXXXXXXXXX.png) no-repeat;
    background-position: 5px -8px
}

.service-box .service-icon-taobao, .service-box .service-icon-tmall {
    background-position: 0 -275px
}

.service-box .service-icon-aliyun, .service-box .service-icon-yunmail, .service-box .service-icon-aliyunos {
    background-position: 0 -110px
}

.service-box .service-icon-etao {
    background-position: 0 -55px
}

.service-box .service-icon-alipay {
    background-position: 0 -420px
}

.service-box .service-icon-alibabachina, .service-box .service-icon-alibaba, .service-box .service-icon-aliyun, .service-box .service-icon-alibabachina, .service-box .service-icon-aliexpress {
    background-position: 5px -8px
}

.service-box-more .service-info {
    width: 120px;
    float: left;
    height: 72px;
    overflow: hidden;
    padding-right: 40px
}

.service-box .last {
    border: 0
}

.service-box-open li {
    padding: 20px 0;
    float: left
}

.service-box-open li {
    padding: 20px 0;
    float: left;
    width: 820px;
    border-bottom: 1px solid #dcdcdc
}

.service-box-open .service-info {
    float: left
}

/*! endblock ucenter/ucenter/1.0.0/new-index-debug.css */

/*! block ucenter/ucenter/1.0.0/logo-debug.css */

#logo {
    background: url(https://img.alicdn.com/tps/TB104qsLpXXXXXbapXXXXXXXXXX-228-800.png) no-repeat;
    background-position: 0 -12px
}

#logo a {
    float: left;
    display: inline-block;
    height: 40px;
    width: 178px;
    overflow: hidden;
    text-indent: -999em
}

.taobao #logo {
    background-position: 0 -12px
}

.alipay #logo {
    background-position: 0 -74px
}

.tmall #logo {
    background-position: 0 -136px
}

.alibabachina #logo {
    background-position: 0 -198px
}

.alibaba #logo {
    background-position: 0 -260px
}

.aliyun #logo {
    background-position: 0 -322px
}

.laiwang #logo {
    background-position: 0 -384px
}

.aliyunos #logo {
    background-position: 0 -446px
}

.aliexpress #logo {
    background-position: 0 -508px
}

.yunmail #logo {
    width: 210px;
    background-position: 0 -560px
}

.alipassport #logo {
    background-position: 0 -686px
}

.aliexpress #logo {
    background: url(https://img.alicdn.com/tps/i2/TB15Hf4HFXXXXaKXXXXSZp3FVXX-150-44.png) no-repeat
}

.aliexpress #logo a {
    width: 150px
}

.aliyun_en #logo {
    background: url(https://img.alicdn.com/tps/TB1jRyCLpXXXXbtapXXXXXXXXXX-160-39.png) 0 0 no-repeat
}

/*! endblock ucenter/ucenter/1.0.0/logo-debug.css */

.account-box {
    width: 500px;
    margin: 0 auto;
    font-size: 14px
}

.account-box p {
    margin-top: 15px;
    text-align: center
}

.account-box p strong {
    color: #f40
}

.check-list {
    margin-top: 15px;
    overflow: hidden
}

.check-list li {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    position: relative
}

.am-checkbox {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    right: 3px;
    top: 3px
}

.am-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border: 0 none;
    -webkit-appearance: none;
    cursor: pointer
}

.am-checkbox .iconfont {
    color: #d2d2d2;
    font-size: 22px;
    line-height: 22px
}

.am-checkbox input:checked+.iconfont {
    color: #f40
}

.check-dialog {
    background: #fff;
    text-align: center;
    overflow: hidden
}

.check-dialog .icon {
    font-size: 50px;
    margin-top: 20px
}

.check-dialog .icon-error {
    color: #f40
}

.check-dialog .icon-warning {
    color: #f3b72a
}

.check-dialog p {
    margin-top: 5px
}

.check-dialog .btn {
    margin: 30px 0
}

@font-face {
    font-family: iconfont;
    src: url(//at.alicdn.com/t/font_1447386693_0189764.eot);
    src: url(//at.alicdn.com/t/font_1447386693_0189764.eot?#iefix) format('embedded-opentype'), url(//at.alicdn.com/t/font_1447386693_0189764.woff) format('woff'), url(//at.alicdn.com/t/font_1447386693_0189764.ttf) format('truetype'), url(//at.alicdn.com/t/font_1447386693_0189764.svg#iconfont) format('svg')
}

.new-iconfont {
    font-family: iconfont!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.icon-bangzhu:before {
    content: "\e609"
}

.icon-cuowu:before {
    content: "\e604"
}

.icon-shuaxin:before {
    content: "\e600"
}

.icon-dengdai:before {
    content: "\e607"
}

.icon-chenggong:before {
    content: "\e605"
}

.icon-zuzhi:before {
    content: "\e608"
}

.icon-tishi:before {
    content: "\e603"
}

.icon-roundcheckfill:before {
    content: "\e60d"
}

.icon-roundcheck:before {
    content: "\e60e"
}

.icon-evaluate:before {
    content: "\e612"
}

.icon-guanbi2:before {
    content: "\e602"
}

.icon-zhongyaotishi:before {
    content: "\e606"
}

.icon-gonggao:before {
    content: "\e601"
}

.icon-duihao:before {
    content: "\e60a"
}

.icon-bad:before {
    content: "\e610"
}

.icon-198taobao:before {
    content: "\e60b"
}

.icon-evaluate-hover:before {
    content: "\e611"
}

.icon-alipay:before {
    content: "\e60c"
}

.icon-bad-hover:before {
    content: "\e60f"
}

.ui-msg {
    overflow: hidden
}

.ui-msg .new-iconfont {
    float: left;
    font-size: 40px;
    line-height: 40px;
    margin-right: 10px;
    margin-top: 5px
}

.ui-msg .ui-msg-content {
    float: left
}

.comment-list p {
    line-height: 24px;
    margin-bottom: 5px
}

.comment-list p .new-iconfont {
    margin: 0 5px
}

.checkcode-warp {
    position: relative;
    width: 300px
}

.checkcode-warp .getcheckcode {
    position: absolute;
    right: 10px;
    top: 9px;
    background: #fff;
    border: 0;
    cursor: pointer
}

.xiaomi {
    position: fixed;
    top: 30%;
    right: 20px
}

.xiaomi-t1 {
    background: url(https://img.alicdn.com/tps/TB1fXeWLpXXXXaQXFXXXXXXXXXX-56-90.png);
    width: 56px;
    height: 90px
}

.xiaomi-t2 {
    width: 240px
}

.xiaomi-t2 .hd, .xiaomi-t2 .ft {
    background: url(https://img.alicdn.com/tps/TB1g.KNLpXXXXc6XVXXXXXXXXXX-479-719.png) no-repeat;
    background-size: 240px 360px
}

.xiaomi-t2 .hd {
    height: 112px
}

.xiaomi-t2 .bd {
    padding: 10px 10px 0;
    background: #fafafa
}

.xiaomi-t2 .bd p {
    line-height: 30px;
    border-bottom: 1px solid #ddd
}

.xiaomi-t2 .bd p a {
    color: #6c6c6c;
    padding: 0 10px;
    text-decoration: none
}

.xiaomi-t2 .bd p a:hover {
    color: #f40
}

.xiaomi-t2 .ft {
    background-position: 0 -312px;
    height: 48px
}

.xiaomi-t2 .ft a {
    display: block;
    height: 100%;
    width: 100%
}

/*!
DPL base style
 */

body {
    word-break: break-all;
    word-wrap: break-word
}

.hide {
    display: none !important
}

.table {
    color: #666
}

.sprt {
    color: #999;
    padding: 0 5px
}

.pagination-goto {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    padding: 0px 15px
}

.pagination-goto input.ipt {
    width: 40px;
    display: inline-block;
    margin-right: 6px
}

.pagination-goto .btn {
    padding: 8px
}

.alert-tip {
    border: none 0;
    border-left: solid 4px #edd28a;
    background: #fcf8e2;
    color: #9d7437;
    padding: 10px 12px
}

.console-container {
    padding-bottom: 30px
}

.text-line-through {
    text-decoration: line-through !important
}

.text-overline {
    text-decoration: overline !important
}

.text-underline {
    text-decoration: underline !important
}

.text-black {
    color: #000 !important
}

.text-dark {
    color: #333 !important
}

.text-gray {
    color: #666 !important
}

.loadmask {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1
}

.masked {
    overflow: hidden !important
}

.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px
}

.loadmask-msg div {
    height: 32px;
    width: 32px;
    background: url("https://img.alicdn.com/tps/TB1cFSVLXXXXXXJXFXXXXXXXXXX-32-32.gif") no-repeat;
    padding: 0px
}

.masked-relative {
    position: relative !important
}

.masked-hidden {
    visibility: hidden !important
}

.viewFramework-product-navbar .product-nav-list li.active a {
    background: none
}

.viewFramework-product-navbar .product-nav-list .active, .viewFramework-product-navbar .product-nav-list .active:hover {
    background: #fff
}

.viewFramework-product-navbar .product-nav-list ul.sub-level {
    display: none
}

.viewFramework-product-navbar .product-nav-list .expanded ul.sub-level {
    display: block
}

textarea {
    resize: none
}

.ipt, .form-inline .ipt {
    width: 120px
}

.select {
    width: auto
}

.btn-upload {
    overflow: hidden;
    position: relative
}

.btn-upload input {
    height: 1px;
    width: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    top: 0;
    position: absolute;
    left: 0;
    padding: 0px;
    margin: 0px;
    overflow: hidden
}

input.form-control[readonly] {
    cursor: pointer;
    background-color: #fff
}

.form-tip {
    margin-left: 10px
}

body .ui-slider {
    background: #43BFE3
}

body .ui-slider .ui-widget-header {
    background: #e8e8e8;
    border-radius: 0
}

body .ui-slider .ui-slider-handle {
    height: 40px;
    top: -4px;
    border: none 0;
    background: url(//gtms01.alicdn.com/tps/i1/TB1xBfIHpXXXXcAaXXXdkG_JFXX-6-9.png) center no-repeat #2DACD1;
    cursor: ew-resize;
    border-radius: 0;
    outline: none
}

body .ui-slider .w-popover {
    color: #666;
    white-space: nowrap
}

body .ui-slider-horizontal {
    display: inline-block;
    width: 300px;
    height: 32px;
    vertical-align: middle;
    border: none 0;
    border-radius: 0
}

ins {
    text-decoration: none
}

.w-popover {
    border: 1px solid #BBB;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 22px;
    background: #FFF;
    position: relative;
    *position: static
}

.w-popover-arr {
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    position: absolute;
    *display: none
}

.w-popover-arr em {
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent
}

.w-popover-arr-top {
    border-bottom: 5px solid #BBB;
    top: -11px;
    left: 12px
}

.w-popover-arr-top em {
    border-bottom: 5px solid #FFF;
    margin-left: -5px;
    margin-top: -4px
}

.w-popover-arr-bottom {
    border-top: 5px solid #BBB;
    left: 12px;
    bottom: -11px
}

.w-popover-arr-bottom em {
    border-top: 5px solid #FFF;
    margin-left: -5px;
    margin-top: -6px
}

.w-popover-arr-left {
    border-right: 5px solid #BBB;
    left: -11px;
    top: 10px
}

.w-popover-arr-left em {
    border-right: 5px solid #FFF;
    margin-left: -4px;
    margin-top: -5px
}

.w-popover-arr-right {
    border-left: 5px solid #BBB;
    right: -11px;
    top: 10px
}

.w-popover-arr-right em {
    border-left: 5px solid #FFF;
    margin-left: -6px;
    margin-top: -5px
}

.w-pop-wrap {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    position: fixed;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop))
}

.w-pop-alpha {
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=20);
    -moz-opacity: 0.20;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0
}

.w-pop {
    width: 600px;
    background: #FFF;
    border: 1px solid #AAA;
    box-shadow: 3px 3px 3px #DCDCDC;
    font-family: Microsoft Yahei;
    position: relative;
    top: 100px;
    margin: 0 auto
}

.w-pop-hd {
    height: 44px;
    padding: 0 20px;
    border-bottom: 1px solid #F3F3F3;
    font-size: 14px;
    line-height: 45px;
    color: #666
}

.w-pop-bd {
    padding: 30px 40px
}

.w-pop-ft {
    border-top: 1px solid #F3F3F3;
    padding: 20px
}

.w-pop-close {
    float: right;
    font-size: 20px;
    color: #999;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
    margin-top: 12px
}

.w-pop-close:hover {
    color: #666
}

.w-pop-btn {
    text-align: right
}

.w-pop-btn a {
    margin-left: 10px
}

.w-pop-bd-icon {
    width: 40px;
    float: left;
    text-align: right;
    padding-right: 10px
}

.w-pop-bd-info {
    margin-left: 50px
}

.pop-icon {
    font-size: 32px;
    color: #FF8800
}

.w-pop-bd-info .cont-title {
    font-size: 18px;
    line-height: 32px;
    color: #333;
    font-weight: normal
}

.w-pop-bd-info p {
    line-height: 24px;
    color: #333
}

.table thead tr th {
    padding: 8px 8px;
    font-weight: normal;
    color: #999;
    border-bottom: 1px solid #e1e6eb;
    background-color: #F5F6FA;
}

/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: rgba(29, 7, 7, 0);
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

mark {
    color: #000;
    background: #ff0;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

button, input, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    padding: 0;
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 2cm .5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .table td, .table th {
        background-color: #fff !important;
    }
    .btn>.caret, .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.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;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
    font-size: 65%;
}

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small, h5 small, h6 small, h4 .small, h5 .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: 200;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small, .small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #428bca;
}

.text-primary:hover {
    color: #3071a9;
}

.text-warning {
    color: #8a6d3b;
}

.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

.text-danger:hover {
    color: #843534;
}

.text-success {
    color: #3c763d;
}

.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

.text-info:hover {
    color: #245269;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.list-inline>li:first-child {
    padding-left: 0;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
        display: table;
        content: " ";
    }
    .dl-horizontal dd:after {
        clear: both;
    }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
        display: table;
        content: " ";
    }
    .dl-horizontal dd:after {
        clear: both;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote small, blockquote .small {
    display: block;
    line-height: 1.428571429;
    color: #999999;
}

blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
}

blockquote.pull-right p, blockquote.pull-right small, blockquote.pull-right .small {
    text-align: right;
}

blockquote.pull-right small:before, blockquote.pull-right .small:before {
    content: '';
}

blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

blockquote:before, blockquote:after {
    content: "";
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    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 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container:before, .container:after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

.container:before, .container:after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    /* margin-right: -15px; */
    /* margin-left: -15px; */
}

.row:before, .row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.row:before, .row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.col-xs-1, .col-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-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666666666666%;
}

.col-xs-pull-10 {
    right: 83.33333333333334%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666666666666%;
}

.col-xs-pull-7 {
    right: 58.333333333333336%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666666666667%;
}

.col-xs-pull-4 {
    right: 33.33333333333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.666666666666664%;
}

.col-xs-pull-1 {
    right: 8.333333333333332%;
}

.col-xs-pull-0 {
    right: 0;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666666666666%;
}

.col-xs-push-10 {
    left: 83.33333333333334%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666666666666%;
}

.col-xs-push-7 {
    left: 58.333333333333336%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666666666667%;
}

.col-xs-push-4 {
    left: 33.33333333333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.666666666666664%;
}

.col-xs-push-1 {
    left: 8.333333333333332%;
}

.col-xs-push-0 {
    left: 0;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666666666666%;
    }
    .col-sm-10 {
        width: 83.33333333333334%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666666666666%;
    }
    .col-sm-7 {
        width: 58.333333333333336%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666666666667%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.666666666666664%;
    }
    .col-sm-1 {
        width: 8.333333333333332%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }
    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }
    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }
    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }
    .col-sm-pull-0 {
        right: 0;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666666666666%;
    }
    .col-sm-push-10 {
        left: 83.33333333333334%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666666666666%;
    }
    .col-sm-push-7 {
        left: 58.333333333333336%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666666666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.666666666666664%;
    }
    .col-sm-push-1 {
        left: 8.333333333333332%;
    }
    .col-sm-push-0 {
        left: 0;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666666666666%;
    }
    .col-md-pull-10 {
        right: 83.33333333333334%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666666666666%;
    }
    .col-md-pull-7 {
        right: 58.333333333333336%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666666666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.666666666666664%;
    }
    .col-md-pull-1 {
        right: 8.333333333333332%;
    }
    .col-md-pull-0 {
        right: 0;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666666666666%;
    }
    .col-md-push-10 {
        left: 83.33333333333334%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666666666666%;
    }
    .col-md-push-7 {
        left: 58.333333333333336%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666666666667%;
    }
    .col-md-push-4 {
        left: 33.33333333333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.666666666666664%;
    }
    .col-md-push-1 {
        left: 8.333333333333332%;
    }
    .col-md-push-0 {
        left: 0;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666666666666%;
    }
    .col-lg-10 {
        width: 83.33333333333334%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666666666666%;
    }
    .col-lg-7 {
        width: 58.333333333333336%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666666666667%;
    }
    .col-lg-4 {
        width: 33.33333333333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.666666666666664%;
    }
    .col-lg-1 {
        width: 8.333333333333332%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }
    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }
    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }
    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }
    .col-lg-pull-0 {
        right: 0;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666666666666%;
    }
    .col-lg-push-10 {
        left: 83.33333333333334%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666666666666%;
    }
    .col-lg-push-7 {
        left: 58.333333333333336%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666666666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.666666666666664%;
    }
    .col-lg-push-1 {
        left: 8.333333333333332%;
    }
    .col-lg-push-0 {
        left: 0;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 10px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}

.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #dddddd;
}

.table .table {
    background-color: #ffffff;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"], table th[class*="col-"] {
    display: table-cell;
    float: none;
}

.table>thead>tr>.active, .table>tbody>tr>.active, .table>tfoot>tr>.active, .table>thead>.active>td, .table>tbody>.active>td, .table>tfoot>.active>td, .table>thead>.active>th, .table>tbody>.active>th, .table>tfoot>.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>.active:hover, .table-hover>tbody>.active:hover>td, .table-hover>tbody>.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>.success, .table>tbody>tr>.success, .table>tfoot>tr>.success, .table>thead>.success>td, .table>tbody>.success>td, .table>tfoot>.success>td, .table>thead>.success>th, .table>tbody>.success>th, .table>tfoot>.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>.success:hover, .table-hover>tbody>.success:hover>td, .table-hover>tbody>.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>.danger, .table>tbody>tr>.danger, .table>tfoot>tr>.danger, .table>thead>.danger>td, .table>tbody>.danger>td, .table>tfoot>.danger>td, .table>thead>.danger>th, .table>tbody>.danger>th, .table>tfoot>.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>.danger:hover, .table-hover>tbody>.danger:hover>td, .table-hover>tbody>.danger:hover>th {
    background-color: #ebcccc;
}

.table>thead>tr>.warning, .table>tbody>tr>.warning, .table>tfoot>tr>.warning, .table>thead>.warning>td, .table>tbody>.warning>td, .table>tfoot>.warning>td, .table>thead>.warning>th, .table>tbody>.warning>th, .table>tfoot>.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>.warning:hover, .table-hover>tbody>.warning:hover>td, .table-hover>tbody>.warning:hover>th {
    background-color: #faf2cc;
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #dddddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

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 {
    height: 32px;
    /* display: table; */
    /*  float: left; */
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 32px;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

input[type="file"] {
    display: block;
}

select[multiple], select[size] {
    height: auto;
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
}

.form-control {
    display: inline-block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    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;
    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: #999999;
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.radio label, .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.radio+.radio, .checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg {
    height: auto;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    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;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    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;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    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;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
    }
    .form-inline select.form-control {
        width: auto;
    }
    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " ";
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " ";
}

.form-horizontal .form-group:after {
    clear: both;
}

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn:focus {
    color: #333333;
    text-decoration: none;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -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 {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default .badge {
    color: #ffffff;
    background-color: #fff;
}

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
    width: 1em;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro: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";
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    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;
}

.viewFramework-product.viewFramework-product-col-1.new {
    left: 0px;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    color: #999999;
}

.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999999;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn, .btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:hover, .btn-group-vertical>.btn:hover, .btn-group>.btn:focus, .btn-group-vertical>.btn:focus, .btn-group>.btn:active, .btn-group-vertical>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn.active {
    z-index: 2;
}

.btn-group>.btn:focus, .btn-group-vertical>.btn:focus {
    outline: none;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " ";
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " ";
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn-group {
    float: left;
}

.btn-toolbar>.btn+.btn, .btn-toolbar>.btn-group+.btn, .btn-toolbar>.btn+.btn-group, .btn-toolbar>.btn-group+.btn-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 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 {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after {
    display: table;
    content: " ";
}

.btn-group-vertical>.btn-group:after {
    clear: both;
}

.btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after {
    display: table;
    content: " ";
}

.btn-group-vertical>.btn-group:after {
    clear: both;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child>.btn:last-child, .btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

[data-toggle="buttons"]>.btn>input[type="radio"], [data-toggle="buttons"]>.btn>input[type="checkbox"] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
    height: auto;
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

.input-group-btn:first-child>.btn {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn {
    margin-left: -1px;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -4px;
}

.input-group-btn>.btn:hover, .input-group-btn>.btn:active {
    z-index: 2;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav:before, .nav:after {
    display: table;
    content: " ";
}

.nav:after {
    clear: both;
}

.nav:before, .nav:after {
    display: table;
    content: " ";
}

.nav:after {
    clear: both;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav>li.disabled>a {
    color: #999999;
}

.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
    color: #999999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #428bca;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
}

.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: #ffffff;
    background-color: #428bca;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar:before, .navbar:after {
    display: table;
    content: " ";
}

.navbar:after {
    clear: both;
}

.navbar:before, .navbar:after {
    display: table;
    content: " ";
}

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before, .navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

.navbar-header:before, .navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " ";
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " ";
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.container>.navbar-header, .container>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container>.navbar-header, .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    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;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 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);
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
    }
    .navbar-form select.form-control {
        width: auto;
    }
    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-nav.pull-right>li>.dropdown-menu, .navbar-nav>li>.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777777;
}

.navbar-default .navbar-nav>li>a {
    color: #777777;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #333333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #555555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
    color: #cccccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #cccccc;
}

.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 {
    color: #555555;
    background-color: #e7e7e7;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333333;
        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: #555555;
        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: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777777;
}

.navbar-default .navbar-link:hover {
    color: #333333;
}

.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #999999;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #999999;
}

.navbar-inverse .navbar-nav>li>a {
    color: #999999;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    color: #ffffff;
    background-color: #080808;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999999;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #ffffff;
        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: #ffffff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999999;
}

.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #cccccc;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #999999;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    background-color: #eeeeee;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #dddddd;
}

.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager:before, .pager:after {
    display: table;
    content: " ";
}

.pager:after {
    clear: both;
}

.pager:before, .pager:after {
    display: table;
    content: " ";
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
}

.pager li>a:hover, .pager li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next>a, .pager .next>span {
    float: right;
}

.pager .previous>a, .pager .previous>span {
    float: left;
}

.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label[href]:hover, .label[href]:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999999;
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #808080;
}

.label-primary {
    background-color: #428bca;
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

a.badge:hover, a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #ffffff;
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1, .jumbotron .h1 {
    line-height: 1;
    color: inherit;
}

.jumbotron p {
    line-height: 1.4;
}

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.thumbnail>img, .thumbnail a>img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #428bca;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p, .alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.media, .media .media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media>.pull-left {
    margin-right: 10px;
}

.media>.pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}

a.list-group-item {
    color: #555555;
}

a.list-group-item .list-group-item-heading {
    color: #333333;
}

a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}

a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    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 {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
}

.panel-body:before, .panel-body:after {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
}

.panel>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
}

.panel>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel>.table, .panel>.table-responsive>.table {
    margin-bottom: 0;
}

.panel>.panel-body+.table, .panel>.panel-body+.table-responsive {
    border-top: 1px solid #dddddd;
}

.panel>.table>tbody:first-child th, .panel>.table>tbody:first-child td {
    border-top: 0;
}

.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:last-child>th, .panel>.table-responsive>.table-bordered>thead>tr:last-child>th, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th, .panel>.table-bordered>thead>tr:last-child>td, .panel>.table-responsive>.table-bordered>thead>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0;
}

.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 {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}

.panel-default {
    border-color: #dddddd;
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #dddddd;
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #dddddd;
}

.panel-primary {
    border-color: #428bca;
}

.panel-primary>.panel-heading {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca;
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-warning {
    border-color: #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-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-footer+.panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
}

.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-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover, .close:focus {
    color: #000000;
    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 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    outline: none;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-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);
    transform: translate(0, 0);
}

.viewFramework-sidebar-dialog .modal-dialog {
    display: block;
}

.modal-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    margin: 10px;
    display: none;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -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;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.modal-footer:after {
    clear: both;
}

.modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        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);
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #ffffff;
    border-bottom-width: 0;
    content: " ";
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #ffffff;
    border-left-width: 0;
    content: " ";
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-top-width: 0;
    content: " ";
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #ffffff;
    border-right-width: 0;
    content: " ";
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #ffffff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
        display: block !important;
    }
    table.visible-xs.visible-sm {
        display: table;
    }
    tr.visible-xs.visible-sm {
        display: table-row !important;
    }
    th.visible-xs.visible-sm, td.visible-xs.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
        display: block !important;
    }
    table.visible-xs.visible-md {
        display: table;
    }
    tr.visible-xs.visible-md {
        display: table-row !important;
    }
    th.visible-xs.visible-md, td.visible-xs.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-xs.visible-lg {
        display: block !important;
    }
    table.visible-xs.visible-lg {
        display: table;
    }
    tr.visible-xs.visible-lg {
        display: table-row !important;
    }
    th.visible-xs.visible-lg, td.visible-xs.visible-lg {
        display: table-cell !important;
    }
}

.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display: block !important;
    }
    table.visible-sm.visible-xs {
        display: table;
    }
    tr.visible-sm.visible-xs {
        display: table-row !important;
    }
    th.visible-sm.visible-xs, td.visible-sm.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {
        display: block !important;
    }
    table.visible-sm.visible-md {
        display: table;
    }
    tr.visible-sm.visible-md {
        display: table-row !important;
    }
    th.visible-sm.visible-md, td.visible-sm.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display: block !important;
    }
    table.visible-sm.visible-lg {
        display: table;
    }
    tr.visible-sm.visible-lg {
        display: table-row !important;
    }
    th.visible-sm.visible-lg, td.visible-sm.visible-lg {
        display: table-cell !important;
    }
}

.visible-md, tr.visible-md, th.visible-md, td.visible-md {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-md.visible-xs {
        display: block !important;
    }
    table.visible-md.visible-xs {
        display: table;
    }
    tr.visible-md.visible-xs {
        display: table-row !important;
    }
    th.visible-md.visible-xs, td.visible-md.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
        display: block !important;
    }
    table.visible-md.visible-sm {
        display: table;
    }
    tr.visible-md.visible-sm {
        display: table-row !important;
    }
    th.visible-md.visible-sm, td.visible-md.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display: block !important;
    }
    table.visible-md.visible-lg {
        display: table;
    }
    tr.visible-md.visible-lg {
        display: table-row !important;
    }
    th.visible-md.visible-lg, td.visible-md.visible-lg {
        display: table-cell !important;
    }
}

.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-lg.visible-xs {
        display: block !important;
    }
    table.visible-lg.visible-xs {
        display: table;
    }
    tr.visible-lg.visible-xs {
        display: table-row !important;
    }
    th.visible-lg.visible-xs, td.visible-lg.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
        display: block !important;
    }
    table.visible-lg.visible-sm {
        display: table;
    }
    tr.visible-lg.visible-sm {
        display: table-row !important;
    }
    th.visible-lg.visible-sm, td.visible-lg.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
        display: block !important;
    }
    table.visible-lg.visible-md {
        display: table;
    }
    tr.visible-lg.visible-md {
        display: table-row !important;
    }
    th.visible-lg.visible-md, td.visible-lg.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

.hidden-xs {
    display: block !important;
}

table.hidden-xs {
    display: table;
}

tr.hidden-xs {
    display: table-row !important;
}

th.hidden-xs, td.hidden-xs {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
        display: none !important;
    }
}

.hidden-sm {
    display: block !important;
}

table.hidden-sm {
    display: table;
}

tr.hidden-sm {
    display: table-row !important;
}

th.hidden-sm, td.hidden-sm {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
        display: none !important;
    }
}

.hidden-md {
    display: block !important;
}

table.hidden-md {
    display: table;
}

tr.hidden-md {
    display: table-row !important;
}

th.hidden-md, td.hidden-md {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-md.hidden-xs, tr.hidden-md.hidden-xs, th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-md.hidden-lg, tr.hidden-md.hidden-lg, th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
        display: none !important;
    }
}

.hidden-lg {
    display: block !important;
}

table.hidden-lg {
    display: table;
}

tr.hidden-lg {
    display: table-row !important;
}

th.hidden-lg, td.hidden-lg {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
        display: none !important;
    }
}

.visible-print, tr.visible-print, th.visible-print, td.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
    .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
        display: none !important;
    }
}

/**
 * angular-growl - v0.4.0 - 2013-11-19
 * https://github.com/marcorinck/angular-growl
 * Copyright (c) 2013 Marco Rinck; Licensed MIT
 */

.growl {
    position: fixed;
    top: 10px;
    right: 10px;
    float: right;
    width: 250px
}

.growl-item.ng-enter, .growl-item.ng-leave {
    -webkit-transition: .5s linear all;
    -moz-transition: .5s linear all;
    -o-transition: .5s linear all;
    transition: .5s linear all
}

.growl-item.ng-enter, .growl-item.ng-leave.ng-leave-active {
    opacity: 0
}

.growl-item.ng-leave, .growl-item.ng-enter.ng-enter-active {
    opacity: 1
}

@charset "UTF-8";
.viewFramework-topbar {
    position: fixed;
    width: 100%;
    height: 50px;
    background: #09C;
    z-index: 101
}

.viewFramework-body {
    position: absolute;
    width: 100%;
    top: 50px;
    bottom: 0px;
    background-color: #000;
    z-index: 100
}

.viewFramework-body .console-global-notice .console-global-notice-nav {
    top: 14px
}

.viewFramework-body .console-global-notice .console-global-notice-list {
    margin: 0;
    height: 40px
}

.viewFramework-body .console-global-notice .console-global-notice-list .console-global-notice-item {
    padding: 11px 12px;
    border: none
}

.viewFramework-body .console-global-notice .console-global-notice-list .console-global-notice-item .console-global-notice-nomore {
    top: 10px
}

.viewFramework-body.viewFramework-topbar-hide {
    top: 0px
}

.viewFramework-body.viewFramework-topbar-hide .viewFramework-sidebar {
    top: 0px
}

.viewFramework-sidebar {
    width: 0px;
    display: none;
    position: fixed;
    top: 50px;
    bottom: 0px;
    background-color: #293038;
    z-index: 102;
    overflow-x: hidden
}

.viewFramework-sidebar .sidebar-content {
    width: 200px;
    height: 100%;
    overflow: auto;
    overflow-x: hidden
}

.viewFramework-sidebar .sidebar-trans {
    -o-transition: all 0.12s ease, 0.12s ease;
    -ms-transition: all 0.12s ease, 0.12s ease;
    -moz-transition: all 0.12s ease, 0.12s ease;
    -webkit-transition: all 0.12s ease, 0.12s ease
}

.viewFramework-sidebar .sidebar-fold {
    height: 30px;
    width: 180px;
    background: 1b2637;
    color: #aeb9c2;
    text-align: center;
    line-height: 30px !important;
    font-size: 12px;
    user-select: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.viewFramework-sidebar .sidebar-fold:hover {
    background: #37424f
}

.viewFramework-sidebar .sidebar-nav {
    width: 180px
}

.viewFramework-sidebar .sidebar-nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
}

.viewFramework-sidebar .sidebar-nav li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #242e3e;
}

.viewFramework-sidebar .sidebar-nav li a:hover {
    background: #37424f
}

.viewFramework-sidebar .sidebar-nav li a:hover .nav-icon, .viewFramework-sidebar .sidebar-nav li a:hover .nav-title {
    color: #fff
}

.viewFramework-sidebar .sidebar-nav .nav-item {
    position: relative
}

.viewFramework-sidebar .sidebar-nav .nav-comment {
    background: #2d3945;
    color: #cccccc;
    height: 26px;
    margin-left: 8px;
    line-height: 26px;
    padding: 0 7px;
    vertical-align: middle;
    position: relative;
    display: none
}

.viewFramework-sidebar .sidebar-nav .nav-comment .icon-arrow-left {
    position: absolute;
    left: -14px;
    line-height: 26px;
    font-size: 24px;
    color: #2d3945
}

.viewFramework-sidebar .sidebar-nav .nav-tooltip-comment {
    color: #ccc
}

.viewFramework-sidebar .sidebar-nav .sidebar-title {
    height: 40px;
    background: #22282e;
    color: #fff;
    line-height: 40px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none
}

.viewFramework-sidebar .sidebar-nav .sidebar-title:hover {
    background: #414d5c
}

.viewFramework-sidebar .sidebar-nav .sidebar-title-icon {
    display: inline-block;
    margin: 0 8px 0 20px;
    vertical-align: middle;
    transition: transform 0.12s;
    -o-transition: -o-transform 0.12s;
    -ms-transition: -ms-transform 0.12s;
    -moz-transition: -moz-transform 0.12s;
    -webkit-transition: -webkit-transform 0.12s
}

.viewFramework-sidebar .sidebar-manage {
    vertical-align: middle;
    position: absolute;
    height: 40px;
    width: 40px;
    right: 0
}

.viewFramework-sidebar .sidebar-manage a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #a0abb3;
    text-decoration: none
}

.viewFramework-sidebar .sidebar-nav-fold ul {
    height: 0 !important;
    overflow: hidden
}

.viewFramework-sidebar .sidebar-nav-fold .sidebar-title-icon {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

.viewFramework-sidebar .sidebar-nav-fold .sidebar-title {
    border: none
    /*  background: #37424f;
    border-bottom: 1px solid #414d5c */
}

.viewFramework-sidebar .sidebar-nav .nav-item:hover .nav-comment {
    display: inline-block
}

.viewFramework-sidebar .entrance-nav .nav-comment {
    margin-left: 10px
}

.viewFramework-sidebar .sidebar-nav .nav-icon {
    width: 50px;
    text-align: center;
    font-size: 16px;
    float: left;
    color: #aeb9c2
}

.viewFramework-sidebar .sidebar-nav .nav-title {
    float: left;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 130px
}

.viewFramework-sidebar .entrance-nav .nav-title {
    width: auto
}

.viewFramework-sidebar .sidebar-nav li.consolehome .nav-tooltip {
    top: 15px;
    line-height: 40px
}

.viewFramework-sidebar .sidebar-nav li.consolehome a {
    height: 70px;
    line-height: 70px;
    background: #293038
}

.viewFramework-sidebar .sidebar-nav li.consolehome a .nav-icon {
    font-size: 20px
}

.viewFramework-sidebar .sidebar-nav li.consolehome.active a {
    background: #293038
}

.viewFramework-sidebar .sidebar-nav li.active a {
    background: #0099cc
}

.viewFramework-sidebar .sidebar-nav li.active a .nav-title {
    color: #fff
}

.viewFramework-sidebar .sidebar-nav li.active a .nav-icon {
    color: #fff
}

.viewFramework-sidebar .sidebar-nav .manage-nav {
    height: 30px;
    overflow: hidden
}

.viewFramework-sidebar .sidebar-nav .manage-nav:hover .nav-icon {
    color: #fff
}

.viewFramework-sidebar .sidebar-nav .manage-nav a {
    display: block;
    height: 100%
}

.viewFramework-sidebar .sidebar-nav .manage-nav .nav-icon {
    height: 100%;
    line-height: 30px;
    font-size: 16px
}

.viewFramework-sidebar .sidebar-nav .manage-nav .nav-title {
    margin-top: 14px;
    background: #293038;
    height: 1px;
    width: 120px
}

.viewFramework-sidebar .sidebar-nav .more-nav {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative
}

.viewFramework-sidebar .sidebar-nav .more-nav.open .more-nav-switch {
    background: #09c
}

.viewFramework-sidebar .sidebar-nav .more-nav.open .more-nav-switch .nav-icon, .viewFramework-sidebar .sidebar-nav .more-nav.open .more-nav-switch .nav-title {
    color: #fff
}

.viewFramework-sidebar .sidebar-nav .more-nav.open .more-nav-switch:hover {
    background: #09c
}

.viewFramework-sidebar .sidebar-nav .more-nav.open .icon-up {
    display: none
}

.viewFramework-sidebar .sidebar-nav .more-nav.open .icon-down {
    display: inline-block
}

.viewFramework-sidebar .sidebar-nav .more-nav .icon-up {
    display: inline-block
}

.viewFramework-sidebar .sidebar-nav .more-nav .icon-down {
    display: none
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-switch {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-switch:hover {
    background: #425160
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-switch:hover .nav-icon, .viewFramework-sidebar .sidebar-nav .more-nav .more-nav-switch:hover .nav-title {
    color: #fff
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-container {
    background: #425160;
    position: absolute;
    bottom: 40px;
    top: auto;
    border: none;
    border-radius: 0 0;
    box-shadow: none;
    margin: 0;
    width: 100%
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-container a {
    color: #fff;
    text-decoration: none
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-container .more-nav-item {
    display: block;
    height: 40px;
    line-height: 40px
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-container .more-nav-item:hover {
    background: #3a4856
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-container .more-nav-item:hover .more-nav-item-icon {
    color: #aeb9c2
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-container .more-nav-item-icon {
    width: 50px;
    display: inline-block;
    vertical-align: text-top;
    text-align: center;
    color: #546478
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-container .more-nav-item.active {
    background: #2d3945
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-container .more-nav-item.active .more-nav-item-icon {
    color: #0099cc
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-close {
    height: 20px;
    background: #09c;
    text-align: right;
    line-height: 20px;
    cursor: pointer
}

.viewFramework-sidebar .sidebar-nav .more-nav .more-nav-close .icon-down {
    text-align: left;
    width: 32px;
    display: inline-block;
    color: #80cce6;
    vertical-align: middle
}

.viewFramework-sidebar-mini .viewFramework-sidebar, .viewFramework-sidebar.sidebar-mini {
    width: 50px;
    display: block
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-content, .viewFramework-sidebar.sidebar-mini .sidebar-content {
    width: 70px
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-fold, .viewFramework-sidebar.sidebar-mini .sidebar-fold {
    width: 50px
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-nav, .viewFramework-sidebar.sidebar-mini .sidebar-nav {
    width: 50px
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-nav .nav-item a:hover+.nav-tooltip, .viewFramework-sidebar.sidebar-mini .sidebar-nav .nav-item a:hover+.nav-tooltip {
    display: block
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-nav .nav-title, .viewFramework-sidebar.sidebar-mini .sidebar-nav .nav-title {
    display: none
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-nav .more-nav .more-nav-switch:hover, .viewFramework-sidebar.sidebar-mini .sidebar-nav .more-nav .more-nav-switch:hover {
    background: #425160 !important
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-nav .more-nav.open .more-nav-switch, .viewFramework-sidebar.sidebar-mini .sidebar-nav .more-nav.open .more-nav-switch {
    background: #425160 !important
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-nav .more-nav .more-nav-container, .viewFramework-sidebar.sidebar-mini .sidebar-nav .more-nav .more-nav-container {
    bottom: 0px;
    left: 50px;
    width: 180px
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-nav .more-nav .more-nav-container .more-nav-item, .viewFramework-sidebar.sidebar-mini .sidebar-nav .more-nav .more-nav-container .more-nav-item {
    display: block;
    height: 40px;
    line-height: 40px
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-nav .more-nav .more-nav-container .more-nav-item-icon, .viewFramework-sidebar.sidebar-mini .sidebar-nav .more-nav .more-nav-container .more-nav-item-icon {
    width: 50px;
    padding-left: 0
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-nav .more-nav .more-nav-close, .viewFramework-sidebar.sidebar-mini .sidebar-nav .more-nav .more-nav-close {
    display: none
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-nav li.consolehome a :hover, .viewFramework-sidebar.sidebar-mini .sidebar-nav li.consolehome a :hover {
    background: #425160
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-title .sidebar-title-text, .viewFramework-sidebar.sidebar-mini .sidebar-title .sidebar-title-text {
    display: none
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-title-inner:hover+.nav-tooltip, .viewFramework-sidebar.sidebar-mini .sidebar-title-inner:hover+.nav-tooltip {
    display: block
}

.viewFramework-sidebar-mini .viewFramework-sidebar .sidebar-manage, .viewFramework-sidebar.sidebar-mini .sidebar-manage {
    display: none
}

.viewFramework-sidebar-mini .viewFramework-sidebar .entrance-nav .nav-item:hover .nav-comment, .viewFramework-sidebar.sidebar-mini .entrance-nav .nav-item:hover .nav-comment {
    display: none
}

.viewFramework-sidebar-full .viewFramework-sidebar, .viewFramework-sidebar.sidebar-full {
    width: 180px;
    display: block
}

.viewFramework-sidebar-full .viewFramework-sidebar .sidebar-nav .nav-icon, .viewFramework-sidebar.sidebar-full .sidebar-nav .nav-icon {
    width: 50px
}

.viewFramework-sidebar-mini .viewFramework-product {
    left: 50px
}

.viewFramework-sidebar-full .viewFramework-product {
    left: 180px
}

.viewFramework-sidebar-dialog .modal-dialog {
    width: 730px
}

.viewFramework-sidebar-dialog .modal-dialog .modal-title {
    user-select: none;
    -webkit-user-select: none
}

.viewFramework-sidebar-manage .sidebar-item-list {
    padding: 4px 0 0 0;
    height: auto
}

.viewFramework-sidebar-manage .sidebar-item-list-picked .sidebar-item {
    border: 1px solid #37a9d5
}

.viewFramework-sidebar-manage .sidebar-item-list-picked .sidebar-item .sidebar-item-opt-icon {
    display: block
}

.viewFramework-sidebar-manage .sidebar-item-list-picked .sidebar-item .sidebar-item-icon {
    color: #516176
}

.viewFramework-sidebar-manage .sidebar-config-title {
    padding-left: 6px;
    user-select: none;
    -webkit-user-select: none
}

.viewFramework-sidebar-manage .sidebar-item-wrap {
    padding: 6px;
    width: 33.3%;
    float: left;
    user-select: none;
    -webkit-user-select: none
}

.viewFramework-sidebar-manage .sidebar-item-wrap.on-drag-hover .sidebar-item {
    border: 1px dashed #ddd
}

.viewFramework-sidebar-manage .sidebar-item {
    height: 32px;
    padding: 4px;
    line-height: 24px;
    background: #fff;
    border: 1px solid #d3dce3;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-transition: all 0.1s, 0.1s;
    -ms-transition: all 0.1s, 0.1s;
    -moz-transition: all 0.1s, 0.1s;
    -webkit-transition: all 0.1s, 0.1s
}

.viewFramework-sidebar-manage .sidebar-item:hover {
    border: 1px solid #37a9d5
}

.viewFramework-sidebar-manage .sidebar-item:hover .sidebar-item-opt-icon {
    display: block
}

.viewFramework-sidebar-manage .sidebar-item .sidebar-item-icon {
    color: #aeb9c2;
    font-size: 14px;
    margin: 0 2px;
    position: relative;
    top: 1px
}

.viewFramework-sidebar-manage .sidebar-item .sidebar-item-opt-icon {
    display: none;
    position: absolute;
    height: 30px;
    width: 30px;
    right: 0;
    top: 0;
    line-height: 30px;
    text-align: center;
    border-left: 1px solid #37a9d5;
    color: #37a9d5;
    font-size: 14px
}

.viewFramework-sidebar-manage .sidebar-config-gap {
    border: 1px dashed #e8ecf0;
    margin: 16px 5px;
    user-select: none;
    -webkit-user-select: none
}

.aliyun-console-sidebar-tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}

.aliyun-console-sidebar-tooltip .tooltip-inner {
    max-width: 200px;
    padding: 12px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 0 0;
    background-color: #425160
}

.aliyun-console-sidebar-tooltip .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.aliyun-console-sidebar-tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.aliyun-console-sidebar-tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.aliyun-console-sidebar-tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #425160;
    border-width: 5px 5px 5px 0
}

.viewFramework-product {
    width: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background: #FFF
}

.viewFramework-product-navbar {
    width: 0px;
    float: left;
    background-color: #EAEDF1;
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 2;
    overflow: hidden;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease
}

.viewFramework-product-navbar .product-nav-stage {
    width: 180px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px
}

.viewFramework-product-navbar .product-nav-stage .product-nav-scene {
    width: 180px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    -webkit-transition: position, .2s, linear;
    -moz-transition: position, .2s, linear
}

.viewFramework-product-navbar .product-nav-stage .product-nav-main-scene {
    left: 0px
}

.viewFramework-product-navbar .product-nav-stage .product-nav-sub-scene {
    left: 180px
}

.viewFramework-product-navbar .product-nav-stage-main .product-nav-main-scene {
    left: 0px
}

.viewFramework-product-navbar .product-nav-stage-main .product-nav-sub-scene {
    left: 180px
}

.viewFramework-product-navbar .product-nav-stage-sub .product-nav-main-scene {
    left: -180px
}

.viewFramework-product-navbar .product-nav-stage-sub .product-nav-sub-scene {
    left: 0px
}

.viewFramework-product-navbar .product-nav-scene .product-nav-title {
    width: 180px;
    height: 70px;
    line-height: 70px;
    background: #D9DEE4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.viewFramework-product-navbar .product-nav-main-scene .product-nav-title {
    font-weight: bold;
    text-indent: 20px
}

.viewFramework-product-navbar .product-nav-sub-scene .product-nav-title {
    text-align: center
}

.viewFramework-product-navbar .product-nav-sub-scene .product-nav-title a {
    font-size: 20px;
    color: #546478;
    text-decoration: none
}

.viewFramework-product-navbar .product-nav-sub-scene .product-nav-title a:hover {
    color: #09C
}

.viewFramework-product-navbar .product-nav-list {
    position: absolute;
    top: 70px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-y: auto;
    overflow-x: hidden
}

.viewFramework-product-navbar .product-nav-list .nav-icon {
    width: 30px;
    height: 40px;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #333
}

.viewFramework-product-navbar .product-nav-list .nav-title {
    width: 138px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.viewFramework-product-navbar .product-nav-list .nav-extend {
    height: 40px;
    line-height: 40px;
    float: right;
    margin-top: -40px
}

.viewFramework-product-navbar .product-nav-list ul {
    list-style: none;
    padding: 0px;
    margin: 0px
}

.viewFramework-product-navbar .product-nav-list li a {
    width: 180px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #333
}

.viewFramework-product-navbar .product-nav-list ul ul li a {
    color: #666
}

.viewFramework-product-navbar .product-nav-list ul ul li a .nav-title {
    text-indent: 8px
}

.viewFramework-product-navbar .product-nav-list li a:hover {
    background-color: #F4F6F8
}

.viewFramework-product-navbar .product-nav-list li.active a {
    background-color: #FFF
}

.viewFramework-product-navbar-collapse {
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 50px;
    z-index: 3;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease
}

.viewFramework-product-navbar-collapse:hover .product-navbar-collapse {
    left: 0
}

.viewFramework-product-navbar-collapse:hover .product-navbar-collapse-bg {
    border-bottom: 8px solid transparent;
    border-left: 20px solid #D9DEE4;
    border-top: 8px solid transparent
}

.viewFramework-product-navbar-collapse .product-navbar-collapse-inner {
    top: -50%;
    position: relative;
    overflow: hidden
}

.viewFramework-product-navbar-collapse .product-navbar-collapse {
    height: 50px;
    position: relative;
    left: -7px;
    text-align: center;
    cursor: pointer;
    -o-transition: all 0.1s ease, 0.1s ease;
    -ms-transition: all 0.1s ease, 0.1s ease;
    -moz-transition: all 0.1s ease, 0.1s ease;
    -webkit-transition: all 0.1s ease, 0.1s ease
}

.viewFramework-product-navbar-collapse .product-navbar-collapse>span {
    font-size: 15px;
    line-height: 50px;
    vertical-align: text-top
}

.viewFramework-product-navbar-collapse .product-navbar-collapse-bg {
    width: 0;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 9px solid transparent;
    border-left: 13px solid #D9DEE4;
    border-top: 9px solid transparent;
    -o-transition: all 0.1s ease, 0.1s ease;
    -ms-transition: all 0.1s ease, 0.1s ease;
    -moz-transition: all 0.1s ease, 0.1s ease;
    -webkit-transition: all 0.1s ease, 0.1s ease
}

.viewFramework-product-navbar-collapse .icon-collapse-left {
    display: none
}

.viewFramework-product-navbar-collapse .icon-collapse-right {
    display: inline
}

.viewFramework-product-body {
    position: absolute;
    width: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    overflow-y: auto;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease
}

.viewFramework-product-col-1 .viewFramework-product-navbar-bg, .viewFramework-product-col-1 .viewFramework-product-navbar {
    width: 180px
}

.viewFramework-product-col-1 .viewFramework-product-body {}

.viewFramework-product-col-1 .viewFramework-product-navbar-collapse {
    left: 160px
}

.viewFramework-product-col-1 .viewFramework-product-navbar-collapse .product-navbar-collapse {
    right: -7px;
    left: auto
}

.viewFramework-product-col-1 .viewFramework-product-navbar-collapse .product-navbar-collapse>span {
    color: #546478
}

.viewFramework-product-col-1 .viewFramework-product-navbar-collapse .product-navbar-collapse-bg {
    right: 0;
    left: auto;
    border-bottom: 9px solid transparent;
    border-left: none;
    border-right: 13px solid #f7f7f7;
    border-top: 9px solid transparent
}

.viewFramework-product-col-1 .viewFramework-product-navbar-collapse .icon-collapse-left {
    display: inline
}

.viewFramework-product-col-1 .viewFramework-product-navbar-collapse .icon-collapse-right {
    display: none
}

.viewFramework-product-col-1 .viewFramework-product-navbar-collapse:hover .product-navbar-collapse {
    right: 0;
    left: auto
}

.viewFramework-product-col-1 .viewFramework-product-navbar-collapse:hover .product-navbar-collapse-bg {
    border-bottom: 8px solid transparent;
    border-left: none;
    border-right: 20px solid #f7f7f7;
    border-top: 8px solid transparent
}

.viewFramework-product-col-2 .viewFramework-product-navbar-bg, .viewFramework-product-col-2 .viewFramework-product-navbar {
    width: 360px
}

.viewFramework-product-col-2 .viewFramework-product-body {
    left: 360px
}

.viewFramework-animate {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.viewFramework-fadeIn {
    -webkit-animation-name: viewFrameworkFadeIn;
    animation-name: viewFrameworkFadeIn
}

@-webkit-keyframes viewFrameworkFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes viewFrameworkFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.text-muted {
    color: #999 !important
}

.text-muted:hover {
    color: #999 !important
}

.text-info {
    color: #69C !important
}

.text-info:hover {
    color: #69C !important
}

.text-primary {
    color: #09C !important
}

.text-primary:hover {
    color: #09C !important
}

.text-success {
    color: #090 !important
}

.text-success:hover {
    color: #090 !important
}

.text-warning {
    color: #F90 !important
}

.text-warning:hover {
    color: #F90 !important
}

.text-danger {
    color: #F00 !important
}

.text-danger:hover {
    color: #F00 !important
}

.text-explode {
    color: #CCC !important;
    font-weight: normal !important;
    margin: 0px 4px !important
}

span.label {
    font-weight: normal
}

.text-size-14 {
    font-size: 14px !important
}

.text-size-16 {
    font-size: 16px !important
}

.text-size-24 {
    font-size: 24px !important
}

.text-size-32 {
    font-size: 32px !important
}

.text-size-48 {
    font-size: 48px !important
}

.text-size-64 {
    font-size: 64px !important
}

.btn {
    font-size: 12px;
    border-radius: 0px;
    padding: 8px 16px;
    height: 32px;
    line-height: 14px
}

.btn-default {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7
}

.btn-default:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}

.btn-default:focus {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    outline: none
}

.btn-default:hover {
    color: #333;
    border: 1px solid #ddd;
    background-color: #fff
}

.modal-footer .btn-primary {
    color: #fff !important;
    border: 1px solid #09cimportant;
    background-color: #09c!important;
}

.btn-primary:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}

.btn-primary:focus {
    color: #fff;
    border: 1px solid #09c;
    background-color: #09c;
    outline: none
}

.btn-primary:hover {
    color: #fff;
    border: 1px solid #28b5d6;
    background-color: #28b5d6
}

.btn-success {
    color: #fff;
    border: 1px solid #57a235;
    background-color: #4db118
}

.btn-success:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}

.btn-success:focus {
    color: #fff;
    border: 1px solid #57a235;
    background-color: #4db118;
    outline: none
}

.btn-success:hover {
    color: #fff;
    border: 1px solid #57bc20;
    background-color: #57bc20
}

.btn-warning {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7
}

.btn-warning:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}

.btn-warning:focus {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    outline: none
}

.btn-warning:hover {
    color: #fff;
    border: 1px solid #ffa200;
    background-color: #ffa200
}

.btn-danger {
    color: #333;
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7
}

.btn-danger:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}

.btn-danger:focus {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    outline: none
}

.btn-danger:hover {
    color: #fff;
    border: 1px solid #f25721;
    background-color: #f25721
}

.btn-link {
    color: #06C;
    text-shadow: none;
    border: none
}

.btn-link:hover {
    color: #039
}

.btn-lg {
    font-size: 14px;
    padding: 12px 20px;
    height: 40px;
    line-height: 16px
}

.btn-sm {
    font-size: 12px;
    padding: 4px 12px;
    height: 24px;
    line-height: 14px
}

.btn-xs {
    font-size: 12px;
    padding: 2px 8px;
    height: 20px;
    line-height: 14px
}

.btn.disabled, .btn[disabled] {
    text-shadow: none;
    filter: none;
    opacity: 1;
    color: #bbb;
    border: 1px solid #ddd;
    background-color: #f7f7f7
}

.btn.disabled:active, .btn[disabled]:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}

.btn.disabled:focus, .btn[disabled]:focus {
    color: #bbb;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    outline: none
}

.btn.disabled:hover, .btn[disabled]:hover {
    color: #bbb;
    border: 1px solid #ddd;
    background-color: #f7f7f7
}

.btn.btn-link.disabled, .btn.btn-link[disabled] {
    border: none;
    background: transparent none
}

.btn.btn-primary.disabled, .btn.btn-primary[disabled] {
    color: #EEE;
    text-shadow: none;
    filter: none;
    opacity: 1;
    color: #fff;
    border: 1px solid #ccc;
    background-color: #ccc
}

.btn.btn-primary.disabled:active, .btn.btn-primary[disabled]:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125)
}

.btn.btn-primary.disabled:focus, .btn.btn-primary[disabled]:focus {
    color: #fff;
    border: 1px solid #ccc;
    background-color: #ccc;
    outline: none
}

.btn.btn-primary.disabled:hover, .btn.btn-primary[disabled]:hover {
    color: #fff;
    border: 1px solid #ccc;
    background-color: #ccc
}

.btn-default-active, .btn-default-active:hover, .btn-default-active:focus {
    border: 1px solid #485260;
    background-color: #525d6d;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #525d6d), color-stop(100%, #525d6d));
    background: -webkit-linear-gradient(top, #525d6d, #525d6d);
    background: -moz-linear-gradient(top, #525d6d, #525d6d);
    background: -o-linear-gradient(top, #525d6d, #525d6d);
    background: linear-gradient(top, #525d6d, #525d6d);
    color: #FFFFFF;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3)
}

.btn-toinstlist {
    border: 1px solid #BBB;
    color: #666;
    text-shadow: none;
    vertical-align: middle;
    margin-top: 7px
}

.btn-toinstlist .icon-toinstlist {
    width: 12px;
    height: 12px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background: url(images/toinstlist.png) center 1px no-repeat
}

.console-sub-title+.table {
    margin-top: 0px
}

.table-header {
    border: 1px solid #e1e6eb;
    width: 100%;
    z-index: 1;
    margin-bottom: -1px;
    padding: 8px;
    line-height: 32px;
    display: table
}

.table-header+.table {
    margin-top: 0px
}

.table {
    background: #FFF;
    font-size: 12px;
    border-top: 1px solid #e1e6eb;
    margin-top: 8px;
    border: 1px solid #e1e6eb
}

.table thead tr th {
    padding: 8px 8px;
    font-weight: normal;
    color: #999;
    border-bottom: 1px solid #e1e6eb;
    background-color: #F5F6FA;
    text-align: center;
}

.table thead tr th a.dropdown-toggle {
    color: #999
}

.table thead tr th .dropdown.open a {
    color: #333
}

.table tbody tr td {
    padding: 0px 8px;
    border-top: 0px;
    border-bottom: 1px solid #e1e6eb;
    vertical-align: middle
}

.table tbody tr td p {
    margin-bottom: 0px
}

.table tfoot tr td {
    padding: 12px 8px;
    border-bottom: 1px solid #e1e6eb;
    vertical-align: middle
}

.table .text-right .dropdown-menu {
    text-align: left;
    left: auto;
    right: 0px
}

.table-hover tbody tr:hover td {
    background-color: #F9F9FA
}

.pagination {
    margin: 0px;
    vertical-align: middle;
    border-radius: 0px
}

.pagination li a, .pagination li span {
    height: 32px;
    line-height: 20px;
    color: #333;
    cursor: pointer;
    border-color: #CCC
}

.pagination li a:hover {
    color: #FFF;
    background-color: #28B5D6;
    border-color: #28B5D6
}

.pagination li span {
    color: #999
}

.pagination li span:hover {
    background: none
}

.pagination li:first-child>a, .pagination li:first-child>span {
    border-radius: 0px
}

.pagination li:last-child>a, .pagination li:last-child>span {
    border-radius: 0px
}

.pagination li.active a, .pagination li.active span {
    background-color: #09C;
    border: 1px solid #09C
}

.pagination li.active a:hover, .pagination li.active span:hover {
    background-color: #09C;
    border: 1px solid #09C
}

.pagination-info {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 0px 16px;
    color: #888
}

.form-group {
    margin-top: 8px;
    margin-bottom: 16px
}

.help-block {
    margin: 4px 0px
}

.form-control {
    height: 32px;
    border-radius: 0px;
    padding: 6px;
    -webkit-transition: none;
    transition: none;
    font-size: 12px
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control[size], .form-control[cols], .form-control.autosize {
    width: auto
}

.form-control.inline {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline
}

select {
    height: 32px;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #090
}

.has-success .form-control, input.ng-valid.ng-dirty, textarea.ng-valid.ng-dirty {
    border-color: #090
}

.has-success .form-control:focus, input.ng-valid.ng-dirty:focus, textarea.ng-valid.ng-dirty:focus {
    border-color: #2A0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #F90
}

.has-warning .form-control {
    border-color: #F90
}

.has-warning .form-control:focus {
    border-color: #FA0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #E40
}

.has-error .form-control, input.ng-invalid.ng-dirty, textarea.ng-invalid.ng-dirty {
    border-color: #E40
}

.has-error .form-control:focus, input.ng-invalid.ng-dirty:focus, textarea.ng-invalid.ng-dirty:focus {
    border-color: #F30;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    color: #999
}

label.control-label {
    font-weight: normal;
    font-size: 12px;
    color: #666
}

.form-inline .form-group {
    margin: 4px 8px 4px 0px
}

.form-inline .form-control {
    width: 106px!important;
}

.form-inline .input-group-btn {
    width: auto
}

select.input-lg, .input-lg {
    height: 40px
}

select.input-sm, .input-sm {
    height: 24px
}

.console-onoff {
    vertical-align: middle;
    width: 50px;
    height: 20px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background-image: url("images/on-off.png");
    background-image: -webkit-image-set(url("images/on-off.png") 1x, url("images/on-off@2x.png") 2x);
    background-image: -moz-image-set(url("images/onoff.png") 1x, url("images/onoff@2x.png") 2x);
    background-image: -o-image-set(url("images/onoff.png") 1x, url("images/onoff@2x.png") 2x);
    background-image: -ms-image-set(url("images/onoff.png") 1x, url("images/onoff@2x.png") 2x);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer
}

.console-onoff .onoff-handle {
    display: block;
    width: 50px;
    height: 20px;
    -webkit-transition: background-position 0.2s ease;
    -moz-transition: background-position 0.2s ease;
    -o-transition: background-position 0.2s ease;
    transition: background-position 0.2s ease;
    background-image: url("images/on-off.png");
    background-image: -webkit-image-set(url("images/on-off.png") 1x, url("images/on-off@2x.png") 2x);
    background-image: -moz-image-set(url("images/onoff.png") 1x, url("images/onoff@2x.png") 2x);
    background-image: -o-image-set(url("images/onoff.png") 1x, url("images/onoff@2x.png") 2x);
    background-image: -ms-image-set(url("images/onoff.png") 1x, url("images/onoff@2x.png") 2x);
    background-repeat: no-repeat;
    background-position: 0px 0px
}

.console-onoff .onoff-loading {
    display: block;
    width: 50px;
    height: 20px;
    -webkit-transition: background-position 0.2s ease;
    -moz-transition: background-position 0.2s ease;
    -o-transition: background-position 0.2s ease;
    transition: background-position 0.2s ease;
    background-image: url("images/on-off-loading.gif");
    background-image: -webkit-image-set(url("images/on-off-loading.gif") 1x, url("images/on-off-loading@2x.gif") 2x);
    background-image: -moz-image-set(url("images/on-off-loading.gif") 1x, url("images/on-off-loading@2x.gif") 2x);
    background-image: -o-image-set(url("images/on-off-loading.gif") 1x, url("images/on-off-loading@2x.gif") 2x);
    background-image: -ms-image-set(url("images/on-off-loading.gif") 1x, url("images/on-off-loading@2x.gif") 2x);
    background-repeat: no-repeat;
    background-position: 0px 0px
}

.console-onoff-on {
    background-position: 0px -40px
}

.console-onoff-on .onoff-handle {
    background-position: 0px 0px
}

.console-onoff-on .onoff-loading {
    background-position: 32px 4px
}

.console-onoff-off {
    background-position: 0px -60px
}

.console-onoff-off .onoff-handle {
    background-position: -28px 0px
}

.console-onoff-off .onoff-loading {
    background-position: 4px 4px
}

.console-onoff[disabled="disabled"] {
    cursor: not-allowed;
    background-position: 0px -80px
}

.console-onoff[disabled="disabled"] .onoff-loading {
    display: none
}

.console-onoff-on[disabled="disabled"] .onoff-handle {
    background-position: 0px -20px
}

.console-onoff-off[disabled="disabled"] .onoff-handle {
    background-position: -28px -20px
}

.console-number-spinner {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: middle
}

.console-number-spinner .form-control {
    width: auto;
    float: left;
    text-indent: -16px
}

.console-number-spinner .console-number-spinner-action {
    width: 14px;
    height: 30px;
    float: left;
    margin-left: -16px;
    border-left: 1px solid #E3E3E3;
    margin-top: 1px
}

.console-number-spinner .console-number-spinner-action button {
    width: 14px;
    height: 15px;
    overflow: hidden;
    line-height: 16px;
    font-size: 12px;
    border: 0px;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    display: block;
    color: #999;
    text-align: center;
    outline: 0px
}

.console-number-spinner .console-number-spinner-action button:hover {
    color: #06C
}

.console-number-spinner .console-number-spinner-action button[disabled] {
    color: #999
}

.console-number-spinner .console-number-spinner-action .console-number-spinner-down {
    border-top: 1px solid #E3E3E3
}

.console-timepicker {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: middle
}

.console-datepicker {
    padding: 8px
}

.console-datepicker thead .h6 th {
    padding-top: 8px
}

.console-datepicker tbody tr:first-child td {
    padding-top: 8px
}

.console-datepicker tbody .btn {
    border: 0px !important
}

.console-datepicker tbody .btn:hover {
    background: #F3F3F3
}

.console-datepicker tbody .btn-default {
    background: transparent
}

.console-datepicker tbody .active, .console-datepicker tbody .active:hover, .console-datepicker tbody .active span {
    background: #3C0;
    color: #FFF
}

.console-datepicker tbody .btn[disabled="disabled"] .btn[disabled="disabled"] span {
    color: #CCC
}

.console-datepicker em {
    font-size: 12px;
    color: #ACD
}

.aliyun-console-topbar {
    /*position: fixed;*/
    clear: both;
    height: 50px;
    background: #4678c7;
    font-size: 12px;
    min-width: 990px;
    z-index: 999;
    width: 100%;
}

.aliyun-console-topbar a {
    text-decoration: none;
    padding-left: 5px;
}

.aliyun-console-topbar a:focus {
    outline: none
}

.aliyun-console-topbar .accessibility-ast {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px
}

.aliyun-console-topbar .accessibility-ast:focus {
    position: absolute;
    top: 0;
    left: 310px
}

.aliyun-console-topbar .icon-arrow-down {
    display: inline-block;
    width: 18px;
    text-align: center;
    vertical-align: middle;
    transition: transform 0.2s, vertical-align 0.2s;
    -o-transition: transform 0.2s, vertical-align 0.2s;
    -ms-transition: transform 0.2s, vertical-align 0.2s;
    -moz-transition: transform 0.2s, vertical-align 0.2s;
    -webkit-transition: transform 0.2s, vertical-align 0.2s
}

.aliyun-console-topbar .dropdown .dropdown-menu {
    z-index: 1;
    font-size: 12px;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-left: -110px;
}

.aliyun-console-topbar .dropdown .dropdown-menu a {
    padding: 0
}

.aliyun-console-topbar .dropdown.open .icon-arrow-down {
    vertical-align: text-top;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.aliyun-console-topbar .topbar-wrap, .aliyun-console-topbar .topbar-logo, .aliyun-console-topbar .topbar-home, .aliyun-console-topbar .topbar-home-link, .aliyun-console-topbar .topbar-nav, .aliyun-console-topbar .topbar-info {
    height: 100%
}

.aliyun-console-topbar .topbar-left {
    float: left
}

.aliyun-console-topbar .topbar-right {
    float: right
}

.aliyun-console-topbar .topbar-clearfix:before, .aliyun-console-topbar .topbar-clearfix:after {
    display: table;
    content: " "
}

.aliyun-console-topbar .topbar-clearfix:after {
    clear: both
}

.aliyun-console-topbar .topbar-head {
    background: #084fbf;
    height: 50px;
    position: relative;
    z-index: 3;
}

.aliyun-console-topbar .topbar-nav {
    position: relative;
    z-index: 2;
    background: #4678c7;
}

.aliyun-console-topbar .topbar-logo, .aliyun-console-topbar .topbar-home {
    display: block;
    width: 50px;
    background: #0099cc;
    font-size: 28px;
    color: #FFF;
    text-align: center;
    line-height: 50px;
}

.aliyun-console-topbar .topbar-logo span, .aliyun-console-topbar .topbar-home span {
    line-height: 50px
}

.aliyun-console-topbar .topbar-logo {
    background: #084fbf;
}

.aliyun-console-topbar .topbar-home {
    margin-right: 1px;
    font-size: 20px
}

.aliyun-console-topbar .topbar-home:hover {
    background: #008fbf
}

.aliyun-console-topbar .topbar-home-link {
    padding: 0 20px;
    margin-right: 1px;
    background-color: #4678c7;
}

.aliyun-console-topbar .topbar-home {
    -o-transition: all 0.15s, 0.15s;
    -ms-transition: all 0.15s, 0.15s;
    -moz-transition: all 0.15s, 0.15s;
    -webkit-transition: all 0.15s, 0.15s
}

.aliyun-console-topbar .topbar-btn {
    color: #fff;
    font-size: 14px;
    line-height: 50px
}

.aliyun-console-topbar .topbar-btn:hover, .aliyun-console-topbar .topbar-btn.topbar-btn-dark {
    background: #6396e6;
}

.aliyun-console-topbar .topbar-nav.open .topbar-nav-btn {
    background: #fff;
    color: #333
}

.aliyun-console-topbar .topbar-nav-btn {
    padding: 0 20px;
    display: inline-block;
    height: 50px
}

.aliyun-console-topbar .topbar-nav-list {
    border: none;
    padding: 10px;
    margin-top: 0;
    white-space: nowrap
}

.aliyun-console-topbar .topbar-nav-list .topbar-nav-col {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px
}

.aliyun-console-topbar .topbar-nav-list .topbar-nav-item .topbar-nav-item-title {
    margin: 3px 0px;
    color: #999;
    font-weight: 600
}

.aliyun-console-topbar .topbar-nav-list .topbar-nav-item .topbar-nav-gap {
    border-top: 1px solid #f2f2f2;
    width: 100%;
    margin: 6px 0 10px
}

.aliyun-console-topbar .topbar-nav-list .topbar-nav-item ul {
    padding: 0;
    margin: 8px 0 0 0;
    list-style: none
}

.aliyun-console-topbar .topbar-nav-list .topbar-nav-item ul li {
    min-width: 160px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 2px
}

.aliyun-console-topbar .topbar-nav-list .topbar-nav-item ul li a {
    display: block;
    height: 100%;
    padding: 0 10px;
    text-decoration: none;
    color: #333
}

.aliyun-console-topbar .topbar-nav-list .topbar-nav-item ul li a:hover {
    background-color: #f2f2f2
}

.aliyun-console-topbar .topbar-nav-list .topbar-nav-item ul li a .topbar-nav-item-icon {
    padding-right: 2px;
    font-size: 16px;
    vertical-align: text-bottom;
    display: inline-block
}

.aliyun-console-topbar .topbar-nav-list .topbar-nav-item ul li.topbar-unservice a {
    color: #999
}

.aliyun-console-topbar .topbar-nav-list .topbar-nav-item ul li.topbar-unservice a .topbar-nav-item-icon {
    color: #999
}

.aliyun-console-topbar .topbar-info {
    background: #084fbf;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}

.aliyun-console-topbar .topbar-info .topbar-btn {
    padding: 0 10px;
    height: 50px;
    display: block;
    z-index: 2;
    background: #4678c7;
    margin-right: 0px;
}

.aliyun-console-topbar .topbar-info .topbar-btn:hover, .aliyun-console-topbar .topbar-info .topbar-btn.topbar-btn-dark {
    background: #6396e6;
}

.aliyun-console-topbar .topbar-info .topbar-btn.open {
    position: relative
}

.aliyun-console-topbar .topbar-info .topbar-btn-search {
    padding: 0;
    margin-left: 1px
}

.aliyun-console-topbar .topbar-info .topbar-info-gap {
    color: #fff
}

.aliyun-console-topbar .topbar-info .dropdown .dropdown-menu {
    width: 100%;
    min-width: 0;
    margin: 0;
    border: none
}

.aliyun-console-topbar .topbar-info .dropdown.open .topbar-btn {
    color: #333;
    background: #fff;
    border-bottom: 1px solid #eaedf1;
    position: relative
}

.aliyun-console-topbar .topbar-info .topbar-info-btn {
    height: 40px;
    border-bottom: 1px solid #eaedf1
}

.aliyun-console-topbar .topbar-info .topbar-info-btn a {
    line-height: 39px;
    padding-left: 10px
}

.aliyun-console-topbar .topbar-info .topbar-user-large .dropdown-menu {
    width: 310px;
    left: auto;
    right: 0
}

.aliyun-console-topbar .topbar-info .topbar-user-large .dropdown-menu .user-identity {
    height: 80px;
    padding: 8px 16px;
    position: relative
}

.aliyun-console-topbar .topbar-info .topbar-user-large .dropdown-menu .user-identity .user-identity-item {
    height: 32px;
    line-height: 32px;
    display: block
}

.aliyun-console-topbar .topbar-info .topbar-user-large .dropdown-menu .user-identity .user-identity-colon {
    padding: 0 5px
}

.aliyun-console-topbar .topbar-info .topbar-user-large .dropdown-menu .user-identity-sign {
    padding: 2px 6px;
    background: #7ecef4;
    color: #fff;
    border-radius: 1px
}

.aliyun-console-topbar .topbar-info .topbar-user-large .dropdown-menu .user-identity-sign-wrap {
    position: absolute;
    top: 14px;
    right: 30px
}

.aliyun-console-topbar .topbar-info .topbar-user-large .dropdown-menu .user-btn-link {
    display: inline-block;
    color: #06C
}

.aliyun-console-topbar .topbar-info .topbar-user-large .dropdown-menu .user-btn-link:hover {
    background: none;
    text-decoration: underline
}

.aliyun-console-topbar .topbar-info .topbar-user-large .dropdown-menu .user-btn-link.user-btn-link-signout {
    float: right;
    padding: 0 16px
}

.aliyun-console-topbar .topbar-info-item {
    display: inline-block;
    margin-left: 0px;
}

.aliyun-console-topbar .topbar-notice {
    position: relative;
    font-size: 12px;
    margin-left: 1px;
    padding: 0 12px 0 8px !important
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel {
    /* display:none */
}

.aliyun-console-topbar .topbar-notice.open .topbar-notice-panel {
    display: block
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel {
    position: absolute;
    top: 50px;
    left: -157px;
    width: 300px;
    border-radius: 2px;
    z-index: 15;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-arrow {
    background: url(images/notice-arrow.png) 0 0 no-repeat;
    width: 11px;
    height: 6px;
    position: absolute;
    top: -6px;
    left: 220px
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-head {
    height: 50px;
    background-color: #eaedf1;
    padding: 0 15px;
    line-height: 50px;
    color: #333;
    font-size: 14px
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-body {
    height: 280px;
    overflow-y: auto;
    background: #fff;
    font-size: 12px;
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-body ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-body ul li {
    height: 60px;
    line-height: 20px;
    border-bottom: 1px solid #eaedf1
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-body ul li a {
    display: block;
    height: 100%;
    padding: 10px 10px;
    background: #fff;
    color: #333
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-body ul li a .topbar-notice-link {
    display: block;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #06c
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-body ul li a:hover {
    background: #f9f9f9
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-body ul li.topbar-notice-readed a {
    color: #666
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-body ul li.topbar-notice-readed a .topbar-notice-time {
    color: #999
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-body .topbar-notice-empty {
    text-align: center;
    color: #666;
    margin-top: 80px
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-foot {
    height: 50px;
    line-height: 50px;
    background: #fff;
    text-align: center
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-class {
    padding: 8px 0;
    float: right
}

.aliyun-console-topbar .topbar-notice .topbar-notice-panel .topbar-notice-class .topbar-notice-class-name {
    display: block;
    height: 24px;
    line-height: 24px;
    width: 66px;
    background: #eaedf1;
    text-align: center;
    border-radius: 3px
}

.aliyun-console-topbar .topbar-btn-notice {
    width: auto;
    display: block;
    height: 50px
}

.aliyun-console-topbar .topbar-btn-notice .topbar-btn-notice-icon {
    font-size: 24px;
    line-height: 50px;
    vertical-align: text-bottom;
    color: #fff
}

.aliyun-console-topbar .topbar-btn-notice .topbar-btn-notice-num {
    font-size: 12px;
    color: #fff;
    background: #ff9900;
    border-radius: 5px;
    padding: 2px 5px;
    display: inline-block;
    margin-top: 15px;
    line-height: 16px;
    vertical-align: top;
    text-align: center
}

.aliyun-console-topbar .topbar-btn-notice .topbar-btn-notice-num.topbar-btn-notice-num-zero {
    color: #00ace9;
    background-color: #0e5871;
    animation: move 3s infinite;
}

.aliyun-console-topbar .topbar-btn-notice .topbar-nav-item-short {
    padding-left: 2px
}

@keyframes move {
    from {
        color: #00ace9;
        background-color: #0e5871;
    }
    to {
        color: #FF3300;
        background-color: white;
    }
}

@-webkit-keyframes move {
    from {
        color: #00ace9;
        background-color: #0e5871;
    }
    to {
        color: #FF3300;
        background-color: white;
    }
}

.aliyun-console-topbar .topbar-qrcode:hover .topbar-qrcode-panel {
    display: block
}

.aliyun-console-topbar .topbar-qrcode .topbar-qrcode-panel {
    top: 50px;
    left: 0;
    position: absolute;
    width: 130px;
    padding: 12px 8px;
    background: #fff;
    border: 1px solid #eaedf1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: none
}

.aliyun-console-topbar .topbar-qrcode .topbar-qrcode-image {
    width: 100px;
    margin: 0 auto
}

.aliyun-console-topbar .topbar-qrcode .topbar-qrcode-title {
    text-align: center;
    padding-top: 10px
}

.aliyun-console-topbar .topbar-new-icon {
    position: relative;
    top: -4px;
    padding-left: 2px
}

.aliyun-console-topbar-search {
    position: relative;
    z-index: 1
}

.aliyun-console-topbar-search:hover {
    background: #008fbf
}

.aliyun-console-topbar-search:hover .topbar-search-ask {
    background: #008fbf
}

.aliyun-console-topbar-search .topbar-search-ask {
    width: 200px;
    height: 50px;
    border: 0;
    background: #09c;
    line-height: 26px;
    padding: 12px 30px 12px 10px;
    display: block;
    color: #fff;
    -webkit-border-radius: 1px 1px;
    -moz-border-radius: 1px / 1px;
    border-radius: 1px / 1px;
    -o-transition: all 0.15s, 0.15s;
    -ms-transition: all 0.15s, 0.15s;
    -moz-transition: all 0.15s, 0.15s;
    -webkit-transition: all 0.15s, 0.15s
}

.aliyun-console-topbar-search .topbar-search-ask:focus {
    outline: none
}

.aliyun-console-topbar-search .topbar-search-ask-shade {
    color: #00ace9
}

.aliyun-console-topbar-search .topbar-search-mark {
    font-size: 16px;
    line-height: 50px;
    position: absolute;
    height: 50px;
    width: 40px;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    top: 0;
    right: 0
}

.aliyun-console-topbar-search .topbar-search-mark .icon-search, .aliyun-console-topbar-search .topbar-search-mark .icon-enter {
    line-height: 50px
}

.aliyun-console-topbar-search.topbar-search-active {
    background: #008fbf
}

.aliyun-console-topbar-search.topbar-search-active .topbar-search-ask {
    background: #008fbf
}

.aliyun-console-topbar-search.topbar-search-active .topbar-search-ask-shade {
    color: #fff
}

.aliyun-console-topbar-search-v1_3_21 {
    position: relative
}

.aliyun-console-topbar-search-v1_3_21.topbar-search-dropdown-open .topbar-btn {
    background: #008fbf
}

.aliyun-console-topbar-search-v1_3_21 .icon-search {
    font-size: 16px;
    padding-right: 4px;
    position: relative;
    top: 2px
}

.aliyun-console-topbar-search-v1_3_21 .topbar-search-dropdown {
    height: 38px;
    position: absolute;
    bottom: -38px;
    right: -1px;
    border: 2px solid #008fbf;
    background: #fff
}

.aliyun-console-topbar-search-v1_3_21 .topbar-search-dropdown input {
    display: block;
    height: 34px;
    padding: 4px 6px;
    margin-right: 30px;
    width: 250px;
    border-width: 0;
    outline: 0;
    line-height: 34px;
    color: #546478;
    font-size: 12px
}

.aliyun-console-topbar-search-v1_3_21 .topbar-search-dropdown .topbar-search-mark {
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    width: 34px;
    display: block;
    line-height: 34px;
    text-align: center;
    color: #546478
}

.aliyun-console-topbar-help {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0
}

.aliyun-console-topbar-help .topbar-help-inner {
    width: 486px;
    overflow: hidden;
    background: #fff;
    border-left: 1px solid #e1e6eb;
    position: absolute;
    right: -486px;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    -o-transition: all 0.2s ease, 0.2s ease;
    -ms-transition: all 0.2s ease, 0.2s ease;
    -moz-transition: all 0.2s ease, 0.2s ease;
    -webkit-transition: all 0.2s ease, 0.2s ease;
    z-index: 1;
    top: 50px;
    bottom: 0
}

.aliyun-console-topbar-help .topbar-help-inner.topbar-help-show {
    right: 0px
}

.aliyun-console-topbar-help .topbar-help-head {
    height: 68px;
    padding-left: 20px;
    line-height: 68px;
    border-bottom: 1px solid #e1e6eb;
    position: relative;
    color: #333
}

.aliyun-console-topbar-help .topbar-help-body {
    position: absolute;
    top: 68px;
    bottom: 0;
    background: #fff
}

.aliyun-console-topbar-help .topbar-help-iframe {
    height: 100%
}

.aliyun-console-topbar-help .topbar-help-close {
    font-size: 18px;
    float: right;
    height: 68px;
    width: 68px;
    line-height: 68px !important;
    text-align: center;
    color: #546478;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none
}

.aliyun-console-topbar-help .topbar-help-close:hover {
    color: #000
}

.console-topbar-new {
    position: relative;
    z-index: 100;
    clear: both;
    height: 40px;
    background: #34383c;
    font-size: 12px;
    min-width: 1000px
}

.console-topbar-new .console-topbar-btn {
    width: 50px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
    background-color: #2a2e31;
    text-decoration: none;
    text-align: center;
    color: #fff;
    line-height: 40px;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.console-topbar-new .console-topbar-btn .console-topbar-btn-text {
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    display: none
}

.console-topbar-new .console-topbar-btn .console-topbar-btn-icon {
    font-size: 22px;
    display: inline;
    line-height: 40px;
    color: #fff
}

.console-topbar-new .console-topbar-btn .caret {
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s
}

.console-topbar-new .console-topbar-btn:hover {
    width: auto
}

.console-topbar-new .console-topbar-btn:hover.console-topbar-btn-inverse, .console-topbar-new .console-topbar-btn:hover.console-topbar-btn-inverse-white {
    background-color: #585e65;
    color: #fff
}

.console-topbar-new .console-topbar-btn:hover .console-topbar-btn-text {
    display: inline
}

.console-topbar-new .console-topbar-btn:hover .console-topbar-btn-icon {
    display: none;
    vertical-align: text-bottom
}

.console-topbar-new .console-topbar-btn:hover.console-topbar-btn-home {
    width: 106px
}

.console-topbar-new .console-topbar-btn:hover.console-topbar-btn-nav {
    width: 120px
}

.console-topbar-new .console-topbar-btn:hover.console-topbar-btn-ak {
    width: 104px
}

.console-topbar-new .console-topbar-btn:hover.console-topbar-btn-workorder {
    width: 94px
}

.console-topbar-new .console-topbar-btn.console-topbar-btn-last {
    margin-right: 0
}

.console-topbar-new .console-topbar-btn.console-topbar-logo-icon {
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    color: #2a2e31
}

.console-topbar-new .console-topbar-btn.console-topbar-logo-icon img {
    width: 22px;
    height: 22px;
    display: block;
    margin: 9px 14px
}

.console-topbar-new .console-topbar-btn.console-topbar-nav-link {
    font-size: 12px;
    width: auto;
    padding: 0 15px
}

.console-topbar-new .console-topbar-btn.console-topbar-nav-link .console-topbar-nav-link-icon {
    width: 16px;
    height: 19px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    margin-right: 4px;
    overflow: hidden;
    font-size: 16px
}

.console-topbar-new .console-topbar-btn.console-topbar-btn-user {
    width: auto
}

.console-topbar-new .console-topbar-btn.console-topbar-btn-user .console-topbar-btn-text {
    display: inline;
    padding: 0 15px
}

.console-topbar-new .console-topbar-btn.console-topbar-btn-notice {
    width: auto;
    padding: 0 10px
}

.console-topbar-new .console-topbar-btn.console-topbar-btn-notice .console-topbar-btn-notice-icon {
    font-size: 24px;
    line-height: 40px;
    vertical-align: text-bottom
}

.console-topbar-new .console-topbar-btn.console-topbar-btn-notice .console-topbar-btn-notice-num {
    font-size: 12px;
    color: #fff;
    background: #ff9900;
    border-radius: 5px;
    padding: 2px 1px;
    width: 20px;
    display: inline-block;
    margin-top: 10px;
    line-height: 16px;
    vertical-align: top
}

.console-topbar-new .console-topbar-btn.console-topbar-btn-notice .console-topbar-btn-notice-num.console-topbar-btn-notice-num-zero {
    color: #999;
    background-color: #34383c
}

.console-topbar-new .console-topbar-btn.console-topbar-btn-notice .console-topbar-nav-item-short {
    padding-left: 2px
}

.console-topbar-new .console-topbar-btn.console-topbar-btn-ak {
    overflow: hidden
}

.console-topbar-new .console-topbar-btn.console-topbar-btn-nav {
    overflow: hidden;
    position: relative;
    z-index: 2
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px;
    margin-top: 0;
    margin-left: -1px
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-col {
    float: left;
    padding: 0 10px
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item .console-topbar-nav-item-title {
    margin: 3px 0px;
    color: #999;
    font-weight: 600
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item .console-topbar-nav-gap {
    border-top: 1px solid #f2f2f2;
    width: 100%;
    margin: 10px 0
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul {
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li {
    width: 170px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 2px
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a {
    display: block;
    height: 100%;
    padding-left: 10px;
    text-decoration: none;
    color: #333
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a:hover {
    background-color: #f2f2f2
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon {
    padding-right: 2px;
    font-size: 16px;
    vertical-align: text-bottom
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-ecs {
    color: #007eff
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-slb {
    color: #f27741
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-rds {
    color: #20f8b8
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-oss {
    color: #ade675
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-cdn {
    color: #bff3fe
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-ots {
    color: #15d4f0
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-ocs {
    color: #40ff8f
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-odps {
    color: #ffba00
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-ace {
    color: #c8341c
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-yundun {
    color: #298edb
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-yunjiankong {
    color: #86f2af
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-sls {
    color: #075ac0
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-oas {
    color: #79df71
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-ess {
    color: #0cf
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-mqs {
    color: #fff400
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-vpc {
    color: #6cf
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-opensearch {
    color: #5bc8e8
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-lightcloud {
    color: #6bbd52
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-pts {
    color: #009dff
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-ons {
    color: #6b3100
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-dpc {
    color: #289de9
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-ads {
    color: #71ceec
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-mts {
    color: #f93
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li a .console-topbar-nav-item-icon.icon-drds {
    color: #6f9
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li.console-topbar-unservice a {
    color: #999
}

.console-topbar-new .console-topbar-nav .console-topbar-nav-list .console-topbar-nav-item ul li.console-topbar-unservice a .console-topbar-nav-item-icon {
    color: #999
}

.console-topbar-new .dropdown .dropdown-menu {
    z-index: 1;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175)
}

.console-topbar-new .dropdown.open .console-topbar-btn.console-topbar-btn-inverse {
    background-color: #585e65;
    color: #fff
}

.console-topbar-new .dropdown.open .console-topbar-btn.console-topbar-btn-inverse-white {
    background-color: #fff;
    color: #333
}

.console-topbar-new .dropdown.open .console-topbar-btn .console-topbar-btn-text {
    display: inline
}

.console-topbar-new .dropdown.open .console-topbar-btn .console-topbar-btn-icon {
    display: none;
    vertical-align: text-bottom
}

.console-topbar-new .dropdown.open .console-topbar-btn:hover.console-topbar-btn-inverse-white {
    background-color: #fff !important;
    color: #333 !important
}

.console-topbar-new .dropdown.open .console-topbar-btn.console-topbar-btn-nav {
    width: 120px
}

.console-topbar-new .dropdown.open .console-topbar-btn.console-topbar-btn-workorder {
    width: 94px
}

.console-topbar-new .dropdown.open .console-topbar-btn .caret {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.console-topbar-new .console-topbar-user .dropdown-menu, .console-topbar-new .console-topbar-dropdown .dropdown-menu {
    margin-top: -1px
}

.console-topbar-new .console-topbar-user .dropdown-menu>li a, .console-topbar-new .console-topbar-dropdown .dropdown-menu>li a {
    padding: 6px 20px
}

.console-topbar-new .console-topbar-workorder .dropdown-menu {
    min-width: 96px
}

.console-topbar-new .console-topbar-workorder .dropdown-menu>li a {
    padding: 6px 24px 6px 16px
}

.console-topbar-new .console-topbar-notice {
    position: relative
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel {
    display: none
}

.console-topbar-new .console-topbar-notice.open .console-topbar-notice-panel {
    display: block
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel {
    position: absolute;
    top: 38px;
    left: -170px;
    width: 390px;
    border: 1px solid #bbb;
    border-radius: 2px;
    z-index: 15;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175)
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-arrow {
    background: url(images/notice-arrow.png) 0 0 no-repeat;
    width: 11px;
    height: 6px;
    position: absolute;
    top: -6px;
    left: 196px
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-head {
    height: 40px;
    border-bottom: 1px solid #ccc;
    background-color: #f2f2f2;
    padding: 0 15px;
    line-height: 40px;
    color: #333;
    font-size: 14px
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-body {
    height: 240px;
    overflow-y: auto;
    background: #fff
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-body ul {
    list-style: none;
    margin: 0 5px;
    padding: 0
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-body ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ececec
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-body ul li a {
    display: block;
    height: 100%;
    padding: 0 10px;
    background: #fff
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-body ul li a span {
    display: block
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-body ul li a .console-topbar-notice-link {
    float: left;
    max-width: 272px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-body ul li a .console-topbar-notice-time {
    float: right;
    color: #333
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-body ul li a:hover {
    background: #f9f9f9
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-body ul li.console-topbar-notice-readed a {
    color: #666
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-body ul li.console-topbar-notice-readed a .console-topbar-notice-time {
    color: #999
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-body .console-topbar-notice-empty {
    text-align: center;
    color: #666;
    margin-top: 80px
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-foot {
    height: 48px;
    line-height: 48px;
    background: #fff
}

.console-topbar-new .console-topbar-notice .console-topbar-notice-panel .console-topbar-notice-foot .console-topbar-notice-more {
    padding-right: 15px
}

.console-topbar-new .console-topbar-locale {
    float: left
}

.console-topbar-new .console-topbar-locale .dropdown-menu {
    right: 0;
    left: auto;
    margin-top: -1px;
    width: 50px;
    min-width: 60px
}

.console-topbar-new .console-topbar-locale .console-topbar-btn.console-topbar-btn-locale {
    width: 60px;
    background: none
}

.console-topbar-new .console-topbar-locale .console-topbar-btn.console-topbar-btn-locale .console-topbar-btn-text {
    display: block
}

.console-topbar-new.console-topbar-new-en .console-topbar-btn:hover.console-topbar-btn-home {
    width: 116px
}

.console-topbar-new.console-topbar-new-en .console-topbar-btn:hover.console-topbar-btn-nav {
    width: 170px
}

.console-topbar-new.console-topbar-new-en .console-topbar-btn:hover.console-topbar-btn-workorder {
    width: 146px
}

.console-topbar-new.console-topbar-new-en .console-topbar-nav .console-topbar-nav-item ul li {
    width: auto !important
}

.console-topbar-new.console-topbar-new-en .console-topbar-nav .console-topbar-nav-item ul li a {
    padding: 0 10px
}

.console-topbar-new.console-topbar-new-en .dropdown.open .console-topbar-btn.console-topbar-btn-nav {
    width: 170px
}

.console-topbar-new.console-topbar-new-en .dropdown.open .console-topbar-btn.console-topbar-btn-workorder {
    width: 146px
}

.console-navbar {
    font-size: 12px;
    color: #666666;
    word-wrap: break-word;
    height: 56px;
    border: none;
    border-bottom: 1px solid #dddddd;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    box-sizing: content-box;
    margin-bottom: 0px;
    background-color: #fff;
    border-radius: 0 !important;
    z-index: 2
}

.console-navbar * {
    box-sizing: content-box
}

.console-navbar a {
    color: #333
}

.console-navbar .console-navbar-title {
    float: left;
    line-height: 56px;
    padding: 0 40px 0 14px;
    font-size: 18px;
    color: #999999
}

.console-navbar .console-navbar-title .console-navbar-subtitle {
    margin-right: 5px
}

.console-navbar .nav li {
    float: left;
    display: inline;
    margin: 0 20px;
    height: 56px;
    font-size: 14px
}

.console-navbar .nav li a {
    padding: 0 2px;
    float: left;
    height: 55px;
    color: #333333;
    line-height: 56px;
    text-decoration: none
}

.console-navbar .nav li a:hover, .console-navbar .nav li a:focus {
    background-color: #fff
}

.console-navbar .nav li.active {
    height: 55px
}

.console-navbar .nav li.active a {
    color: #ff4902;
    border-bottom: 2px solid #ff4902
}

.console-navbar .console-navbar-a-default {
    cursor: default
}

.console-navbar .console-navbar-links-example {
    margin-top: 15px;
    padding: 0 15px 0;
    line-height: 24px;
    border-left: 1px solid Q#eeeeee
}

.console-navbar .console-navbar-links-example a {
    color: #b3b3b3
}

.console-title {
    padding: 16px 0px 0px 0px;
    min-height: 60px;
}

.console-title .nav-pills {
    display: inline-block;
    vertical-align: bottom
}

.console-title .nav-pills li a, .console-title .nav-pills li a:focus, .console-title .nav-pills li button, .console-title .nav-pills li button:focus {
    padding: 6px 6px
}

.console-title h1, .console-title h2, .console-title h3, .console-title h4, .console-title h5, .console-title h6 {
    display: inline-block;
    text-indent: 8px;
    border-left: 2px solid #88B7E0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 8px
}

.console-title h1 {
    margin-top: 0px;
    margin-bottom: 0px
}

.console-title h2 {
    margin-top: 2px;
    margin-bottom: 2px
}

.console-title h3 {
    margin-top: 4px;
    margin-bottom: 4px
}

.console-title h4 {
    margin-top: 6px;
    margin-bottom: 6px
}

.console-title h5 {
    margin-top: 8px;
    margin-bottom: 8px
}

.console-title-border {
    border-bottom: 1px solid #DDD
}

.console-sub-title {
    position: relative;
    padding-left: 16px;
    margin-bottom: -1px;
    display: table;
    width: 100%;
    z-index: 1;
    height: 40px;
    border: 1px solid #E1E6EB;
    border-left: 3px solid #778;
    background-color: #F4F5F9
}

.console-sub-title h5 {
    color: #666;
    font-size: 14px
}

.console-box-border {
    border: 1px solid #E1E6EB
}

.margin-left, .margin-left-1 {
    margin-left: 8px !important
}

.margin-left-2 {
    margin-left: 16px !important
}

.margin-left-3 {
    margin-left: 24px !important
}

.margin-left-4 {
    margin-left: 32px !important
}

.margin-right, .margin-right-1 {
    margin-right: 8px !important
}

.margin-right-2 {
    margin-right: 16px !important
}

.margin-right-3 {
    margin-right: 24px !important
}

.margin-right-4 {
    margin-right: 32px !important
}

.margin-top, .margin-top-1 {
    /* margin-top: 40px !important; */
}

.margin-top-2 {
    margin-top: 16px !important
}

.margin-top-3 {
    margin-top: 35px !important;
}

.margin-top-4 {
    margin-top: 32px !important
}

.row-padding-1 {
    padding-top: 8px;
    padding-bottom: 8px
}

.row-padding, .row-padding-2 {
    padding-top: 16px;
    padding-bottom: 16px
}

.row-padding-3 {
    padding-top: 24px;
    padding-bottom: 24px
}

.row-padding-4 {
    padding-top: 32px;
    padding-bottom: 32px
}

.row-margin-1 {
    margin-top: 8px;
    margin-bottom: 8px
}

.row-margin, .row-margin-2 {
    margin-top: 16px;
    margin-bottom: 16px
}

.row-margin-3 {
    margin-top: 24px;
    margin-bottom: 24px
}

.row-margin-4 {
    margin-top: 32px;
    margin-bottom: 32px
}

.col-padding-1 {
    padding-left: 8px;
    padding-right: 8px
}

.col-padding, .col-padding-2 {
    padding-left: 16px;
    padding-right: 16px
}

.col-padding-3 {
    padding-left: 24px;
    padding-right: 24px
}

.col-padding-4 {
    padding-left: 32px;
    padding-right: 32px
}

.col-margin-1 {
    margin-left: 8px;
    margin-right: 8px
}

.col-margin, .col-margin-2 {
    margin-left: 16px;
    margin-right: 16px
}

.col-margin-3 {
    margin-left: 24px;
    margin-right: 24px
}

.col-margin-4 {
    margin-left: 32px;
    margin-right: 32px
}

.inline-block {
    display: inline-block !important;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline
}

.partition {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 0px 4px
}

.no-data {
    padding: 24px 0px;
    text-align: center;
    color: #666
}

@font-face {
    font-family: 'aliyun-console-font';
    src: url("fonts/aliyun-console-font.eot?t91au5");
    src: url("fonts/aliyun-console-font.eot?t91au5#iefix") format("embedded-opentype"), url("fonts/aliyun-console-font.ttf?t91au5") format("truetype"), url("fonts/aliyun-console-font.woff?t91au5") format("woff"), url("fonts/aliyun-console-font.svg?t91au5#aliyun-console-font") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'aliyun-console-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: inherit;
}

.icon-logo2:before {
    content: "\e63b"
}

.icon-logo1:before {
    content: "\e63a"
}

.icon-logo-new:before {
    content: "\e96f";
}

.icon-dms-2:before {
    content: "\e92d"
}

.icon-dms-3:before {
    content: "\e92e"
}

.icon-dms:before {
    content: "\e92f"
}

.icon-gpdb-2:before {
    content: "\e983"
}

.icon-gpdb-3:before {
    content: "\e984"
}

.icon-gpdb:before {
    content: "\e985"
}

.icon-schedulerx-2:before {
    content: "\e986"
}

.icon-schedulerx-3:before {
    content: "\e987"
}

.icon-schedulerx:before {
    content: "\e988"
}

.icon-txc-2:before {
    content: "\e989"
}

.icon-txc-3:before {
    content: "\e98a"
}

.icon-txc:before {
    content: "\e98b"
}

.icon-csb-2:before {
    content: "\e909"
}

.icon-csb-3:before {
    content: "\e90a"
}

.icon-csb:before {
    content: "\e90b"
}

.icon-mobsec-2:before {
    content: "\e96d"
}

.icon-mobsec-3:before {
    content: "\e96e"
}

.icon-mobsec:before {
    content: "\e96f"
}

.icon-mss-2:before {
    content: "\e970"
}

.icon-mss-3:before {
    content: "\e971"
}

.icon-mss:before {
    content: "\e972"
}

.icon-sos-2:before {
    content: "\e973"
}

.icon-sos-3:before {
    content: "\e974"
}

.icon-sos:before {
    content: "\e975"
}

.icon-sppc-2:before {
    content: "\e976"
}

.icon-sppc-3:before {
    content: "\e977"
}

.icon-sppc:before {
    content: "\e978"
}

.icon-webfirewall-2:before {
    content: "\e979"
}

.icon-webfirewall-3:before {
    content: "\e97a"
}

.icon-webfirewall:before {
    content: "\e97b"
}

.icon-xianzhi-2:before {
    content: "\e97c"
}

.icon-xianzhi-3:before {
    content: "\e97d"
}

.icon-xianzhi:before {
    content: "\e97e"
}

.icon-livevideo-2:before {
    content: "\e964"
}

.icon-livevideo-3:before {
    content: "\e965"
}

.icon-livevideo:before {
    content: "\e966"
}

.icon-slm-2:before {
    content: "\e967"
}

.icon-slm-3:before {
    content: "\e968"
}

.icon-slm:before {
    content: "\e969"
}

.icon-vod-2:before {
    content: "\e96a"
}

.icon-vod-3:before {
    content: "\e96b"
}

.icon-vod:before {
    content: "\e96c"
}

.icon-kms-2:before {
    content: "\e95e"
}

.icon-kms-3:before {
    content: "\e95f"
}

.icon-kms:before {
    content: "\e960"
}

.icon-nas-2:before {
    content: "\e961"
}

.icon-nas-3:before {
    content: "\e962"
}

.icon-nas:before {
    content: "\e963"
}

.icon-apigateway-2:before {
    content: "\e94f"
}

.icon-apigateway-3:before {
    content: "\e950"
}

.icon-apigateway:before {
    content: "\e951"
}

.icon-oceanbase-2:before {
    content: "\e952"
}

.icon-oceanbase-3:before {
    content: "\e953"
}

.icon-oceanbase:before {
    content: "\e954"
}

.icon-petadata-2:before {
    content: "\e955"
}

.icon-petadata-3:before {
    content: "\e956"
}

.icon-petadata:before {
    content: "\e957"
}

.icon-ecsm-2:before {
    content: "\e958"
}

.icon-ecsm-3:before {
    content: "\e959"
}

.icon-ecsm:before {
    content: "\e95a"
}

.icon-yundunzhengshu-2:before {
    content: "\e95b"
}

.icon-yundunzhengshu-3:before {
    content: "\e95c"
}

.icon-yundunzhengshu:before {
    content: "\e95d"
}

.icon-cdi-2:before {
    content: "\e93a"
}

.icon-cdi-3:before {
    content: "\e93b"
}

.icon-cdi:before {
    content: "\e93c"
}

.icon-disk-2:before {
    content: "\e93d"
}

.icon-disk-3:before {
    content: "\e93e"
}

.icon-disk:before {
    content: "\e93f"
}

.icon-dsi-2:before {
    content: "\e940"
}

.icon-dsi-3:before {
    content: "\e941"
}

.icon-dsi:before {
    content: "\e942"
}

.icon-hpc-2:before {
    content: "\e943"
}

.icon-hpc-3:before {
    content: "\e944"
}

.icon-hpc:before {
    content: "\e945"
}

.icon-httpdns-2:before {
    content: "\e946"
}

.icon-httpdns-3:before {
    content: "\e947"
}

.icon-httpdns:before {
    content: "\e948"
}

.icon-iot-2:before {
    content: "\e949"
}

.icon-iot-3:before {
    content: "\e94a"
}

.icon-iot2:before {
    content: "\e94b"
}

.icon-vipaegis-2:before {
    content: "\e94c"
}

.icon-vipaegis-3:before {
    content: "\e94d"
}

.icon-vipaegis:before {
    content: "\e94e"
}

.icon-cs-2:before {
    content: "\e92a"
}

.icon-cs-3:before {
    content: "\e92b"
}

.icon-cs:before {
    content: "\e92c"
}

.icon-ewh-2:before {
    content: "\e930"
}

.icon-ewh-3:before {
    content: "\e931"
}

.icon-ewh:before {
    content: "\e932"
}

.icon-expressconnect-2:before {
    content: "\e933"
}

.icon-expressconnect-3:before {
    content: "\e934"
}

.icon-expressconnect:before {
    content: "\e935"
}

.icon-hsm-2:before {
    content: "\e936"
}

.icon-hsm-3:before {
    content: "\e937"
}

.icon-hsm:before {
    content: "\e938"
}

.icon-kuaizhaolian:before {
    content: "\e939"
}

.icon-mongodb-2:before {
    content: "\e927"
}

.icon-mongodb-3:before {
    content: "\e928"
}

.icon-mongodb:before {
    content: "\e929"
}

.icon-actiontrail-2:before {
    content: "\e90f"
}

.icon-actiontrail-3:before {
    content: "\e910"
}

.icon-actiontrail:before {
    content: "\e911"
}

.icon-ats-2:before {
    content: "\e912"
}

.icon-ats-3:before {
    content: "\e913"
}

.icon-ats:before {
    content: "\e914"
}

.icon-cli-2:before {
    content: "\e915"
}

.icon-cli-3:before {
    content: "\e916"
}

.icon-cli:before {
    content: "\e917"
}

.icon-directmail-2:before {
    content: "\e918"
}

.icon-directmail-3:before {
    content: "\e919"
}

.icon-directmail:before {
    content: "\e91a"
}

.icon-eclipse-2:before {
    content: "\e91b"
}

.icon-eclipse-3:before {
    content: "\e91c"
}

.icon-eclipse:before {
    content: "\e91d"
}

.icon-havip-2:before {
    content: "\e91e"
}

.icon-havip-3:before {
    content: "\e91f"
}

.icon-havip:before {
    content: "\e920"
}

.icon-ros-2:before {
    content: "\e921"
}

.icon-ros-3:before {
    content: "\e922"
}

.icon-ros:before {
    content: "\e923"
}

.icon-visualstudio-2:before {
    content: "\e924"
}

.icon-visualstudio-3:before {
    content: "\e925"
}

.icon-visualstudio:before {
    content: "\e926"
}

.icon-emr-2:before {
    content: "\e90c"
}

.icon-emr-3:before {
    content: "\e90d"
}

.icon-emr:before {
    content: "\e90e"
}

.icon-antifraud-3:before {
    content: "\e903"
}

.icon-antifraud:before {
    content: "\e904"
}

.icon-antifraud-2:before {
    content: "\e905"
}

.icon-ddosbasic:before {
    content: "\e906"
}

.icon-ddosbasic-3:before {
    content: "\e907"
}

.icon-ddosbasic-2:before {
    content: "\e908"
}

.icon-aegis:before {
    content: "\e900"
}

.icon-aegis-3:before {
    content: "\e901"
}

.icon-aegis-2:before {
    content: "\e902"
}

.icon-amr-2:before {
    content: "\e71c"
}

.icon-amr-3:before {
    content: "\e71d"
}

.icon-amr:before {
    content: "\e71e"
}

.icon-eip-2:before {
    content: "\e71f"
}

.icon-eip-3:before {
    content: "\e720"
}

.icon-eip:before {
    content: "\e721"
}

.icon-expense-i18n:before {
    content: "\e71b"
}

.icon-aps-2:before {
    content: "\e715"
}

.icon-aps-3:before {
    content: "\e716"
}

.icon-aps:before {
    content: "\e717"
}

.icon-batchcompute-2:before {
    content: "\e718"
}

.icon-batchcompute-3:before {
    content: "\e719"
}

.icon-batchcompute:before {
    content: "\e71a"
}

.icon-sas-2:before {
    content: "\e70c"
}

.icon-sas-3:before {
    content: "\e70d"
}

.icon-sas:before {
    content: "\e70e"
}

.icon-scan-2:before {
    content: "\e70f"
}

.icon-scan-3:before {
    content: "\e710"
}

.icon-scan:before {
    content: "\e711"
}

.icon-waf-2:before {
    content: "\e712"
}

.icon-waf-3:before {
    content: "\e713"
}

.icon-waf:before {
    content: "\e714"
}

.icon-mns-2:before {
    content: "\e709"
}

.icon-mns-3:before {
    content: "\e70a"
}

.icon-mns:before {
    content: "\e70b"
}

.icon-qrcode:before {
    content: "\e708";
}

.icon-unfold:before {
    content: "\e707"
}

.icon-fold:before {
    content: "\e706"
}

.icon-form:before {
    content: "\e6fd"
}

.icon-accelerate:before {
    content: "\e6fe"
}

.icon-feedback:before {
    content: "\e702"
}

.icon-vdc-2:before {
    content: "\e703"
}

.icon-vdc-3:before {
    content: "\e704"
}

.icon-vdc:before {
    content: "\e705"
}

.icon-new:before {
    content: "\e6fc"
}

.icon-collapse-right:before {
    content: "\e6fb"
}

.icon-collapse-left:before {
    content: "\e6fa"
}

.icon-aec:before {
    content: "\e6f3"
}

.icon-aic:before {
    content: "\e6f4"
}

.icon-mobile-2:before {
    content: "\e6f5"
}

.icon-amc:before {
    content: "\e6f6"
}

.icon-arc:before {
    content: "\e6f7"
}

.icon-game:before {
    content: "\e6f8"
}

.icon-iot:before {
    content: "\e6f9"
}

.icon-right:before {
    content: "\e6f2"
}

.icon-afc:before {
    content: "\e6f0"
}

.icon-specs:before {
    content: "\e6f1"
}

.icon-pen-2:before {
    content: "\e6c8"
}

.icon-key:before {
    content: "\e635"
}

.icon-bsn:before {
    content: "\e6ea"
}

.icon-mac-2:before {
    content: "\e6eb"
}

.icon-mac-3:before {
    content: "\e6ec"
}

.icon-mac:before {
    content: "\e6ed"
}

.icon-fenxiao:before {
    content: "\e6ee"
}

.icon-account-2:before {
    content: "\e6ef"
}

.icon-qiyeyouxiang-2:before {
    content: "\e6be"
}

.icon-qiyeyouxiang-3:before {
    content: "\e6bf"
}

.icon-qiyeyouxiang:before {
    content: "\e6c0"
}

.icon-yuming-2:before {
    content: "\e6d3"
}

.icon-yuming-3:before {
    content: "\e6df"
}

.icon-yuming:before {
    content: "\e6e0"
}

.icon-yumingyuwangzhan-2:before {
    content: "\e6e1"
}

.icon-yumingyuwangzhan-3:before {
    content: "\e6e2"
}

.icon-yumingyuwangzhan:before {
    content: "\e6e3"
}

.icon-yunjiexi-2:before {
    content: "\e6e4"
}

.icon-yunjiexi-3:before {
    content: "\e6e5"
}

.icon-yunjiexi:before {
    content: "\e6e6"
}

.icon-yunxunizhuji-2:before {
    content: "\e6e7"
}

.icon-yunxunizhuji-3:before {
    content: "\e6e8"
}

.icon-yunxunizhuji:before {
    content: "\e6e9"
}

.icon-api-3:before {
    content: "\e6d2"
}

.icon-api-2:before {
    content: "\e6d4"
}

.icon-api:before {
    content: "\e6d5"
}

.icon-dpa-2:before {
    content: "\e6d6"
}

.icon-dpa-3:before {
    content: "\e6d7"
}

.icon-dpa:before {
    content: "\e6d8"
}

.icon-lvwang-2:before {
    content: "\e6d9"
}

.icon-lvwang-3:before {
    content: "\e6da"
}

.icon-lvwang:before {
    content: "\e6db"
}

.icon-mas-2:before {
    content: "\e6dc"
}

.icon-mas-3:before {
    content: "\e6dd"
}

.icon-mas:before {
    content: "\e6de"
}

.icon-dts-2:before {
    content: "\e6cf"
}

.icon-dts-3:before {
    content: "\e6d0"
}

.icon-dts:before {
    content: "\e6d1"
}

.icon-android:before {
    content: "\e6c9"
}

.icon-cps-2:before {
    content: "\e6ca"
}

.icon-cps-3:before {
    content: "\e6cb"
}

.icon-cps:before {
    content: "\e6cc"
}

.icon-ios:before {
    content: "\e6cd"
}

.icon-vitality:before {
    content: "\e6ce"
}

.icon-dfs-2:before {
    content: "\e6bb"
}

.icon-dfs-3:before {
    content: "\e6bc"
}

.icon-dfs:before {
    content: "\e6bd"
}

.icon-edas-2:before {
    content: "\e6c1"
}

.icon-edas-3:before {
    content: "\e6c2"
}

.icon-edas:before {
    content: "\e6c3"
}

.icon-enter:before {
    content: "\e6c4"
}

.icon-usableCenter-2:before {
    content: "\e6c5"
}

.icon-usableCenter-3:before {
    content: "\e6c6"
}

.icon-usableCenter:before {
    content: "\e6c7"
}

.icon-ace-2:before {
    content: "\e600"
}

.icon-ace:before {
    content: "\e601"
}

.icon-add-1:before {
    content: "\e602"
}

.icon-add-2:before {
    content: "\e603"
}

.icon-add:before {
    content: "\e604"
}

.icon-ads-2:before {
    content: "\e605"
}

.icon-ads:before {
    content: "\e606"
}

.icon-amplify:before {
    content: "\e607"
}

.icon-arrow-down:before {
    content: "\e608"
}

.icon-arrow-left:before {
    content: "\e609"
}

.icon-arrow-right:before {
    content: "\e60a"
}

.icon-arrow-up:before {
    content: "\e60b"
}

.icon-backup:before {
    content: "\e60c"
}

.icon-bell:before {
    content: "\e60d"
}

.icon-buy:before {
    content: "\e60e"
}

.icon-calendar:before {
    content: "\e60f"
}

.icon-cdn-2:before {
    content: "\e610"
}

.icon-cdn:before {
    content: "\e611"
}

.icon-cdp:before {
    content: "\e612"
}

.icon-clock:before {
    content: "\e613"
}

.icon-cloudisk:before {
    content: "\e614"
}

.icon-cloudisk2:before {
    content: "\e615"
}

.icon-db-g:before {
    content: "\e616"
}

.icon-db-r:before {
    content: "\e617"
}

.icon-db-sign:before {
    content: "\e618"
}

.icon-db-t:before {
    content: "\e619"
}

.icon-db:before {
    content: "\e61a"
}

.icon-ddos-2:before {
    content: "\e61b"
}

.icon-ddos:before {
    content: "\e61c"
}

.icon-detail-2:before {
    content: "\e61d"
}

.icon-detail:before {
    content: "\e61e"
}

.icon-disk-image:before {
    content: "\e61f"
}

.icon-down:before {
    content: "\e620"
}

.icon-dpc-2:before {
    content: "\e621"
}

.icon-dpc:before {
    content: "\e622"
}

.icon-drds-2:before {
    content: "\e623"
}

.icon-drds:before {
    content: "\e624"
}

.icon-ecs-2:before {
    content: "\e625"
}

.icon-ecs:before {
    content: "\e626"
}

.icon-ess-2:before {
    content: "\e627"
}

.icon-ess:before {
    content: "\e628"
}

.icon-exec-snapshot-policy:before {
    content: "\e629"
}

.icon-goback:before {
    content: "\e62a"
}

.icon-graphs:before {
    content: "\e62b"
}

.icon-help-1:before {
    content: "\e62c"
}

.icon-help-2:before {
    content: "\e62d"
}

.icon-help:before {
    content: "\e62e"
}

.icon-home:before {
    content: "\e62f"
}

.icon-info-1:before {
    content: "\e630"
}

.icon-info-2:before {
    content: "\e631"
}

.icon-info:before {
    content: "\e632"
}

.icon-invite:before {
    content: "\e633"
}

.icon-jiankong-2:before {
    content: "\e634"
}

.icon-lightcloud-2:before {
    content: "\e636"
}

.icon-lightcloud:before {
    content: "\e637"
}

.icon-log:before {
    content: "\e638"
}

.icon-logo:before {
    content: "\e639"
}

.icon-menu:before {
    content: "\e63c"
}

.icon-mqs-2:before {
    content: "\e63d"
}

.icon-mqs:before {
    content: "\e63e"
}

.icon-mts:before {
    content: "\e63f"
}

.icon-narrow:before {
    content: "\e640"
}

.icon-no-1:before {
    content: "\e641"
}

.icon-no-2:before {
    content: "\e642"
}

.icon-no:before {
    content: "\e643"
}

.icon-oas-2:before {
    content: "\e644"
}

.icon-oas:before {
    content: "\e645"
}

.icon-ocs-2:before {
    content: "\e646"
}

.icon-ocs:before {
    content: "\e647"
}

.icon-odps-2:before {
    content: "\e648"
}

.icon-odps:before {
    content: "\e649"
}

.icon-ons-2:before {
    content: "\e64a"
}

.icon-ons:before {
    content: "\e64b"
}

.icon-opensearch-2:before {
    content: "\e64c"
}

.icon-opensearch:before {
    content: "\e64d"
}

.icon-oss-2:before {
    content: "\e64e"
}

.icon-oss:before {
    content: "\e64f"
}

.icon-ots-2:before {
    content: "\e650"
}

.icon-ots:before {
    content: "\e651"
}

.icon-pen:before {
    content: "\e652"
}

.icon-performance:before {
    content: "\e653"
}

.icon-pts-2:before {
    content: "\e654"
}

.icon-pts:before {
    content: "\e655"
}

.icon-ram-2:before {
    content: "\e656"
}

.icon-ram:before {
    content: "\e657"
}

.icon-rds-2:before {
    content: "\e658"
}

.icon-rds:before {
    content: "\e659"
}

.icon-regional:before {
    content: "\e65a"
}

.icon-remove-1:before {
    content: "\e65b"
}

.icon-remove-2:before {
    content: "\e65c"
}

.icon-remove:before {
    content: "\e65d"
}

.icon-renew-mgt:before {
    content: "\e65e"
}

.icon-safe-lock:before {
    content: "\e65f"
}

.icon-safetycontrol:before {
    content: "\e660"
}

.icon-search:before {
    content: "\e661"
}

.icon-setup:before {
    content: "\e662"
}

.icon-shift-in:before {
    content: "\e663"
}

.icon-slb-2:before {
    content: "\e664"
}

.icon-slb:before {
    content: "\e665"
}

.icon-sls-2:before {
    content: "\e666"
}

.icon-sls:before {
    content: "\e667"
}

.icon-snapshot:before {
    content: "\e668"
}

.icon-text-free:before {
    content: "\e669"
}

.icon-threshold:before {
    content: "\e66a"
}

.icon-tree:before {
    content: "\e66b"
}

.icon-unlock:before {
    content: "\e66c"
}

.icon-up:before {
    content: "\e66d"
}

.icon-updown:before {
    content: "\e66e"
}

.icon-viewtable:before {
    content: "\e66f"
}

.icon-vpc-2:before {
    content: "\e670"
}

.icon-vpc:before {
    content: "\e671"
}

.icon-warning-1:before {
    content: "\e672"
}

.icon-warning-2:before {
    content: "\e673"
}

.icon-warning:before {
    content: "\e674"
}

.icon-weekly:before {
    content: "\e675"
}

.icon-yes-1:before {
    content: "\e676"
}

.icon-yes-2:before {
    content: "\e677"
}

.icon-yes:before {
    content: "\e678"
}

.icon-yundun-2:before {
    content: "\e679"
}

.icon-yundun:before {
    content: "\e67a"
}

.icon-yunjiankong:before {
    content: "\e67b"
}

.icon-annex:before {
    content: "\e67c"
}

.icon-renew:before {
    content: "\e67d"
}

.icon-renew-2:before {
    content: "\e67e"
}

.icon-plus-border:before {
    content: "\e67f"
}

.icon-wo-domain:before {
    content: "\e680"
}

.icon-wo-email:before {
    content: "\e681"
}

.icon-wo-host:before {
    content: "\e682"
}

.icon-wo-sitebuild:before {
    content: "\e683"
}

.icon-wo-salepre:before {
    content: "\e684"
}

.icon-wo-beian:before {
    content: "\e685"
}

.icon-wo-account:before {
    content: "\e686"
}

.icon-wo-finance:before {
    content: "\e687"
}

.icon-square:before {
    content: "\e688"
}

.icon-left:before {
    content: "\e689"
}

.icon-upload:before {
    content: "\e68a"
}

.icon-list-open:before {
    content: "\e68b"
}

.icon-pause:before {
    content: "\e68c"
}

.icon-list-close:before {
    content: "\e68d"
}

.icon-circle:before {
    content: "\e68e"
}

.icon-refresh:before {
    content: "\e68f"
}

.icon-return:before {
    content: "\e690"
}

.icon-undo:before {
    content: "\e691"
}

.icon-alipay:before {
    content: "\e692"
}

.icon-auto-renew:before {
    content: "\e693"
}

.icon-mobile:before {
    content: "\e694"
}

.icon-account:before {
    content: "\e695"
}

.icon-services:before {
    content: "\e696"
}

.icon-expense:before {
    content: "\e697"
}

.icon-redisa-2:before {
    content: "\e698"
}

.icon-redisa:before {
    content: "\e699"
}

.icon-ddos-3:before {
    content: "\e69a"
}

.icon-redisa-3:before {
    content: "\e69b"
}

.icon-toolsimage-2:before {
    content: "\e69c"
}

.icon-cdp-2:before {
    content: "\e69d"
}

.icon-mts-2:before {
    content: "\e69e"
}

.icon-toolsimage:before {
    content: "\e69f"
}

.icon-toolsimage-3:before {
    content: "\e6a0"
}

.icon-ons-3:before {
    content: "\e6a1"
}

.icon-ram-3:before {
    content: "\e6a2"
}

.icon-yundun-3:before {
    content: "\e6a3"
}

.icon-pts-3:before {
    content: "\e6a4"
}

.icon-mts-3:before {
    content: "\e6a5"
}

.icon-mqs-3:before {
    content: "\e6a6"
}

.icon-drds-3:before {
    content: "\e6a7"
}

.icon-cdp-3:before {
    content: "\e6a8"
}

.icon-dpc-3:before {
    content: "\e6a9"
}

.icon-ads-3:before {
    content: "\e6aa"
}

.icon-jiankong-3:before {
    content: "\e6ab"
}

.icon-vpc-3:before {
    content: "\e6ac"
}

.icon-slb-3:before {
    content: "\e6ad"
}

.icon-rds-3:before {
    content: "\e6ae"
}

.icon-ots-3:before {
    content: "\e6af"
}

.icon-oss-3:before {
    content: "\e6b0"
}

.icon-ess-3:before {
    content: "\e6b1"
}

.icon-opensearch-3:before {
    content: "\e6b2"
}

.icon-odps-3:before {
    content: "\e6b3"
}

.icon-ocs-3:before {
    content: "\e6b4"
}

.icon-oas-3:before {
    content: "\e6b5"
}

.icon-lightcloud-3:before {
    content: "\e6b6"
}

.icon-cdn-3:before {
    content: "\e6b7"
}

.icon-ace-3:before {
    content: "\e6b8"
}

.icon-sls-3:before {
    content: "\e6b9"
}

.icon-ecs-3:before {
    content: "\e6ba"
}

.modal-content {
    border-radius: 0px;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5)
}

.modal-footer {
    margin-top: 0px
}

.modal-title {
    font-size: 14px
}

.modal-header .close {
    font-size: 28px;
    margin-top: -8px;
    font-weight: normal
}

.modal-backdrop {
    background-color: #FFF
}

.console-message-dialog .modal-body .lead {
    font-size: 16px
}

.console-message-dialog .modal-body p {
    margin-top: 6px
}

.nav-tabs>li>a, .nav-tabs.nav-justified>li>a {
    border-radius: 0px 0px 0px 0px
}

.nav-tabs {
    border-color: #ddd
}

.nav-tabs>li {
    margin-left: -1px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 1
}

.nav-tabs>li>a, .nav-tabs>li>a:focus {
    color: #666;
    border-left: 0px;
    border-right: 0px;
    margin-right: 0px;
    padding: 10px 16px;
    background: #FBFAF8;
    border-bottom: 0px
}

.nav-tabs>li.active {
    border-top: 0px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 3
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border-top: 2px solid #00a2ca;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #FFF;
    color: #333
}

.nav-tabs>li>a:hover {
    background-color: #FFF;
    color: #09C
}

.nav-tabs .open>a, .nav-tabs .open>a:hover, .nav-tabs .open>a:focus {
    color: #000;
    background-color: #FAFAFA;
    border-color: #EEE
}

.nav-tabs.nav-justified>li:first-child {
    border-left: 1px solid #ddd
}

.nav-tabs.nav-justified>li {
    border-top: 1px solid #ddd;
    border-left: 0px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 1
}

.nav-tabs.nav-justified>li>a {
    border-left: 0px;
    border-right: 0px;
    margin-right: 0px;
    background-color: #fbfaf8;
    border-bottom: 1px solid #ddd
}

.nav-tabs.nav-justified>li>a:hover {
    color: #09C;
    background-color: #FFF
}

.nav-tabs.nav-justified>li.active {
    border-top: 0px;
    z-index: 3
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
    border-top: 2px solid #00a2ca;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #FFF;
    color: #333;
    background-color: #FFF
}

.nav-pills li a, .nav-pills li a:focus, .nav-pills li button, .nav-pills li button:focus {
    padding: 6px 12px;
    border-radius: 0px;
    border: 1px solid #D9DEE4;
    background-color: #D9DEE4;
    color: #666;
    line-height: 20px;
    height: 32px;
    margin-left: 2px
}

.nav-pills li a:hover, .nav-pills li a:focus:hover, .nav-pills li button:hover, .nav-pills li button:focus:hover {
    border: 1px solid #D9DEE4;
    background-color: #DCE2E7;
    color: #444
}

.nav-pills li.active a, .nav-pills li.active a:hover, .nav-pills li.active a:focus, .nav-pills li.active button, .nav-pills li.active button:hover, .nav-pills li.active button:focus {
    border: 1px solid #546478;
    background-color: #546478;
    color: #FFFFFF
}

.c-texttrimmer-pen {
    position: absolute;
    width: 18px;
    height: 18px;
    font-size: 12px;
    padding: 2px;
    text-align: center;
    margin-left: 6px
}

.c-texttrimmer-box {
    position: absolute;
    padding: 16px;
    background: #fff;
    z-index: 1000;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5)
}

.c-texttrimmer-box:focus {
    outline: none
}

.c-texttrimmer-box p {
    margin: 0 0 10px
}

.c-texttrimmer-box p.c-texttrimmer-tip {
    color: red
}

.c-texttrimmer-box .c-texttrimmer-btnbox a {
    margin-right: 8px
}

.modal, .modal-open {
    overflow: auto;
    overflow-y: auto
}

.console-helper {
    position: absolute;
    height: 100%;
    width: 400px;
    right: 0px;
    top: 32px;
    z-index: 1000;
    border: 1px solid #eee;
    background: #fff;
    border-left: 1px solid #dddddd;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    position: fixed
}

.console-helper-animation {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.console-helper-folded {
    right: -400px
}

.console-helper-folded .console-helper-head .console-helper-button {
    margin-left: -44px
}

.console-helper-head {
    height: 56px;
    background: #f5f5f5;
    border-bottom: 1px solid #dddddd
}

.console-helper-head .console-helper-button {
    float: left;
    background: url(images/helper-icon.png) center center no-repeat;
    height: 32px;
    width: 32px;
    margin: 12px;
    cursor: pointer;
    opacity: 0.6
}

.console-helper-head .console-helper-button:hover {
    opacity: 1
}

.console-helper-head .console-helper-title {
    float: left;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    margin: 12px 0;
    color: #333
}

.console-helper-body .console-helper-nav {
    border-bottom: 1px solid #dddddd;
    margin: 0 20px;
    list-style: none;
    overflow: hidden;
    zoom: 1;
    padding: 0
}

.console-helper-body .console-helper-nav li {
    float: left;
    padding: 12px
}

.console-helper-body .console-helper-nav li a {
    color: #666
}

.console-helper-body .console-helper-nav li a:hover {
    color: #000
}

.console-helper-body .console-helper-nav li.active {
    border-bottom: 2px solid #999
}

.console-helper-body .console-helper-panel-list .console-helper-panel {
    margin: 20px
}

.console-helper-body .console-helper-panel-list .console-helper-panel .console-helper-xiaoyun .console-helper-xiaoyun-search {
    height: 32px
}

.console-helper-body .console-helper-panel-list .console-helper-panel .console-helper-xiaoyun .console-helper-xiaoyun-recommend ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.console-helper-foot {
    background: #f5f5f5;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 1px solid #eee
}

.console-helper-foot .console-helper-service {
    overflow: hidden;
    zoom: 1;
    height: 32px;
    margin: 12px;
    list-style: none
}

.console-helper-foot .console-helper-service li {
    width: 48%;
    float: left
}

.console-helper-foot .console-helper-service li p {
    margin: 0;
    color: #666
}

.console-helper-foot .console-helper-service li p a {
    color: #666
}

.console-helper-foot .console-helper-service li p a:hover {
    text-decoration: underline
}

.growl {
    z-index: 9999999;
    top: 50px;
    width: 260px
}

.alert-success {
    color: #090;
    background-color: #F2FFEA;
    border-color: #C7DDB9
}

.alert-success .alert-link {
    color: #063;
    font-weight: normal
}

.alert-info {
    color: #555;
    background-color: #F9F9F9;
    border-color: #DDD
}

.alert-info .alert-link {
    color: #06C;
    font-weight: normal
}

.alert-warning {
    color: #f68300;
    background-color: #FCF8E2;
    border-color: #FBECCB
}

.alert-warning .alert-link {
    color: #c50;
    font-weight: normal
}

.alert-danger {
    color: #ee2117;
    background-color: #FFF6F2;
    border-color: #F1ACAC
}

.alert-danger .alert-link {
    color: #b00;
    font-weight: normal
}

.alert {
    padding: 6px 12px;
    line-height: 18px;
    margin-bottom: 6px;
    border-radius: 0px
}

.alert .close {
    margin-top: -5px
}

.alert ul {
    padding-left: 16px
}

.product-icons-32, .product-icons-48, .product-icons-64 {
    background-repeat: no-repeat;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background-image: url(aliyun-logo/product.icons.png);
    background-image: -webkit-image-set(url(aliyun-logo/product.icons.png) 1x, url(aliyun-logo/product.icons@2x.png) 2x);
    background-image: -moz-image-set(url(aliyun-logo/product.icons.png) 1x, url(aliyun-logo/product.icons@2x.png) 2x);
    background-image: -ms-image-set(url(aliyun-logo/product.icons.png) 1x, url(aliyun-logo/product.icons@2x.png) 2x);
    background-image: -os-image-set(url(aliyun-logo/product.icons.png) 1x, url(aliyun-logo/product.icons@2x.png) 2x)
}

.product-icons-32 {
    width: 32px;
    height: 32px
}

.product-icons-48 {
    width: 48px;
    height: 48px
}

.product-icons-64 {
    width: 64px;
    height: 64px
}

.product-icons-32.product-icons-ace-grey {
    background-position: -448px -1088px !important
}

.product-icons-32.product-icons-ace {
    background-position: -800px -1024px !important
}

.product-icons-48.product-icons-ace-grey {
    background-position: -192px -832px !important
}

.product-icons-48.product-icons-ace {
    background-position: -720px -880px !important
}

.product-icons-64.product-icons-ace-grey {
    background-position: -576px -128px !important
}

.product-icons-64.product-icons-ace {
    background-position: 0px -64px !important
}

.product-icons-32.product-icons-actiontrail-grey {
    background-position: -416px -1088px !important
}

.product-icons-32.product-icons-actiontrail {
    background-position: -384px -1088px !important
}

.product-icons-48.product-icons-actiontrail-grey {
    background-position: -976px -288px !important
}

.product-icons-48.product-icons-actiontrail {
    background-position: -432px -976px !important
}

.product-icons-64.product-icons-actiontrail-grey {
    background-position: -128px 0px !important
}

.product-icons-64.product-icons-actiontrail {
    background-position: -128px -64px !important
}

.product-icons-32.product-icons-ads-grey {
    background-position: -352px -1088px !important
}

.product-icons-32.product-icons-ads {
    background-position: -256px -1088px !important
}

.product-icons-48.product-icons-ads-grey {
    background-position: -768px -880px !important
}

.product-icons-48.product-icons-ads {
    background-position: -928px -384px !important
}

.product-icons-64.product-icons-ads-grey {
    background-position: -64px -128px !important
}

.product-icons-64.product-icons-ads {
    background-position: -128px -128px !important
}

.product-icons-32.product-icons-aegis-grey {
    background-position: -224px -1088px !important
}

.product-icons-32.product-icons-aegis {
    background-position: -192px -1088px !important
}

.product-icons-48.product-icons-aegis-grey {
    background-position: -688px -768px !important
}

.product-icons-48.product-icons-aegis {
    background-position: -832px -96px !important
}

.product-icons-64.product-icons-aegis-grey {
    background-position: -192px -64px !important
}

.product-icons-64.product-icons-aegis {
    background-position: -192px -128px !important
}

.product-icons-32.product-icons-antifraud-grey {
    background-position: -160px -1088px !important
}

.product-icons-32.product-icons-antifraud {
    background-position: -64px -1088px !important
}

.product-icons-48.product-icons-antifraud-grey {
    background-position: -880px -480px !important
}

.product-icons-48.product-icons-antifraud {
    background-position: -880px -720px !important
}

.product-icons-64.product-icons-antifraud-grey {
    background-position: -64px -192px !important
}

.product-icons-64.product-icons-antifraud {
    background-position: -128px -192px !important
}

.product-icons-32.product-icons-api-grey {
    background-position: -32px -1088px !important
}

.product-icons-32.product-icons-api {
    background-position: 0px -1088px !important
}

.product-icons-48.product-icons-api-grey {
    background-position: -96px -928px !important
}

.product-icons-48.product-icons-api {
    background-position: -192px -928px !important
}

.product-icons-64.product-icons-api-grey {
    background-position: -256px 0px !important
}

.product-icons-64.product-icons-api {
    background-position: -256px -64px !important
}

.product-icons-32.product-icons-apigateway-grey {
    background-position: -1104px -1056px !important
}

.product-icons-32.product-icons-apigateway {
    background-position: -1104px -960px !important
}

.product-icons-48.product-icons-apigateway-grey {
    background-position: -480px -976px !important
}

.product-icons-48.product-icons-apigateway {
    background-position: -576px -976px !important
}

.product-icons-64.product-icons-apigateway-grey {
    background-position: -256px -192px !important
}

.product-icons-64.product-icons-apigateway {
    background-position: 0px -256px !important
}

.product-icons-32.product-icons-aps-grey {
    background-position: -1104px -928px !important
}

.product-icons-32.product-icons-aps {
    background-position: -1104px -896px !important
}

.product-icons-48.product-icons-aps-grey {
    background-position: -832px -432px !important
}

.product-icons-48.product-icons-aps {
    background-position: -832px -528px !important
}

.product-icons-64.product-icons-aps-grey {
    background-position: -128px -256px !important
}

.product-icons-64.product-icons-aps {
    background-position: -192px -256px !important
}

.product-icons-32.product-icons-ats-grey {
    background-position: -1104px -864px !important
}

.product-icons-32.product-icons-ats {
    background-position: -1104px -768px !important
}

.product-icons-48.product-icons-ats-grey {
    background-position: -768px -832px !important
}

.product-icons-48.product-icons-ats {
    background-position: -880px 0px !important
}

.product-icons-64.product-icons-ats-grey {
    background-position: -320px 0px !important
}

.product-icons-64.product-icons-ats {
    background-position: -320px -64px !important
}

.product-icons-32.product-icons-batchcompute-grey {
    background-position: -1104px -736px !important
}

.product-icons-32.product-icons-batchcompute {
    background-position: -1104px -704px !important
}

.product-icons-48.product-icons-batchcompute-grey {
    background-position: -192px -880px !important
}

.product-icons-48.product-icons-batchcompute {
    background-position: -288px -880px !important
}

.product-icons-64.product-icons-batchcompute-grey {
    background-position: -320px -192px !important
}

.product-icons-64.product-icons-batchcompute {
    background-position: -320px -256px !important
}

.product-icons-32.product-icons-cas-grey {
    background-position: -1104px -672px !important
}

.product-icons-32.product-icons-cas {
    background-position: -1104px -576px !important
}

.product-icons-48.product-icons-cas-grey {
    background-position: -928px -432px !important
}

.product-icons-48.product-icons-cas {
    background-position: -928px -480px !important
}

.product-icons-64.product-icons-cas-grey {
    background-position: -64px -320px !important
}

.product-icons-64.product-icons-cas {
    background-position: -128px -320px !important
}

.product-icons-32.product-icons-cdi-grey {
    background-position: -1104px -544px !important
}

.product-icons-32.product-icons-cdi {
    background-position: -1104px -512px !important
}

.product-icons-48.product-icons-cdi-grey {
    background-position: -672px -928px !important
}

.product-icons-48.product-icons-cdi {
    background-position: -720px -928px !important
}

.product-icons-64.product-icons-cdi-grey {
    background-position: -256px -320px !important
}

.product-icons-64.product-icons-cdi {
    background-position: -320px -320px !important
}

.product-icons-32.product-icons-cdn-grey {
    background-position: -1104px -480px !important
}

.product-icons-32.product-icons-cdn {
    background-position: -1104px -384px !important
}

.product-icons-48.product-icons-cdn-grey {
    background-position: -976px -864px !important
}

.product-icons-48.product-icons-cdn {
    background-position: -976px -912px !important
}

.product-icons-64.product-icons-cdn-grey {
    background-position: -384px -64px !important
}

.product-icons-64.product-icons-cdn {
    background-position: -384px -128px !important
}

.product-icons-32.product-icons-cdp-grey {
    background-position: -1104px -352px !important
}

.product-icons-32.product-icons-cdp {
    background-position: -1104px -320px !important
}

.product-icons-48.product-icons-cdp-grey {
    background-position: -1024px -48px !important
}

.product-icons-48.product-icons-cdp {
    background-position: -1024px -96px !important
}

.product-icons-64.product-icons-cdp-grey {
    background-position: -384px -256px !important
}

.product-icons-64.product-icons-cdp {
    background-position: -384px -320px !important
}

.product-icons-32.product-icons-cli-grey {
    background-position: -1104px -288px !important
}

.product-icons-32.product-icons-cli {
    background-position: -1104px -192px !important
}

.product-icons-48.product-icons-cli-grey {
    background-position: -832px -144px !important
}

.product-icons-48.product-icons-cli {
    background-position: -832px -192px !important
}

.product-icons-64.product-icons-cli-grey {
    background-position: -64px -384px !important
}

.product-icons-64.product-icons-cli {
    background-position: -128px -384px !important
}

.product-icons-32.product-icons-containerservice-grey {
    background-position: -1104px -160px !important
}

.product-icons-32.product-icons-containerservice {
    background-position: -1104px -128px !important
}

.product-icons-48.product-icons-containerservice-grey {
    background-position: -832px -720px !important
}

.product-icons-48.product-icons-containerservice {
    background-position: -832px -768px !important
}

.product-icons-64.product-icons-containerservice-grey {
    background-position: -256px -384px !important
}

.product-icons-64.product-icons-containerservice {
    background-position: -320px -384px !important
}

.product-icons-32.product-icons-cps-grey {
    background-position: -1104px -96px !important
}

.product-icons-32.product-icons-cps {
    background-position: -1104px 0px !important
}

.product-icons-48.product-icons-cps-grey {
    background-position: -480px -832px !important
}

.product-icons-48.product-icons-cps {
    background-position: -528px -832px !important
}

.product-icons-64.product-icons-cps-grey {
    background-position: -448px 0px !important
}

.product-icons-64.product-icons-cps {
    background-position: -448px -64px !important
}

.product-icons-32.product-icons-csb-grey {
    background-position: -1056px -1056px !important
}

.product-icons-32.product-icons-csb {
    background-position: -1024px -1056px !important
}

.product-icons-48.product-icons-csb-grey {
    background-position: -880px -192px !important
}

.product-icons-48.product-icons-csb {
    background-position: -880px -240px !important
}

.product-icons-64.product-icons-csb-grey {
    background-position: -448px -192px !important
}

.product-icons-64.product-icons-csb {
    background-position: -448px -256px !important
}

.product-icons-32.product-icons-ddos-grey {
    background-position: -992px -1056px !important
}

.product-icons-32.product-icons-ddos {
    background-position: -896px -1056px !important
}

.product-icons-48.product-icons-ddos-grey {
    background-position: -880px -768px !important
}

.product-icons-48.product-icons-ddos {
    background-position: -880px -816px !important
}

.product-icons-64.product-icons-ddos-grey {
    background-position: -448px -384px !important
}

.product-icons-64.product-icons-ddos {
    background-position: 0px -448px !important
}

.product-icons-32.product-icons-ddosbasic-grey {
    background-position: -864px -1056px !important
}

.product-icons-32.product-icons-ddosbasic {
    background-position: -832px -1056px !important
}

.product-icons-48.product-icons-ddosbasic-grey {
    background-position: -480px -880px !important
}

.product-icons-48.product-icons-ddosbasic {
    background-position: -528px -880px !important
}

.product-icons-64.product-icons-ddosbasic-grey {
    background-position: -128px -448px !important
}

.product-icons-64.product-icons-ddosbasic {
    background-position: -192px -448px !important
}

.product-icons-32.product-icons-dfs-grey {
    background-position: -800px -1056px !important
}

.product-icons-32.product-icons-dfs {
    background-position: -704px -1056px !important
}

.product-icons-48.product-icons-dfs-grey {
    background-position: -928px -144px !important
}

.product-icons-48.product-icons-dfs {
    background-position: -928px -192px !important
}

.product-icons-64.product-icons-dfs-grey {
    background-position: -320px -448px !important
}

.product-icons-64.product-icons-dfs {
    background-position: -384px -448px !important
}

.product-icons-32.product-icons-directmail-grey {
    background-position: -672px -1056px !important
}

.product-icons-32.product-icons-directmail {
    background-position: -640px -1056px !important
}

.product-icons-48.product-icons-directmail-grey {
    background-position: -928px -672px !important
}

.product-icons-48.product-icons-directmail {
    background-position: -928px -720px !important
}

.product-icons-64.product-icons-directmail-grey {
    background-position: -512px 0px !important
}

.product-icons-64.product-icons-directmail {
    background-position: -512px -64px !important
}

.product-icons-32.product-icons-disk-grey {
    background-position: -608px -1056px !important
}

.product-icons-32.product-icons-disk {
    background-position: -512px -1056px !important
}

.product-icons-48.product-icons-disk-grey {
    background-position: -336px -928px !important
}

.product-icons-48.product-icons-disk {
    background-position: -384px -928px !important
}

.product-icons-64.product-icons-disk-grey {
    background-position: -512px -192px !important
}

.product-icons-64.product-icons-disk {
    background-position: -512px -256px !important
}

.product-icons-32.product-icons-dms-grey {
    background-position: -480px -1056px !important
}

.product-icons-32.product-icons-dms {
    background-position: -448px -1056px !important
}

.product-icons-48.product-icons-dms-grey {
    background-position: -912px -928px !important
}

.product-icons-48.product-icons-dms {
    background-position: -976px 0px !important
}

.product-icons-64.product-icons-dms-grey {
    background-position: -512px -384px !important
}

.product-icons-64.product-icons-dms {
    background-position: -512px -448px !important
}

.product-icons-32.product-icons-dpc-grey {
    background-position: -416px -1056px !important
}

.product-icons-32.product-icons-dpc {
    background-position: -320px -1056px !important
}

.product-icons-48.product-icons-dpc-grey {
    background-position: -976px -528px !important
}

.product-icons-48.product-icons-dpc {
    background-position: -976px -576px !important
}

.product-icons-64.product-icons-dpc-grey {
    background-position: -64px -512px !important
}

.product-icons-64.product-icons-dpc {
    background-position: -128px -512px !important
}

.product-icons-32.product-icons-drds-grey {
    background-position: -288px -1056px !important
}

.product-icons-32.product-icons-drds {
    background-position: -256px -1056px !important
}

.product-icons-48.product-icons-drds-grey {
    background-position: -144px -976px !important
}

.product-icons-48.product-icons-drds {
    background-position: -192px -976px !important
}

.product-icons-64.product-icons-drds-grey {
    background-position: -256px -512px !important
}

.product-icons-64.product-icons-drds {
    background-position: -320px -512px !important
}

.product-icons-32.product-icons-dsi-grey {
    background-position: -224px -1056px !important
}

.product-icons-32.product-icons-dsi {
    background-position: -128px -1056px !important
}

.product-icons-48.product-icons-dsi-grey {
    background-position: -720px -976px !important
}

.product-icons-48.product-icons-dsi {
    background-position: -768px -976px !important
}

.product-icons-64.product-icons-dsi-grey {
    background-position: -448px -512px !important
}

.product-icons-64.product-icons-dsi {
    background-position: -512px -512px !important
}

.product-icons-32.product-icons-dts-grey {
    background-position: -96px -1056px !important
}

.product-icons-32.product-icons-dts {
    background-position: -64px -1056px !important
}

.product-icons-48.product-icons-dts-grey {
    background-position: -1024px -288px !important
}

.product-icons-48.product-icons-dts {
    background-position: -1024px -336px !important
}

.product-icons-64.product-icons-dts-grey {
    background-position: -576px -64px !important
}

.product-icons-64.product-icons-dts {
    background-position: 0px 0px !important
}

.product-icons-32.product-icons-eclipse-grey {
    background-position: -32px -1056px !important
}

.product-icons-32.product-icons-eclipse {
    background-position: -1072px -992px !important
}

.product-icons-48.product-icons-eclipse-grey {
    background-position: -832px 0px !important
}

.product-icons-48.product-icons-eclipse {
    background-position: -832px -48px !important
}

.product-icons-64.product-icons-eclipse-grey {
    background-position: -576px -256px !important
}

.product-icons-64.product-icons-eclipse {
    background-position: -576px -320px !important
}

.product-icons-32.product-icons-ecs-grey {
    background-position: -1072px -960px !important
}

.product-icons-32.product-icons-ecs {
    background-position: -1072px -928px !important
}

.product-icons-48.product-icons-ecs-grey {
    background-position: -832px -288px !important
}

.product-icons-48.product-icons-ecs {
    background-position: -832px -336px !important
}

.product-icons-64.product-icons-ecs-grey {
    background-position: -576px -448px !important
}

.product-icons-64.product-icons-ecs {
    background-position: -576px -512px !important
}

.product-icons-32.product-icons-edas-grey {
    background-position: -1072px -896px !important
}

.product-icons-32.product-icons-edas {
    background-position: -1072px -800px !important
}

.product-icons-48.product-icons-edas-grey {
    background-position: -832px -576px !important
}

.product-icons-48.product-icons-edas {
    background-position: -832px -624px !important
}

.product-icons-64.product-icons-edas-grey {
    background-position: -64px -576px !important
}

.product-icons-64.product-icons-edas {
    background-position: -128px -576px !important
}

.product-icons-32.product-icons-elp-grey {
    background-position: -1072px -768px !important
}

.product-icons-32.product-icons-elp {
    background-position: -1072px -736px !important
}

.product-icons-48.product-icons-elp-grey {
    background-position: -48px -832px !important
}

.product-icons-48.product-icons-elp {
    background-position: -96px -832px !important
}

.product-icons-64.product-icons-elp-grey {
    background-position: -256px -576px !important
}

.product-icons-64.product-icons-elp {
    background-position: -320px -576px !important
}

.product-icons-32.product-icons-emapreduce-grey {
    background-position: -1072px -704px !important
}

.product-icons-32.product-icons-emapreduce {
    background-position: -1072px -608px !important
}

.product-icons-48.product-icons-emapreduce-grey {
    background-position: -336px -832px !important
}

.product-icons-48.product-icons-emapreduce {
    background-position: -384px -832px !important
}

.product-icons-64.product-icons-emapreduce-grey {
    background-position: -448px -576px !important
}

.product-icons-64.product-icons-emapreduce {
    background-position: -512px -576px !important
}

.product-icons-32.product-icons-esn-grey {
    background-position: -1072px -576px !important
}

.product-icons-32.product-icons-esn {
    background-position: -1072px -544px !important
}

.product-icons-48.product-icons-esn-grey {
    background-position: -624px -832px !important
}

.product-icons-48.product-icons-esn {
    background-position: -672px -832px !important
}

.product-icons-64.product-icons-esn-grey {
    background-position: -640px 0px !important
}

.product-icons-64.product-icons-esn {
    background-position: -640px -64px !important
}

.product-icons-32.product-icons-ess-grey {
    background-position: -1072px -512px !important
}

.product-icons-32.product-icons-ess {
    background-position: -1072px -416px !important
}

.product-icons-48.product-icons-ess-grey {
    background-position: -880px -48px !important
}

.product-icons-48.product-icons-ess {
    background-position: -880px -96px !important
}

.product-icons-64.product-icons-ess-grey {
    background-position: -640px -192px !important
}

.product-icons-64.product-icons-ess {
    background-position: -640px -256px !important
}

.product-icons-32.product-icons-expressconnect-grey {
    background-position: -1072px -384px !important
}

.product-icons-32.product-icons-expressconnect {
    background-position: -1072px -352px !important
}

.product-icons-48.product-icons-expressconnect-grey {
    background-position: -880px -336px !important
}

.product-icons-48.product-icons-expressconnect {
    background-position: -880px -384px !important
}

.product-icons-64.product-icons-expressconnect-grey {
    background-position: -640px -384px !important
}

.product-icons-64.product-icons-expressconnect {
    background-position: -640px -448px !important
}

.product-icons-32.product-icons-havip-grey {
    background-position: -1072px -320px !important
}

.product-icons-32.product-icons-havip {
    background-position: -1072px -224px !important
}

.product-icons-48.product-icons-havip-grey {
    background-position: -880px -624px !important
}

.product-icons-48.product-icons-havip {
    background-position: -880px -672px !important
}

.product-icons-64.product-icons-havip-grey {
    background-position: -640px -576px !important
}

.product-icons-64.product-icons-havip {
    background-position: 0px -640px !important
}

.product-icons-32.product-icons-hpc-grey {
    background-position: -1072px -192px !important
}

.product-icons-32.product-icons-hpc {
    background-position: -1072px -160px !important
}

.product-icons-48.product-icons-hpc-grey {
    background-position: -48px -880px !important
}

.product-icons-48.product-icons-hpc {
    background-position: -96px -880px !important
}

.product-icons-64.product-icons-hpc-grey {
    background-position: -128px -640px !important
}

.product-icons-64.product-icons-hpc {
    background-position: -192px -640px !important
}

.product-icons-32.product-icons-hsm-grey {
    background-position: -1072px -128px !important
}

.product-icons-32.product-icons-hsm {
    background-position: -1072px -32px !important
}

.product-icons-48.product-icons-hsm-grey {
    background-position: -336px -880px !important
}

.product-icons-48.product-icons-hsm {
    background-position: -384px -880px !important
}

.product-icons-64.product-icons-hsm-grey {
    background-position: -320px -640px !important
}

.product-icons-64.product-icons-hsm {
    background-position: -384px -640px !important
}

.product-icons-32.product-icons-iot-grey {
    background-position: -1072px 0px !important
}

.product-icons-32.product-icons-iot {
    background-position: -1024px -1024px !important
}

.product-icons-48.product-icons-iot-grey {
    background-position: -624px -880px !important
}

.product-icons-48.product-icons-iot {
    background-position: -672px -880px !important
}

.product-icons-64.product-icons-iot-grey {
    background-position: -512px -640px !important
}

.product-icons-64.product-icons-iot {
    background-position: -576px -640px !important
}

.product-icons-32.product-icons-jiankong-grey {
    background-position: -992px -1024px !important
}

.product-icons-32.product-icons-jiankong {
    background-position: -896px -1024px !important
}

.product-icons-48.product-icons-jiankong-grey {
    background-position: -928px 0px !important
}

.product-icons-48.product-icons-jiankong {
    background-position: -928px -48px !important
}

.product-icons-64.product-icons-jiankong-grey {
    background-position: -704px 0px !important
}

.product-icons-64.product-icons-jiankong {
    background-position: -704px -64px !important
}

.product-icons-32.product-icons-keyongxingzhongxin-grey {
    background-position: -864px -1024px !important
}

.product-icons-32.product-icons-keyongxingzhongxin {
    background-position: -832px -1024px !important
}

.product-icons-48.product-icons-keyongxingzhongxin-grey {
    background-position: -928px -288px !important
}

.product-icons-48.product-icons-keyongxingzhongxin {
    background-position: -144px -832px !important
}

.product-icons-64.product-icons-keyongxingzhongxin-grey {
    background-position: -704px -192px !important
}

.product-icons-64.product-icons-keyongxingzhongxin {
    background-position: -704px -256px !important
}

.product-icons-32.product-icons-kms-grey {
    background-position: -704px -1024px !important
}

.product-icons-32.product-icons-kms {
    background-position: -672px -1024px !important
}

.product-icons-48.product-icons-kms-grey {
    background-position: -928px -576px !important
}

.product-icons-48.product-icons-kms {
    background-position: -928px -624px !important
}

.product-icons-64.product-icons-kms-grey {
    background-position: -704px -448px !important
}

.product-icons-64.product-icons-kms {
    background-position: -704px -512px !important
}

.product-icons-32.product-icons-kvstore-grey {
    background-position: -640px -1024px !important
}

.product-icons-32.product-icons-kvstore {
    background-position: -608px -1024px !important
}

.product-icons-48.product-icons-kvstore-grey {
    background-position: -928px -864px !important
}

.product-icons-48.product-icons-kvstore {
    background-position: 0px -928px !important
}

.product-icons-64.product-icons-kvstore-grey {
    background-position: -704px -576px !important
}

.product-icons-64.product-icons-kvstore {
    background-position: -704px -640px !important
}

.product-icons-32.product-icons-livevideo-grey {
    background-position: -512px -1024px !important
}

.product-icons-32.product-icons-livevideo {
    background-position: -480px -1024px !important
}

.product-icons-48.product-icons-livevideo-grey {
    background-position: -240px -928px !important
}

.product-icons-48.product-icons-livevideo {
    background-position: -288px -928px !important
}

.product-icons-64.product-icons-livevideo-grey {
    background-position: -128px -704px !important
}

.product-icons-64.product-icons-livevideo {
    background-position: -192px -704px !important
}

.product-icons-32.product-icons-lvwang-grey {
    background-position: -448px -1024px !important
}

.product-icons-32.product-icons-lvwang {
    background-position: -416px -1024px !important
}

.product-icons-48.product-icons-lvwang-grey {
    background-position: -528px -928px !important
}

.product-icons-48.product-icons-lvwang {
    background-position: -576px -928px !important
}

.product-icons-64.product-icons-lvwang-grey {
    background-position: -256px -704px !important
}

.product-icons-64.product-icons-lvwang {
    background-position: -320px -704px !important
}

.product-icons-32.product-icons-mac-grey {
    background-position: -320px -1024px !important
}

.product-icons-32.product-icons-mac {
    background-position: -288px -1024px !important
}

.product-icons-48.product-icons-mac-grey {
    background-position: -816px -928px !important
}

.product-icons-48.product-icons-mac {
    background-position: -864px -928px !important
}

.product-icons-64.product-icons-mac-grey {
    background-position: -512px -704px !important
}

.product-icons-64.product-icons-mac {
    background-position: -576px -704px !important
}

.product-icons-32.product-icons-man-grey {
    background-position: -256px -1024px !important
}

.product-icons-32.product-icons-man {
    background-position: -224px -1024px !important
}

.product-icons-48.product-icons-man-grey {
    background-position: -976px -144px !important
}

.product-icons-48.product-icons-man {
    background-position: -976px -192px !important
}

.product-icons-64.product-icons-man-grey {
    background-position: -640px -704px !important
}

.product-icons-64.product-icons-man {
    background-position: -704px -704px !important
}

.product-icons-32.product-icons-mns-grey {
    background-position: -128px -1024px !important
}

.product-icons-32.product-icons-mns {
    background-position: -96px -1024px !important
}

.product-icons-48.product-icons-mns-grey {
    background-position: -976px -432px !important
}

.product-icons-48.product-icons-mns {
    background-position: -976px -480px !important
}

.product-icons-64.product-icons-mns-grey {
    background-position: -768px -128px !important
}

.product-icons-64.product-icons-mns {
    background-position: -768px -192px !important
}

.product-icons-32.product-icons-mongodb-grey {
    background-position: -64px -1024px !important
}

.product-icons-32.product-icons-mongodb {
    background-position: -32px -1024px !important
}

.product-icons-48.product-icons-mongodb-grey {
    background-position: -976px -720px !important
}

.product-icons-48.product-icons-mongodb {
    background-position: -976px -768px !important
}

.product-icons-64.product-icons-mongodb-grey {
    background-position: -768px -256px !important
}

.product-icons-64.product-icons-mongodb {
    background-position: -768px -320px !important
}

.product-icons-32.product-icons-mqs-grey {
    background-position: -1024px -960px !important
}

.product-icons-32.product-icons-mqs {
    background-position: -1024px -928px !important
}

.product-icons-48.product-icons-mqs-grey {
    background-position: -48px -976px !important
}

.product-icons-48.product-icons-mqs {
    background-position: -96px -976px !important
}

.product-icons-64.product-icons-mqs-grey {
    background-position: -768px -512px !important
}

.product-icons-64.product-icons-mqs {
    background-position: -768px -576px !important
}

.product-icons-32.product-icons-mss-grey {
    background-position: -1024px -896px !important
}

.product-icons-32.product-icons-mss {
    background-position: -1024px -864px !important
}

.product-icons-48.product-icons-mss-grey {
    background-position: -336px -976px !important
}

.product-icons-48.product-icons-mss {
    background-position: -384px -976px !important
}

.product-icons-64.product-icons-mss-grey {
    background-position: -768px -640px !important
}

.product-icons-64.product-icons-mss {
    background-position: -768px -704px !important
}

.product-icons-32.product-icons-mts-grey {
    background-position: -1024px -768px !important
}

.product-icons-32.product-icons-mts {
    background-position: -1024px -736px !important
}

.product-icons-48.product-icons-mts-grey {
    background-position: -624px -976px !important
}

.product-icons-48.product-icons-mts {
    background-position: -672px -976px !important
}

.product-icons-64.product-icons-mts-grey {
    background-position: -128px -768px !important
}

.product-icons-64.product-icons-mts {
    background-position: -192px -768px !important
}

.product-icons-32.product-icons-nas-grey {
    background-position: -1024px -704px !important
}

.product-icons-32.product-icons-nas {
    background-position: -1024px -672px !important
}

.product-icons-48.product-icons-nas-grey {
    background-position: -912px -976px !important
}

.product-icons-48.product-icons-nas {
    background-position: -960px -976px !important
}

.product-icons-64.product-icons-nas-grey {
    background-position: -256px -768px !important
}

.product-icons-64.product-icons-nas {
    background-position: -320px -768px !important
}

.product-icons-32.product-icons-oas-grey {
    background-position: -1024px -576px !important
}

.product-icons-32.product-icons-oas {
    background-position: -1024px -544px !important
}

.product-icons-48.product-icons-oas-grey {
    background-position: -1024px -192px !important
}

.product-icons-48.product-icons-oas {
    background-position: -1024px -240px !important
}

.product-icons-64.product-icons-oas-grey {
    background-position: -512px -768px !important
}

.product-icons-64.product-icons-oas {
    background-position: -576px -768px !important
}

.product-icons-32.product-icons-oceanbase-grey {
    background-position: 0px -1056px !important
}

.product-icons-32.product-icons-oceanbase {
    background-position: -1024px -512px !important
}

.product-icons-48.product-icons-oceanbase-grey {
    background-position: -1024px -432px !important
}

.product-icons-48.product-icons-oceanbase {
    background-position: -1024px -384px !important
}

.product-icons-64.product-icons-oceanbase-grey {
    background-position: -448px -768px !important
}

.product-icons-64.product-icons-oceanbase {
    background-position: -384px -768px !important
}

.product-icons-32.product-icons-ocs-grey {
    background-position: -1024px -608px !important
}

.product-icons-32.product-icons-ocs {
    background-position: -1024px -640px !important
}

.product-icons-48.product-icons-ocs-grey {
    background-position: -864px -976px !important
}

.product-icons-48.product-icons-ocs {
    background-position: -816px -976px !important
}

.product-icons-64.product-icons-ocs-grey {
    background-position: -64px -768px !important
}

.product-icons-64.product-icons-ocs {
    background-position: 0px -768px !important
}

.product-icons-32.product-icons-odps-grey {
    background-position: -1024px -800px !important
}

.product-icons-32.product-icons-odps {
    background-position: -1024px -832px !important
}

.product-icons-48.product-icons-odps-grey {
    background-position: -288px -976px !important
}

.product-icons-48.product-icons-odps {
    background-position: -240px -976px !important
}

.product-icons-64.product-icons-odps-grey {
    background-position: -768px -448px !important
}

.product-icons-64.product-icons-odps {
    background-position: -768px -384px !important
}

.product-icons-32.product-icons-ons-grey {
    background-position: -1024px -992px !important
}

.product-icons-32.product-icons-ons {
    background-position: 0px -1024px !important
}

.product-icons-48.product-icons-ons-grey {
    background-position: -976px -672px !important
}

.product-icons-48.product-icons-ons {
    background-position: -976px -624px !important
}

.product-icons-64.product-icons-ons-grey {
    background-position: -768px -64px !important
}

.product-icons-64.product-icons-ons {
    background-position: -768px 0px !important
}

.product-icons-32.product-icons-opensearch-grey {
    background-position: -160px -1024px !important
}

.product-icons-32.product-icons-opensearch {
    background-position: -192px -1024px !important
}

.product-icons-48.product-icons-opensearch-grey {
    background-position: -976px -96px !important
}

.product-icons-48.product-icons-opensearch {
    background-position: -976px -48px !important
}

.product-icons-64.product-icons-opensearch-grey {
    background-position: -448px -704px !important
}

.product-icons-64.product-icons-opensearch {
    background-position: -384px -704px !important
}

.product-icons-32.product-icons-oss-grey {
    background-position: -352px -1024px !important
}

.product-icons-32.product-icons-oss {
    background-position: -384px -1024px !important
}

.product-icons-48.product-icons-oss-grey {
    background-position: -480px -928px !important
}

.product-icons-48.product-icons-oss {
    background-position: -432px -928px !important
}

.product-icons-64.product-icons-oss-grey {
    background-position: -64px -704px !important
}

.product-icons-64.product-icons-oss {
    background-position: 0px -704px !important
}

.product-icons-32.product-icons-ots-grey {
    background-position: -544px -1024px !important
}

.product-icons-32.product-icons-ots {
    background-position: -576px -1024px !important
}

.product-icons-48.product-icons-ots-grey {
    background-position: -928px -816px !important
}

.product-icons-48.product-icons-ots {
    background-position: -928px -768px !important
}

.product-icons-64.product-icons-ots-grey {
    background-position: -704px -384px !important
}

.product-icons-64.product-icons-ots {
    background-position: -704px -320px !important
}

.product-icons-32.product-icons-petadata-grey {
    background-position: -736px -1024px !important
}

.product-icons-32.product-icons-petadata {
    background-position: -768px -1024px !important
}

.product-icons-48.product-icons-petadata-grey {
    background-position: -928px -336px !important
}

.product-icons-48.product-icons-petadata {
    background-position: -928px -240px !important
}

.product-icons-64.product-icons-petadata-grey {
    background-position: -704px -128px !important
}

.product-icons-64.product-icons-petadata {
    background-position: -640px -640px !important
}

.product-icons-32.product-icons-pts-grey {
    background-position: -928px -1024px !important
}

.product-icons-32.product-icons-pts {
    background-position: -960px -1024px !important
}

.product-icons-48.product-icons-pts-grey {
    background-position: -816px -880px !important
}

.product-icons-48.product-icons-pts {
    background-position: -576px -880px !important
}

.product-icons-64.product-icons-pts-grey {
    background-position: -448px -640px !important
}

.product-icons-64.product-icons-pts {
    background-position: -256px -640px !important
}

.product-icons-32.product-icons-ram-grey {
    background-position: -1072px -64px !important
}

.product-icons-32.product-icons-ram {
    background-position: -1072px -96px !important
}

.product-icons-48.product-icons-ram-grey {
    background-position: -240px -880px !important
}

.product-icons-48.product-icons-ram {
    background-position: 0px -880px !important
}

.product-icons-64.product-icons-ram-grey {
    background-position: -64px -640px !important
}

.product-icons-64.product-icons-ram {
    background-position: -640px -512px !important
}

.product-icons-32.product-icons-rds-grey {
    background-position: -1072px -256px !important
}

.product-icons-32.product-icons-rds {
    background-position: -1072px -288px !important
}

.product-icons-48.product-icons-rds-grey {
    background-position: -880px -528px !important
}

.product-icons-48.product-icons-rds {
    background-position: -880px -288px !important
}

.product-icons-64.product-icons-rds-grey {
    background-position: -640px -320px !important
}

.product-icons-64.product-icons-rds {
    background-position: -640px -128px !important
}

.product-icons-32.product-icons-ros-grey {
    background-position: -1072px -448px !important
}

.product-icons-32.product-icons-ros {
    background-position: -1072px -480px !important
}

.product-icons-48.product-icons-ros-grey {
    background-position: -816px -832px !important
}

.product-icons-48.product-icons-ros {
    background-position: -576px -832px !important
}

.product-icons-64.product-icons-ros-grey {
    background-position: -576px -576px !important
}

.product-icons-64.product-icons-ros {
    background-position: -384px -576px !important
}

.product-icons-32.product-icons-sas-grey {
    background-position: -1072px -640px !important
}

.product-icons-32.product-icons-sas {
    background-position: -1072px -672px !important
}

.product-icons-48.product-icons-sas-grey {
    background-position: -240px -832px !important
}

.product-icons-48.product-icons-sas {
    background-position: 0px -832px !important
}

.product-icons-64.product-icons-sas-grey {
    background-position: -192px -576px !important
}

.product-icons-64.product-icons-sas {
    background-position: 0px -576px !important
}

.product-icons-32.product-icons-scan-grey {
    background-position: -1072px -832px !important
}

.product-icons-32.product-icons-scan {
    background-position: -1072px -864px !important
}

.product-icons-48.product-icons-scan-grey {
    background-position: -832px -480px !important
}

.product-icons-48.product-icons-scan {
    background-position: -832px -240px !important
}

.product-icons-64.product-icons-scan-grey {
    background-position: -576px -384px !important
}

.product-icons-64.product-icons-scan {
    background-position: -576px -192px !important
}

.product-icons-32.product-icons-slb-grey {
    background-position: -1072px -1024px !important
}

.product-icons-32.product-icons-slb {
    background-position: -1024px -480px !important
}

.product-icons-48.product-icons-slb-grey {
    background-position: -736px -768px !important
}

.product-icons-48.product-icons-slb {
    background-position: -1024px -144px !important
}

.product-icons-64.product-icons-slb-grey {
    background-position: -576px 0px !important
}

.product-icons-64.product-icons-slb {
    background-position: -384px -512px !important
}

.product-icons-32.product-icons-slm-grey {
    background-position: -160px -1056px !important
}

.product-icons-32.product-icons-slm {
    background-position: -192px -1056px !important
}

.product-icons-48.product-icons-slm-grey {
    background-position: -528px -976px !important
}

.product-icons-48.product-icons-slm {
    background-position: 0px -976px !important
}

.product-icons-64.product-icons-slm-grey {
    background-position: -192px -512px !important
}

.product-icons-64.product-icons-slm {
    background-position: 0px -512px !important
}

.product-icons-32.product-icons-sls-grey {
    background-position: -352px -1056px !important
}

.product-icons-32.product-icons-sls {
    background-position: -384px -1056px !important
}

.product-icons-48.product-icons-sls-grey {
    background-position: -976px -336px !important
}

.product-icons-48.product-icons-sls {
    background-position: -768px -928px !important
}

.product-icons-64.product-icons-sls-grey {
    background-position: -512px -320px !important
}

.product-icons-64.product-icons-sls {
    background-position: -512px -128px !important
}

.product-icons-32.product-icons-sos-grey {
    background-position: -544px -1056px !important
}

.product-icons-32.product-icons-sos {
    background-position: -576px -1056px !important
}

.product-icons-48.product-icons-sos-grey {
    background-position: -144px -928px !important
}

.product-icons-48.product-icons-sos {
    background-position: -928px -528px !important
}

.product-icons-64.product-icons-sos-grey {
    background-position: -448px -448px !important
}

.product-icons-64.product-icons-sos {
    background-position: -256px -448px !important
}

.product-icons-32.product-icons-toolsimage-grey {
    background-position: -736px -1056px !important
}

.product-icons-32.product-icons-toolsimage {
    background-position: -768px -1056px !important
}

.product-icons-48.product-icons-toolsimage-grey {
    background-position: -864px -880px !important
}

.product-icons-48.product-icons-toolsimage {
    background-position: -432px -880px !important
}

.product-icons-64.product-icons-toolsimage-grey {
    background-position: -64px -448px !important
}

.product-icons-64.product-icons-toolsimage {
    background-position: -448px -320px !important
}

.product-icons-32.product-icons-vipaegis-grey {
    background-position: -928px -1056px !important
}

.product-icons-32.product-icons-vipaegis {
    background-position: -960px -1056px !important
}

.product-icons-48.product-icons-vipaegis-grey {
    background-position: -880px -576px !important
}

.product-icons-48.product-icons-vipaegis {
    background-position: -880px -144px !important
}

.product-icons-64.product-icons-vipaegis-grey {
    background-position: -448px -128px !important
}

.product-icons-64.product-icons-vipaegis {
    background-position: -384px -384px !important
}

.product-icons-32.product-icons-visualstudio-grey {
    background-position: -1104px -32px !important
}

.product-icons-32.product-icons-visualstudio {
    background-position: -1104px -64px !important
}

.product-icons-48.product-icons-visualstudio-grey {
    background-position: -288px -832px !important
}

.product-icons-48.product-icons-visualstudio {
    background-position: -832px -672px !important
}

.product-icons-64.product-icons-visualstudio-grey {
    background-position: -192px -384px !important
}

.product-icons-64.product-icons-visualstudio {
    background-position: 0px -384px !important
}

.product-icons-32.product-icons-vod-grey {
    background-position: -1104px -224px !important
}

.product-icons-32.product-icons-vod {
    background-position: -1104px -256px !important
}

.product-icons-48.product-icons-vod-grey {
    background-position: -784px -768px !important
}

.product-icons-48.product-icons-vod {
    background-position: -1024px 0px !important
}

.product-icons-64.product-icons-vod-grey {
    background-position: -384px -192px !important
}

.product-icons-64.product-icons-vod {
    background-position: -384px 0px !important
}

.product-icons-32.product-icons-vpc-grey {
    background-position: -1104px -416px !important
}

.product-icons-32.product-icons-vpc {
    background-position: -1104px -448px !important
}

.product-icons-48.product-icons-vpc-grey {
    background-position: -976px -384px !important
}

.product-icons-48.product-icons-vpc {
    background-position: -624px -928px !important
}

.product-icons-64.product-icons-vpc-grey {
    background-position: -192px -320px !important
}

.product-icons-64.product-icons-vpc {
    background-position: 0px -320px !important
}

.product-icons-32.product-icons-waf-grey {
    background-position: -1104px -608px !important
}

.product-icons-32.product-icons-waf {
    background-position: -1104px -640px !important
}

.product-icons-48.product-icons-waf-grey {
    background-position: -928px -96px !important
}

.product-icons-48.product-icons-waf {
    background-position: -144px -880px !important
}

.product-icons-64.product-icons-waf-grey {
    background-position: -320px -128px !important
}

.product-icons-64.product-icons-waf {
    background-position: -256px -256px !important
}

.product-icons-32.product-icons-xianzhi-grey {
    background-position: -1104px -800px !important
}

.product-icons-32.product-icons-xianzhi {
    background-position: -1104px -832px !important
}

.product-icons-48.product-icons-xianzhi-grey {
    background-position: -432px -832px !important
}

.product-icons-48.product-icons-xianzhi {
    background-position: -832px -384px !important
}

.product-icons-64.product-icons-xianzhi-grey {
    background-position: -64px -256px !important
}

.product-icons-64.product-icons-xianzhi {
    background-position: -256px -128px !important
}

.product-icons-32.product-icons-ysf-grey {
    background-position: -1104px -992px !important
}

.product-icons-32.product-icons-ysf {
    background-position: -1104px -1024px !important
}

.product-icons-48.product-icons-ysf-grey {
    background-position: -976px -816px !important
}

.product-icons-48.product-icons-ysf {
    background-position: -48px -928px !important
}

.product-icons-64.product-icons-ysf-grey {
    background-position: -192px -192px !important
}

.product-icons-64.product-icons-ysf {
    background-position: 0px -192px !important
}

.product-icons-32.product-icons-yundun-grey {
    background-position: -96px -1088px !important
}

.product-icons-32.product-icons-yundun {
    background-position: -128px -1088px !important
}

.product-icons-48.product-icons-yundun-grey {
    background-position: -720px -832px !important
}

.product-icons-48.product-icons-yundun {
    background-position: -640px -768px !important
}

.product-icons-64.product-icons-yundun-grey {
    background-position: -192px 0px !important
}

.product-icons-64.product-icons-yundun {
    background-position: 0px -128px !important
}

.product-icons-32.product-icons-yunjiankong-grey {
    background-position: -288px -1088px !important
}

.product-icons-32.product-icons-yunjiankong {
    background-position: -320px -1088px !important
}

.product-icons-48.product-icons-yunjiankong-grey {
    background-position: -880px -432px !important
}

.product-icons-48.product-icons-yunjiankong {
    background-position: -976px -240px !important
}

.product-icons-64.product-icons-yunjiankong-grey {
    background-position: -64px -64px !important
}

.product-icons-64.product-icons-yunjiankong {
    background-position: -64px 0px !important
}

.console-search {
    box-sizing: border-box;
    float: left;
    margin-right: 1px;
    position: relative;
    z-index: 11
}

.console-search * {
    box-sizing: border-box
}

.console-search .console-search-ask {
    position: relative
}

.console-search .console-search-ask .console-search-ask-input {
    width: 200px;
    height: 40px;
    background: #2a2e31;
    border: 0;
    padding: 12px 30px 12px 10px;
    display: inline-block;
    color: #999;
    -webkit-border-radius: 1px 1px;
    -moz-border-radius: 1px / 1px;
    border-radius: 1px / 1px;
    -o-transition: all 0.3s, 0.3s;
    -ms-transition: all 0.3s, 0.3s;
    -moz-transition: all 0.3s, 0.3s;
    -webkit-transition: all 0.3s, 0.3s
}

.console-search .console-search-ask .console-search-ask-input:focus {
    outline: none
}

.console-search .console-search-ask .console-search-mark {
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    height: 100%;
    width: 40px;
    color: #eee;
    padding: 5px;
    text-decoration: none;
    display: block
}

.console-search .console-search-ask .console-search-questionmark {
    right: 0;
    top: 0
}

.console-search .console-search-ask-active .console-search-ask-input {
    width: 320px;
    height: 40px;
    background: #f2f2f2;
    border: 0;
    color: #000
}

.console-search .console-search-ask-active .console-search-questionmark {
    color: #0099cc
}

.console-search .console-search-answer {
    width: 402px;
    margin-top: 2px;
    left: -1px;
    border: 1px solid #d4d4d4;
    border-top: none;
    background: #fff;
    position: absolute;
    -webkit-border-radius: 2px 2px;
    -moz-border-radius: 2px / 2px;
    border-radius: 2px / 2px;
    text-shadow: 1px
}

.console-search .console-search-answer .console-search-answer-head {
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
    height: 42px
}

.console-search .console-search-answer .console-search-answer-head ul {
    list-style: none;
    margin: 0;
    padding: 0 24px
}

.console-search .console-search-answer .console-search-answer-head ul li {
    float: left;
    margin-right: 14px;
    height: 42px;
    line-height: 42px
}

.console-search .console-search-answer .console-search-answer-head ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #666;
    text-decoration: none
}

.console-search .console-search-answer .console-search-answer-head ul li a:hover {
    color: #ff6500;
    border-bottom: 2px solid #ff6500
}

.console-search .console-search-answer .console-search-answer-head ul li.console-search-tab-active a {
    color: #ff6500;
    border-bottom: 2px solid #ff6500
}

.console-search .console-search-answer .console-search-answer-body {
    padding: 0 24px
}

.console-search .console-search-answer .console-search-answer-body .console-search-answer-list .console-search-answer-item {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee
}

.console-search .console-search-answer .console-search-answer-body .console-search-answer-list .console-search-answer-item a {
    color: #00a2ca
}

.console-search .console-search-answer .console-search-answer-body .console-search-answer-more {
    height: 40px;
    line-height: 40px;
    text-align: right
}

.console-search .console-search-answer .console-search-answer-body .console-search-answer-more a {
    color: #00a2ca
}

.selector {
    width: 100%;
    height: 140px;
    border: 1px solid #999;
    background-color: #FFF;
    overflow-x: hidden;
    overflow-y: auto
}

.selector .selector-list {
    list-style: none;
    margin: 0px;
    padding: 0px
}

.selector .selector-list .selector-item {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    border-bottom: 1px solid #DDD;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 8px
}

.selector .selector-list .selector-item:hover {
    color: #06C;
    background-color: #FAFCFF;
    cursor: pointer
}

.selector .selector-list .selector-item.active {
    background-color: #37C;
    color: #FFF
}

.selector .selector-list .selector-item.disabled {
    color: #AAA;
    cursor: not-allowed;
    background-color: #FAFAFA
}

.selector .selector-msg {
    text-align: center;
    color: #999;
    height: 32px;
    line-height: 32px
}

.selector.selector-status-error .selector-msg {
    cursor: pointer
}

.selector.selector-status-hasmore .selector-msg {
    cursor: pointer
}

.list-selector .selector-box {
    width: 45%;
    float: left
}

.list-selector .selector-box .inner-wrap {
    border: 1px solid #bbb;
    height: 200px;
    overflow: hidden
}

.list-selector .selector-box .inner-wrap .inner-head {
    border: 1px solid #eee;
    margin: 6px;
    position: relative
}

.list-selector .selector-box .inner-wrap .inner-head input {
    border: 0;
    width: 90%
}

.list-selector .selector-box .inner-wrap .inner-head input:focus {
    outline: 0
}

.list-selector .selector-box .inner-wrap .inner-head .search {
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0
}

.list-selector .selector-box .inner-wrap .inner-body {
    height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 0
}

.list-selector .selector-box .inner-wrap .inner-body2 {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 0
}

.list-selector .selector-mid {
    width: 10%;
    text-align: center;
    float: left
}

.list-selector .selector-mid .mid-box {
    margin: 10px auto;
    height: 40px;
    width: 40px;
    font-weight: bold;
    border: 1px solid #bbb;
    background: #f7f7f7;
    display: block;
    cursor: pointer
}

.list-selector .selector-mid .mid-margin {
    margin-top: 80px;
    margin-bottom: 10px
}

.aliyun-console-table-search-list {
    min-width: 100px
}

.console-global-notice {
    position: relative;
    margin-top: -1px;
    z-index: 1
}

.console-global-notice .console-global-notice-nav {
    position: absolute;
    top: 13px;
    left: 25px;
    z-index: 2
}

.console-global-notice .console-global-notice-nav span {
    width: 12px;
    height: 12px;
    display: block;
    float: left;
    background: #e8e8e8;
    border-radius: 12px;
    margin-right: 3px;
    cursor: pointer
}

.console-global-notice .console-global-notice-nav span.active {
    background: #999999
}

.console-global-notice .console-global-notice-list {
    height: 50px;
    position: relative
}

.console-global-notice .console-global-notice-list .console-global-notice-item {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 10px 12px;
    border-radius: 2px;
    margin-bottom: 0px;
    text-align: left
}

.console-global-notice .console-global-notice-list .console-global-notice-item .console-global-notice-nomore {
    position: absolute;
    top: 8px;
    right: 12px
}

.console-global-notice .console-global-notice-list .console-global-notice-item .console-global-notice-content {
    padding-right: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.console-clip-copy {
    background: rgba(0, 0, 0, 0.75);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000, endColorstr=#bf000000);
    position: absolute;
    color: #fff;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    padding: 0px 12px 0px 30px
}

.console-clip-copy .rectangle1, .console-clip-copy .rectangle2 {
    position: absolute;
    top: 8px;
    left: 13px;
    border: 1px solid #fff;
    width: 10px;
    height: 12px;
    background: #404040;
    z-index: 2
}

.console-clip-copy .rectangle2 {
    left: 15px;
    z-index: 1;
    top: 5px
}

.console-clip-copyed {
    padding-left: 12px
}

.console-clip-copyed .rectangle1, .console-clip-copyed .rectangle2 {
    display: none
}

.console-aside-wrap {
    position: fixed;
    z-index: 105
}

.console-aside-wrap .console-aside {
    position: absolute;
    display: none
}

.console-aside-wrap .console-aside.console-aside-transform {
    -o-transition: all 0.3s, 0.3s;
    -ms-transition: all 0.3s, 0.3s;
    -moz-transition: all 0.3s, 0.3s;
    -webkit-transition: all 0.3s, 0.3s
}

.console-aside-wrap.top {
    top: 0;
    width: 100%
}

.console-aside-wrap.top .console-aside {
    top: 0;
    width: 100%
}

.console-aside-wrap.right {
    right: 0;
    height: 100%;
    top: 0
}

.console-aside-wrap.right .console-aside {
    right: 0;
    height: 100%
}

.console-aside-wrap.left {
    left: 0;
    height: 100%;
    top: 0
}

.console-aside-wrap.left .console-aside {
    left: 0;
    height: 100%
}

.console-aside-wrap.bottom {
    bottom: 0;
    width: 100%
}

.console-aside-wrap.bottom .console-aside {
    bottom: 0;
    width: 100%
}

.table-default-viewer {
    width: 100%;
    background-color: #FFF
}

.table-default-viewer td {
    padding: 11px 20px;
    border: 1px solid #eeeeee
}

.table-default-viewer.off {
    display: none
}

.table-viewer-topbar-content {
    padding: 0px;
    margin: 0px;
    margin-right: 8px
}

.table-viewer-header {
    margin-top: 10px;
    margin-bottom: -1px;
    height: 40px;
    background: #F5f6FA;
    line-height: 38px;
    border: 1px solid #e1e6eb;
    position: relative;
    border-left: 4px solid #6d7781
}

.table-viewer-header .table-viewer-topbar-title {
    font-size: 14px;
    color: #333333;
    display: inline-block;
    margin-left: 16px
}

.table-viewer-header .table-viewer-topbar-content {
    margin-right: 60px
}

.table-viewer-header .toggle-drop-down-icon {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    position: absolute;
    width: 40px;
    height: 39px;
    right: 0;
    top: 0;
    border-left: 1px solid #e1e6eb
}

.table-viewer-header .table-viewer-dropdown {
    display: inline-block;
    margin: 10px;
    font-size: 20px
}

.simple-chart {
    height: 100%;
    border: 1px solid #ccd6e0;
    position: relative;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1)
}

.simple-chart .simple-chart-head {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 10px;
    background: #f8f9fb
}

.simple-chart .simple-chart-head-title {
    float: left
}

.simple-chart .simple-chart-operations {
    float: right
}

.simple-chart .simple-chart-operations .simple-chart-btn {
    display: inline-block;
    border-left: 1px solid #e1e6eb;
    width: 40px;
    text-align: center;
    cursor: pointer
}

.simple-chart .simple-chart-operations .simple-chart-btn span {
    font-size: 14px;
    font-weight: bold;
    vertical-align: text-bottom
}

.simple-chart .simple-chart-body {
    border-top: 1px solid #ccd6e0;
    padding: 0px 2px 2px 0px
}

.simple-chart .simple-chart-body .highcharts-container {
    float: left
}

.simple-chart .simple-chart-body-inner {
    height: 100%
}

.simple-chart .simple-chart-annulus-center {
    position: absolute;
    text-align: center
}

.simple-chart .simple-chart-annulus-center .simple-chart-annulus-number {
    color: #0099cc;
    font-size: 32px
}

.simple-chart.simple-chart-nowrap {
    border: none;
    -webkit-box-shadow: 0px 0px 0px;
    -moz-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px
}

.simple-chart.simple-chart-nowrap .simple-chart-head {
    display: none
}

.simple-chart.simple-chart-nowrap .simple-chart-body {
    border: none;
    height: 100% !important
}

.console-middle-page {
    margin-top: 80px
}

.console-middle-page .console-middle-page-icon {
    text-align: right
}

.console-middle-page .console-middle-page-title {
    font-size: 20px;
    margin: 0;
    line-height: 48px
}

.console-middle-page .console-middle-page-text {
    font-size: 12px;
    color: #666
}

.console-middle-page .console-middle-page-link {
    border-top: 1px solid #EEE;
    margin-top: 16px;
    padding-top: 16px
}

.console-middle-page .console-middle-page-link>a {
    padding-right: 14px
}

.console-rank-select {
    height: 32px;
    padding: 8px 0px;
    overflow: hidden
}

.console-rank-select .rank-item {
    width: 20px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    display: block;
    float: left;
    font-size: 16px;
    color: #CCC;
    cursor: pointer;
    zoom: 1
}

.console-rank-select .rank-active {
    color: #09C
}

.console-rank-select .rank-hover {
    color: #3CF
}

.simple-loading {
    position: relative
}

.simple-loading .simple-loading-inner {
    margin-left: auto;
    margin-right: auto
}

.simple-loading-1:before, .simple-loading-1:after, .simple-loading-1 {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: simple-loading-1 1.8s infinite ease-in-out;
    animation: simple-loading-1 1.8s infinite ease-in-out
}

.simple-loading-1 {
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s
}

.simple-loading-1:before {
    left: -30px
}

.simple-loading-1:after {
    left: 30px;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s
}

.simple-loading-1:before, .simple-loading-1:after {
    content: '';
    position: absolute;
    top: 0
}

@-webkit-keyframes simple-loading-1 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em #ddd
    }
    40% {
        box-shadow: 0 2.5em 0 0 #ddd
    }
}

@keyframes simple-loading-1 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em #ddd
    }
    40% {
        box-shadow: 0 2.5em 0 0 #ddd
    }
}

.feedback-container {
    position: fixed;
    right: 0px;
    bottom: 100px;
    font-family: çŒ«éˆ¥ç‚©åŠ‰å¿™æ¥¼å½•çŒ«éˆ¥ç‚©ï¿½å¿™è—›åºçŒ«éˆ¥ç‚©ï¿½æ°“æ½žè¬çŒ«éˆ¥ç‚©åŠ‰èŽ½ç‚‰éˆ¥æºã„¢ï¿½éˆ¥æ–†â”¾åŠ‰éˆ¥çŠ†ã„¢ï¿½éˆ¥æ–†Ñ€ï¿½éˆ¥æ‡Šã„¢ï¿½éˆ©â’šÎ²æ‚¸å¾ã„…çŠ«ï¿½èŒ…è—›æ‚å¯èŒ èºæ°“æ¥¼é™†èŠ’éˆ¥æ¨Žâ”Ÿãƒ‚ä½²ï¿½æ°“ç¯“éˆ¥ç»ã„¢ï¿½éˆ©â’šÎ²æ‚¸å¾ã„¢ï¿½éˆ¥æ–†îž ï¸¹ï¿½çŒ«è‰©éˆ¥æ«­â”§å–¡îž¡î†æ–Î³î‡·æŸ¯ï¿½ 'Microsoft Yahei', 'Hiragino Sans GB', tahoma, arial, çŒ«éˆ¥ç‚©åŠ‰å¿™æ¥¼å½•çŒ«éˆ¥ç‚©ï¿½æ°“æ½žè¬çŒ«è‰©éˆ¥æ«­â”§å–¡îž¡î†æ–æ¾ãƒ‚Ñ€ï¿½æ°“éˆ¥Îµè¯¥ï¼¢ä¼®ï¼£ãƒ‚ä¼®î†šîž£å˜Žî‚€â‘©ï¿½æ¼æ°“è›éˆ¥æºã„¢ï¿½éˆ©ï¿½font-size:12px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    z-index: 100
}

.feedback-container:hover .feedback-trigger .feedback-trigger-text, .feedback-container.active .feedback-trigger .feedback-trigger-text {
    width: 56px;
    padding: 0 0px 0 4px
}

.feedback-container h1, .feedback-container h2, .feedback-container textarea, .feedback-container input {
    margin: 0;
    padding: 0;
    border: 0
}

.feedback-container .feedback {
    position: absolute;
    width: 396px;
    background: rgba(0, 162, 202, 0.5);
    padding: 3px;
    right: 81px;
    bottom: 0
}

.feedback-container .feedback .feedback-panel {
    width: 390px;
    background: #fff;
    padding: 20px
}

.feedback-container .feedback .feedback-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 15px
}

.feedback-container .feedback .feedback-title h1 {
    color: #000;
    font-size: 16px;
    display: inline-block
}

.feedback-container .feedback .feedback-title h1 i {
    cursor: pointer;
    margin-top: 6px;
    float: right
}

.feedback-container .feedback .feedback-content {
    position: relative;
    margin-bottom: 15px
}

.feedback-container .feedback .feedback-content h2 {
    font-size: 14px;
    margin-bottom: 5px
}

.feedback-container .feedback .feedback-content .must {
    position: absolute;
    left: -10px;
    top: 3px;
    color: red
}

.feedback-container .feedback textarea, .feedback-container .feedback input {
    font: 12px/1.5 "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "\5B8B\4F53"
}

.feedback-container .feedback .feedback-content textarea {
    resize: none;
    height: 106px;
    width: 100%;
    padding: 9px 10px;
    margin: 6px 1px 1px 0;
    border: solid 1px #e8e8e8;
    border-radius: 4px;
    line-height: 16px;
    color: #333;
    font-size: 12px;
    outline: 0
}

.feedback-container .feedback .feedback-content .feedback-content-count {
    color: #666;
    margin-top: 5px
}

.feedback-container .feedback .feedback-contact {
    margin-bottom: 25px;
    position: relative
}

.feedback-container .feedback .feedback-contact h2 {
    font-size: 14px;
    margin-bottom: 5px
}

.feedback-container .feedback .feedback-contact input {
    height: 36px;
    margin-bottom: 20px;
    resize: none;
    width: 100%;
    padding: 9px 10px;
    margin: 6px 1px 1px 0;
    border: solid 1px #e8e8e8;
    line-height: 16px;
    color: #333;
    font-size: 12px;
    outline: 0;
    background: #fff;
    border-radius: 4px;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.feedback-container .feedback .feedback-contact input:focus {
    background: #e9fbfe;
    border: solid 1px #e8e8e8
}

.feedback-container .feedback .feedback-contact .inputError {
    position: absolute;
    bottom: -22px;
    left: 2px;
    color: red
}

.feedback-container .feedback .submit-btn {
    padding: 0;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    display: inline-block;
    min-width: 78px;
    background: #00a2ca;
    color: #fff;
    text-align: center;
    outline: none;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer
}

.feedback-container .feedback .submit-btn:hover {
    background: #33b5d4;
    border-color: #33b5d4;
    text-decoration: none
}

.feedback-container .feedback .feedback-footer {
    text-align: center;
    padding: 5px 0
}

.feedback-container .feedback .submit-btn.disabled {
    background: #efefef;
    border-color: #efefef;
    color: #ccc;
    cursor: default
}

.feedback .thanks {
    font-size: 16px;
    margin-left: 15px;
    color: #000;
    position: relative;
    top: -9px
}

.feedback .feedback-close {
    display: inline-block;
    float: right;
    cursor: pointer;
    font-size: 18px
}

.feedback .feedback-check {
    font-size: 30px;
    color: #65ce00
}

.feedback-container .feedback-trigger {
    display: inline-block;
    background-color: #3d5061;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    padding: 4px 4px 1px 1px
}

.feedback-container .feedback-trigger .feedback-trigger-text {
    padding: 0;
    display: inline-block;
    height: 16px;
    overflow: hidden;
    width: 0;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.feedback-container .feedback-trigger .feedback-trigger-icon {
    padding: 0;
    display: inline-block;
    font-size: 15px
}

.console-guide-dialog .modal-dialog {
    width: 840px
}

.console-guide-dialog .modal-body {
    margin-bottom: 15px
}

.console-guide-dialog .carousel-control {
    display: none
}

.console-guide-dialog .carousel-indicators {
    bottom: -40px !important
}

.console-guide-dialog .carousel-indicators li {
    background: #e8e8e8;
    width: 16px;
    height: 16px;
    border-radius: 12px;
    margin: 0 0 0 2px
}

.console-guide-dialog .carousel-indicators li.active {
    background: #09c;
    width: 16px;
    height: 16px;
    border-radius: 12px;
    margin: 0 0 0 2px
}

.console-guide-dialog .console-guide-dialog-link {
    position: absolute;
    z-index: 100;
    bottom: 20px;
    right: 20px
}

.console-tag-select {
    position: absolute;
    width: 320px
}

.console-tag-select ul {
    list-style: none;
    box-shadow: none !important;
    display: block;
    margin: 0;
    padding: 0
}

.console-tag-select .console-tag-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    margin-top: 2px;
    width: 326px
}

.console-tag-select .console-tag-dropdown .dropdown-menu {
    position: static;
    border: 1px solid #e1e6eb;
    width: 160px
}

.console-tag-select .console-tag-dropdown .dropdown-menu .console-tag-key-item-block {
    padding: 7px 16px;
    display: block
}

.console-tag-select .console-tag-dropdown .dropdown-menu .console-tag-key-item-empty {
    color: #999;
    font-style: italic
}

.console-tag-select .console-tag-dropdown .dropdown-menu .console-tag-key-item-title .console-tag-key-item-block {
    background: #F5F6FA;
    border-bottom: 1px solid #eee
}

.console-tag-select .console-tag-dropdown .dropdown-menu li a {
    border-bottom: 1px solid #eee;
    white-space: pre-line;
    position: relative
}

.console-tag-select .console-tag-dropdown .dropdown-menu li a:hover, .console-tag-select .console-tag-dropdown .dropdown-menu li a:focus {
    background-color: #F9F9FA
}

.console-tag-select .console-tag-dropdown .dropdown-menu li:last-child a {
    border-bottom: none
}

.console-tag-select .console-tag-dropdown .dropdown-menu li.tag-active a, .console-tag-select .console-tag-dropdown .dropdown-menu li.tag-active a:hover, .console-tag-select .console-tag-dropdown .dropdown-menu li.tag-active a:focus {
    text-decoration: none;
    outline: 0;
    -webkit-transition: backgroud 0.2s ease, 0.2s ease
}

.console-tag-select .console-tag-dropdown .dropdown-menu li.tag-active a .console-tag-selected-icon, .console-tag-select .console-tag-dropdown .dropdown-menu li.tag-active a:hover .console-tag-selected-icon, .console-tag-select .console-tag-dropdown .dropdown-menu li.tag-active a:focus .console-tag-selected-icon {
    display: block
}

.console-tag-select .console-tag-dropdown .dropdown-menu li.tag-key-active {
    border-left: 2px solid #09c;
    margin-left: -1px
}

.console-tag-select .console-tag-dropdown .dropdown-menu li.tag-key-active a, .console-tag-select .console-tag-dropdown .dropdown-menu li.tag-key-active a:hover, .console-tag-select .console-tag-dropdown .dropdown-menu li.tag-key-active a:focus {
    padding-left: 15px
}

.console-tag-select .console-tag-dropdown .dropdown-menu .console-tag-value-item a.tag-active, .console-tag-select .console-tag-dropdown .dropdown-menu .console-tag-value-item a.tag-active:hover, .console-tag-select .console-tag-dropdown .dropdown-menu .console-tag-value-item a.tag-active:focus {
    background-color: #F9F9FA
}

.console-tag-select .console-tag-dropdown .console-tag-value-dropdown {
    margin-left: -1px
}

.console-tag-select .console-tag-pagepick {
    padding: 0 5px
}

.console-tag-select .console-tag-pagepick a {
    display: inline-block !important;
    border-bottom: none !important;
    -webkit-user-select: none
}

.console-tag-select .console-tag-selected-icon {
    display: none;
    float: right;
    font-size: 14px;
    position: absolute;
    right: 8px;
    top: 8px
}

.console-tag-select .console-tag-label-wrap {
    padding-left: 2px
}

.console-tag-select .console-tag-label {
    padding: 5px 20px 5px 5px;
    background: #f1f1f1;
    position: relative;
    margin-left: 2px
}

.console-tag-select .console-tag-label .console-tag-label-remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    cursor: pointer
}

.console-tag-select-view .console-tag-label {
    padding: 5px 20px 5px 5px;
    background: #f1f1f1;
    position: relative;
    margin-left: 2px
}

.console-tag-select-view .console-tag-label .console-tag-label-remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
    color: #666
}

.console-tag-select-view .console-tag-label .console-tag-label-colon {
    padding: 0 1px
}

.console-tag-edit .tag-panel {
    min-height: 120px;
    border: 2px dashed #ddd;
    padding: 8px
}

.console-tag-edit .tag-panel .console-tag-select-view .console-tag-label {
    margin: 4px
}

.console-tag-edit .tag-edit-tip {
    color: #999;
    font-style: italic;
    margin-top: 8px
}

.console-tag-edit-form {
    display: inline-block
}

.console-tag-edit-form input.form-control {
    width: 80px
}

.console-tag-edit-form.form-inline .form-group {
    margin: 0 8px 0 0px
}

.console-tag-loading-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50)
}

.console-tag-loading-block {
    position: absolute;
    top: 50%;
    left: 50%
}

.console-searchbar-textinput {
    min-width: 180px
}

.console-shuttle .title {
    border-left: 1px solid #e1e6eb;
    border-right: 1px solid #e1e6eb;
    border-top: 1px solid #e1e6eb;
    background-color: #F5F6FA;
    padding-left: 5px;
    line-height: 30px
}

.console-shuttle .search {
    position: relative
}

.console-shuttle .search .icon-search {
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 12px
}

.console-shuttle .search input {
    width: 100%;
    height: 32px
}

.console-shuttle .selector {
    border: 1px solid #e1e6eb;
    height: 240px
}

.console-shuttle .left-selector {
    height: 220px
}

.console-shuttle .right-selector {
    height: 240px
}

.console-shuttle .search-hidden {
    height: 240px
}

.console-shuttle .btn {
    display: block;
    margin: 12px 45%
}

.console-shuttle .console-selector {
    width: 40%
}

.console-shuttle .console-selector-result {
    width: 40%
}

.console-shuttle .selector-group-options {
    vertical-align: middle;
    width: 20%;
    text-align: center;
    margin-top: 100px
}

.console-shuttle .selector-list .line-head {
    line-height: 12px;
    margin-bottom: 8px;
    color: #000
}

.console-shuttle .selector-list .line-bottom {
    line-height: 12px;
    color: #999
}

.console-shuttle .selector-list .line-column-left {
    display: inline-block
}

.console-shuttle .selector-list .line-column-right {
    display: inline-block;
    float: right;
    padding: 5px 0;
    color: #000
}

.console-shuttle .selector-list .line-yellow-text {
    color: #ff6600
}

.console-shuttle .selector-list .selector-item {
    height: auto;
    line-height: normal;
    padding: 10px;
    text-indent: 0
}

.console-shuttle .selector-list .selector-item:hover {
    color: auto;
    background: #f9f9f9
}

.console-shuttle .selector-list .selector-item.active {
    color: #fff;
    background: #0099cb
}

.console-shuttle .selector-list .selector-item.active .line-head {
    color: #fff
}

.console-shuttle .selector-list .selector-item.active .line-bottom {
    color: #fff
}

.console-shuttle .selector-list .selector-item.active .line-yellow-text {
    color: #fff
}

.console-shuttle .selector-list .selector-item.active .line-column-right {
    color: #fff
}

body {
    font-size: 12px
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei"
}

a {
    color: #06C;
    cursor: pointer
}

a:hover {
    color: #039
}

label {
    font-size: 100%
}

.nowrap {
    white-space: nowrap
}

.breakall {
    word-break: break-all;
    word-wrap: break-word
}

input::-ms-clear {
    display: none
}

input[type="radio"], input[type="checkbox"] {
    margin-top: 5px;
    margin-top: 1px \9;
}

.console-container {
    padding: 0 15px
}

.console-sidebar {
    border-right: 1px solid #DDD
}

.console-sidebar .nav {
    margin-right: 4px
}

.console-sidebar .nav li {
    border-bottom: 1px solid #DDD;
    padding: 4px 0px;
    position: relative
}

.console-sidebar .nav li a {
    color: #333;
    padding: 6px 16px;
    border-left: 2px solid #FFF
}

.console-sidebar .nav li a:hover {
    background-color: #FFF;
    border-left: 2px solid #F90
}

.console-sidebar .nav li a span[class^="icon-"] {
    position: absolute;
    left: 0px;
    top: 8px;
    color: #999;
    font-size: 14px
}

.console-sidebar .nav li.active a {
    color: #fff;
    border-left: 2px solid #F90;
    background-color: #313844
}

.console-sidebar .nav .nav {
    margin-right: 0px
}

.console-sidebar .nav .nav li {
    border-bottom: 0px
}

.console-sidebar .nav .nav li a {
    text-indent: 12px;
    background: #FFF;
    border-left-color: #FFF;
    color: #333
}

.console-sidebar .nav .nav li a:hover {
    background-color: #FFF;
    border-left: 2px solid #F90
}

.console-sidebar .nav .nav li.active a {
    color: #fff;
    border-left: 2px solid #F90;
    background-color: #313844
}

.console-instance-head {
    padding: 3px 0px;
    border-bottom: 1px solid #DDD
}

.console-instance-head h3.instance-id {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle
}

.console-instance-head .pull-right {
    padding: 16px 0px 10px
}

.dropdown-menu {
    font-size: 12px;
    border-radius: 0px;
    padding: 0px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2)
}

.dropdown-menu li a {
    padding: 7px 16px
}

.dropdown-menu .divider {
    margin: 0px 0px
}

.console-chart {
    width: 100%
}

.tooltip {
    word-break: break-all
}

.popover .popover-inner {
    padding: 8px
}

.popover .popover-inner .popover-content {
    padding: 0px
}

.console-not-service {
    margin-top: 80px
}

.console-not-service .console-not-service-icon {
    text-align: right;
    padding-top: 8px
}

.console-not-service .console-not-service-title {
    font-size: 20px
}

.console-not-service .console-not-service-text {
    font-size: 12px;
    color: #666
}

.console-not-service .console-not-service-link {
    border-top: 1px solid #EEE;
    margin-top: 16px;
    padding-top: 16px
}

.console-step {
    height: 24px;
    position: relative;
    margin-left: 0px;
    margin-right: 0px
}

.console-step .step {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    color: #FFF;
    background: #cacaca;
    z-index: 1;
    text-align: center
}

.console-step .step:before {
    content: '';
    display: block;
    position: absolute;
    left: -12px;
    z-index: 8;
    top: 0px;
    border-top: 12px solid #cacaca;
    border-left: 12px solid transparent !important;
    border-bottom: 12px solid #cacaca
}

.console-step .step:after {
    content: '';
    display: block;
    width: 16px;
    height: 24px;
    position: absolute;
    right: 0px;
    z-index: 9;
    top: 0px;
    border-top: 12px solid transparent !important;
    border-left: 12px solid #cacaca;
    border-bottom: 12px solid transparent !important;
    background-color: #FFF
}

.console-step .step-first:before {
    display: none
}

.console-step .step-end:after {
    display: none
}

.console-step .step-pass {
    background-color: #99dcf3
}

.console-step .step-pass:after {
    border-color: #99dcf3
}

.console-step .step-pass:before {
    border-color: #99dcf3
}

.console-step .step-active {
    background-color: #00a0c7
}

.console-step .step-active:after {
    border-color: #00a0c7
}

.console-step .step-active:before {
    border-color: #00a0c7
}

.attack-bar {
    margin-right: 6px;
}

.viewFramework-body {
    min-width: 1200px;
}

.attack-bar .num {
    max-width: 123px;
    overflow: hidden;
}

.attack-bar .detail {
    width: 100%;
    margin: auto
}

.attack-bar .detail i {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.8rem;
}

.attack-bar .detail .tcsm {
    background: url(../img/radaricon.png) no-repeat 0% 0%;
    background-size: 100%;
}

.attack-bar .detail .mbst {
    background: url(../img/radaricon.png) no-repeat 0% 24%;
    background-size: 100%;
}

.attack-bar .detail .gjrq {
    background: url(../img/radaricon.png) no-repeat 0% 51%;
    background-size: 100%;
}

.attack-bar .detail .eyly {
    background: url(../img/radaricon.png) no-repeat 0% 75%;
    background-size: 100%;
}

.attack-bar .detail .azgj {
    background: url(../img/radaricon.png) no-repeat 0% 100%;
    background-size: 100%;
}

.li-bottom {
    height: 30px;
    line-height: 64.5px;
}

.attack-bar .detail .bar {
    width: 65%;
    display: inline-block;
    border: 1px solid #409989;
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 20px;
    height: 20px;
}

.attack-bar .detail .bar span {
    height: 0;
    float: left;
    border-right: 1rem rgba(0, 0, 0, 0) solid;
    transition: all ease 1s;
    top: 2px;
    position: relative;
    margin-left: 2px;
}

.color1 {
    border-bottom: 14px #4ed7ff solid;
}

.color2 {
    border-bottom: 14px #ffc274 solid;
}

.color3 {
    border-bottom: 14px #e07975 solid;
}

.color4 {
    border-bottom: 14px #39ceb3 solid;
}

.attack-bar .detail span {
    font-size: 10px;
    display: inline-block;
    line-height: 25px;
    vertical-align: middle;
    color: #333;
}

.anomalies .btn_box {
    width: 19.5% !important;
}

.attack-bar .detail span.name-bar {
    width: 114px;
}

.seeImg2 {
    left: 50%;
    position: relative;
    margin-top: 100px;
    margin-left: -540px;
}

.seeImg1 {
    left: 50%;
    position: relative;
    margin-top: 50px;
    margin-left: -90px;
}

.icon-success:before {
    content: "\e676";
}

.icon-cuangai:before {
    content: "\e680";
}

.solution-list-subtitle {
    padding-left: 0px;
    line-height: 20px;
    padding-right: 20px;
    margin-bottom: 11px;
}

.solution-list-title {
    text-decoration: underline;
    padding-left: 15px;
    line-height: 20px;
    margin-top: 10px;
}

.order_name_ {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

label.control-label {
    vertical-align: middle;
}

div[style^="FONT-SIZE: 14px; BORDER-TOP: #ccc 1px solid;"] {
    display: none;
}

select, input {
    display: inline-block;
}

.vtips {
    color: red;
    position: absolute;
    left: 160px;
    top: 10px;
}

.rectificationvtips {
    color: red;
    position: absolute;
    left: 260px;
    top: 10px;
}

.warning {
    display: inline-block;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    background-color: #36a4f3;
    color: white;
    border-radius: 7.5px;
    font-size: 12px;
    padding-right: 1px;
    margin-bottom: -14px
}

.changetip {
    position: absolute;
    left: 350px;
    top: 135px;
    /* 	position: relative;
	left: 170px;
	bottom: 25px; */
    display: inline-block;
    border-bottom: 1px dotted black;
    z-index: 3001
}

.changetip .tooltiptext {
    visibility: hidden;
    width: 148px;
    background-color: #0099CC;
    height: 83px;
    color: #fff;
    text-align: center;
    border-radius: 6px solid black;
    padding: 7px 7px;
    position: absolute;
    z-index: 999;
    bottom: 150%;
    left: 1%;
    margin-left: -60px;
    z-index: 3000
}

.changetip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 46%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #0099CC transparent transparent transparent;
    z-index: 999
}

.changetip:hover .tooltiptext {
    visibility: visible;
    z-index: 3000
}

.tableDivision {
    height: 40px;
    line-height: 40px;
}

#step3 .ui-jqgrid tr.ui-row-ltr td {
    height: 31px
}

#weak-add-com .ui-jqgrid tr.ui-row-ltr td {
    height: 31px
}

#add-asserts .ui-jqgrid tr.ui-row-ltr td {
    height: 31px
}

#add-Emercom .ui-jqgrid tr.ui-row-ltr td {
    height: 31px
}

.select_btn {
    position: absolute;
    top: 8px;
    left: 310px;
    z-index: 2000
}

#selectHost_btn {
    position: absolute;
    top: 26px;
    left: 347px;
    z-index: 2000
}

.newchangetip {
    position: absolute;
    left: 305px;
    bottom: 30px;
    display: inline-block;
    border-bottom: 1px dotted black;
    z-index: 3001
}

.newchangetip .newtooltiptext {
    visibility: hidden;
    width: 148px;
    background-color: #0099CC;
    height: 83px;
    color: #fff;
    text-align: center;
    border-radius: 6px solid black;
    padding: 7px 7px;
    position: absolute;
    z-index: 999;
    bottom: 150%;
    left: 1%;
    margin-left: -60px;
    z-index: 3000
}

.newchangetip .newtooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 46%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #0099CC transparent transparent transparent;
    z-index: 999
}

.newWarning {
    display: inline-block;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    background-color: #36a4f3;
    color: white;
    border-radius: 7.5px;
    font-size: 12px;
    padding-right: 1px;
    margin-bottom: -14px
}

.newchangetip:hover .newtooltiptext {
    visibility: visible;
    z-index: 3000
}

/* 业务 */

.yewuChangetip {
    position: absolute;
    left: 150px;
    bottom: 24px;
    display: inline-block;
    border-bottom: 1px dotted black;
    z-index: 3001
}

.yewuChangetip .yewuTooltiptext {
    visibility: hidden;
    width: 148px;
    background-color: #0099CC;
    height: 63px;
    color: #fff;
    text-align: center;
    border-radius: 6px solid black;
    padding: 7px 7px;
    position: absolute;
    z-index: 999;
    bottom: 150%;
    left: 1%;
    margin-left: -60px;
    z-index: 3000
}

.yewuChangetip .yewuTooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 76%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #0099CC transparent transparent transparent;
    z-index: 999
}

.yewuWarning {
    display: inline-block;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    background-color: #36a4f3;
    color: white;
    border-radius: 7.5px;
    font-size: 12px;
    padding-right: 1px;
    margin-bottom: -14px
}

.yewuChangetip:hover .yewuTooltiptext {
    visibility: visible;
    z-index: 3000
}

#container, #correctContainer {
    width: 700px;
    height: 100%;
    margin: 0 auto;
    float: left;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.info {
    display: inline-block;
    margin: 6px;
    /*border: 1px solid red;*/
    width: 310px;
    position: relative
}

.assetTips {
    color: red;
    font-size: 14px;
    margin-left: 2px;
}

.asset_lable {
    /*padding-left: 5px;*/
    text-align: right;
    width: 120px;
    margin-right: 30px;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    font-weight: normal
}

.asset_input {
    width: 130px;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #cccccc;
}

.asset_select {
    width: 130px;
    height: 30px;
    padding-left: 5px;
}

.yewu_container {
    position: relative;
    display: inline-block;
}

.yewu_container span {
    margin-left: 100px;
    width: 18px;
    overflow: hidden;
}

.yewu_container select {
    width: 130px;
    height: 30px;
    margin-left: -100px
}

.yewu_container input {
    width: 116px;
    height: 30px;
    position: absolute;
    left: 0px;
}

/* #tc_Domain_List_SearchForm select,input{
	width: 85px!important;
} */

#correct_info_container {
    padding: 0;
    margin: 0 auto;
    width: 440px;
    height: 100%;
}

#correct_info_container ul {
    float: left;
    padding: 0;
}

#correct_info_container li {
    margin: 0;
    display: inline-block;
    width: 110px;
    height: 20px;
    border-bottom: : 1px solid #C5C5C5;
    font-size: 12px;
    padding: 3px;
    text-align: left;
}

.attrLi {
    background-color: #4C90E6;
    color: white;
    border-bottom: 1px solid white;
    overflow: hidden;
}

.infoLi {
    border-bottom: 1px solid #A3A3A3;
    overflow: hidden;
}

#queryContainer {
    width: 700px;
    height: 100%;
    margin-bottom: 20px;
}

#queryTable td {
    height: 30px;
}

#queryTable td {
    height: 30px;
}

#queryTable {
    border-collapse: collapse;
    font-size: 12px;
    border: 1px solid #DDDDDD;
}

#queryTable select {
    width: 130px;
    text-align: center;
    height: 20px;
}

#queryTable th {
    background-color: #F5F6FA;
    color: #999;
    font-weight: normal;
    text-align: center;
}

#queryTable tr {
    color: #333333;
    height: 30px;
}

#queryTable td {
    text-align: center;
}

.plus, .subtract {
    width: 20px;
    height: 20px;
    line-height: 14px;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #6381AD;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

#loopEmer_container {
    width: 700px;
    height: 200px;
    padding: 0;
    margin: 0;
}

#loopEmer_left {
    float: left;
    width: 295px;
    height: 100%;
    margin-top: 20px;
}

#loopEmer_right {
    float: left;
    width: 400px;
    height: 100%;
    margin-top: 20px;
}

.loop_lable {
    /*padding-left: 5px;*/
    text-align: right;
    width: 120px;
    margin-right: 30px;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    font-weight: normal
}

.loop_input {
    width: 130px;
    height: 27px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #cccccc;
    margin-left: 5px;
}

.loop_input_end {
    width: 53px;
    height: 27px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #cccccc;
    margin-left: 5px;
}

.loop_select {
    width: 130px;
    height: 30px;
    padding-left: 5px;
    margin-right: 7px;
}

.section_select {
    width: 70px;
    height: 30px;
    padding-left: 15px;
    margin-right: 5px;
}

.wrap {
    position: relative;
}

.wrap_extra {
    margin-top: 10px;
    padding-left: 154px;
}

.btn_wrap {
    position: absolute;
    width: 53px;
    top: 6px;
    right: -43px;
    color: #6381AD;
    text-align: left;
}

.greenArrow {
    height: 25px;
    width: 25px;
}

.loopScanDiv {
    display: inline-block
}

.loopScanDiv label {
    margin-right: 10px;
}

#rightTaskDiv {
    border-left: 1px solid #CCCCCC;
    padding-left: 70px;
}

.loopScanDiv input {
    width: 200px;
    padding-left: 8px;
    padding-right: 8px;
}

.tipsMark {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%;
    border: 2px solid #BEC2C3;
    width: 20px;
    height: 20px;
    line-height: 16px;
    padding-left: 1px;
    color: #BEC2C3;
    position: absolute;
    right: 0;
    top: 8px;
    text-align: center;
}

#thirdMarkContent {
    width: 200px;
    height: 100px;
    background: #D4E9FE;
    color: #2290FF;
    /* margin-bottom: 24px; */
    /* left: -110px; */
    padding: 5px;
    text-align: left;
    right: -68%;
    position: absolute;
    z-index: 999;
    bottom: -11px;
    border-radius: 6px;
}

.out {
    border: 7px solid transparent;
    border-right-color: #D4E9FE;
    /* left: 100%; */
    right: 100%;
    width: 0;
    height: 0px;
    top: 21px;
    position: absolute;
}

.solution-list-subtitle {
    padding-left: 0px;
    line-height: 20px;
    padding-right: 20px;
    margin-bottom: 11px;
}

.solution-list-title {
    text-decoration: underline;
    padding-left: 15px;
    line-height: 20px;
    margin-top: 10px;
}

.order_name_ {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.infoTitle {
    font-weight: bold;
    margin-left: 10px;
}

#timeInfo ul {
    padding-top: 10px;
    width: 420px;
}

#timeInfo li {
    margin-top: 10px;
}

.temperInfo {
    text-align: left;
    padding: 10px;
}

.warningImg {
    position: absolute;
    top: 90px;
    left: 15px;
}

.receiveInput {
    width: 250px;
    height: 30px;
    padding: 2px;
    margin-left: 10px;
}

/* #checkBoxContainer input[type='checkbox']{
	margin-left:50px
} */

.thirdContainer {
    width: 350px;
    height: 100%;
    margin-left: 80px;
    margin-top: 15px;
}

.fourthContainer {
    width: 550px;
    height: 100%;
    margin-left: 120px;
    margin-top: 15px;
}

.thirdContainer span {
    display: inline-block;
    width: 150px;
}

.fourthContainer span {
    display: inline-block;
    width: 108px;
}

.btnGroup {
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    margin-top: 20px;
    padding-left: 50px;
}

#mailServer span {
    display: inline-block;
    width: 100px;
    margin-right: 10px;
}

#messageServer span {
    display: inline-block;
    width: 100px;
    margin-right: 10px;
}

.serverTitle {
    font-size: 16px;
    font-weight: bold;
}

.receiveRange {
    padding-left: 55px;
    float: left;
    margin-left: 23px
}

.receiveRange li {
    margin-top: 10px;
}

.fourthRange {
    margin-left: 30px;
    /* margin-top:5px; */
    width: 275px;
}

.fourthRange span {
    display: inline-block;
    margin-left: 10px;
    margin-top: 3px;
    width: 125px
}

.receiveRange_alarm .input_agreement_protocol {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none;
}

.receiveRange_alarm .input_agreement_protocol:checked+span {
    width: 85px;
    height: 30px;
    display: inline-block;
    color: #189BD3;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #189BD3;
    background: url(../images/receiveRangeImg.png) no-repeat -1px -1px;
    position: relative;
    top: 3px;
}

.receiveRange_alarm .input_agreement_protocol+span {
    width: 85px;
    height: 30px;
    display: inline-block;
    color: #c1c1c1;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    border-radius: 5px;
    background: none;
    border: 1px solid #c1c1c1;
    position: relative;
    top: 3px;
}

.deviceCheckbox {
    display: inline-block;
    width: 110px;
}

.magic-box {
    display: inline-block;
    width: 120px;
    margin-right: 2px;
}

.confirmTitle {
    font-size: 14px;
    font-weight: 600;
}

.vaultLabel {
    position: absolute;
    padding-top: 6px;
}
