@media ( max-width : 768px) {
	.header {
		position: absolute;
	}
	/* body container */
	.main-content {
		margin: 0px !important;
		position: none !important;
	}
	.header-search {
		display: none;
	}
}

body {
	color: #797979;
	background: #f7f7f7;
}

a,a:hover,a:focus {
	text-decoration: none;
	outline: none;
}

ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header {
	min-height: 60px;
	padding: 0 15px;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1002;
}

.header-left {
	float: left;
	width: 180px;
}

.logo {
	font-size: 18px;
	margin-top: 15px;
	text-transform: uppercase;
}

.header-user {
	float: right;
}

.header-user .item {
	padding: 15px 0;
	float: left;
	margin-left: 30px;
	line-height: 30px;
	cursor: pointer;
}

.header-user .item .icon {
	font-size: 18px;
}

.header-user .item .badge {
	border-radius: 50%;
	position: absolute;
	top: 15px;
	right: -6px;
	width: 8px;
	height: 8px;
}

.header-user .avatar {
	width: 30px;
	height: 30px;
}

.sidebar {
	width: 200px;
	height: 100%;
	overflow-y: scroll;
	position: fixed;
	padding-bottom: 15px;
	border: 1px solid #ddd4d4;
}

.sidebar-menu {
	margin-top: 61px;
	margin-left: 2px;
}

.main-content {
	padding-top: 60px;
	margin-left: 180px;
}
.main-footer {
	 position: fixed; /*or前面的是absolute就可以用*/ 
     bottom: 2px;  
     width: 100%;
     border:1px solid  #ddd4d4;
     background-color: #F1F1F1;
     z-index:9999;
}

.wrapper {
	padding: 1px;
	padding-bottom: 1px;
	overflow-y: scroll;
}

.topbar {
	height: 43px;
	background: #fff;
	border-bottom: solid 1px #e2e2e2;
}

.table .pager {
	margin: 0;
}

.iconmenu {
	/*color:blue!important;*/
	
}

tr {
	cursor: pointer;
}

tfoot {
	background-color: #f5f5f5;
}
.orderby{
	margin-left: 5px;
}
.d-form input:focus:focus.error,
.d-form textarea:focus:focus.error,
.d-form select:focus:focus.error {
  border-color: #b94a48;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.d-form input.error,
.d-form textarea.error,
.d-form select.error {
  border-color: #b94a48;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.d-form .dropdown-menu {
  max-height: 400px;
  overflow-y: auto;
}
.d-form .alert {
  margin-bottom: 0px;
}
.d-form .d-error {
  color: #b94a48;
  display: block;
  margin-top: 5px;
}
.derror-messages {
  color: #FF9900;
  vertical-align: bottom;
}
.d-error-icon{
	position: absolute;top: 1px;
    right: 6px;
    width: 20px;
    height: 20px;
    line-height: 30px;
    color:#b94a48;
}

.panel {
	margin-bottom: 0px;
	background-color: #fff;
	border: 1px solid transparent;
	border-color: #ddd;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
	padding: 5px;
}
.form-group {
  margin-bottom: 5px;
}
.index{
	padding-bottom: 26px;
}
.select2-choice{
	border-radius:0px !important;
	height:99% !important;
}
.pd_tooltip {
    position: fixed;
}
.colWidthOmitted{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.panel .panel-heading {
    background-color: #30b0fa;
    color: white !important;
}

.modal-dialog {
	padding: 5px;
}
 .table>thead>tr>th {
    background-color: #a3e0e6;
     color: white !important;
 }
