/*
THIS FILE IS FOR STYLES WHICH APPLY TO SPECIFIC INDIVIDUAL PAGES.
EACH SECTION SHOULD INCLUDE A COMMENT WITH A PATH TO THE RELEVANT FILE.
*/

/* /admin/tools/credityes/tv_performance.php */
.sql_table, .sql_table td, .sql_table th  {
	border: none !important;
	border-bottom: 1px solid #ddd !important;
	height: 40px;
	font-size: 10pt;
	vertical-align: inherit;
}
.sql_table th {
	color: black !important;
	text-transform: lowercase !important;
}
.sql_table th::first-letter {
	text-transform: uppercase !important;
}
.sql_table  tr:nth-of-type(even) {
	background-color: #fff !important;
}

/* /admin/tools/credityes/tv_spot.php */
#main_table td {
	vertical-align: middle;
}
.local-tv-row {
	background-color: lightgreen;
}
.local-tv-row:nth-of-type(odd) {
	background-color: #74DE74 !important;
}
.natl-tv-row {
	background-color: lightblue;
}
.natl-tv-row:nth-of-type(odd) {
	background-color: #95cddf !important;
}

/* /admin/tools/call_center/invoices.php */
tr.co-disputed {
	background-color: red !important;
}
#dispute_reason {
	display: none;
}
#agent_invoice_table th {
	text-align: center;
}
#agent_invoice_table td:nth-child(n+2) {
    text-align: center;
}
#agent_invoice_table thead td {
	text-align: center;
}
#agent_invoice_table tbody tr td:hover {
	cursor: pointer !important;
}
.dispute-reply-textarea {
    margin: 10px 0;
    display: none;
}
.invoice-added-span {
	font-size: 80%;
	color: green;
}
.not-approved {
	color: red !important;
}

/* /admin/tools/call_center/schedule.php */
.in-home-option {
	background-color: #eee;
}
.day-note {
	position: relative;
	padding: 5px;
}
.day-note span {
    border: 1px solid #ccc;
    position: absolute;
    background-color: #fff;
    height: auto;
    padding: 10px;
    width: 300px;
    bottom: 0;
    left: 20px;
    display: none;
}
.day-note:hover span {
	display: block;
}
#note_container {
	display: none;
	margin-top: 30px;
}

/* /admin/reports/call_center/widget_load_times.php */
.param_container input {
    width: 75px !important;
}
.param_container div {
    padding: 2px;
}