[ng\\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide {
    display: none !important;
}

ng\\:form {
    display: block;
}

.ng-animate-block-transitions {
    transition: 0s all !important;
    -webkit-transition: 0s all !important;
}

a[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none
}

.table tbody tr td {
    padding: 12px 8px;
}

* {
    touch-action: none !important;
}

.table tbody tr td p {
    margin-bottom: 0;
}

.text-error {
    color: #f01b1b;
    font-size: 12px;
    padding: 0 3px;
}

.block-center {
    display: block;
    margin: 0 auto;
}

.inline-title {
    display: inline-block;
    font-weight: 600;
    margin: 0;
    height: 32px;
    line-height: 32px;
}

.inline-block {
    display: inline-block !important;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #999;
}

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

.system-box {
    padding: 8px 24px;
}

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

.text-muted {
    color: #999;
}

a.disabled {
    color: #999;
}

.textAlignleft {
    text-align: left !important;
}

.textAlignCenter {
    text-align: center !important;
}

.notify-block p {
    line-height: 24px;
    padding-top: 5px;
}

.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:hover {
    background-color: initial;
    border-color: initial;
    color: #52bef7;
}

.btn-primary:active:hover {
    background-color: #52bef7;
    border-color: #52bef7;
}

.btn-sm {
    font-size: 12px;
    padding: 4px 12px;
    height: 24px;
    line-height: 14px;
}

.btn-default {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}

.loading_status {
    color: #f90;
}

.stopped_status {
    color: #f00;
}

.running_status {
    color: #090;
}

.loading_status i,
.running_status i,
.stopped_status i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -2px;
}

.loading_status i {
    background-image: url('../static/images/loader.gif');
    background-size: 16px 16px;
}

.running_status i {
    background-position: -61px -4px;
    background-image: url(../static/images/ecs-icons.png);
}

.stopped_status i {
    background-position: -61px -100px;
    background-image: url(../static/images/ecs-icons.png);
}

.console-title {
    padding: 16px 8px 16px 0;
    position: relative;
}

.console-title h5 {
    margin-top: 8px;
    margin-bottom: 8px;
    border-left: 2px solid #88B7E0;
    text-indent: 8px;
    font-weight: 100;
}

.console-instance-head {
    border-bottom: 1px solid #DDD;
}

.cash-box {
    margin-top: 20px;
    padding: 0 10px 10px;
    text-align: left;
}

.cash-box .confirm_title {
    height: 28px;
    padding: 0px 10px 6px 7px;
    border-left: solid 3px #ff9a00;
}

.cash-box .confirm_title label,
.cash-box .confirm_title span {
    height: 28px;
    line-height: 28px;
    margin: 0;
}

.cash_tab {
    position: absolute;
    top: 0;
    left: 140px;
}

.cash_tab li {
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.cash_tab li a {
    color: #333;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border: solid 1px #f7f7f7;
    border-top-width: 2px;
    padding: 0 10px;
}

.cash_tab li.selected a {
    background: #fff;
    border-color: #f60 #f0f0f0 #fff;
    color: #333;
}

.otherpay {
    padding: 20px 0 10px 29px;
    overflow: hidden;
    background: #fff;
}

.otherpay li {
    display: inline-block;
    height: 33px;
    width: 218px;
    padding-bottom: 10px;
    vertical-align: middle;
}

.otherpay li input[type=radio] {
    position: relative;
    top: -13px;
}

.bank-alipay {
    width: 142px;
    height: 31px;
    border: solid 1px #ddd;
    display: inline-block;
    background: url('../static/images/payimg.png');
    margin-left: 10px;
}

.tab-content {
    padding-top: 10px;
}

.search-div {
    padding-bottom: 10px;
    padding-top: 10px;
}

/*问号弹出提示框开始*/
.bk-wrap {
    position: absolute;
    max-width: 350px;
    z-index: 999;
    font-size: 12px;
}

.bk-title {
    background: rgba(0, 0, 0, 0.1);
    padding: 4px;
}

.bk-title .bk-title-box {
    padding: 5px 20px 17px;
    background: #fff;
    line-height: 1.5;
    color: #535353;
}

.bk-title .bk-title-body {
    padding-top: 12px;
}

.bk-black {
    color: #000;
}

.bk-hr {
    clear: both;
    overflow: hidden;
    border-top: 1px solid #dedede;
    margin-top: 6px;
    padding-top: 6px;
}

.cmp-icon-help {
    vertical-align: middle;
    cursor: pointer;
}

.bk-content {
    display: none;
}

/*问号弹出提示框结束*/


/*左-菜单；右-内容开始*/

.viewFramework-body {
    position: absolute;
    width: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.left-menu {
    width: 180px;
    float: left;
    background-color: #f3f3f4;
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 2;
    overflow: hidden;
}

.view-body {
    position: absolute;
    width: auto;
    top: 0px;
    bottom: 0px;
    left: 180px;
    right: 0px;
    overflow: hidden;
    overflow-y: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.product-nav-title {
    font-weight: bold;
    text-indent: 20px;
    width: 180px;
    height: 70px;
    line-height: 70px;
    background: #e8e8ea;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-nav-list ul,
.product-nav-list li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-nav-list a {
    height: 40px;
    line-height: 40px;
    display: block;
    text-indent: 30px;
    color: #333;
}

.product-nav-list a:hover {
    background-color: #F4F6F8;
}

.product-nav-list a.select {
    background-color: #fff;
}


/*左-菜单；右-内容结束*/


/*详情信息开始*/

.table-viewer-header {
    margin-top: 20px;
    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-default-viewer {
    width: 100%;
    font-size: 12px;
    color: #000;
}

.table-default-viewer td {
    padding: 11px 20px;
    border: 1px solid #eeeeee;
}

.table-viewer-header .table-viewer-topbar-content {
    padding-top: 7px;
    margin-right: 10px;
}

.table>thead>tr.active>th {
    background-color: #eef9ff;
    font-weight: normal;
    color: #676a6c;
}

/*详情信息结束*/

.selector {
    margin-bottom: 10px;
}

.selector .selector-head {
    border: 1px solid #999;
    border-bottom: none;
    background: #f3f3f3;
    color: #bbb;
    padding-left: 5px;
    padding-right: 5px;
}

.selector .selector-head p {
    margin: 0;
    line-height: 32px;
    height: 32px;
}

.selector .selector-body {
    width: 100%;
    height: 140px;
    border: 1px solid #999;
    background-color: #FFF;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: none;
}

.selector .selector-body .selector-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.selector .selector-body .selector-list li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    border-bottom: 1px solid #DDD;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 8px;
}

.selector .selector-body .selector-list li:hover {
    color: #06C;
    background-color: #FAFCFF;
    cursor: pointer;
}

.selector .selector-body .selector-list li.selected {
    background-color: #37C;
    color: #FFF;
}

.selector .selector-body .selector-list li label {
    font-size: 12px;
    font-weight: 100;
    margin: 0;
    display: inline;
}

.selector .selector-body .selector-list li input[type='radio'] {
    margin: 0;
    vertical-align: middle;
}

.selector .selector-body .selector-msg {
    text-align: center;
    color: #999;
    height: 32px;
    line-height: 32px;
}

.db_saction {
    width: 75px;
    text-align: center;
    height: 183px;
    padding-top: 60px;
}

.radio,
.checkbox {
    padding: 7px 0 0 15px;
    margin: 0;
}

.radio label,
.checkbox label {
    display: inline;
    padding: 0;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    float: left;
    margin-left: -15px;
    margin-top: 1px;
    vertical-align: middle;
}

.checkbox-inline,
.radio-inline {
    margin: 0 15px 0 0;
}

/*支付成功和失败*/
.pay-div {
    width: 800px;
    margin: 0 auto;
    border: 1px solid;
    padding: 20px 30px;
    box-sizing: border-box;
}

.pay-div.success {
    background-color: #E7F9D3;
    border-color: #96D642;
}

.pay-div.warning {
    background-color: #F7F9D3;
    border-color: #D6BD42;
}

.pay-title {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0;
}

.pay-div a {
    font-size: 14px;
    color: #0069D6;
    text-decoration: none;
}

.pay-div p {
    font-size: 14px;
}

/*验证样式*/
input[type="text"].ng-invalid.ng-dirty,
input[type="password"].ng-invalid.ng-dirty,
input[type="number"].ng-invalid.ng-dirty,
textarea.ng-invalid.ng-dirty,
input[type="text"].ng-invalid.ng-dirty:focus,
input[type="password"].ng-invalid.ng-dirty:focus,
textarea.ng-invalid.ng-dirty:focus {
    border-color: #ed5565 !important;
}

/*续费管理样式*/
.bk-order-info {
    margin-top: 20px;
    padding: 14px 20px 20px 20px;
    background: #f1f6f9;
    color: #666;
    line-height: 2;
}

.bk-order-renew-title {
    font-size: 16px;
    border-bottom: solid 1px #dce6ee;
    padding-bottom: 6px;
}

.bk-info-name {
    height: 30px;
    line-height: 30px;
}

.bk-info-row {
    border-bottom: dashed 1px #dee1e2;
    padding-bottom: 18px;
}

.bk-info-row table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.bk-info-row table td {
    width: 33%;
}

.bk-order-time-row {
    padding: 8px 0 0;
    height: 32px;
    font-size: 16px;
}

.bk-order-time-color {
    color: #f60;
}

.bk-order-renew-wrap {
    padding: 20px 20px 40px 20px;
}

.bk-order-renew-body {
    padding-top: 40px;
    margin-left: 20px;
}

.bk-form-row {
    padding: 0 10px 15px;
}

.bk-order-renew-new-time {
    margin-left: 66px;
    color: #999;
}

.bk-order-renew-price-wrap {
    margin-top: 20px;
    text-align: right;
}

.bk-items-price-settle {
    margin-top: 10px;
    color: #f60;
    font-size: 30px;
    line-height: 1;
}


/*透明背景*/
.cover_div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
}

.cover_div .enlarge_div {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
}

.cover_div .enlarge_div img {
    margin: 0 auto;
    display: block;
    position: relative;
}


[ng-cloak],
.ng-cloak {
    display: none !important;
}

/*checkBox样式控制*/
input[type=checkbox].chk_1 {
    opacity: 1;
    position: relative;
    float: left;
}

input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    vertical-align: bottom;
    background: #fff;
    border: 1px solid #B9BBBE;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

input[type=checkbox]:active {
    border-color: #c6c6c6;
    background: #ebebeb;
}

input[type=checkbox]:hover {
    border-color: #c6c6c6;
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
}

input[type=checkbox]:checked {
    background: #fff;
}

input[type=checkbox]:checked::after {
    content: url("../images/checkmark.png");
    display: block;
    position: absolute;
    top: -3px;
    right: 0px;
    left: -5px
}

.remove_angle .table_cell_checkbox input[type=checkbox]:checked {
    content: url("../images/checkmark.png");
    display: block;
    position: absolute;
    top: -3px;
    right: 0px;
    left: -5px
}

.ibox-content .table_cell_checkbox_position {
    left: 33px;
    padding-top: 10px;
    position: absolute;
}


input[type=checkbox]:focus {
    outline: none;
    border-color: #4d90fe;
}

.table_cell .table_cell_checkbox {
    float: left;
    height: 100%;
}

.table_cell_checkbox .chk_1+label {
    /*  top: 30%;*/
}

.table thead tr th.remove_angle span.footable-sort-indicator {
    display: none;
}

/*创建云主机样式*/
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca;
}

.nav>li.active {
    border-left: 0;
    background: #fff;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-stacked>li>a {
    color: #3e3a3a;
}

/*echarts环形图样式*/
.circle_donut {
    float: left;
    height: 200px;
    width: 250px;
    padding: 10px;
}

.circle_donut label {
    margin-left: 23%;
    width: 100%;
    margin-bottom: -10px;
}

.circle_donut .circle_donut_percent {
    line-height: 517%;
    margin-left: 79px;
    font-size: 35px;
}

.pie-chart-legend {
    float: left;
    width: 125px;
}

.pie-chart-legend .slice-legend {
    float: left;
    white-space: nowrap;
    width: 120%;
    margin-left: 76px;
}

.pie-chart-legend .slice-legend>div {
    float: left;
}

.pie-chart-legend .slice-legend>div.slice-color-now {
    display: block;
    width: 10px;
    height: 15px;
    background-color: #428bca;
}

.pie-chart-legend .slice-legend>div.slice-color-add {
    display: block;
    width: 10px;
    height: 15px;
    background-color: #92bce0;
}

.pie-chart-legend .slice-legend>div.slice-color-rest {
    display: block;
    width: 10px;
    height: 15px;
    background-color: #c6cace;
}

.pie-chart-legend .slice-legend>div.slice-count {
    margin-left: 10px;
    margin-right: 10px;
}

.row-expand {
    width: 26px;
    height: 26px;
    display: block;
    !important;
    background: url(../images/shouqi.png) no-repeat;
    background-position: 0px 0px;
}

.row-fold {
    width: 26px;
    height: 26px;
    display: block;
    !important;
    background: url(../images/zhankai.png) no-repeat;
    background-position: 0px 0px;
}

.detail-expand {
    height: 300px;
}

.detail-expand-circle {
    display: block;
    width: 200px;
    float: left;
}

.detail-expand-circle .circle_donut {
    width: 170px;
}

.forbidden-ban-circle {
    position: relative;
}

.glyphicon-ban-circle {
    position: absolute;
    color: #fdd835;
    text-align: center;
    /* vertical-align: middle; */
    width: 60px;
    height: 38px;
    line-height: 69px;
    left: 10%;
}

/*弹框*/
.mypopover {
    width: 300px;
    position: relative;
    z-index: 999;
    top: 0px;
    left: -62px;
}

.mypopover .mypopover_inner {
    border: 1px solid #d9dadc;
    word-wrap: break-word;
    word-break: break-all;
    padding: 30px;
    background-color: #fff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 14px;
    min-height: 100px;
}

.popover_arrow {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-right: 10px solid;
    border-bottom: 10px solid transparent;
    position: absolute;
    margin-left: -10px;
    margin-top: -62px;
    border-right-color: #d9dadc;
}

.mypopover_inner .popover_arrow_out {
    left: 0;
}

.mypopover_inner .popover_arrow_in {
    border-right-color: #fff;
    left: 1px;
}

.cloudHost-flavor-name {
    display: block;
    height: 20px;
    width: 60px;
}

.cloudHost-flavor-name .cloudHost-Size {
    top: -95px;
    right: -130px;
    display: block;
    position: relative;
}

.frm_control_group {
    display: inline-block;
    width: 100%;
}

.frm_label {
    color: #8d8d8d;
    margin-top: 0;
    margin-right: 10px;
    float: left;
    width: 50px;
}

.frm_controls {
    display: block;
    vertical-align: top;
    /*  float: left;*/
    width: auto;
}

/*openstack启动云主机弹出框样式*/
.modal-body .nav-background {
    background-color: #f5f5f5;
    padding: 16px 0px;
    border-radius: 8px;
}

.inmodal .modal-title {
    font-size: 18px;
}

.nav-pills.nav-stacked span {
    vertical-align: middle;
}

.nav-pills.nav-stacked .hz-icon-required {
    margin-left: 3px;
    font-size: 50%;
    vertical-align: middle;
    color: #428bca;
}

.nav-pills .active .hz-icon-required {
    color: #fff;
}

.ibox-content {
    padding: 15px 15px 20px;
}

.footable_list {
    overflow-y: auto
}

/*上一步下一步，步骤切换*/
.as_bt {
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
}

.as_bt .hd {
    height: 25px;
    line-height: 25px;
    position: relative;
    margin-bottom: 10px;
}

.as_bt .hd .arrow-div {
    position: relative;
    float: left;
    padding: 0;
}

.as_bt .hd .arrow-div-middle {
    margin: 0 12px;
    background: #99dcf3;
    color: #fff;
}

.as_bt .hd .arrow-div-left {
    position: absolute;
    left: 0;
    width: 12px;
    height: 25px;
    background: url(../images/nav_left.png) no-repeat 0 0;
}

.as_bt .hd .arrow-div-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
    height: 25px;
    background: url(../images/nav_right.png) no-repeat 0 0;
}

.as_bt .hd .on {}

.as_bt .hd .on .arrow-div-middle {
    background: #0da6e0;
}

.as_bt .hd .on .arrow-div-left {
    background: url(../images/nav_h_left.png) no-repeat 0 0;
}

.as_bt .hd .on .arrow-div-right {
    background: url(../images/nav_h_right.png) no-repeat 0 0;
}

.borders {
    border: solid 5px #00a2d7;
}

input[type='date'] {
    -moz-appearance: textfield;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pagination1 {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination1>li {
    display: inline
}

.pagination1>li>a,
.pagination1>li>span {
    position: relative;
    float: left;
    padding: 4px 10px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 12px;
}

.pagination1>li:first-child>a,
.pagination1>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination1>li:last-child>a,
.pagination1>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination1>li>a:focus,
.pagination1>li>a:hover,
.pagination1>li>span:focus,
.pagination1>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination1>.active>a {
    background-color: #f4f4f4;
    border-color: #DDD;
    color: #23527c
}

.pagination1>li>a:focus {
    background-color: #FFF;
    color: inherit
}

/*表单*/
.form_radio {
    line-height: 35px;
    margin-right: 20px;
}

.statusColor0 {
    color: #FFBE00
}

.statusColor1 {
    color: #FFBE00
}

.statusColor2 {
    color: #0da6e0
}

.statusColor3 {
    color: #ff0000
}

.statusColorINIT {
    color: #FFBE00
}

.statusColorNOT_PASS {
    color: #ff0000
}



.statusColorPASS {
    color: #0da6e0
}

.statusColorNOT_FINISH {
    color: #ff0000
}

.statusColorCANCEL {
    color: #b1b1b1
}

input,
select,
button {
    outline: none;
}

.btn:focus {
    outline: none;
}

.form-box {
    display: inline-block;
    margin: 7px 15px 7px 0;
}

.form-item {
    width: 150px;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #d1efff;
    border-radius: 1px;
    color: inherit;
    font-size: 14px;
    display: inline-block;
    padding: 6px 12px;
}

select.form-item {
    width: 180px;
    height: 34px;
}

.btn-search {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #52bef7;
    border-color: #52bef7;
    color: #FFF;
    outline: none;
}

.form-control:focus,
.single-line:focus {
    border-color: #d1efff !important;
}

/*日期*/
.datepicker-box {
    display: inline-block;
    vertical-align: top;
    height: 34px;
}

.time-picker {
    width: 180px;
}

.time-picker .form-control {
    height: 34px;
    background: #fff;
}

.time-picker .input-group-btn .btn {
    margin-left: 0;
    height: 34px;
}

.table-condensed>tbody>tr>td.disabled {
    color: rgb(153, 153, 153);
}

/*表格*/
table.table {
    display: block;
    overflow-y: auto;
    max-height: 600px;
    margin-bottom: 0;
}

.table thead {
    position: absolute;
    right: 20px;
    left: 20px;
    padding-right: 5px;
    z-index: 99;
}

.table tbody {
    display: block;
    padding-top: 34px;
}

.table tbody tr td,
.table thead tr td {
    word-break: break-all;
    border-right: 1px solid #e7eaec;
}

.table tbody tr,
.table thead tr {
    display: table;
    width: 100%;
}

.table tbody tr:last-child td {
    border-bottom: 1px solid #e7eaec;
}

.table tfoot {
    display: block;
    float: right;

}

.table tfoot tr td {
    border-top: 1px solid #e7eaec;
}

.table::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
}

.table::-webkit-scrollbar-button {
    display: none;
}

.table::-webkit-scrollbar-thumb {
    border-radius: 20px;
}

/*搜索区域*/
.search-box {
    margin-bottom: 10px;
}