/*searchMECFS additions to align with mapMECFS*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap');

.navbar {
    border-bottom: 1px solid #d7e4e7;
}

.container-fluid {
    /*background-image: url(/images/Connections2@2x.png);*/
    background-size: cover;
    background-position-y: center;
    background-position: center center;
    background-attachment: fixed;
    /*padding-top: 67px;*/
}

img.logo {
    height: 5.5em;
    padding-right: 1.2em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

/*login panel*/
.bs-example {
    background: rgba(242, 247, 247, 1);
    -webkit-box-shadow: 0px 0px 36px 40px rgb(242 247 247);
    box-shadow: 0px 0px 36px 40px rgb(242 247 247);
    font-size: 1.14em;
}

.form-group input {
    border-color: #d7e4e7 !important;
    border-left-color: #d7e4e7 !important;
}

.btn-info {
    color: #fff;
    background-color: #7ba6b4;
    border-color: #7BA6B8;
}

.blurbg {
    background: rgba(242, 247, 247, 1);
    -webkit-box-shadow: 0px 0px 36px 40px rgb(242 247 247);
    box-shadow: 0px 0px 36px 40px rgb(242 247 247);
}

/*from base-restyle*/
.account-masthead {
    background-color: #434343;
}

    .account-masthead .account ul li a {
        color: #ededed;
    }

.masthead {
    /*background: #f2f7f7;*/
}

    .masthead .nav > li > a {
        color: #434343;
    }

    .masthead .navigation .nav-pills li a:hover,
    .masthead .navigation .nav-pills li a:focus,
    .masthead .navigation .nav-pills li.active a {
        background-color: #338085;
        color: #ffffff;
    }

    .masthead .site-search input {
        width: 200px;
        padding: 3px 10px;
        border-radius: 0;
    }

p a {
    text-decoration: underline;
    font-weight: 700;
}

.form-group a {
    text-decoration: underline;
    font-weight: 700;
}

#resource-edit a {
    text-decoration: underline;
    font-weight: 700;
}

.stages a {
    text-decoration: underline;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 52px;
    border: none;
    text-align: left;
    line-height: 27px;
    z-index: -1;
}

hr {
    border-top: 1px solid #d7e4e7;
}

/*
.site-footer {
	background: #434343;
	color: #FFFFFF;
	padding: 10px 150px 60px 150px;
}
*/

footer .navigation {
    float: right;
}

.site-footer a {
    font-size: 16px;
    color: #ffffff;
}

.site-footer .footer-list {
    list-style-type: none;
}

.site-footer ul li {
    margin-bottom: 40px;
}

.nih-group p {
    text-align: start;
    float: right;
    width: 190px;
    margin-right: 40px;
}

.nih-group img {
    /*    margin-left: 40px;*/
    height: 70px;
    margin-top: 7px;
}

/*this is for the NIH logo*/

/*
.nih-group.nih-logogrp img {
    margin-left: 50px;
    width: 30%;
    margin-top: 7px;
}
this is for the RTI logo
.nih-group.rti-logogrp img {
    margin-left: 0;
    width: 50%;
    margin-top: -8%;
}
*/

.homepage .module-search {
    color: inherit;
    background: none;
}

.panel {
    background: none;
}

.panel-default > .panel-heading {
    color: inherit;
    background: none;
}

.box {
    background: none;
}

.explore-glyphicons li {
    display: inline;
}

.explore-glyphicons.cf {
    padding-left: 0;
    float: right;
    width: 150px;
}

.search-form .search-input.search-giant button i {
    color: #7298a4;
    opacity: 0.5;
}

/*end from base-restyle*/

/*fixes for menu jumping on hover style changes*/

.masthead .navigation .nav-pills li a,
.masthead .navigation .nav-pills li a,
.masthead .navigation .nav-pills li.active a {
    border-bottom-style: solid;
    border-bottom-color: transparent;
    letter-spacing: 0.05em;
    -webkit-transition: 400ms all;
    transition: 400ms all;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.07em;
}

    .masthead .navigation .nav-pills li a:hover,
    .masthead .navigation .nav-pills li a:focus,
    .masthead .navigation .nav-pills li.active a {
        background-color: transparent;
        color: #414e5a;
        text-decoration: none;
        font-weight: normal;
        border-radius: 0px;
        border-bottom-style: solid;
        text-shadow: 0px 0px 0.25px #5b5b5b;
        border-bottom-color: #a81d21;
    }

.account-masthead .account ul li a {
    color: #7298a4;
}

.account-masthead .account .notifications a span.badge {
    background: none;
    color: inherit;
}

/*removal of confusing/heavy filter styles*/

h2.module-heading .fa {
    display: none;
}

.nav-item.active > a,
.nav-aside li.active a {
    color: inherit;
    background-color: inherit;
}

    .nav-item.active > a:before,
    .nav-aside li.active a:before {
        border-left-color: transparent;
    }

/*left rail/ filter area*/

/*indent children*/

.module-narrow .nav-item a {
    padding-left: 2em;
    padding-top: 7px;
    display: block;
}

.module-narrow .module-heading,
.module-narrow .module-content,
.module-narrow .module-footer {
    padding-bottom: 0.2em;
    padding-top: 1.5em;
}

section.module.module-narrow.module-shallow {
    margin-top: 1.5em;
}

.module-heading {
    background: none;
    /*	border-bottom: none;*/
    border-top: none;
    border-bottom: 1px solid #d7e4e7;
}

@media (min-width: 768px) {
    .wrapper:before {
        border-right: 1px solid #d7e4e7;
    }

    /*set some width if using svg*/
    .masthead .logo {
        width: 220px;
    }

        .masthead .logo img {
            width: 100%;
        }
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px 0;
}

    .nav > li > a:hover,
    .nav > li > a {
        -webkit-transition: 600ms all;
        transition: 600ms all;
    }

        .nav > li > a:hover,
        .nav > li > a:focus {
            background-color: #eff5f8;
        }

.nav-item.active,
.nav-aside li.active {
    background: none;
}

.nav-simple > li,
.nav-aside > li {
    font-size: inherit;
}

.nav-simple > li,
.nav-aside > li {
    border-bottom: 1px dotted #d7e4e7;
    letter-spacing: 0.03em;
}

.nav-item.active > a:hover,
.nav-aside li.active a:hover {
    color: inherit;
    background-color: #eff5f8;
}

.item-count.badge {
    background: none;
    color: inherit;
    opacity: 0.6;
    line-height: inherit;
}

.nav-facet .nav-item > a:after {
    background: none;
    content: "";
    top: 50%;
    left: 90%;
    margin-top: -8px;
    font: normal normal normal 17px/1 FontAwesome;
    font-weight: 800;
    text-align: center;
    color: #dfaf02;
    /*	put in content but have opacity at 0- transition opacity not content*/
    /*	content: "\f055";*/
    opacity: 0;
}

.nav-facet .nav-item.active > a:after {
    background: none;
    content: "";
    top: 50%;
    left: 90%;
    margin-top: -8px;
    /*	put in content but have opacity at 0- transition opacity not content*/
    content: "\f056";
    opacity: 0;
}

.nav-facet .nav-item > a:hover:after {
    background: none;
}

.nav-facet .nav-item > a:after,
.nav-facet .nav-item.active > a:after {
    -webkit-transition: 600ms all;
    transition: 600ms all;
}

.nav-facet .nav-item > a:hover:after {
    content: "\f055";
    opacity: 1;
}

.nav-facet .nav-item.active > a:hover:after {
    content: "\f056";
    opacity: 1;
}

.nav-facet .nav-item.active > a:before {
    content: "\f0b0";
    font: normal normal normal 14px/1 FontAwesome;
    left: 1.1em;
    background-image: none;
    top: 0.9em;
    font-size: 0.9em;
    color: #dfaf02;
    border: none;
    height: 0;
}

.module-footer {
    border-top: none;
}

.context-info .nums dl {
    width: auto;
    color: inherit;
}

.context-info .nums {
    border-top: 1px dotted #d7e4e7;
    margin-top: 0;
}

    .context-info .nums dl {
        padding-right: 1.5em;
    }

        .context-info .nums dl dd {
        }

.context-info .follow_button {
    margin-top: 2.6em;
}

    .context-info .follow_button a {
        float: right;
    }

.context-info a:hover {
    text-decoration: none;
    color: #0f323c;
}

.follow_button .btn-success {
    color: #206b82;
    background: none;
    text-transform: none;
    font-size: inherit;
}

    .follow_button .btn-success:hover {
        background: none;
    }

.follow_button .btn-danger {
    color: #206b82;
    background: none;
}

    .follow_button .btn-danger:hover {
        background: none;
    }

    .follow_button .btn-danger:focus,
    .btn-danger.focus {
        color: #0f323c;
        background: none;
        border: none;
    }

/*removal of backgrounds and bounding boxes*/

/*
body {
	background: none;
}
*/

body {
    /*	background: #f9fdff;*/
    /*background: #f2f7f7;*/
    background: #FFFFFF;
    /*	font-family: sans-serif,"Helvetica Neue",Helvetica,Arial;*/
    font-family: "Open Sans", Helvetica, Arial;
    color: #414e5a;
}

/*connections img home plan*/

.homepage.layout-1 .hero {
    /*
<<<<<<< HEAD
	background-image: url(/images/ConnectionsBg1@2x.png);
	background-size: cover;
	    z-index: -10000;
=======
*/
    background-image: url(/images/Connections2@2x.png);
    background-size: cover;
    /*    z-index: -10000;*/
    /*>>>>>>> c5266e160f963e2c15b684aadbff6d253b4bf641*/
    background-position-y: center;
    margin: 0;
    padding: 6em 0;
}

.hero header {
    background: rgba(242, 247, 247, 1);
    -webkit-box-shadow: 0px 0px 36px 40px rgba(242, 247, 247, 1);
    box-shadow: 0px 0px 36px 40px rgba(242, 247, 247, 1);
    font-size: 1em;
}

    .hero header a {
        font-weight: 600;
    }

    .hero header p img {
        height: 1.8em;
        margin-top: -0.5em;
    }

.homepage.layout-1 .hero .btndeets {
    /*    z-index: -1;*/
    -webkit-box-shadow: 0px 0px 36px 40px rgba(242, 247, 247, 1);
    box-shadow: 0px 0px 36px 40px rgba(242, 247, 247, 1);
    /*background: #f2f7f7;*/
}

.homepage.layout-1 .hero .btnblock .fa-eye {
    font-size: 1.2em;
}

.homepage.layout-1 .hero .btnblock {
    margin-top: 2rem;
    font-size: 1.3em;
}

@media (min-width: 992px) {
    .homepage.layout-1 .hero .btnblock {
        /*        margin-top: 25rem;*/
    }
}

@media (min-width: 1200px) {
    .homepage.layout-1 .hero .btnblock {
        /*        margin-top: 21rem;*/
    }

    .nih-group.rti-logogrp p {
        margin-right: 70px;
    }
}

#logointext {
    display: inline-block;
    background-image: url(/images/mapMECFS_logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 3px;
}

    #logointext span {
        visibility: hidden;
    }

.asteriskanchor {
    color: #b34138;
}

/*end connections bg  version*/

[role="main"],
.main {
    background: none;
}

.wrapper {
    background: none;
}

.row.wrapper {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.box {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.homepage .module-search {
    color: inherit;
}

    .homepage .module-search .module-content {
        background: none;
        color: inherit;
    }

    .homepage .module-search .tags {
        background: none;
    }

.panel-default {
    border: none;
}

.account-masthead {
    background: none;
    border-bottom: 1px solid #d7e4e7;
}

    .account-masthead .account ul li {
        border-left: 1px dotted #d7e4e7;
    }

.site-footer {
    background: none;
    color: inherit;
    border-top: 4px double #d7e4e7;
}

    .site-footer a {
        color: inherit;
    }

    .site-footer .logogrp {
        margin-top: 1em;
        margin-bottom: 2em;
    }

.toolbar .breadcrumb a {
    color: #505050;
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 0.04em;
}

/*search and results*/

.btn-primary {
    color: #fff;
    background-color: #206b82;
    border-color: #1b5a6e;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.85em;
    -webkit-transition: 500ms all;
    transition: 500ms all;
    font-weight: bold;
}

.search-form .search-input-group {
    width: 70%;
    position: relative;
}

.search-input-group .input-group-btn button {
    position: absolute;
    right: 0.7em;
    top: 0.45em;
    padding: 0;
    background: none;
    border: none;
}

.search-input-group .input-group-btn .fa {
    font-size: 1.5em;
}

.form-control {
    border-color: #d7e4e7;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-radius: 0;
}

.input-group-addon {
    background-color: #dfe9ec;
    border: 1px solid #d7e4e7;
}

.homepage .module-search .search-giant input {
    border-color: #d7e4e7;
    border-radius: 0;
}

.search-form {
    border-bottom: 4px double #d7e4e7;
    padding-bottom: 0;
}

.input-group.search-input-group .fa {
    color: #7298a4;
    opacity: 0.5;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f2f7f7;
    opacity: 1;
}

.search-form .control-order-by .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    background: none;
    border: none;
    text-align: right;
    font-weight: 600;
    min-width: auto;
}

.search-form .control-order-by label,
.search-form .control-order-by select {
    font-weight: normal;
}

.form-select.form-group.control-order-by {
    margin-bottom: 0;
}

.search-form .control-order-by .form-control:after {
    content: "\f0d8";
}

#filtering-label {
    position: relative;
    height: 1em;
    display: inline-block;
    line-height: 1em;
}

.search-form #filtering-label:before {
    content: "\f0b0";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    left: -1.1em;
    background-image: none;
    top: 2px;
    font-size: 0.9em;
    color: #dfaf02;
    position: absolute;
}

.dataset-heading a {
    color: inherit;
    letter-spacing: 0.03em;
    font-size: 1.1em;
}

.dataset-heading .label {
    color: #7298a4;
    background: none;
    font-weight: normal;
    text-transform: none;
}

.dataset-private.label.label-inverse {
    color: #7298a4;
    background: none;
    font-weight: normal;
    text-transform: none;
}

    .dataset-private.label.label-inverse i,
    .dataset-heading .label i {
        font-size: 18px;
        /*	nesting is different , so abs pixels not em*/
    }

.dataset-resources .label {
    font-size: 90%;
}

.dataset-resources li a {
    background-color: #e6eff3;
    color: inherit;
    padding: 2px 5px 3px 5px;
    margin-right: 5px;
    font-weight: 600;
    border: 1px solid #d7e4e8;
    letter-spacing: 0.03em;
    border-radius: 100px;
    -webkit-transition: 500ms all;
    transition: 500ms all;
}

    .dataset-resources li a.active {
        background-color: #206b82;
        border-color: #1b5a6e;
        color: #fff;
    }

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #206b82;
    border-color: #1b5a6e;
}

/*dataset search area*/

#dataset-search-form .cf {
    margin-top: 2.5em;
}

/*put inline with sort order selector*/

form#organization-search-form h3 {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 34px;
}

form#group-search-form h3 {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 34px;
}

form#dataset-search-form h3 {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 34px;
}

form#organization-datasets-search-form h3 {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 34px;
}

#organization-search-form .cf {
    margin-top: 3.5em;
}

#organization-datasets-search-form .cf {
    margin-top: 3.5em;
}

#organization-search-form .input-group.search-input-group {
    margin-bottom: 1em;
}

#organization-datasets-search-form .input-group.search-input-group {
    margin-bottom: 1em;
}

.search-form .filter-list {
    margin-top: 0;
    margin-bottom: 0.7em;
}

.search-form h2:first-of-type {
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

#dataset-search-form .search-form h3 {
    margin-bottom: 0;
    font-size: 1em;
    float: left;
    margin-top: 0.5em;
}

.search-form h2:first-of-type {
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.pill {
    background-color: #e6eff3;
    color: inherit;
    padding: 2px 5px 1px 5px;
    margin-right: 5px;
    font-weight: 600;
    border: 1px solid #d7e4e8;
    letter-spacing: 0.03em;
    border-radius: 100px;
}

.label[data-format="html"],
.label[data-format*="html"],
.label[data-format="json"],
.label[data-format*="json"],
.label[data-format="xml"],
.label[data-format*="xml"],
.label[data-format="text"],
.label[data-format*="text"],
.label[data-format="csv"],
.label[data-format*="csv"],
.label[data-format="xls"],
.label[data-format*="xls"],
.label[data-format="zip"],
.label[data-format*="zip"],
.label[data-format="api"],
.label[data-format*="api"],
.label[data-format="pdf"],
.label[data-format*="pdf"],
.label[data-format="rdf"],
.label[data-format*="rdf"],
.label[data-format*="nquad"],
.label[data-format*="ntriples"],
.label[data-format*="turtle"] {
    background-color: #e6eff3;
}

.dataset-private {
    opacity: 0.8;
}

    .dataset-private.label.label-inverse span,
    .dataset-heading .label span {
        opacity: 0;
        -webkit-transition: 500ms all;
        transition: 500ms all;
    }

    .dataset-private.label.label-inverse:hover span,
    .dataset-heading .label:hover span {
        opacity: 1;
    }

.filtered.pill:hover {
    -webkit-transition: 500ms all;
    transition: 500ms all;
}

.filtered.pill:hover {
    background: #206b82;
    border-color: #1b5a6e;
    color: #fff;
}

.pill:hover a.remove {
    color: #fff;
}

/*also for private indication on individual resource page*/

.pill a {
    color: #1d5e72;
}

.search-form .filter-list .pill {
    line-height: 1.2em;
}

.filter-list .facet {
    opacity: 0.7;
}

/* Create dataset page -  /dataset/new  */

#packageBasicFieldsTags > div {
    margin-bottom: 0;
}

#suggestedTags {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
}

#suggestionLabel,
#tagLabel {
    font-size: 12px;
    font-weight: normal;
}

/* Hack to show the url input. Without this it appears hidden */

.show-url-input {
    display: inherit !important;
}

/*here since this element should be or match #suggestionLabel*/

.info-block.info-block-small {
    color: inherit;
    font-size: 12px;
    font-weight: normal;
    padding-top: 0;
}

#request-public-div {
    margin-top: 10px;
}

#request-public-btn {
    font-size: 0.6em !important;
    letter-spacing: 0.07em !important;
}

.dataset-visibility {
    color: #7298a4;
    background: none;
    font-weight: normal;
    text-transform: none;
    font-size: 12px;
}

#request-public-btn.request-public-check::before {
    font-family: fontAwesome;
    content: "\f00c\00a0";
}

/*dataset page*/

header.module-content.page-header {
    background: none;
}

.module .nav-tabs > li > a {
    letter-spacing: 0.045em;
    padding-bottom: 0.3em;
}

.page-header .nav-tabs li.active a,
.page-header .nav-tabs a:hover {
    background-color: #e4eeee;
    text-shadow: 0px 0px 0.25px #5b5b5b;
    color: #206b82;
}

.page-header .content_action {
    margin-top: 10px;
}

.resource-item .format-label {
}

.resource-item .heading {
    color: inherit;
    font-size: 1.15em;
}

.resource-item:hover {
    background-color: #e4eeee;
}

.resource-list {
    margin: 0;
}

.resource-item {
    padding: 16px 10px 4px 0px;
    border-bottom: 1px dotted #d7e4e7;
}

    .resource-item .description {
        padding-top: 0.6em;
        font-size: 0.94em;
    }

    .resource-item .filesz {
        padding-top: 0.6em;
        display: inline-block;
        font-size: 0.9em;
    }

ul.explore-glyphicons li {
    float: left;
    clear: both;
    padding-bottom: 0.3em;
    text-align: left;
}

    a.wrench,
    ul.explore-glyphicons li a {
        font-size: 0.85em;
        margin-left: 0.5em;
    }

        ul.explore-glyphicons li a i {
            width: 1.1em;
        }

        a.wrench:hover,
        ul.explore-glyphicons li a:hover {
            text-decoration: none;
            color: #0f323c;
        }

        a.wrench i,
        ul.explore-glyphicons li a i {
            font-size: 1.4em;
            width: 1.1em;
        }

#addfile {
    float: right;
    padding-top: 0.6em;
}

.secondary a.wrench {
    margin-left: 1.2em;
    float: right;
    padding-right: 15px;
}

.content_action.addresource a {
    width: 150px;
    float: right;
}

/*this could be done better via the template*/

.resource-item .format-label {
    display: inline;
    position: relative;
    background: none;
    height: auto;
    top: 1px;
    opacity: 0.6;
    font-size: 0.85em;
    line-height: inherit;
}

.resource-item .btn-group {
    /* this is bottom padding of container */
    top: 33%;
    position: relative;
}

/*need to check for conflicts elsewhere*/

.module h1 {
    margin-bottom: 0;
}

/*check for conflicts other pages*/

h4 {
    border-bottom: 4px double #d7e4e7;
    color: #206b82ba;
    letter-spacing: 0.05em;
    font-size: 1.35em;
    /* MARGIN-LEFT: -1.4EM; */
}

/*hack since hard to change to h4*/

.additional-info h3 {
    border-bottom: 4px double #d7e4e7;
    color: #206b82ba;
    letter-spacing: 0.05em;
    font-size: 1.35em;
}

/*additional resources table (at least)*/

thead th {
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.03em;
    font-size: 0.9em;
    border-bottom: 3px solid #d7e4e7 !important;
}

th.dataset-label {
    font-weight: normal;
}

td.dataset-details {
    font-weight: bold;
}

section.additional-info,
section.tags,
section.summary-statistics {
    margin-top: 3em;
}

.select2-container .select2-choice {
    border: 1px solid #d7e4e7;
    background-image: none;
}

/*
.table-striped > tbody > tr:nth-of-type(odd) {
    background: none;
}

.table-striped tbody tr:nth-child(even) td, .table-striped tbody tr:nth-child(even) th {
     background: none;
}
*/

.table-bordered {
    border: 1px solid #d7e4e7;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: none;
    border-bottom: 1px dotted #d7e4e7;
}

.tag-list.well {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
}

/*drop menu* (at least the groups tab on dataset pg */

/*individual resource page specific*/

.module-resource {
    background: #f2f7f7;
}

.nav-tabs li.active a,
.page-header .nav-tabs a:hover {
    background-color: #e4eeee;
    text-shadow: 0px 0px 0.25px #5b5b5b;
    color: #206b82;
}

.page-header {
    border-bottom: 1px solid #d7e4e7;
}

/*individual resource page specific*/

.select2-results .select2-highlighted {
    background: #e4eeee;
    color: #414e5a;
}

.select2-drop-active {
    border: 1px solid #d7e4e7;
}

.media-grid {
    background: none;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #d7e4e7;
    border-radius: 0;
}

.select2-dropdown-open .select2-choice {
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #f2f7f7 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=' #f2f7f7', endColorstr='#ffffff', GradientType=0);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, #f2f7f7));
    background-image: linear-gradient(to top, #fff 0%, #f2f7f7 50%);
}

.select2-container .select2-choice .select2-arrow {
    border-left: 1px solid #8dacb5;
    border-radius: 0;
    background: #8dacb55c;
}

/*more gloabl- check for unintended usees*/

.btn-default {
    color: #206b82;
    background: none;
    border: none;
    -webkit-transition: 400ms all;
    transition: 400ms all;
    font-weight: normal;
}

    .btn-default i {
        font-weight: 800;
    }

    .btn-default:hover {
        color: #0f323c;
        background: none;
        border: none;
    }

.btn-success {
    color: #fff;
    background-color: #206b82;
    border-color: #1b5a6e;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.85em;
    -webkit-transition: 400ms all;
    transition: 400ms all;
}

    .btn-success:hover {
        color: #fff;
        background-color: #164959;
        border-color: #0f323c;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background: none;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #e4eeee;
}

.table-striped tbody tr:nth-child(even) td,
.table-striped tbody tr:nth-child(even) th {
    background: none;
}

.page-header {
    background-color: #f6f6f6;
}

.nav-tabs {
    border-bottom: 1px solid #d7e4e7;
}

    .nav-tabs > li.active > a {
        border: 1px solid #d7e4e7;
        border-bottom-color: transparent;
    }

        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            background-color: #ddeaea;
            color: #206b82;
        }

.recline-pager .pagination > li:first-child > a,
.recline-pager .pagination .page-range,
.recline-pager .pagination > li:last-child > a {
    border: none;
}

.recline-pager .pagination > li:first-child > a,
.recline-pager .pagination > li:last-child > a {
    font-weight: bold;
    font-size: 2em;
    margin-top: -0.5em;
    margin-right: 0;
    padding: 0;
    color: #206b82;
    -webkit-transition: 400ms all;
    transition: 400ms all;
}

    .recline-pager .pagination > li:first-child > a:hover,
    .recline-pager .pagination > li:last-child > a:hover {
        color: #0f323c;
        background: none;
    }

.recline-pager .pagination input {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

p#data-view-error {
    max-width: 45em;
    border: 1px solid #d7e4e7;
    padding: 1.3em;
}

p.helper-text {
    margin-top: 10px;
}

/*add datasets*/

.stages {
    color: #206b82;
}

    .stages li {
        /*	background-color: #206b8233;*/
        background-color: #cddde1;
        letter-spacing: 0.03em;
    }

    .stages li {
        width: 20% !important;
    }

        .stages li:before {
            color: #fff;
            background-color: #206b82;
        }

        .stages li.complete:before {
            color: #206b82;
            background: #fff;
        }

        .stages li.uncomplete:after {
            border-top-color: #cddde1;
            border-bottom-color: #cddde1;
        }

        .stages li.complete .highlight {
            background: #cddde1;
            color: #206b82;
        }

        .stages li.complete:after {
            border-color: rgba(197, 226, 196, 0);
            border-top-color: #cddde1;
            border-bottom-color: #cddde1;
        }

        .stages li.active .highlight {
            background: #206b82;
        }

        .stages li.active:before {
            color: #206b82;
        }

        .stages li.active:after {
            border-color: rgba(140, 198, 138, 0);
            border-top-color: #206b82;
            border-bottom-color: #206b82;
        }

    .stages .highlightlabel {
        width: 70%;
        position: relative;
        white-space: pre-wrap;
        line-height: 1.3em !important;
        padding-left: .5em;
        display: block;
        font-weight: 600;
    }

@media (max-width: 991px) {
    .stages li a {
        text-indent: -9999px;
    }
}

/*input fields*/

.control-large input {
    border-radius: 0;
}

.editor textarea {
    border-radius: 0;
    border-bottom: none;
}

.editor .editor-info-block {
    background: rgb(223, 233, 236);
    border-radius: 0;
}

.select2-container-multi .select2-choices {
    border-radius: 0px;
}

.select2-container-multi .select2-choices {
    border: 1px solid #d7e4e7;
}

.select2-container-multi.select2-container .select2-choices {
    border: 1px solid #d7e4e7;
}

.form-control {
    border-color: #d7e4e7;
    border-radius: 0;
}

select.form-control {
    /*    eliminate to keep to rules to one row. check for problems elsewhere that this may have been written for*/
    /*    min-width: 200px;*/
}

.tag {
    background-color: #e6eff3;
    color: inherit;
    padding: 2px 5px 3px 5px;
    margin-right: 5px;
    font-weight: 600;
    border: 1px solid #d7e4e8;
    letter-spacing: 0.03em;
    border-radius: 100px;
    -webkit-transition: 500ms all;
    -webkit-box-shadow: none;
    transition: 500ms all;
}

.controls .select2-container-multi .select2-choices .select2-search-choice {
    background-color: #e6eff3;
    color: inherit;
    padding: 2px 5px 3px 5px;
    margin-right: 5px;
    font-weight: 600;
    border: 1px solid #d7e4e8;
    letter-spacing: 0.03em;
    border-radius: 100px;
    -webkit-transition: 500ms all;
    -webkit-box-shadow: none;
    transition: 500ms all;
    background-image: none;
}

    .controls .select2-container-multi .select2-choices .select2-search-choice div {
        padding-left: 1em;
    }

.select2-search-choice-close,
.select2-container-multi .select2-search-choice-close {
    top: 3px;
}

.form-actions {
    overflow: inherit;
}

.control-required {
    color: #b34138;
    font-weight: 800;
}

.error-block {
    background: #b34138;
}

.alert-error {
    background: none;
    border: none;
    color: #a94442;
    font-size: 1.2em;
    padding: 0;
}

    .alert-error li {
        font-weight: 600;
    }

.btn-danger {
    background: none;
    border: none;
    color: #414e5a;
}

/*dont show delete button when theres no selection yet*/
.rule-container.has-error .btn-danger {
    display: none;
}
/*dont show boolean buttons when theres no selection yet*/
.rules-group-header .btn-primary.disabled {
    display: none;
}
/*dont show connector lines to booleans when only one item*/
.rule-container:nth-of-type(1).rule-container:last-of-type:before {
    display: none;
}

.btn-danger .glyphicon {
    background: #b34138;
    color: #fff;
    border-radius: 50%;
    padding: 0.2rem;
}

.image-upload i.fa {
    font-size: 2em;
    padding-right: 4px;
}

.cohorttoprow .form-group {
    margin-bottom: 0;
}

/*overall orgs page*/

.media-item {
}

.media-grid {
    border-top: 1px solid #d7e4e7;
    border-bottom: 1px solid #d7e4e7;
}

.media-view {
    border: 1px solid #d7e4e7;
}

    .media-view:hover,
    .media-view.hovered {
        border-color: #abbbbf;
        -webkit-box-shadow: 1px 1px 8px 4px rgba(0, 81, 105, 0.12);
        box-shadow: 1px 1px 8px 4px rgba(0, 81, 105, 0.12);
    }

/*for fixed height containers for orgs media items*/

.media-item .imgholder {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 1em;
    height: 120px;
}

.media-item .media-heading {
    height: 5em;
}

.media-item p {
    margin-top: 1em;
    height: 5em;
}

/*create new  orgs page*/

.slug-preview .btn-default.btn-xs {
    top: 0;
}

/*indiv org page*/

#organization_sidebar.context-info p {
    margin-top: 1em;
}

    #organization_sidebar.context-info p a {
        padding-top: 0.5em;
        display: inline-block;
        text-align: right;
        float: right;
    }

/*homepg*/

header p b {
    font-size: 1.1em;
}

header p {
    line-height: 1.7em;
    padding-top: 1em;
}

header {
    line-height: 1.7em;
    font-size: smaller;
}

.hero .search-form {
    border-bottom: none;
    margin-top: 9em;
    -webkit-box-shadow: 25px 89px 80px 22px rgba(215, 228, 241, 1);
    box-shadow: 14px 9px 95px 22px rgb(204, 214, 218);
}

.hero {
    margin-top: 3em;
    margin-bottom: 4em;
}

@media (min-width: 992px) {
    .hero .btn-primary {
        margin-top: 12em;
    }
}

.page-heading-about {
    /* Need to add !important because h3 gets global margin set in fixes.css */
    border-bottom: 4px double #d7e4e7;
    margin-bottom: 1em !important;
    margin-top: 1em !important;
}

.aboutwhole p,
.aboutwhole ol,
.aboutwhole ul {
    max-width: 700px;
}

.aboutwhole table {
    margin-top: 3em;
    margin-bottom: 3em;
}

.aboutwhole li {
    padding-bottom: 1em;
}

.aboutwhole table ul {
    padding-left: 20px;
}

.aboutwhole table li {
    line-height: 1.25em;
    padding-bottom: .45em;
}

    .aboutwhole table li:last-of-type {
        padding-bottom: 0;
    }

/*
header { background-image:url('/images/featured.jpg')
}
*/

/*overall clearfix */

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
    zoom: 1;
}

.stages {
    font-size: 12px !important;
}

    .stages li .highlight {
        white-space: nowrap;
    }

#titleexampletext {
    margin-top: -30px;
    display: block;
    margin-bottom: 30px;
}

.about-row li {
    list-style-type: none;
}

/*bubble chart styles*/
#vizholder {
    position: relative;
}

    #vizholder h3 {
        padding-top: 2rem;
    }

#bubble_viz {
    position: relative;
}

.bublabel {
    fill: #16495a;
    font-weight: 700;
    font-size: 1.8em;
    /*
    stroke: #f2f7f7;
    stroke-width: .4;
*/
}

.tooltip {
    background: #fff;
    padding: .5em 1.3em;
    border: 1px solid #bbcdd3;
    color: #16495a;
    font-size: .95em;
    font-weight: 600;
    pointer-events: none;
    border-radius: 50px;
    box-shadow: 9px 6px 12px -2px rgba(58,118,153,0.35);
    -webkit-box-shadow: 9px 6px 12px -2px rgba(58,118,153,0.35);
}

.tiplabel {
    font-weight: 400;
}

header p {
    line-height: 1.7em;
}

    header p:first-of-type {
        padding-top: 1em;
    }

#bubble_viz {
    padding: 3em .5em;
}

/*end bubble chart styles*/

.form-check-label::after, .list-label > label::after {
    content: "" !important;
}

.form-check-input {
    margin-right: 1em !important;
}

.study-participant-header:hover, .study-participant-header:visited, .study-participant-header:link, .study-participant-header:active {
    text-decoration: none !important;
}

.case-definition-explanation {
    color: inherit;
}

.comorbidity-other-label {
    padding-left: 2.18em;
}

.comorbidities-labels {
    padding-left: 2em;
    text-indent: -2em;
}

#select2-chosen-2 {
    font-weight: normal;
}