﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

body {
    font-family: 'Open Sans', sans-serif;
    background: #f9f9f9;
}

main {
    margin-top: 50px;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.header-bar {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 4;
    background: #ffffff;
    height: 50px;
    left: auto;
    right: auto;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
}

.header-logo .logo {
    padding: 6px 38px;
}

    .header-logo .logo img {
        height: 39px;
    }

.profile-bar {
    height: 100px;
    padding: 22px 0px;
}

    .profile-bar .profile-img-icon {
        height: 65px;
        border-radius: 50%;
        float: left;
    }

    .profile-bar .name-date {
        float: left;
        padding: 10px 0px 10px 0px;
    }

.shared-content {
    clear: both;
}

#playbackControls {
    opacity: .80;
    background-color: #000000;
    position: absolute;
    height: 55px;
    bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
    right: 0px;
    left: 0px;
}

.display-card {
    opacity: .80;
    background-color: #000000;
    color: white;
}

img.go-live {
    height: 30px;
}

span.go-live {
    margin-left:10px;
    position: relative;
    top: -8px;
}

.go-live-bar {
    padding: 10px;
    position: absolute;
    height: 35px;
    bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
    left: 0px;
    padding-right: 25px;
}

#playPauseButton {
    width: 35px;
    height: 35px;
    margin-top: 10px;
    margin-left: 10px;
    background: black;
    color: white;
}

#progressBar {
    height: 2px;
    background: white;
    color: #323232;
    vertical-align: middle;
    position: absolute;
    left: 70px;
    right: 85px;
    top: 27px;
    width: auto;
}

    #progressBar::-moz-progress-bar {
        background: #3aace2;
    }

    #progressBar::-webkit-progress-bar {
        background: transparent;
    }

    #progressBar::-webkit-progress-value {
        background: #3aace2;
    }

#startTripFlag {
    margin-left: 5px;
    height: 20px;
    top: 15px;
    position: absolute;
}

#endTripFlag {
    height: 20px;
    right: 70px;
    margin-right: 5px;
    top: 15px;
    position: absolute;
}

#SpeedDiv {
    height: 20px;
    right: 0;
    margin-right: 5px;
    top: 5px;
    position: absolute;
}

.gearArea {
    display: block;
    margin-left: 20px;
    margin-top: 15px;
}


#PhotosOverlay {
    background-color: transparent;
    position: absolute;
    height: 5em;
    bottom: 110px;
    left: 10px;
    right: 0px;
    overflow: hidden;
}

.photoCard {
    margin-left: .5em;
    margin-top: 5px;
    float: left;
    height: 5em;
    opacity: 1;
}

.arrow {
    opacity: .80;
    background-color: #000000;
    color: white;
    width: 40px;
}

    .arrow span {
        width: 100%;
        text-align: center;
        vertical-align: middle;
        margin-top: 80px;
    }

.photoCardImage {
    height: 5em;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.5);
}

#AnglrLogoDiv {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

#AnglrLogo {
    height: 25px;
}

#DownloadDiv {
    position: absolute;
    bottom: 10px;
    right: 5px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
}

#DownloadText {
    margin-bottom: 15px;
    display: none;
}

.download-and-fish a img {
    height: 25px;
    margin: 5px;
    background: transparent;
}

.catchHeaderTitle {
    font-size: .9em;
    color: #FFFFFF;
    opacity: 1;
    margin-left: 10px;
    margin-top: 15px;
    vertical-align: middle;
}

.catchHeaderweight {
    font-size: .75em;
    color: #9A9A9A;
    opacity: 1;
    margin-left: 15px;
    margin-top: 5px;
}

.catchCard {
    margin-left: 15px;
    margin-top: 10px;
    clear: left;
    display: none;
}

.catchCardSpecies {
    font-size: 1.0em;
    color: #FFFFFF;
    opacity: 1;
}

.catchDetails {
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}

.catchCardImage {
    float: left;
    margin-top: 10px;
}

.catchCardWeight {
    font-size: 1em;
    color: #9A9A9A;
    opacity: 1;
    margin-top: 5px;
}

#dataHeader {
    opacity: .80;
    background-color: #000000;
    position: absolute;
    height: 65px;
    width: 100%;
    left: 0;
    top: 0;
}

.dataOverlay {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 1;
    display: inline-block;
}

.dataHeaderTitle {
    font-size: .75em;
    color: #9A9A9A;
    opacity: 1;
}

.dataHeaderValue {
    font-size: .9em;
    color: #FFFFFF;
    opacity: 1;
    margin-top: 5px;
}

.dataHeaderSelectList {
    margin-top: 5px;
}


#profileOverlay {
    opacity: .80;
    background-color: #000000;
    position: absolute;
    height: 75px;
    width: 48%;
    top: 70px;
    left: 5px;
    margin-right: 10px;
    display: block;
}


.profileRow {
    display: table-cell;
    margin-left: 20px;
    margin-top: 20px;
    height: 60px;
    width: 60%;
}

.avatar {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    vertical-align: middle;
    border-width: 1px;
    border-color: yellow;
    margin-left: 5px;
    margin-top: 10px;
    float: left;
}

.userName {
    font-size: .8em;
    color: #FFFFFF;
    margin-left: 5px;
}

.tripName {
    font-size: .75em;
    color: #ffffff;
    margin-left: 5px;
    margin-top: 5px;
}

.tripDate {
    font-size: .65em;
    margin-top: 5px;
    margin-left: 5px;
    color: #9A9A9A;
}

.tripRow {
    margin-top: 10px;
    height: 60px;
    float: left;
    margin-left: 5px;
    width: 60%;
}




.profileAreaTitle {
    font-size: .8em;
    color: #9A9A9A;
    opacity: 1;
}

.profileAreaValue {
    font-size: .75em;
    color: #FFFFFF;
    opacity: 1;
}



.FullScreenGoogleMap {
    background-color: lightblue;
    border: 1px solid black;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


#PhotoPopup {
    left: 10px;
    right: 10px;
    top: 150px;
    z-index: 10000;
    position: absolute;
}

    #PhotoPopup .photoCard {
        float: none;
        text-align: center;
        height: unset;
        margin-left: unset;
    }

        #PhotoPopup .photoCard .photoCardImage {
            height: unset;
            width: 100%;
        }

    #PhotoPopup  img {
        width: 100%;
    }


    .overlay {
        text-align: center;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .overlay .playWrapper {
        opacity: 1;
        z-index: 100;
        width: 300px;
        background: rgba(0,0,0,0.6) url("/images/play-button.png") no-repeat scroll center center / 150px 150px;
    }


.card img.trip {
    object-fit: cover;
    width: 300px;
    z-index: 50;
}

.playWrapper .playBtn {
    position: absolute;
    z-index: 200;
    width: 150px;
    height: 150px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; /* center */
}

@media only screen and (min-width: 768px) {


    .overlay {
        text-align: center;
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

        .overlay .playWrapper {
            opacity: 1;
            z-index: 100;
            width: 500px;
            background: rgba(0,0,0,0.6) url("/images/play-button.png") no-repeat scroll center center / 50px 50px;
        }

    .playWrapper .playBtn {
        position: absolute;
        z-index: 200;
        width: 150px;
        height: 150px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; /* center */
    }



    .card img.trip {
        object-fit: cover;
        width: 500px;
        z-index: 50;
    }



    #playPauseButton {
        width: 50px;
        height: 50px;
        margin-top: 15px;
        margin-left: 15px;
        background: black;
        color: white;
    }


    #playbackControls {
        opacity: .80;
        background-color: #000000;
        position: absolute;
        height: 80px;
        width: 650px;
        bottom: -10px;
        left: 350px;
        margin-bottom: 40px;
    }

    #profileOverlay {
        opacity: .80;
        background-color: #000000;
        position: absolute;
        height: 100px;
        width: 250px;
        top: 90px;
        left: 10px;
        left: unset;
        margin-right: 20px;
        display: block;
    }


    .gearArea {
        display: block;
        margin-left: 20px;
        margin-top: 15px;
    }

    .profileRow {
        display: table-cell;
        margin-left: 20px;
        margin-top: 20px;
        height: 60px;
    }

    .avatar {
        border-radius: 50%;
        height: 60px;
        width: 60px;
        border-width: 1px;
        border-color: yellow;
        vertical-align: middle;
        margin-left: 10px;
        margin-top: 10px;
        display: inline-block;
    }

    .userName {
        font-size: 1.1em;
        color: #FFFFFF;
        vertical-align: middle;
    }

    .tripName {
        margin-top: 5px;
        font-size: .9em;
        color: #ffffff;
        margin-left: 10px;
        overflow: hidden;
    }

    .tripDate {
        font-size: .8em;
        margin-top: 5px;
        margin-left: 10px;
        color: #9A9A9A;
    }

    .tripRow {
        margin-top: 10px;
        display: inline-block;
        width: 150px;
    }

    #PhotosOverlay {
        background-color: transparent;
        position: absolute;
        height: 200px;
        right: 0px;
        top: 80px;
        left: 270px;
    }

    .photoCard {
        margin-left: 20px;
        margin-top: 10px;
        float: left;
        height: 200px;
        opacity: 1;
    }

    .photoCardImage {
        height: 200px;
        box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.5);
    }

    #AnglrLogoDiv {
        position: absolute;
        bottom: 110px;
        left: 10px;
        width: 250px;
        text-align: center;
    }

    #AnglrLogo {
        width: 100px;
        height: unset;
    }

    #DownloadDiv {
        position: absolute;
        bottom: 25px;
        left: 15px;
        width: 250px;
        color: #ffffff;
        text-align: center;
        font-weight: 700;
    }

    #DownloadText {
        margin-bottom: 15px;
        display: block;
    }

    .download-and-fish a img {
        height: 35px;
        margin: 5px;
        background: transparent;
    }

    .catchPopup {
        /*opacity: .80;*/
        background-color: #000000;
    }

    #catchesOverlay {
        opacity: .80;
        background-color: #000000;
        position: absolute;
        height: 450px;
        width: 250px;
        top: 230px;
        left: 10px;
        right: 0px;
        margin-right: 20px;
    }

    .catchHeaderTitle {
        font-size: 1.4em;
        color: #FFFFFF;
        opacity: 1;
        margin-left: 15px;
        margin-top: 15px;
    }

    .catchHeaderweight {
        font-size: 1em;
        color: #9A9A9A;
        opacity: 1;
        margin-left: 15px;
        margin-top: 5px;
    }

    .catchCard {
        margin-left: 15px;
        margin-top: 10px;
        clear: left;
        display: block;
    }

    .catchCardSpecies {
        font-size: 1.0em;
        color: #FFFFFF;
        opacity: 1;
    }

    .catchDetails {
        float: left;
        margin-left: 10px;
        margin-top: 15px;
    }

    .catchCardImage {
        float: left;
        margin-top: 10px;
    }

    .catchCardWeight {
        font-size: 1em;
        color: #9A9A9A;
        opacity: 1;
        margin-top: 5px;
    }

    #dataHeader {
        opacity: .80;
        background-color: #000000;
        position: absolute;
        height: 70px;
        width: 100%;
        left: 0;
        top: 0;
    }

    #SpeedDiv {
        margin-top: 10px;
    }

    #PhotoPopup {
        left: 275px;
        /*right: 50px;*/
        top: 90px;
        height: 800px;
        z-index: 10000;
        position: absolute;
    }

        #PhotoPopup .photoCard {
            height: 800px;
            float: none;
            text-align: center;
            width: unset;
        }

            #PhotoPopup .photoCard .photoCardImage {
                height: 800px;
                width: unset;
            }

    .dataOverlay {
        margin-left: 50px;
        margin-top: 15px;
        margin-bottom: 12px;
        opacity: 1;
        display: inline-block;
    }

    .dataHeaderTitle {
        font-size: 10pt;
        color: #9A9A9A;
        opacity: 1;
    }

    .dataHeaderValue {
        font-size: 14pt;
        color: #FFFFFF;
        opacity: 1;
        margin-top: 5px;
    }

    .dataHeaderSelectList {
        margin-top: 5px;
    }


    .profileAreaTitle {
        font-size: 1em;
        color: #9A9A9A;
        opacity: 1;
    }

    .profileAreaValue {
        font-size: 1.0em;
        color: #FFFFFF;
        opacity: 1;
    }


    #progressBar {
        left: 95px;
        top: 40px;
    }

    #startTripFlag {
        top: 30px;
        margin-left: 10px;
    }

    #endTripFlag {
        top: 30px;
        margin-right: 10px;
    }


    .FullScreenGoogleMap {
        background-color: lightblue;
        border: 1px solid black;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
} /* End of large screen media section*/

span.name {
    font-weight: bold;
    font-size: 14px;
    color: #323232;
    display: block;
    padding: 0px 0px 0px 14px;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0 0 -5px 0
}

span.description {
    font-weight: bolder;
    font-size: 12px;
    color: #676767;
    padding: 0px 0px 0px 14px;
}

.card {
    background: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
    height: auto;
    margin: 12px 0;
    padding: 12px 12px 24px 12px;
    border: 1px solid rgba(0,0,0,.05);
}

.card-title {
    font-size: large;
    font-weight: bold;
}

.card table tr {
    padding-top: 10px;
}

.card table th {
    font-weight: bolder;
    font-size: 12px;
    color: #676767;
    padding: 14px 0px 0px 14px;
}

.card table td {
    font-weight: bold;
    font-size: 14px;
    color: #323232;
    padding: 14px 0px 0px 14px;
}

.card .brand-header {
    text-align: center;
    height: 48px;
    padding: 5px;
    margin-bottom: 20px;
}

    .card .brand-header img {
        height: 40px;
    }

.card img.gear {
    width: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}


.gear-card {
    float: left;
    text-align: center;
    margin-top: 20px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    margin: 10px;
    padding: 10px;
    overflow: auto;
}

    .gear-card img {
        height: 119px;
        width: 119px;
        object-fit: cover;
    }

        .gear-card img.wide {
            width: 278px;
            object-fit: cover;
        }

    .gear-card .name {
        padding: 0px;
        width: 119px;
    }





.waypoint-card {
    float: left;
    text-align: center;
    margin-left: 20px;
    margin-top: 20px;
    width: 180px;
}

    .waypoint-card img {
        width: 30px;
        float: left;
    }

    .waypoint-card div {
        float: right;
        padding: 10px;
    }

        .waypoint-card div span {
            width: 40px;
        }

    .waypoint-card table th {
        font-weight: bolder;
        font-size: 12px;
        color: #676767;
        padding: 14px 0px 0px 14px;
    }

    .waypoint-card table td {
        font-weight: bold;
        font-size: 14px;
        color: #323232;
        padding: 14px 0px 0px 14px;
        text-align: right;
    }

.get-the-app a img {
    height: 45px;
    margin: 10px;
}


footer {
    text-align: center;
    color: lightgray;
}

/* challenge details */
.challenge-label {
  font-weight: 300;
  width: 100px;
  display: inline-block;
}

#challenge-header {
    margin-top: 60px;
}
#challenge-header, #challenge-subheader, #challenge-name, .challenge-image {
  text-align: center;
  font-family: 'roboto', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}

#challenge-wrapper {
  font-family: 'Open Sans', sans-serif;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#challenge-description, #challenge-spoils, #challenge-participants, #challenge-dates {
    margin-top: 20px;
}

#challenge-description {
  white-space: pre-wrap;
}

.challenge-image img {
    max-width: 200px;
}

#challenge-details {
  background: #fff;
  padding: 10px 70px 70px 70px;
  box-shadow: 1px 1px 5px #cccccc;
}
