@charset 'utf-8';

body {
	padding-top: 66px;
}

.background {
	color: rgba(0, 0, 0, .02);
	position: fixed;
	bottom: 60px;
	right: 60px;
	z-index: -1;
}
.background i:before {
	font-size: 400px;
}

.navbar-header {
	margin: 0;
}

.container-fluid {
	padding: 0 15px;
}

.label-introduction_failure {
	background-color: #000000;
	color: #ffffff;
}

.label-introduction_recommended {
	background-color: #5bc0de;
	color: #ffffff;
}

.label-2nd-priority {
	background-color: #ffd700;
	color: #ffffff;
}

.label-contract-failure {
	background-color: #6c6cff;
	color: #ffffff;
}

.label-contract-stop {
	background-color: #6f370f;
	color: #ffffff;
}

.btn-login {
	background-color: #0075c0;
	color: #ffffff;
}

.btn-mail-contact {
	background-color: #4197AB;
	color: #ffffff;
}

.btn-mail-refuse {
	background-color: #E98023;
	color: #ffffff;
}

.text-login-title {
	color: #0075c0;
}

.table {
	font-size: inherit;
}

.table-progress {
	width: 50%;
}

.table-hover tbody tr {
	cursor: pointer;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: rgba(0, 0, 0, .02);
}
.table-hover th a:hover {
	text-decoration: none;
}
.table-hover th a:after {
	content: "\f0dc";
	color: #ccc;
	font-family: FontAwesome;
	margin-left: .5em;
}
.table-hover th .desc:after {
	content: "\f0dd";
	color: #ccc;
	font-family: FontAwesome;
	margin-left: .5em;
}
.table-hover th .asc:after {
	content: "\f0de";
	color: #ccc;
	font-family: FontAwesome;
	margin-left: .5em;
}
.table-hover .dl-horizontal {
	margin: 0;
}
.table-hover .dl-horizontal dt {
	width: 4em;
}
.table-hover .dl-horizontal dd {
	margin-left: 5em;
}
.table-hover ul {
	padding-left: 20px;
}
.table-hover .premium {
	background-color: rgba(67, 172, 106, .1);
}

.map-canvas {
	height: 320px;
	margin: 20px 0;
	width: 100%;
}

.pagination > .current > a,
.pagination > .current > a:hover {
	z-index: 2;
	color: #FFF;
	background-color: #008CBA;
	border-color: rgba(0, 0, 0, 0);
	cursor: default;
}

.login-form .page-header {
	font-size: 24px;
}

.form-group.required:not(.login-form .form-group)  label:after {
	content: "\f069";
	color: #F04124;
	font-family: FontAwesome;
	margin-left: .5em;
}

.record {
	text-align: center;
}
.record .record-name {
	font-size: 12px;
}
.record .record-num {
	font-size: 36px;
}

.thumbnail:after {
	clear: both;
	content: '';
	display: block;
}
.thumbnail .map-canvas {
	height: 240px;
	float: left;
	margin: 0 10px 0 0;
	width: 240px;
}
.thumbnail .map-canvas + .caption {
	overflow: hidden;
}
.thumbnail .caption .well {
	margin: 0;
}

.table-select {
	margin-bottom: 30px;
}
.table-select ul {
	display: table;
	margin: 0;
	padding: 10px 0;
	width: 100%;
}
.table-select ul li {
	display: table-cell;
	padding: 0 5px;
}
.table-select ul li:first-of-type {
	width: 5%;
}
.table-select ul li:nth-of-type(2) {
	width: 5%;
}
.table-select ul li:nth-of-type(3) {
	width: 5%;
}
.table-select ul li:nth-of-type(4) {
	width: 20%;
}
.table-select ul li:nth-of-type(5) {
	width: 10%;
}
.table-select ul li:nth-of-type(6) {
	width: 15%;
}
.table-select ul li:nth-of-type(7) {
	width: 10%;
}
.table-select ul li:nth-of-type(8) {
	width: 5%;
}
.table-select ul li:nth-of-type(9) {
	width: 5%;
}
.table-select ul li:nth-of-type(10) {
	width: 5%;
}
.table-select ul li:nth-of-type(11) {
	width: 5%;
}
.table-select ul li:nth-of-type(12) {
	width: 5%;
}
.table-select-head,
.table-select-head-premium {
	border-bottom: 2px solid #ddd;
}
.table-select-head li,
.table-select-head-premium li {
	font-weight: bold;
}
.table-select-item {
	border-bottom: 1px solid #ddd;
}
.table-select-item.premium {
	background-color: rgba(67, 172, 106, .1);
}
.table-select-item-detail {
	display: none;
}

input, textarea, .form-control {
	background-color: rgba(255, 255, 255, .5);
}

.disabled-item {
	opacity: 0.3;
}

.chart {
	padding: 20px;
	height: 320px;
	position: relative;
	text-align: right;
}
.chart canvas {
	height: auto !important;
	width: 100% !important;
}
.chart .count {
	background: rgba(0, 140, 186, .75);
	color: #fff;
	padding: 10px;
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: center;
}
.chart .success-rate {
	background: rgba(0, 140, 206, .75);
	color: #fff;
	padding: 10px;
	position: absolute;
	top: 20px;
	right: 150px;
	text-align: center;
}
.chart .success-rate em {
	font-size: 48px;
}
.chart .count em {
	font-size: 40px;
}

.reply-rate {
	background: rgba(0, 140, 206, .75);
	color: #fff;
	padding: 10px;
	position: absolute;
	top: 150px;
	right: 50px;
	text-align: center;
}

@media screen and (min-width: 481px) {
	.container-fluid {
		padding: 0 60px;
	}
	.map-wrapper {
		margin: 20px -60px;
	}
}
