﻿body {
    padding-top: 43px;
}

.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;
}

.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;
    }
}

/*########################################## NOT SURE TO KEEP WHAT'S UNDERNEATH #####################################################################*/


/* 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;
}