/* @override http://milk/trafficlive-media/css/maps.css */
div#map-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    width: 934px;
}

#search_result {
    margin: 10px 0 20px 0;
}

div#map {
    position: relative;
    width: 930px;
    height: 400px;
    border: 2px solid #ccc;
}

#legend {
    display: block;
    height: 20px;
    width: 934px;
    margin: 10px 0;
}

#google-map-switcher {
    background-color: #fff;
    position:absolute;
    right:20px;
    top:20px;
    width: 150px;
    border: 1px solid #ccc;
    z-index: 1000;
    
    /* For web browsers who care */
    opacity: 0.9;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    /* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#google-map-switcher p {
    margin: 10px;
    color: #333;
    padding: 0;
    font-weight: bold;
}

#controller {
    background-color: #fff;
    position:absolute;
    right:20px;
    top:90px;
    width: 150px;
    border: 1px solid #ccc;
    z-index: 1000;
    
    /* For web browsers who care */
    opacity: 0.9;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    /* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#controller p {
    margin: 10px;
    color: #333;
    padding: 0;
    font-weight: bold;
}

div.cam-thumb {
    margin: 0 auto;
}


div#cam-viewer-map {
    width: 385px;
    height: 350px;
    border: 1px solid #ccc;
}

div#cam-viewer-map-wrapper div#cam-viewer-map span {
    font-size: 9px;	
}

div#keterangan {
    float: left;            
}

div.level {
    margin: 0 0 0 10px;
}

div.level-wrapper {
    margin-bottom: 10px;
}

span.level-colour {
    float:left;
    margin: 3px 5px 0 0;
    width: 20px;
    height: 10px;
    border: 1px solid #ccc;
}

div.level-label {
    float:left;
    margin-left: 3px;
    margin-right: 20px;
}


/* Direction */

#geocode {
    width: 848px;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-top: 0;
    padding: 25px 41px 0px;
    -moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}

#direction-origin {
    float: left;
    position: relative;
}

#direction-separator {
    color: #333;
    float: left;
    margin: 5px 20px 0 46px;
    position: relative;
    text-transform: uppercase;
}

#direction-destination {
    float: left;
    position: relative;
}

.direction-description {
    font-size: 11px;
    left:39px;
    position:absolute;
    top:-18px;
}

#label-origin {
    background: url('/img/pointA.png') no-repeat scroll 0 0 transparent;
}

#label-destination {
    background: url('/img/pointB.png') no-repeat scroll 0 0 transparent;
}

#label-origin, #label-destination {
    display:block;
    float:left;
    height:0;
    margin-right:10px;
    overflow:hidden;
    padding-top:29px;
    position:relative;
    top:-1px;
    width:29px;
}

#id_origin_input, #id_destination_input {
    float: left;
    margin-right: 0;
    position: relative;
    width: 258px;
    background-color: #EAEDEE;
    border-color: #999;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    font-size: 1.2em;
    height: 15px;
    padding: 5px;
}

#id_search_origin, #id_search_destination {
    background: url('/img/inputDropdownHeader.png') no-repeat scroll left top transparent;
    position: absolute;
    display: block;
    left:308px !important;
    height:27px;
    width:26px;
}

#id_direction_submit {
    width: 80px;
    margin: 2px 0 0 45px;
    float: left;
    text-align: center;
}


/* CSS3 BUTTON */

.btn {
	display: inline-block;
	background: url(/img/btn.bg.png) repeat-x 0px 0px;
	padding:1px 10px 2px 10px;
	font-weight:bold;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	border:1px solid rgba(0,0,0,0.5);
	-moz-border-radius: 15px;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

.btn:hover {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	cursor:pointer;
}

.btn-font {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #121212;
}

/* COLOR VARIATIONS */

.blue		{background-color: #dfdfdf; color: #141414;}
.blue:hover	{background-color: #00c0ff; color: #ffffff;}

.green		{background-color: #dfdfdf; color: #141414;}
.green:hover{background-color: #8aff00; color: #ffffff;}

.red		{background-color: #dfdfdf; color: #141414;}
.red:hover	{background-color: #ff004e; color: #ffffff;}

