body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 { font-family: Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;}
body{
    padding-top:47px;
}
::-webkit-scrollbar{width:6px;height:6px;}
::-webkit-scrollbar-track-piece{background:#f2f4f8;}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{display:block;height:12px;background-color:#d5d9df;}
::-webkit-scrollbar-thumb:vertical{height:25px;background-color:#d5d9df;}
::-webkit-scrollbar-button:start:decrement{-webkit-border-top-right-radius:5px;-webkit-border-top-left-radius:5px;}
::-webkit-scrollbar-button:end:increment{-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;}
.navbar{
    min-height: 46px;
    margin-bottom: 0;
}

.navbar-brand{
    height: 46px;
    padding: 13px 20px;
}
.navbar-nav>li>a{
    padding-top: 13px;
    padding-bottom: 13px;
}
.navbar-toggle{
    margin-top: 6px;
    margin-bottom: 6px;
}
.navbar-default{
    box-shadow: 0 1px #ffffff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border-color: #398dee;
}
.sidebar{
    background-color:#f5f5f5;
    border-right: 1px solid #e0e1e5;
    top:48px;
    bottom:0;
    padding:0;
}
.nav-tabs {
    padding-top:10px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px #ffffff;
}
.nav-tabs>li>a {
    margin-right: 0px;
}
.tab-nop{
    padding:0;
}
.tab-pan{
    background-color: #fff;
}
// #myTabContent{
//   padding-top: 20px;
// }
.footer{
    position: absolute;
    padding-top: 10px;
    bottom:0;
    border-top: 1px solid #ddd;
    box-shadow: 0 -1px 0 #fff;
}

.tab-pane ul,.activetag ul{
  padding-left:0px;
}
.tab-pane ul li{
  padding-left:15px;
  height:40px;
  line-height: 40px;
  // font-weight: bold;
  // font-size: 110%;


}

.glyphicon{
    padding-right: 5px;
}
// .active .activetag:before{
//   font-family: 'Glyphicons Halflings';
//   content: "\e013";
//   padding-right: 5px;
//   font-size: 80%;
// }
.excerpt a{
  float:left;
}

.articles {
    margin: 1em 0 2em;
}

.article {
    margin-top: 1.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ddd;
}
.article-left {
    float: left;
    padding:0;
}
.article-left .box{
    padding-top: 65%;
}
.article-left .box .img{
    padding-top: -65%;

}
.article-right {
    float: right;
}

.article-title .title{
    font-size: 16px;
}
a.span_link {
    color: #C5C5C5;
}
.article-text {
    margin: 0.3em 0;
    color: #777;
    line-height: 1.5em;
    font-size: 1em;
}
#tags .article-admin{
    // border-top: 1px solid  #eee;
    line-height: 28px;
    padding-left:10px;
}
.badge{
    background-color:#0967B7;
    font-size: 50%;
    border-radius:2px;
}
.contenthead{
    top:47px;
    background-color: #fff;
}
.contenthead .box{
    margin-top:8px;
    background-color: #f5f5f5;
    border-radius: 4px;
    height:40px;
}
.contents{
    margin-top:45px;
}
.breadcrumb{
    margin-bottom: 0;
}
.breadcrumb .active{
    color:#337ab7;
}
.contenthead .pagination{
    margin:5px 8px;
}
.label-default {
    background-color: #AAA7A7;
}
.label{
    margin:3px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #AFAFAF;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.rightinfo{
    position:absolute;
    top:55px;
    background-color:#fff;
    margin-right: 5px;
    padding-left: 5px;
}

#myinfo{
    width:100%;
    height:auto;
    border: 1px solid #e0e1e5;
    border-radius: 4px;
}
#myinfohead{
    padding:0 5px;
    width:100%;
    height:30px;
    line-height:30px;
    background-color: #f5f5f5;
}
#myinfocontent{
    padding:5px;
    width:100%;
    height:50px;
}
.thumbnail{
    text-align: center;
}
.vl{
    position:fixed;
    bottom:10px;
}
.videolist{
    width: 100%;
    height: 100%;
    display: block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow-y:auto;
}
.videolist h4{
    box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.videolist .diskhead{
    border-radius: 0px;
}
.img-circle{
    width:50%;
    height:50%;
}

.article-left .thumbnail{
    margin:0;
}
.article .img-thumbnail{
    border:0;
}

.notes{
    top:100px;
    bottom:10px;

}

.note,.disk{
    width:100%;
    height:100%;
    border:1px solid #ddd;
    border-radius: 4px;
    padding:5px 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling : touch;
}

.video{
    width:100%;
    height:70%;
    border:1px solid #ddd;
    border-radius: 4px;
    padding:5px 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling : touch;
}


.disks{
    top:55px;
    bottom:10px;
}
.noteshare,.noteinfo{
    padding: 8px 16px;
}
.noteinfo{
    top:55px;
}
.navbar{
    z-index: 1050;
}
.modal-backdrop{
    z-index: 1060;
}
.dropdown-header {
    color: #AFAFAF;
}
.diskhead{
    padding:0 0px;
    height:24px;
    line-height: 24px;
    background-color: #fff;
    border:0;
}
.diskhead h4{
    height:24px;
    line-height: 24px;
}
.panel-body{
    padding:5px 0px 5px 8px;
}
.folderlist{
    widows: 100%;
    height: 100%;
    border-left: 2px solid #337ab7;
}
.folderlist ul{
    list-style: none;
    padding-left:10px;
    font-size: 16px;
    margin-bottom: 0;

}
// .folderlist ul li:before{
//     font-family: 'Glyphicons Halflings';
//     content: "\e022";
//     padding-right: 5px;
// }

.folderlist ul li{
    font-size: 14px;
    padding-bottom: 5px;
}
.folderlist ul li,.diskhead .panel-title{
    font-size: 14px;

}
.folderlist ul li span{
    padding-left: 10px;
    font-size: 14px;
}
.modal{
    z-index: 9999;
}
.article-title .glyphicon{
    padding-right: 5px;
    color:#C5C5C5;
}
#myTabContent .glyphicon{
    padding-right: 5px;
}
.disabled{
    color:#AFAFAF;
}
.article .thumbnail{
    min-height:90px;
    line-height: 90px;
}

#ext-input{

    width:50%;
    height:100%
}
.markdown{
    top:55px;
    bottom:10px;
}
.admins{
    top:55px;
    overflow-y: auto;
    -webkit-overflow-scrolling : touch;
    height:100%;
    padding-bottom: 55px;
}
.admin{
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1.5px #ffffff;

}
.atics{
    top:50px;
    overflow-y: auto;
    -webkit-overflow-scrolling : touch;
    height:100%;
    padding-bottom: 55px;
}
.container-fluid .row{
    overflow-y: auto;
}
// .navbar-header{
//     margin-right: -11px;
// }
textarea,#preview,#view{
    height:100%;
    overflow-y: auto;
    -webkit-overflow-scrolling : touch;
    overflow-x: hidden;
    padding:0;
    outline:none;
    widht:100%;
    word-wrap: break-word;
}

#preview img{
    max-width: 100%;
    border:1px solid #ddd;
    border-radius: 4px;
}


#text-input{
  border:1px solid #ddd;
  border-radius: 4px;
  padding: 5px 5px;
  height:100%;
  width:100%;

}

.text-input{
    top:120px;
    bottom:10px;
    z-index: 1000;

}
.inputhead{
    top:55px;
    height:70px;
    line-height: 35px;
    background:#f5f5f5;
    border:1px solid #ddd;
    border-radius:5px 5px 0 0;
    padding: 0 5px;
}
.addaticbt {
    border: 0;
    background-color:#f5f5f5;
    color: #8C8C8C;
    height:30px;
    line-height: 30px;
}
.inputhead ul,.inputhead ul{
    padding:0;
    margin:0;
}
.inputhead li{
    padding:0;
    margin:0;
}
.article-admin button {
    border: 0;
    background-color:#fff;
    color: #8C8C8C;
    height:30px;
    line-height: 30px;
}
.panel-body{
    padding-right: 20px;
}
.panel-footer{
    border-top:0;
    background-color: #fff;
}
.panel{
    padding:0;
}
.panel-body table{
    margin-bottom: 0;
}

.marginr{
    margin-right: 10px;
}
.mgr5{
    margin-right: 5px;
}
.adatcxz,.adatcwz{
    // border:0;
    padding:0 5px;
    height:30px;
    float:left;
    // outline:none;
}
.adatctp{
    width: 100%;
    line-height: 20px;
}
.adatctp span,.adatctp input{
    padding:2px 5px;
    height:26px;
    font-size: 12px;
    line-height: 12px;
}
#myScrollspy{
    padding-right: 0;
}
.markdown ul.nav-tabs{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}
.markdown ul.nav-tabs li{
    margin: 0;
    border-top: 1px solid #ddd;
}
.markdown ul.nav-tabs li:first-child{
    border-top: none;
}
.markdown ul.nav-tabs li a{
    margin: 0;
    padding: 8px 16px;
    border-radius: 0;
}
.markdown ul.nav-tabs li.active a, ul.nav-tabs li.active a:hover{
    color: #fff;
    background: #398dee;
    border: 1px solid #398dee;
}
.markdown ul.nav-tabs li:first-child a{
    border-radius: 4px 4px 0 0;
}
.markdown ul.nav-tabs li:last-child a{
    border-radius: 0 0 4px 4px;
}
.markdown ul.nav-tabs.affix{
    top: 30px; /* Set the top position of pinned element */
}
.badge {
    margin-left: 12px;
}
.tab-pane ul{
    list-style: none;
}
#think_page_trace_open{
    z-index: 2000;
}
.list-inline li,.list-inline .form-group{
    line-height: 100%;
    height:100%;
    margin:0 5px 0 0;
}
.list-inline .form-group{
    padding-top:2px;
}
.aticdel{
    margin-bottom: 0px;
}

.nopictext span{
    color:#000;
    background-color: #fff;
    border-radius: 4px;
    padding:0 5px;
    // border:1px solid #ddd;
    box-shadow:0 0 5px #000;
}

.div-table .col-md-1,.div-table .col-md-2,.div-table .col-md-3{
    padding:0;
}
.div-table input{
    height:100%;
}
.mxwidth{
    max-width:320px;
    margin:0 auto;
}

#editcontent:disabled{
 background-color: #fff;
}

.panelns{
    background-color: #fff;
    border:0;
}

#toTop
{
    opacity: 0.3;
    width: 100px;
    z-index: 2000;
    border: 1px solid #DDD;
    background: #398DEE;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 50px;
    right: 35px;
    cursor: pointer;
    display: none;
    color: #fff;
    text-transform: lowercase;
    font-size: 0.9em;
}

.navbar-toggle{
    padding: 0;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.f-box{
    border-color:white;
    margin-bottom: 0px;
    border:0;
    border-radius: 0;
    box-shadow: 0 0 0 0;
}
.f-boxh{
    padding: 8px 0 0 0;
    border:0;
    background-color: white!important;
    color:#9F9F9F!important;
    font-size: 14px;
}
.f-boxb{
    padding:5px 0px;
}
.f-boxf{
    height: 30px;
    line-height: 20px;
    width:145px;
    float:left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:5px 6px;
}
.f-boxf img{
    padding:0px 5px 2px 0;
}
.tooltip-inner{
    background-color:#398dee;
}
.tooltip-arrow{
    border-top-color:#398dee!important;
}

.vdo{
    cursor:pointer;
}


@media screen and (max-width: 768px) {
    .disks{
        padding:0;

    }
    .disk{
        border:0;
    }
}
}


