﻿
[v-cloak] {
    display: none;
}

.ivu-menu-horizontal {
    height: 60px;
    line-height: 58px;
}

.ivu-tooltip-rel {
    /* height: 41px; */
}

.layout-logo {
    height: 30px;
    /* float: left; */
    position: fixed;
    top: 8px;
    left: 20px;
}

/* .layout-nav {
    float: right;
} */

.layout-user {
    margin: 10px;
    color: #ffffff;
    height: 40px;
}

.layout-weather {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
}

.layout-weather-icon {
    display: inline-block;
    width: 40px;
    margin: 10px 0px;
    color: #ffffff;
    height: 40px;
}

.layout-content {
    min-height: 200px;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
}

.ivu-menu-horizontal .ivu-menu-item, .ivu-menu-horizontal .ivu-menu-submenu {
    padding: 0 10px;
}


/*覆盖表头颜色*/
.ivu-table th {
    background-color: #cbd5ec;
}


/*覆盖span下标样式*/
span.ivu-radio + * {
    margin-left: 0px;
    margin-right: 0px;
}
/*过渡动画*/
.fade-enter-active {
    transition: all .3s ease;
}

.fade-enter {
    transform: translateX(10px);
    opacity: 0;
}


.font_nocheck {
    font-size: 14px;
    color: #0a5791;
    line-height: 36px;
    height: 36px;
}


.font_check {
    font-size: 15px;
    color: #ffffff;
    line-height: 36px;
    height: 36px;
}

    .font_nocheck:hover, .font_check:hover {
        color: #ffffff;
    }




.tableKnowledge {
    border-left: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    font-size: 12px;
    border-collapse: inherit;
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

    .tableKnowledge thead {
        background: #dbf4ff none repeat scroll 0 0;
        border-color: -moz-use-text-color #cfcfcf #cfcfcf -moz-use-text-color;
        font-weight: normal;
        height: 34px;
        line-height: 34px;
        vertical-align: middle;
        text-align: center;
    }

    .tableKnowledge th, .tableKnowledge td {
        border-top: 1px solid #ddd;
        border-right: 1px solid #cfcfcf;
        vertical-align: middle;
        text-align: center;
        padding: 8px;
        line-height: 20px;
    }


.vertical-center-modal {
    display: flex;
    align-items: center;
    justify-content: center;
}


.tipMarker {
    color: #555;
    background-color: rgba(255,254,239,0.8);
    border: 1px solid #7E7E7E;
    padding: 2px 6px;
    font-size: 12px;
    white-space: nowrap;
    display: inline-block;
}

    .tipMarker:before,
    .tipMarker:after {
        content: '';
        display: block;
        position: absolute;
        margin: auto;
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 5px 5px;
    }

    .tipMarker.top {
        transform: translate(-50%,-110%);
    }

        .tipMarker.top:before,
        .tipMarker.top:after {
            bottom: -9px;
            left: 0;
            right: 0;
            border-top-color: rgba(255,254,239,0.8);
        }

        .tipMarker.top:before {
            bottom: -10px;
            border-top-color: #7E7E7E;
        }

.icon {
    height: 16px;
    width: 14px;
}

#divModal .ivu-table-cell {
    padding-left: 0px;
    padding-right: 0px;
}
/*添加预警反馈信息弹出框用到的样式Start*/
.demo-upload-list {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    position: relative;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    margin-right: 4px;
}

    .demo-upload-list img {
        width: 100%;
        height: 100%;
    }

.demo-upload-list-cover {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.6);
}

.demo-upload-list:hover .demo-upload-list-cover {
    display: block;
}

.demo-upload-list-cover i {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin: 0 2px;
}
/*添加预警反馈信息弹出框用到的样式结束*/

#statTipPanel {
    display:none;
    position:absolute;
    /*bottom:100px;*/
    /*color:white;*/
    z-index:10000;
    font-size: 15px; 
    line-height: 36px;
    /*height: 56px;*/
    padding:10px 20px 10px 10px;
    /*border: 1px solid rgba(0, 0, 0, .15);*/
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-radius: 2px;
    background-color:rgba(255, 255, 255, 0.9);
}
    #statTipContent ul {
        display:inline;
    }
        #statTipContent ul li {
            /*display: inline-block;*/
            margin-left:10px;
            cursor:pointer;
        }
            #statTipContent ul li:hover {
                text-decoration:underline;           
            }