/* HEADER */


#issn-header{
    position: absolute;
    bottom: 110px;
    right: 0;
    font-size: 16px;
    text-align: right;
}

.pkp_search_desktop .search_prompt:hover, .pkp_search_desktop .search_prompt:focus,
.pkp_navigation_primary>li>a:hover, .pkp_navigation_primary>li>a:focus{
    border-color:#fff;
}


/*menu*/
.nav_bg{
    background:#0291d7;
    width:100%;
    padding: 10px 0;
}

.pkp_site_nav_menu{
    background:#0291d7;
}

.pkp_navigation_primary>li>a,.pkp_navigation_primary>li>a:hover,.pkp_navigation_primary>li>a:focus,
.pkp_search_desktop .search_prompt,.pkp_search_desktop .search_prompt:hover,.pkp_search_desktop .search_prompt:focus
{
    color:#fff;
}
/*menu bg full width*/
/* #navigationPrimary */
.pkp_site_nav_menu .pkp_navigation_primary_wrapper::before {
    background: #0291d7;
    content: " ";
    height: 100px;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    top: -10px;
    position: absolute;
}

.pkp_navigation_search_wrapper{
    position: relative;
}


.pkp_navigation_primary > li > a:focus {
    background: rgba(0,0,0,0);
}
/*item busca*/
.pkp_navigation_search_wrapper a {
    color: #fff;
}
.pkp_search.pkp_search_desktop:hover {
    color: #fff;
    border-color: #fff;
}
.pkp_navigation_search_wrapper a:focus {
    background: rgba(0,0,0,0);
}


/* fix column line over menu bg full width*/
.pkp_structure_main::before, .pkp_structure_main::after { top: 10px;}


/* Only Desktops */
@media (min-width: 1200px){

}

/* Only Tablets */
@media (min-width: 992px) and (max-width: 1199px){

    #issn-header{
        bottom: 100px;
    }

    #navigationPrimary::before {
        height: 90px;
    }

}

/* tablets + Desktops */
@media (min-width: 992px){

    .pkp_site_name .is_img img {
        max-height: 150px;
    }

    #navigationUserWrapper {
        display: block;
    }
    #navigationUserWrapper2 {
        display: none;
    }

    .pkp_head_wrapper .pkp_search.is_open .search_prompt, .pkp_head_wrapper .pkp_search.is_open .search_prompt:hover, .pkp_head_wrapper .pkp_search.is_open .search_prompt:focus{
        color: #333;
    }
}


/* smartphones */
@media (max-width: 991px){

     #navigationUserWrapper {
        display: none;
    }
    #navigationUserWrapper2 {
        display: block;
    }
    #issn-header{
        display: none;
    }
}

.block_make_submission .block_make_submission_link{
    background: #0291d7;
    color: #ffffff;
    padding: 5px 10px;
}
.block_make_submission_link:hover,.block_make_submission_link:focus {
    background: #419bc7;
}

/* GERAL */

div.separator {

    width: 100%;
    margin-top: 1em;
    margin-bottom: 0.25em;
    padding: 0;
    border-bottom: 1px dotted #000;
    font-size: 0.5em;
    line-height: 25%;

}

.block_custom{
    display: table;
}

#customblock-RedesSociais a {
    width: 30px;
    height: 30px;
    position: relative;
    display: table;
    background-size: contain;
    background-color: #ffffff;
    border: #ffffff solid 5px;
    border-radius: 2px;
    float: left;
    margin: 2px;
}


#customblock-Database a, #customblock-Directory a, #customblock-Index a, #customblock-Affiliations a, #customblock-Support a {
    /* margin: 5px 5px; */
    display: inline-block;
    padding: 5px;
    /* border: solid 1px #e2e2e2; */
    /* border-radius: 5px; */
}


#redes-sociais a {
    display: table;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    float: left;
}