

/*
 * jQuery UI specific styling
 */

.paging_two_button .ui-button {
	float: left;
	cursor: pointer;
	* cursor: hand;
}

.paging_full_numbers .ui-button {
	padding: 2px 6px;
	margin: 0;
	cursor: pointer;
	* cursor: hand;
}

.sorting_disabled {
	cursor:default !important;
}

.dataTables_paginate .ui-button {
	margin-right: -0.1em !important;
}

.paging_full_numbers {
	width: 350px !important;
}

.dataTables_wrapper .ui-toolbar {
	padding: 5px;
	min-height:8px
}

.dataTables_paginate {
	width: auto;
}

.dataTables_info {
	padding: 8px;
}

.dataTables_wrapper {

	font-size:11px;
}

table.display thead th {
	padding: 5px 5px 5px 5px;
	cursor: pointer;
	* cursor: hand;
	vertical-align:middle;
	border:none;
	/*border-bottom:1px solid #ccc;*/
}

div.dataTables_wrapper .ui-widget-header {
	font-weight: normal;
}


/*
 * Sort arrow icon positioning
 */
table.display thead th div.DataTables_sort_wrapper {
	position: relative;
	padding-right: 20px;
	text-align:left;
}
table.display thead th div.DataTables_sort_wrapper .DataTables_sort_text{
	/*margin-right:15px;*/
}
.DataTables_sort_text {
	padding-right: 14px;
}
table.display thead th div.DataTables_sort_wrapper span {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

/**
horizontal scroll
*/

.dataTables_wrapper {
	position: relative;
	/*min-height: 302px;*/
	_height: 302px;
	clear: both;
}

.dataTables_processing {
	background: #fbfbfb; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fbfbfb 0%, #e4e4e4 50%, #d8d8d8 51%, #fafafa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(50%,#e4e4e4), color-stop(51%,#d8d8d8), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbfbfb 0%,#e4e4e4 50%,#d8d8d8 51%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbfbfb 0%,#e4e4e4 50%,#d8d8d8 51%,#fafafa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbfbfb 0%,#e4e4e4 50%,#d8d8d8 51%,#fafafa 100%); /* IE10+ */
	background: linear-gradient(top,  #fbfbfb 0%,#e4e4e4 50%,#d8d8d8 51%,#fafafa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#fafafa',GradientType=0 ); /* IE6-8 */

	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -125px;
	border: 1px solid #dddddd;
	text-align: center;
	color: #7CA0B5;
	font-size: 20px;
	padding: 15px 30px 15px 20px;
	background-color:#fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	line-height:78px;
	text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
	-moz-box-shadow: 0 0 15px 0 #C7C7C7;
	-webkit-box-shadow: 0 0 15px 0 #C7C7C7;
	box-shadow: 0 0 15px 0 #C7C7C7;
   /* background: url("/UI/images/mw/spinner.gif") no-repeat scroll 20px 22px;*/
}

.loadspinner {
    background: url("/UI/images/mw/spinner.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 78px;
    margin-right: 30px;
    width: 78px;
}
.loadclose {
    background: url("/UI/images/mw/icon_sprites.png") no-repeat scroll 0 0 transparent;
	background-position: -21px 0;
    position:absolute;
	top:7px;
	right:7px;
    width: 20px;
    height: 19px;
    cursor: pointer;
}


.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 50%;
	float: left;
}

.dataTables_paginate {
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../images/forward_enabled.jpg');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display, table.dataTable {
	position: relative;
	width: 100%;
	clear: both;
	border-collapse: collapse;
}

table.display tfoot th, table.dataTable tfoot th {
	padding: 3px 0 3px 10px;
	font-weight: normal;
}

table.display tr.heading2 td, table.dataTable tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td, table.dataTable td {
   padding: 5px 5px 5px 5px;
   /* border-bottom:solid 1px #f7f7f7;*/
    vertical-align:middle;
    height:25px;
    text-transform: none !important;
}
table td a img{
    vertical-align:middle;
}




table.display td.center, table.dataTable td.center {
    text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('../images/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('../images/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('../images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('../images/sort_desc_disabled.png') no-repeat center right;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */



table.display tr.odd {
	background-color: #fff;
}

table.display tr.odd:hover {
	background-color: #eee;
}

table.display tr.even {
	background-color: white;
}

table.display tr.even:hover {
	background-color: #eee;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
	clear: both;
}
.dataTables_scroll .dataTables_scrollBody {
	width: 100% !important;
}
.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
    text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #99B3FF;
}

table.display tr.even.row_selected td {
	background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
	background-color: #9FAFD1;
}



/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
	background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
	background-color: #E6FF99;
}


/* Code for new DataTable Design */
.dataTables_wrapper .ui-widget-header, #accordion .ui-widget-header, #accordion2 .ui-widget-header{
    /*background: url("/UI/images/navigation/mainnav_tab_bg.png") repeat-x bottom left !important;*/
    padding: 0 !important;
}
#accordion .ui-widget-header{
    padding: 6px !important;
}
.dataTables_wrapper .ui-widget-header .ui-panel-title-text, #accordion .ui-widget-header .ui-panel-title-text, #accordion2 .ui-widget-header .ui-panel-title-text{
    color: #515153;
    font-size: 11px;
    font-weight: bold;
}

table.display tr.odd, table.dataTable tr.odd{
    background-color: #e6ebf0 ;
    color: #666 ;
}
table.display tr.even, table.dataTable tr.even{
    background-color: #d3d8dc ;
    color: #666 ;
}

table.display tr:nth-child(odd), table.dataTable tr:nth-child(odd){
    background-color: #e6ebf0 ;
    color: #666 ;
}
table.display tr:nth-child(even), table.dataTable tr:nth-child(even){
    background-color: #d3d8dc ;
    color: #666 ;
}

.dataTables_scroll{
   /* border-left: 1px solid #d5d5d5 !important;
    border-right: 1px solid #d5d5d5 !important;*/
}

.dataTables_scroll table td,.dataTables_scroll table th{
    border-left: 1px solid #a2a5a7 !important;
    border-right: 1px solid #a2a5a7 !important;
    height:25px;
}

.ui-state-default{
    background: #c9c9c9;
}
table.display tr.odd:hover, table.display tr.even:hover, table.dataTable tr.odd:hover, table.dataTable tr.even:hover {
    background: #F9C8A7; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
   /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZjhlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWYxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    /*background: -moz-linear-gradient(top, rgba(252,248,239,1) 0%, rgba(254,241,225,1) 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,248,239,1)), color-stop(100%,rgba(254,241,225,1))); *//* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, rgba(252,248,239,1) 0%,rgba(254,241,225,1) 100%); *//* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, rgba(252,248,239,1) 0%,rgba(254,241,225,1) 100%); *//* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, rgba(252,248,239,1) 0%,rgba(254,241,225,1) 100%);*/ /* IE10+ */
    /*background: linear-gradient(top, rgba(252,248,239,1) 0%,rgba(254,241,225,1) 100%);*/ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf8ef', endColorstr='#fef1e1',GradientType=0 ); *//* IE6-8 */
}

.DataTables_sort_wrapper{
    padding: 5px 0 5px 0 !important;
}
table.display thead th, table.dataTable thead th{
    /*border-right: #d5d5d5 solid 1px;*/
	background: #b4bec8;
	color:#fff;
}

table.display tr.hoverMenu, table.dataTable tr.hoverMenu {
	background: #F9C8A7; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZjhlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWYxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(252,248,239,1) 0%, rgba(254,241,225,1) 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,248,239,1)), color-stop(100%,rgba(254,241,225,1))); *//* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, rgba(252,248,239,1) 0%,rgba(254,241,225,1) 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, rgba(252,248,239,1) 0%,rgba(254,241,225,1) 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, rgba(252,248,239,1) 0%,rgba(254,241,225,1) 100%);*/ /* IE10+ */
    /*background: linear-gradient(top, rgba(252,248,239,1) 0%,rgba(254,241,225,1) 100%);*/ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf8ef', endColorstr='#fef1e1',GradientType=0 );*/ /* IE6-8 */
}

.tableRowMenu {
	position: absolute;
	z-index: 3000;
	padding: 10px;
	opacity: 0.95;
    border: 3px solid #E98230;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0 0 4px;
    -moz-box-shadow: #666 0 0 4px;
    box-shadow: #666 0 0 4px;
    background: #808184;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#666), to(#808184));
    background: -webkit-linear-gradient(#666, #808184);
    background: -moz-linear-gradient(#666, #808184);
    background: -ms-linear-gradient(#666, #808184);
    background: -o-linear-gradient(#666, #808184);
    background: linear-gradient(#666, #808184);
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    top:0;
    left:0;
    display: inline-block;
}
.tableRowMenu a {
	color:#fff;
}
.tableRowMenu a:link {
	color:#fff;
}
.tableRowMenu a:visited {
	color:#fff;
}
.tableRowMenu a:active {
	color:#fff;
}
.tableRowMenu a:hover {
	color:#fff;
}

.dateEditContainer {
	min-width:300px !important;
	min-height:130px;
	z-index:9999;
	background-color: #fff;
	//padding: 10px;
	border: 1px solid #CCCCCC;
   // box-shadow: 3px 4px 10px #CBCBCB;
   -moz-border-radius: 7px;
	border-radius: 7px;
	display:none;
}

.editDateCommentHeader .multiSelectFilterCloseIcon {
	position:relative;
	left:4px;
}

.dt_control_container {
	text-align:center;
}
.dateEditBodyContainer {
	padding:10px;
}

.dateEditContainer textarea{
	width:97%;
	margin-bottom: 16px;
}
.dt_edit_reason_label {
	margin-top: 13px;
	display: inline-block;
}
.dt_txt_area {
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.editDateCommentHeader {
	border-bottom: solid 1px #ccc;
	font-weight: bold;
	padding: 5px 10px 8px !important;
	border-radius: 7px 7px 0 0;
}

.dataTables_scrollHead {
	width: 100% !important;
}

