@font-face { font-family: 'KorolevLiUMedium'; src: url(/https/ep.liu.se/webfonts/KorolevLiU-Medium.otf) }
@font-face { font-family: 'KorolevLiULight'; src: url(/https/ep.liu.se/webfonts/korolevliu-light.woff) }


body {
    font-family: Georgia, serif;
    color: #000;
    font-size: 1em;
}

/* Bakgrundsfärg meny */
.topnav {
    background-color: #000;
    overflow: hidden;
}


    /* Länkar i menyn */
    .topnav a {
        float: left;
        display: block;
        color: #000;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 1.3em;
        font-family: KorolevLiUMedium;
    }

/* Lägg till aktiv klass för den sida som är aktuell */
.active {
    text-decoration: underline;
}

/* Dölj ikonen som används i mobilt läge */
.topnav .icon {
    display: none;
}

/* Behållare för innehållet i utfällbara undermenyer */
.dropdown {
    float: left;
    overflow: hidden;
}

    /* Knapparna i menyn */
    .dropdown .dropbtn {
        font-size: 1.3em;
        border: none;
        outline: none;
        color: #000;
        padding: 14px 16px;
        background-color: inherit;
        font-family: KorolevLiUMedium;
        margin: 0;
    }

/* Design av innehållet i undermenyer (dolda som default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
}

    /* Länkar i de utfällara menyerna */
    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

/* Länkar markeras vid hovring */
a:hover {
    text-decoration: underline;
}

/* ... och länker i navigeringsmenyn blir fetstilta */
.topnav a:hover {
    font-weight: bold;
}

h1, h2 {
    font-family: KorolevLiULight;
}

h3 {
    font-family: KorolevLiUMedium;
}

a {
    color: #000;
    text-decoration: none;
}

    a.linkintext {
        color: #000;
        text-decoration: underline;
    }
    a.linkbelow {
        font-weight: bold;
}

a.linkbelow:before {
    content: "\003E\00A0 ";
    margin-left: 6px;
}


/* Avskiljare mellan menyingångar */
.navDivider {
    display: inline-block;
    width: 0;
    height: 1.5em;
    margin-top: 0.7em;
    border-right: 2px solid #000;
    font-size: 1.3em;
}

/*Sökruta i huvudet*/
#sitesearch {
    width: 270px;
    height: 32px;
    padding: 6px;
    border: none;
    border-radius: 24px;
    padding-left: 20px;
}

/*Knapp vid sökruta*/
#btnSitesearch {
    margin-left: 3rem;
    background-color: inherit;
    color: white;
    border: none;
    outline: none;
    padding: 16px 16px;
    font-family: inherit;
    margin: 0;
    font-size: inherit;
    margin-right: 24px;
}

    #btnSitesearch:hover {
        cursor: pointer;
    }


/*Design av olika behållare*/
.oneColumn {
    background-color: rgba(255, 255, 255, 1);
    height: auto;
    padding: 20px;
}

.twoColumn {
    background-color: rgba(255, 255, 255, 1);
    height: auto;
    padding: 20px;
    box-sizing: border-box;
}

    .twoColumn:after {
        content: "";
        display: table;
        clear: both;
    }

.twoColumnContents {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 10px;
}

.thesisGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 10px;
    margin-top: 2rem;
}

.mainGrid {
    background-color: rgba(255, 255, 255, 1);
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    grid-gap: 20px;
    padding: 20px;
}

.gridContent {
    background-color: rgba(255, 255, 255, 1);
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 20px;
    padding: 20px;
}

.grid-3-columns {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 20px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 1);
    height: auto;
}

.gridInnerContent {
    text-align: center;
    padding: 10px;
    position: relative;
    z-index:1;
}

    .gridInnerContent p {
        text-align: left;
    }

.teaserImage {
    width: 100%;
    height: auto;
    border-style: solid;
    border-color: #333;
    border-width: 1px;
}


.primaryContent {
    grid-column-start: 1;
    grid-column-end: 3;
}

#start-right-column {
    border-left: solid;
    border-width: 1px;
    border-color: #8797A7;
}

/*För snabblänkar på 1asidan och länkar till andra sidor i texten. som standard om man vara använder shortcut så blir border grå lägg till klassen sc-*färg* för att ändra färgen*/
.shortcut {
    background-color: #fff;
    color: #000;
    font-family: KorolevLiUMedium;
    font-size: 1.1em;
    text-align: left;
    padding-left: 0.7em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: block;
    margin-bottom: 0.5rem;
    border-left-style: solid;
    border-left-width: 10px;
    border-left-color: #6A7E91;

}

.sc-turquoise {
    border-left-color: #17c7d2;
}

.sc-violet {
    border-left-color: #8981d3;
}

.sc-red {
    border-left-color: #CD2927;
}
.sc-yellow {
    border-left-color: #FFF32A;
}
.sc-blue {
    border-left-color: #00B9E7;
}
.sc-green {
    border-left-color: #00CFB5;
}
.sc-grey {
    border-left-color: #6A7E91;
}

.thesisrecord {
    text-decoration: none;
    color: inherit;
    text-align: center;
    padding-top: 1rem;
}

    .thesisrecord:hover {
        text-decoration: underline;
        background-color: rgba(0, 185, 231, 0.2);
    }


/*För sidan med publicerade avhandlingar*/
.thesisCover {
    height: 240px;
    width: auto;
    MAX-WIDTH: 220px;
    border-style: solid;
    border-color: #333;
    border-width: 1px;
}

#thesisViewSelector {
    margin-top: 1rem;
}

/* CSS-klass för senast publicerade avhandlingar */
.latest {
    display: none;
}

/* CSS-klass för avslutade serier och tidskrifter*/
.avslutade {
    display: none;
}

.coverStripLicentiate {
    display: inline-block;
    background-color: red;
    Color: White;
    width: 65%;
    height: auto;
    padding: 0.3em;
}

.coverStripDoctoral {
    display: inline-block;
    background-color: blue;
    Color: White;
    width: 65%;
    height: auto;
    padding: 0.3em;
}



/*För databassidan */
.dbteaser {
    text-decoration: none;
    color: inherit;
}

    .dbteaser:hover {
        text-decoration: underline;
    }

.dbteaserImage {
    width: auto;
    height: 250px;
}

.hasapi {
    display: block;
    text-align:center;
    background-color: beige;
    Color: black;
    width: 40%;
    height: auto;
    padding: 0.3em;
    position: absolute;
    top:5px;
    left:5px;
    }


.imgBorder-1 { border-style: solid; border-color: #333; border-width: 1px; }

.paragraph {
    margin-top: -1rem;
}

p {
    line-height: 1.5;
}

li {
    margin-top: 0.2em;
    line-height: 1.5;
}

#teaserThesis {
    Color: #fff;
    background-color: #000;
}

#teaserStudentwork {
    Color: #fff;
    background-color: #000;
}

.ingress {
    font-family: KorolevLiULight;
    font-size: 1.3em;
}

#filterProceedings {
    font-size: inherit;
    width: 50%;
    height: 2em;
    padding-left: 0.5em;
    margin-top: 1.5em;
}

/*When hovering over radio buttons for conference series selection*/
#ConfViewSelector label:hover {cursor:pointer}

.conferenceItem { cursor: pointer; background: none; border: none; margin: 0; padding: 0; text-decoration: none; color: inherit }

    .conferenceItem:hover {
        text-decoration: underline
    }

span.issueInfo {
    margin-left: 3em;
}

.right-margin {margin-right: 3em;}

#IssueMoreInfo {
    display: none;
    margin-top: 1em;
    border-left: solid;
    border-color: #00b9e7;
    padding-left: 1em;
}

#ArticleMoreInfo {
    display: none;
    margin-top: 1em;
    border-left: solid;
    border-color: #00b9e7;
    padding-left: 1em;
}

#IssueContent {
    padding-left: 1.5em;
    text-indent: -1.5em;
}

#ProceedingsInfo {
    font-size: 1.2em;
    margin-top: 1.2em;
    margin-bottom: 1em;
}

#ArticleInfo {
    margin-top: 1.2em;
    margin-bottom: 1em;
}

.showMoreTitle {
    font-weight: bold;
    cursor: pointer;
}

.rbStyle {
    margin-right: 1.5em;
}

.rbStyle:hover {cursor:pointer;}

#inputPublist {
    font-size: inherit;
    width: 8%;
    height: 2em;
    padding-left: 0.5em;
    margin-right: 0.5em;
}

input[type=submit] {
    font-family: KorolevLiUMedium;
    font-size: 1.1em;
    display: inline-block;
    background-color: #000;
    color: #fff;
    height: 2em;
    border: none;
    margin-bottom: 1.5em;
}

    input[type=submit]:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.emsg {
    color: red;
}

.hidden {
    visibility: hidden;
}

.bgrgreen {
    background-color: #CCF5F0;
}
.bgryellow {
    background-color: #FBF288;
}
.bgrblue {
    background-color: #B3EAF8;
}


/* samma som button nedan fast en länk med class btn  */
a.btn {
    background-color: rgba(0, 0, 0, 1);
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0px 2px;
    cursor: pointer;
    font-size: 20px;
    font-family: Arial;
    letter-spacing: normal;
    line-height: normal;
}

/* till publicera_exjobb.aspx */
button {
    background-color: rgba(0, 0, 0, 1);
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0px 2px;
    cursor: pointer;
    font-size: 20px;
    font-family: Arial;
}

    button.activebtn {
        background-color: rgba(0, 185, 231, 0.2);
        color: black;
    }

ul, ol {
    padding: 0 0 0 30px;
}

    ul.check {
        padding: 0 0 0 0;
    }

li.check {
    padding: 0 0 0 30px;
    list-style: none;
    background-image: url("/https/ep.liu.se/images/check.svg");
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-size: 15px;
}

#exjobbword {
    display: none;
}
#foretag {
    display: none;
}

#exjobblatex {
    display: none;
}

#exjobbinstr {
    display: none;
}
.avhvisa {
    display: block;
}

.avhsamman {
    display: block;
}

.avhmono {
    display: none;
}

.avhejliu {
    display: none;
}


#ppart {
    display: none;
}

#ppovr {
    display: none;
}

/*Ta bort marginal för sidor med puff till höger*/
.topmarginMinus {
    margin-top: -40px;
}

.topmarginzero {
    margin-top: 0px;
}
/*divasuport.aspx*/

#divasupportPrimary {
    margin-top: -40px;
}

.bluebgbox {
    background-color: rgba(0, 185, 231, 0.2);
    padding: 20px;
}

#divareg {
    display: none;
    min-height: 500px
}

#divapubl {
    display: none;
}

#divahjalp {
    display: none;
}

.regvalLista {
    position: relative;
    display: inline;
}

.regvalListaInneh {
    display: none;
    position: absolute;
    background-color: rgba(0, 185, 231, 1);
    min-width: 400px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}

.regManInneh {
    display: none;
}

.regManSpec {
    display: none;
}

.regSnabbInneh {
    display: none;
}

.regImportInneh {
    display: none;
}

.regvalListaInneh a {
    color: black;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
}

.regvalLista:hover .regvalListaInneh {
    display: block;
    cursor: pointer;
}

.regvalListaInneh a:hover {
    background-color: #ddd;
}

/* feed på startsidan */

.feedHeader {
    display: none;
}

.feedItem {
    padding-bottom: 15px;
}

.afeedItem {
    text-decoration: none;
}

.feedItemTitle {
    font-family: KorolevLiUMedium;
    text-align: left;
    font-weight: bold;
    color: #000;
}

.feeddate {
    text-align: right;
}
/* tidskriftfeed på startsidan */
.crossRefEntry {
    padding: 10px;
}


.crossRefLink1 {
    font-size: 1.5em;
    padding-top: 10px;
}

.crossRefDate1 {
    font-size: 0.9em;
    text-align: center;
}

.crossRefLink {
    font-size: 1.1em;
    padding-top: 5px;
}

.crossRefDate {
    font-size: 1em;
    text-align: center;
    padding-bottom: 5px;
}

.whitebackground {
    background-color: #fff;
}


.AltmetricBadges {
    margin-bottom: 3em;
    margin-top: 1em;
}

#Altmetricsinfo {
}


/*DiVA-admin*/
.section {
    display: none;
}

.viewsection {
    cursor: pointer;
    width: 100%;
    text-align: left;
    margin: 2px 2px;
}

/*Design sidfot*/
footer {
    color: #fff;
    background-color: #000;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    grid-gap: 20px;
    padding: 30px;
}

    footer a {
        color: #fff;
        text-decoration: none;
    }

        footer a:hover {
            color: #fff;
            text-decoration: underline;
            text-decoration-color: #fff;
        }



/*För mobil*/
@media screen and (max-width: 767px) {
    .topnav a:not(:first-child), .dropdown .dropbtn, #siteSearchFormMobile, .langLink {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
        font-size: 2rem;
        color: #fff;
    }

    /* Ändra färg på text i menyn till svart i mobilt läge */
    .dropdown .dropbtn {
        color: #fff;
    }

    .topnav a {
        color: #fff;
    }

    .dropdown-content a {
        color: #000;
    }


    #topRowHeader {
        display: none;
    }

    .navDivider {
        display: none;
    }


    .navlinktext {
        font-size: 1.5rem;
    }

    #searchArea {
        display: none;
    }

    .dropdown-content {
        color: #000;
    }

    #langSelector {
        font-family: Georgia;
        font-size: 1em;
    }

    .langLink {
        display: block;
        float: none;
        color: #fff;
        text-align: right;
    }

    #logo {
        display: inline-block;
        height: 3rem;
        width: auto;
        position: absolute;
        z-index: 1;
        padding: 14px 14px;
    }

    #PublisherNameMobile {
        display: inline-block;
        color: #fff;
        font-family: KorolevLiULight;
        padding: 20px 16px;
        font-size: 1.3em;
        margin-left: 25%;
        margin-right: auto;
    }

    /*Sökruta i header - mobilt läge*/
    #sitesearchMobile {
        width: 70%;
        margin-left: 14px;
        height: 32px;
        margin-top: 12px;
        margin-right: 0px;
        padding: 6px;
        border: none;
        border-radius: 24px;
        padding-left: 25px;
    }

    /*Knapp vid sökruta - mobilt läge*/
    #btnSitesearchMobile {
        margin-left: 3rem;
        background-color: inherit;
        color: white;
        border: none;
        outline: none;
        padding: 16px 16px;
        font-family: inherit;
        margin: 0;
        font-size: inherit;
        margin-right: 24px;
    }

    footer {
        display: block;
    }

    .mainGrid {
        display: block;
    }

    .grid-3-columns {
        display: block;
    }

    #start-right-column {
        border: none;
    }

    body {
        margin: 0px;
    }


    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }


        .topnav.responsive .dropdown {
            float: none;
        }

        .topnav.responsive .dropdown-content {
            position: relative;
        }

        .topnav.responsive .dropdown .dropbtn {
            display: block;
            width: 100%;
            text-align: left;
        }

    /*Filteringsfönstret för konferensproceedings*/
    #filterProceedings {
        width: 100%;
    }

    button {
        background-color: #fff;
        border: none;
        color: black;
        padding: 0px;
        font-size: 1.1em;
    }

    .visasamman, .visamono, .visaejliu {
        line-height: 2;
        font-weight: bold;
    }
}





/*För desktop */
@media screen and (min-width: 768px) {
    body {
        font-family: Georgia;
        background-color: rgba(106, 126, 145, 0.8);
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .container {
        margin: auto;
        max-width: 1240px;
    }

    #headerContent {
        background-image: url(https://ep.liu.se/images/epheader.jpg);
        height: 320px;
        z-index: 1000;
    }

    #topRowHeader { display: grid; grid-template-columns: 34% 32% 34%; background-color: #000; }

    #langRow {
        width: 100%;
        background-color: #000;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    #langSelector {
        font-family: Georgia;
        font-size: 1em;
        color: #000;
        padding-top: 16px;
    }

    #logo {
        width: auto;
        height: 70px;
        margin-left: 30px;
    }

    #linkToliU, #PublisherName, #searchArea { display: flex; justify-content: center; align-items: center; }

    .topnav {
        display: flex;
        flex-direction: row;
        justify-content: center;
        overflow: hidden;
        background-color: #fff;
        color: #000;
        border-bottom: solid #000 1px;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    #bgrImage {
        position: absolute;
        top: 10px;
        z-index: -1;
        max-width: 1240px;
        max-height: auto;
        width: 100%;
        overflow: hidden;
    }

    #PublisherName { font-size: 2em; font-family: 'KorolevLiUMedium'; color: white; }

    /*#searchArea {
        padding-top: 0.7em;
    }*/

    #btnSitesearch {
        margin-left: 3rem;
        background-color: inherit;
        color: white;
        border: none;
        outline: none;
        padding: 16px 16px;
        font-family: inherit;
        margin: 0;
        font-size: inherit;
        margin-right: 24px;
    }

        #btnSitesearch:hover {
            cursor: pointer;
        }

    #siteSearchFormMobile {
        display: none;
    }

    #linkToLiUMobile {
        display: none;
    }

    #PublisherNameMobile {
        display: none;
    }
}

/*För tablets*/
@media screen and (min-width: 768px) and (max-width: 1023px) {

    /*Endast justering av det som behövs för stående läge på tablet*/

    #PublisherName {
        font-size: 1.5em;
    }

    #logo {
        height: 50px;
        width: auto;
    }

    #btnSitesearch {
        margin-right: 0px;
    }

    #sitesearch {
        width: 200px;
        height: 24px;
    }
}

/* publicera-avhandling, göm titel i widget */
.s-lc-ea-h3 {
    display: none;
}