body {
	font-family: "Nunito", sans-serif;
	padding-top: 24px;
	font-size: 14px;
}

.has-error .help-block {
	color: rgb(238, 67, 67);
}

.btn-full {
	width: 100%;
}

.ex-tags {
	padding-bottom: 5px;
}

.tag {
	font-size: 12px;
	display: inline-block;
	padding: 3px 5px;
	margin-right: 3px;
	margin-bottom: 3px;
	background: #eee;
	border-radius: 3px;
	cursor: pointer;
}

.tag.selected {
	background-color: #b5ccfb;
}

#expense-form .alert {
	display: none;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 48px;
}

.select2-container .select2-selection--single {
	height: 48px;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 48px;
}

.primary-menu {
	padding: 5px 10px;
	display: inline-block;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #eee;
}

.menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-list li {
	margin-bottom: 5px;
}

.menu-list li a {
	display: block;
	padding: 5px;
}

.recent-month-ex {

}

.recent-month-ex span {
	display: inline-block;
	padding: 0 8px;
	border-right: 1px solid #070707;
}

.recent-month-ex span:last-child {
	border-right: 0;
}

.ttexp {
	font-size: 16px;
	color: #828282;
}

.create_icon {
    display: inline-block;
    padding: 5px;
}

.create_icon img {
    max-width: 24px;
}