#overlaybase {
	background-color: #666666;
	display: none;
	left: 0;
	height: 100%;
	-moz-opacity: .10;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	opacity: .30;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 100;
	padding-bottom: 2000px;
}
#overlaytitlebar {
    background-color: #0c97d4;
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
	height: 31px;
}
#overlaytitle {
	color: #fff;
	float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
    line-height: 1;
	margin: 9px 0 0 8px;
}
#overlaytitlebar .close-button {
	background-image: url('/tdes/resources/icons/popup-close-bg.png');
    background-position: 0 0;
	background-repeat: no-repeat;
	float: right;
    height: 17px;
	margin: 7px 8px 0 0;
    overflow: hidden;
    padding: 0;
    width: 17px;
}
#overlaytitlebar .close-button:hover {
    background-position: 0 -17px;
}
#overlaytitlebar .close-button .spacer {
    display: none;
}
#overlaybody {
	background-color: #FFF;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
	color: #444;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
	text-align: left;
}
#overlay {
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	display: none;
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#3D4B5A', Positive='1');
	left: 150px;
	padding: 0;
	position: absolute;
	top: 150px;
	width: 400px;
	z-index: 102;
}
#overlaybody form {
	margin: 0;
	padding: 0;
}
#tooltip {
	display: none;
	position: absolute;
	width: 150px;
	z-index: 100;
}
#tooltip-icon {
	background-image: url('/tdes/resources/icons/tooltip-down.gif');
	left: 5px;
	position: absolute;
	top: 0;
}
#tooltip-icon .spacer {
	height: 10px;
	width: 10px;
}	
#tooltip-close-button {
	background-image: url('/tdes/resources/icons/tooltip-close.gif');
	position: absolute;
	right: 5px;
	top: 15px;
}
#tooltip-close-button .spacer {
	border: 0;
	height: 12px;
	width: 12px;
}
#tooltip-body {
	background-color: #ffffee;
	border: 1px solid #666;
	margin-top: 9px;
	padding: 3px;
}
#tooltip ul {
	margin-top: 5px;
	margin-bottom: 0;
}
#tooltip li {
	margin-bottom: 5px;
}
#waitIcon {
	background-color: #fff;
	border: 1px solid #666;
	color: #666;
	display: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	left: 0;
	padding: 3px;
	position: absolute;
	text-align: center;
	top: 0;
	z-index:200;
}
.delete-file img {
    border: none;
}

.file-upload-container a {
    display: inline-block;
    height: 20px;
}
a.upload-file,
a.view-file {
	background-color: #fff;
    background-image: url("/tdes/resources/icons/file-types/unknown.png");
    background-position: 9px center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    margin-bottom: 0;
    padding: 4px 12px 3px 32px;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
a.upload-file:hover,
a.view-file:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    text-decoration: none;
}
a.upload-file:focus,
a.view-file:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    text-decoration: none !important;
}
a.upload-file:active,
a.view-file:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    text-decoration: none;
}



.application_pdf {
    background-image: url("/tdes/resources/icons/file-types/pdf.png") !important;
}
.image_bmp {
    background-image: url("/tdes/resources/icons/file-types/bmp.png") !important;
}
.application_msword {
    background-image: url("/tdes/resources/icons/file-types/doc.png") !important;
}
.text_rtf {
    background-image: url("/tdes/resources/icons/file-types/rtf.png") !important;
}
.image_gif {
    background-image: url("/tdes/resources/icons/file-types/gif.png") !important;
}
.image_jpeg {
    background-image: url("/tdes/resources/icons/file-types/jpg.png") !important;
}
.application_vnd_oasis_opendocument_text {
    background-image: url("/tdes/resources/icons/file-types/odt.png") !important;
}
.image_png {
    background-image: url("/tdes/resources/icons/file-types/png.png") !important;
}
.text_plain {
    background-image: url("/tdes/resources/icons/file-types/text.png") !important;
}
.image_tiff {
    background-image: url("/tdes/resources/icons/file-types/tiff.png") !important;
}
a.delete-file {
    background-image: url("/tdes/resources/icons/webforms/x-circle-bg.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    float: left;
    height: 20px;
    margin: 3px 0 0 6px;
    overflow: hidden;
    padding: 0 !important;
    width: 20px;
}
a.delete-file img {
    display: none;
}
a:hover.delete-file {
    background-position: 0 -20px;
}

body.tde-label{
	background: transparent none !important;
}

/*
 * Data view data table styles
 */
table.dataTable {
    border-collapse: separate;
    border-spacing: 0;
    clear: both;
    margin: 0 auto;
    padding-right: 0 !important;
    width: 100%;
}
table.dataTable tfoot th {
    font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
    background-color: #E3E3E3;
    color: #555;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.3;
    padding: 7px 10px;
    text-align: left;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
    border-top: 1px solid #ddd;
    padding: 10px 18px 6px 18px;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled,
table.dataTable thead .sorting {
    background-position: center right;
    background-repeat: no-repeat;
    padding: 7px 15px 7px 10px;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
    cursor: pointer;
    *cursor: hand;
}
table.dataTable thead .sorting {
    background-image: url("/tdes/resources/icons/webforms/sort_both.png");
}
table.dataTable thead .sorting_asc {
    background-image: url("/tdes/resources/icons/webforms/sort_asc.png");
}
table.dataTable thead .sorting_desc {
    background-image: url("/tdes/resources/icons/webforms/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
    background-image: url("/tdes/resources/icons/webforms/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
    background-image: url("/tdes/resources/icons/webforms/sort_desc_disabled.png");
}
table.dataTable tbody tr {
    background-color: #FFF;
}
table.dataTable tbody tr.selected {
    background-color: #FEFAEB;
}
table.dataTable tbody th,
table.dataTable tbody td {
    padding: 6px 10px;
}
table.dataTable th.center,
table.dataTable td.center,
table.dataTable td.dataTables_empty {
    text-align: center;
}
table.dataTable th.right,
table.dataTable td.right {
    text-align: right;
}
table.dataTable tbody tr.odd, table.dataTable tbody tr.odd {
    background-color: #F9F9F9;
}
table.dataTable tbody tr.odd.selected, table.dataTable tbody tr.odd.selected {
    background-color: #FAF4DF;
}
table.dataTable tbody tr:hover,
table.dataTable tbody tr.odd:hover,
table.dataTable tbody tr.even:hover, table.dataTable tbody tr:hover,
table.dataTable tbody tr.odd:hover,
table.dataTable tbody tr.even:hover {
    background-color: #F5F5F5;
}
table.dataTable tbody tr:hover.selected,
table.dataTable tbody tr.odd:hover.selected,
table.dataTable tbody tr.even:hover.selected, table.dataTable tbody tr:hover.selected,
table.dataTable tbody tr.odd:hover.selected,
table.dataTable tbody tr.even:hover.selected {
    background-color: #F4ECD1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable tbody tr > .sorting_1,
table.dataTable tbody tr > .sorting_2,
table.dataTable tbody tr > .sorting_3 {
    background-color: #F9F9F9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable tbody tr.selected > .sorting_1,
table.dataTable tbody tr.selected > .sorting_2,
table.dataTable tbody tr.selected > .sorting_3 {
    background-color: #F7EED2;
}
table.dataTable tbody tr.odd > .sorting_1, table.dataTable.order-column tbody tr.odd > .sorting_1 {
    background-color: #F1F1F1;
}
table.dataTable tbody tr.odd > .sorting_2, table.dataTable.order-column tbody tr.odd > .sorting_2 {
    background-color: #F3F3F3;
}
table.dataTable tbody tr.odd > .sorting_3, table.dataTable.order-column tbody tr.odd > .sorting_3 {
    background-color: #F5F5F5;
}
table.dataTable tbody tr.odd.selected > .sorting_1, table.dataTable.order-column tbody tr.odd.selected > .sorting_1 {
    background-color: #F7EED2;
}
table.dataTable tbody tr.odd.selected > .sorting_2, table.dataTable.order-column tbody tr.odd.selected > .sorting_2 {
    background-color: #F7EED2;
}
table.dataTable tbody tr.odd.selected > .sorting_3, table.dataTable.order-column tbody tr.odd.selected > .sorting_3 {
    background-color: #F7EED2;
}
table.dataTable tbody tr.even > .sorting_1, table.dataTable.order-column tbody tr.even > .sorting_1 {
    background-color: #F9F9F9;
}
table.dataTable tbody tr.even > .sorting_2, table.dataTable.order-column tbody tr.even > .sorting_2 {
    background-color: #FBFBFB;
}
table.dataTable tbody tr.even > .sorting_3, table.dataTable.order-column tbody tr.even > .sorting_3 {
    background-color: #FDFDFD;
}
table.dataTable tbody tr.even.selected > .sorting_1, table.dataTable.order-column tbody tr.even.selected > .sorting_1 {
    background-color: #FAF4DF;
}
table.dataTable tbody tr.even.selected > .sorting_2, table.dataTable.order-column tbody tr.even.selected > .sorting_2 {
    background-color: #FAF4DF;
}
table.dataTable tbody tr.even.selected > .sorting_3, table.dataTable.order-column tbody tr.even.selected > .sorting_3 {
    background-color: #FAF4DF;
}
table.dataTable tbody tr:hover > .sorting_1,
table.dataTable tbody tr.odd:hover > .sorting_1,
table.dataTable tbody tr.even:hover > .sorting_1, table.dataTable.order-column tbody tr:hover > .sorting_1,
table.dataTable.order-column tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column tbody tr.even:hover > .sorting_1 {
    background-color: #EAEAEA;
}
table.dataTable tbody tr:hover > .sorting_2,
table.dataTable tbody tr.odd:hover > .sorting_2,
table.dataTable tbody tr.even:hover > .sorting_2, table.dataTable.order-column tbody tr:hover > .sorting_2,
table.dataTable.order-column tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column tbody tr.even:hover > .sorting_2 {
    background-color: #EBEBEB;
}
table.dataTable tbody tr:hover > .sorting_3,
table.dataTable tbody tr.odd:hover > .sorting_3,
table.dataTable tbody tr.even:hover > .sorting_3, table.dataTable.order-column tbody tr:hover > .sorting_3,
table.dataTable.order-column tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column tbody tr.even:hover > .sorting_3 {
    background-color: #EEE;
}
table.dataTable tbody tr:hover.selected > .sorting_1,
table.dataTable tbody tr.odd:hover.selected > .sorting_1,
table.dataTable tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.order-column tbody tr.even:hover.selected > .sorting_1 {
    background-color: #F0E5C2;
}
table.dataTable tbody tr:hover.selected > .sorting_2,
table.dataTable tbody tr.odd:hover.selected > .sorting_2,
table.dataTable tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.order-column tbody tr.even:hover.selected > .sorting_2 {
    background-color: #E9DDB6;
}
table.dataTable tbody tr:hover.selected > .sorting_3,
table.dataTable tbody tr.odd:hover.selected > .sorting_3,
table.dataTable tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.order-column tbody tr.even:hover.selected > .sorting_3 {
    background-color: #E3D6AB;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #CCC;
}
table.dataTable, table.dataTable th, table.dataTable td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
table.dataTable td.tde-dataview-accounting-cell,
table.dataTable td.tde-dataview-currency-cell,
table.dataTable td.tde-dataview-numeric-cell {
    text-align: right;
}
table.dataTable td.tde-dataview-neg-cell {
    color: #f00;
}
/*
 * Control feature layout
 */
.dataTables_wrapper {
    position: relative;
    clear: both;
    transform: scale(1.0);
}
.dataTables_wrapper .dataTables_length {
    float: left;
    margin-bottom: 9px;
}
.dataTables_wrapper .dataTables_length select {
    display: inline-block;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    margin-bottom: 9px;
    text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: 0.5em;
    padding: 4px;
}
.dataTables_wrapper .dataTables_info {
    clear: both;
    color: #999 !important;
    float: left;
    font-style: italic;
    padding: 6px 0 0 10px;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    padding: 6px 10px 0 0;
    text-align: right;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #333333 !important;  
    cursor: pointer;
    *cursor: hand;
    display: inline-block;
    line-height: 1;
    margin: 0 0 0 6px;
    min-width: 21px;
    outline: none !important;
    padding: 4px 7px 3px;
    text-align: center;
    text-decoration: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    color: #FFF !important;
    background-color: #0C97D4;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #E3E3E3;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #666 !important;
    cursor: default;
}
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.next,
.dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.first,
.dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.next,
.dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.last,
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.first,
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.next,
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.last {
    border: none !important;
    color: transparent !important;
    font-size: 9px;
    height: 16px;
    width: 30px;
}
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.previous {
	background: url("/tdes/resources/icons/webforms/back_enabled.png") no-repeat left center;
}
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.next,
.dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.next,
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.next {
	background: url("/tdes/resources/icons/webforms/forward_enabled.png") no-repeat right center;
}
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.previous:hover {
	background: url("/tdes/resources/icons/webforms/back_enabled_hover.png") no-repeat left center;
}
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.next:hover {
	background: url("/tdes/resources/icons/webforms/forward_enabled_hover.png") no-repeat right center;
}
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.previous.disabled,
.dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.previous.disabled,
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.previous.disabled {
	background: url("/tdes/resources/icons/webforms/back_disabled.png") no-repeat left center;
}
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.next.disabled,
.dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.next.disabled,
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.next.disabled {
	background: url("/tdes/resources/icons/webforms/forward_disabled.png") no-repeat right center;
}
.dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.first,
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.first {
	background: url("/tdes/resources/icons/webforms/first_enabled.png") no-repeat left center;
}
.dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.first:hover, 
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.first:hover {
	background: url("/tdes/resources/icons/webforms/first_enabled_hover.png") no-repeat left center;
}
.dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.first.disabled,
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.first.disabled {
	background: url("/tdes/resources/icons/webforms/first_disabled.png") no-repeat left center;
}
.dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.last,
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.last {
	background: url("/tdes/resources/icons/webforms/last_enabled.png") no-repeat right center;
}
.dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.last:hover,
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.last:hover {
	background: url("/tdes/resources/icons/webforms/last_enabled_hover.png") no-repeat right center;
}
.dataTables_wrapper .dataTables_paginate.paging_full .paginate_button.last.disabled,
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.last.disabled {
	background: url("/tdes/resources/icons/webforms/last_disabled.png") no-repeat right center;
}
.dataTables_wrapper .dataTables_paginate.paging_simple .paginate_button.previous {
	background: url("/tdes/resources/icons/webforms/back_enabled.png") no-repeat left center;
	border: none;
	padding-left: 24px;
}
.dataTables_wrapper .dataTables_paginate.paging_simple .paginate_button.previous:hover {
	background: url("/tdes/resources/icons/webforms/back_enabled_hover.png") no-repeat left center;
	color: #444 !important;
}
.dataTables_wrapper .dataTables_paginate.paging_simple .paginate_button.previous.disabled {
	background: url("/tdes/resources/icons/webforms/back_disabled.png") no-repeat left center;
	color: #666 !important;
}
.dataTables_wrapper .dataTables_paginate.paging_simple .paginate_button.next {
	background: url("/tdes/resources/icons/webforms/forward_enabled.png") no-repeat right center;
	border: none;
	padding-right: 24px;
}
.dataTables_wrapper .dataTables_paginate.paging_simple .paginate_button.next:hover {
	background: url("/tdes/resources/icons/webforms/forward_enabled_hover.png") no-repeat right center;
	color: #444 !important;
}
.dataTables_wrapper .dataTables_paginate.paging_simple .paginate_button.next.disabled {
	background: url("/tdes/resources/icons/webforms/forward_disabled.png") no-repeat right center;
	color: #666 !important;
}
.dataTables_wrapper .dataTables_processing {
    background-color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    font-size: 1.2em;
    left: 50%;
    height: 40px;
    margin-top: -25px;
    margin-left: -50%;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
    clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
    height: 0;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none;
}
.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
table.tde-dataview-table.dataTable {
    /*
    Hack to fix DataViews becoming hidden when they contain hidden columns and the form is using jQuery 3.x.
    */
    visibility: visible !important;
    /*
    Hack to fix for a width issue with a security patched version of jQuery 1.12.4 and jQuery 3.x
    */
    width: 100% !important;
}
.tde-dataview-limited-msg {
    clear: both;
    color: #f00;
    line-height: 1;
    font-size: 0.75rem;
    font-style: italic;
    margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
}
@media screen and (max-width: 500px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
    }
}

/* Definitions overriding the defaults for the date-picker calendar control BEGIN */
#calDiv {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 6px 0 rgba(191, 191, 191, 0.75);
    -moz-box-shadow: 0 0 6px 0 rgba(191, 191, 191, 0.75);
    box-shadow: 0 0 6px 0 rgba(191, 191, 191, 0.75);
}
#calDiv table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 160px;
}
#calDiv td {
    line-height: 1;
    padding: 3px 0;
    vertical-align: middle;
}
#calDiv a {
    text-decoration: none;
}
a:hover {
    color: #0072bc !important;
}
td.cpYearNavigation,
td.cpMonthNavigation {
    background-color: #0c97d4;
    color: #fff !important;
    font-weight: normal;
    padding: 3px 0;
    text-align: center;
}
.cpYearNavigation,
.cpMonthNavigation {
    background-color: transparent;
    color: #fff !important;
    font-weight: normal;
    line-height: 1;
}
span.cpMonthNavigation,
input.cpYearNavigation {
    cursor: default;
}
a:hover.cpMonthNavigation,
a:hover.cpYearNavigation {
    color: #7DDCFF !important;
}
.cpDayColumnHeader,
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDate,
.cpCurrentDateDisabled,
.cpTodayText,
.cpTodayTextDisabled,
.cpText{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 8pt;
}
input.cpYearNavigation {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border: none;
    text-align: center;
}
td.cpDayColumnHeader {
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.cpCurrentMonthDate,
.cpOtherMonthDate,
.cpCurrentDate {
    text-align: center;
}
.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled {
    color: #D0D0D0;
    text-align: right;
    text-decoration: line-through;
}
a.cpCurrentMonthDate,
a.cpCurrentDate {
    color: #000;
}
td.cpOtherMonthDate {
    background-color: #f6f6f6;
}
a.cpOtherMonthDate {
    color:#808080 !important;
}
td.cpCurrentDate {
    background-color: #d9edf7;
    border: none;
}
a.cpCurrentDate {
    color: #286090 !important;
    font-weight: bold;
}
td.cpTodayText, td.cpTodayTextDisabled {
    border-top: 1px solid #ccc;
    text-align: center;
}
a.cpTodayText {
    color: #286090;
}
.cpTodayTextDisabled {
    color: #D0D0D0;
}
.cpBorder,
.cpBorder > tbody > tr > td {
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 !important;
}
/* Definitions overriding the defaults for the date-picker calendar control END */
