html,
body,
.content {
    /* padding: 10px 20px; */
    min-width: 320px;
}

.content>h2 {
    font-size: 16px;
}

.content .row {
    margin: 0;
}

.doc-panel {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 0;
    box-shadow: 0px 0px 0px 2px rgba(201, 202, 210, 0.6);
}

.doc {
    margin: 10px 0;
}

.doc-content {
    position: relative;
    border: 1px solid;
    border-color: rgb(134, 137, 141);
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    height: 158px;
    cursor: pointer;
    background-color: #fcfcfe;
}

.doc-dir img {
    width: 60px;
    height: 54px;
    margin: 13px 0;
}

.doc-file .img {
    width: 60px;
    height: 80px;
}

.doc-content h4 {
	margin-top: 20px;
	text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.doc-content h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.opt {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    background-color: #fddee9;
    border-radius: 0 0 4px 4px;
}

.opt .row {
    margin: 0;
}

.opt .col-xs-3 {
    padding: 0;
}

.opt a {
    font-size: 14px;
}

.doc-content:hover .opt {
    display: block;
}

.doc-add .icon-add {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.doc-add .add-hover {
    display: none;
}

.doc-add .doc-content {
    border: 1px solid rgb(175, 177, 184);
    background-color: rgb(252, 252, 254);
}

.doc-add:hover .doc-content,
.doc-add:active .doc-content {
    border: 1px solid #5093e1;
}

.doc-add:hover .add-no-hover,
.doc-add:active .add-no-hover {
    display: none;
}

.doc-add:hover .add-hover,
.doc-add:active .add-hover {
    display: block;
}

.doc-add input {
    display: block;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.doc-redfile h5 {
    color: rgb(255, 100, 100);
    font-size: 18px;
    border-bottom: 2px solid rgb(255, 100, 100);
    padding-bottom: 8px;
    margin-top: 0;
}

.doc-redfile p {
    text-align: left;
    margin-top: 10px;
}

.pages {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid rgb(220, 223, 229);
    padding: 0;
    box-shadow: 0px 0px 0px 1px rgba(201, 202, 210, 0.3);
}

.pages li {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px
}
.page.active{
    background-color: #2974d4;
    
}
.page.active a{
    color: #ffffff;
}
.pages-row {
    padding-top: 20px;
}
.pages-row > span{
    line-height: 32px;
    padding: 0 10px;
    color: rgba(0, 0, 4, 0.6);
}