@charset "UTF-8";

.table td, .table th {
	padding: 5px;
}

.table-bordered td, .table-bordered th {    height: 100%;
	box-sizing: border-box;
	border: 1px solid black;
}

.table-bordered {
	border: 2px solid black;
}

#google_map {
	width: 700px;
	height: 400px;
}

.table-start {
	border: 2px solid black;
}

.notes {
	border: 2px solid black;
}

.notes-list-box {
	overflow: scroll;
	height: 800px;
}

.notes-list-box table td {
	cursor: pointer;
}

.notes-list-box table td:hover {
	background: #ccc;
}

.btn_notes_slc {
	cursor: pointer;
}

.btn_notes_slc.active {
	background: #999 !important;
}

.inp_notes_title {
	width: 100%;
}

input[type="date"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
	-webkit-appearance: none;
}

.date {
	font-size: 16px;
}

.btn_delete {
	background-color: red;
}

ul.jquery-ui-sortable {
	list-style-type: none;
	margin: 0 2px;
	padding: 2px;
	width: 25%;
	float: left;
	min-height: 1.5em;
	background-color: beige;
	border: solid 1px #606060;
}

ul.jquery-ui-sortable li {
	margin: 3px;
	padding: 0.3em;
	padding-left: 1em;
	font-size: 15px;
	font-weight: bold;
	cursor: move;
}

li.border-color-red {
	border-color: red;
}

li.border-color-blue {
	border-color: blue;
}

li.border-color-green {
	border-color: green;
}

/*
 * 売上管理
 */
.management-table {
	height: 100%;
	overflow-x: scroll;
	margin-bottom: 0.5em;
}

/*csvインポート*/
.panel-custom {
	padding: 40px 0 40px 40px;
	margin: 30px 0;
	border-bottom: 2px #000 solid;
}

.panel-st {
	font-size: 1.2rem;
}

.panel-temp {
	font-size: 0.8rem;
	color: #fff;
	background: #5876a3;
	padding: 5px 20px;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	margin-left: 50px;
}

/*カスタマー印刷ボタン*/
.btn-success {
	display: inline-block;
}

/*メディアプリント非表示*/
@media print {
	.no_print {
		display: none;
	}
}

/*student print page のリスト幅*/
.customer-dateil_1 {
	width: 10%;
}

.customer-dateil_2 {
	width: 40%;
}

.customer-dateil_3 {
	width: 50%;
}