a {
	cursor: pointer;
	text-decoration: none !important;
	outline: none;
}

.navbar {
	border-radius: 0 !important;
}

.panel {
	border-radius: 0 !important;
}

.panel-body {
	padding: 11px;
}

.list-group-item {
	border-radius: 0 !important;
}

.form-control {
	border-color: #aaa;
	border-radius: 0 !important;
}

.has-feedback .input-sm {
	padding-right:30px;
}

.input-group-addon {
	border-color: #aaa;
	border-radius: 0 !important;
}

.btn {
	border-radius: 0 !important;
	box-shadow: 0 0 10px rgba(0,0,0,0.1) inset;
}

h3 .btn {
	line-height: 1;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: -4px;
}

h4 .btn {
	line-height: 1;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: -4px;
}

h4 .btn-xs {
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
}

[type=file].input-md {
	padding: 4px 12px;
	line-height: 26px;
	display: inline-block;
	background-color: rgba(0,0,0,0.05);
}

.input-hide {
	position:absolute;
	width:0;
	height:0;
	line-height:0;
	overflow:hidden;
	margin:0;
	padding:0;
	border:0;
	font-size:0;
}

textarea {
	height: 80px;
}

.modal {
	overflow-y: auto !important;
	background-color: rgba(0,0,0,0.3);
}

.modal-title {
	font-size: 24px;
}

.modal-content {
	border-radius: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.fa {
	font-size: 14px;
}

[data-toggle] {
	cursor: pointer;
}

	[data-toggle] .fa {
		color: #666;
	}

.btn-icon {
	display: inline-block;
	line-height: 1.25;
	width: 20px;
	text-align: center;
	font-size: 17px;
	color: #666;
}

	.btn-icon:hover, .btn-icon:focus {
		color: #2a6496;
	}

.btn-icon-danger {
	color: #f00;
}

.text-overflow {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-unbold {
	font-weight: normal !important;
}

.text-danger {
	color:#f00 !important;
}

.text-muted {
	font-weight:normal;
}

.text-success {
	color:#3baa3d;
}

.row-xs {
	margin-left: -5px;
	margin-right: -5px;
}

	.row-xs [class^='col-'], .row-xs [class*=' col-'] {
		padding-left: 5px;
		padding-right: 5px;
	}

th > label, td > label {
	margin-bottom: 0;
}

.alert {
	margin-bottom:0;
	padding:5px 10px;
}

.table thead th {
	white-space:nowrap;
}

.navbar-form > .checkbox {
	margin-top: 5px;
}
