/* =============================================================================
   Polymerase Decision Tree Main CSS
   ========================================================================== */



/* =============================================================================

   SECTIONS:
   1. Main Container
   2. Presentation Area
        2.1 Content Area
        2.2 Controls
        2.3 Start Screen
        2.4 End Display
   3. Progress Section
   4. Buttons

   ========================================================================== */



/* =============================================================================
   1.  Main Container
   ========================================================================== */
#presentation_wrapper {
    float: left;
    width: 920px;
    height: 531px;
/*     padding: 48px 35px 65px 25px; */
/*     background: #ecf0f1; */
}

#presentation_wrapper h1 {
    font-size: 18px;
    color: #000;
    margin: 0 0 8px 0;
    padding: 0;
}

.cleaner {
	clear: both;
	height: 1px;	
}

.clear10 {
	clear: both;
	height: 10px;	
}

/* =============================================================================
   2.  Presentation Area
   ========================================================================== */
#presentation_area {
    float: left;
    width: 920px;
    height: 479px;
    padding-top: 21px;
    position: relative;
    background: url("https://www.agilent.com/cs/promotions/images/comp-cell-bg-main.jpg") no-repeat;
	border: 1px solid #c0c0c0;
}

/* =============================================================================
   2.1  Content Area
   ========================================================================== */
.content {
    float: left;
    width: 706px;
    height: 459px;
    position: relative;
    overflow: hidden;
    background: url("https://www.agilent.com/cs/promotions/images/comp-cell-bg-content.jpg") no-repeat;
}

.current, .new {
    height: 653px;
    margin-top: 53px;
}

/*.content .animate {*/
    /*width: 706px;*/
    /*height: 459px;*/
    /*top: 0;*/
    /*left: 0;*/
    /*overflow: hidden;*/
/*}*/

.content .question {
    /*position: absolute;*/
    /*top: 53px;*/
    /*width: 706px;*/
    background: url("https://www.agilent.com/cs/promotions/images/comp-cell-icon-question.png") no-repeat;
    padding: 17px 0 0 70px;
}

.content .question .question_text {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin-bottom: 25px;
}

.question_number {

}

.content .question .option {
    float: left;
    color: #FFF;
    cursor: pointer;
    width: 283px;
    height: 53px;
    text-align: center;
    background: url("https://www.agilent.com/cs/promotions/images/comp-cell-bg-btn-blue.png") repeat-x bottom;
    margin: 15px 5px 0 15px !important;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.35);

    text-shadow: 1px 2px #005e85;
}

.content .question .option:hover {
	background: url("https://www.agilent.com/cs/promotions/images/comp-cell-bg-btn-blue-hover.png") repeat-x bottom;	
}

.content .question .option[style] {
    /* Override inline styles */
    margin-top: 0; !important;
}

/* =============================================================================
   2.2  Controls
   ========================================================================== */
.controls {
    position: absolute;
    left: 9px;
    z-index: 10;
    color: #bd3f66;
    font-size: 9px;
    text-transform: uppercase;
}

.controls.up {
    top: 25px;
}

.controls.down {
    bottom: 18px;
}

.controls .prev {
    padding: 0 0 0 55px;
    background: url("https://www.agilent.com/cs/promotions/images/comp-cell-up-arrow.png") no-repeat;
    min-height: 25px;
    padding-top: 6px;
	cursor: pointer;
}

.controls .next {
    padding: 0 0 0 55px;
    background: url("https://www.agilent.com/cs/promotions/images/comp-cell-down-arrow.png") no-repeat;
    min-height: 25px;
    padding-top: 6px;
	cursor: pointer;
}

.controls .disabled {
	opacity: .3;
    filter:alpha(opacity=30);
	cursor: default;	
}

/* =============================================================================
   2.3  Start Screen
   ========================================================================== */
.startScreen {
    float: left;
    width: 920px;
    height: 500px;
    position: relative;
    background: url("https://www.agilent.com/cs/promotions/images/comp-cell-bg-main.jpg") no-repeat;
	border: 1px solid #c0c0c0;
}

.startScreen .intro {
    float: left;
    width: 500px;
    position: absolute;
    top: 73px;
    left: 107px;
    z-index: 5;
}

.startScreen .intro h1 {
    font-weight: bold;
    line-height: 1.2em;
    font-size: 45px !important;
    color: #89cb0a !important;
}

.startScreen p {
    color: #fff;
    font-size: 15px;
    width: 350px;
    line-height: 1.7em;
}

.startScreen .productImage {
    width: 495px;
    height: 265px;
    position: absolute;
    left: 313px;
    bottom: 0;
    z-index: 3;
}

/* =============================================================================
   2.4  End Display
   ========================================================================== */
/* Image Base Container 
.content .end {
    float: left;
    width: 706px;
    padding-top: 0px;
    text-align: center;
}
*/

.end {
    float: left;
    width: 700px !important;
    height: 400px;
	margin-top: -15px;
}

.end .title {
    display: block;
    text-align: center;
    color: #0085d5 !important;
    font-size: 42px !important;
    margin: 0px;
}

.sticker {
    width: 328px;
    height: 316px;
    border: 2px solid #b3214f;
    background: #FFF;
	
	position: relative;

    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;

    -webkit-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.35);
}

.sticker.one {
	margin: auto;	
}

.sticker.two {
	float: left;
	margin-left: 12px;	
}

.sticker .productName {
    width: 257px;
    height: 40px;
    padding: 5px 60px 9px 11px;
    background: #b3214f;
    position: relative;
    font-size: 15px;
    color: #fff;
	font-weight: bold;
}

.sticker .productOption {
	position: absolute;
	top: 0;
	right: 0;
	width: 43px;
	height: 50px;	
}

.sticker .productDetails {
	float: left;
	font-size: 10px;
	width: 163px;
	padding: 14px 10px 0 11px;	
}

.sticker .productDetails h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;	
}

.sticker .productDetails ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.sticker .productDetails ul li {
	margin-bottom: 5px;
	padding-left: 13px;
	background:url("https://www.agilent.com/cs/promotions/images/comp-cell-bullet-round-black.gif") no-repeat 0 4px;	
}

.sticker .orderInfo {
	float: left;
	width: 132px;
	margin: 6px 0 0 4px;
	
	border: 1px solid #0085d5;
	background: #a1d1ef;	
}

.sticker .orderInfo h3 {
	color: #0085d5;
	font-size: 14px;
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;	
}

.sticker table {
	width: 100%;
	border-collapse: collapse;
	color: #000;
	background: #FFF;
	font-size: 10px;
}

.sticker table th {
	font-weight: bold;
	background: #a1d1ef;
	text-align: left;
	padding: 3px 0 3px 10px;
}

.sticker table td {
	vertical-align: top;
	padding: 3px 10px 3px 10px;
	background: #FFF;	
}

.sticker table tr.odd td {
	background: #e5f3fb;	
}

.sticker .btnWrap {
	position: absolute;
	bottom: 13px;
	right: 7px;	
}

.sticker a.btn {
	font-size: 11px !important;
	font-weight: bold;
	text-shadow: 1px 1px #005e85;
	line-height: 1.1em;	
}

.sticker a.btn:hover {
	text-decoration: none;
	background: url("https://www.agilent.com/cs/promotions/images/comp-cell-bg-btn-blue-hover.png") repeat-x bottom;	
}

.sticker a.btnGray {
	font-size: 11px !important;
	font-weight: bold;
	text-shadow: 1px 1px #737272;
	line-height: 1.1em;	
}

.sticker a.btnGray:hover {
	text-decoration: none;
	background: url("https://www.agilent.com/cs/promotions/images/comp-cell-bg-btn-gray-hover.png") repeat-x bottom;	
}

/* =============================
	Sticker 2
================================*/
.sticker2{
    width: 328px;
    height: 345px;
    border: 2px solid #b3214f;
    background: #FFF;
	
	position: relative;

    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;

    -webkit-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.35);
}

.sticker2 .productName {
    width: 257px;
    height: 55px;
    padding: 5px 60px 9px 11px;
    background: #b3214f;
    position: relative;
    font-size: 15px;
    color: #fff;
	font-weight: bold;
}

.sticker2.one {
	margin: auto;	
}

.sticker2.two {
	float: left;
	margin-left: 12px;	
}

.sticker2 .productOption {
	position: absolute;
	top: 0;
	right: 0;
	width: 43px;
	height: 50px;	
}

.sticker2 .productDetails {
	float: left;
	font-size: 10px;
	width: 163px;
	padding: 14px 10px 0 11px;	
}

.sticker2 .productDetails h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;	
}

.sticker2 .productDetails ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.sticker2 .productDetails ul li {
	margin-bottom: 5px;
	padding-left: 13px;
	background:url("https://www.agilent.com/cs/promotions/images/comp-cell-bullet-round-black.gif") no-repeat 0 4px;	
}

.sticker2 .orderInfo {
	float: left;
	width: 132px;
	margin: 6px 0 0 4px;
	
	border: 1px solid #0085d5;
	background: #a1d1ef;	
}

.sticker2 .orderInfo h3 {
	color: #0085d5;
	font-size: 14px;
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;	
}

.sticker2 table {
	width: 100%;
	border-collapse: collapse;
	color: #000;
	background: #FFF;
	font-size: 10px;
}

.sticker2 table th {
	font-weight: bold;
	background: #a1d1ef;
	text-align: left;
	padding: 3px 0 3px 10px;
}

.sticker2 table td {
	vertical-align: top;
	padding: 3px 10px 3px 10px;
	background: #FFF;	
}

.blue {
	background: #e5f3fb;	
}

.sticker2 .btnWrap {
	position: absolute;
	bottom: 13px;
	right: 7px;	
}

.sticker2 a.btn {
	font-size: 11px !important;
	font-weight: bold;
	text-shadow: 1px 1px #005e85;
	line-height: 1.1em;	
}

.sticker2 a.btn:hover {
	text-decoration: none;
	background: url("https://www.agilent.com/cs/promotions/images/comp-cell-bg-btn-blue-hover.png") repeat-x bottom;	
}

.sticker2 a.btnGray {
	font-size: 11px !important;
	font-weight: bold;
	text-shadow: 1px 1px #737272;
	line-height: 1.1em;	
}

.sticker2 a.btnGray:hover {
	text-decoration: none;
	background: url("https://www.agilent.com/cs/promotions/images/comp-cell-bg-btn-gray-hover.png") repeat-x bottom;	
}
	
/* =============================
	Sorry Message
================================*/

.sorry{
	width: 500px;
    height: 200px;
    border: 2px solid #b3214f;
    background: #FFF;
	
	position: relative;

    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;

    -webkit-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.35);

}
.sorry.one{
	margin:auto;
}
.sorry .productDetails {
	float: left;
	font-size: 10px;
	padding: 10px 10px 0 10px;	
	margin: auto;
}

.sorry .productDetails h3{
	font-size: 30px;
	margin-top: -10px;
}
	
/* =============================================================================
   3.  Progress
   ========================================================================== */
#progress {
    float: left;
    width: 200px;
    height: 449px;
    padding-top: 10px;
    margin-left: 14px;
    position: relative;
}

#progress .answersWrap {
    position: absolute;
    top: 53px;
    width: 200px;
    height: 45px;
    float: left;
    background: url("https://www.agilent.com/cs/promotions/images/comp-cell-icon-answer.png") no-repeat right 0;
}

#progress #right_display {
    position: relative;
    margin-top: 85px;
    min-height: 338px;
	background:	url("https://www.agilent.com/cs/promotions/images/comp-cell-transparent.png");
}

#progress .remaining {
    position: absolute;
    top: -85px;
    left: 0;
    float: left;
    height: 14px;
	width: 120px;
    padding: 3px 15px 0 15px;
    text-transform: uppercase;
    font-size: 9px;
    color: #FFF;
    background: url("https://www.agilent.com/cs/promotions/images/comp-cell-bg-remaining.png") repeat-x;

    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

#progress #right_display .restart {
    position: absolute !important;
    bottom: -10px !important;
}

#progress .answersWrap h2 {
    font-size: 20px;
    color: #ffba00;
    font-weight: normal;
    margin: 17px 0 10px 0;
}

#progress .question {
    float: left;
/*    width: 150px; */
	width: 198px;
    margin-top: 5px;
    font-size: 10px;
    color: #FFF;
    cursor: pointer;
}

#progress .answer {
    float: left;
/*    width: 150px; */
    width: 170px;
    display: block;
    font-size: 12px;
/*    padding: 3px 0 0 15px; */
	padding: 3px 0 0 12px;
    color: #ffba00;
    cursor: pointer;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.edit {
    float: left;
    font-size: 11px;
    color: #0085d5;
    font-weight: bold;
    /*margin-top: -15px;*/
	margin-top: 0px;
    margin-left: -10px;
}

/* =============================================================================
   4.  Buttons
   ========================================================================== */
a.gbtn {
    float: left;
    height: 14px;
    padding: 3px 15px 0 15px;
    text-transform: uppercase;
    font-size: 9px;
    color: #FFF;
    background: url("https://www.agilent.com/cs/promotions/images/comp-cell-bg-remaining.png") repeat-x;

    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

a.btn.fixed {
    float: left;
    color: #FFF;
    cursor: pointer;
    width: 283px;
    height: 37px !important;
	padding-top: 16px;
    overflow: hidden;
    text-align: center;
    background: url("https://www.agilent.com/cs/promotions/images/comp-cell-bg-btn-blue.png") repeat-x bottom;
    margin: 15px 5px 0 0 !important;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.35);
}

a.btn:hover {
	text-decoration: none;
	background: url("https://www.agilent.com/cs/promotions/images/comp-cell-bg-btn-blue-hover.png") repeat-x bottom;	
}

a.btn[style] {
    /* Override inline styles */
    margin-top: 0; !important;
}

a.btn.order {
    float: left;
    color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
    cursor: pointer;
	width: 81px;
    overflow: hidden;
    text-align: center;
    background: url("https://www.agilent.com/cs/promotions/images/comp-cell-bg-btn-blue.png") repeat-x bottom;
    margin: 0 !important;
	padding: 7px 26px 8px 26px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.35);
}

a.btnGray {
    clear: both !important;
	margin-top: 10px;
    color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
    cursor: pointer;
	width: 81px;
    overflow: hidden;
    text-align: center;
    background: url("https://www.agilent.com/cs/promotions/images/comp-cell-bg-btn-gray.png") repeat-x bottom #afafaf;
    margin: 0 !important;
	padding: 7px 28px 8px 29px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.35);
}

/* SPACER USED TO MAKE RNA DIRECT FROM CELLS RIGHT ALIGNED */

.spacer	{
	float:left;
	background:none !important; 
	height: 53px;
	width: 303px;
}