#top-alert{
    position: fixed;
    top: 10px;
    left:10px;
    right: 10px;
    z-index: 1000;
    display: none;
}
/*#navbar-header .my-navbar{
    height: 61px;
    border-bottom: 1px solid #000;
}
#navbar-header .navbar-fixed-top, #navbar-header .navbar-static-top {
    background-color: #293846;
}
#navbar-header .navbar-header{
    width: 220px;
    height: 60px;
    line-height: 60px;
}
#navbar-header .navbar-header .title{
    display: inline-block;
    margin: 0;
    width: 220px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    color:#fff;
    font-size: 20px;
    overflow: hidden;
}
#navbar-header .nav>li>a:focus, #navbar-header .nav>li>a:hover {
    text-decoration: none;
    background-color: #293846;
    color:#fff;
}
#navbar-header .nav .open>a, #navbar-header .nav .open>a:focus, #navbar-header .nav .open>a:hover {
    background-color: #293846;
    color:#fff;
}*/
.ibox-tools .toback{
    color: #18a689;
}

#form-search input,#form-search select{
    width: 150px;
}

#form-search .input-group-btn button{
    margin-right: 3px;
}

/*radio checkbox 对不齐问题*/
.cr-inline{
    margin: 7px 7px 0px 0px;
}