@media all and (max-width: 480px) {
	.dataTables_filter, .dataTables_paginate {
		clear: both;
		float: none;
		text-align: left;
	}
}

@font-face {
	font-family: 'AUdimat-Regular';
	src:url("{!URLFOR($Resource.jsLibs, 'fonts/AUdimat-Regular.ttf.woff')}") format('woff'),
		url("{!URLFOR($Resource.jsLibs, 'fonts/AUdimat-Regular.ttf.svg#AUdimat-Regular')}") format('svg'),
		url("{!URLFOR($Resource.jsLibs, 'fonts/AUdimat-Regular.ttf.eot')}"),
		url("{!URLFOR($Resource.jsLibs, 'fonts/AUdimat-Regular.ttf.eot?#iefix')}") format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
body {
	background-color: #f2f2f2 !important;
}
form {
	background-color: transparent;
}

.container-fluid {
	background-color: #f2f2f2;
	color: #313131;
	font-family: "Titillium Web",sans-serif;
	font-size: 14px;
	line-height: 1.42857;
}
.container-fluid a {
	color: #00acea;
}

.container-fluid h1 {
	font-size: 40px;
	color: #00acea;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "AUdimat-Regular";
	margin-top: 0;
	margin-bottom: 40px;
}
.container-fluid p {
	line-height: 1.8;
}

#DocumentationDescription {
	padding-bottom: 25px;
}


.h3Title {
	display: block;
	margin-top: 40px;
	margin-left: 8px;
	font-size: 20px;
}

div.container-fluid {
    margin-bottom: 20px;
}

.container-fluid table {
	width: 100%;
	max-width: 100%;
}
.table-responsive tr {
	background-color: #ebebeb !important;
}

.container-fluid th, td {
	padding: 15px;
	box-sizing: border-box;
	border-right: 1px solid white;
}

.table-responsive th {
	background-color: #00acea;
	color: white;
	font-size: 18px;
	font-weight: bold;
}

.table-responsive th.th150 {
	min-width: 150px !important;
	max-width: 400px !important;
}
.table-responsive th.th1 {
	width: 75px !important;
}
.table-responsive th.th2 {
	width: 100px !important;
}
.table-responsive th.th3 {
	width: 120px !important;
}

.container-fluid th:last-child {
	border-right: 0px;
}

.container-fluid th a {
	color: white;
}

.container-fluid td {
	border-bottom: 1px solid white;
	margin-left: -1px;
	font-weight: light;
	font-size: 16px;
}

.container-fluid td:last-child {
	border-right: 0px;
}

.container-fluid td a {
	color: #313131;
}

td.sorting_1 {
	background-color: #ebebeb !important;
}

.container-fluid tr:last-child td, tr:last-child th {
	border-bottom: 0px;
}

.table-hover>tbody>tr:hover, td.sorting_1:hover {
	background-color: #f5f5f5 !important;
}

/*OVERRIDE DATATABLES CSS - START*/
.dataTables_length, .dataTables_filter, .dataTables_info {
	margin: 6px 8px;
}

.dataTables_info, .dataTables_paginate {
	margin: 6px 8px;
	font-weight: 700;
}

.dataTables_paginate {
	margin-bottom: 30px;
}

.paginate_disabled_previous {
    background: url('images/back_disabled.png') no-repeat top left;
}
.paginate_enabled_previous {
    background: url('images/back_enabled_hover.png') no-repeat top left;
}
.paginate_enabled_previous:hover {
    background: url('images/back_enabled_hover.png') no-repeat top left;
}

.paginate_enabled_next {
	background: url('images/forward_enabled_hover.png') no-repeat top right;
}
.paginate_enabled_next:hover {
    background: url('images/forward_enabled_hover.png') no-repeat top right;
}
.paginate_disabled_next {
    background: url('images/forward_disabled.png') no-repeat top right;
}

/*OVERRIDE DATATABLES CSS - END*/

#loading-curtain-div {
	top: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #FFF;
	opacity: 0.85;
	position: fixed;
	z-index: 5000;
	filter: alpha(opacity=85);
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/img/loading.gif');
}
#pageLoading {
	top: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0.85;
	position: absolute;
	z-index: 8000;
	filter: alpha(opacity=85);
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/img/loading.gif');
}
