@import "../lib/bootstrap.min.css";
/*@import "bootstrap.theme.min.css";*/
@import "../lib/font-awesome.min.css";
.table>tbody>tr>td{vertical-align:middle;}
.side{
    width: 190px;
    background: #344058;
    overflow: hidden;
    height: 800px;
    position: absolute;
}
.logo{
    background: #4a68a563;
}
.logo-title{
    line-height: 45px;
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    color: #ffffff;
}

.menu-item {
    color: rgba(255,255,255,.7);
    text-decoration: none;
    display: block;
    line-height: 40px;
    border-left: 3px solid #344058;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
}

.menu-item:hover{
    color: #fff;
    text-decoration: none;
    border-left: 3px solid #00b3ee;
}
.menu-item .fa{
    font-size: 14px;
    width: 20px;
    margin:0 10px;
    text-align: center;
}
.menu-item .menu-more{
    float: right;
    margin-top: 13px;
}
.menu-child{
    background: #293344;
    display: none;
}
.menu-child .menu-item{
    border-left: 3px solid #242d3d;
    padding-left:40px;
}
.menu-active{
    border-left: 3px solid #00b3ee;
    color: #ffffff;
}
.menu-child .menu-active{
    border-left: 3px solid #00b3ee;
    color: #ffffff;
    background: #242d3d;
}
/**************************************************/
.main{
    margin-left: 190px;
}
.tool-tabs{
    position: relative;
    height:45px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
}
.tool-tabs .change{
    float: left;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    cursor: pointer;
}
.tool-tabs-right{
    height:45px;
    line-height:45px;
    margin-right: 10px;
}
.tool-tabs-user,.tool-tabs-out{
    margin: 0 10px;
    cursor: pointer;
}
.tool-tabs-right a{
    color: #444444;
    text-decoration-line: none;
}
.tool-tabs-right a:hover {
    color: #000000;
}

/**************************************************/
.frame .title{
    background: #f5f5f5;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 18px;
    color: #000000c9;
    margin-bottom: 8px;
}
.frame .title button{
    margin: 3px 15px;
}
.frame .search button{
    margin: 0 15px;
}
.frame .search {
    margin: 15px 0;
}

/**************************************************/
.info-color{
    color: #5bc0de;
}
.success-color{
    color: #5cb85c;
}
.warning-color{
    color: #f0ad4e;
}
.error-color{
    color: #a94442;
}