﻿.container{
    padding-left:0px;
    padding-right:0px;
    width:100%;
}
.layout{
    padding: 0 15px;
}
.layout-home-content-item{
    margin-top: 15px;
    border:1px solid #bec2cc;
}
.layout-home-content-item .layout-home-title-item{
    font-size: 30px;
    color: #87ceeb;
    display: block;
    cursor: inherit;
    padding:0px 3px;
}
.layout-home-content-item .layout-home-chart-content{
    width: 100%;
    height: 250px;
}
.width20percent{
    width: 20%;
    float:right;
    margin-top:1%;
    border-right:1px solid #bec2cc;
}
.layout-nav span{
    color: #359ac3;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 12px;
    cursor:pointer;
    margin-top: 5px;
}
.layout-nav:hover span, .layout-nav:active span, .layout-nav:focus span{
    color: #eb751d;
}
.img-icon-nav{
    width: 20%;
    margin: 0px auto;
    display: block;
}
.layout-item{
    margin-top: 10px;
    border: 1px solid #bec2cc;
    padding: 5px;
    min-height:100px;
}
.layout-item span{
    display: block;
    text-align: center;
    height: 60px;
    overflow: hidden;
}
.layout-item img{
    display: block;
    width: 50%;
    margin: 0px auto;
}
.layout-item:hover span{
    color:#eb751d;
}
.chat-message{
    display: block;
    clear: both;
    position: fixed;
    border-radius: 3px;
    right: 10px;
    bottom: 10px;
    z-index:9999;
}
.chat-message .icon-chat-message{
    width: 14%;
    float: left;
    color: #fff;
    padding: 5px 9px;
    background: #00AFEF;
    text-align: center;
    border-radius: 3px 0px 0px 3px;
}
.chat-message .chat-message-btn{
    width: 80%;
    float: left;
    color: #fff;
    padding: 2px 5px;
    cursor: pointer;
}
.chat-message .chat-container{
    height: 0px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
    border-radius: 3px 3px 0px 0px;
    background: #fff;
    overflow:hidden;
    -webkit-transition:all ease 0.4s;
    -o-transition:all ease 0.4s;
    -moz-transition:all ease 0.4s;
    transition:all ease 0.4s;
}
.chat-message .active{
    height: 400px !important;
    top: -400px !important;
    border-left: 1px solid #bec2cc !important;
    border-right: 1px solid #bec2cc !important;
    border-top: 1px solid #bec2cc !important;
}
.chat-message .chat-container .chat-container-message{
    height: 365px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.list-item-mess{
    list-style-type:none;
    float:left;
    padding:0px;
    margin:0px;
}
.list-item-mess li{
    float:left;
}
.list-item-mess li a{
    padding: 10px;
    background: #007dc6;
    color: #fff;
    text-decoration: none;
}
.list-item-mess li a:hover{
    background: -webkit-linear-gradient(#fc3534, #da272d,#5b000d);
    background: -o-linear-gradient(#fc3534, #da272d,#5b000d);
    background: -moz-linear-gradient(#fc3534, #da272d,#5b000d);
    background: linear-gradient(#fc3534, #da272d,#5b000d);
}

.layout-item-task-component{
    height: 38px;
    overflow: hidden;
    border: 1px solid #bec2cc;
    margin-bottom: 5px;
    margin-right:5px;
}
.layout-item-11-percent span{
    font-size:11px;
}
.layout-item2{
    min-height:165px;
}
.layout-item3{
    width: 100%;
    border-radius: 0px;
    background: none;
    display:none;
}
.layout-item4{
    cursor:pointer;
}
.layout-item5{
    z-index:9999;
    top: 10px;
    left: 15px;
    right: auto;
}
@media (min-width: 1170px){
    .layout-item-11-percent{
        width:11%;
    }
}