/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    color: #454545;
    background-color: #f4f3ef;
    /* padding-top: 80px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

th, td {
    padding: 3px 7px;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

.node {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E9E8E4;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 2px #E9E8E4;
    padding: 0 20px 20px 20px;
}

.menu > ul {
    list-style: none outside none;
    padding: 0 0 0 1px;
    margin: 0;
}
.menu > ul > li {
    background: none repeat scroll 0 0 #E9E8E2;
    border-bottom: 1px solid #D8D7D3;
    border-radius: 3px 3px 3px 3px;
    display: block;
    margin-bottom: 1px;
    padding: 0;
    position: relative;
}
.menu > ul > li a {
    background: url("../images/marker1.png") no-repeat scroll 12px 19px transparent;
    color: #454545;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    padding: 12px 10px 10px 25px;
    text-transform: none;
}
.menu > ul > li a.selected {
    background-color: #337ab7;
    color: #FFF;
}
.menu > ul > li a:hover {
    text-decoration: none;
}
.menu > ul > li:hover {
    background-color: #FFF;
}

hr {
    border-top: 1px solid #D8D7D3;
}

.page-header {
    margin: 20px 0;
}

.brand a:hover {
    text-decoration: none;
}

.navbar-default .navbar-brand {
    color: #337ab7;
    /*font-size: 3vw;
    line-height: 70px;
    padding: 0 15px;*/
}
.container > .navbar-header {
    margin: 0;
}

.navbar {
    margin: 0 0 20px 0;
    padding: 0px;
}

.navbar-default {
    background-color: #fff;
    border-bottom: 7px solid #fff;
    box-shadow: 1px 2px 2px #E9E8E4;
}

.navbar-header .logo {
    float: left;
    padding: 5px 10px;
}

.navbar-nav > .menu > ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.navbar-nav > .menu > ul > li {
    background: none;
    border: none;
}

.recom {
    color: #23527c;
}

.adobe {
    display: inline;
}

.tab-content {
    background-color: #ffffff;
    padding: 20px;
    margin: 0px;
    border-left: 1px solid #e9e8e4;
    border-right: 1px solid #e9e8e4;
    border-bottom: 1px solid #e9e8e4;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.authors-list {
    padding: 10px 0;
}
.author-name {
    font-size: 14px;
    font-weight: bold;
}
.author-institutions {
    font-style: italic;
}
.author-institutions a {
    font-style: normal;
}
.author-pic {
    float: left;
    padding-right: 20px;
    color: #ebebeb;
}
.breadcrumb {
    padding: 20px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #e9e8e4;
    border-radius: 4px;
}

.inline-orcid {
    background: url("../img/orcid.png") 0 0 no-repeat;
    background-size: contain;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 5px;
}

.hcenter {
    text-align: center;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
    
@media only screen and (min-width: 992px) {
    .brand {
        display: inherit;
        margin: 0 0 20px 0;
        padding: 15px 0 10px;
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 22px;
        background-color: #fff;
        border-bottom: 7px solid #fff;
        box-shadow: 1px 2px 2px #E9E8E4;
    }
    .brand .small {
        font-size: 50%;
    }
    .navbar {
        display: none;
    }

}
    
@media only screen and (max-width: 991px) {
    .brand {
        display: none;
    }
    .block-nav {
        display: none;
    }

    .navbar-toggle {
        display: block;
    }
}

.partner {
    padding: 15px;
    height: auto;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E9E8E4;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 2px #E9E8E4;
    display: inline;
}

.clarivate {
   font-size: 10px;
}

.video {
   font-size: 13px;
}

.ws {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

/* Footer Styles */

footer {
    margin: 30px 0 20px 0;
}

.block-title {
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
    margin: 15px 0 5px 2px;
    padding: 0;
    font-size: 14px;
}

#share-buttons img {
    width: 20px;
    border: 0;
    margin: 0 1px;
    display: inline;
}

#doi {
    background-color: #FCB426;
}
#hal {
    background-color: #ee5a35;
}
#uri {
    background-color: #337ab7;
}
.identifier {
    display: table-cell;
    border-top-left-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #FFFFFF;
    min-width: 40px;
    text-align: center;
}
.identifier-value {
    display: table-cell;
    background-color: #A9A9A9;
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #FFFFFF;
    font-size: 12px;
    padding: 5px;
    line-height: 1;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}