/* Minification failed. Returning unminified contents.
(258,16): run-time error CSS1062: Expected semicolon or closing curly-brace, found '6'
(259,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found '6'
 */
html {
	background-color: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	background-color: #f0f0f0;
	color: #333;
	font-size: .85em;
	/*font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
  overflow: hidden;
}

#map_canvas .leaflet-popup-content {
    width: auto !important;
    margin: 2px;
}

#map_canvas .leaflet-popup-content-wrapper {
    -webkit-border-radius: 4px;
    border-radius: 4px
}

#map_canvas a.leaflet-popup-close-button {
    display: none;
}

#camerapopup {
    width: 300px;
}
#parkingpopup {
    width: 530px;
}
#trafficpopup {
    width: 350px;
}


#camerapopup .title,
#parkingpopup .title,
#trafficpopup .title {
    height: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
    background-color: #333333;
    color: #e6e6e6;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px
}

#parkingpopup .content > p,
#trafficpopup .content > p {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 10px;
}

#camerapopup .image > img,
#parkingpopup .image > img {
    margin: 0 !important;
}

#camerapopup .image,
#camerapopup .image > img {
    width: 300px;
    height: 248px;
}


#map_canvas {
	width: calc(100% - 332px);
	height: 100%;
	float: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#results {
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #444;
}

#results > ul {
	list-style-type: none;
	padding: 0px;
	background-color: #fff;
}

#results > ul > li {
	display: block;
	border: 1px solid #ececec;
	padding: 5px;
	margin-bottom: 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

#results > ul > li.active {
	border: 2px solid #ff3535;
}

li.walk {
	list-style-image: url(../Images/pedestrian.png);
}

li.public_transport {
	list-style-image: url(../Images/publictransport.png);
}

#searchDateTimeRadioButton {
	width: 15px;
	height: 15px;
	margin: 10px 2px 10px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	background: transparent;
}

.ui-progressbar-overlay {
  height: 15px;
}

#left_menu {
	width: 332px;
	height: 100%;
	float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  font-family: 'Roboto Condensed', sans-serif;
}

#left_menu #header {
    width: 100%;
    background-color: #333;
}

    #left_menu .logo {
        width: 300px;
        /*height: 73px;*/
        height: 86px;
        /*padding-right: 5px;*/
        margin-left: 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        /*background: url(../Images/dynavix-logo-light.png) no-repeat center center;*/
        background: url(../Images/c-roads-logo.png) no-repeat center center;
    }

#left_menu .controls {
  width: 100%;
  padding: 15px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #f0f0f0;
  color: #444;
}

#left_menu #left_menu_content {
  width: 100%;
  height: calc(100% - 155px);
  overflow-y: auto;
}


#header .menu {
  height: 50px;
  width: 250px;
  margin: 0 auto;
}
.menu label > input{
  display:none;
}
.menu label > input + span {
  display: inline-block;
  width: 80px;
  height: 50px;
  cursor:pointer;
  padding: 5px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top:2px solid transparent;
}
.menu label > input:checked + span {
  border-top:2px solid #ff3535;
  background-color: #f0f0f0;
}

.menu label > input + span.car {
    background:url("../Images/route_car.png") no-repeat 20px 5px;
}
.menu label > input:checked + span.car {
    background:#f0f0f0 url("../Images/route_car_dark.png") no-repeat 20px 5px;
}
.menu label > input + span.public_transport {
    background:url("../Images/route_public_transport.png") no-repeat 20px 5px;
}
.menu label > input:checked + span.public_transport {
    background:#f0f0f0 url("../Images/route_public_transport_dark.png") no-repeat 20px 5px;
}
.menu label > input + span.walk {
    background:url("../Images/route_walk.png") no-repeat 20px 5px;
}
.menu label > input:checked + span.walk {
    background:#f0f0f0 url("../Images/route_walk_dark.png") no-repeat 20px 5px;
}

.leaflet-control-layers-selector {
  margin-right: 5px;
}

.leaflet-control-layers-expanded,
.leaflet-control-layers {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    color: #e6e6e6 !important;
    background: rgba(51,51,51,.8) !important;
}
.leaflet-control-layers
.leaflet-control-layers > span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.leaflet-control-layers > label {
    height: 24px;
}

#footer {
  position: absolute;
  botom: 0px;
  left: 0px;
  height: auto;6:44 PM 1/29/2015
  padding: 10px 15px;6:45 PM 1/29/2015
  background-color: rgba(240,240,240,.7);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#footer > p {
  font-size: .77em;
  text-align: justify;
  padding: 0;
  margin: 0;
}

#footer .footer-logo {
  padding-top: 10px;
}
#footer .footer-logo img {
  height: 31px;  
}

.xdsoft_datetimepicker {

}
.xdsoft_datepicker {
    width: 221px !important;
}
.xdsoft_timepicker {
    width: 55px !important;
}

a {
	color: #e14e3c;
	outline: none;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: underline;
}

a:link, a:visited,
a:active, a:hover { color: #e14e3c; }

header, footer, hgroup,
nav, section { display: block; }

mark {
	background-color: #a6dbed;
	padding-left: 5px;
	padding-right: 5px;
}

.float-left { float: left; }

.float-right { float: right; }

.clear-fix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
	color: #000;
	margin-bottom: 0;
	padding-bottom: 0;
}

h1 { font-size: 2em; }

h2 { font-size: 1.75em; }

h3 { font-size: 1.2em; }

h4 { font-size: 1.1em; }

h5, h6 { font-size: 1em; }

h5 a:link, h5 a:visited, h5 a:active {
	padding: 0;
	text-decoration: none;
}


/* main layout
----------------------------------------------------------*/

.content-wrapper {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

#body {
	width: 100%;
	height: 100%;
}

.main-content {
	width: 100%;
	height: 100%;
}


/* features */

section.feature {
	width: 300px;
	float: left;
	padding: 10px;
}

/* forms */

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

fieldset legend { display: none; }

fieldset ol {
	padding: 0;
	list-style: none;
}

fieldset ol li { padding-bottom: 5px; }

input, textarea {
	width: 100%;
    font-size: 13px;
    font-weight: 300;
    padding: 0 10px;
    margin: 4px 0;
    height: 37px;
    line-height: 38px;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    color: #acacac;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input#PtSource_autocomplete,
input#PedestrianSource_autocomplete,
input#TouristSource_autocomplete,
input#CarSource_autocomplete,
input#PtTarget_autocomplete,
input#PedestrianTarget_autocomplete,
input#TouristTarget_autocomplete,
input#CarTarget_autocomplete {
    background: #fff url(../Content/leaflet/marker-icon.png) no-repeat scroll 10px 6px;
    background-size: 14px 24px;
    padding-left:34px;
}

textarea {
	font-family: inherit;
	width: 500px;
}

input:focus, textarea:focus { border: 1px solid #7ac0da; }

input[type="checkbox"] {
	background: transparent;
	border: inherit;
	width: auto;
}

input[type="submit"],
input[type="button"],
button {
	border: none;
	cursor: pointer;
	font-size: 15px;
    color: #fff;
	text-transform: none;
    padding: 0 25px;
	margin: 0px;
    width: auto;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #ff3535;

    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

 input.search_button {
     margin-top: 15px;
	 margin-bottom: 15px;
 }

 label.search_error {
	 color: #ff3535;
 }

td input[type="submit"],
td input[type="button"],
td button {
	font-size: 1em;
	padding: 4px;
	margin-right: 4px;
}

.advancesearch {  
  width: 300px;  
  margin: 30px auto;  
  transition: all 2s linear;  
  display: block;  
}  
  
.hidden {  
  display: none;  
  opacity: 0;  
} 

/* styles for validation helpers */

.field-validation-error {
	color: #e80c4d;
	font-weight: bold;
}

.field-validation-valid { display: none; }

input.input-validation-error { border: 1px solid #e80c4d; }

input[type="checkbox"].input-validation-error { border: 0 none; }

.validation-summary-errors {
	color: #e80c4d;
	font-weight: bold;
	font-size: 1.1em;
}

.validation-summary-valid { display: none; }


/********************
*   Mobile Styles   *
********************/

@media only screen and (max-height: 480px) {
    #left_menu_content #footer > p {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
  
  body {
    overflow-y: scroll;
  }

  #left_menu {
    width: 100%;
    height: auto;
  }

  #map_canvas {
    clear: both;
    float: left;
    width: 100%;
    height: 80%;
  }
}

