.share_holder .top_1 h1 {
    font-size: 36px;
    line-height: 48px;
    padding-left: 15px;
    color: #353590;

}

.information-disclosure-block {
    margin-top: 30px;
}

#informations {
    /*margin: 50px -25px;*/
}

#informations .box_list_info {
    margin-bottom: 20px;
}

#informations .box_list_info > .row {
    border: 1px solid #dadada;
    margin: 10px;
    padding: 20px;
    margin: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-height: 116px;
}

.name_infor {
    color: rgba(26,107,153, 0.7)
}

.name_infor:hover {
    color: #696e72
}

.time_public {
    min-width: 320px;
    padding: 10px 20px 0px 0px;
}

#informations .form_search {
    padding: 10px;
}

#informations table {
    width: 100%;
    border-collapse: collapse;
}

#informations table tr, #informations table td {
    border: 1px solid rgba(26, 107, 153, .3)
}

#informations table td {
    padding: 5px 10px;
}

#informations table td a {
    list-style: disc;
    font-size: 15px;
}

#informations table td a:hover {
    color: rgba(26, 107, 153)
}

#searchInfo {
    background: rgba(26,107,153, 0.7);
    border-radius: 7px;
}

.wrap_btn_download {
    display: block;
    text-align: center;
}

.downloadhere {
    color: #33328f !important;
}

.buttondownload {
    display: inline-block;
    border-radius: 7px;
    border: none;
    background: rgba(26,107,153, 1);
    color: white;
    font-family: inherit;
    text-align: center;
    font-size: 13px;
    width: 10em;
    padding: 1em;
    transition: all 0.4s;
    cursor: pointer;
}

.buttondownload[disabled] {
    opacity: 0.5;
    cursor: no-drop;
}

.buttondownload .text_download {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.4s;
    color: white;
}

.buttondownload .text_download_disable {
    cursor: no-drop;
    display: inline-block;
    position: relative;
    transition: 0.4s;
    color: white !important;
}

.buttondownload .text_download:after {
    /* content: 'for free'; */
    position: absolute;
    opacity: 0;
    top: 0;
    transition: 0.7s;
}


.buttondownload:hover .text_download:after {
    opacity: 4;
    right: 0;
}

.edit_content {
    margin: 35px 20px 0px;
}

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination {
    margin-top: 10px;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 12px;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #CED4DA;
    font-weight: 600;
    padding: 14px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    border-radius: 50%;
    background-color: unset !important;
    border: unset;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #353590 !important;
    display: inline-block;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: unset !important;
    color: #CED4DA;
    font-size: 30px;
    margin: 0 15px;
    font-weight: 100;
}

.page-link.next {
    font-size: 30px;
    font-weight: 100;
    margin: 0 15px;
}

.notFound {
    display: block;
    width: 100%;
    text-align: center
}
