@charset "utf-8";
/* CSS Document */

html {
	font-size: 62%; 
	color:#444; 
	font-family: arial, helvetica, san serif;
}
body {position:relative;}
table.cd-table, table.cd-table2 {
	font-size: 1.2em; 
	width:98%; 
	margin:auto; 
	padding:0;
	border-collapse: collapse;
}
th {padding: 0 1%;}
th.section { 
	text-align:left; 
	background-color:#ACE0CD; 
	padding:.4em 1%;
}
tr.colTitles th {padding 4px 1%; background:#DEF0E5;}
th.th-status {min-width: 80px;}
th.th-type {min-width: 50px;}
th.th-dueDate {min-width: 70px; text-align:center;}
th.th-send {}
th.th-action {min-width: 100px;}
.th-rev, .project {text-align:left;}

.th-send  button {
	margin: 5px 0; 
	padding:0.45em 8px;
	background: rgb(244, 244, 244);
	background: -moz-linear-gradient(90deg, rgb(244, 244, 244) 26%, rgb(210, 210, 210) 87%);
	background: -webkit-linear-gradient(90deg, rgb(244, 244, 244) 26%, rgb(210, 210, 210) 87%);
	background: -o-linear-gradient(90deg, rgb(244, 244, 244) 26%, rgb(210, 210, 210) 87%);
	background: -ms-linear-gradient(90deg, rgb(244, 244, 244) 26%, rgb(210, 210, 210) 87%);
	background: linear-gradient(180deg, rgb(244, 244, 244) 26%, rgb(210, 210, 210) 87%);
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.th-send  button, .status, .smalltxt  {font-size: 0.8em;}
td.urgent {xsbackground:#FFBB4C;}
td.type, td.dueDate, .td-send {text-align:center;}
td.action { line-height: 2.2em; font-size:.8em; text-align:center;}
td.action a {margin: 0  10px;}
td {
	vertical-align:top; 
	padding: .7em 1%; 
	background:#fff; 
	border-bottom: 1px solid #ddd; 
}
 
button.resp-btn {display:none;}

a {color:#006064;}


.th-type, .type {display:none;}


@media 
only screen and (max-width: 668px)
  {


	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr, tr.colTitles { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { 
		border-bottom: 1px solid #999;
		margin-bottom: .1em;
	}
	
	tr.spacer {border:0;}	
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #ddd; 
		position: relative;
		padding-left: 35%; 
		padding-top: .3em;
		padding-bottom:.3em;
		height:  auto;
		min-height: 1em!important;
		background-color:#f6f6f6;
		color:#000;
	}
	xtd.project {padding-left:20%;}
	td:before { 
		position: absolute;
		/* Top/left values mimic padding */
		top: .3em;
		left: 2%;
		width: 28%; 
		padding-right: 1%; 
		font-size: 11px;
		color:#666;
		line-height: 1.3em;
		text-align:left;
	}

		td.dueDate {text-align:left;}
		td.action {  text-align:left;}
		td.action a {margin-left: 0;}
		
		
	/* Label the data */
	
	.cd-table td:nth-of-type(1):before { content: "Status"; }
	.cd-table td:nth-of-type(2):before { content: "Type"; }
	.cd-table td:nth-of-type(3):before { content: "Project, Reviewee";}
	.cd-table td:nth-of-type(4):before { content: "Due Date"; }
	.cd-table td:nth-of-type(5):before { content: "Action"; }
	.cd-table td:nth-of-type(6):before { content: "Send to Self";}



	.cd-table2 td:nth-of-type(1):before { content: "Type"; }
	.cd-table2 td:nth-of-type(2):before { content: "";}
	.cd-table2 td:nth-of-type(3):before { content: "Due Date"; }
	.cd-table2 td:nth-of-type(4):before { content: "Action"; }
	.cd-table2 td:nth-of-type(5):before { content: "Send to Self";}

	
	/* specific td formatting not related to responsive styles */  
	
	.td-send,  td.type {text-align:left;}
	
	button.resp-btn {
		display:inline-block;
		margin:1em 1% 0 34%;
		font-size: 1em; 
	}

	.respTable2 button.resp-btn {
		width:200px;
		height:30px;
		margin:5px auto;
		font-size: 1.4em; 
	background: rgb(244, 244, 244);
	background: -moz-linear-gradient(90deg, rgb(244, 244, 244) 26%, rgb(210, 210, 210) 87%);
	background: -webkit-linear-gradient(90deg, rgb(244, 244, 244) 26%, rgb(210, 210, 210) 87%);
	background: -o-linear-gradient(90deg, rgb(244, 244, 244) 26%, rgb(210, 210, 210) 87%);
	background: -ms-linear-gradient(90deg, rgb(244, 244, 244) 26%, rgb(210, 210, 210) 87%);
	background: linear-gradient(180deg, rgb(244, 244, 244) 26%, rgb(210, 210, 210) 87%);	
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
	.resp-button-wrapper  {
		position:fixed; 	
		left:0;
		bottom:0; 
		width:100%; 
		margin:auto; 
		height: 40px; 
		background:#ACE0CD; 
		z-index:10;
		text-align:center;
	}
	 table.cd-table2 {margin-bottom: 40px;}
}



