﻿body {
        font-family: 'Microsoft YaHei UI';
}

/* Set padding to keep content from hitting the edges */
.body-content {
 
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
 
}

/**
 * Pager
 */
.pagination-container {
    padding: 0;
    margin: 10px 0;
}
.pagination {
    padding: 0;
    margin: 0 0 -4px 0;
}

.pagination a{
    cursor: pointer;
}

.pagination-container .pagination-info{
    display: inline-block;
    line-height: 28px;
}

.panel-body .pagination-container {
    margin: 12px 0 0 0;
}
.panel-footer .pagination-container {
    margin: 0;
}
.nonecolor {
border:none;
    background-color:none;
}


.second-menu {
    border-bottom:1px solid #ddd;
    height: 40px;
        position: relative;
}
    .second-menu ul {
    height:39px;
    }

    .second-menu .nav-pills > li > a {
     height:39px;
    border-top:0px;
    }
