.rteindent1 {
    margin-left: 40px;
}
.rteindent2 {
    margin-left: 80px;
}
.rteindent3 {
    margin-left: 120px;
}
.rteindent4 {
    margin-left: 160px;
}
.rteleft {
    text-align: left;
}
.rteright {
    text-align: right;
}
.rtecenter {
    text-align: center;
}
.rtejustify {
    text-align: justify;
}
.ibimage_left {
    float: left;
}
.ibimage_right {
    float: right;
}


.document-more {
    margin-top: 15px;
    padding: 15px;
    background: #F7FBFE;
    border-top: 1px dashed #bebebe;
}
#content p {
    margin-bottom: 8px;
}
.document-more p {
    padding: 10px;
    text-indent: -10px;
    color: #E02601;
}
.document-more ul li span {
    margin-right: 10px;
}
.txt-icon-gray {
    background: #6e6e6e;
}
.txt-icon {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 2px;
    background: #6e6e6e;
    color: #fff;
    font-size: 0.923em;
    font-weight: 600;
}
.document-more ul li a {
    color: #2734b7;
    text-decoration: underline;
}



.dl-table .dd-open a.btn {
    min-width: calc(19% - 2px);
    margin-left: 2px;
    background: #fff;
    border: 1px solid #b5b5b5;
    color: #000;
    border-radius: 5px;
}

.dl-table .dd-open a.btn.on {
    background: #f8eff3;
    color: #783c54;
    font-weight: 700;
}


.archiving-count{
    display: inline-block;
    padding: 0 8px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    font-size: 0.8725em;
    border-radius: 5px;
}

.archiving-list .slick-slide>div .title h4 {

}

.archiving-list h4 {
    margin: 20px 0 10px;
}


@media (max-width: 1023px) {
    .modal-window .modal-container {top:calc(50% - 120px) !important;height: auto !important;}
}
