* {
	font-family: "微软雅黑";
}

/* @font-face {
font-family: "微软雅黑";
src: url('../fonts/msyh.ttf'),url('../fonts/msyhbd.ttf');
} */
.mytab {
	border-left: 1px solid #e1e1e8;
	border-right: 1px solid #e1e1e8;
	border-bottom: 1px solid #e1e1e8;
	padding: 17px;
}

.mytab4 {
	border: 1px solid #e1e1e8;
	padding: 17px;
}

#ui-datepicker-div select {
	color: black;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding-top: 18px;
	padding-bottom: 18px;
}

.table-sm>tbody>tr>td,
.table-sm>tbody>tr>th,
.table-sm>tfoot>tr>td,
.table-sm>tfoot>tr>th,
.table-sm>thead>tr>td,
.table-sm>thead>tr>th {
	padding-top: 5px;
	padding-bottom: 5px;
}

@media (max-width: 767px) {

	.btn-group-xs .btn,
	.btn-xs {}
}

.padding-15 {
	padding: 15px;
}

.nomargin {
	margin: 0;
}

.board {
	border: 1px solid #e1e1e8;
	padding: 5px;
}

#imglist .col-xs-6 {
	border: 1px solid #e1e1e8;
	padding: 5px;
}

#imglist .col-xs-6 .form-control {
	width: 100%;
}

#imglist .thumbnail {
	margin-bottom: 2px;
}

.my-danger {
	background-color: #f2dede;
}

.my-success {
	background-color: #dff0d8;
}

.xs-table td {
	padding: 4px 10px !important;
}