/*
 * My own CSS.
 * @author Wittawat Jitkrittum
 * Created on 15 Feb 2017
 * */

/* Link active on the navigation bar (seeing the current page) */
.nav_active {
    /*background: #d9effa;*/
    background: #f1f1f1;
}

/* style for each item in the navigation bar */
.page-link {
    padding: 4px 6px 4px 6px;
    border-radius: 5px;
}

div.paper {
    margin-bottom: 25px;
}

p.links {
    /* https://css-tricks.com/all-about-floats/ */
    clear: both;
    margin: 10px 0px 0px 2px;

}

.paper_title {
    /*color: #2b4c82;*/
    color: #545454;
    display: block;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif, Times;
    font-size: 1.1em;

}

.paper_author {
    display: block;
    color: #575757;
    font-size: 1m;
}

.paper_author_me {
    /* highlight my name */
    /*text-decoration: underline;*/
    /*font-style: italic;*/
    /*font-weight: bold;*/

}


.paper_venue {
    color: #346cc7;
    font-weight: bold;
    /*font-style: italic;*/

}

.paper_year {
    font-weight: bold;
    /*font-style: italic;*/

}


.paper .links a {
    border-radius: 8px 8px;
    /* background: #eff8ff;  */
     background: #fff7fe;  
    /*border-color: black;*/
    margin-right: 8px;
    padding: 0px 6px 0px 4px;
    /*margin-left: 5px;*/
    display: inline-block;
    margin: 0px 12px 12px 0;
}


/* Highlight box for a paper */
.paper div.wj_highlight {
    color: #701c16;
    /*background-color: #eff8ff;*/
    /*display: inline-block;*/
    font-style: italic;
    /*font-weight: 600;*/
    font-family: serif;
}

/* note for a paper */
.paper div.wj_note {
    /*color: #777777;*/
    /*background-color: #eff8ff;*/
    /*display: inline-block;*/
    font-style: italic;
    /*font-weight: 600;*/
    /*font-family: serif;*/
}


.wj_summary_container{
    vertical-align: bottom;
    margin-bottom: 5px;
}

/* This is for icons */
.paper  a i {
    color: #555555;

}


.paper div.paper_img {
    float: left;
    margin-bottom: 5px;
    padding: 0 12px 0 0 ;
}

.wj_summary_container div.wj_summary {
    color: #597a24;
    /*font-weight: 100;*/
    text-align: justify;
    text-justify: inter-word;
    font-family: serif;

    vertical-align: top;
    /*font-variant: small-caps;*/
}


/* paper summary images */
.paper .paper_img img{
    margin-right: 15px;
    /*width: 15%;*/
    height: auto;
    width: auto;
    /*margin: auto;*/
    /*float: left;*/

    max-width: 110px;
    max-height: 110px;
}

.publications .paper{
    /*border-bottom: 1px solid black;*/
    margin-bottom: 7px;

}

.paper .links a.wj_http {
    color: black;
    background: #e8f1ff;

}
.paper .links .biblink {
    color: black;
    background: #fff5e8;

}
.paper .links a.wj_code {
    color: black;
    background: #ecffe8;
}
.paper .links a.wj_poster {
    color: black;
    background: #fff2fd;
}
.paper .links a.wj_talk {
    color: black;
    background: #fffede;
}

.paper .links a.wj_slides {
    color: black;
    background: #edffff;
}


.paper .links a.wj_pdf {
    color: black;
    background: #eeeeee;

}

.paper .links a.abstractlink{
    color: black;
    background: #f9f5ff;
}

.paper div.abstract {
    font-size: 0.9em;
    padding: 0.5em;
    text-align: justify;
    background: #fdfcff;

}

pre.bibsrc {
    font-size: 0.9em;
    background: #fffefc;
    color: #444444;
    white-space: pre-wrap;

}
