body {
	background: #071435 url(../img/background.png) repeat-y 50% 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

option[disabled='disabled']{ color: #ddd;}

hr {
	border-color: rgba(255, 255, 255, 0.1);
}

footer {
	color: #ccc;
	font-size: 80%;
}

pre {
	background-color: transparent;
	color: #333;
	border: none;
}
pre div.indent {
	margin-left: 1.2em;
}
#jsonContainer {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

#json {
	/*position: relative;*/
	/*top: -40px;*/	
}

#json .p {
	font-weight: bold;
}

#json .d {
	color: #aaa;
}

#json .s {
	color: #aaa;
}

#json .q {
	color: #aaa;
}

#json a.ext {
	color: #369;
}

#path {
	font-weight: bold;
	font-size: 130%;
	color: #eee;
}
.icon-key {
	background-image: url("../img/key.png");
	background-position: 0 0;
}
.input-small input, .input-small .add-on {
	font-size: 11px;
	height: 13px;
}
 .input-small .add-on  {
	padding: 2px 4px 6px;
}
 .input-no-width {
	 width: auto;
 }

 #json button {
	display: block;
}
#json .btns {
	float: right;
}
.progress {
	z-index: 100;
	position: absolute;
	top: 40px;
	left: 20px;
	right: 20px;

}
#mapDialog .modal-body{ max-height: 640px;}
#mapDialog .link-container { float: left;}
#urlTemplateFormDialog .modal-footer, #enterUriDialog  .modal-footer { text-align: center;}

.modal .input-xxlarge { width: 510px;}

@media (max-width: 979px) and (min-width: 768px) {
	#path {
		font-size: 110%;
	}
}
@media (min-width: 768px) {
	.pull-right2 {
		float: right;
	}
}

