div.main-content{
    overflow-x: auto;overflow-y: hidden;
}

table#sample-table-2 tr, table#sample-table-2 td {
    line-height: 50px !important;
    cursor: -webkit-grabbing;
}

.drop-down {
    width: 100px;
    height: 100%;
    cursor: pointer;
}

.position-relative, .position_relative {
    position: relative;
}

.nav-list > li > .submenu li > .submenu > li > a > .arrow {
    right: 12px;
    top: 9px;
}

.nav-list > li > .submenu a > .arrow {
    right: 11px;
    top: 10px;
    font-size: 16px;
    color: #6b828e;
}

table td b.drop_down_absolute {
    text-align: right;
    position: absolute;
    right: 10%;
    top: 40%;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    vertical-align: middle;
}

/** 我自己form的搜索框效果 开始 */
form.first_form .nav-search-input {
    border: 1px solid #6fb3e0;
    width: 152px;
    /*height: 28px !important;*/
    border-radius: 4px !important;
    font-size: 13px;
    color: #666 !important;
    z-index: 11;
    -webkit-transition: width ease .15s;
    transition: width ease .15s;
    line-height: 20px;
}


form.first_form input.nav-search-input {
    padding-left: 6px;
    padding-right: 24px;
}

form.first_form .nav-search-icon {
    color: #6fb3e0 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    right: 3px;
    left: unset;
}

form.first_form span.common-span{
    padding: 3px 4px;
    height: 30px;
    vertical-align: inherit;
}
form.first_form span.common-span button{
    padding: 1.5px 4px;
    margin-bottom: 1px;
}


/** 我自己form的搜索框效果 结束 */

tbody.contentList img{width: 80px;height: 80px;}

tbody.contentList ul.dropdown-menu{
    width: 100%!important;
    min-width: 100%!important;
    max-width: 100%!important;
}

div.page-content div#pageList{
    /*margin-bottom: 3rem;*/
}

/* 上传图片的样式：仅限详情页面 */
form#details .profile-picture {
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 4px;
    display: inline-block;
    max-width: 100%;
    -moz-box-sizing: border-box;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
form#details .editable-click {
    border-bottom: 1px dashed #BBB;
    cursor: pointer;
    font-weight: normal;
}
form#details img.editable-click {
    border: 1px dotted #BBB;
}
form#details  #cboxClose {
    background: 0;
    text-indent: 0;
    width: 26px;
    height: 26px;
    line-height: 22px;
    padding: 0 4px;
    text-align: center;
    border: 2px solid #999;
    border-radius: 16px;
    color: #666;
    font-size: 12px;
    margin-left: 5px;
    margin-bottom: 5px;
}
form#details #cboxClose {
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 32px;
    color: #fff;
    font-size: 21px;
    height: 28px;
    width: 28px;
    padding-bottom: 2px;
    margin-left: 0;
    right: -14px;
    top: -14px;
}