@media(max-width:979px) {
	.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.navbar-fixed-top {
		margin-bottom: 10px;
	}
}


.navbar {
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.25);
	box-shadow: 0 2px 3px rgba(0,0,0,.25);
}

.dropdown-menu .dropdown-indent {
	padding-left: 2em;
}

.dropdown-backdrop {
    position: static;
}

.care-section {
	margin-bottom: 15px;
}

.care-section .btn {
	white-space: nowrap;
}

.care-section table.table thead th {
	white-space: nowrap;
}

.care-section caretable.table thead th {
	border: 10px #a01616 solid;
}

.care-section .css-left,
.care-section .table th.css-left,
.care-section .table td.css-left {
	text-align: left;
}

.care-section .css-right,
.care-section .table th.css-right,
.care-section .table td.css-right {
	text-align: right;
}

.care-section .css-center,
.care-section .table th.css-center,
.care-section .table td.css-center {
	text-align: center;
}

.care-section .css-center-center,
.care-section .table th.css-center-center,
.care-section .table td.css-center-center {
 	vertical-align: middle;
	text-align: center;

}.care-section .table td.cell-hover{
	width: 25px;
	height:25px;
}

.care-section .table .cell-hover:HOVER{
background-color: #f49d9d;
}
.care-section .css-nowrap {
	white-space: nowrap;
}
.care-section .css-breakall {
	word-break:break-all;
}

.care-section .css-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.care-section a > i[class*="icon-"],
.care-section button > i[class*="icon-"] {
	padding-right: 3px;
}

.care-section .label {
}

.care-section .label-detail {
	padding: 5px;
	text-align: center;
	font-weight : lighter;
	font-size: 12.8px;
}

.care-section .label-simple {
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #d9edf7;
	text-shadow: 0 1px 0 #ffffff;
}

.care-section .label-detail-simple {
	vertical-align: middle;
	text-align: center;
	border-color: #cccccc;
	border-style: solid;
	border-width: 2px;
	padding: 0px;
	color: #000000;
	background-color: #d9edf7;
	text-shadow: 0 1px 0 #ffffff;
}

.care-section .color-statusXXX {
	background: #ffbfbf;
	background: -moz-linear-gradient(top, #ffbfbf 0%, #ff7f7f 50%, #ff5656 51%, #ffbfbf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbfbf), color-stop(50%,#ff7f7f), color-stop(51%,#ff5656), color-stop(100%,#ffbfbf));
	background: -webkit-linear-gradient(top, #ffbfbf 0%, #ff7f7f 50%, #ff5656 51%, #ffbfbf 100%);
	background: -o-linear-gradient(top, #ffbfbf 0%, #ff7f7f 50%, #ff5656 51%, #ffbfbf 100%);
	background: -ms-linear-gradient(top, #ffbfbf 0%, #ff7f7f 50%, #ff5656 51%, #ffbfbf 100%);
	background: linear-gradient(to bottom, #ffbfbf 0%, #ff7f7f 50%, #ff5656 51%, #ffbfbf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbfbf', endColorstr='#ffbfbf', GradientType=0);
}

.care-section .color-status100 {

	background: #ecccff;
	background: -moz-linear-gradient(top, #ecccff 0%, #ddbfff 50%, #d4aaff 51%, #e5ccff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecccff), color-stop(50%,#ddbfff), color-stop(51%,#d4aaff), color-stop(100%,#e5ccff));
	background: -webkit-linear-gradient(top, #ecccff 0%, #ddbfff 50%, #d4aaff 51%, #e5ccff 100%);
	background: -o-linear-gradient(top, #ecccff 0%, #ddbfff 50%, #d4aaff 51%, #e5ccff 100%);
	background: -ms-linear-gradient(top, #ecccff 0%, #ddbfff 50%, #d4aaff 51%, #e5ccff 100%);
	background: linear-gradient(to bottom, #ecccff 0%, #ddbfff 50%, #d4aaff 51%, #e5ccff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecccff', endColorstr='#e5ccff', GradientType=0);
}

.care-section .color-status200 {
	background: #ffbfe1;
	background: -moz-linear-gradient(top, #ffbfe1 0%, #ffaad6 50%, #ff7fc1 51%, #ffbfe1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbfe1), color-stop(50%,#ffaad6), color-stop(51%,#ff7fc1), color-stop(100%,#ffbfe1));
	background: -webkit-linear-gradient(top, #ffbfe1 0%, #ffaad6 50%, #ff7fc1 51%, #ffbfe1 100%);
	background: -o-linear-gradient(top, #ffbfe1 0%, #ffaad6 50%, #ff7fc1 51%, #ffbfe1 100%);
	background: -ms-linear-gradient(top, #ffbfe1 0%, #ffaad6 50%, #ff7fc1 51%, #ffbfe1 100%);
	background: linear-gradient(to bottom, #ffbfe1 0%, #ffaad6 50%, #ff7fc1 51%, #ffbfe1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbfe1', endColorstr='#ffbfe1', GradientType=0);
}

.care-section .color-status300 {
	background: #ffe1bf;
	background: -moz-linear-gradient(top, #ffe1bf 0%, #ffc37f 50%, #ffb056 51%, #ffe1bf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe1bf), color-stop(50%,#ffc37f), color-stop(51%,#ffb056), color-stop(100%,#ffe1bf));
	background: -webkit-linear-gradient(top, #ffe1bf 0%, #ffc37f 50%, #ffb056 51%, #ffe1bf 100%);
	background: -o-linear-gradient(top, #ffe1bf 0%, #ffc37f 50%, #ffb056 51%, #ffe1bf 100%);
	background: -ms-linear-gradient(top, #ffe1bf 0%, #ffc37f 50%, #ffb056 51%, #ffe1bf 100%);
	background: linear-gradient(to bottom, #ffe1bf 0%, #ffc37f 50%, #ffb056 51%, #ffe1bf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe1bf', endColorstr='#ffe1bf', GradientType=0);
}

.care-section .color-status400 {
	background: #fff4bf;
	background: -moz-linear-gradient(top, #fff4bf 0%, #ffe97f 50%, #ffe256 51%, #fff4bf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff4bf), color-stop(50%,#ffe97f), color-stop(51%,#ffe256), color-stop(100%,#fff4bf));
	background: -webkit-linear-gradient(top, #fff4bf 0%, #ffe97f 50%, #ffe256 51%, #fff4bf 100%);
	background: -o-linear-gradient(top, #fff4bf 0%, #ffe97f 50%, #ffe256 51%, #fff4bf 100%);
	background: -ms-linear-gradient(top, #fff4bf 0%, #ffe97f 50%, #ffe256 51%, #fff4bf 100%);
	background: linear-gradient(to bottom, #fff4bf 0%, #ffe97f 50%, #ffe256 51%, #fff4bf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4bf', endColorstr='#fff4bf', GradientType=0);
}

.care-section .color-status500 {

	background: #bfffbf;
	background: -moz-linear-gradient(top, #bfffbf 0%, #7fff7f 50%, #56ff56 51%, #bfffbf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfffbf), color-stop(50%,#7fff7f), color-stop(51%,#56ff56), color-stop(100%,#bfffbf));
	background: -webkit-linear-gradient(top, #bfffbf 0%, #7fff7f 50%, #56ff56 51%, #bfffbf 100%);
	background: -o-linear-gradient(top, #bfffbf 0%, #7fff7f 50%, #56ff56 51%, #bfffbf 100%);
	background: -ms-linear-gradient(top, #bfffbf 0%, #7fff7f 50%, #56ff56 51%, #bfffbf 100%);
	background: linear-gradient(to bottom, #bfffbf 0%, #7fff7f 50%, #56ff56 51%, #bfffbf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfffbf', endColorstr='#bfffbf', GradientType=0);
}

.care-section .color-status600 {
	background: #bfefff;
	background: -moz-linear-gradient(top, #bfefff 0%, #7fdfff 50%, #56d4ff 51%, #bfefff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfefff), color-stop(50%,#7fdfff), color-stop(51%,#56d4ff), color-stop(100%,#bfefff));
	background: -webkit-linear-gradient(top, #bfefff 0%, #7fdfff 50%, #56d4ff 51%, #bfefff 100%);
	background: -o-linear-gradient(top, #bfefff 0%, #7fdfff 50%, #56d4ff 51%, #bfefff 100%);
	background: -ms-linear-gradient(top, #bfefff 0%, #7fdfff 50%, #56d4ff 51%, #bfefff 100%);
	background: linear-gradient(to bottom, #bfefff 0%, #7fdfff 50%, #56d4ff 51%, #bfefff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfefff', endColorstr='#bfefff', GradientType=0);
}

.care-section .label-statusXXX {
	min-width: 6em;
	text-align: left;
	line-height: 16px;
	font-size: 12.8px;
	color: #333333;
	text-shadow: 0 1px 0 #ffffff;

	border-color: #ff5656;
	border-width: 1px;
	border-style: solid;

	background: #ffbfbf;
	background: -moz-linear-gradient(top, #ffbfbf 0%, #ff7f7f 50%, #ff5656 51%, #ffbfbf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbfbf), color-stop(50%,#ff7f7f), color-stop(51%,#ff5656), color-stop(100%,#ffbfbf));
	background: -webkit-linear-gradient(top, #ffbfbf 0%, #ff7f7f 50%, #ff5656 51%, #ffbfbf 100%);
	background: -o-linear-gradient(top, #ffbfbf 0%, #ff7f7f 50%, #ff5656 51%, #ffbfbf 100%);
	background: -ms-linear-gradient(top, #ffbfbf 0%, #ff7f7f 50%, #ff5656 51%, #ffbfbf 100%);
	background: linear-gradient(to bottom, #ffbfbf 0%, #ff7f7f 50%, #ff5656 51%, #ffbfbf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbfbf', endColorstr='#ffbfbf', GradientType=0);
}

.care-section .label-status100 {
	min-width: 6em;
	text-align: left;
	line-height: 16px;
	font-size: 12.8px;
	color: #333333;
	text-shadow: 0 1px 0 #ffffff;

	border-color: #ca99ff;
	border-width: 1px;
	border-style: solid;

	background: #ecccff;
	background: -moz-linear-gradient(top, #ecccff 0%, #ddbfff 50%, #d4aaff 51%, #e5ccff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecccff), color-stop(50%,#ddbfff), color-stop(51%,#d4aaff), color-stop(100%,#e5ccff));
	background: -webkit-linear-gradient(top, #ecccff 0%, #ddbfff 50%, #d4aaff 51%, #e5ccff 100%);
	background: -o-linear-gradient(top, #ecccff 0%, #ddbfff 50%, #d4aaff 51%, #e5ccff 100%);
	background: -ms-linear-gradient(top, #ecccff 0%, #ddbfff 50%, #d4aaff 51%, #e5ccff 100%);
	background: linear-gradient(to bottom, #ecccff 0%, #ddbfff 50%, #d4aaff 51%, #e5ccff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecccff', endColorstr='#e5ccff', GradientType=0);
}

.care-section .label-status200 {
	min-width: 6em;
	text-align: left;
	line-height: 16px;
	font-size: 12.8px;
	color: #333333;
	text-shadow: 0 1px 0 #ffffff;

	border-color: #ff7fc1;
	border-width: 1px;
	border-style: solid;

	background: #ffbfe1;
	background: -moz-linear-gradient(top, #ffbfe1 0%, #ffaad6 50%, #ff7fc1 51%, #ffbfe1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbfe1), color-stop(50%,#ffaad6), color-stop(51%,#ff7fc1), color-stop(100%,#ffbfe1));
	background: -webkit-linear-gradient(top, #ffbfe1 0%, #ffaad6 50%, #ff7fc1 51%, #ffbfe1 100%);
	background: -o-linear-gradient(top, #ffbfe1 0%, #ffaad6 50%, #ff7fc1 51%, #ffbfe1 100%);
	background: -ms-linear-gradient(top, #ffbfe1 0%, #ffaad6 50%, #ff7fc1 51%, #ffbfe1 100%);
	background: linear-gradient(to bottom, #ffbfe1 0%, #ffaad6 50%, #ff7fc1 51%, #ffbfe1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbfe1', endColorstr='#ffbfe1', GradientType=0);
}

.care-section .label-status300 {
	min-width: 6em;
	text-align: left;
	line-height: 16px;
	font-size: 12.8px;
	color: #333333;
	text-shadow: 0 1px 0 #ffffff;

	border-color: #ffb056;
	border-width: 1px;
	border-style: solid;

	background: #ffe1bf;
	background: -moz-linear-gradient(top, #ffe1bf 0%, #ffc37f 50%, #ffb056 51%, #ffe1bf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe1bf), color-stop(50%,#ffc37f), color-stop(51%,#ffb056), color-stop(100%,#ffe1bf));
	background: -webkit-linear-gradient(top, #ffe1bf 0%, #ffc37f 50%, #ffb056 51%, #ffe1bf 100%);
	background: -o-linear-gradient(top, #ffe1bf 0%, #ffc37f 50%, #ffb056 51%, #ffe1bf 100%);
	background: -ms-linear-gradient(top, #ffe1bf 0%, #ffc37f 50%, #ffb056 51%, #ffe1bf 100%);
	background: linear-gradient(to bottom, #ffe1bf 0%, #ffc37f 50%, #ffb056 51%, #ffe1bf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe1bf', endColorstr='#ffe1bf', GradientType=0);
}

.care-section .label-status400 {
	min-width: 6em;
	text-align: left;
	line-height: 16px;
	font-size: 12.8px;
	color: #333333;
	text-shadow: 0 1px 0 #ffffff;

	border-color: #ffd700;
	border-width: 1px;
	border-style: solid;

	background: #fff4bf;
	background: -moz-linear-gradient(top, #fff4bf 0%, #ffe97f 50%, #ffe256 51%, #fff4bf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff4bf), color-stop(50%,#ffe97f), color-stop(51%,#ffe256), color-stop(100%,#fff4bf));
	background: -webkit-linear-gradient(top, #fff4bf 0%, #ffe97f 50%, #ffe256 51%, #fff4bf 100%);
	background: -o-linear-gradient(top, #fff4bf 0%, #ffe97f 50%, #ffe256 51%, #fff4bf 100%);
	background: -ms-linear-gradient(top, #fff4bf 0%, #ffe97f 50%, #ffe256 51%, #fff4bf 100%);
	background: linear-gradient(to bottom, #fff4bf 0%, #ffe97f 50%, #ffe256 51%, #fff4bf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4bf', endColorstr='#fff4bf', GradientType=0);
}

.care-section .label-status500 {
	min-width: 6em;
	text-align: left;
	line-height: 16px;
	font-size: 12.8px;
	color: #333333;
	text-shadow: 0 1px 0 #ffffff;

	border-color: #56ff56;
	border-width: 1px;
	border-style: solid;

	background: #bfffbf;
	background: -moz-linear-gradient(top, #bfffbf 0%, #7fff7f 50%, #56ff56 51%, #bfffbf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfffbf), color-stop(50%,#7fff7f), color-stop(51%,#56ff56), color-stop(100%,#bfffbf));
	background: -webkit-linear-gradient(top, #bfffbf 0%, #7fff7f 50%, #56ff56 51%, #bfffbf 100%);
	background: -o-linear-gradient(top, #bfffbf 0%, #7fff7f 50%, #56ff56 51%, #bfffbf 100%);
	background: -ms-linear-gradient(top, #bfffbf 0%, #7fff7f 50%, #56ff56 51%, #bfffbf 100%);
	background: linear-gradient(to bottom, #bfffbf 0%, #7fff7f 50%, #56ff56 51%, #bfffbf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfffbf', endColorstr='#bfffbf', GradientType=0);
}

.care-section .label-status600 {
	min-width: 3.8em;
	text-align: left;
	line-height: 16px;
	font-size: 12.8px;
	color: #333333;
	text-shadow: 0 1px 0 #ffffff;

	border-color: #56d4ff;
	border-width: 1px;
	border-style: solid;

	background: #bfefff;
	background: -moz-linear-gradient(top, #bfefff 0%, #7fdfff 50%, #56d4ff 51%, #bfefff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfefff), color-stop(50%,#7fdfff), color-stop(51%,#56d4ff), color-stop(100%,#bfefff));
	background: -webkit-linear-gradient(top, #bfefff 0%, #7fdfff 50%, #56d4ff 51%, #bfefff 100%);
	background: -o-linear-gradient(top, #bfefff 0%, #7fdfff 50%, #56d4ff 51%, #bfefff 100%);
	background: -ms-linear-gradient(top, #bfefff 0%, #7fdfff 50%, #56d4ff 51%, #bfefff 100%);
	background: linear-gradient(to bottom, #bfefff 0%, #7fdfff 50%, #56d4ff 51%, #bfefff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfefff', endColorstr='#bfefff', GradientType=0);
}

.care-section .page-header {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.care-section .page-header h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #005580;
}

.care-section .page-header h2 small {
	color: #3A87AD;
}

.care-section .page-header .user-info {
	margin-bottom: 0px;
	line-height: 40px;
	text-align: right;
}

.care-section .nav {
	margin-bottom: 15px;
}

.care-section .alert {
	margin-bottom: 0px;
	padding: 4px 35px 4px 14px;
}

.care-section .info-block .alert .move {
	position: relative;
	float: right;
	top: -2px;
	right: -21px;
	line-height: 20px;
	font-weight: normal;
}

.care-section .care-alert {
	margin-bottom: 15px;
}

.care-section .item-label {
	width: 8em;
}

.care-section .table tr td.text-info:first-child {
	white-space: nowrap;
}

.care-section .care-form {
	margin: 0 0 10px;
}

.care-section .care-form fieldset {
	margin-top: 10px;
}

.care-section .care-form hr {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5%;
	width: 95%;
}

.care-section .care-form legend {
	margin-bottom: 0px;
	font-size: 17.5px;
	line-height: 30px;
}

.care-section .care-form legend + .control-group {
	margin-top: 10px;
}

.care-section .care-form .control-label {
	white-space: nowrap;
}

.care-section .care-form.form-horizontal .control-group {
	margin-bottom: 10px;
}

.care-section .care-form.form-horizontal .control-label {
	width: 120px;
}

.care-section .care-form.form-horizontal .controls {
	margin-left: 130px;
}
@media(max-width:500px){
	.care-section .care-form.form-horizontal .controls {
		margin-left: 0px;
	}
}

.care-section .care-form.form-horizontal.search-form {
	margin-bottom: 0;
}

.care-section .care-form.form-horizontal.search-form .control-group {
	margin-bottom: 5px;
}

.care-section .care-form .help-inline {
	padding-left: 0px;
}

.care-section .care-form .report-status-row .control-label {
	width: 40px;
}

.care-section .care-form .report-status-row .controls {
	margin-left: 60px;
}

.care-section .care-form .report-status-row .report-status-label {
	padding-top: 4px;
}

.care-section .care-form .care-checks label {
	margin-bottom: 0px;
}

.care-section .care-form .care-checks input[type="radio"],
.care-section .care-form .care-checks input[type="checkbox"] {
	margin-top: 0px;
}

.care-section .care-form .care-section-confirm {
	color: #3a87ad;
}

.care-section .care-form .care-section-confirm:hover,
.care-section .care-form .care-section-confirm:active,
.care-section .care-form .care-section-confirm:focus {
	text-decoration: none;
}

.care-section .detail-report-status-row {
	margin-bottom: 6px;
}

.care-section .detail-report-status-row .detail-report-status-label {
	padding-top: 4px;
}

.care-section .inline-report-status {
	margin-bottom: 10px;
	padding: 4px 35px 4px 14px;
}

.care-section .progress {
	margin: 20px 0;
	height: 28px;
	cursor: default;
	border: solid 1px rgba(91,152,192,0.3);
}

.care-section .progress .bar {
}

.care-section .progress .bar-text {
	display: inline-block;
	white-space: nowrap;
	padding: 5px 10px;
	line-height: 20px;
}

.care-section .care-execute-item {
	color: #ff0000;
}

.care-section .care-plan-item {
	margin-left: 10px;
	text-decoration:line-through;
	color: #666;
}

.care-section .copy-tab {
	background: #ba30ff;

}
.care-section .copy-tab:HOVER {
	background: #ba30ff;

}

.care-section .transmission-tab {
	background: #3cb371;

}
.care-section .transmission-tab:HOVER {
	background: #3cb371;

}

.care-section .cancel-tab {
	background: #FF99CC;
	color: #ffffff;
}
.care-section .cancel-tab:HOVER {
	background: #FF99CC;
	color: #ffffff;

}

.care-section .not-cancel-tab {
	background: #ff6699;
	color: #ffffff;

}
.care-section .not-cancel-tab:HOVER {
	background: #ff6699;
	color: #ffffff;

}
.care-section .not-cancel-tab:VISITED {
	background: #ff6699;
	color: #ffffff;

}

.care-section .new-text-area {
	resize: vertical;
	overflow: auto;
}

.care-section .vital-numeric {
	width: 35px;
}

.care-section .vital-text {
	width: 90%;
	resize: none;
}

.gantt-section .progress {
	margin: 0;
	width: 92px;
	height: 26px;
	cursor: default;
	border: solid 1px rgba(91,152,192,0.3);
}

.gantt-section .progress .bar-text {
	display: flex;
	white-space: nowrap;
	line-height: 20px;
	font-size: 9px;
	width: 92px;
	height: 26px;
	justify-content: center;
	align-items: center;
}

@media(max-width:1200px){
	.input-prepend input,.input-append input,.input-prepend input[class*="input-time"]{
		width: 0;
	}
	input[class*="span1"]{
		min-width:55px;
	}
	input[class*="span2"]{
		min-width:126px;
	}
	input[class*="span3"]{
		min-width:220px;
	}
	select[class*="span1"]{
		min-width:55px;
	}
	select[class*="span2"]{
		min-width:220px;
	}
	select[class*="span3"]{
		min-width:220px;
		max-width:340px;
	}
	div.select2-container[class*="span1"]{
		min-width:55px;
	}
	div.select2-container[class*="span2"]{
		min-width:220px;
	}
	div.select2-container[class*="span3"]{
		min-width:220px;
		max-width:340px;
	}
	/* nav bar */
	.nav-collapse li.disabled{
		margin-left: -10px;
	}
	.nav-collapse li.disabled a strong{
		color: #777;
	}
	/* report edit iPad portrait */
	.care-section .care-form.form-horizontal div.row > div.span5{
		width: 100%;
	}
}
@media(max-width:767px){
	.table.table-condensed.table-hover:not(.care-checks, .table-responsive) {
		display: none;
	}
	select[class*="span"]{
		width:auto;
	}
	/* dialog */
	/*
	.modal.fade{
		width:80vw;
		left:10vw;
		right:auto;
	}
	.modal.fade.in{
		top:calc(50vh - 106px);
		bottom:auto;
	}
	*/
}

div#toggle-container .add-button{
	position: absolute;
	left: 0px;
	margin-top: 28px;
}
@media(max-width:560px){
	div#toggle-container .add-button{
		position: relative;
	}
}

/* user agent style sheetによるdisableの半透明化を打ち消す */
input:disabled{
	opacity: 1.0;
}
select:disabled{
	opacity: 1.0;
}

@media print {
	a[href]:after {
		content: "" !important;
	}
	abbr[title]:after {
		content: "" !important;
	}
}

div.row.gantt {
	margin: 0 calc(50% - 50vw);
	width:100vw;
}
@media print {
	div.row.gantt {
		position: absolute;
		margin: 0;
		width: 100%;
		left: 0;
    }
}

/* >>>> select2用設定 */
.input-prepend span {
    font-size: 14px;
}
.control-group.info span {
    color: #3a87ad;
}
.control-group.success span {
    color: #468847
}
.control-group.error span {
    color: #b94a48
}
.control-group.info a {
    border-color: #3a87ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}
.control-group.error a {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}
.control-group.success a {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}
.select2-results li {
    color: #3a87ad;
}

.select2-container .select2-choice {
    height: 30px !important;
    line-height: 30px !important;
    padding: 0 0 0 10px;
    background-image: none !important;
}
.input-prepend .select2-container .select2-choice {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.select2-container {
	margin-left: 0px;
}
.input-prepend .select2-container {
	float:inline-end;
}

.select2-choice {
  -webkit-box-sizing: border-box; /* webkit */
   -khtml-box-sizing: border-box; /* konqueror */
     -moz-box-sizing: border-box; /* firefox */
      -ms-box-sizing: border-box; /* ie */
          box-sizing: border-box; /* css3 */
}

.select2-offscreen {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container .select2-choice span {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    -ms-text-overflow: ellipsis;
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
}

.select2-container-disabled {
  cursor: not-allowed !important;
}

.select2-container-disabled .select2-choice {
  cursor: not-allowed !important;
}

.select2-container.disabled {
  pointer-events: none; /* マウスイベントを無効化 */
  opacity: 0.5;          /* 見た目で「無効感」を出す */
}

.control-group button.btn-select2 {
	float: left;
	margin-right: 4px;
	margin-top: 2px;
}
/* <<<< select2用設定 */

/* .scroll {
width: 80%;
height: 200px;
-webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
} */
