p {
	margin: 5px 0 5px;
}
label {
	margin: 5px 0 5px;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}
.table {
	width: 85%;
	max-width: 85%;
	margin-bottom: 0px
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 3px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 2px solid #ddd
}
table thead{
	background: #0a090796;
	color: #95e7ff;
	border-color: #c7deae #867373 #a09696;
	text-shadow: 2px 0px 19px rgb(189, 152, 152);
	box-shadow: inset 0px 0px 22px 0px;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #1b0b0b;
}
th{
	text-align: center;
	tab-size: 4;
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 2px 8px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
@media only screen and (max-width: 680px) {
	/* Force table to not be like tables anymore */
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#no-more-tables tr { border: 1px solid #ccc; }

	#no-more-tables td {
		/* Behave like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 40%;
		white-space: normal;
		text-align:left;
	}

	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
}


#no-more-tables td span:first-child {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90%;
	vertical-align: middle;
}
.icon-calendar {
	background-position: -192px -123px;
}
.input-append .add-on, .input-append .btn, .input-append .btn-group {
	margin-left: -1px;
	height: 26px;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 2;
	color: #788692;
	background-color: #eee;
	border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 2px 8px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #ffffff;
	text-decoration: none;
	background-color: #000;
	border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #000;
	cursor: default;
	background-color: #fcfdff;
}
/*.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #343638;
    background-color: #eee;
    border-color: #ddd;
    }*/
