.navbar-inverse {
	background-color: #003366;
}

.navbar-inverse .navbar-nav>li>a {
	color: #adadad;
}

.navbar-inverse .navbar-brand {
	color: #d4d4d4;
}

.navbar-inverse .navbar-text {
	color: #ffffff;
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus
	{
	background-color: #052457;
	color: #fff;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #052457;
    color: #fff;
}

body {
 	padding-top: 60px;
	padding-bottom: 60px;
 	background-color: #eee;
}

.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}

.form-signin .form-signin-heading,.form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin .checkbox {
	font-weight: normal;
}

.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.form-signin div {
	text-align: center;
}

.has-error.form-control,input.has-error + ul,ul.has-error {
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.error {
	color: red;
}

tr:hover .actionspan {
	visibility: visible;
}

tr .actionspan {
	visibility: hidden;
}

.mine {
	color: #3333CC;
}

.note-item .buttons {
	float: right;
	width: 30px;
	text-align: right;
}

.note-item .details {
	float: right;
}

.note-item .body {
	float: left;
	margin-right: 30px;
 	max-width: 100%;
 	overflow: hidden;
 	text-overflow: ellipsis;
}

.note-item span.highlight {
	background-color: yellow;
}

.note-item .tags {
	text-align: right;
}

.note-item .date {
	clear: both;
}

.buttons .delete span {
	color: red;
}

.glyphicon{
	font-size: 1.2em;
}

#noteForm div {
    padding-left:3px;
    padding-right: 3px;
}

#form-note-body {
	overflow-y: hidden; /* prevents scroll bar flash */
}

#search-box {
	height: 37px;
}

.note-item .body {
	white-space: pre-wrap;
}


.uber-container {
	width: 100%;
}

.uber-container .tags-container {
	position: absolute;
	width: 150px;

	overflow: hidden;
	text-align: center;
	/*line-height: 1.8em;*/
	padding-left: 15px;

	display: none;
}

.uber-container .container {
	width: auto;
}

.navbar-text.beta {
	display: none;
}

table.table td.details {
	display: none;
}

.admin-users .email {
	width: 100%;
}

@media ( min-width : 768px) {
	.uber-container .tags-container {
		display: block;
	}
	.uber-container .container {
		margin-left: 150px;
	}
	div.container{
		width: auto;
		margin-left: 150px;
		margin-right: 150px;
	}
	.navbar-text.beta {
		display: block;
	}

	table.table td.details {
		display: table-cell;
	}

	.admin-users .email {
		width: 60%;
	}
	.admin-users .name {
		width: 40%;
	}
}

.navbar-text span {
	padding-left: 15px;
}

.navbar-text {
	margin-left: 0px;
	margin-right: 0px;
}

.disabled.delete > span, .disabled.edit > span, .disabled.history > span {
	color: lightgray;
	cursor: default;
}

#link-forgot{
	margin-top: 10px;
}

.notelist-tag .glyphicon {
	font-size: 0.8em;
}

#tags-panel>div{
	display: inline-block;
	white-space:nowrap;
}

.notelist-tag{
	cursor: pointer;
}

div.notelist-tag {
	display: inline-block;
	padding: 0px 2px;
}

#tags-panel div.notelist-tag {
	margin: 2px;
}

div.current-tag {
	background-image: url("../img/tag-bg-include.png");
}

div.excluded-tag {
	background-image: url("../img/tag-bg-exclude.png");
}

div.notelist-tag>span.exclude:hover {
	color: #000000;
}

div.notelist-tag:hover .glyphicon {
	visibility: visible;
}

div.notelist-tag .glyphicon  {
	visibility: hidden;
}

.beta-indicator{
	width: 18px;
	height: 20px;
	background-image: url("../img/beta.png");
}

.note-item-deleted>.alert {
	margin: 0px;
}

.note-item-deleted {
	width: 100%;
	height: 100%;
	background-color: rgba(220, 220, 220, 0.7);
	position: absolute;
	z-index: 100;
	text-align: center;
	display: none;
	align-items: center;
	justify-content: center;
}

#note-extras{
	margin-top: 8px;
	margin-bottom: 0px;
}

.note-item .history {
	background-color: rgba(217, 237, 247, 0.28);
}

.note-item .history .delete {
	background-color: rgba(247, 153, 178, 0.28);
	text-decoration: line-through;
}

.note-item .history .insert {
	background-color: rgba(42, 247, 32, 0.28);
}

.note-item .history .history-item {
	border-top: 1px dashed #ddd;
    white-space: pre-wrap;
	color: #888888;
	padding: 10px 0px;
}

.note-item .history .history-item:first-child {
	border-top: none;
}