* {
	padding: 0;
	margin: 0;
	/* 	width:100%; */
	/* 	height:100%; */
	overflow-x: hidden;
}

.checkcolor {
	border: 4px solid #FFD700;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
	height: 1.7vw;
}

.navbar {
	background-color: #428bca;
	border-color: #428bca;
	margin-bottom: 0;
}

.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}

.table>thead>tr>th {
	padding: 0.4vw 0.1vw;
}

.boxs {
	margin: 0.46vw 0.22vw;
	height: 100px;
	border-radius: 0.3vw;
	float: left;
	width: 9.2vw;
	height: 5vw;
	line-height: 0.25vw;
	font-size: 0.8vw;
	transition: all 0.2s ease-in-out 0s;
}

.lefttd {
	padding-left: 0.2vw;
	width: 60%;
}

.righttd {
	padding-right: 0.2vw;
	text-align: right;
	width: 40%;
}

.table>tbody>tr>td {
	padding: 0.5vw 0.1vw;
}

.counts {
	width: 11%;
	padding: 0 0.7em;
	float: left;
}

.checkarr {
	border-bottom: 1px solid #EEEE00;
}

.checktil {
	border-bottom: 1px solid #428bca;
}

.bootstrap-table {
	width: 100%;
}

.nocheck {
	color: #fff;
}

.costr {
	font-size: 1.2vw;
}

.attend {
	line-height: 3vw;
	margin: 1vw auto;
	font-size: 1.2vw;
}

.buttons {
	margin-left: 2vw;
	padding: 0.2vw 0.4vw;
	font-size: 0.8vw;
}

.title {
	float: left;
	margin-left: 1vw;
	font-size: 0.9vw;
	line-height: 1.8vw;
}

.imag {
	width: 1.6vw;
	float: left;
}

.titdiv {
	margin: 0.5vw 0;
	padding: 0.3vw 0.5vw;
	border-top: 1px solid #ddd;
}

.deptli {
	list-style-type: disc;
	font-size: 0.9vw;
	padding-left: 4%;
}

.leftdiv {
	width: 50%;
	text-align: left;
}

.threediv {
	width: 33%;
	text-align: left;
}

.centerdiv {
	width: 50%;
	text-align: center;
}

.veralign {
	vertical-align: middle;
}

.pull-right.pagination-detail {
	display: none;
}

.countlable {
	text-align: left;
	font-size: 0.9vw;
	font-weight: 0 !important;
	margin-bottom: 1px;
}

.orderbutton {
	float: right;
	margin-right: 1vw;
}

.modal-dialog {
	margin: auto;
	margin-top: 10%;
}

.modal-content {
	width: 80%;
	margin: 0 auto;
}

.dropdown-menu {
	top: 50px;
}
/*考勤签到*/
.main_attend {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.three_div {
	width: 33.333%;
	border-right: 1px solid #ddd;
	height: 100%;
}

.three_div:last-child {
	width: 33.333%;
	border-right: 1px solid #333;
	height: 100%;
}

.flex_column_center {
	display: flex;
	margin: 0 auto;
	flex-direction: column;
}
.flex_column_start {
	display: flex;
	align-items: start;
	flex-direction: column;
}
.flex_center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav_til {
	height: 2.4vw;
	line-height: 2.4vw;
	padding-left: 1vw;
}

.bootstrap-table .table>thead>tr>th, .table>tbody>tr>td {
	vertical-align: middle;
}

.attend_bottom {
	padding: 0;
	height: 7%;
	border: 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.attend_bottom button {
	height: 2.3vw;
	width: 6vw;
}

.fixdiv input[type="checkbox"] {
	height: 20px;
	width: 20px;
}