/* CSS Document */
#d_subpg_content{
	margin:20px 30px 80px 30px;
}
.d_subpg_hdr p{
	font-size: 14px;
	font-weight: 500;
	color:#1e5ea6; /* TDX blue */
	margin: 0px 0px 20px 0px;
}
/* --------- footer ------------*/
#sp_ftr_sesstimer {
	padding:0px 5px;
	color: #999;
}
/* --------- datatables --------*/
.dataTable {
	border-bottom:1px solid #ccc;
}
.dataTables_wrapper {
	font-size: 12px;
	font-family: arial;
}
.dataTables_paginate a {
	padding: 6px 9px !important;
	background: #eee !important;
	border: 1px solid #ccc !important;
	color: #333 !important;
}
.dataTables_paginate a.current {
	border: 1px solid #999 !important;
	background: #ddd !important;
}
.dataTables_paginate a:hover {
	background: #ddd !important;
}

.dataTables_length label, .dataTables_filter label {
	font-weight: normal;
}
.sorting {
	font-weight: 600;
	color:#666;
}
/*
	.t_tabular settings override jQuery dataTables styling
*/
table .t_tabular {
	font-size: 12px;
	width: 100%;
	border-bottom:1px solid #ccc;
}
.t_tabular thead {
	border: none;
}
#tr_tabular_hdr th, #tr_tabular_ftr th, #tr_tabular_ftr th {
	border-top:none;
	border-bottom:1px solid #ccc;
}
tbody .tr_tabular_rows:hover {
	color:#1e5ea6; /* TDX blue */
	cursor: pointer;
}
.t_tabular tfoot {
	display: table-row-group;
}
.t_tabular tbody td {
	vertical-align: middle;
	max-width: 150px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.input_searchftr {
	/* base64 image emcoder: https://www.base64-image.de */
	width: 150px;
	font-weight: normal;
	margin:0px;
}

#d_flyout_r select {
	width: 100%;
}

#sp_filterToggle {
	position: relative;
	padding: 0px 10px;
	color:#1e5ea6; /* TDX blue */
	float: right;
	border:0px solid red;
}
.dt-buttons {
	clear: both;
}
.dt-button {
	background-color: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	margin:5px 0px 5px 0px;
	font-size:12px;
	border:1px solid #ccc;
	color:#333;
}
.tabular_search_i {
	color:#aaa;
	font-size:16px;
	position: relative;
	top:3px;
}
/* --------- popups --------*/
/* #d_popup{
	visibility:hidden;
	position:absolute;
	background-color:#ffffff;
	border:1px solid #666666;
	z-index:20;
	width:250px;
	overflow:visible;
	display:block;
} */

/* --------- flyouts --------*/
#d_flyout_r_inner, #d_flyout_bottom_inner {
}
#b_flyout_r_cancel, #b_flyout_bottom_cancel  {
	position: absolute;
	z-index: 101;
	top: 20px;
	right:20px;
}
#b_flyout_r_submit, #b_flyout_r_commentsubmit, #b_flyout_bottom_submit, #b_flyout_bottom_commentsubmit {
	width: 100px;
	float: right;
	clear: both;
	margin: 20px 0px 10px 0px;
}
.tabular_clicked td {
	color: rgb(30, 94, 166);
	background-color: aliceblue;
}
.d_flyout_r_data input, .d_flyout_bottom_data input  {
	width: 240px;
	text-overflow: ellipsis;
}
.select_flyouts {
	position: relative;
	left:0px;
}
.d_flyout_r_data .required {
	border:1px solid CornflowerBlue;
	/*color:red;*/
}
.d_flyout_header {
	display: block;
	clear: both;
	margin: 8px 0px 0px 0px;
	color: #888;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	border-bottom:0px solid #ccc;
	padding: 2px 0px 0px 0px;
}
.d_flyout_r_data ul {
	display:inline-block;
}
#d_flyout_r_status, #d_flyout_r_commentstatus {
	text-align: right;
	width: 240px;
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#d_flyout_r_status  img {
	text-align: right;
	margin: 20px 0px;
	clear: both;
}
.d_norecords {
	display: block;
	float: left;
	clear: both;
	margin: 20px 0px;
}
/* --------- parsely validation --------*/
input.parsley-success, select.parsley-success, textarea.parsley-success {
	display: inline-block;
}
input.parsley-error, select.parsley-error, textarea.parsley-error {
	color: #B94A48;
	background-color: #F2DEDE;
}
.parsley-errors-list {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	opacity: 1;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}
.parsley-errors-list .filled {
	/*
	opacity: 1;
	clear:both;
	margin: 0px;
	padding: 0px;
	height: 20px;
	*/
}
#f_reset .parsley-required, #f_reset .parsley-type, #f_reset .parsley-custom-error-message{
	padding:0px 10px 0px 10px;
}
/* --------- form submission errors --------*/
#d_user_add_error {
	display: none;
	font-size: 12px;
}

/* DataTables Overrides */
.dataTables_wrapper .dataTables_processing {
    display: block;
    z-index: 1000;
    height: 75px;
}