﻿body {
    margin:10px;
    background-color: #DDDDDD;
}

h4 {
    margin-top: 5px;
}

.navbar-brand 
{
    padding: 20px 15px;
}

.box {
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px;
    border-color: #ddd;
    background-color: white;
}

tr {
    background-color: white;
}

.navbar {
    margin-bottom: 10px;
}

#yearnote {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    background-color: white;
}

.yearnote-year {
    margin-top: 10px;
}

#filter {
    margin-bottom: 10px;
}

.questioned {
    color: #DDDDDD;
    font-style: italic;
}

.yeartd-note {
    background-color: #f8f8f8;
    border: 1px dashed silver;
}

.yearth-icons {
    width: 50px;
}

.yearth-date {
    width: 120px;
}

td.gig-list-date div {
    display: inline-block;
}
td.gig-list-date div.gig-day-name-short {
    width: 25px;
}

.yearth-country {
    width: 100px;
}

@media (max-width: 767px) {
    .yearth-icons {
        width: 30px;
    }

    .yearth-date {
        width: 60px !important;
    }

    .yearth-country {
        width: 65px !important;
    }

    .mobile-day {
        display: inline-block !important;
        font-size: 9px;
        padding-top: 0px;
    }

    .gig-list-date {
        line-height: 1.2 !important;
    }

    span.visible-xs {
        display: inline-block !important;
    }

        span.visible-xs.mobile-day {
            display: block !important;
            color: slategray;
        }
}

.gig-optionalinfo-wrapper {
}

.gigsetlist {
    background-color: white;
    border: 1px solid #ddd;
    min-height: 80px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bolder;
}

    .gigsetlist .setlist-note {
        font-style: italic;
        font-weight: normal;
    }

    .gigsetlist span {
        font-weight: normal;
    }

.setlistsnippet {margin-left:10px; color:slategray; font-style:italic; font-size:small;}
.setlistnote {margin-left:10px; color:slategray; font-style:italic; font-size:small;}
.setlisttape { color:slategray; font-style:italic; font-size:small; }
.setlisttape img { height: 12px; margin-bottom: 4px; }


.gigbands { font-style: italic; }
.gigdate { font-weight: bold; }

.gigdesc { }
.gigconfirmation { }
.gigbroadcasts {  }
.gigofficialrelease {  }
.gigvideo {  }
.gignote {  }
.gigdesc {  }

.yeartr-cancelledgig td { text-decoration: line-through; }

.table {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
}

table.albumtable td {
    vertical-align: middle !important;
}

.previousGigLink {
    font-size: 10pt;
}
.nextGigLink {
    font-size: 10pt;
    text-align: right;
}

.navbar-brand {
    margin-top: -5px;
}


.album-small {
    position: relative;
    display: inline-block;
    height: 48px;
    width: 48px;
    padding: 0;
    margin: 0;
}

    .album-small .album-small-image {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0;
    }

        .album-small .album-small-image img {
            height: 45px;
            width: 45px;
        }

    .album-small .album-small-count {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        color: white;
        text-shadow: red 1px 1px 3px;
        padding: 0;
        margin: 0;
    }
