@CHARSET "UTF-8";
.navbar-nav>li>a {
	margin-top: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.btn{
	margin-left:5px;
	margin-right:5px;
}

table.clickable td:hover {
	cursor: pointer;
}

.form-group.has-error .select2-selection {
    border-color: #dd4b39;
    box-shadow: none;
}

.navbar-nav>li>a {
	line-height: 40px;
	margin-bottom: 0px;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
}

.notifications-menu .dropdown-menu {
	font-size: 14px;
}

pre {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

.select2-container--default .select2-selection--single,.select2-selection .select2-selection--single {
	height:37px;
}