﻿@charset "UTF-8";
/* CSS Document */
/* Tables Code */
#DashboardTable, #DashboardTableLarge, #LeadAdminTable, #EventsTable table, .tablesorter, #TableWrapper table {
    border-style: none;
    font-size: 95%;
    width: 100%!important;
    margin-bottom: 30px;
    border-collapse: collapse;
}
#DashboardTable, #DashboardTableLarge, #LeadAdminTable, #EventsTable table, .tablesorter, #TableWrapper table {
    font-size: 12px;
}
#DashboardTable th, #DashboardTableLarge th, #LeadAdminTable th, #EventsTable table th, .tablesorter th, #TableWrapper table th {
    color: #FFF;
    background-color: #000!important;
    padding: 8px 4px;
    border-top: 4px solid #5AAC26!important;
    border-bottom: 1px solid #5AAC26!important;
    font-weight: bold;
    border-right-style: none;
    border-left-style: none;
    text-align: left;
}
#DashboardTable tr, #DashboardTableLarge tr, #LeadAdminTable tr, #EventsTable table tr, .tablesorter tr, #TableWrapper table tr {
    background-color: #101010;
}
#DashboardTable tr:hover, #DashboardTableLarge tr:hover, #LeadAdminTable tr:hover, #EventsTable table tr:hover, .tablesorter tr:hover, #TableWrapper table tr:hover {
    background-color: #333;
}
#DashboardTable td, #DashboardTableLarge td, #LeadAdminTable td, #EventsTable table td, .tablesorter td, #TableWrapper table td {
    border-bottom: 1px solid #333!important;
    font-weight: bold;
    border-right-style: none!important;
    border-left-style: none!important;
    border-top-style: none!important;
    padding: 8px 4px;
}
#DashboardTable .totalrow, #DashboardTableLarge .totalrow, #LeadAdminTable .totalrow, #EventsTable table .totralrow, .tablesorter .totalrow, #TableWrapper table .totalrow {
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
    background-color: #000;
}
#DashboardTable .totalrow:hover, #DashboardTableLarge .totalrow:hover #LeadAdminTable .totalrow:hover, #EventsTable table .totalrow:hover, .tablesorter .totalrow:hover, #TableWrapper table .totalrow:hover {
    background-color: #000;
}
#DashboardTable .spacer, #DashboardTableLarge .spacer, #LeadAdminTable .spacer,  #EventsTable table .spacer, .tablesorter .spacer, #TableWrapper table .spacer {
    background-color: #000;
}
/* Specific values for the dashboard table*/
#DashboardTable .column_1 {
    width: 154.5px;
}
#DashboardTable .column_2, #DashboardTable .column_3, #DashboardTable .column_4, #DashboardTable .column_5, #DashboardTable .column_6, #DashboardTable .column_7 {
    width: 132.5px;
}
	
/* Specific values for the lead admin table*/
#LeadAdminTable .column_1 {
    width: 160px;
}
#LeadAdminTable .column_2, #LeadAdminTable .column_3, #LeadAdminTable .column_4 {
    width: 100px;
}
#LeadAdminTable input[type="checkbox"] {
    margin: 0px;
}
/* Specific values for the Tag Summary on the Comms.aspx page */
.TagSummary th {
	text-align:left;
	font-size:14px;
	border-bottom:1px solid #FFFFFF;
}
.TagSummary tr {
	border-bottom: 1px dotted #222222;
}
.tablesorter-header {
	cursor: pointer;
}
/* Code for the legend wrapper on the lead manager page */ 
.legendwrapper {
		position:relative;
		}
	#toggle {
		float:right;
		}
	#legend {
		width:480px;
		display:none;
		z-index:600;
		float:right;
		position:absolute;
		background-color:#000;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #5AAC26;
	padding:10px;
	left:660px;
		
		}
		
	.LegendTable {
		margin-bottom:0px!important} 

/*
Styling for the CSD Tables and radio buttons etc...
=========================================
*/

#ctl00_ContentPlaceHolder1_optContactMethod input[type="radio"], #ctl00_ContentPlaceHolder1_optContactPriority input[type="radio"] {
	height: inherit;
	}

/*
button spacing in tables
=========================================
*/
.tablesorter a.button {
	margin: 0px 0px 0px 5px!important;
	display: block;
	padding:5px!important;
	width:50%!important;
	}

.current-cases a.button, .customer-vehicle-search a.button {
	width:auto!important;

	}



/* New Styles */

.button.highlight {
    border: 1px solid #5AAC26;
}
table tr td .button.table-button {
    margin: 0 !important;
    padding: 5px 0px !important;
    width: 98% !important;
    text-align: center;
    font-size: 12px;
}