.toban .inplace{
	font-size: 1em;
	font-weight: bold;
    	color: red;
    
}
.esa-table {
	 margin-bottom: 20px;
	 max-width: 100%;
	 width: 100%;
}
.esa-table > tbody > tr > td, .esa-table > tbody > tr > th, .esa-table > tfoot > tr > td, .esa-table > tfoot > tr > th, .esa-table > thead > tr > td, .esa-table > thead > tr > th {
	 border-top: 1px solid #ddd;
	/*  line-height: 1.42857; */
	 padding: 5px;
	 vertical-align: top;
}
.esa-table > thead > tr > th {
	 border-bottom: 2px solid #ddd;
	 vertical-align: bottom;
}
.esa-table > caption + thead > tr:first-child > td, .esa-table > caption + thead > tr:first-child > th, .esa-table > colgroup + thead > tr:first-child > td, .esa-table > colgroup + thead > tr:first-child > th, .esa-table > thead:first-child > tr:first-child > td, .esa-table > thead:first-child > tr:first-child > th {
	 border-top: 0 none;
}
.esa-table > tbody + tbody {
	 border-top: 2px solid #ddd;
}
.esa-table .esa-table {
	 background-color: #fff;
}
.esa-table-condensed > tbody > tr > td, .esa-table-condensed > tbody > tr > th, .esa-table-condensed > tfoot > tr > td, .esa-table-condensed > tfoot > tr > th, .esa-table-condensed > thead > tr > td, .esa-table-condensed > thead > tr > th {
	 padding: 5px;
}
.esa-table-bordered {
	 border: 1px solid #ddd;
}
.esa-table-bordered > tbody > tr > td, .esa-table-bordered > tbody > tr > th, .esa-table-bordered > tfoot > tr > td, .esa-table-bordered > tfoot > tr > th, .esa-table-bordered > thead > tr > td, .esa-table-bordered > thead > tr > th {
	 border: 1px solid #ddd;
}
.esa-table-bordered > thead > tr > td, .esa-table-bordered > thead > tr > th {
	 border-bottom-width: 2px;
}
.esa-table-striped > tbody > tr:nth-of-type(2n+1) {
	 background-color: #f9f9f9;
}
.esa-table-hover > tbody > tr:hover {
	 background-color: #f5f5f5;
}
table col[class*="col-"] {
	 display: table-column;
	 float: none;
	 position: static;
}
table td[class*="col-"], table th[class*="col-"] {
	 display: table-cell;
	 float: none;
	 position: static;
}
.esa-table > tbody > tr.active > td, .esa-table > tbody > tr.active > th, .esa-table > tbody > tr > td.active, .esa-table > tbody > tr > th.active, .esa-table > tfoot > tr.active > td, .esa-table > tfoot > tr.active > th, .esa-table > tfoot > tr > td.active, .esa-table > tfoot > tr > th.active, .esa-table > thead > tr.active > td, .esa-table > thead > tr.active > th, .esa-table > thead > tr > td.active, .esa-table > thead > tr > th.active {
	 background-color: #f5f5f5;
}
.esa-table-hover > tbody > tr.active:hover > td, .esa-table-hover > tbody > tr.active:hover > th, .esa-table-hover > tbody > tr:hover > .active, .esa-table-hover > tbody > tr > td.active:hover, .esa-table-hover > tbody > tr > th.active:hover {
	 background-color: #e8e8e8;
}
.esa-table > tbody > tr.success > td, .esa-table > tbody > tr.success > th, .esa-table > tbody > tr > td.success, .esa-table > tbody > tr > th.success, .esa-table > tfoot > tr.success > td, .esa-table > tfoot > tr.success > th, .esa-table > tfoot > tr > td.success, .esa-table > tfoot > tr > th.success, .esa-table > thead > tr.success > td, .esa-table > thead > tr.success > th, .esa-table > thead > tr > td.success, .esa-table > thead > tr > th.success {
	 background-color: #dff0d8;
}
.esa-table-hover > tbody > tr.success:hover > td, .esa-table-hover > tbody > tr.success:hover > th, .esa-table-hover > tbody > tr:hover > .success, .esa-table-hover > tbody > tr > td.success:hover, .esa-table-hover > tbody > tr > th.success:hover {
	 background-color: #d0e9c6;
}
.esa-table > tbody > tr.info > td, .esa-table > tbody > tr.info > th, .esa-table > tbody > tr > td.info, .esa-table > tbody > tr > th.info, .esa-table > tfoot > tr.info > td, .esa-table > tfoot > tr.info > th, .esa-table > tfoot > tr > td.info, .esa-table > tfoot > tr > th.info, .esa-table > thead > tr.info > td, .esa-table > thead > tr.info > th, .esa-table > thead > tr > td.info, .esa-table > thead > tr > th.info {
	 background-color: #d9edf7;
}
.esa-table-hover > tbody > tr.info:hover > td, .esa-table-hover > tbody > tr.info:hover > th, .esa-table-hover > tbody > tr:hover > .info, .esa-table-hover > tbody > tr > td.info:hover, .esa-table-hover > tbody > tr > th.info:hover {
	 background-color: #c4e3f3;
}
.esa-table > tbody > tr.warning > td, .esa-table > tbody > tr.warning > th, .esa-table > tbody > tr > td.warning, .esa-table > tbody > tr > th.warning, .esa-table > tfoot > tr.warning > td, .esa-table > tfoot > tr.warning > th, .esa-table > tfoot > tr > td.warning, .esa-table > tfoot > tr > th.warning, .esa-table > thead > tr.warning > td, .esa-table > thead > tr.warning > th, .esa-table > thead > tr > td.warning, .esa-table > thead > tr > th.warning {
	 background-color: #fcf8e3;
}
.esa-table-hover > tbody > tr.warning:hover > td, .esa-table-hover > tbody > tr.warning:hover > th, .esa-table-hover > tbody > tr:hover > .warning, .esa-table-hover > tbody > tr > td.warning:hover, .esa-table-hover > tbody > tr > th.warning:hover {
	 background-color: #faf2cc;
}
.esa-table > tbody > tr.danger > td, .esa-table > tbody > tr.danger > th, .esa-table > tbody > tr > td.danger, .esa-table > tbody > tr > th.danger, .esa-table > tfoot > tr.danger > td, .esa-table > tfoot > tr.danger > th, .esa-table > tfoot > tr > td.danger, .esa-table > tfoot > tr > th.danger, .esa-table > thead > tr.danger > td, .esa-table > thead > tr.danger > th, .esa-table > thead > tr > td.danger, .esa-table > thead > tr > th.danger {
	 background-color: #f2dede;
}
.esa-table-hover > tbody > tr.danger:hover > td, .esa-table-hover > tbody > tr.danger:hover > th, .esa-table-hover > tbody > tr:hover > .danger, .esa-table-hover > tbody > tr > td.danger:hover, .esa-table-hover > tbody > tr > th.danger:hover {
	 background-color: #ebcccc;
}
.esa-table-responsive {
	 min-height: 0.01%;
	 overflow-x: auto;
}

.esa-widget{
	border: 1px solid #d4dae4;
		border-radius: 5px;
		margin-bottom: 1.2em;
		padding: 0;
		width: 252px;
		height: 214px;
		background:white;
		margin-right: 5px;
		text-align:center;
		float: left;
}
.esa-widgettitle{
	background: #d4dae4 none repeat scroll 0 0;
		border: medium none;
		font-size: 1em;
		font-weight: bold;
		margin-bottom: 0;
		margin-top: 0;
		padding: 11px;
		text-transform: uppercase;
}
.esafdrcontent{
	text-align: center;
	line-height: 1.1;
}
.esafdrcontent img{
	vertical-align: middle;
}
