﻿@font-face {
    font-family: Roboto;
    src: url('../../fonts/Roboto-Regular.ttf')
}

html,body {
    font-family: Roboto
}
@media screen and (max-width:1317px)  {
    .layui-card > .title{
        font-size:16px !important;       
    }
}
@media screen and (max-width:1400px) {
    .jieneng-item {
        font-size: 14px !important;       
    }    
}
@media screen and (max-width:1710px) {
    .mediaImg {
        top:136px !important
    }
    .mediaBox {
        margin: 30px 15px 0 15px !important;
    }
}
.text-right {
    text-align: right;
}
.fy-shadow-block {
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: rgba(200,200,200,0.1) 0 1px 2px 0px;
    border: 1px solid #eee;
}
.fy-page-title{
    height:42px;
    border-bottom:1px solid #eee;
    padding-left:20px;
}
.fy-page-title label{
    line-height:42px;
    color:#333;
    font-size:14px;
}
.fy-block-content{
    padding:12px;
}
.fy-query-box{
    padding:5px 0px;
}
.fy-query-row{
    margin:0;
    padding:0;
    height:40px;
}
.fy-query-box .fy-query-group{
    float:left;
    padding-right:10px;
    padding-top:5px;
    height:40px;
}
.fy-query-group .btn{
    height:30px;
    line-height:30px;
    padding:0 10px;
    min-width:80px;
    text-align:center;
}
.fy-query-group .select{
    /*width:180px !important;*/
    /*max-width:180px !important;*/
    min-width:180px;
    height:28px !important;
}
.query-label{
    line-height:30px;
}
.fy-query-input{
    width:120px;
    border:1px solid #ccc;
    border-radius:3px;
    box-sizing:border-box;
    padding:0 5px;
    height:30px;
}

.fy-query-input:active,.fy-query-input:hover,.fy-query-input:focus{
    border:1px solid #FF7F24;
}
/*统一下拉框样式*/
.select-inverse .select2-choice {
    color: #34495e;
    background-color: #fff;
    border: solid 1px #ccc;
}
.select-inverse .select2-choice:active, .select-inverse .select2-choice:hover, .select-inverse .select2-choice:focus {
    border: 1px solid #FF7F24;
    color: #34495e;
    background-color: #fff;
}
    .select-inverse .select2-choice .select2-arrow {
        border-top-color: #34495e;
        border-width: 6px 6px;
    }
    .select-inverse .select2-choice .select2-arrow::before {
        content: '';
        border-color: red transparent;
        border-top-color: #fff;
        position: absolute;
        border-style: solid;
        border-width: 6px 6px;
        border-bottom-style: none;
        left: -6px;
        top: -8px;
    }
/*统一下拉框样式*/
.fy-query-content {
    margin-top: 20px;
    overflow-x: auto;
}
.fy-back-normal{
    background-color:#5FB878;
}
.fy-back-offline{
    background-color:#2F4056;
}
.fy-back-partline{
    background-color:#edd306;
}
.fy-back-alarm{
    background-color:#FF5722;
}
.status-item{
    display:inline-block;
    vertical-align:middle;
    margin-left:20px;
}
.status-icon{
    width:14px;
    height:14px;
    border-radius:7px;
    display:inline-block;
    vertical-align:middle;
}
/*分页查询结果专用*/
.btn-min{
    padding:5px 15px;
    min-width:60px;
    font-size:12px;
    margin:0 5px;
}
.layui-table{
    word-break:keep-all !important;
    white-space:nowrap;
}
/*分页查询*/
.pg-ul li{
    display:inline-block;
    border:1px solid #eee;
    margin-left:-1px;
}
.lnk-nav{
    padding:0 15px;
    line-height:26px;
    display:inline-block;
    height:26px;
}
.pg-ul li:first-child{
    border-radius:3px 0 0 3px;
}
.pg-ul li:last-child{
    border-radius:0 3px 3px 0;
}
.pg-ul .active{
    background-color:#FF7F24;
    border-color:#FF7F24;
}
.pg-ul .active a{
    color:#fff;
}
.pg-ul a{
    color:#666;
}
.layui-table thead tr th {
    text-align:center !important;
}
.query-table tbody tr td{
    text-align:center;
}
/*分页结束*/
.step-box{
    text-align:center;
    float:left;
    width:33%;
}
.step-box-active .step-item{
    background-color:#FF7F24 !important;
    color:#fff;
}
.step-box-active .step-label{
    color:#FF7F24;
}
.step-box label{
    font-size:12px;
    color:#666;
}
.step-item{
    margin:0 auto;
    text-align:center;
    color:#fff;
    width:36px;
    height:36px;
    border-radius:18px;
    background-color:#aaa;
    line-height:36px;
    font-size:18px;
}
.step-line{
    width:66%;
    margin:17px auto;
    border-top:2px solid #aaa;
}
.required {
    color:#FF5722;
}
.no-wrap{
    word-break:keep-all;
    white-space:nowrap;
}
.form-group-sm .form-control{
    height:35px !important;
}
.form-group-sm .select2-container.select-sm > .select2-choice{
    height:35px;
    line-height:35px;
}
.select2-drop{
    z-index:99999999;
}
/*multiselectbox*/
.multi-item{
    background-color:#ccc;
    border:1px solid #ccc;
    border-radius:3px;
    margin:5px 0 0 5px;
    float:left;
    padding:0 20px 0 5px;
    line-height:16px !important;
}
.multi-item label{
    font-size:12px;
    line-height:16px !important;
    margin:0 !important;
}
.multi-close{
    color:#000;
    position:relative;
    left:10px;
}
.multi-close{
    color:#000;
}
/*noticelist*/
.noticelist-content{
    overflow-x:hidden;
    overflow-y:auto;
}
.notice-item{
    cursor:pointer;
    display:block;
    border-top:1px solid #eee;
    padding:5px;
}
.notice-item:hover,.noticelist .active{
    background-color:#dcf1ff;
}

.notice-title,.notice-msg{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.notice-title label{
    font-size:14px;
    font-weight:bold;
}
.notice-msg{
    color:#666;
}
.unread:after{
    content:'';
    display:inline-block;
    border:3px solid #FF5722;
    border-radius:3px;
    width:0;
    height:0;
    position:relative;
    top:-2px;
    left:5px;
}
/*权限分配*/
.profile-label{
    display:inline-block;
    float:left;
    width:200px;
    text-align:right;
    line-height:80px;
}
.menu-content{
    margin-left:220px;
    /*border:1px solid;*/
}
.profile-item{
    float:left;
    line-height:60px;
    padding:0 30px;
    margin:10px 20px;
    border:1px solid #eee;
    border-radius:5px;
    cursor:pointer;
}
.profile-item:hover{
    background-color:#e0f3ff;
}
.menu-content .active{
    background-color:#FF7F24;
    color:#fff;
}
/*太阳能电池板布局，不能拖的那个*/
.spnl-toolbar select{
    margin:0 10px;
}
.spnl-cnt-item{
    display:inline-block;
    margin:0 10px;
}
.spnl-cnt-item label{
    font-size:14px;
}
.pnl-solar-inv-item{
    /*border:1px solid #eee;*/
    margin:10px;
    float:left;
}
.pnl-solar-inv-border{
    border:2px solid #666;
    border-radius:5px;
    background-image:url('../../img/icon/pnl.png');
    background-size:100%;
    cursor:pointer;
}
.pnl-solar-inv-border *:hover{
    cursor:pointer;
}
.pnl-solar-block{
    background-color:rgba(47,86,116,0.4);
    width:48px;
    height:40px;
    border-radius:5px;
    position:relative;
    top:15px;
    padding-left:2px;
}
.pnl-solar-num{
    font-size:16px;
    color:#fff;
    /*font-weight:600;*/
    display:block;
    line-height:24px;
}
.pnl-solar-unit{
    font-size:12px;
    color:#fff;
    display:block;
    line-height:12px;
    position:relative;
    top:-3px;
}
/*面板收缩*/
.fycollapse .panel-body{
    padding:0 !important;
}
.fycollapse .panel-body ul{
    margin-bottom:0 !important;
}
.fycollapse .panel-body ul li{
    line-height:35px;
}
.fycollapse .panel-body ul li a{
    display:block;
    padding-left:15px;
    padding-right:15px;
    line-height:35px;
    color:#666;
}
    .fycollapse .panel-body ul li a:hover, .fycollapse .panel-body ul li .active {
        color: #fff;
        background-color: #FF7F50;
    }
