.navbar-default {
	height: 75px;
}

.navbar-nav {
	padding-top: 12px;
}

.fiddle-input {
	margin-bottom: 10px;
}

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

.fiddle-output-file {
	margin-top: 10px;
	position:relative;
}

span.errors {
	color: #ff0000;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	opacity: 0;
	cursor: inherit;
}

.btn.clipboard {
	position: absolute;
	top: 4px;
	right: 4px;
}

input[readonly] {
	background-color: white !important;
	cursor: text !important;
}

.upload-element {
	margin-top: 20px;
}

.modal-sm {
	margin: auto;
}

.editor {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 200px;
}

.line-numbers {
	width: 100%;
	padding: 0px;
	resize: vertical !important;
	box-shadow: none;
	height: 250px;
}

.toptip {
	position: relative;
	top: 0;
	left: 45%;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #C0C0C0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 3px;
	margin-top: -3px;
	margin-right: -3px;
	background-color: #eeeeee;
	z-index: 100;
}

.ace_editor .clipboard-button {
	position: absolute;
	top: 4px;
	right: 12px;
	z-index: 100;
}


.sge-alert {
	margin-top: 15px;
}

.elfinder-cwd-file.ui-selected {
	background-color: #cccccc;
}

.vertical-alignment-helper {
	display:table;
	height: 100%;
	width: 100%;
	pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
	/* To center vertically */
	display: table-cell;
	vertical-align: middle;
	pointer-events:none;
}
.modal-content {
	/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
	width:inherit;
	height:inherit;
	/* To center horizontally */
	margin: 0 auto;
	pointer-events: all;
}

#fiddle-modal-body .linedwrap {
	border: none;
}

@media screen and (min-width: 1201px) {
	.file-select {
		width: 960px;
	}
	.modal-dialog.browse {
		width: 960px;
	}
}

@media screen and (max-width: 1200px) {
	.file-select {
		width: 820px;
	}
	.modal-dialog.browse {
		width: 820px;
	}
}

@media screen and (max-width: 960px) {
	.file-select {
		width: 680px;
	}
	.elfinder-navbar {
		width: 200px;
	}
	.modal-dialog.browse {
		width: 680px;
	}
}

@media screen and (max-width: 768px) {
	.file-select {
		width: 580px;
	}
	.modal-dialog.browse {
		width: 580px;
	}
	.elfinder-navbar {
		width: 190px;
	}
}

@media screen and (max-width: 480px) {
	.file-select {
		width: 330px;
	}
	.modal-dialog.browse {
		width: 330px;
	}
	.elfinder-navbar {
		width: 150px;
	}
}

@media screen and (max-width: 360px) {
	.file-select {
		width: 300px;
	}
	.modal-dialog.browse {
		width: 300px;
	}
	.elfinder-navbar {
		width: 130px;
	}
}

.text-button-group {
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}

div.Tokenize ul.TokensContainer {
	border-radius: 4px;
}

div.Tokenize ul.TokensContainer.Autosize {
	min-height: 34px;
}

.tokenized-input {
	width: 100%;
	border-radius: 4px;
}

div.no-pad {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

div.table-scrollable {
	overflow-x: auto; 
	white-space: nowrap;
}

span.glyphicon.action {
	margin-right: 10px !important;
}

span.red.glyphicon {
	color: #d9534f;
}

td.red-bg {
	background-color: #d9534f;
}		

span.green.glyphicon {
	color: #5cb85c;
}

td.green-bg {
	background-color: #5cb85c;
}

span.yellow.glyphicon {
	color: #f0ad4e;
}

td.yellow-bg {
	background-color: #f0ad4e;
}

span.action {
	cursor: pointer;
}

div.phases-table {
	max-height: 400px;
	overflow-y: auto;
}

div.logs-table {
	max-height: 400px;
	overflow-y: auto;
}

.libretto-overview-body > tr {
	line-height: 39.4px !important;
	min-height: 39.4px !important;
	height: 39.4px !important; 
}

.libretto-overview-head > tr {
	line-height: 39.4px !important;
	min-height: 39.4px !important;
	height: 39.4px !important;
	max-height: 39.4px !important;
}

fieldset.with-border {
	border: 1px groove #ddd !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow:  0px 0px 0px 0px #000;
	box-shadow:  0px 0px 0px 0px #000;
}

fieldset.with-border > legend {
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
	width:inherit;
	padding:0 10px;
	border-bottom:none;
}

.button-group-vertical {
	margin-top: 100%;
}

.button-group-vertical > input {
	margin-top: 15px;
	width: 40px;
}

select.sites-select {
	width: 100%;
}

div.form-group.librettos {
	max-height: 300px;
	overflow-y: auto;
}

#librettos > .checkbox {   
	float:left; 
	position: relative;
 	margin-right: 10px;
}

#librettos > label {  
   display:block;
}  

a.file-option {
	cursor: pointer;
}

span.ace_error {
	color: red;
}

p.form-control.auto-height {
	height: auto;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: auto;
}

.btn-group.bootstrap-select {
	margin-top: 0px;
}

input[type="text"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input {
	padding: 7px;
	color: #000;
	width: 100%;
}

.panel-heading a:after {
	font-family:'Glyphicons Halflings';
	content:"\e114";
	float: right;
	color: grey;
}
.panel-heading a.collapsed:after {
	content:"\e080";
}

.panel-footer .pagination {
	margin: 5px 0;
}

.panel-footer .pagination:first-child>li>a:hover {
	cursor: pointer;
}

.panel-footer .pagination:first-child>li.active>a {
	cursor: default;
}

.panel-footer .pagination:first-child>li.disabled>a:hover {
	cursor: not-allowed;
}

.panel-footer .well {
	margin-bottom: 0px;
	padding: 10px;
}

.btn-column {
	padding: 0px 10px;
}

.clickable:hover {
	cursor: pointer
}

label.weak {
	font-weight: 400;
}

.table-no-wrap-td td {
    white-space: nowrap;
}