
/*.sponsor_banner {*/
/*    display: none;*/
/*}*/
#showlist {
    overflow: auto;
    /*height: 100%;*/
    width: 100%;
    min-width: 200px;
    margin: 0 auto;
}
.filter-controls {
  margin-bottom: 1px;
  text-align: center;
    background: black;
    color: white;
}

  .venue-filter {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: white;
    min-width: 150px;
    color: #333;
  }
.venue-filter:focus {
  outline: none;
  border-color: #fed136;
}
#map {
    width: 100%;
    /*margin-top: -31px;*/
    height: 100%;

    /*background: red;*/
    margin: 0 auto;
}
.left-side-div {
    /*height: 60%;*/
    /*background: blue;*/
    margin: auto;
    min-width: 200px;
    /*float: right;*/
}

.sosscal-strike-through {
    text-decoration: line-through; !important
}

.titlelink {
    font-family: 'Oxygen', sans-serif;
    color: white;
}
.titlelink a:link { color: inherit; text-decoration: inherit;}
.titlelink a:visited { color: inherit; text-decoration: inherit;}
.titlelink a:hover { color: inherit; text-decoration: inherit;}
.titlelink a:active { color: inherit; text-decoration: inherit;}

.right-side-div {
    height: 400px;
    width: 100%;
    /*background: green;*/

    clear: both;
}
/* Main styles */
body {
    font-family: "Oxygen", sans-serif;
    background: black;
}

h3 {
    margin-top: 3px
}
#maindiv {
    clear: both;
    /*height: 101%;*/
    /*flot: left;*/
    width: 100%;
    padding-top: 3px;
    margin: auto;
    max-width: 800px;
    background: black;
}

#row_div_normal {
    background: lightgrey;
}
#row_div_yesterday {
    background: lightgrey;
    color: grey ;
}

#row_div_highlight {
    background: #0aa66e;
}


.bodydiv {
    width: 100%;
    background: black;
}

  body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}
.view-more-text {
    display: none;
    /*height: 100%;*/
    vertical-align: bottom;
    text-align: center;
    position: relative;
    bottom: 0;
    right: 0;
    float: right;
    /*background: red;*/
    /*width: 100%;*/
    /*float: right;*/
    clear: both;

}
.view-more-text span {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 3px;
    background: floralwhite;
}
.clear {
    clear: both;
}
.yesterday_date_row {
    color: red;
}

.date_row .directions { color: blue}
.date_row a:link { color: inherit;}
.date_row a:visited { color: inherit;}
.date_row a:hover { color: inherit; }
.date_row a:active { color: inherit;}
/*.date_row .directions { color: blue}*/
/*.date_row a:link { color: black; text-decoration: none;}*/
/*.date_row a:visited { color: black; text-decoration: none;}*/
/*.date_row a:hover { color: blue; text-decoration: none;}*/
/*.date_row a:active { color: red; text-decoration: none;}*/

.date_row .directions { color: blue}
.extralink a:link { color: blue; text-decoration: inherit;}
.extralink a:visited { color: blue; text-decoration: inherit;}
.extralink a:hover { color: blue; text-decoration: inherit;}
.extralink a:active { color: blue; text-decoration: inherit;}

.date_row_show_url a:link { color: blue;}
.date_row_show_url a:visited { color: blue;}
.date_row_show_url a:link { color: blue;}
.date_row_show_url a:link { color: blue;}
.date_row_show_url {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 0px;
    /*background: red;*/
}
.showlist {
  display: flex;
  flex-direction: column;
  border: 2px solid green;
}

.expanded_date_row {
    width: 100%;
    background: inherit;
    /*padding: 5px;*/
    border: 1px solid black;
    font-size: 10pt;
    display: flex;
    flex-direction: row;
    /* flex: 1 2 auto; */
    /*//overflow: hidden;*/
}

.date_row {
    height: 70px;
    min-height: 70px;
    width: 100%;
    background: inherit;
    /*padding: 5px;*/
    border: 1px solid black;
    font-size: 10pt;
    display: flex;
    flex-direction: row;
    /*margin: 10px;*/
    /* flex: 1 2 auto; */
    /*//overflow: hidden;*/
}

.date_row_date {
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    /* width: 190px; */
    border-right: 1px solid black;
    /*border-bottom: 1px solid black;*/
    /*font-size: 8pt;*/
    background: floralwhite;
    /*flex: 6.5;*/
    width: 60px;
    margin: 1px;
    height: auto;
    /* flex-basis: 0; */
    background: floralwhite;
    /*float: left;*/
    font-weight: 500;
    /* height: 80%; */
    clear: both;
}
.date_row_band_desc {
    /*height: 100%;*/
    /*display: inline-block;*/
    /*width: 80%;*/
    background: inherit;
    padding-left: 5px;
    overflow: hidden;
    flex: 100 ;
    margin-bottom: 2px;
    padding-bottom: 5px;
}

.date_row_date_m {
    /*width: 69px;*/
    height: 17px;
    font-size: 90%;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    /*border: 1px solid black;*/
    margin-bottom: 0px;
    background: #b80000;
    color: white;
    /*font-weight: bold;*/
}
.date_row_date_dom {
    /*width: 100%;*/
    /* height: 40%; */
    font-size: 237%;
    text-align: center;
    vertical-align: middle;
    /* border: 1px solid black; */
    margin-top: -5px;
    height: auto;
    font-weight: 600;
}

.date_row_show_url {

}
/*.date_row_date_dow {*/
/*  width: 100%;*/
/*  height: 5px;*/
/*  font-size: 95%;*/
/*  border: 1px solid black;*/
/*  text-align: center;*/
/*  vertical-align: bottom;*/
/*  margin-top: 0px;*/
/*  height: auto;*/
/*  padding: 0px;*/
/*  padding: 10px;*/
/*}*/
.date_row_date_dow {
     width: 100%;
    height: 5px;
    font-size: 95%;
    text-align: center;
    vertical-align: bottom;
    margin-top: -10px;
    height: auto;
    padding: 0px;
     /*border: 1px solid black;*/
     /*padding: 10px; */
}




/*.date_row .directions { color: blue}*/
/*.date_row a:link { color: black; text-decoration: none;}*/
/*.date_row a:visited { color: black; text-decoration: none;}*/
/*.date_row a:hover { color: blue; text-decoration: none;}*/
/*.date_row a:active { color: red; text-decoration: none;}*/
/*.date_row {*/
/*    !*height: 70px;*!*/
/*    width: 100%;*/
/*    background: lightgrey;*/
/*    !*padding: 5px;*!*/
/*    border: 1px solid black;*/
/*    font-size: 10pt;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    flex: 0 0 auto;*/
/*   */
/*}*/
/*.date_row_date {*/
/*    !*height: 100%;*!*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    flex: 1 20px;*/
/*    width: 50px;*/
/*    border-right: 1px solid black;*/
/*    !*font-size: 8pt;*!*/

/*    background: floralwhite;*/
/*    !*float: left;*!*/
/*    font-weight: 500;*/
/*    clear: both;*/
/*}*/
/*.date_row_date_m {*/
/*    !*width: 69px;*!*/
/*    height: 24%;*/
/*    font-size: 90%;*/
/*    text-align: center;*/
/*    vertical-align: middle;*/
/*    padding: 0px;*/
/*    margin-bottom: 4px;*/
/*    background: #b80000;*/
/*    color: white;*/
/*    !*font-weight: bold;*!*/
/*}*/
/*.date_row_date_dom {*/
/*    !*width: 100%;*!*/
/*    height: 40%;*/
/*    font-size: 237%;*/
/*    text-align: center;*/
/*    vertical-align: middle;*/
/*    font-weight: 600;*/
/*    padding: 0 0 0 0;*/
/*    margin-top: -7;*/
/*}*/
/*.date_row_date_dow {*/
/*    //width: 100%;*/
/*    height: 10%;*/
/*    font-size: 95%;*/
/*    text-align: center;*/
/*    vertical-align: bottom;*/
/*    padding: 10px;*/
/*}*/


/*.date_row_band_desc {*/
/*    !*height: 100%;*!*/
/*    !*display: inline-block;*!*/
/*    !*width: 80%;*!*/
/*    padding-left: 5px;*/
/*    overflow: hidden;*/

/*}*/

.band {
    font-weight: 600;
    font-size: 105%;
}
.band_desc {
    font-weight: 300;
    /*font-size: 8pt;*/
}
.venue {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
}
.venue_desc {
    font-weight: 300;
    /*font-size: 10pt;*/
    font-style: italic;
}

.date_row_venue {
        line-height: 98%;
        white-space: nowrap;
    overflow: hidden;
    /*background: #dc0d7b;*/
}
.venue_address {
    font-weight: 300;
    /*font-size: 8pt;*/
    font-style: normal;
        white-space: nowrap;
    overflow: hidden;

}
.emaillink:link {color: deepskyblue;}
.emaillink:visited {color: deepskyblue;}
.emaillink:hover {color: deepskyblue;}

select.form-control {
  line-height: 18px;
    /*width: 33%;*/
    height: 25px;
    padding: 0px;
}
.band {
}
.date_row_band {
    /*height:20px;*/
    /*max-width: 80%;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 105%;
}
.date_row_band_time {
    /*height:20px;*/
    /*width: 100%;*/
    /*overflow: hidden;*/
    white-space: nowrap;
    margin-left: 5px;
    overflow: hidden;
    white-space: nowrap;
}
.date_row_band_and_time {
    width: 100%;
    display: inline-flex;

}

.filterbox {
    margin: auto;
    color: white;
    text-align: center;
    width: 90%;
    display: flex;
}

.filterboxitem {
    float: left;
    white-space: nowrap;
    width: 29%;
    margin: 5px;
    flex: 50;
}

.show-extra-info {
    display: block;
    background: inherit;
}
.extralink {
    color: red;
}
.venue-extra-desc {
    margin-top: 1px;
    margin-bottom: -4px;
    background: inherit;
    /*background: #0ddc22;*/
}
.band-extra-desc {
    margin-top: 1px;
    margin-bottom: -3px;
    background: inherit;
    /*background: #0d7bdc;*/
}
/*@media screen*/
/*and (max-width: 516px) {*/

@media only screen
/*and (min-device-width : 320px)*/
and (max-device-width : 568px) {
     /*STYLES GO HERE */
    body {
        background-color: black;
    }

    #showlist {
        overflow: initial;
        clear: both;
        margin: 1px;
    }
    .left-side-div {
        height: 90%;
        /*background: blue;*/
        /*margin: 10px;*/
        min-width: 200px;
        /*float: right;*/
    }
    /*.venue-extra-desc {*/
    /*    display: none;*/
    /*}*/
    .band-extra-desc {
    }
    #map {
        display: none
    }
    .right-side-div {
        height: 30%;
        width: 100%;
        clear: both;
        display: none;
    }
    .dropdown-menu {
        font-size: 14pt;
    }
.view-more-text {
    display: none;
}
.view-more-text span {
    display: none;
}
.date_row_date {
    /*height: 100%;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /* width: 190px; */
    /*border-right: 1px solid black;*/
    /*border-bottom: 1px solid black;*/
    /*font-size: 8pt;*/
    /*background: floralwhite;*/
    /*flex: 6.5;*/
    width: 50px;

    /* flex-basis: 0; */
    /*background: floralwhite;*/
    /*float: left;*/
    /*font-weight: 500;*/
    /* height: 80%; */
    /*clear: both;*/
}
}
