﻿body {
    padding-top: 43px;
    /*font-family: 'Arial Narrow', Arial, sans-serif;*/
}

.img-schedules {
	margin: 0;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	display:inline-block;
}

#map{
    border: 1px solid #8ACCC8;
    background-color: #F4EEEC;
}

/* bootstrap alert override*/
.alert-default {
    background-color: #eee;
}

.input-xs {
    height: 22px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
    border-radius: 3px;
}

.sticky-header {
    position: sticky;
    top: 50px;
    background: white;
    z-index: 10;
}

.sticky-header-wo-menu {
    position: sticky;
    top: 0px;
    background: white;
    z-index: 10;
}

.text-warning {
    color: #8A6D3B;
}

@media handheld, only screen and (max-width: 345px) {
    .table-header-xs {
        font-size: xx-small;
    }

    .td-header-xs {
        font-size: small;
        vertical-align: central;
    }

    .img-schedules {
        margin: 0;
        width: 15px;
        height: 15px;
        vertical-align: middle;
        display: inline-block;
    }
}



/* inner table style for static display */
#inner-info-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	text-align: left;
	background: #fff;
	margin: 2px;
	width: 75%;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
#inner-info-table th
{
	font-size: 15px;
	font-weight: normal;
	text-align: inherit;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#inner-info-table td
{
	border-bottom: 1px solid #ccc;
}



#static-display
{
	border-collapse: collapse;
	width: 25%;
	margin-left: auto;
	margin-right: auto;
}

#static-display td
{
	font-family: serif;
	font-size: 18px;
    font-weight: bold;
    background-color: black;
    color: orange;
    padding: 4px 3px 0px;
}

/* SCHEDULE */
.headerText1 {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    font-weight: bold;
}

.headerText2 {
    padding: 0;
    margin: 0;
    margin-top: 0;
    margin-bottom: 10px;
    color: #0070AF;
    font-weight: bold;
}

#schedule-table {
    border: 0;
}

    #schedule-table th {
        border-bottom: 0;
        background-color: #0070AF;
        color: white;
        text-transform: uppercase;
        margin: 0;
        padding: 2px 2px 0 2px;
        font-weight: bold;
    }

    #schedule-table td {
        border-top-color: #0070AF;
        text-transform: uppercase;
        font-weight: bold;
    }

/* ROUTE NUMBER */
.routenumber {
    padding: 0;
    text-shadow: 1px 1px #000000;
    font-weight: bold;
    text-align: center;
}

.circle0 {
    padding: 3px;
    padding: 0.2rem;
    border-radius: 40%;
    min-width: 48px;
    min-width: 5rem;
}

.circle1 {
    border-radius: 50%;
    min-width: 37px;
    min-width: 2.3rem;
    padding: 3px;
    padding: 0.2rem;
    line-height: 2.3rem;
    display: inline-block;
}

.rectangle0 {
    width: 40px;
    width: 2.5em;
}

.rectangle1 {
    padding: 2px 5px;
    padding: 0.2rem 0.5rem;
    text-align: center;
    display: inline-block;
}

.slidecontainer {
    width: 100%;
    /*z-index: 2;
    position: absolute;*/
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #4CAF50;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #4CAF50;
        cursor: pointer;
    }