
.caption{
align:right;
color:#FFFFFF;	
	
}
.header{
background-color: #48484a;
height:50px;
}
.form2-control{
color:#FFFFFF !important;
width:85px;
height:100px;
font-size:82px;
}
.dropdown-menu{
width:100%;
left:0px !important;
}

.atas{
	border-top: 1px solid #89a700;
}

select optgroup{
	background-color:#93c500;	
}
option {
	color :	#555557;
	background-color:#93c500;
}
option:hover{
	 background-color:#89a700;
}
option:selected{
	 background-color:#89a700;
}
.whiz:hover{
	background-color:#89a700;
}

select:hover{
	background-color:#89a700;
}

.whiz{
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid white;
  /*line-height: 1;*/
  min-height:50px;
  outline: 0;
  background-color:#555557;
  /*padding: 0.65em 2.5em 0.55em 0.75em;*/
  border-radius: 3px;
  color:#FFFFFF;
}



#bawah{
	font-size:11px;
	margin-top:30px;
}

@media screen and (min-width:760px){
	
#bawah{
	margin-top:100px !important;		
}
#destination{
	margin:10px;
}
}

.kotak{
	border : 1px solid #FFFFFF;
	min-height:160px;
	padding:5px;
	background-color:#555557;
/*background-color:black;
opacity: 0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
}

.sidenav {
    height: 90%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 50px;
	color:white;
    left: 0;
   background: -moz-linear-gradient(45deg, rgba(152,199,0,1) 0%, rgba(128,191,0,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(152,199,0,1)), color-stop(100%, rgba(128,191,0,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(45deg, rgba(152,199,0,1) 0%, rgba(128,191,0,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(45deg, rgba(152,199,0,1) 0%, rgba(128,191,0,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(152,199,0,1) 0%, rgba(128,191,0,1) 100%); /* ie10+ */
	background: linear-gradient(45deg, rgba(152,199,0,1) 0%, rgba(128,191,0,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80bf00', endColorstr='#98c700',GradientType=1 ); 
   
   /* background-color: #93c500; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.kanan{
margin-left:24px;	
	
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 13px;
	color:#ffffff;
    display: block;
    transition: 0.3s
}


/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    background-color:#89a700;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}