body { font-family: 'Lato', Arial, sans-serif; }
h2, h3, h4 {margin-top:4px; padding-top:4px;}
form {padding:0px 20px 20px 20px; border-radius: 0 0 15px 15px;}
textarea[id="source_rdf"] {width:100%; height:200px;}
textarea.source_rdf {width:100%; height:200px;}
input[type='text'].dest_url {margin-bottom:12px;}
body > .container-fluid { padding: 0; }
#wrapper .alert {margin-bottom:0px;}
#urlform .example, #rdfform .example {display:inline-block; padding-left:12px; font-size:13px;}
.modal-dialog {width:90%;}
.modal-backdrop.in {opacity:0.0;}
#commit .book_msg {float:left;}
.adaptive-padding{padding-top:20px;}
.progress {margin-bottom:6px;}
#progress_log {display:none; width:100%; height:50px; background-color:white; color:red; font-size:smaller; overflow:auto;}
.progress-bar {text-align:left;}
.progress-bar span {padding-left:5px;}
.complete_msg {display:none;}
#commit .modal-footer {position:relative;}

.scalar-logo {
	background-image:url(images/scalar-logo.png); background-repeat:no-repeat; width:20px; height:18px;
	display:inline-block; background-size:cover; margin-right:10px;
}
.rdf-logo {
	background-image:url(images/rdf-logo.png); background-repeat:no-repeat; width:20px; height:22px;
	display:inline-block; background-size:cover; margin-right:10px;
}
.btn-beta-notes {float:right;}

@media (max-width: 768px) {
	.adaptive-padding{padding-top:10px;}
}

/* File upload */
#fileForm .btn-file {
  position: relative;
  overflow: hidden;
}
#fileForm .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
#fileForm input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

#existing_question {background-color:#ffffff; text-align:left; position:absolute; left:30px; top:21px; width:60%;}
#existing_question label {font-weight:normal; cursor:pointer;}
#existing_progress {background-color:#ffffff; text-align:left; position:absolute; left:30px; top:12px; width:60%; display:none;}
#existing_progress img {display:none;}