/*.s-search-icon {*/
/*    position: absolute;*/
/*    left: -20px;*/
/*    top: 10px;*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*    .s-search-icon {*/
/*        position: absolute;*/
/*        left: -15px;*/
/*        top: 10px;*/
/*    }*/
/*}*/
body {
    font-size: .875rem !important;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 660px !important;
    }
}

.site-content {
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
}

@media (min-width: 767.98px) {
    .d-mg-15 {
        margin-right: -15px;
        margin-left: -15px
    }
}

.site-body .btn-arrow {
    color: #005AAA;
    border-radius: 6px;
    padding: 7px 16px;
    transition: .3s;
    border: 1px solid #005AAA;
}

.site-body .btn-arrow:hover {
    color: #fff;
    background: #005AAA
}

.site-body .btn-arrow:active {
    box-shadow: unset
}

.alert {
    transition: 0.3s;
    opacity: 0;
    transform: translateY(-20px);
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
}

.custom_btn-d {
    float: right;
}

.star-ico {
    display: none;
}

#down_list tbody tr:hover .star-ico {
    display: inline-block;
}

.modal-content, .modal-header {
    border: 0
}

#bulletin_box .icon-bulletin, .icon-close {
    line-height: 25px;
}

#down_list {
    table-layout: fixed;
    word-break: break-all;
}

.detail_content_img {
    max-width: 1000px !important;
    max-height: 100% !important;
    width: auto !important;
}

.abstract_img {
    max-height: none !important;
    margin-top: 20px;
}

.carousel-item {
    cursor: pointer;
}

.down_content {
    cursor: pointer;
    color: #007bff;
}

.down_content:hover {
    color: #0056b3;
    text-decoration: underline;
}
.retry_help{
    cursor: pointer;
    color: #00965E;
}

.retry_help:hover {
    color: #198754;
    text-decoration: underline;
}