/*!
 * Custom CSS features for Ambisonia
 */

body {
    /* Required padding for .navbar-fixed-top. 
     * Remove if using .navbar-static-top. 
     * Change if height of navigation changes.
     */
    padding-top: 40px;
    font-size: 16px;
    /*font-weight: 1000;*/
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 16px;
    margin-bottom: 8px;
}

footer {
    margin: 20px 0;
}

.date {
    
}

.faded {
    opacity: 0.75;  /* Opacity for Modern Browsers */
    filter: alpha(opacity=75);  /* Opacity for IE8 and lower */
    zoom: 1;  /* Fix for IE7 */
}

.thumbnail {
    padding-right: 15px;
    padding-left: 15px;
}

.thumbnail img {
    height: 120px;
}
.thumbnail a img {
    height: 120px;
}

#well_header {
    padding-top: 40px;
}

#gear_photo {
    /*width: 100%;*/
    max-height: 250px;
}

#doc_image{
    width: 200px;
    max-height: 400px;
/*    padding-top: 20px; */
}

#docImageModal img{
    width:100%;
}

#map-canvas{
    height: 400px;
}

.navbar {
    font-size: 13px;
    font-weight: bold;
}

.navbar-brand {
    font-size: 20px;
    font-weight: normal;
}

.navbar div.container {
    margin-left: 0px;
}

.breadcrumb li {
  display: inline-block;
}
.breadcrumb .divider {
  /*padding: 0 5px;*/
  color: #999999;
}
.breadcrumb .divider a {
  color: #f0ad4e
}

.remove-circle {
    position: absolute;
    font-size: 32px;
    margin: 0;
    top: -8px;
    right: -8px;
    opacity: 0.7;
    z-index:1;
}

.remove-circle:hover {
    opacity: 1;
}

#ModalMap .modal-body {
    padding-top: 0px;
}

#ModalMap .remove-circle {
    top: -16px;
}

#docImageModal .remove-circle {
    top: -5.5px;
}

.vector-marker {
    /*visibility: hidden;*/
    visibility: visible;
}

.text-big {
    font-size: 1.4em;
}
.text-xbig {
    font-size: 2em;
}
.align-bottom {
    vertical-align: bottom;
}
.align-middle {
    vertical-align: middle;
}
.align-top {
    vertical-align: top;
}

.col-max {
    max-width: 800px;
}

.btns-download {
    vertical-align: middle;
    height: 40px;
}
.ico-btns-download {
    font-size: 40px;
    vertical-align: bottom;
    padding: 0px;
    top: 2px;
}
.ico-btns-file {
    font-size: 32px;
    vertical-align: middle;
    padding-right: 10px;
    top: 2px;
}

.member-icon {
    font-size: 84px;
}

.portrait {
    height: 150px;
    max-height: 150px;
}


a, a:link, a:visited, a:active {
    text-decoration: none;
    /*color: #f0ad4e;*/
    font-weight: bold;
}


.ul_icon
{
	list-style-type: none;
}

.ul_icon li
{
	/* text-indent: -1.4em; */
	margin: 0.7em 0.7em;
}

.ul_icon li a
{
    text-decoration: none;
}


.ul_icon li:before
{
	float: left;
	width: 1.4em;
    margin-top: 5px;
}

.member_div {
    height: 235px;
}

.contribution {
    padding: 10px;
}