table {
	width: 100%;
}

table td{
	vertical-align: top;
}

input[type="text"]:disabled {
	background:#fafafa;
	border: 0 none !important;
	color: #aaaaaa;
}

label.normal-font {
	font-weight: normal;
}

th {
	font-weight: normal;
}

tr.sum {
	border-top: 1px solid;
	font-size: 1.2em;
	background: url("../img/double-line.png") #ffffff repeat-x bottom center !important;
	height: 50px;
}

tr.sum td {
	padding-bottom: 20px;
}

.table-modal-bottom {
	margin-top: 20px;
	margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
}

.table-modal-bottom tr {
	border-bottom: 1px solid #000000;
}

.table-modal-bottom td {
	padding: 5px 0;
}

.table-modal-bottom tr:last-child td {
	padding: 2px 0;
}

.table-modal-bottom .font-big {
	font-size: 1.2em;
}

.table-zebra {
	margin-bottom: 25px;
}

.table-zebra tr {
	padding: 10px;
}

.table-zebra tr:nth-of-type(odd) { 
  background: #eee; 
}

.table-zebra th,
.table-zebra td {
	padding: 6px 8px;
}

.table-sum {
	border-bottom: 2px solid #888888;
}

.table-sum tr {
	border-bottom: 2px solid #888888;
}

.table-sum td {
	padding: 5px 10px;
}

.table-sum tr:last-child td {
	padding: 2px 10px;
}

@media screen and (max-width: 768px) {

	.table-wrapper {
    	overflow-x: scroll;
    	width: 100%;
	}

	.tab-body th,
	.tab-body tr {
		display: block;
	}

	.table-zebra th,
	.table-zebra td {
		padding: 5px;
	}

}

@media screen and (min-width: 400px) {

}

@media screen and (min-width: 768px) {

	.table-sum {
		border-bottom: 2px solid #888888;
    	float: right;
    	margin: 30px 64px 20px 0;
    	width: 50%;
	}

	.table-modal-bottom {
    	margin-left: 172px;
    	width: 308px;
	}

}

@media screen and (min-width: 992px) {

}

@media screen and (min-width: 1200px) {

}