/*this is for icon-refresh, now useless for we use the loading function in element-ui*/
[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    /*background: url(../img/icon.png) 0 0 no-repeat transparent;*/
}

.icon-refresh {
    cursor: pointer;
}

.icon-refresh.icon-circle-loading {
    background: url('../img/ajax-loader-circle.gif') 0 0 no-repeat;
    background-size: 14px 14px;
}

.icon-refresh.hide {
    display: none;
}



.bigfont{
    font-size:20px!important;
}

.mt8{
    margin-top:8px;
}

.mt10{
    margin-top:10px;
}


/*page float*/

body.page-float-on {
    overflow: hidden;
}

body.page-float-on .page-float {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.page-float {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #e6e6e6;
    overflow: hidden;
    top: 50px;
    z-index: 10;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    padding: 15px 100px;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.page-float .page-float-body {
    border: 1px solid #ddd;
    background-color: #fcfcfc;
    position: relative;
    height: 100%;
    width: 100%;
}

.page-float .page-float-header {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 15px;
}

.page-float .page-float-header h3.title {
    float: left;
    margin: 0;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    color: #666;
}

.page-float .page-float-header h3.title .fa {
    font-size: 16px;
    margin-right: 5px;
}


.page-float .page-float-content {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-float .page-float-handler {
    display: block;
    position: absolute;
    top: 16px;
    right: 101px;
    background-color: #fff;
    z-index: 2;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #888;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.page-float .page-float-handler:hover {
    color: #666;
}

.page-float .container-fluid {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
    background-color: #fff;
}

/*
.page-float .row-fluid {
    position: relative;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}*/
.page-float .new-style-form small.text-danger{
    display:block;
}

.page-float .new-style-form .fixed-control-group {
    left: 100px;
    right: 100px;
    border: 1px solid #ddd;
    border-bottom: 0;
    width: auto;
}

.page-float .new-style-form .fixed-control-group:before {
    display: none;
}

/* fixed-control group */
 .fixed-control-group {
    position: fixed;
    bottom: 0 !important;
    width: 100%;
    margin: 0 !important;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    z-index: 5;
}

 .fixed-control-group:before {
    display: block;
    background: #f5f5f5;
    position: absolute;
    height: 100%;
    margin-left: -31px;
    width: 32px;
    border-top: 1px solid #ddd;
    margin-top: -1px;
}

 .fixed-control-group button {
    /*padding: 5px 0;*/
    margin-left: 30px;
    margin-top: 3px;
    margin-bottom: 3px;
}

 /* two columns*/
/*.new-style-form .two-columns {
    *zoom: 1;
}

.new-style-form .two-columns:before,
.new-style-form .two-columns:after {
    display: table;
    content: "";
    line-height: 0;
}

.new-style-form .two-columns:after {
    clear: both;
}

.new-style-form .two-columns .contact-input {
    width: 70%;
}
*/

.new-style-form .two-columns .el-form-item:nth-of-type(odd) {
    clear: left;
    border-right: 1px solid #e5e5e5;
}

.new-style-form .two-columns .el-form-item:nth-of-type(even) {
    border-left: 1px solid #e5e5e5;
    margin-left: -1px;
}

.new-style-form  .el-form-item {
    padding: 4px 0;
    margin: 0;
    width:85%;
    box-sizing: border-box;
}
.new-style-form .two-columns .el-form-item {
    float: left;
    width: 50%;
    margin: 0;
    padding: 4px 0;
    box-sizing: border-box;
}

.new-style-form div.two-columns
{
    overflow:auto;_height:1%
}




.new-style-form .two-columns .el-form-item .el-select{
    width:100%;
}
.new-style-form .two-columns .el-form-item .el-input{
    width:60%;
}
.new-style-form .two-columns .el-form-item .el-date-editor{
    width:60%!important;
}
.new-style-form .two-columns .el-form-item .el-input-number div.el-input{
    width:100%;
}




/*slide-helper*/

.slide-helper {
    z-index: 1051;
    position: fixed;
    background-color: #fff;
    top: 50px !important;
    left: initial !important;
    right: 0;
    bottom: 5px;
    border: 1px solid #ddd;
    border-right: none;
    width: 10px;
    box-shadow: -2px 2px 5px #ddd;
}
/*
.slide-helper .doc-name {
    margin-right: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    float: left;
    max-width: 200px;
    color: #999;
}*/

.slide-helper.max {
    width: 880px !important;

}


/*
.slide-helper.slide-helper-large.max {
    width: 880px !important;
}*/

.slide-helper.min {
    width: 0 !important;
    display: none;
}
/*
.slide-helper.max .handle:before {
    border-right: 6px solid #666;
}
.slide-helper.min .handle:after {
    border-left: 6px solid #666;
}*/
/*
.slide-helper.min .btns {
    display: none;
}

.slide-helper aside {
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}

.slide-helper .handle {
    width: 25px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    background: #fff;
    left: -26px;
    border: 1px solid #ddd;
    border-right: none;
    cursor: ew-resize;
}

.slide-helper .handle:before {
    display: block;
    content: ' ';
    border-right: 6px solid #0088cc;
    border-top: 6px solid transparent;
    border-left: none;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -3px;
}

.slide-helper .handle:after {
    display: block;
    content: ' ';
    border-right: none;
    border-top: 6px solid transparent;
    border-left: 6px solid #0088cc;
    border-bottom: 6px solid transparent;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -3px;
}

.slide-helper .btns {
    margin: 0 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    z-index: 1;
}
*/
.slide-helper .slide-heading {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d3d3d3;
    padding-left: 10px;
    z-index: 1;
}

.slide-helper .slide-heading .slide-close {
    color: #999;
    float: right;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-left: 1px solid #d3d3d3;
}

.slide-helper .slide-heading .slide-close:hover {
    color: #888;
}

.slide-helper .slide-content {
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
}
/*
.slide-helper .resize-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.slide-helper .hide-mask {
    position: relative;
    bottom: 25px;
    height: 25px;
    background-color: rgba(255,255,255,0.38);
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(255,255,255,0.8));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,0.1)), to(rgba(255,255,255,0.8)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1), rgba(255,255,255,0.8));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.1), rgba(255,255,255,0.8));
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(255,255,255,0.8));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#ccffffff', GradientType=0);
}*/
/*
.slide-helper iframe {
    width: 100%;
    height: 100%;
}*/

.slide-helper .slide-content .scrollable-content {
    margin: 10px;
}


/*slideinner*/

.square-bordered {
    border: 1px solid #e5e5e5;
}
.inline-block {
    display: inline-block;
}
p.subsequent {
    margin: 5px 0 3px 0;
}
.fz13 {
    font-size: 13px!important;
}
.mr5{
    margin-right:5px;
}
.muted {
    color: #999;
}
.text-strong {
    font-weight: bold;
}
.text-right {
    text-align: right;
}

/*slide inner content*/
li{
    list-style:none;
}

.vcard.vcard-bordered {
    border: 1px solid #e5e5e5;
}

.vcard.vcard-bordered2 {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
/*
.vcard .full-width {
    margin-left: 0;
}*/

.vcard .v-heading {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 5px 8px;
    line-height: 18px;
    background: #F5f6FA;
    color:#333333
    /*font-weight: 700;*/
}

.vcard .v-heading-left{
    border-left: 4px solid #6d7781;
}

.vcard .v-heading:first-of-type{
    border-top: 0;
}


.vcard .vcard-span {
    padding: 8px 15px;
    color:#333;
}

.vcard .two-columns {
    position: relative;
}

.vcard .two-columns .vcard-span {
    float: left;
    width: 50%;
}
.vcard .two-columns:before {
    display: block;
    content: ' ';
    width: 1px;
    height: 100%;
    top: 0;
    right: 50%;
    background: #dddddd;
    position: absolute;
}

.vcard .two-columns .vcard-span:nth-child(odd) {
    clear:both;
}

.vcard .item-key {
    float: left;
    color: #999;
    width: 120px;
    white-space: nowrap;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
}
.vcard .vcard-item {
    word-break: break-word;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*console title*/
.console-title-border {
    border-bottom: 1px solid #DDD;
}

.console-title {
    padding: 16px 0px;
    min-height: 60px;
}


.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;
    vertical-align: top;
}

.console-title h5 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.console-table-wapper {
    position: relative;
}


/*table view*/
.table-viewer-header {
    margin-top: 10px;
    margin-bottom: -1px;
    height: 30px;
    background: #F5f6FA;
    line-height: 28px;
    border: 1px solid #e1e6eb;
    position: relative;
    border-left: 4px solid #6d7781;
    box-sizing: border-box;
    overflow:auto;_height:1%
}

.table-viewer-header.header2 {
    border-top:none;
}


.table-viewer-header .table-viewer-topbar-title {
    font-size: 12px;
    color: #333333;
    display: inline-block;
    margin-left: 16px;
}



.table-content {
    border: 1px solid #ddd;
    padding: 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}


/*.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}*/
.clearfix{overflow:auto;_height:1%}


.el-dialog__body{
    padding-top:0;
}