/* Table Box*/
.table-box {
	background: none repeat scroll 0 0 #F9F9F9;
	border: 1px solid #C7CED2;
	clear: both;
	margin-top: 16px;
	margin-bottom: 16px;
	position: relative;
	border-radius: 15px 15px 15px 15px;
	/* -webkit-box-shadow: 0px 0px 10px 2px rgba(70, 90, 100, .1);
	box-shadow: 0px 0px 5px 2px rgba(70, 90, 100, .1);*/
}
.table-title {
	background-color: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #eceef0 50%, #e9ebec 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #eceef0), color-stop(51%, #e9ebec), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #eceef0 50%, #e9ebec 51%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #eceef0 50%, #e9ebec 51%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #eceef0 50%, #e9ebec 51%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #eceef0 50%, #e9ebec 51%, #ffffff 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #C7CED2;
	min-height: 36px;
	border-radius: 15px 15px 0px 0px;
}
.table-title h5 {
	color: #697B86;
	text-shadow: 0 1px 0 #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 12px;
	line-height: 12px;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}
.table-footer {
	background: #D9DEE1;
	font-size: 12px;
	color: #435a68;
	text-align: center;
	padding: 12px;
	border-top: 1px solid #CDCDCD;
	min-height: 20px;
	border-radius: 0px 0px 15px 15px;
	/* 
	background: -moz-linear-gradient(top,  #e9ebec 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9ebec), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #e9ebec 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #e9ebec 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #e9ebec 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #e9ebec 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9ebec', endColorstr='#ffffff',GradientType=0 );*/
}

/* Tables */
.table {
  margin-bottom: 0px;
}

.table th {
	background-color: #B4BDC3;
	border-bottom: 1px solid #fff;
	height: 36px;
}
.table th {
	height: auto;
	font-size: 11px;
	padding: 5px 10px 2px;
	border-bottom: 0;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 0 #A1ACB4;
}
.table td {
	height: auto;
	font-size: 11px;
	padding: 5px 10px 2px;
	border-bottom: 0;
	text-align: center;
	color: #435a68;
}
.table tr {
	border-top: 1px solid #C7CED2;
}
.table {
	width: 100%;
	padding-left: 0px; /* for full width */
	padding-right: 0px; /* for full width */
}

.table-content {
	padding: 12px 15px;
}

.table-left th {
	text-align: left;
}
.table-left td {
	text-align: left;
}

.table-right th {
	text-align: right;
}
.table-right td {
	text-align: right;
}

.table-center th {
	text-align: center;
}
.table-right td {
	text-align: center;
}



/* Table Full Width Container */
#table-container {
	height: auto;
}
#table-container {
	background-color: #f5f5f5;
	margin-left: 250px;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
	background-color: #ECEEF0;
}
.table-bordered {
	border: 1px solid #C7CED2;
	border-collapse: separate;
 *border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.table-bordered th, .table-bordered td {
	border-left: 1px solid #C7CED2;
	border-top: 1px solid #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
}
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
}
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child, .table-bordered tfoot:last-child tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 0px;
	-moz-border-radius: 0 0 0 0px;
	border-radius: 0 0 0 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
}
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child, .table-bordered tfoot:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}
.table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
}
.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
}

.table tbody tr.error > td {
  background-color: #f2dede;
}
