/*************************** General UEES ***************************/

.container{
    width: 90% !important;
}

a {
    color: #0b2e63;
    text-decoration: none;
}

h1{
    font-size: 40px;
}

h2{
    font-size: 30px;
}

body{
    font-size: 15px;
}

.navbar-brand {
    height: 140px;
}

.navbar-header {
    float: none;
}

#nav-menu{
    background-color: #eee;
}

.btn-primary {
    background-color: #490102d0;
    border-color: #490102d0;
}

.btn-primary:hover {
    background-color: #490102;
    border-color: #490102;
}

.nav-pills>li>a {
    border: 1px solid #aaa;
}

.navbar-default, .header_view {
    background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar, .header_view .navbar-toggle .icon-bar {
    background-color: #0b2e63;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .header_view .navbar-toggle:hover, .header_view .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-default .nav>li>a, .header_view .nav>li>a {
    color: #0b2e63;
}

.navbar-default .badge {
    background-color: #ccc;
    color: #2c3e50;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .header_view .navbar-nav>.open>a, .header_view .navbar-nav>.open>a:hover, .header_view .navbar-nav>.open>a:focus {
   background-color: #490102;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #490102;
    color: #fff;
}

.btn-default, .pkp_block.block_make_submission a {
    background-color: #490102d0;
    border-color: #490102d0;
}

.btn-default:hover {
    background-color: #490102;
    border-color: #490102;
}

.description, .article-abstract{
    text-align: justify;
}


/* SIDEBAR */

.pkp_screen_reader{
    display: None;
}

.block_make_submission_link{
    width: 100%;
}

#wordcloud{
    padding: 0px;    
}

#wordcloud svg{
    height: 200px;
}


/* FOOTER */

footer.footer {
    margin-top: 50px !important;
    padding: 1em;
    background-color: #292929;
}

footer.footer .footDesc p, footer.footer .footDesc a {
    text-align: left;
    color: #9c9898;
    font-size: 14px;
}

footer.footer .footDesc {
    margin-bottom: 50px;
}

footer.footer .title {
    border-left: 4px solid #0e6bbd !important;
    margin-bottom: 10px;
    color: #FFF;
}

footer.footer img {
    /* -webkit-filter: invert(1) hue-rotate(180deg) contrast(2);
    -moz-filter: invert(1) hue-rotate(180deg) contrast(2);
    filter: invert(1) hue-rotate(180deg) contrast(2); */
    max-width: 200px;
}

footer.footer p {
    border-bottom: 1px solid #9c98985e;
    text-align: left;
    padding-left: 2px;
}

footer.footer .container {
    width: 100% !important;
}

/* Citation module */

.citations-container{
    padding-top: 30px;
}

.citations-count img{
    width: 50%;
}