.approved { color: #5da423;}
.rejected {color: #c60f13;}
.partial {color: orange;}

.strikethrough,
h2.strikethrough  
{
    text-decoration:line-through;
    color: #999 !important;
}
.highlight 
{
	background-color: #FFFFCC;
}

/* animates size or positon changes to the object over 1 second */
.animate {
    transition: all 1s;
    -webkit-transition: all 1s;
}

#swoop {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 100px;
    background: url(../img/eduworks-swoop.jpg) no-repeat center bottom;
    background-size: contain;
}

table {
    width:100%;
    border-collapse: collapse;
}

table .actions {
    padding-top:0;
    padding-bottom:0;
}

table .actions > div {
    visibility:hidden;
}

table .actions li a {
    margin-bottom: 0;
}

tr:hover td {
    background-color: #f1f1f1;
}

tr:hover > td.actions > div {
    visibility:visible;
}

.itemList > div {
    display: inline-block;
    border: 1px solid red;
}

#selectFiles label {
    font-weight: bold;
    font-size: 1.05em;
    text-align: center;
    margin-bottom: 0.5em;
}
#selectFiles select {
    height: 200px;
}
#processingPage #progressBar .meter 
{
	background-image: url(../img/progressBarAnim.gif);
}
#processingPage #progressBar.secondary .meter 
{
	background-image: none;
}
#processingPage #email a 
{
	cursor:pointer;
}

/* ---- SUMMARY PAGE ---- */

#summaryPage .switch 
{
	margin-bottom: 0;
}
#summaryPage #training
{
	font-weight: normal;
	color: #bbb;
	font-style: italic;
}
#summaryPage tr.active td {
    background-color: #2ba6cb;
    color: white;
    font-weight:bold;
}

#summaryPage .specResults,
#summaryPage .clauseResults
{
    display:block;
    text-align: right;
    width: 100%;
}
#summaryPage .status 
{
    display: inline-block;
    padding: 0.25em;
    margin: 0 0 0 3em;
    font-weight:bold;
}
#summaryPage .status.approved,  #summaryPage .status.validates
{ 
    background-color: #5da423; 
    color: white; 
}
#summaryPage .status.rejected,
#summaryPage .status.invalidates
{
    background-color: #c60f13; 
    color: white;
}
#summaryPage .status.partial { background-color: orange; color: white; }
#summaryPage .status.irrelevant { background-color: gray; color: black; }
#summaryPage .rollup 
{
    margin-top: 1em;
}
#summaryPage #sensitivityDesc {
    font-size: .75em;
    margin-bottom: 1em;
}
#summaryPage .rollup .approved,  #summaryPage .rollup .validates
{ 
    background-color: #5da423; 
    color: white; 
    font-weight:bold;
    padding: 0.25em;
}
#summaryPage .rollup .rejected,
#summaryPage .rollup .invalidates
{
    background-color: #c60f13; 
    color: white;
    font-weight:bold;
    padding: 0.25em;
}
#summaryPage .rollup .partial { 
    background-color: orange; 
    color: white; 
    font-weight:bold;
    padding: 0.25em;}
#summaryPage .rollup .irrelevant { 
    background-color: gray; 
    color: black; 
    font-weight:bold;
    padding: 0.25em;}

#summaryPage .details select {
	position: relative;
    margin: 0;
    width: 150px;
	z-index: 1000;
}
#summaryPage #transmittals h2, h3, h4 {
    position: relative;
    font-family: "georgia","times new roman", serif;
    color: black;
    padding: 0 0 0 .5em;
}

#summaryPage #transmittals h2 {
    border-top: 1px solid #ccc;
    padding: .5em 0 0 2em;
}

#summaryPage #transmittals h3 {
/*    border-top: 1px solid #ccc;*/
    padding: .5em 0 0 2em;
    position: relative;
}

/* Add counters to headers */

body {counter-reset: section;}

#summaryPage #transmittals h1.subheader {font-size: 1.5em;}
#summaryPage #transmittals h2{counter-reset: sub-section; font-size:1.25em;}
#summaryPage #transmittals h3{counter-reset: composite; font-size:1.25em; font-weight: normal; margin-left: 2em;}
#summaryPage #transmittals h4{counter-reset: detail;}

#summaryPage #transmittals h2:before{
    counter-increment: section;
    content: counter(section) " ";
    position: absolute;
    top: -1px;
    left:-.5em;
    color: #aaa;
    padding: 10px 0.75em;
    margin-right: 0.5em;
    height: 100%;
}
#summaryPage #transmittals h3:before{
 counter-increment: sub-section;
 content: counter(section) "." counter(sub-section) ". ";
    position: absolute;
    top: -1px;
    left:-1em;
    color: #aaa;
    padding: 10px 0.75em;
    margin-right: 0.5em;
    height: 100%;
    text-align: right;
}
#summaryPage #transmittals h4:before{
 counter-increment: composite;
 content: counter(section) "." counter(sub-section) "." counter(composite) ". ";
}
#summaryPage #transmittals h5:before{
 counter-increment: detail;
 content: counter(section) "." counter(sub-section) "." counter(composite) "." counter(detail) ". ";
}
#summaryPage #transmittals .support .details td {background-color: white;}

/* ---- UPLOAD Screen ---- */
#upload 
{
	text-align: center;
}
#upload #holder
{
	display: block;
	border: 10px dashed #ccc;
	background-color: #F2F2F2;
	width: 75%;
	height: 300px;
	margin: 20px auto;
	border-radius: 1em;
}
#upload #holder.hover
{
	background-color: #C1F3DA;
	border: 10px solid #85C2A3;
}
.acsDragDrop {
	border: 2px;
	border-color: #153450;
	border-style:dotted;
	min-height: 160px;
	overflow-y:auto;
	overflow-x:hidden;
	background-color:#F8E4CC;
	margin:0px 0px 0px 0px;
    padding: 10px;
}

.acsDragDrop p {
	color:#294052;
	text-align:center
}

.acsDragDrop p a,
.acsDragDrop p a:visited{
	font-weight:bold;
	color:#447294;
}

.acsDragDrop p a:hover{
	color:white;
	text-decoration:none;
}

/*
 * CSS Animations
 * Don't forget to add vendor prefixes!
 */
.m-scene .scene_element {
  animation-duration: 1.25s;
  transition-timing-function: ease-in;
  animation-fill-mode: both;
}

.m-scene .scene_element--fadein {
  animation-name: slideInLeft;
}

.m-scene.is-exiting .scene_element {
  animation-direction: alternate-reverse;
}

/*
 * Keyframes
 */
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.panel{    
    box-shadow:6px 6px 4px rgba(0,0,0,.4);
}
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#main {
	padding-bottom:100px; /* Height of the footer element */
}
#footer {
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
}