.table-container #content, .table-container{
	color: #192433;
}


.table-container #content label, .table-container label{
	display: block;
	margin-bottom: 5px;
}

.table-container #content h2, .table-container h2,
.table-container #content h3, .table-container h3{
	line-height: 40px;
}

.table-container #content h2, .table-container h2{
	margin: 10px 0px 10px 0px ;
}

.table-container #content h3, .table-container h3{
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 10px 0px 15px 0px ;
	padding: 25px 0px 0px 0px ;
}

.table-container #content input, .table-container #content button, .table-container #content select, .table-container #content textarea,
.table-container input, .table-container #content button, .table-container select, .table-container textarea  {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}

.table-container #content input[type="text"], .table-container input[type="text"],
.table-container #content input[type="serach"], .table-container input[type="search"],
.table-container #content select, .table-container select
{
	display: inline-block;
	height: 28px;
	padding: 4px 6px;
	margin-bottom: 10px;
	line-height: 20px;
	vertical-align: middle;
	
}

.table-container #content input, .table-container input
{
	margin-left: 0;
}


.show-msg {
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    background-color: #cef1fc;
    border: 1px solid #9ee3f9;
    color: #12718f;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.dataTables_scrollHead table.data-table th,
.dataTables_scrollBody table.data-table th {
    padding: 10px 25px;
    background-image: none;
    background-color: #7f949e;
    border-right: 2px solid #748994;
    color: #fff;
    font-size: 15px;
    text-align: left
}

.dataTables_scrollHead table.data-table th:first-child,
.dataTables_scrollBody table.data-table th:first-child {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.dataTables_scrollHead table.data-table th:last-child,
.dataTables_scrollBody table.data-table th:last-child {
    border-right: 0;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px
}

.dataTables_scrollHead table.data-table th.sorting_asc,
.dataTables_scrollBody table.data-table th.sorting_asc {
    background-image: url("../images/sort_asc.png");
    background-repeat: no-repeat;
    background-position: 98% center
}

.dataTables_scrollHead table.data-table th.sorting_desc,
.dataTables_scrollBody table.data-table th.sorting_desc {
    background-image: url("../images/sort_desc.png");
    background-repeat: no-repeat;
    background-position: 98% center
}

.dataTables_scrollHead table.data-table th.sorting_desc,
.dataTables_scrollHead table.data-table th.sorting_asc{
	padding: 10px 31px 10px 20px;
}

.dataTables_scrollHead table.data-table td,
.dataTables_scrollBody table.data-table td {
    padding: 8px 25px;
    background: #e7eaef;
    border-right: 2px solid #d7dbe0;
    color: #344c5a;
    font-size: 14px
}

.dataTables_scrollHead table.data-table td:last-child,
.dataTables_scrollBody table.data-table td:last-child {
    border-right: 0
}

.dataTables_scrollHead table.data-table .even td,
.dataTables_scrollBody table.data-table .even td {
    background: #f3f4f8
}

.dataTables_scrollHead table.data-table tbody tr:last-child td:first-child,
.dataTables_scrollBody table.data-table tbody tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.dataTables_scrollHead table.data-table tbody tr:last-child td:last-child,
.dataTables_scrollBody table.data-table tbody tr:last-child td:last-child {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.dataTables_scrollBody {
    margin-bottom: 20px
}

.dataTables_scrollFoot {
    background: #25313e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.dataTables_scrollFoot input[type="text"].table-filter {
    height: 30px;
    padding: 0 8px;
    background: #f9eeca url("../images/input-search.png") no-repeat 98% center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: .5em !important;
}