/* Empty. Add your own CSS if you like */
.pavilion-header .pavilion-bgwimg{
	background-size:cover;
	width:100% !important;
}

.main-bgwimg{
	background-size:cover;
	width:100% !important;
	height:100%;
}

.pavilion-list-bgwimg{
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: center;
}

.shadow{
	text-shadow: 0 0 8px black;
}

.transparent {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.image-modal {
  width: 100% !important;
  height: 100%;
  top: 0 !important;
  left: 0 !important;
}
.fullscreen-image {
  max-width: 90%;
  max-height: 100%;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
}



.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    border: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.wrap    {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 320px) {

    .flex-container.wrap > div{
        width: 50%;
        max-width: 50%;
        text-overflow: '';
        white-space:nowrap;
        overflow: hidden;
    }

}

@media (min-width: 321px) {
    .flex-container.wrap > div{
        width: 33%;
        max-width: 33%;
        text-overflow: '';
        white-space:nowrap;
        overflow: hidden;
    }
}

@media (min-width: 480px) {
    .flex-container.wrap > div{
        width: 25%;
        max-width: 25%;
        text-overflow: '';
        white-space:nowrap;
        overflow: hidden;
    }
}

@media (min-width: 640px) {
    .flex-container.wrap > div{
        width: 20%;
        max-width: 20%;
        text-overflow: '';
        white-space:nowrap;
        overflow: hidden;
    }
}

@media (min-width: 960px) {
    .flex-container.wrap > div{
        width: 15%;
        max-width: 15%;
        text-overflow: '';
        white-space:nowrap;
        overflow: hidden;
    }
}

.low-pad-item {
    padding: 0;
    margin: 0;
}

.col-header {
    font-weight: bold;
}

.column {
    text-overflow: '';
    white-space:nowrap;
    overflow: hidden;
    max-width: 87%;
    float: left;
    padding: 2px 5px;
}

.col-header > .column {
    padding: 5px 5px;
}

.underlined {
    text-decoration: underline;
}

.column-sort {
    min-width:13%;
    float: right;
    text-align: right;
    padding-right: 2px;
}

.busScheduleWrapper{
	max-height:100%;
	max-width:100%;
	overflow:auto;
	font-size:1.2em;
}
.tableBusSchedule{
	display: table;
    width: auto;
    height: auto;
    padding: 10px 10px;
}

.trBusSchedule{
	display: table-row;
	width:auto;
	height: auto;
}

.headerBusSchedule{
	font-weight: 900;
    color: #ffffff;
    background: #ea6153;
}

.thBusSchedule{
	display:  table-cell;
	width: auto;
	height: auto;
	min-width:100px;
	padding: 2px 12px
}
.tdBusSchedule{
	display:  table-cell;
	width: auto;
	height: auto;
	min-width:100px;
	padding: 2px 12px
}
.tableBusSchedule > div.trBusSchedule:nth-child(even){
	background: #e9e9e9;
}
.mylabel {
    position: relative;
}

.mylabel:after {
    content: '<>';
    font: 11px "Consolas", monospace;
    color: #aaa;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 18px;
    top: 18px;
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    position: absolute;
    pointer-events: none;
}

.mylabel .select {
    padding: 3px;
    margin: 0;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    white-space: normal;
  -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8 !important;
    color: #888;
    height: 30px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    width: 100%;
}

.inputFullWidth{
	width: 100%;
}

.inputTimeDate{
	padding-right: 0px !important;
	/*padding-top:0px !important;*/
	padding-left:0px !important;
}

.timeAndDateFormat{
    background-color: #eee !important;
    border-radius: 5px !important;
    /*padding-left: 5px !important;*/
    border-right: 2px solid white !important;
}
