/* 

=======================================================================
  Main CSS Style for Sistem Informasi Jaringan Rel KAI 
                   Powered by SuperMap

======================================================================= */


/*-------------------------------------------
		    Imports, main body
  ------------------------------------------- */

.largeIcon{
    font-size: 50px;
    padding-left: 35px;
    padding-right: 35px;
}

a:hover{
    text-decoration: none;
}

/*-------------------------------------------
		          Navbar
  ------------------------------------------- */
.navbar .container {
	width:100%;
	font-size:1.2em;
	padding-right:50px;
	}
  
.navbar .container .navbar-header{
	margin-left:30px;
	}
	  
/*-------------------------------------------
		    Floating sidebar
  ------------------------------------------- */
  /* Side Menu */

#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  top:50px;
  background: #000000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
  top: 52px;
  right: 0;
  position: absolute;
  z-index:1000;
}

#sidebar-wrapper.active {
  top: 50px;
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 15px 15px 0 0;
}


/*-------------------------------------------
		    Muka Peta
  ------------------------------------------- */
 #map {
	position:absolute;
	top: 50px;
	left:0px;
	right:0px;
	width:100%;
	height:84%;
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
	z-index: -1;
 } 

 
/*-------------------------------------------
		    Toolbar
  ------------------------------------------- */
#viewEntire {
	background-image:url(http://localhost:8090/iserver/services/map-JALUR_KAI/rest/static/javascriptForMaps/img/viewEntire.png);
    position:absolute;
    top: 300px;
    left: 29px;
    z-index: 2000;
    width:32px;
    height:32px;
    }
    
#zoomIn {
	background-image:url(http://localhost:8090/iserver/services/map-JALUR_KAI/rest/static/javascriptForMaps/img/zoomIn.png);
	position:absolute;
	top: 336px;
	left: 29px;
	z-index: 2000;
	width:32px;
	height:32px;
}

#zoomOut {
	background-image:url(http://localhost:8090/iserver/services/map-JALUR_KAI/rest/static/javascriptForMaps/img/zoomOut.png);
	position:absolute;
	top: 372px;
	left: 29px;
	z-index: 2000;
	width:32px;
	height:32px;
}

#pan {
	background-image:url(http://localhost:8090/iserver/services/map-JALUR_KAI/rest/static/javascriptForMaps/img/pan.png);
	position:absolute;
	top: 408px;
	left: 29px;
	z-index: 2000;
	width:32px;
	height:32px;
}

#line {
	background-image:url(http://localhost:8090/iserver/services/map-JALUR_KAI/rest/static/javascriptForMaps/img/measuredistance.png);
	position:absolute;
	top: 444px;
	left: 29px;
	z-index: 2000;
	width:32px;
	height:32px;
}

#polygon {
	background-image:url(http://localhost:8090/iserver/services/map-JALUR_KAI/rest/static/javascriptForMaps/img/measurearea.png);
	position:absolute;
	top: 480px;
	left: 29px;
	z-index: 2000;
	width:32px;
	height:32px;
}

#clean {
	background-image:url(http://localhost:8090/iserver/services/map-JALUR_KAI/rest/static/javascriptForMaps/img/eraser.png);
	position:absolute;
	top: 516px;
	left: 29px;
	z-index: 2000;
	width:32px;
	height:32px;
}


.searchviewer{
	float: right;
}

.form-control_select{
	  display: none;
	  width: 90%;
	  float: right;
	  right: 100px;
	  height: 34px;
	  padding: 6px 12px;
	  font-size: 16px;
	  line-height: 1.42857143;
	  color: #555;
	  background-color: #fff;
	  background-image: none;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
