.mt5  { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0.8;
}
#overlay .spinner {
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 99999999;
	left: 50%;
	margin-left: -50px;
	background:url(../images/spinner-big.gif) no-repeat;
}
.table-conf td a {
	display: block;
}
.button-wrap .push {
	background-color: #c0c0c0;
	text-align: center;
	box-sizing: border-box;
}
.item-choice .mini {
	line-height: 28px;
	box-sizing: border-box;
}
.mw130 { max-width: 130px; }
.mw260 { max-width: 260px; }
.table-push-edit .item-left { line-height: 25px; }
.select-area.select-select220 {
	width: 220px !important;
}
.table-select {
	width: 450px;
}
.table-select th, .table-select td {
	border: 1px solid black;
	padding: 5px 10px;
}
.table-select thead tr th:first-child {
	text-align: center;
	width: 35px;
}
.table-select input.value {
	width: 270px;
}
.account-edit-block .holder .row .area {
	margin-bottom: 0;
}
.advanced-options > div {
	margin-bottom: 20px;
}
div.attribute {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	min-height: 80px;
}
div.attribute .panel-heading {
	padding: 5px 10px;
}
div.attribute .panel-body {
	padding: 10px 10px 15px 10px;
}
/* datetimepicker が隠れるのを防ぐ */
.fixed-attribute,
.dynamic-attribute,
.account-edit-block .holder,
.account-edit-block .holder .row,
.twocolumns-page #content,
.block .table-push-edit,
.block .table-deliverycond,
.jquery-ui-sortable-item div.row
{
	overflow: visible !important;
}
.dynamic-attribute {
	margin-bottom: 15px;
	overflow: hidden;
}
.mark{color:#f00;}
.chart-label-box {
	background-color: white;
	display: inline-block;
}
.chart-label {
	margin: 10px 0 0 10px;
}
.chart-label-item {
	display: inline;
	height: 20px;
}
.chart-label-color {
	display: inline-block;
	width: 50px;
	height: 20px;
	background-color: rgba(220,220,220,0.5);
}
.chart-label-color.red {
	background-color: rgba(255,151,151,0.5);
}
.chart-label-color.blue {
	background-color: rgba(151,187,205,0.5);
}
#chart-table tbody tr th:first-child {
	text-align: right;
	border: 1px solid rgb(203, 203, 203);
	border-left: 0;
}
.row {
	margin-left: auto;
	margin-right: auto;
}
.row:before, .row:after {
	content: none;
}
.chk-area, .select-area, .radio-area, label {
	cursor: pointer;
}
.unselectable {
	cursor: default;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
}
.account-edit-block .holder .fixed-attribute .row .text{
	border:1px solid #31708f;
}
.account-edit-block .holder .fixed-attribute .row label{
	color: #31708f;
}
.breadcrumb {
	margin-bottom: 15px;
}
.breadcrumb>li+li:before {
	content: '>';
}
#sidebar-menu a {
	padding: 17px 30px 16px 60px;
}
#sidebar-menu li {
	position: relative;
}
#sidebar-menu li:after {
	position: absolute;
	content: '';
	left: 14px;
	top: 8px;
	height: 35px;
	width: 35px;
	background: transparent url(../images/sidebar-menu-icons.png) no-repeat;
}
#sidebar-menu li.child {
	text-indent: 16px;
}
#sidebar-menu li.dashboard:after {
	background-position: 0px 0px;
}
#sidebar-menu li.customer:after {
	background-position: 0px -35px;
}
#sidebar-menu li.message:after {
	background-position: 0px -70px;
}
#sidebar-menu li.setting:after {
	background-position: 0px -105px;
}
#sidebar-menu li.user:after {
	background-position: -35px -140px;
}
#sidebar-menu li.customer-list:after {
	background-position: -35px -175px;
}
#sidebar-menu li.attribute-list:after {
	background-position: -35px -210px;
}
#sidebar-menu li.message-add:after {
	background-position: -35px -245px;
}
#sidebar-menu li.schedule:after {
	background-position: -35px -280px;
}
#sidebar-menu li.project:after {
	background-position: -35px -315px;
}
#sidebar-menu li.test-endpoint:after {
	background-position: -35px -350px;
}
#sidebar-menu li.device-list:after {
	background-position: -35px -350px;
}
table .sorted {
	color: #428bca;
}
.select-area .center {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.block .sub-info, .block .sub-info span {
	font-size: 18px;
}
.jquery-ui-sortable-item {
	cursor: move;
}
td.no-param {
	color: #428bca;
}
.option {
	margin-left: 10px;
}
.account-edit-block .holder .row .area .text.date {
	width: 80px;
}
.account-edit-block .holder .row .area .time {
	float: left;
	line-height: 26px;
	margin-right: 5px;
}
.account-edit-block .holder .row .area .text.datetime {
	width: 130px;
}
.account-edit-block .holder .row .area .text.int,
.account-edit-block .holder .row .area .text.float {
	width: 80px;
}
.fixed-parameter {
	color: #31708f !important;
	background-color: #d9edf7 !important;
}
table.application {
	width: 900px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
table.application tbody td {
	line-height: 20px;
}
table.application tbody td i.fa {
	font-size: 20px;
}

.date_input > *,
.datetime_input > * {
	line-height: 26px;
}
.date_input .text input {
	width: 40px;
}
.date_input select,
.datetime_input select {
	width: 102px;
	margin: 4px 4px 4px 0;
}
.date_input .select-area,
.datetime_input .select-area {
	float: left;
	width: 102px;
	height: 26px;
	margin: 0 4px -1px 0;
}
.date_input i,
.datetime_input i {
	font-style: normal;
}
.date_input > label {
	float: none;
	padding-right: 5px;
}
.date_input > label > * {
	float: none;
	display: inline-block;
}
.date_input > label > span {
	line-height: 26px;
	margin-right: 0 !important;
}
.date_input > label > div {
	margin: 2px 0;
	margin-right: 1px;
}
.time_input {
	overflow: hidden;
}
.time_input > label {
	padding-right: 0 !important;
	margin-right: 10px !important;
	line-height: 26px;
}
.time_input > label > select {
	float: none;
}
.time_input > label > * {
	margin-right: 0 !important;
}
.select_input select {
	width: 102px;
	margin: 4px 4px 4px 0;
}

.validation-error {
	color: red;
	clear: both;
}

.jquery-ui-sortable-item.disabled .row .td:first-child {
	text-decoration: line-through;
	font-weight: normal;
	color: gray;
}

.block-setting .row .td:last-child {
	width: 280px;
}

.jquery-ui-sortable-item .row .td .btn {
	float: right;
	margin-right: 10px;
}

.jquery-ui-sortable-item .row .td .btn:first-child {
	margin-right: 0;
}

input[type=text].disabled {
	background-color: #eee;
}

input[type=text]:disabled, input[type=password]:disabled {
	background-color: #eee;
}

.popup {
	z-index: 1000;
}
input[type="checkbox"], input[type="radio"] {
	margin: 0;
	margin-right: 5px;
}
label, label span {
	vertical-align: middle;
}
h2 {
	margin: 10px;
	font-size: 24px;
}
a.link {
	text-decoration: underline;
	color: #428bca;
}

.sort_no, .sort_asc, .sort_desc {
	position: relative;
}

.sort_no:after, .sort_asc:after, .sort_desc:after {
	position: absolute;
	content: '';
	margin-left: 5px;
	margin-top: 1px;
	width: 23px;
	height: 11px;
}

.sort_no:after {
	background: url(../images/sort_no.png);
}

.sort_asc:after {
	width: 11px;
	height: 10px;
	background: url(../images/sort_up.png);
}

.sort_desc:after {
	width: 11px;
	height: 10px;
	background: url(../images/sort_dn.png);
}

.search_config {
	position: relative;
	padding-left: 35px;
	font-size: 14px;
	line-height: 35px;
	height: 35px;
}

.search_config a {
	color: #428bca;
}

.search_config_popup {
	display: none;
	position: absolute;
}

.block-setting .row .td {
	width: 30%;
	line-height: 30px;
}

.text_input input,
.int_input input,
.float_input input {
	line-height: 18px;
}

#options > div {
	background-color: white;
	padding: 10px;
	border-radius: 3px;
}

#attrselect_table tbody td {
	text-align: left;
}

#attrselect_table tbody tr td:nth-child(1) {
	cursor: pointer;
}

#attrselect_table tbody tr td:nth-child(2) input {
	width: 50px;
}

.table-conf th a {
	padding-right: 25px;
}

.table-conf tbody td {
	max-width: 350px;
	word-wrap: break-word;
}

.table-conf thead th {
	min-width: 60px;
}
.fixed-attribute .input-daterange > * {
	border-color: #31708f;
}
.fixed-attribute .input-daterange > span {
	border-right-width: 0;
	border-left-width: 0;
}
.project-name {
	float: left;
	height: 34px;
	margin: 13px 0;
	margin-left: 20px;
	line-height: 34px;
	font-size: 20px;
	color: white;
}
.log-out-header {
	position: relative;
	width: 98px;
	height: 60px;
	padding: 0;
}

.log-out-overlay {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: white;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.log-out-header a {
	position: absolute;
	top: 18px;
	left: 14px;
}

.log-out-header a:hover {
	color: white;
}

.strike {
	text-decoration: line-through;
}

tr.deleted td {
	color: red;
}

.login-block .text input {
	background-color: #faffbd;
}

.popup .select_input label {
	padding: 3px 20px 3px 0;
	line-height: 16px;
}

div.table-conf-other table {
	box-sizing: content-box;
}

/* 高さ0のbarを非表示にする */
.nvd3 rect[height="1"] {
	display: none !important;
}
