/**
 * Corporate design, color scheme as of autumn 2013
 * light blue (ljusblå): #afcded
 * blue (medelblå): #6ca5da
 * dark blue (mörkblå): #27598e
 */

.frontpage #crumbtrailComp{
    border:none;
}


/* Fix correct top and bottom padding for GU logo div */
#headerArea .right {
    padding: 16px 0 13px !important;
}

#darkRow{
    margin-top: 2px !important;
}

.contactCard{
    float: left; 
    width: 100%;
    margin-bottom: 5px;
}

/* Fix headerArea for latest corporate design. */
div#headerArea > div.left > a > img {
    overflow: hidden; /* cuts off superfluous width pixels (to the right) */
}

div#headerArea > div.right {
    /* GU logo fix */
    padding: 0 !important;
    height: 100px !important;
}

div#headerArea > div.right > a > img {
    padding-top: 16px; /* GU logo fix */
}

/* Fix bottom 'plugs' on start page */
div.adComp h2 a:visited {
    color: #015497 !important;
}

div.adComp h2 a:hover {
    color: red !important;
}

#search-theme-form {
    width:175px;
}

#search-theme-form label {
    display: inline;
}

.newsPushComp a, .calPushComp a {
    text-decoration:none;
}

/* Extra styles for bottom 'plugs' on start page */

div.plug-container {
    border-top: 2px solid #999;
    margin-bottom: 20px;
}

div.plug-item {
    border: none !important;
    text-align: center;
    height: 200px !important;
}

div.plug-item > a > img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 189px;
    margin-bottom: 15px !important;
}

/* Fix for news and calender listing GU changes as of Jan / Feb 2013 */
.newsPushComp .record h2, .calPushComp .record h2 {
    border: none;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.75em !important;
    line-height: 120% !important;
    margin: 0 0 0.1em 0 !important;
    padding-left: 0px; 
    margin-bottom: 0px;
}

.newsPushComp div.more-link a,
.calPushComp div.more-link a {
    text-decoration: underline;
    line-height: 150%;
    font-size: 0.75em;
}

.newsPushComp div.more-link a:visited,
.calPushComp div.more-link a:visited {
    color: #015497 !important;
}

.newsPushComp div.more-link a:hover,
.calPushComp div.more-link a:hover {
    color: red !important;
}

.newsPushComp a, .calPushComp a {
    text-decoration: none;
}

.newsPushComp a:hover, .calPushComp a:hover {
    color: #015497 !important;
}
/* End GU fix */

#profilComp {
    /* new corporate color scheme */
    background-color: #FFF !important;
}

.form-item select{
    width:100% !important;
}

.contactCard img {
    float:left;
    width: 150px;
    height: 200px;
    margin-right:5px;
}

#travel-quotes p {
    border: 1px solid gray;
    padding: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

div .textblock-right {
    border: 1px solid #777777;
    display: block;
    float: right;
    margin: 5px 0 5px 5px;
    padding: 5px;
    width: 30%;
}

.data-of-the-month-banner {
    background: url('img/data_of_the_month_banner.png');
    height: 128px;
}

.data-of-the-month-banner h2 {
    color: #FFF !important;
    margin-top: 0px;
    padding-left: 32px;
    padding-top: 9px;
    font-size: 4em;
}

.contactCard h3 {
    margin-top: 0px;
}

/* SND-info block */
.node-info-block-wrapper {
    width: 300px;
    float: right;
} 

.node-info-block a {
    color: #FFFFFF !important;
}

.node-info-block {
    background: #6094c8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    height: auto;
    min-height: 82px;
    clear: both;
}

.node-info-block img {
    float: left;
    padding: 5px;
}

.node-info-block p {
    margin: 5px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.8em;
}

.vinjett-side {
    float: right;
    width: 272px;
    padding-top: 8px;
    padding-right: 18px;
}

/**
 * BAROUSEL
 */
.barousel {
    position: relative;
    margin-bottom: 0px;
    background: url(img/barousel/bg_banner.gif) repeat 0 0;
    width: 500px;
    height: 200px;
    float: left;
}

.barousel_nav li a.current {
    background-color: transparent !important;
    background: url(img/barousel/nav_blue.png);
    background-repeat: no-repeat;
    color: #FFF !important;
}

.barousel_nav li a {
    background-color: transparent !important;
    background: url(img/barousel/nav_white.png);	
    background-repeat: no-repeat;
    color: #FFF !important;
}

.barousel_image {
    position: absolute;
    z-index: 10;
    width: 669px;
    height: 200px;
}

.barousel_image img
{
    position:absolute;
    display:none;
}

.barousel_image img.default
{    
    display:block;
}

.barousel_image img.current
{
    z-index:10;
}

.barousel_image img.previous
{
    z-index:5;
}

.barousel_content
{
    position:absolute;
    padding:5px 8px 0 8px;    
    z-index:50;
    background:url(img/barousel/bg_barousel_content.png) repeat 0 0;
    color:#fff;
    width:653px;
    bottom:0px;
    left:0px;
}

.barousel_content div
{
    display:none;    
}

.barousel_content div.default
{
    display:block;    
}

.barousel_content p
{
    font-size:13px;
    font-weight:normal; 
    line-height:17px; 
    margin:0px;
}

.barousel_content p.header
{
    font-size:28px;
    font-weight:normal;
    line-height:28px;
    color:#fff55b;
}

.barousel_content a,
.barousel_content a:hover
{
    color:#fff55b;
    background-color:transparent !important;
}

.barousel_nav
{
    position:absolute;
    padding:3px 3px 0px 0;
    height:23px;    
    /* background:#000; */
    top:0;
    z-index:20;
    width:666px;;
}

.barousel_nav .counter
{    
    float:right;
    font-size:0.75em;
    color:#fff;
    margin:3px 5px 0 0;
}

.barousel_nav ul
{
    float:left;
    padding:0;
    margin:0;
}

.barousel_nav li
{
    float:left;
    padding-left:3px;
    font-size:0;
    line-height:0;
    list-style:none;
}

.barousel_nav li a
{
    display:block;
    width:25px;
    height:20px;
    background-color:#4d4d4d;
    font-size:0;
    line-height:0;
    text-decoration:none;
}

.barousel_nav li a:hover
{
    background-color:#6e6e6e;
}

.barousel_nav li a.current
{
    background-color:#fff55b;
}

.barousel_nav li.prev a
{
    background-image:url(img/barousel/barousel_link_previous.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}

.barousel_nav li.next a
{
    background-image:url(img/barousel/barousel_link_next.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}

.barousel img.ajax_loader {
    display: none;
    position: absolute;
    z-index: 99;
    top: 70px;
    left: 135px;
}

.publ_uri {
    margin-right: 15px;
}

/* 
 * theme page: language
 */
.theme-page.sprak #crumbtrailComp, .theme-page.language #crumbtrailComp{
    border:0px;
}


/* 
 * theme page: history and archaeology 
 */
div.history h3,
div.history h4 {
    color: #8B6250;
}

div.history h4 > a,
div.history p > a,
div.history ul > li > a {
    color: #8B6250;
}

/* 
 * theme pages: aging and health, gender and health 
 */
.gender h3, .gender a {
    color: #C7042A; /* red, gender signal color  */
}

.gender a:hover {
    color: #FF073E !important;
}

.gender a:focus {
    outline: none;
}

.column > p > strong.column-subtitle {
    border-bottom: 1px solid #000000;
    border-left: 3px solid #9B001B;
    padding-left: 2px;
}

.gender .column ul.subitems {
    margin-left: 10%;
}

.gender p.tp10 {
    margin-top: 10px !important;
}

.gender p.btm10 {
    margin-bottom: 10px !important;
}

.health .column,
.gender .column {
    width: 31%;
    float: left;
    padding-left: 18px;
}

.health .column p,
.gender .column p {
    text-align: left;
    margin-bottom: 20px;
}

.health p,
.gender p {
    text-align: justify;
}

.health .first,
.gender .first {
    padding-left: 0;
}

.health .upper,
.gender .upper {
    text-transform: uppercase;
}

.health .bmargin,
.gender .bmargin {
    margin-bottom: 10px;
}

.health .column h3,
.gender .column h3 {
    color: #fff;

    /**
    /* cross-browser gradient box
    */
    background: #004B89; /* fallback for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#207cca', endColorstr='#004B89'); /* for IE */

    /* (kind of gradient, left top, left bottom, from(color 1), to(color 2) */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#207cca), to(#004B89)); /* for Webkit browsers (Safari 4-5, Chrome 1-9) */
    background: -webkit-linear-gradient(top, #207cca, #004B89); /* for Webkit browsers (Safari 5.1, Chrome 10+) */
    background: -moz-linear-gradient(top, #207cca, #004B89); /* for Firefox 3.6+ */
    background: -ms-linear-gradient(top, #207cca, #004B89); /* for IE 10 */
    background: -o-linear-gradient(top, #207cca, #004B89); /* for Opera 11.10+ */

    padding: 5px 4px 4px 6px;
    font-size: 1.0em !important;
    margin-bottom: 18px;
    margin-top: 12px;
}

.gender .column h3 {
    /**
     * cross-browser gradient box
     */
    background: #9B001B; /* fallback for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF073E', endColorstr='#9B001B'); /* for IE */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF073E), to(#9B001B)); /* for Webkit browsers (Safari 4-5, Chrome 1-9) */
    background: -webkit-linear-gradient(top, #FF073E, #9B001B); /* for Webkit browsers (Safari 5.1, Chrome 10+) */
    background: -moz-linear-gradient(top, #FF073E, #9B001B); /* for Firefox 3.6+ */
    background: -ms-linear-gradient(top, #FF073E, #9B001B); /* for IE 10 */
    background: -o-linear-gradient(top, #FF073E, #9B001B); /* for Opera 11.10+ */
}

.health .column h4,
.gender .column h4 {
    font-size: 0.9em !important;
    margin-bottom: 5px;
}

.health .img-box,
.gender .img-box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-image: url('../../files/aldrande-och-halsa.jpg');
    background-repeat: no-repeat;
    float: left;
    width: 712px;
    height: 133px;
    margin-top: 2px;
}

.gender .img-box {
    background-image: url('../../files/gender.jpg');
}

.health .hintbox,
.hintbox {
    float: right;
    margin: 0 10px 10px 10px;
    padding: 2px;
    border: 1px solid #004B89;
    border-radius: 3px;
    -moz-border-radius:  3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 4px -2px 10px rgb(150,150,150);
    -webkit-box-shadow: 4px -2px 10px rgb(150,150,150); /* Mac Safari 5.0.5 */
    box-shadow: 4px -2px 10px rgb(150,150,150);
    width: 170px;
    height: 129px;
}

.gender .hintbox {
    border-color: #C7042A;
}

.health .hintbox h3,
.hintbox h3 {
    margin-top: 0;
    margin-bottom: 8px;

    /**
    /* cross-browser gradient box
    */
    background: #004B89; /* fallback for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#207cca', endColorstr='#004B89'); /* for IE */
    /* (kind of gradient, left top, left bottom, from(color 1), to(color 2) */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#207cca), to(#004B89)); /* for Webkit browsers (Safari 4-5, Chrome 1-9) */
    background: -webkit-linear-gradient(top, #207cca, #004B89); /* for Webkit browsers (Safari 5.1, Chrome 10+) */
    background: -moz-linear-gradient(top, #207cca, #004B89); /* for Firefox 3.6+ */
    background: -ms-linear-gradient(top, #207cca, #004B89); /* for IE 10 */
    background: -o-linear-gradient(top, #207cca, #004B89); /* for Opera 11.10+ */

    color: #fff;
    border-radius: 3px;
    -moz-border-radius:  3px;
    -webkit-border-radius: 3px;
    font-size: 15px !important;
    padding: 5px 4px 4px 6px;
}

.gender .hintbox h3 {
    /**
    /* cross-browser gradient box
    */
    background: #9B001B; /* fallback for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF073E', endColorstr='#9B001B'); /* for IE */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF073E), to(#9B001B)); /* for Webkit browsers (Safari 4-5, Chrome 1-9) */
    background: -webkit-linear-gradient(top, #FF073E, #9B001B); /* for Webkit browsers (Safari 5.1, Chrome 10+) */
    background: -moz-linear-gradient(top, #FF073E, #9B001B); /* for Firefox 3.6+ */
    background: -ms-linear-gradient(top, #FF073E, #9B001B); /* for IE 10 */
    background: -o-linear-gradient(top, #FF073E, #9B001B); /* for Opera 11.10+ */
}

.hintbox p.boxcontent {
    padding: 0 6px;
    margin-bottom: 2px;
}

.hintbox p.boxcontent a {
    background: url('../../files/Envelope.png') 0px 47px no-repeat;
    padding-left: 40px;
    padding-top: 60px;
    padding-bottom: 50px;
    line-height: 30px;
}


.gender span.gender-subtitle {
    font-weight: bold;
    font-size: 1.1875em;
    display: block;
    margin-bottom: 4px;
}
/* END: theme pages: aging and health, gender and health */

/**
 * Fix drupal search results
 */
.search-results {
    margin-left: 0px;
}

.search-results dt {
    font-size: 0.8em !important;
}

.search-results dd {
    margin-left: 5px!important;
}

.search-results li .search-snippet-info{
    padding-left: 0px !important;
}

.search-results .search-snippet{
    font-size: 1em!important;    
}

#search-form #edit-advanced legend {
    padding-top: 2px;
}

#search-form #edit-advanced legend .fieldset-title {
    font-size: 0.75em;
}

#search-form #edit-keys-wrapper {
    margin-bottom: 0px;
}

/**
* Reset outline for links
*/
a {
    outline: none;
}

/**
* Language switcher block
*/
div.region-language-switch {
    float: left;
}

ul.language-switcher-locale-url {
    font-size: 0.7em;
    margin: 0;
    padding: 0 22px;
    padding-right: 13px;
}

ul.language-switcher-locale-url li {
    display: inline;
    padding: 0;
}
.language-switcher-locale-url li.active {
    display: none;
}

span.locale-untranslated {
    text-decoration: none;
    color: #aaa;
}

/**
* Adjust link
*/

ul.linklist li.adjustLink {
    padding-right: 0 !important;
}

/**
 * Event content type
 */
#calendarComp .categoryLabel {
    text-transform: uppercase;
}

div#calendarComp p {
    text-align: justify;
}

/* Fix for date ranges */
.date-display-range {
    text-align: justify;
    font-size: 0.75em;
    margin-top: -1em;
}

div#calendarComp .calFact {
    clear: both;
}

/**
 * Miscellaneous styling
 */
.justified {
    text-align: justify;
}

/**
 * CAPTCHA help text
 */
fieldset.captcha div.fieldset-description {
    font-size: 0.75em;
    line-height: 150%;
    padding: 10px 0 10px 0;
}

/**
 * Datahantering
 */

/* TODO colors */
.todo {
    border: 1px solid #990000;
    padding: 5px;
    font-style: italic;
    color: #990000;
}

.circle-container {
    margin-top: 20px;
}

/* circle */
.circle {
    width: 80px;
    height: 80px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 80px;
    background: #47ABCD;
    color: #ffffff;
    font-size: 2em;
    float: left;
}

.circle a {
    color: #ffffff !important;
    text-decoration: none;
}

.circle a:hover {
    /* color: #015497 !important; GU blue */
    color: #aaa !important;
    text-decoration: none;
}

.circle-subpage {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.2em;
}

.left-margin20 {
    margin-left: 20px;
}

/**
 * Styles for user profile page
 */
div#block-system-main > div.content > div.profile > div.user-picture > a.active > img {
    margin-top: 70px;
    border: 4px double #aaa;
    border-radius: 5px;
}

div#block-system-main > div.content > div.profile > h3 {
    margin-bottom: 35px;
    font-size: 1.5em;
}

div#block-system-main > div.content > div.profile > dl > dt {
    font-weight: normal;
    font-size: 1.1em;
    font-style: italic;
}

div#block-system-main > div.content > div.profile > dl > dd {
    padding-bottom: 4px;
}

/* Markup for Data Management pages (with bubbles) */

h1.dh, h2.dh, .move-blocks h3 {
    text-transform: uppercase;
}

h1.dh {
    color: #000;
}

h2.dh {
    color: #6ca5da;
    font-size: 1.2em;
}

.move-blocks h3 {
    margin-top: 5px;
    color: #000;
}

.move-blocks h3 > span {
    color: #6ca5da;
}

.circle {
    height: 80px;
    width: 80px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #6ca5da;
    color: #fff;
    float: left;
    text-align: center;
    line-height: 80px;
    font-size: 1.8em;
    opacity: 0.85;
    font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
}

.dhc-circle {
    position: absolute;
}

/* "datahantering" circle definitions */
.dhc {
    position: relative;
    height: 260px;
    margin-bottom: 30px;
}

.dhc1 {
    margin-top: 180px;
}

.dhc1:hover {
    height: 90px;
    width: 90px;
    line-height: 90px;
    opacity: 1;
}

.dhc2 {
    margin-top: 160px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 2em;
    position: absolute;
    left: 65px;
}

.dhc2:hover {
    height: 110px;
    width: 110px;
    line-height: 110px;
    opacity: 1;
}

.dhc3 {
    margin-top: 140px;
    height: 120px;
    width: 120px;
    line-height: 120px;
    font-size: 2.8em;
    position: absolute;
    left: 145px;
}

.dhc3:hover {
    height: 130px;
    width: 130px;
    line-height: 130px;
    opacity: 1;
}

.dhc4 {
    margin-top: 118px;
    height: 142px;
    width: 142px;
    line-height: 142px;
    font-size: 3.9em;
    position: absolute;
    left: 240px;
}

.dhc4:hover {
    height: 150px;
    width: 150px;
    line-height: 150px;
    opacity: 1;
}

.dhc5 {
    margin-top: 86px;
    height: 174px;
    width: 174px;
    line-height: 174px;
    font-size: 5em;
    position: absolute;
    left: 350px;
}

.dhc5:hover {
    height: 184px;
    width: 184px;
    line-height: 184px;
    opacity: 1;
}

.dhc6 {
    margin-top: 50px;
    height: 210px;
    width: 210px;
    line-height: 210px;
    font-size: 7em;
    position: absolute;
    left: 480px;
}

.dhc6:hover {
    height: 220px;
    width: 220px;
    line-height: 220px;
    opacity: 1;
}

.lineseparator {
    border-top: 1px solid #000;
    height: 0;
    margin-top: 5px;
}

.move-blocks {
    margin-top: 20px;
}

/* smaller circles for different moves ('steg 1 - 6') */
.move-circle {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 1.1em;
}

.move-circle:hover {
    opacity: 1;
}

.ptan, .ptst, .daig, .daas, .dafe, .dapg {
    float: left;
    width: 30%;
}

.ptan > p, .ptst > p, .daig > p, .daas > p, .dafe > p, .dapg > p {
    /* text-align: justify; */
    /* temporary solution: use left align */
    text-align: left;
}

.ptst, .daig, .dafe, .dapg {
    margin-left: 30px;
}

.ptan, .daas {
    margin-left: 2px;
}

/* "datahantering" - miscellaneous */
.faktaruta {
    -webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.59);
    -moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.59);
    box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.59);
    border: 2px solid #015497;
    padding: 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px;
    background-color: rgba(1,84,151,0.04);
    font-size: 12px;
    line-height: 18px;
    margin-left: 20px;
    margin-right: 20px;
}

.faktaruta ul {
    font-size: 12px !important;
    line-height: 18px !important;
    margin-top: 5px !important;
}

.faktaruta-2col {
    width: 43%;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
}

/**
* Miscellaneous
*/

/* extra margins */
.mbt20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

/*cusom class for setting the background on the development server */
.development{
    background-image: url('img/snd-dev.png');
}

/**
 * Styles for Forskarsupport ("LIGHT")
 */

/* unordered list */
div.fs-ul > ul,
div.horizon2020 > ul,
div.datahantering > ul {
    margin-left: 2px !important;
}

div.fs-ul > ul li:before,
div.horizon2020 > ul li:before,
div.datahantering > ul li:before {
    color: #a6a6a6;
    content: "✔";
    font-size: 100%;
    padding-right: 0.55em;
    position: relative;
}

div.horizon2020 > ul li.no-list-style:before,
div.fs-ul > ul li.no-list-style:before {
    color: white; /* makes list style icon "invisible" */
}

div.horizon2020 > ul li:before {
    content: "✎";
    font-size: 160%;
    color: #969696;
}

div.datahantering > ul li:before {
    content: "❍";
    font-size: 120%;
    color: #969696;
}

div.fs-ul > ul li, 
div.horizon2020 > ul li,
div.datahantering > ul li {
    list-style-type: none;
}

/* tables with contact data */

table#fs-contact,
table#horizon-contact {
    margin-top: 14px;
}

table#fs-contact, table#fs-contact th, table#fs-contact td,
table#horizon-contact, table#horizon-contact th, table#horizon-contact td {
    border: 1px solid #999999;
}

table#fs-contact tr td.colored {
    /* default fallback */
    background: #CCCC99;
    /* browsers that can interpret transparent bg */
    background: rgba(204, 204, 153, 0.9);
}

table#horizon-contact tr td.colored {
    /* default fallback */
    background: #acc0e4;
    /* browsers that can interpret transparent bg */
    background: rgba(172, 192, 228, 0.3);
}

table#fs-contact tr td.nowrap,
table#horizon-contact tr td.nowrap {
    white-space: nowrap;
}

table#fs-contact th, table#fs-contact td,
table#horizon-contact th, table#horizon-contact td {
    padding: 4px;
}

table#fs-contact thead tr th,
table#horizon-contact thead tr th {
    /* default fallback */
    background: #999966;
    /* browsers that can interpret transparent bg */
    background: rgba(153, 153, 102, 0.9);
    color: #fff;
    font-size: 114%;
}

table#horizon-contact thead tr th {
    background: #4a72a7;
}

img#rad_och_stod {
    float: right;
    margin: 0 0 15px 24px;
}

p > img#horisont2020,
p > img#guidelinesOA,
p > a img#datacitelogo {
    padding: 10px;
    -webkit-box-shadow: 1px 1px 15px #999999;
    box-shadow: 1px 1px 15px #999999;
    display: block;
    width: 311px;
    float: right;
    margin: 2px 0 2px 34px;
}

p > img#guidelinesOA,
p > a img#datacitelogo {
    width: 200px;
    margin-left: 24px;
    margin-bottom: 12px;
}

p > a img#datacitelogo {
    width: 160px;
}

/* faktaruta: special styling */
.faktaruta-fs {
    border: 4px solid #015497;
    border-radius: 12px;
    background-color: #fff;
}

/* END: Styles for Forskarsupport ("LIGHT") */

/*webform fixes */
.form-textarea-wrapper textarea{
    margin-bottom: 0px;
}

/* Adjust page footer "funded by" info. */
#partnerComp h6 {
    color: #484848;
    font-size: 0.6875em;
    font-weight: bold;
    margin: 0 15px;
    padding: 0;
    text-transform: uppercase;
    line-height: 120%;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light",Helvetica,Arial,sans-serif;
}

#primarySearchDivHome,
#secondarySearchDivHome,
#tertiarySearchDivHome {
    background-color: #afcded;
    
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 8px;    
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    /* fixed height for all three search-related div */
    height: 190px;
}

#primarySearchDivHome {
    width: 456px;
    margin-left: 5px;
    padding-left: 8px;
    padding-top: 4px;
    
    background-image: url(img/vinjett/som.jpg);
    //background-image: url(img/som-faded-png24.png);
    background-repeat: no-repeat;
    background-position: 0px 37px;
}

#secondarySearchDivHome,
#tertiarySearchDivHome {
    width: 212px;
    padding-left: 8px;
    padding-top: 10px;
    margin-left: 15px;
}

#secondarySearchDivHome h2,
#tertiarySearchDivHome h2{
    font-size: 1em !important;
    margin-top: 5px;
    margin-bottom: 3px;    
}

#secondarySearchDivHome .hoverLink,
#tertiarySearchDivHome .hoverLink{
    text-decoration: none; 
}

#secondarySearchDivHome .hoverLink p,
#tertiarySearchDivHome .hoverLink p{
    color: #484848;
}

#secondarySearchDivHome a:hover.hoverLink,
#tertiarySearchDivHome a:hover.hoverLink{
    color:#555555;
}


#tertiarySearchDivHome {
    margin-left: 15px;
}

#profilComp #primarySearchDivHome input[type="text"].searchInputSNDCatalogue {
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 2px 4px;
    vertical-align: middle;
    width: 75%;
    float:left;
}

#profilComp #primarySearchDivHome input[type="text"].searchInputSNDCatalogue:focus {
    background-color: rgba(108,165,218,0.1);
}

#profilComp #primarySearchDivHome input[type="submit"].searchSubmitSNDCatalogue {
    background-color: #015497;
    background-image: linear-gradient(to bottom, #6CA5DA, #015497);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #ffffff;
    cursor: pointer;
    font-family: Verdana,Arial,Helvetica,sans-serif !important;
    padding: 1px 6px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 20px;
    text-align: start;
    text-indent: 0;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    word-spacing: normal;
    float: left;
    margin-left: 10px;
}

#profilComp #primarySearchDivHome input[type="submit"].searchSubmitSNDCatalogue:hover {
    background-color: #27598e;
    background-image: linear-gradient(to bottom, #6ca5da, #27598e);
    background-position: 0 -15px;
    color: #ffffff;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}

.primarySearchDivHomeQuickLinks a,
.secondarySearchDivHomeQuickLinks a,
.tertiarySearchDivHomeQuickLinks a {
    background-image: url(img/icon/list.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 30px;
    display: block;
    margin-bottom: 8px;
    margin-top: 2px;
    width: 220px;
    height: 23px;
    line-height: 23px;
    vertical-align: middle;
}

.primarySearchDivHomeQuickLinks a:hover,
.secondarySearchDivHomeQuickLinks a:hover,
.tertiarySearchDivHomeQuickLinks a:hover {
    color: #6CA5DA;
    background-image: url(img/icon/list-hover.png);
}

#profilComp a.datamanagement{
    background-image: url(img/icon/datamanagement.png);
}

#profilComp a:hover.datamanagement {
    background-image: url(img/icon/datamanagement-hover.png);
}

#profilComp a.law{
    background-image: url(img/icon/law.png);
}

#profilComp a:hover.law {
    background-image: url(img/icon/law-hover.png);
}

#profilComp a.openaccess{
    background-image: url(img/icon/openaccess.png);
}

#profilComp a:hover.openaccess {
    background-image: url(img/icon/openaccess-hover.png);
}

#profilComp a.theme{
    background-image: url(img/icon/theme.png);
}

#profilComp a:hover.theme {
    background-image: url(img/icon/theme-hover.png);
}

#profilComp a.vivill{
    background-image: url(img/icon/vivill.png);
    height: 30px !important;
    line-height: 30px;
}

#profilComp a:hover.vivill {
    background-image: url(img/icon/vivill-hover.png);
}

#profilComp a.series{
    background-image: url(img/icon/series.png);
    height: 26px !important;
    line-height: 26px;
}

#profilComp  a:hover.series {
    background-image: url(img/icon/series-hover.png);
}

#profilComp a.topic{
    background-image: url(img/icon/topic.png);
    height: 24px !important;
}

#profilComp  a:hover.topic {
    background-image: url(img/icon/topic-hover.png);
}

.tertiarySearchDivHomeQuickLinks a {
    margin-bottom: 2px;
}

.tertiarySearchDivHomeQuickLinks a.no-first-item {
    margin-top: 12px;
}

.tertiarySearchDivHomeQuickLinks span {
    display: block;
    margin-top: -12px;
}

.tertiarySearchDivHomeQuickLinks span.data {
    display: block;
    margin-top: -11px;
}

/* END :: New CSS styles for remake of start page */

/*
-----~-----~-------~------
 CSS FOR ALL THEME PAGES 
-----~-----~-------~------
*/

/* bilder */
.header-img { 
	/* header */
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
	background-repeat: no-repeat;
 	background-size: 100%;
	width:100%;
	height:266px;
	margin-top:2px;

}
.langlitimg1 {
	/* paragraf bilden */
	float:left;
	margin: 10px 15px 0px 0px;
        border-radius:3px;
}
/*
#langp2 {
	padding-top:20px;

}*/

/*länksamling */ 
#sbar,
#engsbar {
	  display: inline-block;
  vertical-align: middle;
  height: 20px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#sbar { /*sökbar fältet */
	  width: 70%;
}
#engsbar {
	width: 60%;
} /* sökbarfältet för den engelska */
#sbtn { /* sökbar knappen */
display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgb(255, 255, 255);
background-image: none;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
}
.themepagecolheadline {
	border-bottom:1px solid #000000;
	font-size: 16px;
}
.colthemeheadline { font-size: 16px;}

.barousel {
    clear: both;
    width: 100% !important;
    height: 359px;
      margin: 20px 00px 20px 0px;
}

.barousel_image {
width: 100% !important;
}

.barousel_content{
	width: 924px !important;
}
.lankbild{
	float: right;
	text-decoration: none;
}
.first {
    padding-left: 0 !important;
}
/* TOOL TIPS HOVER COLOR thing */
.beautytips{
font-weight: 600;
cursor:help
}

#interncred {
    margin-top: 7%;
margin-bottom: -7%;
text-align: right;
}
/* END OF CSS FOR ALL THEME PAGES */

.size{
	height: 100px;
	width: 120px;
}
figure{
	display: inline-block;
	font-size: 14px;
	margin-right:20px;
	padding-bottom: 100px;
}
figure, a{
	text-decoration: none;
}

.column{
    width: 31%;
    float: left;
    padding: 0.5em;
}

#interncred{
 height: 183px;
 margin-top: 7%;
margin-bottom: -7%;
text-align: right; 
}

.theme-page #crumbtrailComp{
           border-bottom: none;
}

#datasealofapproval {
	margin: auto;
	display: block;
	width: 80px;
}