@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700);

html {
    font-family: "Open Sans","Arial",sans-serif;
    font-weight: 300;
    font-size: 16pt;
    font-style: normal;
    color: #ffffff;
}

sup { line-height: 0; }

body {
    background-color:  #156a67;
}
.left {
    float: left;
}

.right {
    float: right;
}

.horizontal-line {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    cursor: pointer;
}

.bl-landing-page h1 {
    font-weight: 300;
    font-family: Open Sans;
}

.bl-landing-page h2 {
    font-weight: 300;
    font-family: Open Sans;
    font-size: 40px;
    line-height: 42px;
}

.bl-landing-page h3 {
    font-weight: 300;
    font-family: Open Sans;
}

.bl-landing-page h4 {
    font-weight: 300;
    font-family: Open Sans;
}

.bl-landing-page p {
    font-weight: 300;
    font-family: Open Sans;
}

.bl-landing-page li {
    font-family: "Open Sans";
    font-weight: 300;
}

.bl-landing-page div {
    font-family: "Open Sans";
    font-weight: 300;
}

.bl-landing-page a:hover {
    -webkit-transition: 200ms linear 0s;
	-moz-transition: 200ms linear 0s;
	-o-transition: 200ms linear 0s;
	transition: 200ms linear 0s;
}

a.lasser-link-white {
    color: white;
    text-decoration: none;
}

a.lasser-link-white:hover {
    color: #febeb7;
    -webkit-transition: 200ms linear 0s;
	-moz-transition: 200ms linear 0s;
	-o-transition: 200ms linear 0s;
	transition: 200ms linear 0s;
}

a.lasser-link-white:active {
    color: #da3028;
}

a.lasser-link-red-faded {
    color: #febeb7;
    text-decoration: none;
}

a.lasser-link-red-faded:hover {
    color: #fff;
    -webkit-transition: 200ms linear 0s;
	-moz-transition: 200ms linear 0s;
	-o-transition: 200ms linear 0s;
	transition: 200ms linear 0s;
}

a.lasser-link-red-faded:active {
    color: #da3028;
}


a.lasser-link-red {
    color: #da3028;
    text-decoration: none;
}

a.lasser-link-red:hover {
    color: #222222;
    -webkit-transition: 200ms linear 0s;
	-moz-transition: 200ms linear 0s;
	-o-transition: 200ms linear 0s;
	transition: 200ms linear 0s;
}

.lasser-link-red i {
    vertical-align: middle;
}

.lasser-link-red i:before {
    content: "\E5CC";
}

.lasser-red {
     color: #da3028; /*#FF3B30;*/
 }
 
.lasser-red-background {
     background-color: #da3028;
 }

.lasser-header-logo {
    background: transparent url('/images/logo.png') no-repeat left top;
    height: 60px;
    width: 368px;
    float: left;
}

.lasser-header-logo-image {
    height: 60px;
    width: 100%;
}

.bl-error {
    color: Red;
}
 
#map-canvas {
    min-height: 100px;
    width: 100%;
    display: inline-block;
    color: #000;
}

.lasser-layout-transparent {
    background: #e3e3e3 url('/images/background.jpg') no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
}

.lasser-layout-transparent .mdl-layout__header,
.lasser-layout-transparent .mdl-layout__drawer-button {
    color: white;
}

.column {
    margin: 0 50px 0 100px;
    font-size: 18px;
    font-family: "Open Sans";
    font-weight: 300;
}

.home-white {
    background-color: #fff;
    color: #666;
    padding: 150px 100px;
}
.home-light-grey {
    color: #666;
    padding: 150px 100px;
    background: #f5f5f5!important;
    border-top: #f0efef;
}

.home-news-and-events a{
    color: #da3028
}

.home-news-and-events ul{
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    list-style: none;
    padding-left: 0px;    
}

.home-news-and-events li {
    line-height: 34px;   
}

.home-news-and-events ul li:before {
    content: "\2023";
    padding-right: 5px;
}

.home-testimonial {
    padding-bottom: 20px;    
}

.home-testimonial>i{
    float: left;
}

.home-app-badges img {
    padding: 10px 10px 10px 0px;
}

.team-list {
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    width: 60%;
}

.team-list li {
    line-height: 75px;
    border: 1px solid #e1e1e1;
    padding: 0px 40px;
    color: #222;
    cursor: pointer;
    font-size: 18px;
}

.team-list li:before {
    color: #dfdfdf;
    content: "\2023";
    padding-right: 5px;
    float: left;
}

.team-list li:hover:before {
    color: #da3028;
    content: "\2023";
    padding-right: 5px;
}

.team-list li p {
    color: #777;
}

.home-testimonial-message {
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    padding-left: 40px;
}

.home-testimonial-author {
    font-size: 14px;
    text-align: right;
    font-weight: bold;
    color: #aaa;
    padding-bottom: 20px;
}

.home-section-one-column>div {
    padding-left: 40px;
    padding-right: 40px;
}

.home-team-big-font {
    font-size: 18px;
}

.about {
    background: #e3e3e3 url('/images/imagebg.jpg') no-repeat center top!important;
    background-size: cover!important;
    padding: 150px 100px;
}

.about>div {
    padding-top: 80px;
    padding-bottom: 80px;
}
.about>div p {
    font-size: 16px;
}
.about-title {
    text-align: center;
}

.bl-text-center {
    text-align: center;
}

#map-canvas-teams {
    height: 100%;
    width: 100%;
    display: inline-block;
    color: #000;
}

.bl-landing-section.mdl-grid {
    padding-bottom:0px;
}

.bl-column {
    font-size: 18px;
    font-family: "Open Sans";
    font-weight: 300;
}

.bl-column.mdl-cell {
    margin-bottom: 0px;
}

.bl-content-title--white {
    background-color: #ffffff;
}

.bl-content--white {
    background-color: #ffffff;
}

.bl-content-inner {
    padding: 16px 40px;
}

.bl-content-inner.bl-content-1-grid {
    padding: 16px 24px;
}

.bl-event-buttons {
    float: right;
}

.bl-left-icon {
    float: left;
    padding: 30px 40px 50px 0px;
}

.bl-right-pad-40 {
    padding-right: 40px;
}

.bl-right-pad-20 {
    padding-right: 20px;
}

.no-padding {
    padding: 0;
}

.birdlasser-table {
    border-collapse: collapse;
    width: 100%;
}
.birdlasser-table th {
    text-align: left;
    padding: 5px;
}
.birdlasser-table td {
    white-space: nowrap;
    padding: 5px;
}

.birdlasser-table td.center {
    text-align: center;
}

.birdlasser-table td.right {
    text-align: right;
}

.birdlasser-table, .birdlasser-table th, .birdlasser-table td {
   border: 1px solid white;
}
.birdlasser-table td.error {
   border-bottom: 1px solid #da3028;
}

.bl-billboard-info {
    position: absolute;
    padding: 80px 50px;
}

.bl-billboard-info p {
    font-size: 20px;
}

.recordsInfo {
    height: 400px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 12px;
    overflow-y: auto;
}

.recordsInfo ul {
    list-style-type: none;
    padding-left: 20px;
}

#speciesCount, .bl-count-header {
    float: right;
}

.bl-team-name {
    line-height: 32px;
}

.bl-sponsor-sanparks {
    background: transparent url('/images/sponsors/sanp.png') no-repeat center;
    background-size: 70%;
    height: 76px;
    width: 90px;
}

.bl-sponsor-blsa {
    background: transparent url('/images/sponsors/blsa.png') no-repeat center;
    background-size: 70%;
    height: 76px;
    width: 182px;
}


.bl-sponsor-pundamania {
    background: transparent url('/images/sponsors/puma.png') no-repeat center;
    background-size: 70%;
    height: 76px;
    width: 93px;
}

.bl-sponsor-gmaven {
    background: transparent url('/images/sponsors/gmaven.png') no-repeat center;
    background-size: 80%;
    height: 76px;
    width: 82px;
}

.bl-sponsor-birdlasser {
    background: transparent url('/images/sponsors/birdlasser.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 87px;
}

.bl-sponsor-yab {
    background: transparent url('/images/sponsors/yab.png') no-repeat center;
    background-size: 90%;
    height: 76px;
    width: 255px;
}

.bl-sponsor-ibateamchallenge {
    background: transparent url('/images/sponsors/ibateamchallenge.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 113px;
}

.bl-sponsor-cwac {
    background: transparent url('/images/sponsors/cwac.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 120px;
}

.bl-sponsor-adu {
    background: transparent url('/images/sponsors/adu.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 173px;
}

.bl-sponsor-flock2016 {
    background: transparent url('/images/sponsors/flock2016.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 173px;
}

.bl-sponsor-lab {
    background: transparent url('/images/sponsors/lab.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 128px;
}

.bl-sponsor-blng {
    background: transparent url('/images/sponsors/blng.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 70px;
}

.bl-sponsor-wits_bird_club {
    background: transparent url('/images/sponsors/wits_bird_club.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 76px;
}

.bl-sponsor-cpp {
    background: transparent url('/images/sponsors/cpp.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 247px;
}

.bl-sponsor-cp_wg {
    background: transparent url('/images/sponsors/cp_wg.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 93px;
}

.bl-sponsor-golder {
    background: transparent url('/images/sponsors/golder.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 198px;
}

.bl-sponsor-jlg {
    background: transparent url('/images/sponsors/jlg_tours.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 81px;
}

.bl-sponsor-fledge_ybcc {
    background: transparent url('/images/sponsors/fledge_ybcc.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 94px;
}

.bl-sponsor-kaapies_challenge {
    background: transparent url('/images/sponsors/kaapies_challenge.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 76px;
}

.bl-sponsor-st_stithians_college {
    background: transparent url('/images/sponsors/st_stithians_college.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 245px;
}

.bl-sponsor-birdwatcher {
    background: transparent url('/images/sponsors/birdwatcher.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 110px;
}

.bl-sponsor-sabisand {
    background: transparent url('/images/sponsors/sabisand.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 55px;
}

.bl-sponsor-honoraryrangers {
    background: transparent url('/images/sponsors/honoraryrangers.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 62px;
}

.bl-sponsor-ladysmith {
    background: transparent url('/images/sponsors/ladysmith_challenge.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 198px;
}

.bl-sponsor-birding_vaaldam {
    background: transparent url('/images/sponsors/birding_vaaldam.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 95px;
}

.bl-sponsor-flufftail_festival {
    background: transparent url('/images/sponsors/flufftail_festival.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 100px;
}

.bl-sponsor-bbd2017 {
    background: transparent url('/images/sponsors/birding_big_day_2017.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 129px;
}

.bl-sponsor-overberg {
    background: transparent url('/images/sponsors/overberg.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 205px;
}

.bl-sponsor-hc-conservation {
    background: transparent url('/images/sponsors/hc_conservation.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 154px;
}

.bl-sponsor-hiltoncoa {
    background: transparent url('/images/sponsors/hilton_coa.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 69px;
}

.bl-sponsor-kingsmeadcollege {
    background: transparent url('/images/sponsors/kingsmead_bird_challenge.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 75px;
}

.bl-sponsor-blzim {
    background: transparent url('/images/sponsors/blzim.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 53px;
}

.bl-sponsor-ecotours {
    background: transparent url('/images/sponsors/ecotours.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 209px;
}

.bl-sponsor-nce {
    background: transparent url('/images/sponsors/nce.png') no-repeat center;
    background-size: 100%;
    height: 76px;
    width: 59px;
}

.bl-table {
    border-collapse: collapse;
    width: 100%;
    background-color: #ffffff;
    color: #222222;
}

.bl-table th {
    text-align: left;
    padding: 5px;
}

.bl-table td {
    white-space: nowrap;
    padding: 5px;
}

.bl-table td.center {
    text-align: center;
}

.bl-table td.right {
    text-align: right;
}

.bl-table, .bl-table th, .bl-table td {
   border: 1px solid #e1e1e1;
}
.bl-table td.error {
   border-bottom: 3px solid #da3028;
}

.bl-subtitle {
    font-size: 16px;
}

.bl-floating-bottom .bl-subtitle {
    padding-top: 4px;
}

.forgot-password {
    float: right;
    margin-bottom: 10px;
}

.mdl-button.forgot-password {
    line-height: 26px;
    height: 26px;
}

.full-width {
    width: 100%
}

.select {
    padding: 20px 0px;
}

.flash-label {
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}

.event-list {
    list-style: none;
}

.event-list li {
    padding: 5px 0px;
    font-size: 18px;
}

.bl-content.bl-mega-footer {
    min-height: calc(100vh - 313px);
}

.bl-content.bl-mini-footer {
    min-height: calc(100vh - 145px);
    overflow: auto;
}

.playapartvideo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    text-align: center;
}

.playapartvideo iframe {
    position: absolute;
}

.bl-social-media {
    min-height: 25px;
    line-height: 18px;
}

.bl-social-media > div {
    float: left;
    padding-right: 16px;
    min-width: 61px;
    margin: 8px 0;
}

.event-team-member-list {
    list-style: none;
    font-size: 14px;
    line-height: 18px;
}

.bl-video-holder {
    min-height: calc(100vh - 343px);
}

.bl-section-white {
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
}

.bl-section-red {
    background: rgba(218, 48, 40, 1) none repeat scroll 0 0;
}

.bl-section-light-grey {
    /*color: #666;*/
    /*padding: 150px 100px;*/
    background: #f5f5f5!important;
    border-top: #f0efef;
}

.bl-content-white {
    margin: 16px 24px !important;
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
}

.bl-card-white {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
}

.bl-card-red {
    background: rgba(218, 48, 40, 1) none repeat scroll 0 0;
}

.mdl-card.mdl-card--border.bl-sponsor-card {
    min-height: 100px;
    width: auto;
    padding: 14px;
    display: inline-block;
    margin: 8px 24px 8px 0;
}

.mdl-card.mdl-card--border.bl-sponsor-card.bl-sponsor-card--transparent {
    background: transparent none repeat scroll 0 0;
}

    .mdl-card.mdl-card--border.bl-sponsor-card img {
        height: 50px;
    }

    .mdl-card.mdl-card--border.bl-sponsor-card.bl-sponsor-card--transparent {
        padding: 2px;
    }

    .mdl-card.mdl-card--border.bl-sponsor-card.bl-sponsor-card--transparent img {
        height: 56px;
    }

.bl-floating-container {
    display: flex;
}

.bl-floating-container .bl-floating-bottom {
    align-self: flex-end;
    flex-grow: 1;
}

.bl-icon-with-text {
    line-height: 34px;
}

td.bl-table-index {
    text-align: center;
}

.bl-table-header {
    margin: 8px 16px;
}

.bl-table-header .bl-spinner {
    width: 18px;
    height: 18px;
    line-height: 20px;
    top: 2px;
}

.bl-fix-map {
    line-height: 0;
}

.gm-style > div {
    line-height: 15px;
}

.gm-style .gm-style-iw {
    font-weight: 400;
}

td .icon {
    vertical-align: -5px;
    margin: 0 5px;
}

td .icon:hover {
    cursor: help;
}

table#tableContainer img {
    height: 24px;
    margin: -2px 5px 0 -3px;
}

tr[name="speciesRow"]:hover {
    cursor: pointer;
}

.bl-get-birdlasser.bl-store-badge img,
.mdl-mini-footer .bl-store-badge img {
    height: 36px;
}

.mdl-mega-footer .bl-store-badge img {
    height: 52px;
}

.bl-accordion__title {
    margin: 0 14px;
    padding: 16px 0;
    cursor: pointer;
}

.bl-accordion__navigation {
    border-bottom: 1px solid #da3028;
    display: block;
    position: relative;
}

.bl-accordion__navigation .bl-accordion__title > i {
    font-size: 36px;
    float: right;
    opacity: 0.87;
}

.bl-accordion__content {
    display: none;
    padding-bottom: 16px;
}

.bl-accordion__title i.up {
    display: none;
}

.mdl-data-table__cell--non-numeric.bl-wrap {
    white-space: normal;
}

.mdl-data-table__cell--non-numeric.bl-spacer div {
    padding-bottom: 12px;
}

.mdl-textfield .mdl-button.bl-button-right {
    right: 0;
}

.mdl-data-table th[data-sort] {
    cursor: pointer;
}

.mdl-data-table th.sorting-asc, .mdl-data-table th.sorting-desc {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.87);
}

.mdl-data-table th.sorting-asc i:before {
    content: "\E5C7";
    display: inline-block;
    vertical-align: middle;
}

.mdl-data-table th.sorting-desc i:before {
    content: "\E5C5";
    display: inline-block;
    vertical-align: middle;
}

.bl-checkbox-group .bl-checkbox {
    padding: 8px;
    float: left;
}

.mdl-grid--no-spacing .mdl-cell.bl-cell--space-end {
    margin-bottom: 8px;
}

#sponsors {
    height: 100%;
    white-space: nowrap;
}

    #sponsors > div {
        overflow-y: scroll;
    }

    #sponsors > div.mdl-cell:first-child {
        padding-left: 24px;
    }

    #sponsors > div.mdl-cell.mdl-cell--12-col {
        direction: rtl;
        overflow-y: hidden;
    }

.bl-modal--overlay {
    position: fixed;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    pointer-events: auto;
}

.bl-modal--card  {
    position: fixed;
    margin: auto;
    z-index: 1000;
    top: 10%;
    right: 0;
    left: 0;
}

.bl-horizontal-list li {
    display: inline;
    line-height: 36px;
    margin-right: 8px;
}

.bl-link-with-red-label {
    margin-top: 4px;
}

.bl-link-with-red-label>label {
    font-size: 12px;
    color: Red;
}

button#donateButton{
    cursor:pointer;
    background:#ffffff;
    border: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    color:#da3028;
    padding: 3px 10px 4px 10px;
    font-size: 14px;
    font-weight: 800;
}

button#donateButton:hover, input#donateButton:focus{
    background-color :#e1e1e1;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
    box-shadow: 0 0 1px rgba(0,0,0, .75);
}

#challengeJoinDone, #challengeDonate {
    min-width: 90px;
}

.mdl-tabs__tab-bar.bl-wrap-tabs {
    height: auto;
    min-height: 48px;
}

.mdl-tabs__tab-bar.bl-wrap-tabs a {
    height: auto;
    min-height: 48px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mdl-cell.bl-wrap {
    height: 100%;
}

.mdl-typography--body-1.bold,
.mdl-typography--body-1-color-contrast.bold {
    font-weight: 600;
    font-size: 16px;
}

.mdl-data-table.full-width {
    border: none;
}

.bl-logo-container {
    display: flex;
    justify-content: center;
}

.bl-logo-container img {
    height: 100%;
    width: 70%;
}

#progressOverlay,
.bl-progress-overlay {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0% 0%;
    z-index: 9999;
}

#progressOverlay .mdl-spinner,
.bl-progress-overlay .mdl-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -28px;
    margin-top: -28px;
    display: block;
}

.mdl-grid .mdl-cell.bl-add-spacing {
    margin-left: 16px;
}

.bl-myplay-play-heading {
    padding: 14px;
}

.bl-myplay-play3rdparty-heading {
    padding: 14px 24px;
}

.mdl-cell--4-col.bl-add-spacing {
    width: calc(33.3333% - 16px);
}

.bl-bby-links > a img {
    width: 65%;
    max-width: 302px;
}

.mdl-typography--title strong,
.mdl-typography--title-color-contrast strong,
.mdl-typography--headline strong,
.mdl-typography--headline-color-contrast strong {
    font-weight: 800;
}

.bl-card--header-background {
    background: #e3e3e3 url('/images/background_card.png') no-repeat center top;
    background-size: cover;
}

.mdl-textfield.bl-textfield--small {
    width: 240px;
}

.mdl-button.bl-button--action {
    margin-left: 30px;
}

td.mdl-data-table__cell--image {
    padding-bottom: 12px;
    text-align: center;
}

.button-fix {
    display: inline-block;
    width: 66%;
}

.bl-empty-card--play {
    background: #FFFFFF url('/images/bl_empty_card_play.png') no-repeat center;
}

#headerDropIn,
#headerDropInContent > .mdl-grid {
    position: relative;
}

#headerDropInContent {
    position: absolute;
    z-index: 9999;
}

.bl-drop-header--open {
    position: absolute;
    right: 5%;
    top: 0;
    transform: translate(0, -50%);
    z-index: 99;
}

.bl-drop-header--close {
    position: absolute;
    right: 5%;
    bottom: 0;
    transform: translate(0, 50%);
    z-index: 99;
}

.bl-inline {
    display: inline;
}

/* Smaller height for nav */

.mdl-layout__header {
    min-height: 44px;
}

.mdl-layout__header-row {
    height: 44px;
}

.mdl-layout__header-row .mdl-navigation__link {
    line-height: 44px;
}
nav.mdl-navigation {
    height: 20px;
    line-height: 20px;
}

nav.mdl-navigation i, nav.mdl-navigation [class^="mdi-"], nav.mdl-navigation [class*="mdi-"], nav.mdl-navigation i.material-icons {
    height: 20px;
    line-height: 20px;
}

nav.mdl-navigation .button-collapse i {
    height: 20px;
    line-height: 20px;
}

nav.mdl-navigation .brand-logo {
    font-size: 1.6rem;
}

.mdl-layout__header {
    min-height: 44px;
}

.mdl-layout__header-row {
    height: 44px;
}

.mdl-layout__header-row .mdl-navigation__link {
    line-height: 44px;
}


.selectize-control.loading-spinner::before {
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    content: ' ';
    z-index: 2;
    position: absolute;
    display: block;
    top: 50%;
    right: 34px;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 0;
    background: url(/images/ajax-loader-small-black.gif);
    background-size: 16px 16px;
    opacity: 0;
}
.selectize-control.loading-spinner.loading::before {
    opacity: 0.4;
}

.selectize-event-teamleadid-option-email {
    font-weight: bold;
}

.selectize-event-teamleadid-option-name {
    opacity: 0.8;
}

.selectize-control .option-error {
    color: red!important;
}

@media(max-width: 1024px) {

    .bl-content.bl-mini-footer {
        min-height: calc(100vh - 149px);
    }

    .bl-content.bl-mega-footer {
        min-height: calc(100vh - 339px);
    }

    .bl-max-width-180 {
        max-width: 160px;
    }

    .bl-icon-with-text {
        line-height: 18px;
    }
    .mdl-typography--title, .mdl-typography--title-color-contrast {
        font-size: 16px;
    }
}

/*mobile layout*/
@media(max-width: 839px) {
    
    .bl-flex-column-mobile {
        flex-direction: column;
    }
    
    .bl-order1-mobile {
        order: 1;
    }
    
    .bl-order2-mobile {
        order: 2;
    }
    
    #map-canvas-teams {
        height: 400px;
    }
    
    #map-canvas {
        height: 400px;
    }

    .bl-column {
        padding: 0px;
    }
    
    .available-on {
        padding: 10px;
    }
    
    .share {
        padding: 10px;
    }
    
    .about {
        padding: 10px;
    }

    .recordsInfo {
        height: auto;
    }
    
    .bl-event-buttons {
        float: left;
    }
    
    .bl-billboard-info {
        padding: 20px 20px;
    }
    
    .bl-billboard-info p {
        font-size: 16px;
    }
    
    .bl-content-inner {
        padding: 10px;
    }

    .bl-mobile-float-left {
        float: left;
    }

    .bl-mobile-float-right {
        float: right;
    }

    .bl-content-inner {
        padding: 8px 20px;
    }
    .bl-content-inner.bl-content-1-grid {
        padding: 8px 12px;
    }
    
    .jcarousel li img {
        width: 180px;
    }
    
    .playapartvideo {
        width: 100%;
        height: auto;
        max-width: 640px;
    }

    .bl-content.bl-mini-footer {
        min-height: calc(100vh - 124px);
    }

    .bl-content.bl-mega-footer {
        min-height: calc(100vh - 331px);
    }
    .bl-floating-container {
        position: static;
    }

    .bl-floating-bottom {
        position: static;
    }

    .bl-store-badge {
        display: none;
    }

    .mdl-tabs__tab-bar.bl-wrap-tabs a {
        font-size: 12px;
        line-height: 18px;
    }

    .button-fix {
        display: inline-block;
        width: 50%;
    }

    .mdl-grid .mdl-cell.bl-add-spacing {
        margin-left: 0;
    }

    .mdl-data-table td {
        padding: 4px 2px;
    }

    .mdl-data-table td:first-of-type, .mdl-data-table th:first-of-type {
        padding-left: 4px;
    }
}



@media(max-width: 760px) {

    .bl-content.bl-mini-footer {
        min-height: calc(100vh - 160px);
    }

    .bl-content.bl-mega-footer {
        min-height: calc(100vh - 316px);
    }

    .mdl-typography--title, .mdl-typography--title-color-contrast {
        font-size: 14px;
    }
}

/*mobile layout - very small*/
@media(max-width: 479px) {
    #map-canvas-teams {
        height: 300px;
    }
    
    #map-canvas {
        height: 300px;
    }
    
    .lasser-header-logo {
        background: transparent url('/images/logo-small.png') no-repeat left top;
        height: 26px;
        width: 160px;
    }
    
    .lasser-header-logo-sanparks {
        background: transparent url('/images/logo_sanparks.png') no-repeat left top;
        height: 60px;
        width: 54px;
    }
    
    .lasser-header-logo-birdlifesa {
        background: transparent url('/images/BirdLife_Logo.png') no-repeat left top;
        height: 60px;
        width: 109px;
        float: right;
    }
    
    .bl-billboard-info p {
        font-size: 12px;
    }

    .bl-content-inner {
        padding: 4px 10px;
    }
    .bl-content-inner.bl-content-1-grid {
        padding: 4px 6px;
    }
    
    .jcarousel li img {
        display: none;
    }
    
    .jcarousel li {
        height: 264px;
    }

    .bl-content.bl-mini-footer {
        min-height: calc(100vh - 136px);
    }

    .bl-content-white {
        margin: 0 !important;
    }

    .bl-content.bl-mega-footer {
        min-height: calc(100vh - 308px);
    }

    #sponsors div.mdl-cell:first-child {
        padding-left: 12px;
    }

    .mdl-card.mdl-card--border.bl-sponsor-card {
        min-height: 70px;
        margin: 8px 12px 8px 0;
        width: auto;
        padding: 8px;
        display: inline-block;
    }

    .mdl-card.mdl-card--border.bl-sponsor-card img {
        height: 50px;
    }

    .mdl-card.mdl-card--border.bl-sponsor-card.bl-sponsor-card--transparent img {
        height: 56px;
    }

    .mdl-button.bl-button--action {
        margin-left: 0;
        float: right;
    }

    .button-fix {
        display: inline;
        width: auto;
    }

    .bl-challenge__item {
        border-bottom: 1px solid black;
    }

        .bl-challenge__item img {
            max-height: 100px;
        }
}


.pad-right-20 {
    padding-right: 40px;
}

.pad-right-40 {
    padding-right: 40px;
}

.pad-left-20 {
    padding-right: 40px;
}







/*
jcaroucel styles
*/
.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}

.jcarousel-wrapper {
    position: relative;
}

.jcarousel-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin: 0;
    margin-left: -22px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

.jcarousel li {
    padding-top: 40px;
}

.jcarousel li img {
    margin-left: 60%;
    max-width: 320px;
}

.facebook-button-wrapper {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.facebook-login-button {
    border-radius: 2px;
    display: inline-block;
    background: #354c8c;
    padding: 4px;
    color: #fff;
}

.facebook-login-button:hover {

}

.facebook-login-button:active {

}

.facebook-login-button img {
    padding: 0 8px 2px 2px;
}

.login-or {
    padding: 0 48%;
}

.bl-my-profile td {
    width: 110px;
}

.bl-login-grey {
    display: block;
    color: grey;
    font-style: italic;
    margin-top: 10px;
}

.bl-border-bottom {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.bl-border-top {
    border-top: 1px solid rgba(0,0,0,.1);
}

.bl-section-navigation-right {
    float:right;
}

.bl-card-my-birdlasser:hover {
    background-color: rgba(0,0,0,.05);
    cursor: pointer;
}

.bl-challenge-geoLocations {
    overflow-y: hidden;
    max-height: 50px;
    text-overflow: ellipsis;
    font-size: 12px;
}

table[name="challenges"] tr {
    height: 82px;
}

table[name="challenges"] td.mdl-data-table__cell--image img {
    width: 115px;
}

.bl-card-my-birdlasser {
    color: #666;
}

.bl-card-my-birdlasser img {
    max-width: 100%;
    max-height: 70px;
}

.bl-hidden {
    display: none;
}

.mdl-navigation__link:hover {
    background-color: rgba(0,0,0,0.1);
}

.mdl-navigation__link.bl-nav-active {
    font-weight: bold;
    background-color: rgba(0,0,0,0.1);
}

.field-sheet-record-list {
    padding-left: 1rem;
}

.field-sheet-record-list li {
    list-style: none;
    margin-bottom: 0.3rem;
}

ul#fieldsheetList {
    padding-left: 0rem;
}

.fieldsheetHeader {
    padding-left: 0.5rem;
    font-weight: bold;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
}

.field-sheet-list li {
    list-style: none;
}

.bl-opacity-60 {
    opacity: 0.6;
}

tr.bl-event-team-selected {
    background-color: #f1f1f1;
}

tr.bl-event-hover:hover {
    background-color: #ddd!important;
}

.bl-margin-top-10 {
    margin-top: 10px;
}

.bl-share__title_container {
    position: relative;
}

.bl-share__title_container .mdl-button {
    float: right;
}

.bl-share__title_container .mdl-menu {
    float: right;
}

.bl-challenges-card {
    position: relative;
}

.bl-challenges-card-menu {
    top: auto;
    bottom: 2px;
    right: 2px
}

/* .bl-content {
    min-height: calc(100vh - 44px);
    display:flex;
    flex-direction:column;
}
.bl-content .bl-content__vertical-fill {
    flex: 1;
}

.bl-content .bl-content__inner {
    display: inline-block;
} */