/*
.nav-pills>li>a {border:1px solid #ac2925;color:#d9534f;border-radius:0 8px 8px 0;}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #d9534f;
}
.content-right{width:30px;float:right;border-left:1px solid #ac2925;}
*/

.album_main {
    padding: 0;
}

.album_main .gallery-container {
    padding: 0;
    margin: 0;
}

.album_main .gallery-container .gallery-item {
    padding:0 2px 2px 0;
}

.album_main .gallery-container .gallery-item .img-responsive {
    width: 100%;
}

.upload_user {
    margin-left: -35px;
}

.album_action {
    margin-right: -35px;
    color: yellow;
}

.album_action a {
    margin-right: 15px;
}

.album_action .glyphicon, .upload_user .glyphicon {
    top: 2px;
    margin-right: 5px;
}

.album_action select {
    background-color: #000000;
    color: yellow;
    text-align: center;
}

.selectPicBody {
    margin: 10px 10px 30px 10px;
    height: 120px;
    display: table;
}

.selectPicNum {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    font-weight: 400;
}

.localPicItem, .localImg {
    float: left;
    width: 54px;
    height: 54px;
    margin: 0 5px 5px 0;
    border-radius: 4px;
}

.deletePicBtn {
    float: left;
    z-index: 10;
    width: 14px;
    height: 14px;
    margin: -59px 0 0 40px;
}

.addLocalPic {
    background: url("addLocalPic.png") no-repeat 0 0;
}

.deletePic {
    background: url("deletePic.png") no-repeat 0 0;
}

.none { /* 隐藏非flex布局的元素，隐藏后不占位 */
    display: none;
}

.hidden { /* 隐藏flex布局的元素，隐藏后占位 */
    visibility: hidden;
}

input {
    min-height: 1.5rem;
    -webkit-user-select: auto; /* webkit浏览器 */
}

input[type=file] {
    display: none;
}

input::-webkit-input-placeholder {
    font-size: 0.96rem;
    color: #D8D8D8;
    background-color: transparent;
}

input::-moz-placeholder {
    font-size: 0.96rem;
    color: #D8D8D8;
    background-color: transparent;
}

input:-moz-placeholder {
    font-size: 0.96rem;
    color: #D8D8D8;
    background-color: transparent;
}

input:-ms-input-placeholder {
    font-size: 0.96rem;
    color: #D8D8D8;
    background-color: transparent;
}

input:-internal-autofill-selected {
    background-color: transparent;
}

::-webkit-scrollbar {
    display: none;
}

.uploadBtn .glyphicon {
    margin-right: 5px;
    top: 2px;
}