.main-login .logo img {
	width: 20%;
}

.navbar-brand img {
	width: 130%;
}
.navbar-brand span {
	font-size: 12px;
}

select.input-sm, select.form-group-sm .form-control {
	height: 30px;
	line-height: 20px;
}
.datepicker {
	padding: 0;
}
.modal-dialog {
	margin: 10px auto;
}
.modal-lg {
	width: 80%;
}
.modal-body {
	overflow-y: auto;
	height: 500px;
}
.note-editor textarea {
	min-height: 100px;
	height: 100px;
}

.user-right td .edit-user-info {
	visibility: hidden;
}

.user-right tr:hover .edit-user-info {
	visibility: visible;
}


.sales-report .row .tabbable .tab-content .tab-pane {
	height: 300px;
}

@media (max-width: 767px) {
	.sales-report .row .tabbable .tab-content .tab-pane {
		height: 100%;
	}
}