﻿.inset {
	background: #fff;
	padding: 2.5em;
	box-shadow: 0px 0px 15px #545454;
}
form span {
	display: block;
}
input[type="text"], input[type="password"] , select{
	padding: 9px;
	width: 93.4%;
	font-size: 1.1em;
	margin: 3px 0px 25px;
	color: #666666;
	background: #f0f0f0;
	border: none;
}
.sign {
	padding: 10px 0 0;
	text-align: center;
}
.submit {
	background: #0091e6;
	border: none;
	padding: 8px 30px;
	color: #FFF;
	font-size: 0.9em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	-o-border-radius: .3em;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-weight: 600;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}
.pagination>li>a{
	border: 1px solid #0daf90;
}

.listall_table{
	margin-top: 16px;
	font-size: 16px;
	vertical-align:middle;
	border-collapse:collapse;
}
.listall_table tr th
{
	border: 1px solid #0daf90;
}
.listall_table tr td
{
	border: 1px solid #0daf90;
}
.listall_table tr{
	text-align: center;
	height: 100px;
	border-bottom: 1px solid #0daf90;
}
.listall_table tr th{
	text-align: center;
}
.pageshow{
	text-align: center;
	margin-top: 20px;
}
.pageshow_ul>li>a{
	padding-top: 4px;
	padding-bottom: 4px;
	color: #0daf90;
}
.pageshow_ul>li>a:hover{
	background-color: #0daf90;
	color: #ffffff;
	border-color: #0daf90;
}
.pagination>.active>a {
	background-color: #e66864;
	border-color: #e66864;
}
.pagination>.active>a:hover {
	background-color: #e66864;
	border-color: #e66864;
}
.table_view{
	width: 6%;
}
@media (max-width:768px) {
	.listall_table_k{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (min-width:768px) {
	.listall_table_k{
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (min-width:992px) {
	.listall_table_k{
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (min-width:1200px) {
	.listall_table_k{
		padding-left: 50px;
		padding-right: 50px;
	}
	.col-lg-12 {
		float: left;
		width: 100%;
	}
}
.run_title{
	height: 50px;
	width: 300px;
	margin: 20px auto;
	font-size: 36px
}
.run_export{
	/*float: left;*/
	text-align: center;
	width: 100%
	/*margin-left: 430px;*/
}
.run_export a{
	color: #333;
	text-decoration:none;
}
.run_a{
	color:black;
	text-decoration: none;
	color: seagreen;
}
