/* Copyright 2013 Qiagen All Rights Reserved 

The intended structure of this document to follow is to have 3 levels in order to better represent all the visible components.
Also, a table of contents [TOC that follows that 3 level structure] is provided in order to five a fast overview of the document.

Table Of Contents:

    -GLOBAL:Resets and overrides
        =Height, width, padding, margin
        =Elements
          =Anchors
    -FORM ELEMENTS
        =WorkflowNavigation
        =Event Calendar
*/


/*---=GLOBAL:Resets and overrides---
============ */


    body
	{
		background: none;
	}

	.shadow {
       background-image: none;
        width : 686px;
		
    }
    
    .main 
    {
        width: 686px;
    }
	
    .tableHeaderGroup{
		display: table-header-group;
		top:0;
	}

	.ieHeader
	{
		display:none;
	}
	
	.pageBreakBefore
	{
		page-break-before:always;
	}

	#tableFooterGroup{
		display: block;
		position: relative;
		bottom: 0;
		height: 21px;
		width:100%;
	}
	
	#topTableFooterGroup
	{
	    display: table-footer-group;    
	}
	
	#topTableFooterGroup td, 
	#topTableFooterGroup tr,
	#topTableFooterGroup table
	{
		border: none;
		padding: 0;
		background-color:transparent;
	}
	
 
    .top_header_heading {
        color: #1B3067;
    }
	.header
	{
	   background : none;
	    border-bottom : 3px solid #E0003C;
	}
	
	#bullet
	{
	    height: 18px; 
	    width: 13px; 
	    overflow:hidden; 
	    display: block; 
	    float: left; 
	    position: absolute; 
	    margin: 0 auto;
	}
	
	#bulletimage
	{
	    top: -3485px; 
	    left: -3px; 
	    position:relative; 
	    border: 0 none;
	}
	
	#bullettext
	{
	    padding-left: 15px;
	}
	
	.header,
	.carouselNav{
		display: none !important;
	}
	
	.mainContainer .middle 
	{
	    padding : 0 3px;
	    margin-left : 10px;
        margin-right : 10px;
	}
	

	.beadscrumb, .mainContainer .middle .breadscrumb
	{
	    color: #1B3067; 
	    font-size: 11px; 
	    font-family: futura-book;
	    margin-left:16px; 
	    margin-top:18px
	}
	
	.footer
	{
	  width : 700px;
	  position: relative; 
	  margin-bottom: 10px;
	  margin-top: 30px;
	}
	
	.footer .footer-title
	{
	    background-color: white;
	    float: left;
	    z-index: 101;
	    margin-top:0;
	    border-left: 6px none;
	    border-right: 6px none;
	    margin-left: 12px;
	}
	
	.footer .bottom-bar 
	{
	    bottom: 41px;
	}
	
	.footer .divider
	{
	    background : none;
	    border-top : 3px solid #E0003C;
	    height : 3px;
	}
	
	.footer .linklist_top
	{
	    display: none !important;
	}
	
	.footer .spacer_2
	{
	    display: none !important;
	}
	
	.footer .copyright 
	{
	    position: relative;
	    margin-top:10px;
	    margin-right: 10px;
	    top: 8px;
	}
	
	.border a{
	font-size: 15px;
	text-decoration: none;
	line-height: 16px;
	cursor: default;
    }
    
    #tabArrow
	{
	    height: 18px; 
	    width: 12px; 
	    overflow:hidden; 
	    display: block; 
	    float: left; 
	    position: absolute; 
	    margin: 0 auto;
	}
	
	#tabArrowImage
	{
	    top: -1038px; 
	    left: 0; 
	    position:relative; 
	    border: 0 none;
	    padding-left: 5px;
	}
	
	#tabTitle
	{
	    padding-left: 19px;
	}
	
	
    .border {
        border-bottom: 1px solid #C3D1D9;
        border-top: 1px solid #C3D1D9;
        padding-bottom: 10px;
        padding-top: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .borderline {
        border-top: 1px solid #C3D1D9;
        padding-bottom: 10px;
        padding-top: 10px;
        margin-top: 20px;
    }
    
    .logo {
        float: left;
        height:50px;
        width:60px;
        border-left: 1ex;
        border-right: 1ex;
        margin-left: 1em;
    }
    
    .imageView
    {
        border-bottom : 1px solid #C3D1D9;
        float: left; 
        margin: 0 10px 10px 0; 
        overflow:hidden;
        width: 666px;
        padding: 20px 0;
    }
    
    .images
    {
        padding-right: 10px;
        padding-bottom : 10px;
    }
    
   /*Fit to A4 paper: max-height:780px. If image is too big, adjust image! */
    .imageView > .images > .maxImage
    {
          max-width: 100%;
         max-height: 700px;
    }
    
    table.imageViewTable,
    table.imageViewTable tr,
    table.imageViewTable td
    {
        background: none;
        border:none;
    }
    
    div.oldQ td, tr, table
    {
        color: #404040;
        font-size: 12px;
    }
   
    
    .imageTitle
    {
        color: #000000;
        font-size: 13px;
        margin-bottom: 10px;    
    }
    
    .subline.big
    {
        margin-bottom: 12px;
    }
	
	.middle table .title a:hover{
    color: #000;
    }
    
    .abcSearchfield .abc li input:hover, 
    .abcSearchfield .abc li input.active 
    {
        color : #A6A6A6;
    }
    
    .middle .contentDefault .categoryTeaser .subline a:hover
    {
        color : #000000;
        text-decoration: none !important;
        cursor: default !important;  
    }
       
    .middle .contentDefault .categoryTeaser a.blueArrow:hover,
    a:hover, a.arrowBlue:hover
    {
        color : #1B3067;
        text-decoration: none !important;
        cursor: default !important;
    }
    
    
    .footer li a:hover {
        color: #1B3067 !important;
    }

    div.dots ul {
		padding-left: 0px;
	}
	
	.width540 {
		padding-left: 30px;
	}
	
	div.copy ul li, div.copy dl dt 
	{
	    padding-left: 0; 
	    background: none repeat scroll 0px 0px transparent;
	}
	
	div.copy.dots ul, div.dots ul, div.copy dl {
        padding-left: 8px;
        margin-left: 0;
    }
    
    .copy a:hover, a.arrowBlueProductTab:hover {
        color: #2864A0;
    }
    
    .middle .contentDefault .categoryTeaser .category a:hover {
        color: #1B3067;
    }
    
    .middle .contentDefault .categoryTeaser .title a:hover {
        color: #000000;
    }
    
    .middle .contentDefault .categoryTeaser {
	    page-break-inside:avoid;
    }
   
    /*background image on video caused blank screen. Therefore, skip it!*/
    .video span 
    {
        background:none;
    }
    .video span:after
    {
        content: "(video)";    
    }
    
    .video a:hover span {
	    background-position: 64px -1078px;
    }
    span.uniform.checked {
            background: url("/static/images/no_repeat_data.png") no-repeat scroll -232px -2736px transparent;
            margin-top: -6px;
   }
   .fleft.paddingTopLess.width540 
   {
       padding-left: 0px;
   }
   
   .sidebarRight .teaserLinklist .image .subline a:hover {
        color: #1B3067;
    }
    
    .collapsible .headbar .printHead {
        background: url("/static/images/no_repeat_data.png") no-repeat scroll -3px -727px transparent;
        color: #1B3067;
        cursor: pointer;
        font-size: 15px;
        padding-left: 15px;
    }

 /*In print mode, background color is not always rendered in certain browsers. Therefore, always add border bottom and right !*/
 
    /*Add border-bottom for all td!*/
    .middle .panes table tr.nthTR td,  
    .middle .panes table tr td ,  
    .middle .contentDefault  table tr td
	{
		border-bottom: 1px solid;
	}

    /*Change existing border color and width*/
	.middle .panes table tr.nthTR td,  
    .middle .panes table tr td ,  
    .middle .contentDefault  table tr td,
     .middle .contentDefault  table tr th,
    .middle .contentDefault  table tr.Table_Subheader td 
    {
        border-color: #C3D1D9 !important;
    }
    
	/*Remove border-right from all last header cells (td or th)*/
    .middle .contentDefault  table tr th.last,
    .middle .contentDefault  table tr.Table_Subheader td.last,
    .middle .panes table thead tr td.last
	{
		border-right: none;
	}
    
    
    .panes, #ProductDetailsHeading
    {
        padding: 0;
        margin: 0;   
        
    }
   

    
@-moz-document url-prefix() 
{
    .top_header_heading
    {
	   font-family: arial;
	    font-weight: bold;
    }
    
    .middle .contentDefault .introduction .title ,
    .middle .contentDefault .introductionTop .title,
     .introductionTop h1 em 
    {
	   font-family: arial;
	    font-weight: bold;
    }


    sidebarRight .teaserLinklist .image .teaserheadline {
           font-family: arial;
          
    }

    .headline,
    .header .mainNav li a {
	    font-family: arial;
    }
    
    /*Mozilla need thicker border */
    .middle .panes table tr.nthTR td,  
    .middle .panes table tr td ,  
    .middle .contentDefault  table tr td,
     .middle .contentDefault  table tr th,
    .middle .contentDefault  table tr.Table_Subheader td 
    {
        border-width: 2px !important;
    }
    
    #bullet
	{
	    position: relative; 
	  
	}
	
    #bullettext
	{
	    padding-left: 0;
	}
  
  .workflowNavigation .step .right img[id*="_imgArrow_"] {
    left: 2px;
   }
}


@media print
{
   /*Using z-index to control front and backend image*/
  .workflowNavigation .step .left 
   { 
       z-index:-1;
       position:relative;
   } 
   
  .workflowNavigation .step .right  
  { 
      background:none; 
  }

 
.workflowNavigation .step .right img[id*="_imgArrow_"] {
    display: block;
}

/* The following css is dynamically provided by the script print-manager.js, since webkit browser (safari,..) does not support footer on every page. 
  #tableFooterGroup {
		display: block;
         position: fixed;
         bottom: 0;
  }
  
  #tableFooterGroup > .footer {
    position: absolute;
    left: 0;
	bottom: -10px;
  }
*/

}

/*--=WorkflowNavigation--*/

.workflowNavigation .step:hover a, .workflowNavigation .step:hover span {
    color: #1B3067;
}

.workflowNavigation .step:hover .left {
	background-position: 0px -2px;
	color: #1B3067;
}

.workflowNavigation .step:hover .right {
	background-position: -222px -54px
}


.workflowNavigation .step.active:hover .left {
	background-position: 0px -106px;
}

.workflowNavigation .step.active:hover .right {
	background-position: -223px -158px;
}

.workflowNavigation .step.active:hover a {
    color: #FFFFFF;
}

.workflowNavigation .step.inactive a, .workflowNavigation .step.inactive:hover a,
.workflowNavigation .step.inactive span, .workflowNavigation .step.inactive:hover span,
.workflowNavigation .step.inactive div.text, .workflowNavigation .step.inactive:hover div.text
 {
    color: #A6A6A6;
	cursor: default;
}

/*=Event Calendar*/

.calendar-body 
{
    display:none;
}

.listOptions > ul > li a.expand.show-in-print,
.listOptions > ul > li a.expand.show-in-print:hover 
{
    background: none;
    color: #1B3067;
}