/* TABLE */

/* table & map header */
.tm-header {
	padding: 0;
	width: 100%;
	height: 35px;
    line-height: 35px;
	background: none;
	text-align:right;
}
.tm-header h2.title {
	font-size: 18px;
	font-weight: normal;
	line-height: 35px;
	float: left;
    margin-bottom: 5px;
}

/* table & map filter */
.widget-table .table-filter {
	padding: 7px 0 7px 0;
	min-height: 20px;
	min-width: 602px;
	background-color: #ececec;
    background-image: none;
}
.widget-table .table-filter {
	width: 100%;
	border: 1px solid #d7d6d6;
	-moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.widget-table table,
.widget-table .widget-content,
.widget-map .widget-content {
	padding: 5px 0;
	border: 0 none;
	clear: both;
}
.widget-map .widget-content .map {
	width: 618px;
	height: 618px;
	border: 1px solid #d7d6d6;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}
.widget-table .widget-bottom {
	padding: 8px 0 8px 0;
	height: 35px;
	width: 620px;
	background-color: #ececec;
    background-image: none;
	font-size: 10px;
	font-weight: bold;
	color: #3b3b3b;
}
.widget-table .widget-bottom {
	width: 100%;
	border: 1px solid #d7d6d6;
	-moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.table-summary {
	float: left;
	margin-left: 10px;
}
.widget-table .showallpages{
    padding:0px !important; 
    margin-top:-3px !important;
    position: absolute !important;
    margin-left:-78px !important;
}
.table-pagination {
	line-height: 18px;
	float: right;
	margin-right: 8px;
}
.table-pagination .page-right {
	float: right;
}
.table-pagination .page-last{
	float: right;
    padding: 0 5px;
}
    .table-pagination a {
        color: #3b3b3b;
        font-weight:bolder;
    }

.table-pagination .inactive
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: .4;   
    pointer-events:none;
}
.table-pagination .page-right a,
.table-pagination .page-right a:link,
.table-pagination .page-right a:visited {
	display: block;
	background: url(images/pagination_arrows.png) no-repeat scroll -18px 0;
	width: 18px;
	height: 19px;
}
.table-pagination .page-right a:hover,
.table-pagination .page-right a:active {
	background: url(images/pagination_arrows.png) no-repeat scroll -18px -19px;
}

.table-pagination .page-left{
	float: right;
}
.table-pagination .page-first{
	float: right;
    padding: 0 5px;
}
.table-pagination .page-left a,
.table-pagination .page-left a:link,
.table-pagination .page-left a:visited {
	display: block;
	background: url(images/pagination_arrows.png) no-repeat scroll 0 0;
	width: 18px;
	height: 19px;
}
.table-pagination .page-left a:hover,
.table-pagination .page-left a:active {
	background: url(images/pagination_arrows.png) no-repeat scroll 0 -19px;
}
.table-pagination .page-number {
	padding: 0 10px;
	float: right;
}
.widget-table .table-options {
	float: right;
}
.tm-header .select-option {
	padding-left: 10px;
	background: url(images/more_actions_dd.png) no-repeat scroll 0 0;
	width: 100px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #595959;
	float: right;
}
.tm-header a.button,
.tm-header a.button:link,
.tm-header a.button:visited {
	margin-left: 5px;
	padding: 0 9px;
	height: 23px;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #686868;
	background: #ececec url(images/button_bg.png) repeat-x 0 0;
	border: 1px solid #dadada;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	-moz-text-shadow: 0px 1px 1px #fff;
	-webkit-text-shadow: 0px 1px 1px #fff;
	text-shadow: 0px 1px 1px #fff;	
	float: right;
}
.tm-header a.button:hover {
	color: #606060;
	background: #d9d9d9 url(images/button_bg.png) repeat-x 0 -23px;
	border: 1px solid #c9c9c9;
	-moz-text-shadow: 0px 1px 1px #ececec;
	-webkit-text-shadow: 0px 1px 1px #ececec;
	text-shadow: 0px 1px 1px #ececec;
	text-decoration: none;
}
.tm-header a.button:active {
	color: #414141;
	background: #c0c0c0 url(images/button_bg.png) repeat-x 0 -46px;
	border: 1px solid #bcbcbc;
	-moz-text-shadow: 0px 1px 1px #ececec;
	-webkit-text-shadow: 0px 1px 1px #ececec;
	text-shadow: 0px 1px 1px #ececec;
	text-decoration: none;
}
.filter-buttons {
    float:right;
    margin-top: 0px;
    margin-right: 10px;
}
.table-pagination .filter-buttons {
    float:left;
}
.filter-dd 
{
    margin-left:10px;
	float: left;
}
/* Hide selects so that they don't flash on the screen before multiselect */
.filter-dd select {
    display: none !important;
}
.table-filter .filter-dd
{
    margin-left:0px;
}
.filter-dd label {
	padding-right: 5px;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	float: left;
}
.table-filter .filter-dd .select-option 
{
    margin: 3px 3px 0px 10px;
}
.table-filter .filter-dd .select-option-175 
{
    margin: 3px 3px 0px 10px;
}
.table-filter .filter-dd .select-option-135 
{
    margin: 3px 3px 0px 10px;
}
.table-filter .filter-dd .select-option-200 
{
    margin: 3px 3px 0px 10px;   
}
.table-filter .filter-dd .select-option-400 
{
    margin: 3px 3px 0px 10px;
}

.filter-buttons a.button,
.filter-buttons a.button:link,
.filter-buttons a.button:visited,
.filter-buttons button.button
{
	margin-left: 10px;
	padding: 0 9px;
	height: 18px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #565656;
	background: #c0bfbf url(images/button_bg_filter.png) repeat-x 0 0;
	border: 1px solid #c0bfbf;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	-moz-text-shadow: 0px 1px 1px #e0dfdf;
	-webkit-text-shadow: 0px 1px 1px #e0dfdf;
	text-shadow: 0px 1px 1px #e0dfdf;
	-moz-box-shadow: 0px 0px 5px #f2f2f2;
	-webkit-box-shadow: 0px 0px 5px #f2f2f2;
	box-shadow: 0px 0px 5px #f2f2f2;
	float: left;
}
.filter-buttons button.button {
    height: 20px;
}
.filter-buttons a.button:hover,
.filter-buttons a.button:active {
	color: white;
	background: #aeaeae url(images/button_bg_filter.png) repeat-x 0 -18px;
	border: 1px solid #a4a4a4;
	-moz-text-shadow: 0px 1px 1px #c6c6c6;
	-webkit-text-shadow: 0px 1px 1px #c6c6c6;
	text-shadow: 0px 1px 1px #c6c6c6;
	text-decoration: none;
}
.filter-buttons a.button:active {
	color: #3e3e3e;
	background: #989898 url(images/button_bg_filter.png) repeat-x 0 -36px;
	border: 1px solid #989898;
	-moz-text-shadow: 0px 1px 1px #b8b8b8;
	-webkit-text-shadow: 0px 1px 1px #b8b8b8;
	text-shadow: 0px 1px 1px #b8b8b8;
	text-decoration: none;
}
.filter-buttons a.disabled,
.filter-buttons a.disabled:link,
.filter-buttons a.disabled:visited,
.filter-buttons a.disabled:hover,
.filter-buttons a.disabled:active {
	color: #a4a4a4;
	background: #d6d5d5 url(images/button_bg_filter.png) repeat-x 0 -54px;
	border: 1px solid #d6d5d5;
	-moz-text-shadow: 0px 1px 1px #e6e5e5;
	-webkit-text-shadow: 0px 1px 1px #e6e5e5;
	text-shadow: 0px 1px 1px #e6e5e5;
	text-decoration: none;
	cursor: default;
}
.date-filter {
	height: 21px;
	float: left;
}
.date-filter .day-filter {
	padding-right: 5px;
	width: 140px;
	height: 21px;
	float: left;
}
.date-filter .day-filter input.date-field {
	padding: 7px 5px 0 5px;
	width: 109px;
	height: 14px;
	border: 0 none;
	background: url(images/date_picker.png) no-repeat scroll 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b3b3b;
	outline: none;
	float: left;
}
.date-filter .day-filter .calendar {
	width: 21px;
	height: 20px;
	background: url(images/date_picker.png) no-repeat scroll -119px 0;
	float: left;
}
.date-filter .day-filter .calendar a,
.date-filter .day-filter .calendar a:link,
.date-filter .day-filter .calendar a:visited 
{
	display: block;
	width: 21px;
	height: 20px;
	background: url(images/date_picker.png) no-repeat scroll -119px 0;
}
.date-filter .time-filter 
{
	float: left;
}
.date-filter .time-filter .time,
.date-filter .time-filter .ampm {
	padding-right: 5px;
	background: url(images/dropdown_time.png) no-repeat scroll 0 0;
	line-height: 20px;
	padding-left: 5px;
	width: 60px;
	height: 21px;
	float: left;
}
.widget-table table {
	width: 620px;
	text-align: left;
	empty-cells: show; 
}
.widget-table table
{
    width: 100%;
    text-align: left;
    background: #f8f8f8 url(images/widget_table_thead_bg_wide_dynamic.png) repeat-x;
    -moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.widget-table table thead tr th
{
    border: 1px solid #dadada;
    border-left:0;
}
.widget-table table thead tr th:first-child
{
    border-left:1px solid #dadada;
    -moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.dynamic-last
{
        -moz-border-radius: 3px;  
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.widget-table table thead tr th {
	text-align: left;
	height: 24px;
	padding-left: 5px;
    padding-right: 5px;
	font-weight: normal;
	border-left: 1px solid #dadada;
}
.widget-table table thead tr th.cell-left {
	/*border-left: 0 none;*/
}
.widget-table table tr td {
	height: 30px;
	padding-left: 5px;
    padding-right: 5px;
	background: #fff;
	border-bottom: 1px solid #dadada;
}
.widget-table table thead tr th.col-sort {
	color: #4c5e68;
	background: url(images/widget_table_thead_sort_bg.png) repeat;
    background-size: 7px;
}
.widget-table table tr td.col-sort {
	background: #f0f7fb;
}
.widget-table table tbody tr
{
    cursor: pointer;  
}
.widget-table table thead tr th
{
    cursor: s-resize;   
}
.widget-table table tbody tr.selected td
{
    background-color: #c0c0c0;
}
.search-table1
{
    background: url(images/search-table1.png) no-repeat;
    float:left;
    width: 17px;
    height: 20px;
}
.search-table2
{
    float:left;
}
.search-table3
{
    background: url(images/search-table3.png) no-repeat;
    float:left;
    width: 9px;
    height: 20px;
}
.search-table2 input {
	background: url(images/search-table2.png) repeat-x;
	padding: 4px 0 0 2px;
	min-width: 100px;
	height: 16px;
	border: 0 none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	outline: none;
}
.search-table-dynamic
{
    min-width: 150px;
	margin-right: 14px;    
	margin-left: 0px;
    margin-bottom: 3px;
    margin-top: 2px;
    float:right;
}
.dropdown dt a span.selected
{
    color: #E49015;
}
.search-filters {
    max-width: calc(100% - 256px);
    float:left;
}


/*.widget-table-scroll*/

.widget-table.widget-table-scroll {
  margin-bottom: 0 !important;
  position: relative;
  top: 2em;
  left: 2em;
  right: 2em;
  width: calc(100% - 4em) !important;
  height: auto !important;
}


.widget-table.widget-table-scroll table {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}

.widget-table.widget-table-scroll .widget-table-scroll-body {
    overflow-y: visible;
    overflow-x: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-table.widget-table-scroll .table-filter {
    width: auto !important;
}


/* .widget-table .widget-bottom */

.widget-table .widget-bottom {
	padding: 0px;
	width: 100% !important;
}

.widget-table .table-summary {
    position: relative;
    top: 50%;
    transform: translateY(-50%);

    float: left;
    margin-left: 10px;
}

.widget-table .filter-buttons{
    height: 100%;
}

.widget-table .showallpages{
    position: relative !important;
    top: 50%;
    transform: translateY(-50%);

    padding: 0 9px !important; 
    margin-top: initial !important;
    margin-left: initial !important;
}

.widget-table .table-pagination {
    height: 100%;
    line-height: 100% !important;
	margin-right: 10px;
	float: right;
}

.table-pagination .page-last{
    position: relative !important;
    top: 50%;
    transform: translateY(-50%);

	float: right;
    padding: 0px;
    margin: 0 5px;
}

.table-pagination .page-right {
    position: relative !important;
    top: 50%;
    transform: translateY(-50%);

	float: right;
}

.table-pagination .page-first,
.table-pagination .page-last {
    font-size: 1.75em;
    margin: 0 !important;
    padding: 0px 3px;
}

.table-pagination .page-left a,
.table-pagination .page-right a {
    font-size: 2.75em;
    margin: 0 !important;
    padding: 0px 3px;
}

.table-pagination .page-left a,
.table-pagination .page-right a,
.table-pagination .page-first a,
.table-pagination .page-last a {
    color: #8e8e8e;
}

.table-pagination .page-left a:hover,
.table-pagination .page-right a:hover,
.table-pagination .page-first a:hover,
.table-pagination .page-last a:hover {    
    color: #565656;
}

.table-pagination a {
    color: #3b3b3b;
    font-weight:bold;
}

.table-pagination .inactive
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: .4;   
    pointer-events:none;
}

.table-pagination .page-right a,
.table-pagination .page-right a:link,
.table-pagination .page-right a:visited {
	display: initial !important;
	background: none !important;
	width: auto !important;
	height: auto !important;
    text-decoration: none !important;
}

.table-pagination .page-right a:hover,
.table-pagination .page-right a:active {
	background: none !important;
    text-decoration: none !important;
}

.table-pagination .page-left{
    position: relative !important;
    top: 50%;
    transform: translateY(-50%);

	float: right;
}

.table-pagination .page-first{
    position: relative !important;
    top: 50%;
    transform: translateY(-50%);

	float: right;
    padding: 0px;
    margin: 0 5px;
}

.table-pagination .page-left a,
.table-pagination .page-left a:link,
.table-pagination .page-left a:visited {
	display: initial !important;
	background: none !important;
	width: auto !important;
	height: auto !important;
    text-decoration: none !important;
}

.table-pagination .page-left a:hover,
.table-pagination .page-left a:active {
	background: none !important;
    text-decoration: none !important;
}

.widget-bottom .table-summary,  
.widget-bottom .table-pagination .page-number {    
    font-size: 1.05em;
}

.table-pagination .page-number {
    position: relative !important;
    top: 50%;
    transform: translateY(-50%);

	padding: 0px;
	margin: 0 10px;
	float: right;
}

#AssetList td[title="Asset"] {
	color: #247cf4cc;
}


/* .widget-table column no-sort - Begin */

.widget-table th[sort=""], .widget-table th:not([sort]) {
    cursor: default !important;
}

/* .widget-table column no-sort - Begin */

