/* Footprints CSS
 * by Rachelle White
 * Zarina Mustapha
 * ctl.columbia.edu
 * 2015
 * Modified: 2022, Evan Petersen: gallery-view, 
 */

/* General Typography */

body, html {
    font-family: 'Asap', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Asap', Arial, Helvetica;
}

a {
    color: #2e5367;
    text-decoration: none;
}

a:hover {
    color: #202836;
}

p.info {
    color: #737373;
}

/* Structure */

body, html {
    height: 100%;
}

body {
    background-color: #edeae6;
}

#wrap {
    position: relative;
    margin-bottom: -45px;
}

#outer-container {
    background-color: #fafafa;
}

.content {
    min-height: 100%;
    margin: 1em 0 1em 0;
}

blockquote {
    border-left: 0;
}

.blockquote-list {
    font-size: 15.5px;
    font-weight: 300;
    line-height: 1.75;
}

.login-local-form input {
    width: 300px;
    margin: 0 auto;
}

/* All pages */

.header-brand {
    background-image: url("../img/fp_header_bg.jpg");
    background-repeat: repeat;
    height: 140px;
    padding: 0;
    margin: 0 -15px;
    display: block;
    padding-top: 15px;
}

a.brand-logo {
  display: block;
  width: 220px;
  height: 55px;
  padding: 0 0 0 0;
  margin: 0 auto;
}

.user-tools {
    margin: 20px auto 0 auto;
    font-size: 14px;
    width: 150px;
}
.user-tools li {
    padding: 0;
    background-color: transparent;
    margin-left: 4px;
    margin-right: 4px;
    float: left;
}
.user-tools.navbar-nav>li>a {
    padding: 8px;
    color: #d3c1a2;
    text-decoration: none;
    line-height: 25px;
}
.user-tools.navbar-nav>li>a:hover {
    color: #edebe6;
    text-decoration: underline;
    background-color: transparent;
}
.user-tools.navbar-nav>li>a:focus {
    color: #ffffcc;
    text-decoration: underline;
    background-color: transparent;
}
.user-tools .glyphicon {
    display: inline-block;
    border: 2px solid #d3c1a2;
    border-radius: 50%;
    padding: 3px;
    font-size: 12px;
}

.navbar-fp-top {
    border-radius: 0;
    border: 0;
    margin: 0 -15px;
    background-color: #97421b;
    min-height: 30px;
}

.navbar-fp-top #navbar {
    border: 0;
}

.page-header {
    border: none;
    padding-bottom: 0;
    margin: 20px 0 0 0;
}

.page-header h1 {
    color: #202836;
    padding: 0 10px;
}

.navbar-fp-top .navbar-nav {
    text-align: center;
    margin: 0 auto;
    float: none;
}

.navbar-fp-top .navbar-nav > li {
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    float: none;
}

.navbar-fp-top .navbar-nav > li > a {
    color: #d3c1a2;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .95em;
    letter-spacing: 1px;
    outline: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-fp-top .navbar-nav > li > a:hover {
    color: #edebe6 !important;
}

.navbar-fp-top .navbar-nav > li > a:active,
.navbar-fp-top .navbar-nav > li > a:focus {
    color: #ffffcc !important;
}

.navbar-fp-top .navbar-nav > li.dropdown.open a {
    background-color: #ac532a;
    color: #ffffcc;
}

.navbar-fp-top .navbar-nav > li.open > .dropdown-menu,
.navbar-fp-top .navbar-nav > li.open > .dropdown-menu a {
    background-color: #fff;
    color: #333;
}

.navbar-fp-top .navbar-nav > li.open > .dropdown-menu a:hover {
    text-decoration: underline;
}

.navbar-fp-top .navbar-toggle {
    border: 0;
    float: none;
    padding: 5px 15px;
    display: block;
    margin: 0 auto;
    color: #d3c1a2;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .95em;
    letter-spacing: 1px;
    outline: none;
}

.navbar-fp-top .navbar-toggle:hover,
.navbar-fp-top .navbar-toggle:focus {
    background: transparent;
}

/* Header FRONT PAGE ONLY */

.header-brand.front {
    padding-top: 25px;
    height: 155px;
}

.front a.brand-logo {
  display: block;
  width: 220px;
  height: 65px;
  padding: 0 0 0 0;
  margin: 0 auto 0 auto;
}

/* About side nav */

ul.about-nav {
  float: none;
  margin: 1em 0 2em -40px;
  width: auto;
  list-style: none;
  position: static;
  border-bottom: 1px dotted #ccc;
}

ul.about-nav li {
    padding: 6px 0 8px 0;
}

.flatpage_contain .about-content {
    background-image: url("../img/fp_section_bg.png");
    background-repeat: repeat;
    padding: 10px 20px;
    margin: 0 0 10px 0;
    float: none;
}

.flatpage_contain .about-content div {
    border-bottom: dotted 1px #ccc;
    padding: 1em 0 2em 0;
}

.flatpage_contain .about-content div:last-child {
    border-bottom: none;
}


/* Footer */

.container.foot,
.container-fluid.foot {
    background-color: #171717;
}

.clearfooter {
    height: 50px;
    clear: both;
}

.footer {
    background-color: #171717;
    position: relative;
    margin: 1em 0 0 0;
    bottom: 0;
    font-size: .95em;
}

.footer .footer-navigation {
  margin: 30px 0;
  padding: 0;
  color: #999;
  text-align: center;
  list-style: none;
}

.footer .footer-navigation li {
    display: inline-block;
    padding: 0 10px;
}

.footer .footer-navigation li a {
    color: #d3c1a2;
    text-decoration: none;
}

.footer .footer-navigation li a:hover {
    color: #ccc;
    text-decoration: none;
}

.footer .footer-branding {
  padding: 20px 0;
  color: #999;
  text-align: center;
}

.footer .footer-branding a {
    color: #d3c1a2;
}

.footer .footer-branding a:hover {
    color: #edebe6;
    text-decoration: none;
}

.footer p {
    display: block;
}

p.description1 {
    width: auto;
    margin: auto;
}

.footer .logos-ir {
    display: block;
    width: auto;
    margin-top: 15px;
}

.footer .logos-ir img {
    height: 25px;
}

.footer .logos-group1 {
    width: 501px;
    margin: auto;
}

.footer .description2 {
    padding-top: 20px;
}

ul.footer-logos {
    margin: 10px auto 10px auto;
    padding: 0;
    height: 30px;
}

ul.footer-logos li {
	list-style-type: none;
	display: inline;
	clear: none;
	float: left;
	margin: 0 10px 0 10px;
	}

.footer-logos img {
  height: 25px;
}

.footer-line3 img {
    height: 25px;
}

.footer-line1 {
    display: block;
}

.footer-line2 {
    display: block;
}

.footer-line3 {
    width: 216px;
    display: block;
}



/* Homepage */

/* Block outercontainer */

/* Block outercontainer Mobile */

.container.home {
    background-image: url("../img/fp_home_feat_bg.jpg");
    background-repeat: no-repeat;
    background-size: 190%;
    background-position-x: 50%;
}

.home-intro {
    display: block;
    background-image: url("../img/fp_home_intro_bg.png");
    padding: 1em 1em 1px 1em;
    margin-bottom: 1.5em;
}

.home-intro-one {
    font-family: Arvo;
    font-weight: 400;
    font-size: 2em;
    color: #202836;
    line-height: 1.2em;
    text-align: center;
}
.emph {
    color: #97421b;
}
.home-intro-two {
    font-family: Asap;
    font-weight: 400;
    color: #202836;
    font-size: 1em;
    line-height: 1.5em;
    margin: 1em 0;
}
.home-search {
    background-color: #edebe6;
    min-height: 200px;
    padding: 1em 2em;
}
.home-search-one {
    font-family: Arvo;
    font-size: 2em;
    color: #97421b;
    text-align: center;
}
.home-search-two ul li {
    list-style-image: url("../img/fp_home_listitem.png");
    margin: 15px 0px -10px -6px;
}
.home-search-two .home-search-text {
    font-family: Asap;
    font-size: 1.1em;
    width: 60%;
    background-color: #e5d9ca;
    border-radius: 4px;
    border: solid 1px #fff;
    padding: 5px;
    margin: 1em 0 -5px 0;
}
.home-search-two .home-search-submit {
    background-color: #2e5367;
    color: #fff;
    border-radius: 4px;
    border: none;
    padding: 5px 10px;
    margin: 1em .5em;
    font-family: Asap;
}
.home-search-two .home-search-submit:hover {
    background-color: #222a38;
}
.home-visual {
    display: none;
}
.home-visual-desc {
    display: none;
}

.visual-mobile {
    width: 100%;
    display: block;
    float: left;
    background-image: url("../img/fp_home_ex_visual.jpg");
    background-size: 100%;
    padding: 0;
}
.mobile-desc {
    background-color: #222a38;
    font-size: 1.15em;
    font-family: Arvo;
    color: #fff;
    padding: 10px 20px;
}
.visual-mobile ul {
    margin: 0 0 0 -39px;
}
.visual-mobile ul li {
    width: 100%;
    margin: 0;
    list-style-type: none;
    float: left;
    clear: both;
    padding: 10px 30px;
    background-image: url("../img/fp_mobile_map_bg.png");
    border-bottom: solid 1px #fff;
    font-family: Arvo;
    font-size: 1.5em;
    color: #fff;
}
.visual-mobile ul li:hover {
    background-image: none;
    background-color: #662d12;
}

.base-links .col-md-4 {
  padding: 20px 0;
  display: inline;
  clear: none;
  float: left;
  width: 33%;
  height: 100px;
}

.col-md-4.base-1 {
    background-image: url("../img/fp_base_link_1.png");
    text-align: center;
}
.col-md-4.base-2 {
    background-image: url("../img/fp_base_link_2.png");
    text-align: center;
}
.col-md-4.base-3 {
    background-image: url("../img/fp_base_link_3.png");
    text-align: center;
}
.link-lg {
  background: #fff;
  opacity: .8;
  height: 64px;
  margin: 2px 0 0 0;
  vertical-align: middle;
  padding: 10px 0px;
}
.link-lg a {
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 700;
}

/* Trailer */

.home-trailer {
    /*display: block;
    width: calc(100%+30px);*/
    margin: 0 -15px 2em -15px;
    background-color: rgba(239, 229, 212, 0.85);
    border: none;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.home-trailer-container {
    background-color: grey;
    display: block;
    padding: 0;
}
.home-trailer-text {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    padding: 16px;
    padding-bottom: 2px;
}
.home-trailer-text p {
    /*font-size: 1.15em;
    line-height: 1.85em;
    font-family: Arvo;*/
    font-family: Asap;
    font-weight: 400;
    color: #202836;
    font-size: 1em;
    line-height: 1.5em;
}


@media (min-width: 550px) {
    .footer .logos-ir {
        display: inline;
        width: auto;
        margin: 0 10px;
    }
    .footer .logos-ir img {
        height: 30px;
    }
    .footer-line3 img {
        height: 35px;
    }
    .footer-line1 {
        margin: 10px auto 10px auto;
        padding: 0;
        width: 505px;
        display: block;
    }
    
    .footer-line2 {
        margin: 10px auto 10px auto;
        padding: 0;
        width: 424px;
        display: block;
    }
    
    .footer-line3 {
        margin: 10px auto 10px auto;
        padding: 0;
        width: 286px;
        display: block;
    }
}

/* Block outercontainer Tablet */
@media (min-width: 768px) {

    .container.home {
        background-image: url("../img/fp_home_feat_bg.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position-x: 0;
    }

    .home-intro {
        display: block;
        background-image: url("../img/fp_home_intro_bg.png");
        padding: 1em 1em 1px 1em;
        margin-bottom: 1.5em;
    }
    .home-intro-one {
        font-family: Arvo;
        font-weight: 400;
        font-size: 2.75em;
        color: #202836;
        line-height: 1.2em;
        text-align: left;
    }
    .home-intro-two {
        font-family: Arvo;
        font-weight: 400;
        color: #202836;
        font-size: 1.15em;
        line-height: 1.85em;
        margin: 1em 0;
    }
    .home-search {
        background-color: #edebe6;
        min-height: 200px;
        padding: 1em;
    }
    .home-search-one {
        font-family: Arvo;
        font-size: 2em;
        color: #97421b;
        text-align: left;
    }
    .home-search-two {
        font-family: Arvo;
        font-size: 1.1em;
        line-height: 1.75em;
    }
    .home-search-two ul li {
        list-style-image: url("../img/fp_home_listitem.png");
        margin: 15px 0px -10px -6px;
    }
    .home-search-two .home-search-text {
        font-family: Asap;
        font-size: 1.1em;
        width: 80%;
        background-color: #e5d9ca;
        border-radius: 4px;
        border: solid 1px #fff;
        padding: 5px;
        margin: 1em 0;
    }
    .home-search-two .home-search-submit {
        background-color: #2e5367;
        color: #fff;
        border-radius: 4px;
        border: none;
        padding: 5px 10px;
        margin: 1em .5em;
        font-family: Asap;
    }
    .home-search-two .home-search-submit:hover {
        background-color: #222a38;
    }
    .home-trailer-text p {
        font-size: 1.15em;
        line-height: 1.85em;
        font-family: Arvo;
    }
    .home-visual {
        display: none;
    }
    .visual-mobile {
        width: 100%;
        display: block;
        float: left;
        background-image: url("../img/fp_home_ex_visual.jpg");
        background-size: 100%;
        padding: 0;
    }
    .mobile-desc {
        background-color: #222a38;
        font-size: 1.15em;
        font-family: Arvo;
        color: #fff;
        padding: 10px 20px;
    }
    .visual-mobile ul {
        margin: 0 0 0 -39px;
    }
    .visual-mobile ul li {
        width: 100%;
        margin: 0;
        list-style-type: none;
        float: left;
        clear: both;
        padding: 10px 30px;
        background-image: url("../img/fp_mobile_map_bg.png");
        border-bottom: solid 1px #fff;
        font-family: Arvo;
        font-size: 1.5em;
        color: #fff;
    }
    .visual-mobile ul li:hover {
        background-image: none;
        background-color: #662d12;
    }
    .link-lg {
      background: #fff;
      opacity: .8;
      height: 64px;
      margin: 2px 0 0 0;
      vertical-align: middle;
      padding: 20px 0px;
    }
    .header-brand {
        display: flex;
        flex-direction: row;
        padding: 0;
        height: 77px;
    }
    .header-brand.front {
        padding: 0;
        height: 125px;
    }
    a.brand-logo {
      display: block;
      width: 270px;
      height: 55px;
      padding: 0;
      margin: 15px 0 0 15px;
    }
	.front a.brand-logo {
        display: block;
        width: 270px;
        height: 80px;
        padding: 0;
        margin: 20px 0 0 50px;
	}
	.user-tools {
	    margin: 6px 12px 12px auto;
	    width: auto;
	}
	.user-tools li {
	    margin-right: 0;
	    margin-left: 8px;
	}
	.user-tools.navbar-nav>li>a {
	    padding: 8px;
	    color: #d3c1a2;
	    text-decoration: none;
	    line-height: 25px;
	}
	.user-tools.navbar-nav>li>a:hover {
	    color: #edebe6;
	    text-decoration: underline;
	    background-color: transparent;
	}
	.user-tools.navbar-nav>li>a:focus {
	    color: #ffffcc;
	    text-decoration: underline;
	    background-color: transparent;
	}
	.user-tools .glyphicon {
	    display: inline-block;
	    border: 2px solid #d3c1a2;
	    border-radius: 50%;
	    padding: 3px;
	    font-size: 12px;
	}
	.navbar-fp-top .navbar-toggle {
        display: none;
    }	
    .navbar-fp-top .navbar-nav > li {
        margin-left: 8px;
        margin-right: 8px;
        display: inline-block;
        float: none;
    }
	.container.header.front a.navbar-brand.cjh {
	display: block;
	float: right;
	width: 141px;
	height: inherit;
	margin: 1.8em 2em 0 0;
	}
		a.navbar-brand.cjh {
	  float: right;
	  width: 118px;
	}
	.footer .footer-branding {
  color: #999;
  text-align: center;
}

    .footer .footer-navigation li {
        padding: 0 20px;
    }
    ul.about-nav {
      float: left;
      margin: 1em 5em 2em -40px;
      width: 200px;
      list-style: none;
      position: fixed;
    border-bottom: none;
    }
    ul.about-nav li {
        padding: 6px 0 8px 0;
    }
    .flatpage_contain .about-content {
        margin: 0 0 10px 200px;
        float: left;
    }
}


/* Block outercontainer Narrow Desktop */
@media (min-width: 992px) {
    .navbar-fp-top .navbar-nav > li {
        margin-left: 15px;
        margin-right: 15px;
    }
    .home-trailer {
        width: 940px;
        margin: 3em auto 1em auto;
        border: 4px solid #fff;
    }
    .home-trailer-container {
        display: block;
        float: left;
        width: 560px;
        margin: 0;
        padding: 0;
    }
    .home-trailer-text {
        display: block;
        float: left;
        width: 372px;
        margin: 0;
        padding: 16px;
        padding-bottom: 2px;
    }
    .home-trailer-text p {
        font-size: 1.15em;
        line-height: 1.85em;
        font-family: Arvo;
    }
    .home-visual {
        display: block;
          margin: 3em auto 1em 0;
    }
    .home-visual img {
        max-width: 100%;
        display: block;
    }
    .home-visual img {
        max-width: 100%;
        display: initial;
        border: solid 4px #fff;
    }

    .map-loc-1 {
        position: absolute;
        top: 107px;
        display: block;
        background-image: url("../img/fp_map_loc_1.png");
        width: 152px;
        height: 28px;
        left: 122px;
    }

    .map-loc-2 {
        position: absolute;
        top: 26px;
        display: block;
        background-image: url("../img/fp_map_loc_2.png");
        width: 152px;
        height: 28px;
        left: 384px;
    }
    .map-loc-3 {
        position: absolute;
        top: 56px;
        display: block;
        background-image: url("../img/fp_map_loc_3.png");
        width: 115px;
        height: 28px;
        left: 668px;
    }
    .map-loc-1:focus {
        position: absolute;
        top: 107px;
        display: block;
        background-image: url("../img/fp_map_loc_1_over.png");
        width: 152px;
        height: 28px;
        left: 122px;
    }

    .map-loc-2:focus {
        position: absolute;
        top: 26px;
        display: block;
        background-image: url("../img/fp_map_loc_2_over.png");
        width: 152px;
        height: 28px;
        left: 384px;
    }
    .map-loc-3:focus {
        position: absolute;
        top: 56px;
        display: block;
        background-image: url("../img/fp_map_loc_3_over.png");
        width: 115px;
        height: 28px;
        left: 668px;
    }
    .home-visual-desc {
      display: initial;
      float: left;
      width: 100%;
      text-align: center;
      font-size: 1.25em;
      font-family: Arvo;
      margin: 0em auto 1em 0;
    }
    .visual-mobile {
        display: none;
    }
    p.description1 {
        width: 921px;
        margin: auto;
    }
    .footer .logos-group1 {
        width: 921px;
    }
    .footer .institutions-research {
        width: 929px;
        margin: auto;
    }
    .footer-line1 {
        float: left;
    }
    
    .footer-line2 {
        float: left;
    }
    
    .footer-line3 {
        display: block;
    }
}

/* Block outercontainer Desktop */
@media (min-width: 1200px) {
    .container.home {
        background-image: url("../img/fp_home_feat_bg.jpg");
        background-repeat: no-repeat;
        background-position-y: -100px;
        background-size: 100%;
    }

    .home-intro {
        display: block;
        background-image: url("../img/fp_home_intro_bg.png");
        margin: 3em 0 0 3em;
        padding: 2em;
    }
    .home-intro-one {
        font-family: Arvo;
        font-weight: 400;
        font-size: 2.25em;
        color: #202836;
        line-height: 1.3em;
        text-align: left;
    }
    .home-intro-two {
        font-family: Arvo;
        font-weight: 400;
        color: #202836;
        font-size: 1.15em;
        line-height: 1.85em;
        margin: 1em 4em 0 0;
    }
    .home-search {
        background-color: #edebe6;
        min-height: 200px;
        margin: 7.5em 0 0 -5em;
        padding: 1.5em 2em;
    }
    .home-search-one {
        font-family: Arvo;
        font-size: 2em;
        color: #97421b;
        text-align: left;
    }
    .home-search-two {
        font-family: Arvo;
        font-size: 1.1em;
        line-height: 1.75em;
    }
    .home-search-two ul li {
        list-style-image: url("../img/fp_home_listitem.png");
        margin: 15px 0px -10px -6px;
    }
.home-search-two .home-search-text {
  font-family: Asap;
  font-size: 1em;
  width: 70%;
  background-color: #e5d9ca;
  border-radius: 4px;
  border: solid 1px #fff;
  padding: 5px 10px;
  margin: 1em 0;
}
    .home-search-two .home-search-submit {
        background-color: #2e5367;
        color: #fff;
        border-radius: 4px;
        border: none;
        padding: 5px 10px;
        margin: 1em .5em;
        font-family: Asap;
    }
    .home-search-two .home-search-submit:hover {
        background-color: #222a38;
    }
    .home-trailer {
        width: 1044px;
        margin: 5em auto 1em auto;
    }
    .home-trailer-container {
        width: 664px;
    }
    .home-visual {
        width: 100%;
        display: block;
        text-align: center;
        margin: 5em auto .5em 0;
    }
    .home-visual img {
        max-width: 100%;
        display: initial;
        border: solid 4px #fff;
    }

    .map-loc-1 {
        position: absolute;
        top: 115px;
        display: block;
        background-image: url("../img/fp_map_loc_1.png");
        width: 152px;
        height: 28px;
        left: 200px;
        -webkit-transition: background-image .6s; /* Safari */
        transition: background-image .6s;
    }

    .map-loc-2 {
        position: absolute;
        top: 30px;
        display: block;
        background-image: url("../img/fp_map_loc_2.png");
        width: 152px;
        height: 28px;
        left: 490px;
        -webkit-transition: background-image .6s; /* Safari */
        transition: background-image .6s;
    }
    .map-loc-3 {
        position: absolute;
        top: 59px;
        display: block;
        background-image: url("../img/fp_map_loc_3.png");
        width: 115px;
        height: 28px;
        left: 785px;
        -webkit-transition: background-image .6s; /* Safari */
        transition: background-image .6s;
    }
    .map-loc-1:hover {
        position: absolute;
        top: 115px;
        display: block;
        background-image: url("../img/fp_map_loc_1_over.png");
        width: 152px;
        height: 28px;
        left: 200px;
    }

    .map-loc-2:hover {
        position: absolute;
        top: 30px;
        display: block;
        background-image: url("../img/fp_map_loc_2_over.png");
        width: 152px;
        height: 28px;
        left: 490px;
    }
    .map-loc-3:hover {
        position: absolute;
        top: 59px;
        display: block;
        background-image: url("../img/fp_map_loc_3_over.png");
        width: 115px;
        height: 28px;
        left: 785px;
    }
    .visual-mobile {
        display: none;
    }
    .base-links {
        margin: 2em 0;
        padding: 1em 0 0 0;
    }
    .base-links .col-md-4 {
      display: inline;
      clear: none;
      float: left;
      width: 33.3%;
      height: 150px;
      border: none;
    }
		.link-lg {
	  background: #fff;
	  opacity: .8;
	  height: 64px;
	  margin: 27px 0 0 0;
	  vertical-align: middle;
	  padding: 20px 0px;
	}
    p.description1 {
        width: 921px;
        margin: auto;
    }
    .footer .logos-group1 {
        width: 921px;
    }
    .footer .institutions-research {
        width: 929px;
        margin: auto;
    }
    .footer-line1 {
        float: left;
    }
    
    .footer-line2 {
        float: left;
    }
    
    .footer-line3 {
        display: block;
    }
}

/* Record Entry */
.btn-image-only {
    border: 0;
    background-color: transparent;
    margin-top: -6px;
}

/* Author autocomplete */
ul.selected-authors {
    list-style: none;
    padding: 5px 10px 5px 0;
}

ul.selected-authors li {
    padding: 5px 10px 5px 5px;
    color: #563d7c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.author-delete {
    cursor: pointer;
}

/* Form Overrides */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
}

.btn-primary, .btn-default {
    color: #fff;
    background-color: #2e5367;
    border-color: #2e5367;
}

.btn-white {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active,
.btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #406777;
    border-color: #406777;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-gray {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-gray:hover, .btn-gray:focus, .btn-gray:active {
    color: #fff;
    background-color: #2e5367;
    border-color: #2e5367;
} 

/* Create Footprint */

ul.wizard-tabs.has-error li.active a {
    background-color: #a94442;
}

.footprint-form .form-content {
    max-height: none;
}

.footprint-form .form-content h3 {
    margin-top: 10px;
    color: #836737;
}

.footprint-form .form-group .help-block {
    width: 75%;
}

.footprint-form .form-group .error-block {
    display: none;
    color: #a94442;
    margin: 10px;
}

.footprint-form .form-group.has-error .error-block {
    display: block;
    float: right;
}

.footprint-form .form-group.has-error .help-block {
    color: #737373;
}

.footprint-form input[name='footprint-medium-other'] {
    margin-top: 5px;
    width: 50%;
}

.fp-section,
.fp-qa {
    background-image: url("../img/fp_section_bg.png");
    background-repeat: repeat;
    padding: 10px 20px;
    margin: 0 0 10px 0;
}

.fp-qa h4 {
    color: #2e5367
}

.fp-qa span.qa {
    font-size: 18px;
    color: #836737;
}

.tab-content.well {
    border: none;
    background-image: url("../img/fp_section_bg.png");
    background-repeat: repeat;
    box-shadow: none;
}

/* Footprint Details */

.writtenwork .writtenwork-title,
.writtenwork .imprint-list,
.footprint-detail {
    border-radius: 4px;
    background-image: url("../img/fp_section_bg.png");
    background-repeat: repeat;
    box-shadow: none;
    margin: 0 0 10px 0;
}

img.footicon {
    height: 40px;
}

.footprint-detail {
    padding-right: 20px;
}

.footprint-detail > span.object-title {
    color: #202836;
}

.footprint-detail .footprint-photo-gallery {
    position: relative;
}

.footprint-detail .footprint-photo-gallery .carousel.slide {
    margin: 0 10px 25px 30px;
}

.footprint-detail .footprint-photo-gallery .prev-arrow {
    position: absolute;
    top: 40px;
    left: 10px;
}

.footprint-detail .footprint-photo-gallery .next-arrow {
    position: absolute;
    top: 40px;
    right: 10px;
}


/* Carousel */

.modal-carousel .modal-content {
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #edeae6;
    border: 0;
    border-radius: 0;
    color: #202836;
}

.modal-carousel .modal-header {
    padding-bottom: 0;
    border-bottom: 0;
}

.modal-carousel .modal-title {
    color: #202836;
    font-size: 26px;
}

.modal-carousel .modal-body {
    padding-top: 10px;
}

#carousel-fullsize img {
    height: auto;
    width: 100%;
    margin: 0 auto;
}


/* Object detail pages */

.object-detail {
    padding-top: 1em;
}

.footprint.object-detail {
    min-height: 700px;
}

.object-detail .breadcrumb {
    margin-bottom: 10px;
    background: transparent;
    color: #836737;
    font-weight: normal;
    font-size: 20px;
}

.object-detail .breadcrumb a {
    font-size: 14px;
}

.object-detail h1 {
    padding: 10px;
    color: #373e4d;
    vertical-align: middle;
    margin-top: 0;
}

.object-detail h1 .object-title {
    width: 93%;
    margin-left: 20px;
}

.object-detail h3 {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 16px;
}

.object-detail .highlight {
    background-color: lightyellow;
}

.object-detail dl dt small {
    font-weight: normal;
    font-style: italic;
}

.object-detail dl dt {
    padding-top: 5px;
    padding-bottom: 2px;
}

.object-detail dl dd {
    margin-left: 0;
    padding-left: 175px;
    padding-top: 5px;
    padding-bottom: 2px;
}

span.glyphicon-question-sign {
    color: #d3c1a2;
}

.object-detail span.glyphicon-asterisk {
    color: #97421b;
    font-size: .65em;
}

.object-detail .sidebar-box {
    border: 1px solid #e9eaed;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.object-detail .progress {
    height: 10px;
    width: 65%;
}

.object-detail .flagged {
    color: #97421b;
}

.object-detail .progress-detail {
    background-image: url("../img/fp_section_bg.png");
    background-repeat: repeat;
    box-shadow: none;
    margin: 0 0 20px 0;
    padding: 5px 20px 20px 20px;
    border: none;
    border-radius: 4px;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #2e5367;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.sidebar-box.related-footprint,
.sidebar-box.recordkeeping {
    background-image: url("../img/fp_section_bg.png");
    background-repeat: repeat;
    box-shadow: none;
    margin: 0 0 20px 0;
    padding: 10px 20px 20px 20px;
    border: none;
    border-radius: 4px;
}

.sidebar-box.related-footprint ul {
    padding-left: 0px;
}

.sidebar-box.related-footprint li:last-child {
    border-top-width: 4px;
} 

.sidebar-box.related-footprint .list-group-item {
    padding: 10px 10px;
}

.sidebar-box.related-footprint ul li a .badge {
    background-color: #2e5367;
}

.sidebar-box.related-footprint ul li .related-footprint-badge {
    width: 5%;
    margin-right: 12px;
    float: left;
}

.sidebar-box.related-footprint ul li .related-footprint-info {
    width: 90%;
    float: left;
}

.sidebar-box.related-footprint .glyphicon-book {
    font-size: 16px;
}

.object-detail .progress-report {
    color: #737373;
    font-size: 12px;
    line-height: 16px;
    margin-top: -3px;
}

.object-detail .readonly {
    text-decoration: none;
    border-bottom: 0;
    color: #333;
    cursor: text;
}

.object-detail .editable, .object-detail .editable-click {
    text-decoration: none;
    cursor: pointer;
    border-bottom: 0;
    color: #333;
}

.object-detail .editable:hover {
    border-bottom: dashed 1px #333;
}

.object-detail .editable-inline, .object-detail .form-inline, .object-detail .form-group {
    width: 100% !important;
}

.object-detail .editable-input {
    width: 82%;
}

.object-detail .editable-input .alert {
    width: 95%;
}

.object-detail .editable-input .alert a {
    text-decoration: underline;
}

.object-detail .editable-input.wide {
    width: 100%;
}

.object-detail .editable-input input[type='text'], .object-detail .editable-input textarea {
    width: 100%;
}

.object-detail .editable-buttons .editable-cancel {
    margin-left: 0px;
}

.object-detail .editable-buttons .editable-submit {
    margin-right: 7px;
}

.object-detail .remove-footprint-actor {
    cursor: pointer;
}

.object-detail .do-you-know {
    color: #97421b;
    text-decoration: none;
}

.object-detail .do-you-know:hover {
    text-decoration: underline;
    border-bottom: 0;
}

.object-detail .glyphicon-question-sign {
    vertical-align: top;
    margin-top: 2px;
}

.object-detail .imprint-map {
    width: 100%;
}

body.affix-container {
    position: relative;
}

.object-detail .imprint-map-container.affix {
    top: 10px;
}

.object-detail .imprint-map-container.affix-bottom {
    position: absolute;
}

.object-detail .imprint-map-container .empty-map-message {
    position: absolute;
    background-color: #efeeee;
    border: 2px solid #ccc;
    z-index: 1000;
    text-align: center;
    height: 100px;
    padding-top: 35px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    top: 40%;
}

.object-detail .imprint-map-container .imprint-map-key {
    width: 100%;
    background-color: #efeeee;
    border-top: 2px solid #ccc;
    height: 30px;
    padding: 5px 5px;
}

.object-detail .imprint-map-container .imprint-map-key .legend img {
    height: 18px;
    width: auto;
    margin-left: 10px;
}

.object-detail .footprint-map {
    width: 100%;
    height: 200px;
}

.object-detail .footprint-place {
    margin-bottom: 10px;
}

.object-detail ul.record-checklist li.list-group-item small {
    margin-left: 22px;
}

.object-detail .crop {
    width: 102px;
    height: 78px;
    overflow: hidden;
    border: 2px solid #ccc;
    cursor: pointer;
}

.connect-record-prompt {
    width: 350px !important;
    min-width: 250px;
    border-radius: 4px;
    background-image: url("../img/fp_section_bg.png");
    background-repeat: repeat;
    box-shadow: none;
    margin: 0 0 20px 0;
    padding: 10px;
}

.connect-record-prompt .list-group-item {
    border: none;
    background-image: url("../img/fp_section_bg.png");
    background-repeat: repeat;
    box-shadow: none;
    margin: 0 0 20px 0;
    padding: 10px;
}

.connect-record-prompt h4 {
    color: #836737;
    font-size: 20px;
}

.object-detail .connect-record-container .select2-container {
    width: 100%;
    font-size: 12px;
    display: block;
}

.object-detail .connect-record-container .select2-container.book .select2-chosen,
.object-detail .connect-record-container .select2-container.imprint .select2-chosen {
    color: black;
}

.object-detail .connect-record-container .select-object {
    width: 100%;
    font-size: 14px;
}

.object-detail .connect-record-container .save-connection {
    margin-left: 10px;
}

.physical-copy-detail,
.written-work-detail,
.recordkeeping {
    border-radius: 4px;
    background-image: url("../img/fp_section_bg.png");
    background-repeat: repeat;
    box-shadow: none;
    margin: 0 0 20px 0;
    padding: 10px 20px 10px 10px;
}

.object-detail.writtenwork .col-md-7 {
    padding-left: 0;
}

.object-detail.writtenwork .breadcrumb {
    margin-bottom: 0px;
}

.object-detail.writtenwork h1 .object-title {
    width: auto;
    margin-left: 0px;
}

.writtenwork .writtenwork-title {
    cursor: pointer;
}

.object-detail.writtenwork .dl-horizontal {
    margin: 0 8px 10px 8px !important;
}

.object-detail.writtenwork .imprint-list-item {
    background-image: url("../img/fp_section_bg.png");
    background-repeat: repeat;
    box-shadow: none;
    padding: 0 15px 5px 15px;
    margin-bottom: 20px;
}

.object-detail.writtenwork .list-group {
    margin-bottom: 5px;
}

.object-detail.writtenwork .list-group-item,
.sidebar-box.related-footprint .list-group-item {
    background-color: #f6f7f8;
    border-radius: 0;
    border: 1px solid #eee;
    margin-bottom: 0px;
    cursor: pointer;
}

.sidebar-box.related-footprint .list-group-item:hover,
.object-detail.writtenwork .list-group-item:hover {
    border-color: #95c0e9;
}

.object-detail.writtenwork .imprint-list-container dl dt {
    width: 100px;
}

.object-detail.writtenwork .imprint-list-container dl dd {
    padding-left: 0px;
}

.object-detail.writtenwork .writtenwork-title.infocus,
.object-detail.writtenwork .book-copy-container.infocus,
.object-detail.writtenwork .list-group-item.infocus,
.object-detail.writtenwork .imprint-list-item.infocus {
    border-color: #95c0e9;
    color: #333;
    box-shadow: 0 0 10px #95c0e9;
    border: 1px solid #95c0e9;
}

.object-detail.writtenwork .writtenwork-title.infocus .share-link {
    display: block;
    margin-right: 5px;
    margin-top: 5px;
}

.object-detail.writtenwork .list-group-item.infocus {
    background-color: #f6f7f8;
}

.object-detail.writtenwork .list-group-item.infocus .share-link {
    margin-right: -9px;
    margin-top: -5px;
    display: block;
}

.object-detail.writtenwork .imprint-list-item h4 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 30px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: underline;
    color: #2e5367;
}

.object-detail.writtenwork .imprint-list-item h5 {
    margin-top: 5px;
}

.object-detail.writtenwork .imprint-list-item-marker {
    height: 20px;
    cursor: pointer;
}

.object-detail.writtenwork a.book-copy-toggle {
    font-size: 14px;
    color: #2e5367;
}

.object-detail.writtenwork a.book-copy-toggle,
.object-detail.writtenwork a.book-copy-toggle:hover {
    text-decoration: none;
}

.object-detail.writtenwork .book-copy-container {
    padding: 5px;
}

.object-detail.writtenwork .badge {
    background-color: transparent;
    font-weight: normal;
    color: #2e5367;
    font-size: 14px;
    margin-top: -2px;
}

.object-detail.writtenwork .imprint-list-item-header {
    margin-bottom: 8px;
}

.object-detail.writtenwork .imprint-list .breadcrumb .badge {
    color: #836737;
}

.object-detail.writtenwork .imprint-list-item.infocus .imprint-list-item-header .share-link {
    margin-top: 8px;
    margin-right: 2px;
    display: block;
}

.object-detail.writtenwork .book-copy-container.infocus .book-copy-metadata .share-link {
    display: inline;
    margin-left: 5px;
}

.object-detail.writtenwork a.book-copy-toggle span.book-copy-title {
    font-weight: bold;
}

.object-detail.writtenwork a.book-copy-toggle span.book-copy-title:before {
    content: "\2212";
    font-family: "Glyphicons Halflings";
    margin-right: 3px;
    font-size: 9px;
    color: #2e5367;
}

.object-detail.writtenwork a.book-copy-toggle.collapsed span.book-copy-title:before {
    content: "\2b";
}

.object-detail.writtenwork a.book-copy-toggle .glyphicon {
    color: #2e5367;
}

.object-detail.writtenwork .share-link {
    display: none;
}

.object-detail.footprint .breadcrumb a {
    text-transform: none;
}

.object-detail.footprint .separator {
    border-bottom: dotted black 1px;
    padding-bottom: 5px;
}

.object-detail.footprint .connect-record-prompt {
    width: 25%;
    min-width: 250px;
}

.object-detail.footprint .connect-record-prompt p {
    margin-bottom: 20px;
}

.object-detail.footprint .connect-record-prompt span.emphasis {
    font-size: 18px;
    font-weight: 500;
    color: #97421b;
}

.object-detail.footprint .connect-record-prompt a {
    font-size: 18px;
    font-weight: 500;
}

.object-detail.footprint #connect-records-modal form .form-group .error-block {
    display: none;
    color: #a94442;
    margin: 5px 0 0 0;
}

.object-detail.footprint #connect-records-modal .form-group.has-error .error-block {
    display: block;
}

.object-detail.footprint #connect-records-modal .page2 ul {
    margin: 20px 0 0 0;
}
.object-detail.footprint #connect-records-modal .page2 ul li {
    margin-bottom: 20px;
}

.object-detail.footprint .edit-digital-object {
    margin-top: 5px;
} 
.object-detail.footprint .toggle-edit-digital-object {
    position: absolute;
    right: 10px;
    z-index: 1;
}


/** xeditable fields **/
.editable-person {
    padding: 20px;
}

.editable-place {
    margin-top: 10px;
}

.editable-place .select2,
.editable-place select,
.editable-place .alert {
    width: 100% !important;
    z-index: 1000;
}

.editable-place .select2-container .select2-selection--single {
    height: 34px;
}
.editable-place .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.editable-place .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.editable-place .map-container {
    width: 100%;
    height: 300px;
    margin: 5px 0;
}

.editable-digital-object #uploaded-status {
    margin-top: 5px;
    margin-left: 10px;
}

.editable-digital-object .editable-upload {
    float: right;
    margin-right: 42px;
}

.form-group.has-error .editable-edtf input,
.form-group.has-error .editable-edtf button,
.form-group.has-error .editable-edtf select {
    border-color: #ccc;
}

.editable-edtf .required {
    border: 1px solid #97421b !important;
    background-color: #f9f2f4;
}

.editable-edtf h4 {
    min-height: 20px;
}

.editable-edtf .nav-pills>li.active>a,
.editable-edtf .nav-pills>li.active>a:hover,
.editable-edtf .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #2e5367;
    border-color: #2e5367;
}

.editable-edtf .form-group table tr td {
    vertical-align: top;
}

.editable-edtf .form-group input[name=millenium1],
.editable-edtf .form-group input[name=millenium2],
.editable-edtf .form-group input[name=century1],
.editable-edtf .form-group input[name=century2],
.editable-edtf .form-group input[name=decade1],
.editable-edtf .form-group input[name=decade2],
.editable-edtf .form-group input[name=year1],
.editable-edtf .form-group input[name=year2] {
    width: 20px !important;
    padding: 2px 0px 0 6px;
    margin-right: -2px;
}

.editable-edtf .form-group input[name=day1],
.editable-edtf .form-group input[name=day2] {
    width: 40px;
    padding: 2px 0px 0 12px;
}

.editable-edtf .form-group input[name=year1],
.editable-edtf .form-group input[name=year2],
.editable-edtf .form-group select[name=month1],
.editable-edtf .form-group select[name=month2],
.editable-edtf .form-group input[name=day1],
.editable-edtf .form-group input[name=day2] {
    margin-right: 30px;
}

.editable-edtf .form-group .traits {
    margin-top: -5px;
}

.editable-edtf .toggle-next-row-container {
    margin: 0 0 15px 0;
}

.editable-edtf .date2.toggle-next-row-container {
    margin-top: 25px;
}

.editable-edtf .toggle-next-row {
    padding: 3px 5px;
}

.editable-edtf .toggle-next-row:before {
    content: "\2b";
    font-family: "Glyphicons Halflings";
    line-height: 1.4;
    margin: 2px;    
} 

.editable-edtf .toggle-next-row.minus:before { 
    content: "\2212";
}

.editable-edtf .date-display {
    margin-top: 0;
    background-color: light-gray;
    font-weight: bold;
}

.editable-edtf .date-display .date-display-1 {
    font-weight: normal;
}

.editable-edtf .date-display .date-display-separator {
    font-weight: normal;
}

.editable-edtf .date-display .date-display-2 {
    font-weight: normal;
}

.editable-edtf ul li {
    margin-bottom: -1px !important;
}

.editable-edtf .alert {
    margin-top: 5px;
}

/* Additional Information */
ul.additional-questions {
    list-style: none;
    padding-left: 0px;
}

ul.additional-questions li {
    margin-bottom: 10px;
}

ul.additional-questions .editable-container {
    padding: 20px;
    background-color: #f6f7f8;
    border-radius: 10px;
}

/* Pagination */
.pagination {
    margin: -4px 0 0 30px;
}

.pagination > li > a, .pagination > li > span {
    color: #2e5367;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff;
    background-color: #2e5367;
    border-color: #2e5367;
}

/* Browse */

.object-browse {
    position: relative;
}

.object-browse .panel-body {
    padding: 0;
}

.object-browse .tools a.btn {
    font-size: 12px;
    color: white;
    background-color: #5e98b7;
    border-color: #5e98b7;
}
.object-browse .tools a.btn:hover {
    background-color: #75aecd;
    color: white;
}

.object-browse .tools a.btn.disabled {
    color: #7b7b7b;
    background-color: white;
    border-color: #eee;
}
.object-browse .tools a.btn.disabled {
    cursor: not-allowed;
}

.object-browse .tools input.advanced-page-number,
.object-browse .tools input.page-number {
    width: 50px;
    display: inline;
    text-align: right;
}

.object-browse .tools .page-count .error-block {
    display: none;
    color: #a94442;
    margin-bottom: 0;
}

.object-browse .tools .page-count.has-error .error-block {
    display: block;
}


.object-browse .btn-sort-direction {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.object-browse .btn-sort-direction.asc {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.object-browse .btn-sort-direction.desc {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -3px;
}

.object-browse .btn-sort-direction.active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.object-browse table {
    margin-top: 20px;
    width: 99.9%;
}

.object-browse table .subtext {
    font-size: 13px;
}

.object-browse th {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.object-browse th.selected {
    background-color: #efeeee;
}

th.sortable {
    background-image: url(../img/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

th.sortable.tablesorter-headerAsc,
.object-browse th.sortable.asc {
    background-image: url(../img/asc.gif);
}

th.sortable.tablesorter-headerDesc,
.object-browse th.sortable.desc {
    background-image: url(../img/desc.gif);
}

.object-browse th.ftitle, .object-browse th.wtitle {
    width: 20%;
}

.object-browse th.flocation, .object-browse th.owners {
    width: 16%;
}

.object-browse th.fdate {
    width: 10%;
}

.object-browse th.added,
.object-browse th.complete {
    width: 7%;
}

.object-browse td.fdate,
.object-browse td.added {
    text-align: center;
}

.object-browse table td.complete {
    text-align: center;
    position: relative;
}

.object-browse table td.complete .progress-circle strong {
    position: absolute;
    top: 13px;
    left: 2px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    color: #333;
}

.object-browse .page-count {
    margin: -3px 15px 0px 15px;
}

/* Search Page & Browse Pages */

.object-search .panel-body {
    padding: 0;
}

.object-search .pagination {
    margin: 0;
}

.object-search ul {
    list-style: none;
}

.object-search ul li label {
    font-weight: normal;
}

.object-search .input-group input[type='search'] {
    border: 1px solid #ccc;
}

.object-search .input-group input[type='search']:focus {
    background-color: white;
}

.input-group-addon {
    background-color: #efeeee !important;
}

.object-search .search-result {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.object-search .search-result h4 {
    margin-top: 0;
    font-weight: normal;
}

.object-search .search-result div {
    margin-left: 25px;
}

.object-search .search-result:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.object-search .no-results h4 {
    margin-left: 10px;
}

.object-search .details-link {
    display: none;
}

/* Advanced Search and Filter Page & Browse Pages */

.advanced-search-filter {
    background: #f0f0f0 url("../img/fp_section_bg.png") repeat;
    padding: 10px 15px;
    margin: 0 -15px;
}

.advanced-search-filter .search-level,
.advanced-search-filter .error-level
{
    position: relative;
    margin: 0;
}

.advanced-search-filter .filter-level {
    margin-top: 0;
    padding-top: 10px;
    border-top: 1px solid #999;
	position: relative;
}

.advanced-search-filter .filter-level:after, .advanced-search-filter .filter-level:before {
	bottom: 100%;
	right: 55px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.advanced-search-filter .filter-level:after {
	border-color: rgba(240, 240, 240, 0);
	border-bottom-color: #f0f0f0;
	border-width: 10px;
	margin-right: 1px;
}
.advanced-search-filter .filter-level:before {
	border-color: rgba(153, 153, 153, 0);
	border-bottom-color: #999;
	border-width: 11px;
	margin-left: -11px;
}

.advanced-search-filter .col-q-field,
.advanced-search-filter .col-q-error,
.advanced-search-filter .col-q {
    float: left;
    width: 150px;
}

.advanced-search-filter .col-fyear-field,
.advanced-search-filter .error-message,
.advanced-search-filter .col-footprint-year,
.advanced-search-filter .col-pub-year
{
    float: left;
    width: 200px;
}

.advanced-search-filter .col-submit
{
    float: left;
    width: 190px;
}

.advanced-search-filter .col-submit-field,
.advanced-search-filter .col-submit-error {
    float: left;
    width: 190px;
}

.advanced-search-filter #keyword-search,
.advanced-search-filter .col-q .form-group {
    width: 100%;
}

.advanced-search-filter .search-level label {
    display: block;
    height: 20px;
}

.advanced-search-filter .search-level button {
    margin-top: 25px;
}

.advanced-search-filter .search-level button.btn-gray {
    margin-top: 0px;
}

.advanced-search-filter .search-level .start-year,
.advanced-search-filter .search-level .end-year,
.advanced-search-filter .col-footprint-year .toggle-range {
    display: inline-block;
    vertical-align: middle;
}

.advanced-search-filter .search-level .toggle-range {
    margin: 0 2px;
    padding-top: 2px;
    line-height: 32px;
}

.advanced-search-filter .toggle-range:before {
    content: "\e081";
    font-family: "Glyphicons Halflings";
    font-size: 16px;
    margin: 2px;
    vertical-align: -4px;
} 

.advanced-search-filter .toggle-range.range-on:before { 
    content: "\e083";
}

.advanced-search-filter .filter-marker {
    margin-top: 30px;
    float: right;
    width: 130px;
    vertical-align: bottom;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.advanced-search-filter .filter-level .start-year,
.advanced-search-filter .filter-level .end-year,
.advanced-search-filter .filter-level .toggle-range {
    display: block;
    vertical-align: middle;
    margin: auto;
}

.advanced-search-filter .filter-level .toggle-range {
    margin-top: 4px;
    margin-bottom: 4px;
}

.advanced-search-filter .filter-level h3 {
    margin: 0 0 10px 0;
    padding: 4px;
    background-color: #cedde5;
    font-size: 14px;
    font-weight: 700;
}

.advanced-search-filter .filter-level .filter-col {
    margin: 0;
    font-size: 12px;
}

.advanced-search-filter .filter-level .filter-col.col-2 {
    border-left: 1px dotted #999;
}

.advanced-search-filter .filter-level .filter-col .checkbox {
    display: block;
}

.advanced-search-filter .filter-level .filter-col .more-module-link {
    font-weight: 700;
    text-align: right;
}

.results-navigation {
    margin-top: 10px;
}

.total-results-count {
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    line-height: 30px;
}

.btn-export {
    margin-right: 30px;
}

.advanced-search-filter .has-error .form-control {
    background-color: #f2dede;
}

.advanced-search-filter .errorlist {
    margin: 0;
    padding: 0;
    color: #a94442;
    font-weight: bold;
    list-style: none;
}


/* Search Gallery View */
.close-overlay {
    background-color: inherit;
    position: absolute;
    right: 2em;
    top: 1em;
    border: 2px solid white;
}

.close-overlay:hover {
    background-color: #333f54;
}

input[name='gallery_view'] {
    visibility: hidden;
}

.gallery-container {
    position: relative;
    margin: 0.5em;
    display: flex;
    flex-wrap: wrap;
    align-items: top;
}

.gallery-display {
    display: none;
    padding: 1em 3em;
    background-color: #202836;
    color: white;
    z-index: 1000;
    position: fixed;
    top: 50%;
    transform: translate(-1.5em, -50%);
    height: max(60vh, 20em);
    align-items: center;
    justify-content: center;
    box-shadow: -1px 0 0 #202836;
}

.gallery-display a {
    color: skyblue;
}

.gallery-display a:hover, .gallery-display a:focus {
    color: #2e5367;
}

.gallery-display ul {
    list-style-type: none;
}

.gallery-display p {
    margin-bottom: 0;
}

.gallery-img {
    height: 20em;
}

.gallery-img a {
    outline: none;
}

.gallery-img img:hover {
    opacity: 75%;
}

.gallery-img img {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    height: 20em;
}

.gallery-img-container {
    overflow: hidden;
    width: 100%;
    max-height: 20em;
    border: none;
    padding: 0px;
}

.gallery-img-container:focus {
    border-bottom: 8px solid #4287f5;
}

.gallery-item {
    margin: 0.5em;
    height: inherit;
    width: 15em;
    overflow: hidden;
    border-radius: 1em;
    padding: 0px;
}

.gallery-item p {
    text-indent: -1em;
    margin-left: 1em;
}

.gallery-item span {
    color: gray;
}

.image-display {
    max-height: 100%;
    max-width: 75%;
    object-fit: contain;
}

.img-metadata {
    height: 100%;
}

.toggle-view {
    padding-top: 3px;
}


/* Admin area record entry styles */
.mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset, mce-content-body {
    font-size: 12px !important;
}
.change-form div.select2-container {
    width: 300px;
    font-size: 12px;
}
.change-form .select2-container-multi .select2-choices .select2-search-field input {
    font-size: 12px;
}

/* Flat Pages */
.flatpage_contain {
width: 95%;
margin: 0 auto;
}
.flatpage_contain h3 {
  color: #836737;
  }

.flatpage_contain .flat-well {
  background-image: url("../img/fp_section_bg.png");
  background-repeat: repeat;
  padding: 10px 20px;
  margin: 0 0 10px 200px;
  float: left;
}
  .flatpage_contain .flat-well div {
  border-bottom: dotted 1px #ccc;
  padding: 1em 0 2em 0;
  }

  .flatpage_contain .flat-well div:last-child {
  border-bottom: none;
  }

.flatpage_contain .well a {
    font-weight: bold;
}

.about-image {
float: left;
  margin: 0 15px 10px 0;
  box-shadow: 2px 2px 1px #836737;
}

ul#glossary {
  margin-left: -37px;
}

ul#glossary li {
  list-style-type: none;
  padding: 10px;
}

ul#glossary li:nth-child(odd) {
  background-color: #f7f7f7;
}

ul#glossary strong {
  color: #2e5367;
}
#faq p {
  margin: 2em 0;
  background-image: url("../img/fp_section_bg.png");
  background-repeat: repeat;
  padding: 20px;
}
#faq strong {
  font-weight: normal;
  font-size: 1.25em;
  color: #2e5367;
}
input[name='decoy'],
p.decoy {
    display: none !important;
}

.editable-error-block:before {
  font-family: "Glyphicons Halflings";
  content: "\e101";
  padding-right: 4px;
  vertical-align: bottom;
}

#add-related-footprint .btn-group button.btn-default:hover,
#add-related-footprint .btn-group button.btn-default:focus {
    color: white;
    outline: none;
    background-color: #2e5367;
    border-color: #2e5367;
}


/** Custom InfoWindow **/
.gm-style-iw {
    width: 300px !important;
    top: 15px !important;
    left: 0px !important;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: white;
}
.gm-style-iw div {
    width: 100%;
}
.iw-container .iw-title.iw-footprint {
    background-color: white;
    color: #333;
    font-size: 18px;
    padding: 10px 0 10px 10px;
    margin-bottom: 5px;
}
.iw-container .iw-title.iw-imprint {
    background: transparent;
    color: #333;
    font-size: 18px;
    padding: 10px 0 10px 10px;
    margin-bottom: 5px;
}
.iw-container .iw-content {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 1px;
    padding: 5px 15px 10px 15px;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
}

.standard-identifier-logo {
    margin-right: 5px;
    margin-top: -2px;
}
.standard-identifier-logo a img {
    width: 15px;
    height: auto;
}

/* Batch Import */
.batch-job-list form[name='import-csv'] {
    background-image: url("../img/fp_section_bg.png");
    background-repeat: repeat;
    padding: 10px 20px;
    margin: 0 0 10px 0;
}

.batch-job-list .btn-create-job {
    margin-right: 10px;
    margin-top: 10px;
}

.batch-job-detail .batch-job-row-container {
    overflow-x: auto;
}

.batch-job-detail .batch-job-row-container table {
    border-collapse: separate;
}

.batch-job-detail .batch-job-row-container table tr {
    height: 10px;
    min-height: 10px;
    max-height: 10px;
}

.batch-job-detail .batch-job-row-container table td {
    width: 10px;
    padding: 3px;
    border: 1px solid white;
    background-color: lightgray;
}

.batch-job-detail .batch-job-row-container table td:hover {
    border: 1px solid #2e5367;
    cursor: pointer;
}

.batch-job-detail .batch-job-row-container table td.empty {
    background-color: #eeeeee;
}

.batch-job-detail .error-message{
    color: #B6212D;
    margin-bottom: 10px;
}

.batch-job-detail .success-message {
    color: green;
    margin-bottom: 10px;
}

.batch-job-detail .batch-job-row-container table td.invalid,
.batch-job-detail .batch-job-row-container table td.missing {
    background-color: #B6212D;
}

.batch-job-detail .batch-job-row-container table td.similar {
    background-color: #dcc066; /*B67721*/
}
.batch-job-detail .batch-job-row-container table td.similar p {
    margin-bottom: 0px;    
}

.batch-job-detail .batch-job-row-container table td.similar div {
    border: 1px solid #dcc066;
    border-radius: 4px;
    padding: 4px;
}

.batch-job-detail .batch-job-row-container table td.has-error p {
    border: 1px solid #a94442;
    border-radius: 4px;
    padding: 4px;
}

.batch-job-detail .batch-job-row-container table td.field-name {
    width: 225px;
    min-width: 225px;
    max-width: 225px;
    background-color: #fafafa;
}

.batch-job-detail .batch-job-row-container table td.field-name:hover {
     border: 1px solid white;
}

.batch-job-detail .batch-job-row-container table td div {
    display: none;
}

.batch-job-detail .batch-job-row-container table td.selected div {
    display: block;
}

.batch-job-detail .batch-job-row-container table td.selected {
    background-color: white;
    border-left-width: 8px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    width: 400px;
    min-width: 400px;
    border-color: #2e5367;
}

.batch-job-detail .batch-job-row-container table td.selected:hover {
    border: default;
    cursor: default;
}

.batch-job-detail .batch-job-row-container td .error-block {
    display: none;
    color: #a94442;
    float: right;
    margin-bottom: 0;
}

.batch-job-detail .batch-job-row-container td.has-error .error-block {
    display: block;
    border: 0;
}

.batch-job-detail .update-record {
    margin-left: 5px;
}

/* PathMapper visualizations page */

.pathmapper .cover,
.pathmapper .print-inline,
.pathmapper .print-block {
    display: none;
}

.pathmapper .header {
    background-image: url("../img/fp_header_bg.jpg");
    background-repeat: repeat;
    height: 45px;
    padding: 0;
    margin: 0;
}

.pathmapper .header .logo {
    margin-top: 5px;
    margin-left: 0;
    height: 35px;
    width: 135px;
    background-image: url("../img/fp_header_logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}

.pathmapper .header .logo a {
    display: block;
    height: 35px;
    width: 135px;
    float: left;
}
.pathmapper .header .brand {
    margin-top: 5px;
    margin-left: 145px;
    height: 35px;
    width: 135px;
    color: #d3c1a2;
    text-decoration: none;
    font: 200 20px/35px 'Raleway', sans-serif;
}

.pathmapper .banner {
    height: 270px;
    background-image: url("../img/background-viz.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
    width: auto;
    position: relative;
}

.pathmapper .intro {
    display: block;
    width: auto;
    height: 90%;
    background-image: url("../img/fp_home_intro_bg.png");
    padding: 10px;
    margin: 10px;
    color: #202836;
    text-align: center;
}

.pathmapper .intro h1 {
    padding: 0;
    margin: 0 0 0.5em 0;
    font: 400 16px/120% 'Arvo', sans-serif;
}
.pathmapper .intro .more_intro {
    font: 400 15px/1.5em 'Asap', sans-serif;
    padding: 0;
    margin: 0 0 0.5em 0;
}

.pathmapper .download {
    display: block;
    border: 1px solid #837c56;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 8px;
    margin: 10px auto;
    width: 200px;
    font: 700 13px/100% 'Asap', sans-serif;
    text-transform: uppercase;
    color: #837c56;
}

.pathmapper .slidebox {   
    width: auto;
    font: 400 15px/1.5em 'Asap', sans-serif;
    color: #202836;
    padding: 20px 5px;
}

.pathmapper .slidebox.odd {
    background-color: #d3c1a2;
}

.pathmapper .slidebox.even {
    background-color: #e5d9ca;
}

.pathmapper .slidebox h3 {   
    font: 400 20px/1.5em 'Arvo', sans-serif;
    color: #202836;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
}

.pathmapper .slidebox .visual {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0;
    float: none;
}

.pathmapper .slidebox .visual img {
    width: 100%;
    height: auto;
}

.pathmapper .slidebox .text {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
}

.select2-result {
    border-bottom: 1px solid #eee;
}

.select2-results .select2-highlighted {
    background-color: #5e98b7 !important;
}

/** Share **/
.widget-share-icons {
    margin: 0px 38% 20px;
    padding: 0;
    border: 0;
    list-style: none;
}

.widget-share-icon {
    margin: 0 10px 0 0;
    padding: 0;
    border: 0;
    width: 32px;
    height: 32px;
    display: block;
    float: left;
}

.widget-share-icon a {
    margin: 0;
    padding: 0;
    border: 0;
    width: 32px;
    height: 32px;
    display: block;
}

.share-facebook {
    background: transparent url('../img/sprite-page-sharetool.png') 0 0 no-repeat;
}

.share-twitter {
    background: transparent url('../img/sprite-page-sharetool.png') -42px 0 no-repeat;
}

.share-googleplus {
    background: transparent url('../img/sprite-page-sharetool.png') -84px 0 no-repeat;
}

.share-email {
    background: transparent url('../img/sprite-page-sharetool.png') -126px 0 no-repeat;
}

.share-url {
    background: transparent url('../img/sprite-page-sharetool.png') -168px 0 no-repeat;
}

.table-moderation ul {
    padding-left: 15px;
}

.tablesorter thead .disabled {
    display: none;
}

.tablesorter tr.filtered {
    display: none;
}

@media (min-width: 992px) {
    .advanced-search-filter .col-q-field,
    .advanced-search-filter .col-q-error,
    .advanced-search-filter .col-q {
        padding-left: 15px;
        padding-right: 15px;
        width: 200px;
    }
    .advanced-search-filter .col-fyear-field,
    .advanced-search-filter .error-message,
    .advanced-search-filter .col-footprint-year,
    .advanced-search-filter .col-pub-year {
        padding-left: 0;
        padding-right: 0px;
        width: 200px;
    }
    .advanced-search-filter .col-submit-field,
    .advanced-search-filter .col-submit-error,
    .advanced-search-filter .col-submit {
        padding-left: 0px;
        padding-right: 15px;
        width: 369px;
    }

    .object-detail.writtenwork .imprint-list-container dl dd {
        padding-left: 120px;
    }
}

@media (min-width: 1200px) {
    .advanced-search-filter .col-q-field,
    .advanced-search-filter .col-q-error,
    .advanced-search-filter .col-q {
        padding-left: 15px;
        padding-right: 15px;
        width: 300px;
    }
    .advanced-search-filter .col-fyear-field,
    .advanced-search-filter .error-message,
    .advanced-search-filter .col-footprint-year,
    .advanced-search-filter .col-pub-year {
        padding-left: 0;
        padding-right: 0px;
        width: 200px;
    }
    .advanced-search-filter .col-submit-field,
    .advanced-search-filter .col-submit-error,
    .advanced-search-filter .col-submit {
        padding-left: 0px;
        padding-right: 15px;
        width: 469px;
    }
}


.loading-overlay {
    z-index: 10001;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85 !important;
    background: #f0f0f0;
    font-weight: bold;
}

.loading-overlay div {
    position: absolute;
    display: block;
    margin-top: 5%;
    height: 100%;
    width: 100%;
    z-index: 10001;
    text-align: center;
}

.column-count-3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

label.disabled {
   color: #999999;
}

#map-container {
    width: 100%;
    height: 800px;
    padding: 0;
    margin: 0;
}

#the-map {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%; 
    height: 100%; 
}
