/* (c) 2014-2018 Chalmers University of Technology */

/* Callouts; http://cpratt.co/twitter-bootstrap-callout-css-styles/ */
@import url("bootstrap-callout.css");

body {
	margin: 0px;
	font-family: "Open Sans", Helvetica, sans-serif;
    background-color: #eee;
    height: auto;
}

h1 {
    line-height: 48px
}

.loading-spinner {
    background: url("/images/loading-spinner-blue.gif") no-repeat right center;
    padding-right: 32px;
}

.site-splash {
    background-image: url(/images/splashes/TM9_1170x436.jpg);
    position: relative; 
    margin: 0px; 
    padding: 28px 28px 28px 28px;
    height: 490px;
    left: -15px; 
}
.site-splash .text-board {
    width: 566px; 
    background-color: rgba(196, 171, 69, 0.92); 
    padding: 6px 12px 10px 12px;
}

/* Responsive elements, start page and top header */

.site-splash {
    width: 1168px;
    height: 440px;
    background-size: 100%; 
    background-position: left top;
}
.row-sub-splash {
    margin-top: -72px;
}
.row-sub-splash .col-md-4 .panel {
    border: 1px solid #555;
}
.row-sub-splash .col-md-4 .panel .panel-heading {
    background-color: #c4ab45;
    color: black;
}
.row-sub-splash .col-md-4 .panel .panel-heading h4 {
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.row-sub-splash .col-md-4 .panel .panel-image {
    min-height: 236px;
    position: relative;
}
.row-sub-splash .col-md-4 .panel .panel-info-box {
    min-height: 132px;
    position: relative;
}
.btn-splash {
    border-color: #b79e3e;
    background-color: #c4ab45;
    color: black;
}
.btn-splash:hover {
    border-color: #b79e3e;
    background-color: #998434;
    color: black;
}

@media only screen and (max-width: 4096px) {
}

@media only screen and (max-width: 1200px) {
    .site-splash {
        width: 968px;
        height: 410px;
    }
    .row-sub-splash {
        margin-top: -70px;
    }
    .row-sub-splash .col-md-4 .panel .panel-image {
        min-height: 198px; 
        position: relative; 
    }
    .row-sub-splash .col-md-4 .panel .panel-info-box {
        min-height: 150px; 
        position: relative;
    }
} 

@media only screen and (max-width: 992px) {
    .site-splash {
        width: 748px;
        height: 318px;
        background-size: 120%;
    }
    .row-sub-splash {
        margin-top: 28px;
    }
    .row-sub-splash .col-md-4 .panel .panel-image {
        min-height: 198px; 
        position: relative; 
    }
    .row-sub-splash .col-md-4 .panel .panel-info-box {
        min-height: 150px; 
        position: relative;
    }
} 

@media only screen and (max-width: 768px) {
    .site-splash .text-board {
        width: 480px;
    }
    .site-splash {
        width: 106%;
        height: 380px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .row-sub-splash {
        margin-top: 28px;
    }
    .row-sub-splash .col-md-4 .panel .panel-image {
        min-height: 198px; 
        position: relative; 
    }
    .row-sub-splash .col-md-4 .panel .panel-info-box {
        min-height: 150px; 
        position: relative;
    }
}

@media only screen and (max-width: 414px) {
    .site-splash .text-board {
        width: 330px;
    }
    .site-splash .text-board .hidden-xxs {
        display: none;
    }
    .site-splash {
        width: 111%;
        height: 330px;
        background-size: 200%;
        background-repeat: no-repeat;
        background-position: top right;
    }
    .row-sub-splash {
        margin-top: 28px;
    }
    .row-sub-splash .col-md-4 .panel {
        border: 0px solid #555;
    }
    .row-sub-splash .col-md-4 .panel .panel-image {
        min-height: 198px; 
        position: relative; 
    }
    .row-sub-splash .col-md-4 .panel .panel-info-box {
        min-height: 150px; 
        position: relative;
    }
    .navbar .dropdown-menu {
        margin-left: 8px;
    }
}


/* Navigation tabs adjustments */
.nav-tabs {
    border-bottom: 1px solid #aaa;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border: 1px solid #aaa;
    border-bottom-color: transparent;
}
.nav-tabs>li>a {
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
}

/* Panel additions */
.panel-without-borders {
    border: 0px;
}
.panel-with-borders {
    border: 1px solid black;
}
.panel-without-borders>div {
    border: 0px;
}
.panel-data-card > div.panel-heading {
    background-color: #0E72A7;
    color: white;
}
.panel-additional-card > div.panel-heading {
    background-color: #31708f;
    padding: 3px;
}
.panel-splash-card > div.panel-heading {
    background-color: #31708f;
    padding: 3px;
}
.panel-data-card > div.panel-body {
    background-color: #EAECEE;
}
.panel-additional-card > div.panel-body {
    /* background-color: rgb(224, 224, 224); */
    background-color: rgb(231, 231, 231);
    font-size: small;
    min-height: 100px;
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-top: 8px;
}
.panel-additional-card > div.panel-body > h4 {
    font-weight: bold;
}
.panel-primary>div.panel-heading {
    background-color: #0E72A7;
    color: white;
}
.panel-primary>div.panel-body {
    border-color: #0E72A7;
}

/* Button adjustments */
.btn-info {
    border-color: #388898;
    background-color: #60a0ac;
    color: #ffffff;
}
.btn-info:hover, .btn-info:focus {
    background-color: #388898;
}
.btn-primary {
    border-color: #0E72A7;
    background-color: #398BB7;
    color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #0E72A7;
}

.label-map-private {
    background-color: #D3D229;
}
.label-map-academic {
    background-color: #B37EB5;
}
.label-map-institute {
    background-color: #688357;
}
.label-map-other {
    background-color: #aaaaaa;
}

.label-viz-private {
    color: black;
    background-color: #AEEE00;
}
.label-viz-department {
    color: black;
    background-color: #01B0F0;
}
.label-viz-department-within-department {
    color: black;
    background-color: #FF358B;
}
.label-viz-department-within-chalmers {
    color: black; 
    background-color: #01B0F0;
}

/* Wells */
.well-square {
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
}
.well-sm p {
    font-size: 0.8em;
}
.login-shortcut {
    background-color: rgb(44,120,170);
    color: white;
}

/* Dashboard on top with diagrams */
.dashboard {
    margin: 16px 0px 28px 0px;
}



/* Filters */
.busy-layer__container {
    position: relative;
}
.busy-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(255,255,255,0.8);
    display: flex;
    justify-content: center;
}
.filters {
    font-size: 0.8em;
}
a.filter-remove {
    margin-left: 4px;
    color: white;
}
.filter-item {
}
.filter-item span.badge {
    color: black;
    background-color: rgb(220,220,220);
    font-weight: normal;
    font-size: 1.0em;
}
.filter-count {
    color: rgb(60,60,60);
    font-weight: normal;
}
.filter-facet-group {
    max-height: 220px;
    overflow: auto;
}
.filter-selected span.label {
    margin-right: 8px;
}
/* Since href attribute is missing */
#tab-pane-publications a.filter-item:hover,
#tab-pane-publications ul.pagination li a:hover,
#tab-pane-publications a.filter-remove:hover {
    cursor: pointer;
}

/* Delete from import list*/
.btn-delete-imported {
    background-color: #FFFFFF;
    border: 0;
    color: rgba(0,0,0,0.5);
}
.btn-delete-imported:hover {
    background-color: #FFFFFF;
    color: #333333;
}
/* Don't expand filter box default on smaller devices */
@media only screen and (max-width: 980px) {
    #filters {
        display: none;
    }
}
/* Force display of scrollbars in Webkit browsers */
/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: rgb(230,230,230); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}

/* Top navbar */
.navbar-top {
    /* height: 106px; */
    background-color: black;
}
a:hover {
    text-decoration: none;
}

/* Signals */
.signals {
    color: rgb(255,255,255);
}
.signals .number {
    font-size: 56px;
    font-weight: bold;
    line-height: 90%;
    padding-left: 48px;
    padding-right: 8px;
}
.signals .number-static {
    color: rgb(210,210,210);
}
.signals .number-alert {
    color: rgb(250,250,250);
}

/* Project Details */
.person, .publication {
    margin-bottom: 8px;
}
.person-organization, .publication-type {
    font-size: 0.8em;
}
.person-name {
    font-weight: bold;
}
.xamount {
    font-size: 1.6em;
    font-weight: bold;
}


/* Circliful */

.circliful {
    position: relative;
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
}

.circle-info, .circle-info-half {
    color: #999;
}

.circliful .fa {
    margin: -10px 3px 0 3px;
    position: relative;
    bottom: 4px;
}


/* Import and Create New*/
label {
    color: #555;
    text-transform: uppercase;
    font-size: 80%;
}
.label-selectable label {
    text-transform: none;
    font-size: 100%;
    font-weight: normal;
    color: black;
}
td.no-wrap {
    white-space: nowrap;
}
button.btn-action {
    color: rgb(255,255,255);
    background-color: #999;
}
button.btn-action:hover {
    color: rgb(255,255,255);
    background-color: rgb(0,0,0);
}


/* Top navbar */
.btn-main-action {
    background-color: rgb(25,152,224);
    border-color: rgb(25,152,224);
    color: white;
}
.btn-main-action:hover {
    background-color: rgb(0,140,220);
    color: white;
}

.badge {
    color: #fff;
    background-color: #444;
}
.badge-counter {
    background-color: #428BCA;
}


/* Bootstrap 3.0 overrides */

.container-content {
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 28px;
    border-left: 1px solid rgb(220, 220, 220);
    border-right: 1px solid rgb(220, 220, 220);
}
.container-stripe {
    padding: 0px;
    background: url("/images/stripe_1063.png") repeat-x #ffffff;
    height: 10px;
    position: relative;
    width: 1170px;
}
.navbar-top {
    margin-bottom: 0px;
}
.footer-bottom {
    min-height: 400px;
    background-color: #ccc;
    padding: 0px 0px 28px 0px;
    border-top: 8px solid black;
}
.container-footer {
    background-color: #ccc;
    border-left: 1px solid rgb(180,180,180);
    border-right: 1px solid rgb(180,180,180);
}
.container-footer h4 {
    margin-top: 32px;
}
.container-footer .col-image-mark {
    /* height: 600px; */
}
.col-image-mark .image-mark {
    height: 200px;
    background-image: url(/Images/chalmers-avancez.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.panel {
    border: 0px;
    box-shadow: none;
}
.panel-body {
    border: 1px solid #99D1F1;
}
.navbar-top,
.badge,
.panel,
.panel-heading, 
.panel-body,
.btn,
.form-control,
.input-group-addon,
.progress {
    border-radius: 0px;
}
.panel-input-section .panel-heading {
    background-color: #99D1F1;
}
.panel-input-section .panel-heading h3.panel-title {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.panel-input-create-new .panel-heading {
    background-color: #eee;
}
.panel-input-create-new .panel-body {
    border: 1px solid #eee;
}
.panel-input-create-new .panel-heading h3.panel-title {
    color: #000;
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
}

.panel-heading-title {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.tooltip {
    text-align:left;
}

/* Publications */

h4.publication-hits {
    padding-bottom: 12px;
    font-weight: bold;
    color: rgb(120, 120, 120); 
}
h4.publication-title {
}
div.publication-item {
    display: block; 
    margin-bottom: 28px;
}
div.publication-item--not-validated {
    background-color: pink;
}
div.publication-year {
    color: rgb(90, 90, 90); 
    margin-left: 16px;
    font-weight: bold;
}
div.publication-cit {
    font-size: 0.9em;
}
div.publication-type {
    color:rgb(120, 120, 120); 
    font-size: 0.8em;
    font-weight: bold;
}

.site-splash .text-board .input-lg:focus {
    opacity: 1; 
}
/* Autosuggest styles */

.input-icon-search {
    /* background-color: #428BCA;
    border-color: #357EBD;
    background-color: #eee;
    border-color: #ddd;
    color: white; */
}

/* Inline Search Results in Autosuggest */

.search-result-container {
    margin-bottom: 0px;
    max-height: 380px;
    overflow: auto;
}
.search-result-label {
    background-color: #eee;
    /* background-color: #428BCA;
    border-color: #357EBD; */
    padding-top: 4px;
    padding-bottom: 4px;
}
.search-result-label label {
    /* color: white; */
}
.search-result-item,
.search-result-label {
    padding-left: 12px;
    padding-right: 12px;
}


/* Input form modals */

.modal-header {
    background-color: rgb(66,139,202);
    color: #fff;
}
.modal-footer {
    background-color: rgb(255,255,255);
    color: rgb(0,0,0);
}
.form-control {
    border: 1px solid #bbb;
}
.form-control:focus {
    border-color: #99D1F1;
    box-shadow: none;
}
.page-header {
    border-bottom: 1px solid #ccc;
}
table.table {
    background-color: #fff;
}
h4.personName, h4.organizationName, h4.categoryName {
    font-size: 16px;
    font-weight: bold;
}
h4.personName .verified {
    color: rgb(30,122,41);
}
h4.personName .verificationMailSent {
    color: rgb(190,190,190);
}
.brand-main {
    color: #fff;
    text-transform: uppercase;
}
.progress-bar-success {
    background-color: #66BAEA;
    color: black;
}
.btn-success {
    background-color: #35AA47;
    border: 1px solid #35AA47;
    color: white;
}
.btn-success:hover {
    background-color: #1d943b;
    border: 1px solid #278031;
    color: white;
}
.submit-button-container {
    margin-top: 60px;
}

/* Buttons in details */
.button-bar {
    margin: 8px 0px 0px 0px;
}

/* Selected person and organization item */
.person-item, .organization-item {
    border: 1px solid #446688;
    border-left: 6px solid #446688;
    border-radius: 0px;
    padding-left: 12px;
}
.list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0px;
}

/* Form elements */

.searchbox-wide {
    border-bottom: 1px solid #999999;
    background-color: #444;
    padding: 12px 12px 0px 4px;
}
.searchbox-wide input.form-control {
    border: 0px;
    box-shadow: none;
    font-size: 1.2em;
    height: 32px;
    background-color: #444;
    color: white;
}

.resultSearchBox {
}
.resultSearchBoxItem div.person-search-result {
    border-radius: 0px; 
    background-color: #eee;
}
.resultSearchBoxItem:hover div {
    /* color: white;
    background-color: black; */
    text-decoration: underline;
}
.personProjectLead_Organization_Search, .Organization_Search, ._Search {
    margin-top: 8px;
    position: relative;
}
a.btn.add-action {
    margin-left: 4px;
}

/* Project List with Search and Filters */
form.search-filter {
    margin-bottom: 16px;
}
.site-splash form.search-filter label {
    color: black;
}

/* Popovers */
div.popover h3 {
    background-color: rgb(0,0,0);
    color: rgb(255,255,255);
}
div.popover .popover-content {
    font-size: 0.9em;
}

/* Form validation */
.form-group .help-block {
  display: none;
  color:  #b94a48;
}
 
.form-group.has-error .help-block {
  display: block;
}

.myresearch-newly-added {
    border-left: 4px solid rgb(209, 195, 36);
}

.flash {
  -moz-animation: flash 1s ease-out;
  -moz-animation-iteration-count: 1;

  -webkit-animation: flash 1s ease-out;
  -webkit-animation-iteration-count: 1;

  -ms-animation: flash 1s ease-out;
  -ms-animation-iteration-count: 1;
}

@-webkit-keyframes flash {
    0% {border-left: 0px;}
    50% {border-left: 4px solid rgb(209, 195, 36);}        
    100% {border-left: 4px solid rgb(209, 195, 36);}   
}

@-moz-keyframes flash {
    0% {border-left: 0px;}
    50% {border-left: 4px solid rgb(209, 195, 36);}        
    100% {border-left: 4px solid rgb(209, 195, 36);}   
}

@-ms-keyframes flash {
    0% {border-left: 0px;}
    50% {border-left: 4px solid rgb(209, 195, 36);}        
    100% {border-left: 4px solid rgb(209, 195, 36);}   
}

/* Suggest Component */
.suggest-component .items {
    position: relative;
    max-height: 400px;
    overflow: auto;
    cursor: pointer;
}

.suggest-component .items .search-result-item {
    min-height: 50px;
}

.suggest-add-additional {
    padding: 10px;
    border: 1px solid #ccc;
    border-width: 0 1px 1px 6px;
}

.suggest-component .list-group-item-info-container {
    display: inline-block;
}

/* Subject Tree in PublicationCreate */
.clickableSubject {
    color: #0088cc;
    cursor: pointer;
}
.clickableSubject:hover {

}
.clickableSubjectTitle:hover {
    text-decoration: underline;
}
.subjectTreeExpandButton {

}
.subjectTreeExpandButtonClickable {
    cursor: pointer;
}
.treeSearchHit {
    font-weight: bold;
}

/* DataMatch */
.selected-queue-item {
    font-size: 1.3em;
    color: rgb(255, 255, 255);
}
.list-group-item > div.timestamp-label {
    margin-bottom: 8px;
    font-weight: normal;
}
.matchjob-important-fields {
    line-height: 190%;
    margin-bottom: 16px;
}
.matchjob-important-fields span.no-wrap {
    white-space: nowrap;
}
.matched-ok {
    font-weight:bold;
    color: rgb(93, 167, 106);
}
.authority-matched-ok {
    font-weight: bold;
}
.author-attention {
    font-size: 1.3em;
    color: rgb(194, 95, 95);
}
.author-need-input {
    font-size: 1.3em;
    color: rgb(0,0,0);
}
.x-person-item-not-matched {
    border-left: 6px solid rgb(103, 159, 178);
}
.tab-pane {
    margin-top: 16px;
}
#data-match-record > div > div.panel-body > h3 {
    margin-top: 0px;
}
#data-match-records > div > div.panel-body {
    padding: 0px;
    overflow: auto;
}
#manual-publication-create > div.author-list {
    overflow: auto;
    max-height: 500px;
}

#divManualDataMatch .suggest-startdate-enddate
{
    color:#999;
}

#divManualDataMatch .person-item {
    cursor: pointer;
}

#divManualDataMatch .person-item.active {
    background-color: #428bca;
}

#divManualDataMatch .person-item.active, #divManualDataMatch .person-item.active small {
    color: #fff;
}

#divManualDataMatch #manual-publication-duplicates > div > .panel {
    margin-bottom: 0;
}

#divManualDataMatch #manual-publication-duplicates > div > .panel h3 {
    margin-top: 0;
}

#data-match-records .panel-heading .btn-group {
    margin-top: 0.5em;
}

.pubmatch-search__result-list, orgmatch-search__result-list {
    max-height: 800px; 
    overflow: auto;
}

.duplicate-data-viewer__full-data-node li {
    margin-left: 1.0em;
}

.duplicate-data-viewer__full-data-node li span {
    font-size: 0.8em;
}

.oa-icon-small {
    /*content: url();*/
    max-height: 36px; 
    margin-top:6px; 
    text-align:right;
    float: right;
}

h4 small {
    color: #666;
}

/* Google Charts specific settings */
/* fix for flickering tooltips: https://github.com/google/google-visualization-issues/issues/2162 */
div.google-visualization-tooltip { pointer-events: none }
svg > g > g:last-child { pointer-events: none }

/* Visualization settings */
#viz {
    height: 900px;
    position: relative;

    background-color: #ffffff;

    padding-left: 0;
    padding-right: 0;

    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}
@media (max-width: 1440px) {
    #viz {
        height: 820px;
    }
}
@media (max-width: 1280px) {
    #viz {
        height: 680px;
    }
}
@media (max-width: 1024px) {
    #viz {
        height: 590px;
    }
}
@media (max-width: 768px), handheld and (orientation: portrait) {
    #viz {
        height: 820px;
    }
}
@media (max-width: 1024px), handheld and (orientation: landscape) {
    #viz {
        height: 640px;
    }
}
@media (max-width: 480px) {
    #viz {
        height: 480px;
    }
}

#viz-info {
    position: absolute;
    margin-bottom: 0;
    bottom: 16px;
    right: 16px;
    width: 350px;
    z-index: 10;
}

@media (max-width: 480px) {
    #viz-info {
        left: 20px;
        right: 20px;
        width: auto;
    }
}

#viz-info-org {
    display: none;
}

#viz-info-collab {
    display: none;
}

#viz-navigation {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 2em;
    z-index: 10;
}

#viz-navigation span {
    cursor: pointer;
    color: rgb(66, 139, 202);
    outline-color: rgb(42, 100, 150);
    text-decoration-color: rgb(66, 139, 202);

    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

#viz-navigation span:hover {
    color: rgb(42, 100, 150);
    outline-color: rgb(42, 100, 150);
    text-decoration-color: rgb(42, 100, 150);
}

#myresearch-metrics-box {
    float:right; 
    width: 200px; 
    padding: 14px 17px 19px 14px; 
    border:solid 1px #aaa; 
    margin-left: 16px; 
    margin-bottom: 16px;
    margin-top: 12px;
}

#myresearch-metrics-box-head {
    font-size: 68px; 
    color: #688357; 
    text-align:center;
}

#myresearch-metrics-box-small {
    font-size:24px;
    font-weight:normal; 
    margin-top: 16px;
    color: #000;
}

#myresearch-metrics-box-descr {
    font-size: 14px; 
    color:#000; 
    line-height: 1.22857143; 
    font-weight:normal;
}

a.read-more {
    padding-left: 0px;
    padding-top: 1px;
    margin: 0px;
    text-align: left;
    text-transform: uppercase;
    border-top: 1px dashed #bbb;
    width: 229px;
    font-size: 0.8em;
    font-weight: bolder;
}
a.read-more.with-margin {
    margin-left: 16px;
}
a.read-more span:first-child,
a.read-more.with-margin span:first-child  {
    padding: 6px 0px 12px 0px;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

/*Information message on map*/
.informationControlOnMap {
    margin-top: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.infoIconOnMap {
    color: rgb(86, 86, 86);
    font-size: 40px;
}

.infoPopUpMessage {
    visibility: hidden;
    font-family: "Open Sans", Helvetica, sans-serif;
    min-width: 200px;
    max-width: 350px;
    height: auto;
    background-color: #FFFFFF;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 15px;
    border-radius: 6px;
    padding: 8px 8px;
}

.divFloatLet {
    float: right;
    height: 20px;
    width: 30px;
    border: 1px solid #000
}

.gm-style-iw {
    max-width: 400px; 
    min-width: 250px;
}

.timeAgoInfowindow {
    font-size: 11px;
    font-weight: 400;
}

/* StartPage */
#chalmersResearchSplashImage {
    background-image: url('/images/splashes/TM9_splash_1200.png'); 
    position: relative;  
    margin: 0px; 
    padding: 28px 28px 28px 15px;
}

#chalmersReseachHeader {
    font-size: 2.6em; 
    font-weight: bold; 
    text-transform: uppercase; 
    word-break:break-word; 
    line-height: 110%; 
    color: black;
}

#chalmersResearchSubheader {
    font-weight: normal;
}

#chalmersResearchIntro {
    font-size: 1.2em; 
    font-weight: normal; 
    color: black; 
    line-height: 150%;
}

#researchPublicationsImageTitle {
    background-image: url('/Images/st303-15k.png');
    background-size: 100%;
}

#researchProjectsImageTitle {
    background-image: url('/Images/SusanneAalto_JonathanTan_180327_04.png');
    background-size: 100%;
    background-position: right top;
}

#sustainableDevelopmentImageTitle {
    background-image: url('/Images/CH13.0227C-169-1.png'); 
    background-size: 100%;
}

.imageTextPosition {
    vertical-align: bottom;
    position: absolute;
    bottom: 16px;
    margin-right: 16px;
}

.departmentAreaOfAdvanceGroup {
    margin-top: 2px;
}

.departmentAreaOfAdvanceLinkBox {
    min-height: 130px;
    position: relative;
}

.liveMapDiv {
    min-height: 276px; 
    position: relative; 
    margin: 0px; 
    padding: 0px;
}

.map {
    width: 100%; 
    height: 480px; 
    margin-bottom: 0px; 
    background-color: rgb(128, 128, 128);
}

/* Publications data export */
.pub-data-export__container {
    margin-bottom: 2rem;
}

.pub-data-export__dropdown {
    display: inline-block;
    min-width: 18rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.pub-data-export__dropdown-button-caret {
    flex-grow: 1;
    text-align: right;
}

.pub-data-export__dropdown-button {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pub-data-export__export-button {
    margin-bottom: 0.3rem;
}

/* Super admin */
.super-admin-summary-box {
    position: relative;
}
.super-admin-info-box__container {
    display: inline;
}
.super-admin-info-box__text {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    white-space: normal;
    text-align: left;
    max-width: 50%;
    max-height: 100%;
    overflow-y: scroll;
    font-weight:lighter;
}
.super-admin-info-box__text--visible {
    display: block;
    border: solid 1px #428bca;
    padding: 1rem;
    background-color: white;
    color: black;
    z-index: 1;
}

/* Super admin portal*/
.totalNumber {
    font-size: 21px;
}

/* ScopusDiffrence*/
.pubmatch-filter__result-list {
    max-height: 800px;
    min-height: 150px;
    overflow: auto;
}

/* Commons */
.simple-info-box__container {
    display: inline;
    position: relative;
    overflow: visible;
}

.simple-info-box__text {
    display: none;
    position: absolute;
    left: 1rem;
    top: 1rem;
    white-space: normal;
    text-align: left;
    font-weight: lighter;
    overflow: visible;
    width: 20rem;
}

.simple-info-box__text--visible {
    display: block;
    border: solid 1px #428bca;
    padding: 1.4rem;
    background-color: white;
    color: black;
    z-index: 1;
}

/** Accessibility */

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

h3.personName, h3.organizationName, h3.categoryName {
    font-size: 16px;
    font-weight: bold;
}

h3.publicationTitle {
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

p.panel-heading-big {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

p.publication-hits {
    padding-bottom: 12px;
    font-weight: bold;
    color: rgb(120, 120, 120);
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: inherit;
}

p.publication-title, p.projectName {
   font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

p.main-headings {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

p.main-block-headings {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
    color: inherit;
}

p.panel-headings {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.1;
    color: inherit;
}

p.item-headings {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.1;
    color: inherit;
}

p.footer-headings {
    margin-top: 32px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.divPublicationTypeSelectorHelp {
    padding-bottom: 16px;
    margin: 30px 0 20px;
    border-bottom: 1px solid #ccc;
}

.divPublicationTypeSelectorHelpText {
    max-width: 800px;
    color: #333;
    background-color: #f5f5f5;
    padding: 12px 9px 12px 9px;
}

/** ROR lookup button in admin org pages */
.btn-ror {
    color: #ffffff;
    background-color: #53baa1;
    border-color: #33806c;
    border-radius: 0;
}

    .btn-ror:hover,
    .btn-ror:active,
    .btn-ror:focus,
    .btn-ror.active {
        background: #33806c;
        color: #ffffff;
        border-color: #33806c;
    }

/** Google search button */
.btn-google {
    color: #ffffff;
    background-color: #4285f4;
    border-color: #0d5bdd;
    border-radius: 0;
}

    .btn-google:hover,
    .btn-google:active,
    .btn-google:focus,
    .btn-google.active {
        background: #0d5bdd;
        color: #ffffff;
        border-color: #0d5bdd;
    }
