.container {
background-color: #D8D8D8;
border: 1px solid #000;
margin-top: 10px;
}
.col-sm-2 {
height: 50px;
}
.col-sm-4 {
height: 50px;
margin-bottom: 10px;
}
.col-sm-6 {
height: 50px;
}
.col-sm-8 {
height: 50px;
}
.col-sm-10 {
height: 50px;
}
.paddingright15 {
padding-right: 15px;
}
#mapdiv {
height: 475px;
}
#toplogo {
padding-top: 10px;
color: #000;
}
#messages {
padding-top: 17px;
text-align: right;
}
#routeSelect {
width: 100%;
color: #000;
background-color: #E8E8E8;
}
#autorefresh {
width: 205px;
height: 44px;
color: #000;
}
#delete {
width: 205px;
height: 44px;
color: #000;
}
#refresh {
width: 205px;
height: 44px;
color: #000;
}
.deletediv {
text-align: center;
}
.autorefreshdiv {
text-align: center;
}
.refreshdiv {
text-align: center;
}
@media only screen and (min-width : 768px) {
.container {
margin-top: 25px;
}
.deletediv {
text-align: left;
}
.autorefreshdiv {
text-align: center;
}
.refreshdiv {
text-align: right;
padding-right: 15px;
}
}
#map-canvas {
border: 1px solid #000;
width: 100%;
height: 460px;
background-color: #E8E8E8;
}
#blankrow {
background-color: transparent;
}
#selectdiv {
height: 50px;
}
#halimage {
width: 37px;
height: 37px;
vertical-align: middle;
}