	/* =====================================================
   The "account masthead" bar across the top of the site
   ===================================================== */

.module-search{
	padding-bottom: 4px !important;
	margin-bottom:10px;
}

.account-masthead {
    background-color: #044294 !important;
}
/* The "bubble" containing the number of new notifications. */
.account-masthead .account .notifications a span {
  background-color: black !important;
}
/* The text and icons in the user account info. */
.account-masthead .account ul li a {
  color: rgba(255, 255, 255, 0.6) !important;
}
/* The user account info text and icons, when the user's pointer is hovering
   over them. */
.account-masthead .account ul li a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
  background-color: black !important;
}

.tib_dropdown {
    background: none !important;
    font-weight: normal !important;
    padding: 9px 17px !important;
}

.tib_dropdown:hover {
    background: rgb(48, 48, 48) !important;
    color: #fff !important;
    font-weight: normal !important;
}

.tib_dropdown_item {
    display: block !important;
    width: 100%;
    background: none;
    color: black !important;
    border: none;
    text-align: left;
    padding: 0px 8px;
    text-decoration: none !important;
}

.tib_dropdown_item:hover {
    background: #f2f2f2;

}

.tib_dropdown.active {
    background: rgb(74, 74, 74) !important;
    color: #fff !important;
}

.dropdown.open {
    background: rgb(74, 74, 74) !important;
    color: #fff !important;

}

.dropdown.open button, .dropdown button {
    color: #fff !important;

}
#dropdownMenu2.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}
/* ========================================================================
   The main masthead bar that contains the site logo, nav links, and search
   ======================================================================== */
.box{
border-radius:22px !important;
background-color:#ffffffab !important;
margin-bottom: 18px;
}
.module-heading{
border-radius:22px !important;
}
@media (min-width: 768px) {
  .main {
    padding-top: 45px;
    /* background: #eee url("../../base/images/bg.png"); */
    background-color: #044294 !important;
  }
}
.masthead {
  background-color: #40A7DB !important;
}
/* The "navigation pills" in the masthead (the links to Datasets,
   Organizations, etc) when the user's pointer hovers over them. */
.masthead .navigation .nav-pills li a:hover {
  background-color: rgb(48, 48, 48) !important;
  color: white !important;
}
/* The "active" navigation pill (for example, when you're on the /dataset page
   the "Datasets" link is active). */
.masthead .navigation .nav-pills li.active a {
  background-color: rgb(74, 74, 74) !important;
}
/* The "box shadow" effect that appears around the search box when it
   has the keyboard cursor's focus. */
.masthead input[type="text"]:focus {
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.7) !important;
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.7) !important;
  color: black !important;
}
/* .main {
  border-bottom: 1px solid white !important;
}
 */
/* ===========================================
   The content in the middle of the front page
   =========================================== */

/* Remove the "box shadow" effect around various boxes on the page. */
.search-giant input
{
	border-color:transparent !important;
}
.search-giant
{
	margin-bottom: 5px !important;
}
.box {
  box-shadow: none !important;
}
.card.box{
	padding-top:12px;
}
/* Remove the borders around the "Welcome to CKAN" and "Search Your Data"
   boxes. */
.hero .box {
  border: none !important;
}
/* Change the colors of the "Search Your Data" box. */
.homepage .module-search .module-content {
  color: rgb(68, 68, 68) !important;
  background-color: #ffffffab !important;
  border-radius:22px !important;
}
/* Change the background color of the "Popular Tags" box. */
.homepage .module-search .tags {
  background-color: rgb(61, 61, 61) !important;
}
/* Remove some padding. This makes the bottom edges of the "Welcome to CKAN"
   and "Search Your Data" boxes line up. */
/* .module-content:last-child {
  padding-bottom: 0px !important;
} */
/* .homepage .module-search {
  padding: 0px !important;
} */
/* Add a border line between the top and bottom halves of the front page. */
/* .homepage [role="main"] {
  border-top: 1px solid rgb(204, 204, 204) !important;
} */
.homepage{
	background-color:#044294 !important;
}
@media (min-width: 768px) {
  .hero {
    background: url("../../images/thirdwave_banner_03.png");
	background-position:top;
	background-size: cover;
        /* min-height: 200px;*/
        /* position: relative;*/
        /* overflow: hidden;*/
  }
}
/* ====================================
   The header at the top of the site
   ==================================== */
.styled_header_login_bar {
    background-color: #666;
    height: 30px;
}
.img-responsive {
  min-height: 88px !important;
  }

.site-logo {
      margin-top:10px;
      max-width: 80px !important;
}

.header_ldm_logo_bar {
    margin-bottom: -21px;
}
/*
header div.container {
    box-shadow: 1px 4px 8px rgba(0,0,0,0.5);
}*/
/* ====================================
   The footer at the bottom of the site
   ==================================== */

.site-footer,
body {
    background: #b9afaf url("../../../base/images/bg.png");
	background-color:#40A7DB;
}
/* The text in the footer. */
.site-footer,
.site-footer label,
.site-footer small {
  color: rgba(255, 255, 255, 0.6) !important;
}
/* The link texts in the footer. */
.site-footer a {
  color: rgba(255, 255, 255, 0.6) !important;
}


.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 10%;
  vertical-align: top;
  margin-top: 20px;
}


/* ====================================
   About Page Styles
   ==================================== */

.ldm_about_foot {
    background-color: #4B4B4B;
    filter: alpha(opacity = 95);
    -ms-filter: "alpha(opacity = 95)";
    opacity: .90;
    background: linear-gradient(#7e7a7a,#BABABA);
    margin-top: -20px;
    padding: 20px;
    color: #FAFAFA;
    box-shadow: 1px 4px 8px rgba(0,0,0,0.5);
}

/* ====================================
   Virtual Datasets Styles
   ==================================== */
.label-dataset-box, .label-vdataset-box, .label-service-box  {
    font-size: 100% !important;
    padding: 5px 8px !important;
}

.label-dataset-box {
    background-color: #18a8f5 !important;
}

.label-vdataset-box {
    background-color: #f5c118 !important;
}

.label-service-box {
    background-color: #1cd49c !important;
}

img.object-type {
    float: right;
    width: 26px;
    margin-right: 20px;

}
.dataset-item.vdataset {
    position: relative;
}

.dataset-item.service {
    position: relative;
}

.feature {
  margin-bottom: 10px;
}

.dataset-item {
    border-bottom: 1px dotted #444b42 !important;
    border-radius:22px;
}

.dataset-item:last-of-type {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


.wrapper{
	background-color:#ffffffab !important;
}

@media (min-width: 768px) {
  .wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25%;
    border-right: 1px dotted #444b42;
    z-index: 1;
  }

.toolbar .breadcrumb a {
  color: #e1e1e1;
}

.tag-list{
	background-color:#3789eb;
	border-radius:22px;
}
.page-header{
background-color:transparent;
}




.ribbon{
  position:relative;
  padding: 0 0.5em;
  font-size:1em;
  margin: 0 0 0 -0.25em;
  line-height: 1.875em;
  color: #e6e2c8;
  border-radius: 0 0.156em 0.156em 0;
  background: rgb(123, 159, 199);
  box-shadow: -1px 2px 3px rgba(0,0,0,0.5);
  width: 45%;
  top: 6px;
}

.ribbon:before, .ribbon:after{
  position:absolute;
  content: '';
  display: block;
}

.ribbon:before{
  width: 0.72em;
  height: 123%;
  padding: 0 0 0.438em;
  top:0;
  left: -0.469em;
  background:inherit;
  border-radius: 0.313em 0 0 0.313em;
}

.ribbon:after{
  width: 0.56em;
  height: 0.313em;
  background: rgba(0,0,0,0.35);
  bottom: -15%;
  left: -0.313em;
  border-radius: 0.313em 0 0 0.313em;
  box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
}

.ribbon.rdr {
  background: #a62055;
}

.module.module-narrow.module-shallow.export{
    margin-top: 10px !important;
}

.export a {
    margin-left: 10px;
}

.bibtex_box {
    width: 450px;
    min-height: 240px;
    height: auto;
}

.ribbon.png {
  background: #009c8f;
  width: 65%;
}

.ribbon.leo {
  background: #003f57;
  width: 65%;
}

.ribbon.osn {
  background: #ac1035;
  width: 65%;
}

.ribbon.goe {
  background: #1a3771;
  width: 65%;
}
.ribbon.leu {
  background: #912631;
  width: 65%;
}
/*


.ribbon-corner {
  color: white;
}
.ribbon-corner-wrap {
  width: 15%;
  height: 188px;
  position: absolute;
  top: -8px;
  right: -7px;
  overflow: hidden;
}
.ribbon-corner-wrap:before, .ribbon-corner-wrap:after {
  content: "";
  position: absolute;
}
.ribbon-corner-wrap:before {
  width: 17px;
  height: 8px;
  right: 100px;
  background: #4D6530;
  border-radius: 8px 8px 0px 0px;
}
.ribbon-corner-wrap:after {
  width: 8px;
  height: 16px;
  right: 0px;
  top: 100px;
  background: #4D6530;
  border-radius: 0px 8px 8px 0px;
}
.ribbon-corner-ribbon6 {
  width: 200px;
  height: 25px;
  line-height: 24px;
  position: absolute;
  top: 30px;
  right: -50px;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow:0 0 0 3px #fab143,  0px 21px 5px -18px rgba(0,0,0,0.6);
  background: #fab143;
  text-align: center;
}

*/




.parent99 {
  overflow: hidden; /* required */
  width: 100%;
  position: relative; /* required  for demo*/
  padding-left: 3%;
}

.ribbon99 {
  margin: 0;
  padding: 0;
  background: #fab143;
  color:white;
  padding:0.2em 0;
  position: absolute;
  top:0;
  right:0;
  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
}
.ribbon99:before,
.ribbon99:after {
  content: '';
  position: absolute;
  top:0;
  margin: 0 -1px; /* tweak */
  width: 100%;
  height: 100%;
  background: #fab143;
}
.ribbon99:before {
  right:100%;
}

.ribbon99:after {
  left:100%;
}

/* Styles for TIB Dataset Selection tool (scheming plugin)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.panel-heading a.btn_help {
    float: right;
    padding: 1px 6px;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

.ds_sel_tool_checkbox {
    margin-bottom: 12px !important;
    margin-right: 5px !important;
    margin-left: 20px !important;
}

.ds_sel_tool_label {
    font-weight: normal !important;
}

.ds_sel_tool_label::after {
    content: "" !important;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

a.btn_check_all {
    margin: 0 !important;
        margin-left: 0px;
    padding: 0px;
    margin-left: 3px !important;
    margin-bottom: 3px !important;
    background-color: #EEE !important;
}

.ds_tool_filter_box {
    height: 155px;
    overflow: scroll;
}
/* ********** Authors ******************************************/
.input_author {
    //width: 50% !important;
}
.input_orcid {
    padding-left: 32px !important;
    background-size: 18px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position-y: 7px;
    background-position-x: 7px;
    background-image: url(/images/orcid.svg), url(/ldmservice/images/orcid.svg) !important;
    //width: 50% !important;
    }

.orcid_display_img {
    width: 20px;
}

/* ************ update resources tool **************************/
   label.ur_form_disabled {
   color: #CCC;
}

/*****************Cookie acept Bar ****************************/


.cookieAcceptBar {
  display:none;
  position: fixed;
  top: 0;
  left:0;
  right: 0;
  font-family: sans-serif;
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  z-index: 99999;
  padding-top: 3%;
  width: 100%;
  height: 30%;
  opacity: 0.9;
}

.cookieAcceptBar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.cookieAcceptBarButton {
  cursor: pointer;
  border: none;
  background-color: #2387c0;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

/**************************************************/
/* arrow glyph for showing collapsible panels */
.panel-heading .accordion-arrow-toggle:before {
   font-family: FontAwesome;
   content: "\f078";
   float: right;
   color: silver;
   padding-top: 15px;
}

.panel-heading .accordion-arrow-toggle.collapsed:before {
   content: "\f054";
   color: silver;
   padding-top: 15px;
}

/* sets the link to the width of the entire panel title */
.panel-title > a {
   display: block;
}

.notes.embedded-content img {
  max-width: 100%;   
  height: auto;          
  margin: 0 auto;    
}

.notes.embedded-content img {
  padding: 5px;     
  box-sizing: border-box;
}
