html,body{
  	height:100%;  	
}

.container-fluid
{	
	max-width: none !important;
}

#main, #main>.row {
	height:100%;
}

#main>.row {
    overflow-y:scroll;
}


.form-control
{
	border-radius: 0;
}

#left {
	height:100%;
	background-color: #1b8dcb;	
}

#left h1
{
	color:#fff;
}

#map-canvas {
	width:66.3333%;
    height:calc(100% - 0);
    position:absolute;
    right:16px;
    top:0px;
    bottom:0;
    overflow:hidden;
}

.widget-cari
{
	padding:10px;
	border-bottom: 2px solid #ccc;	
}
.widget-cari h3
{
	text-align: center;
	color: #e1dc1e;
	font-size: 18px;
}
.widget-cari h3:after
{
	content:" :";
}


.widget-output
{
	margin-top: 20px;
}

.widget-output .input-group
{
	margin-top: 10px;
}