/*
Theme Name: RM SPACE
Text Domain: researchmind
Version: 0.3
Requires at least: 4.7
Requires PHP: 7.2
Description: RM 테마 2021 입니다.
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

.react-datepicker-popper {
    z-index: 9999;
}

.react-datepicker__navigation-icon--previous, .react-datepicker__navigation-icon--next {
    top: 6px;
}

.combine-search-sort label,
.combine-search-sort label input,
.combine-search-sort label span {
    cursor: pointer;
}

.form-side-search .custom-control-label {
    cursor: pointer;
}

.category-wrap .text-dark-i { color: #1e2a53 !important;}

.link-scopus_id { display: inline-block; overflow: hidden;margin: 0;padding: 0;color: transparent;vertical-align: middle;text-indent: -9999em;background: url(assets/images/icon-scopus_id@2x.png) no-repeat 0 0;background-size: 120px 25px;width: 120px;height: 25px;}
.link-ocr_id { display: inline-block; overflow: hidden;margin: 0;padding: 0;color: transparent;vertical-align: middle;text-indent: -9999em;background: url(assets/images/icon-ocr_id3@2x.png) no-repeat 0 0;background-size: 70px 25px;width: 70px;height: 25px;}
.link-researchgate_id { display: inline-block; overflow: hidden;margin: 0;padding: 0;color: transparent;vertical-align: middle;text-indent: -9999em;background: url(assets/images/icon-researchgate_id@2x.png) no-repeat 0 0;background-size: 80px 25px;width: 80px;height: 25px;}
.link-researcher_id { display: inline-block; overflow: hidden;margin: 0;padding: 0;color: transparent;vertical-align: middle;text-indent: -9999em;background: url(assets/images/icon-researcher_id@2x.png) no-repeat 0 0;background-size: 70px 25px;width: 70px;height: 25px;}
.link-kci_id { display: inline-block; overflow: hidden;margin: 0;padding: 0;color: transparent;vertical-align: middle;text-indent: -9999em;background: url(assets/images/icon-kci_id@2x.png) no-repeat 0 0;background-size: 120px 25px;width: 120px;height: 25px;}
.link-isni { display: inline-block; overflow: hidden;margin: 0;padding: 0;color: transparent;vertical-align: middle;text-indent: -9999em;background: url(assets/images/icon-isni2@2x.png) no-repeat 0 0;background-size: 42px 25px;width: 42px;height: 25px;}
.link-googlescholar_id { display: inline-block; overflow: hidden;margin: 0;padding: 0;color: transparent;vertical-align: middle;text-indent: -9999em;background: url(assets/images/icon-googlescholar_id2@2x.png) no-repeat 0 0;background-size: 100px 25px;width: 100px;height: 25px;}

.editor-edit {
    width: 18px;
    height: 18px;
    filter: invert(11%) sepia(70%) saturate(6625%) hue-rotate(348deg) brightness(88%) contrast(99%);
    background-size: 18px auto;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('assets/images/edit-regular.svg');
}
.print-icon {
    width: 28px;
    height: 28px;
    /*filter: invert(11%) sepia(70%) saturate(6625%) hue-rotate(348deg) brightness(88%) contrast(99%);*/
    filter: invert(18%) sepia(40%) saturate(2660%) hue-rotate(197deg) brightness(87%) contrast(95%);
    background-size: 28px auto;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('assets/images/print-button.svg');
}

/** Print Style. Journal Detail */
@media print {

    html, body {
        color: #000;
        background: #fff;
        padding:0;
        margin:0;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .only-print {
        display: block !important;
    }

    #header,
    #footer,
    .right-side-group,
    .journal-detail-impactchange
    {
        display:none;
    }

    .view {
        width:100%;
    }

    #container {
        padding-top:24px;
        padding-bottom:24px;
    }

    .table {
        border-top:1px solid #333;
    }

    .table > thead > tr > th {
        background:none;
        border-bottom:1px solid #333;
    }

    /** 2021-11-01 학제 */
    .print-show {
        display: block !important;
    }

    .print-none {
        display: none !important;
    }
}

/** 2021-11-01 학제 */
/*.print-show {*/
/*    display: none !important;*/
/*}*/

.hide {
    display: none;
}

