/* Artfully masterminded by ZURB  */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #tabVertical1Tab.active text{
        display: block;
    }
}


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td, label {
    font-family: "Helvetica Neue 37 Thin Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #000000;
}

#footer{
    background: url("../images/index/footer-bgr.png") repeat scroll 0 0 transparent;
    color: rgb(0, 0, 0);
    margin-top: 5px;
    padding: 2px 0;
    height: 31px;
}
#footer p{
    color: rgb(255, 255, 255);
    font-size: 1.1rem;
    margin-top: 5px;
    margin-bottom: 0;
}
#footer ul{
    font-size: 14px;
    line-height: 1;
}
#footer ul.button-group {
    margin-bottom: 0;
}
#footer .mleft a{
    color: rgb(255, 255, 255);
}
#footer .mleft a:hover{
    text-decoration: underline;
}

.bottom-nav .button{
    background: none repeat scroll 0 0 rgb(233, 233, 233);
    border: 1px solid rgb(53, 78, 82);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: rgb(53, 78, 82);
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    margin: 0 0;
    outline: medium none;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.15s ease-in-out 0s;
    width: auto;
    text-transform: none !important;

    font-family: "Swiss721 LtCn BT Light","Swiss721", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
    padding: 5px 10px 6px;
}
.bottom-nav .home{
    border-radius: 22px 0px 0px 22px;
    width: 80px;
}
.bottom-nav .help{
    border-radius: 0px 22px 22px 0px;
    width: 80px;
}

.breadcrumbs .current a{
    font-size: 1.6rem !important;
    font-weight: bold;
}
.mright{
    float: right;
}
.mleft{
    float: left;
}
a[data-reveal-id]{
    color: rgb(204,0,0);
}
a[data-reveal-id]:hover{
    color: rgb(204,0,0);
    text-decoration: underline;
}
span.has-tip{
    color: rgb(10,80,161);
}
.has-tip:hover {
    border-bottom: 1px dotted rgb(25, 97, 119);
    color: rgb(10,80,161);
}
ul, ol, dl {
    margin-bottom: 7px;
}
ul li ul, ul li ol {
    margin-bottom: 0;
    margin-left: 25px;
}
ul.breadcrumbs {
    padding: 0 10px;
}
.tabs{
    margin-bottom: 0;
}
table tbody tr:nth-child(2n) {
    background: none repeat scroll 0 0 rgb(240, 240, 240);
}
table thead tr:nth-child(2n) {
    background: none repeat scroll 0 0 rgb(240, 240, 240);
}
table thead tr th, table tfoot tr td {
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: bold;
    padding: 4px 5px 4px;
}
table tbody tr td {
    border: medium none;
    color: rgb(51, 51, 51);
    padding: 4px 5px;
    vertical-align: top;
}
#myOverlay {
    position: absolute;
    z-index: 1337;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    text-align: center;
    padding-top: 15%;
}
.resetall2 {
    white-space:nowrap;
    text-transform: uppercase;
}
.resetall2[data-reveal-id]{
    color: rgb(53, 78, 82);
}
.resetall2[data-reveal-id]:hover{
    color: rgb(53, 78, 82);
    text-decoration: none;
}
.resetallclose{
    text-transform: uppercase;
}
#resetAll p{
    font-size: 14px !important;
    margin-bottom: 5px;
    line-height: 1.2;
}
#variablesNotCorrectModal p{
    font-size: 14px !important;
    margin-bottom: 5px;
    line-height: 1.2;
}
#variablesCorrectOneModal p{
    font-size: 14px !important;
    margin-bottom: 5px;
    line-height: 1.2;
}
#variablesCorrectAllModal p{
    font-size: 14px !important;
    margin-bottom: 5px;
    line-height: 1.2;
}
#variablesPartiallyCorrectModal p{
    font-size: 14px !important;
    margin-bottom: 5px;
    line-height: 1.2;
}
#congratulationsModal p{
    font-size: 14px !important;
    margin-bottom: 5px;
    line-height: 1.2;
}
#congratulationsPredictionsModal{
    width:auto;
}
#congratulationsPredictionsModal p{
    font-size: 14px !important;
    margin-bottom: 5px;
    line-height: 1.2;
    white-space: nowrap;
}
#variablesCorrectModal{
    width:auto;
}
#newset p{
    font-size: 14px !important;
    margin-bottom: 5px;
    line-height: 1.2;
}

.border-right{
    border-right: 1px solid rgb(200,200,200);
}
.border-left{
    border-left: 1px solid rgb(200,200,200);
}
.tooltip.tip2-top > .nub {
    border-color: rgba(0, 0, 0, 0.85) transparent transparent !important;
}
.predanswer{
    display: block;
    font-style: italic;
    font-weight: bold;
}

#sendToLabReport_PRL{
    border: 2px solid rgb(247, 153, 16);
    font-size: 14px;
    margin-bottom: 10px;
    white-space: nowrap;
}

#sendToLabReport_VRL{
    border: 2px solid rgb(247, 153, 16);
    font-size: 14px;
    margin-bottom: 30px;
    white-space: nowrap;
}


/* -----------------------------------------
   Custom styles
----------------------------------------- */
.instruction{
    font-style: italic;
    font-weight: bold;
}
.instructionimportant{
    font-style: italic;
    font-weight: bold;
    color: brown;
}
.italic{
    font-style: italic;
}
.sub{
    vertical-align: sub;
}
#animationModal, #spirogramModal, #spirometerModal, #spectrophotometerModal, #motorunitModal, #myographModal, #myogramModal, #lengthsarcomereModal, #twitchcontractionModal, #wavesummationModal, #concentricIsotonicContractionModal, #eccentricIsotonicContractionModal, #isometricContractionModal, #electromyogramModal, #increasedMotorUnitActivationModal{
    width:auto;
}
#reviewModal_00, #reviewModal_01, #reviewModal_02, #reviewModal_03, #reviewModal_04, #reviewModal_05, #reviewModal_06, #reviewModal_07, #reviewModal_08, #reviewModal_09, #reviewModal_10, #reviewModal_11, #reviewModal_12, #reviewModal_13, #reviewModal_14 {
    width:auto;
}

#m_calc{
    width: auto;
    margin-left: 0;
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    display: none;
    left: 0%;
    padding: 20px;
    position: absolute;
    top: 0px;
    visibility: hidden;
    z-index: 41;
}

.tabs-content{
    list-style-type: none;
}

.section-title{
    float: left;
    margin-left: 40px;
    font-family: 'Futura MdCn BT Medium','Futura MdCn BT','Futura',Helvetica,Arial,sans-serif;
    font-size: 22px !important;
    color: #ffffff;
}

/* -----------------------------------------
   index.html
----------------------------------------- */
.top-bar {
    /*background: none repeat scroll 0 0 #354E52;*/
    background: url("../images/index/header-bgr.png");
    margin: 0 0 1px;
}
.top-bar > ul .name h1 a {
    font-size: 26px !important;
    font-family: 'Futura MdCn BT Medium', 'Futura MdCn BT', 'Futura', Helvetica, Arial, sans-serif;
}
.top-bar ul > li a:not(.button) {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    padding: 0;
}
.top-bar > ul .name img {
    margin: 0 0 0 15px;
    vertical-align: middle;
}

img[title="Wiley"]{
	background-image: url(../images/index/logo.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 115px;
	border: none;
}
img[title="Wiley"]:hover{
	background-image: url(../images/index/logo_hover.png);
}
.index{
	background:url(../images/index/autors.png) 12px 65px no-repeat, url(../images/index/heart.gif) 69px 138px no-repeat, url(../images/index/pulse.gif) 55px 504px no-repeat, url(../images/index/PowerPhys_3_2.png) 0 45px no-repeat, url(../images/index/bgr.png) 0 0 repeat;

}
.index .row{
margin: 0 400px;
    max-width: 100%;
    min-width: 768px;
    width: 940px;
}

.index ul.accordion{
    border-bottom: none;
    margin: 5px 0;
}
.index ul.accordion > li {
    border-top: 3px solid rgb(66,98,102);
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.index ul.accordion > li:nth-of-type(1) {
    border-top: none;
}
.index ul.accordion > li .title {
    background: none repeat scroll 0 0 rgb(88, 131, 137);
    border-left: none;
    border-right: none;
    padding: 4px 30px 4px 0;
}
.index ul.accordion > li .title:after {
    border-color: transparent rgb(207, 226, 229) transparent transparent;
    top: 10px;
}
.index ul.accordion > li .title:hover:after {
    border-color: transparent rgb(248, 250, 5) transparent transparent;
    top: 10px;
}

.index h2{
	color: #FED363;
	font-weight: normal;
    white-space: nowrap;
    font-size: 1.3em;
    /*background-color: rgb(53,78,82);*/
    margin: 0 5px 0 0;
    padding: 4px 10px !important;
}
.index h2 span{
	padding: 4px 10px;
	margin: 0 10px 0 0;
	/*background: rgb(53,78,82);*/
	color: #FED363;
	/* font-size: 1.3em; */
}
.index .title:hover span{
	color: #FED363;
}
.index .title h2:hover{
    color: #FED363;
    cursor: pointer;
}
.index ul.accordion > li.active {
    border-top: 3px solid rgb(66, 98, 102);
}
.index ul.accordion > li.active:nth-of-type(1) {
    border-top: none;
}
.index ul.accordion > li.active .title {
    background: none repeat scroll 0 0 rgb(88,131,137);
    padding-top: 4px;
}
.index ul.accordion > li.active .title:after {
    border-color: rgb(248, 250, 5) transparent transparent;
}
.index ul.accordion > li.active .title:hover:after {
    border-color: transparent rgb(248, 250, 5) transparent transparent;
    top: 10px;
}
.index li.active .title span{
	color: rgb(248, 250, 5);
	padding: 4px 10px 3px 10px;
}
.index ul.accordion > li.active .content {
    background: none repeat scroll 0 0 rgb(207,226,229);
    border-left: none;
    border-right: none;
}
.index ul.accordion > li .content {
    padding: 10px;
}
.index ul.square{
	margin-left: 45px;
}
.index ul.square li{
	color: rgb(49,74,82);
}
.index ul.square a{
	color: rgb(49,74,82);
    font-size: 1.3em;
}
.index .secondary{
	text-transform: uppercase;
	letter-spacing: 1px;
}

.top-bar ul > li.name {
    background: url("../images/index/header-bgr.png") repeat-x;
    height: 45px;
}
.top-bar ul > li.name h1 a {
    color: rgb(255, 255, 255);
    display: block;
    height: 45px;
    line-height: 45px !important;
    padding-left: 0px;
}

#myModal22{
    background-color: #64949A;
    width: auto;
}
#myModal22 h3{
    margin-bottom: 0 !important;
    color: #1C2829;
}


/* -----------------------------------------
   Objectives and Review
----------------------------------------- */
.or.section_08{
    /* background:url(../images/section_08/or/objective_bgr.gif) 50% 145px no-repeat;*/
}

.or .top-bar {
    margin: 0;
}
.or .after_nav{
    height: 4px;
    background: none repeat scroll 0 0 rgb(255, 255, 255);
}
.or ul.breadcrumbs{
    background: none repeat scroll 0 0 rgb(152,15,8);
    border: 1px solid #000000;
    color: #FFFFFF;
}
.or ul.breadcrumbs li:first-child:before {
    content: " ";
}
.or ul.breadcrumbs li:before {
    color: #FFFFFF;
    content: "\203a";
}
.or ul.breadcrumbs li a{
    color: #FFFFFF;
    font-family: 'Futura MdCn BT Medium', 'Futura MdCn BT', 'Futura', Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    /*vertical-align: text-bottom;*/
}
.or .tabs dd.active, .tabs li.active{
    border-top: 3px solid rgb(152,15,8);
}
.or .tabs dd.active a, .tabs li.active a {
    color: rgb(152,15,8);
    font-family: 'Futura MdCn BT Medium', 'Futura MdCn BT', 'Futura', Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.or .tabs dd.active a:hover, .tabs li.active a:hover {
    text-decoration: none;
}
.or .tabs dd a, .tabs li a {
    color: rgb(111,111,111);
    font-family: 'Futura MdCn BT Medium', 'Futura MdCn BT', 'Futura', Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.or .tabs dd a:hover, .tabs li a:hover {
    color: rgb(152,15,8);
    text-decoration: underline;
}

.or h2{
    color: rgb(152,15,8);
    font-family: 'Swiss721 Blk BT Black', 'Swiss721', Helvetica, Arial, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}
.or h3{
    color: rgb(152,15,8);
    font-family: 'Swiss721 Blk BT Black', 'Swiss721', Helvetica, Arial, sans-serif;
    font-size: 25px;
}
.or ul.block-grid img{
	border: 1px solid #CCCCCC;
}
.or ul.pagination li span{
	display: block;
	padding: 1px 7px 1px;
	color: #555;
}
.or .panel.radius {
    border-radius: 20px 20px 20px 20px;
}
.or .panel.callout {
    background: none repeat scroll 0 0 rgba(40,124,132,0.1);
    border: none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #000000;
}
.or .secondary{
    font-family: "Helvetica Neue 57 Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 10px 6px;
}

.or a.secondary[data-reveal-id]{
    font-family: "Helvetica Neue 57 Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 14px 8px;
}

.or .radius{
    border-radius: 6px 6px 6px 6px;
}
.or ul.pagination li:hover span, .or ul.pagination li span:focus{
	background: #e6e6e6;
	cursor: pointer;
}
.or ul.pagination li.unavailable span{
	cursor: default;
	color: #999;
}
.or ul.pagination li.unavailable:hover span, .or ul.pagination li.unavailable span:focus{
	background: transparent;
}
.or ul.pagination li.current span{
	background: #2ba6cb;
	color: white;
	font-weight: bold;
	cursor: default;
}
.or ul.pagination li.current span:hover{
	background: #2ba6cb;
}

.or .popupstrong{
    font-size: 15px;
    font-weight: bold;
}

.or .tooltip table{
    background: none;
    border: none;
    border-radius: none;
    margin: 0 0 3px;
}
.or .tooltip tr td {
    border: none;
    color: #FFFFFF;
    padding: 1px 1px;
    vertical-align: top;
    text-align: center;
    font-size: 1em
}
.or .tooltip tr:nth-child(2n) {
    background: none;
}



/* -----------------------------------------
   Pre-Lab Quiz
----------------------------------------- */
.quiz .top-bar {
    margin: 0;
}
.quiz .after_nav{
    height: 4px;
    background: none repeat scroll 0 0 rgb(255, 255, 255);
}
.quiz ul.breadcrumbs{
    background: none repeat scroll 0 0 rgb(249,102,17);
    border: 1px solid rgb(152,15,8);
    color: #FFFFFF;
}
.quiz ul.breadcrumbs li:first-child:before {
    content: " ";
}
.quiz ul.breadcrumbs li:before {
    color: #FFFFFF;
    content: "\203a";
}
.quiz ul.breadcrumbs li a{
    color: #FFFFFF;
    font-family: 'Futura MdCn BT Medium', 'Futura MdCn BT', 'Futura', Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    /*vertical-align: text-bottom;*/
}
.quiz div.alert-box.secondary {
    background-color: rgb(255, 255, 255);
    color: rgb(247, 153, 16);
    text-shadow: none;
    border: none;
    font-family: 'Swiss721 Blk BT Black', 'Swiss721', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.quiz div[class*="alert"] .close{
    display: none;
}
.custom .radio{
	margin-right: 10px;
}
.quiz .secondary {
    font-family: "Helvetica Neue 57 Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 10px 8px;
}
.quiz #footer .secondary {
    font-family: "Helvetica Neue 57 Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 10px 6px;
}
.quiz .hr{
    content: " ";
    width: 100%;
    height: 2px;
    background-color: rgb(249,102,17);
    margin-bottom: 17px;
}

.quiz .answers{
    margin-top: 4px;
}

#checkAnswer_RLQ{
    white-space: nowrap;
}

/* -----------------------------------------
   Pre-Lab Reporting
----------------------------------------- */
.reporting .top-bar {
    margin: 0;
}
.reporting .after_nav{
    height: 4px;
    background: none repeat scroll 0 0 rgb(255, 255, 255);
}
.reporting ul.breadcrumbs{
    background: none repeat scroll 0 0 rgb(247, 153, 16);
    border: 1px solid rgb(190,16,11);
    color: #FFFFFF;
}
.reporting ul.breadcrumbs li:first-child:before {
    content: " ";
}
.reporting ul.breadcrumbs li:before {
    color: #FFFFFF;
    content: "\203a";
}
.reporting ul.breadcrumbs li a{
    color: #FFFFFF;
    font-family: 'Futura MdCn BT Medium', 'Futura MdCn BT', 'Futura', Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    /*vertical-align: text-bottom;*/
}
.reporting h2{
    color: rgb(248,152,14);
    font-family: 'Swiss721 Blk BT Black', 'Swiss721', Helvetica, Arial, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    border-top: 2px solid rgb(247, 153, 16);
}
.reporting #predictions .row:first-of-type{
    margin-bottom: 20px;
}
.reporting .secondary{
    font-family: "Helvetica Neue 57 Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 10px 6px;
}

.custom .checkbox{
	margin-right: 10px;
}

.reporting ul.pagination li:hover span, .or ul.pagination li span:focus{
    background: #e6e6e6;
    cursor: pointer;
}
.reporting ul.pagination li.unavailable span{
    cursor: default;
    color: #999;
}
.reporting ul.pagination li.unavailable:hover span, .or ul.pagination li.unavailable span:focus{
    background: transparent;
}
.reporting ul.pagination li.current span{
    background: #2ba6cb;
    color: white;
    font-weight: bold;
    cursor: default;
}
.reporting ul.pagination li.current span:hover{
    background: #2ba6cb;
}
.reporting ul.pagination li span{
    display: block;
    padding: 1px 7px 1px;
    color: #555;
}
.reporting div[id^='qp']{
    margin-top: 20px;
}
.reporting a[id^="checkAnswer_VRL"]{
    margin: 20px 60px;
}

.reporting.section_05 a[id^="checkAnswer_VRL"]{
    margin: 20px 0;
}

/* -----------------------------------------
   Data Collection
----------------------------------------- */
.collection .top-bar {
    margin: 0;
}
.collection .after_nav{
    height: 4px;
    background: none repeat scroll 0 0 rgb(255, 255, 255);
}
.collection ul.breadcrumbs{
    background: none repeat scroll 0 0 rgb(153, 200, 30);
    border: 1px solid rgb(104,141,28);
    color: #FFFFFF;
}
.collection ul.breadcrumbs li:first-child:before {
    content: " ";
}
.collection ul.breadcrumbs li:before {
    color: #FFFFFF;
    content: "\203a";
}
.collection ul.breadcrumbs li a{
    color: #FFFFFF;
    font-family: 'Futura MdCn BT Medium', 'Futura MdCn BT', 'Futura', Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    /*vertical-align: text-bottom;*/
}
.collection table caption{
    font-family: 'Swiss721 Blk BT Black', 'Swiss721', Helvetica, Arial, sans-serif;
    margin: 9px 10px;
    font-size: 24px;
    font-weight: bold;
    color: rgb(152,200,30);
}
.collection #table1 caption:before{
     content: "Table 1: ";
 }
.collection #table2 caption:before{
    content: "Table 2: ";
}
.collection #table3 caption:before{
    content: "Table 3: ";
}
.collection.section_14 #table1 caption:before{
    content: "Table 1: ";
}
.collection.section_14 #table2 caption:before{
    content: "Table 1-b: ";
}
.collection.section_14 #table3 caption:before{
    content: "Table 2: ";
}


.collection.section_14 th{
    text-align: center;
    vertical-align: bottom;
    white-space: normal;
}
.collection.section_09 th{
    text-align: center;
    vertical-align: bottom;
    white-space: normal;
}
.collection td{
    text-align: center;
    vertical-align: middle;
}
.collection th{
    text-align: center;
    vertical-align: bottom;
}
#swiffycontainer{
    margin-bottom: 5px;
}
.collection table .header{
    font-weight: bold;
}
.collection.section_12 table .header{
    font-weight: bold;
    white-space: nowrap;
}
.collection.section_12 table td:not([class='header']){
    vertical-align: middle;
}
.collection .tabs.vertical dd a, .collection .tabs.vertical li a {
    padding: 15px 5px;
}
.collection h2{
    font-family: 'Swiss721 Blk BT Black', 'Swiss721', Helvetica, Arial, sans-serif;
    margin: 3px 5px;
    font-size: 24px;
    font-weight: bold;
    color: rgb(152,15,8);
}

/* -----------------------------------------
   Data Analysis
----------------------------------------- */
.analysis .top-bar {
    margin: 0;
}
.analysis .after_nav{
    height: 4px;
    background: none repeat scroll 0 0 rgb(255, 255, 255);
}
.analysis ul.breadcrumbs{
    background: none repeat scroll 0 0 rgb(100, 152, 192);
    border: 1px solid rgb(67,105,141);
    color: #FFFFFF;
}
.analysis ul.breadcrumbs li:first-child:before {
    content: " ";
}
.analysis ul.breadcrumbs li:before {
    color: #FFFFFF;
    content: "\203a";
}
.analysis ul.breadcrumbs li a{
    color: #FFFFFF;
    font-family: 'Futura MdCn BT Medium', 'Futura MdCn BT', 'Futura', Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    /*vertical-align: text-bottom;*/
}
.analysis .tabs dd.active, .tabs li.active{
    border-top: 3px solid rgb(100, 152, 192);
}
.analysis .tabs dd a:hover, .tabs li a:hover {
     color: rgb(100, 152, 192);
     text-decoration: underline;
 }
.analysis .tabs dd.active a, .tabs li.active a {
    color: rgb(100, 152, 192);
    font-family: 'Futura MdCn BT Medium', 'Futura MdCn BT', 'Futura', Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.analysis .tabs dd.active a:hover, .tabs li.active a:hover {
    text-decoration: none;
}
.analysis table caption{
    font-family: 'Swiss721 Blk BT Black', 'Swiss721', Helvetica, Arial, sans-serif;
    margin: 9px 10px;
    font-size: 24px;
    font-weight: bold;
    color: rgb(100, 152, 192);
}
.analysis #table1 caption:before{
    content: "Table 1: ";
}
.analysis #table2 caption:before{
    content: "Table 2: ";
}
.analysis #table3 caption:before{
    content: "Table 3: ";
}

.analysis.section_01 #table1 caption:before{
    content: "Table 4: ";
}
.analysis.section_01 #table2 caption:before{
    content: "Table 5: ";
}
.analysis.section_01 #table3 caption:before{
    content: "Table 6: ";
}
.analysis.section_02 #table1 caption:before{
    content: "Table 4: ";
}
.analysis.section_02 #table2 caption:before{
    content: "Table 5: ";
}
.analysis.section_02 #table3 caption:before{
    content: "Table 6: ";
}
.analysis.section_03 #table1 caption:before{
    content: "Table 3: ";
}
.analysis.section_03 #table2 caption:before{
    content: "Table 4: ";
}
.analysis.section_04 #table1 caption:before{
    content: "Table 3: ";
}
.analysis.section_04 #table2 caption:before{
    content: "Table 4: ";
}
.analysis.section_04 #table3 caption:before{
    content: "Table 5: ";
}
.analysis.section_05 #table1 caption:before{
    content: "Table 2: ";
}
.analysis.section_05 #table2 caption:before{
    content: "Table 3: ";
}
.analysis.section_06 #table1 caption:before{
    content: "Table 2: ";
}
.analysis.section_06 #table2 caption:before{
    content: "Table 3: ";
}
.analysis.section_07 #table1 caption:before{
    content: "Table 2: ";
}
.analysis.section_07 #table2 caption:before{
    content: "Table 3: ";
}
.analysis.section_09 #table1 caption:before{
    content: "Table 3: ";
}
.analysis.section_09 #table2 caption:before{
    content: "Table 4: ";
}
.analysis.section_10 #table1 caption:before{
    content: "Table 3: ";
}
.analysis.section_10 #table2 caption:before{
    content: "Table 4: ";
}
.analysis.section_11 #table3 caption:before{
    content: "Table 2: ";
}
.analysis.section_12 #table1 caption:before{
    content: "Table 3: ";
}
.analysis.section_12 #table2 caption:before{
    content: "Table 4: ";
}
.analysis.section_13 #table1 caption:before{
    content: "Table 2: ";
}
.analysis.section_14 #table1 caption:before{
    content: "Table 3: ";
}
.analysis.section_14 #table2 caption:before{
    content: "Table 4: ";
}
.analysis.section_14 #table3 caption:before{
    content: "Table 5: ";
}


.analysis table .header{
    font-weight: bold;
}
.analysis.section_12 table .header{
    white-space: nowrap;
}
.analysis th{
    text-align: center;
    vertical-align: bottom;
    white-space: nowrap;
}
.analysis.section_12 th{
    white-space: normal;
}

.analysis td{
    text-align: center;
}
.analysis input{
    margin: 0 auto;
    padding: 2px;
    background-color: #66FFCC;
}
.analysis input[disabled]{
    background-color: #c3c3c3;
}
.analysis.section_01 td{
    text-align: center;
    vertical-align: middle;
}
.analysis.section_01 input{
    width: 60px;
    text-align: center;
}
.analysis.section_02 td{
    text-align: center;
    vertical-align: middle;
}
.analysis.section_02 input{
    width: 60px;
    text-align: center;
}
.analysis.section_03 td{
    text-align: center;
    vertical-align: middle;
}
.analysis.section_03 input{
    width: 60px;
    text-align: center;
}
.analysis.section_04 td{
    text-align: center;
    vertical-align: middle;
}
.analysis.section_04 input{
    width: 80px;
    text-align: center;
}
.analysis.section_05 td{
    text-align: center;
    vertical-align: middle;
}
.analysis.section_05 input{
    width: 60px;
    text-align: center;
}
.analysis.section_06 td{
    text-align: center;
    vertical-align: middle;
}
.analysis.section_06 input{
    width: 60px;
    text-align: center;
}
.analysis.section_07 td{
    text-align: center;
    vertical-align: middle;
}
.analysis.section_07 input{
    width: 60px;
    text-align: center;
}
.analysis.section_08 td{
    text-align: center;
    vertical-align: middle;
}
.analysis.section_08 input{
    width: 44px;
    text-align: center;
}
.analysis.section_09 td{
    text-align: center;
    vertical-align: middle;
}
.analysis.section_09 input{
    width: 40px;
    text-align: center;
}
.analysis.section_10 td{
     text-align: center;
     vertical-align: middle;
 }
.analysis.section_10 input{
    width: 60px;
    text-align: center;
}

.analysis.section_12 td{
    text-align: center;
    vertical-align: middle;
}
.analysis.section_12 input{
    width: 60px;
    text-align: center;
}

.analysis.section_14 td{
    text-align: center;
    vertical-align: middle;
}
.analysis.section_14 input{
    width: 60px;
    text-align: center;
}

/*
.analysis.section_05 #chart3 text[transform='translate(-5, 60)']{
    font-size: 13px;
}
*/

/* section 9 */
.analysis.section_09 th{
    text-align: center;
    vertical-align: bottom;
    white-space: normal;
}
.analysis.section_09 input{
    width: 100%;
}
.analysis.section_09 table thead tr th, .analysis.section_09 table tfoot tr td{
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: bold;
    padding: 2px 3px;
}
.analysis.section_09 table tbody tr td{
    color: rgb(34, 34, 34);
    font-size: 13px;
    padding: 2px 3px;
    vertical-align: middle;
}

.analysis.section_11 table tbody tr td{
    color: rgb(34, 34, 34);
    font-size: 13px;
    padding: 1px 2px;
    vertical-align: middle;
}
.analysis.section_13 table tbody tr td{
    color: rgb(34, 34, 34);
    font-size: 13px;
    padding: 4px 3px;
    vertical-align: middle;
}

.analysis.section_14 th{
    text-align: center;
    vertical-align: bottom;
    white-space: normal;
}

.analysis .validation {
    /*html.js body.analysis div.row div.twelve ul.tabs-content li#simple1Tab.active table#table2.twelve tbody tr td p.validation*/
    background: red;
    color: #fff;
    display: none;
    font-size: 1em;
    padding: 3px;
    position: absolute;
    margin-left: 60px;
    margin-top: -30px;
    text-align: center;
    width: 280px;
}

.analysis input[data-isCorrect="false"]:focus + .validation {
    display: block;
}
.analysis input[data-isCorrect="false"]:focus + .incorrect {
    display: block;
}
.analysis input[data-isCorrect="false"] + .validation .correct {
    display: none;
}
.analysis input[data-isCorrect="false"] + .validation .valid {
    display: none;
}
.analysis input[data-isCorrect="false"] + .validation .invalid {
    display: none;
}
.analysis input[data-isCorrect="true"][disabled]{
    background: #A2CFCF;
    font-weight: bold;
}
.analysis .reveal-modal.large {
    margin-left: 5%;
}
.analysis .panel.callout {
    background: none repeat scroll 0 0 rgba(40,124,132,0.1);
    border: 1px solid rgb(67, 105, 141);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #000000;
    margin-bottom: 1.5em;
}

.analysis .panel.callout p {
    font-size: 14px;
    margin-bottom: 2px;
}

.analysis .panel.callout ol li {
    font-size: 14px;
    margin-bottom: 2px;
}

.analysis .panel.callout h4 {
    font-size: 1.2em;
    font-weight: bold;
}
.analysis .panel.callout h2 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}
.analysis h2{
    font-family: "Swiss721 LtCn BT Light","Swiss721", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-variant: small-caps;
    color: rgb(100, 152, 192);
    margin-bottom: 0;
}
.analysis .tabs-content strong{
    font-family: "Helvetica Neue 67 Medium Condensed", "Helvetica Neue 67", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.analysis div[id*="chart"] table{
    border: none;
}
.analysis  td {
    text-align: center;
}

.analysis div[id*="chart"] div{
    white-space: nowrap;
}

.analysis div[id*="chart"] td{
    text-align: left;
}

.analysis div[id*="chart"] td{
    text-align: left;
}
div[id*="chart"] *{
    font-size: 14px;
}

.analysis.section_02 div[id*="chart"]{
    padding-top: 20px;
}


.analysis h4{
    font-family: 'Swiss721 Blk BT Black', 'Swiss721', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
    color: rgb(100, 152, 192);
}
.analysis h2{
    font-family: 'Swiss721 Blk BT Black', 'Swiss721', Helvetica, Arial, sans-serif;
    margin: 3px 5px;
    font-size: 24px;
    font-weight: bold;
    color: rgb(152,15,8);
}

.analysis.section_11 form.custom:after{
    content:'';
    display: block;
    height: 60px;
}
.analysis.section_11 form label{
    font-size: 13px;
}
.analysis.section_11 form select *{
    font-size: 13px;
}
.analysis.section_11 form .custom.dropdown{
    font-size: 13px;
    margin: 0 auto;
}
.analysis.section_11 form .custom.dropdown a.selector {
    height: 28px;
}

.analysis.section_13 form.custom:after{
    content:'';
    display: block;
    height: 60px;
}
.analysis.section_13 form label{
    font-size: 13px;
}
.analysis.section_13 form select *{
    font-size: 13px;
}
.analysis.section_13 form .custom.dropdown{
    font-size: 13px;
    margin: 0 auto;
}
.analysis.section_13 form .custom.dropdown a.selector {
    height: 28px;
    width: 22px;
}

.analysis.section_13 form.custom div.custom.dropdown a.current{
    padding: 0 28px 0 4px;
}

.analysis.section_13 table thead tr th{
    font-size: 13px;
}


.analysis.section_12 form.custom div.custom.dropdown ul li{
    line-height: 1.2em;
    min-height: 1.2em;
}
.analysis.section_12 form.custom:after{
    content:'';
    display: block;
    height: 150px;
}
.analysis.section_12 form label{
    font-size: 13px;
}
.analysis.section_12 form select *{
    font-size: 13px;
}
.analysis.section_12 form .custom.dropdown{
    font-size: 13px;
    margin: 0 auto;
}
.analysis.section_12 form .custom.dropdown a.selector {
    height: 28px;
}



/* -----------------------------------------
   Laboratory Report
----------------------------------------- */
.lreport .top-bar {
    margin: 0;
}
.lreport .after_nav{
    height: 4px;
    background: none repeat scroll 0 0 rgb(255, 255, 255);
}
.lreport ul.breadcrumbs{
    background: none repeat scroll 0 0 rgb(20,103,152);
    border: 1px solid rgb(17,61,90);
    color: #FFFFFF;
}
.lreport ul.breadcrumbs li:first-child:before {
    content: " ";
}
.lreport ul.breadcrumbs li:before {
    color: #FFFFFF;
    content: "\203a";
}
.lreport ul.breadcrumbs li a{
    color: #FFFFFF;
    font-family: 'Futura MdCn BT Medium', 'Futura MdCn BT', 'Futura', Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    /*vertical-align: text-bottom;*/
}
.lreport h3{
    font-family: 'Swiss721 Blk BT Black', 'Swiss721', Helvetica, Arial, sans-serif;
    font-size: 30px;
    color: rgb(20,103,152);
}
.lreport form .inline{
    font-family: "Helvetica Neue 67 Medium Condensed", "Helvetica Neue 67", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 20px;
    cursor: default;
}
.lreport form strong{
    font-family: "Courier New Regular", "Courier", monospace;
    font-size: 20px;
}
.lreport h4{
    font-size: 30px;
    color: rgb(100,152,192);
}
.lreport h2{
    color: rgb(100,152,192);
}

.lreport .predquestion li span span:first-of-type:after{
    content: ":";
    margin-right: 10px;
}

.lreport ol[class^='varquestion'] span[data-toprint] span:after{
    content: ":";
    margin-right: 10px;
}

.lreport ol[class^='varquestion'] span:not(:first-of-type):after{
    content: ",";
    margin-right: 10px;
}

.lreport ol[class^='varquestion'] span:last-of-type:after{
    content: "";
    margin-right: 10px;
}

/*
.lreport .varquestion li span[data-toprint] + span:after{
    content: ",";
    margin-right: 10px;
}
.lreport .varquestion li span[data-toprint]+span:last-of-type:after{
    content: "";
}
.lreport .varquestion li span[data-toprint] + span + span:after{
    content: ",";
    margin-right: 10px;
}
.lreport .varquestion li span[data-toprint]:after{
    content: ":";
    margin-right: 10px;
}
*/

.lreport table caption{
    font-family: 'Swiss721 Blk BT Black', 'Swiss721', Helvetica, Arial, sans-serif;
    margin: 9px 10px;
    font-size: 24px;
    font-weight: bold;
    color: rgb(100, 152, 192);
}
.lreport #table1 caption:before{
    content: "Table 1: ";
}
.lreport #table2 caption:before{
    content: "Table 2: ";
}
.lreport #table3 caption:before{
    content: "Table 3: ";
}

.lreport.section_01 #table1 caption:before{
    content: "Table 4: ";
}
.lreport.section_01 #table2 caption:before{
    content: "Table 5: ";
}
.lreport.section_01 #table3 caption:before{
    content: "Table 6: ";
}
.lreport.section_02 #table1 caption:before{
    content: "Table 4: ";
}
.lreport.section_02 #table2 caption:before{
    content: "Table 5: ";
}
.lreport.section_02 #table3 caption:before{
    content: "Table 6: ";
}
.lreport.section_03 #table1 caption:before{
    content: "Table 3: ";
}
.lreport.section_03 #table2 caption:before{
    content: "Table 4: ";
}
.lreport.section_04 #table1 caption:before{
    content: "Table 3: ";
}
.lreport.section_04 #table2 caption:before{
    content: "Table 4: ";
}
.lreport.section_04 #table3 caption:before{
    content: "Table 5: ";
}
.lreport.section_05 #table1 caption:before{
    content: "Table 2: ";
}
.lreport.section_05 #table2 caption:before{
    content: "Table 3: ";
}
.lreport.section_06 #table1 caption:before{
    content: "Table 2: ";
}
.lreport.section_06 #table2 caption:before{
    content: "Table 3: ";
}
.lreport.section_07 #table1 caption:before{
    content: "Table 2: ";
}
.lreport.section_07 #table2 caption:before{
    content: "Table 3: ";
}
.lreport.section_09 #table1 caption:before{
    content: "Table 3: ";
}
.lreport.section_09 #table2 caption:before{
    content: "Table 4: ";
}
.lreport.section_10 #table1 caption:before{
    content: "Table 3: ";
}
.lreport.section_10 #table2 caption:before{
    content: "Table 4: ";
}
.lreport.section_11 #table3 caption:before{
    content: "Table 2: ";
}
.lreport.section_13 #table1 caption:before{
    content: "Table 2: ";
}
.lreport.section_14 #table1 caption:before{
    content: "Table 3: ";
}
.lreport.section_14 #table2 caption:before{
    content: "Table 4: ";
}
.lreport.section_14 #table3 caption:before{
    content: "Table 5: ";
}



.lreport table[id] input{
     display: none;
 }
.lreport table[id] .validation{
    display: none;
}
.lreport th{
    text-align: center;
    vertical-align: bottom;
    white-space: nowrap;
}
.lreport td{
    text-align: center;
}
.lreport table .header{
    font-weight: bold;
}
/* section 9 */
.lreport.section_09 th{
    text-align: center;
    vertical-align: bottom;
    white-space: normal;
}
.lreport.section_09 input{
    width: 100%;
}
.lreport.section_09 table thead tr th, .lreport.section_09 table tfoot tr td{
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: bold;
    padding: 2px 3px;
}
.lreport.section_09 table tbody tr td{
    color: rgb(34, 34, 34);
    font-size: 13px;
    padding: 2px 3px;
    vertical-align: middle;
}

.lreport.section_12 th{
    text-align: center;
    vertical-align: bottom;
    white-space: normal;
}

.lreport.section_14 th{
    text-align: center;
    vertical-align: bottom;
    white-space: normal;
}

.lreport #table4 tr:nth-child(even){
    white-space: nowrap;
}

.lreport div[id*="chart"] table{
    border: none;
}

.lreport div[id*="chart"] div{
    white-space: nowrap;
}

.lreport div[id*="chart"] td{
    text-align: left;
}

/* popup pagination */
.lreport ul.pagination li.current span {
    background: none repeat scroll 0 0 rgb(43, 166, 203);
    color: white;
    cursor: default;
    font-weight: bold;
}
.lreport ul.pagination li span {
    color: rgb(85, 85, 85);
    display: block;
    padding: 1px 7px;
}
.lreport ul.pagination li:hover span, .or ul.pagination li span:focus{
    background: #e6e6e6;
    cursor: pointer;
}
.lreport ul.pagination li.unavailable span{
    cursor: default;
    color: #999;
}
.lreport ul.pagination li.unavailable:hover span, .or ul.pagination li.unavailable span:focus{
    background: transparent;
}
.lreport ul.pagination li.current span:hover{
    background: #2ba6cb;
}
.lreport .linstruction {
    font-size: 1em
}

.lreport.section_11 #table3 label{
    font-size: 14px;
}
.lreport.section_11  #table3 select *{
    font-size: 14px;
}
.lreport.section_11  #table3 .custom.dropdown{
    font-size: 14px;
    margin: 0 auto;
}
.lreport.section_11  #table3 .custom.dropdown a.selector {
    height: 28px;
}
.lreport.section_12 #table1 caption:before{
    content: "Table 3: ";
}
.lreport.section_12 #table2 caption:before{
    content: "Table 4: ";
}
.lreport.section_12 #table2 label{
    font-size: 14px;
}
.lreport.section_12  #table2 select *{
    font-size: 14px;
}
.lreport.section_12  #table2 .custom.dropdown{
    font-size: 14px;
    margin: 0 auto;
    width: 80px !important;
}
.lreport.section_12 a.selector {
    height: 28px !important;
}

.lreport.section_13 form #table1 label{
    font-size: 13px;
}
.lreport.section_13 form #table1 select *{
    font-size: 13px;
}
.lreport.section_13 form #table1 .custom.dropdown{
    font-size: 13px;
    margin: 0 auto;
}
.lreport.section_13 form #table1 .custom.dropdown a.selector {
    height: 28px;
    width: 22px;
}

.lreport.section_13 form.custom div.custom.dropdown a.current{
    padding: 0 28px 0 4px;
}

.lreport.section_13 table thead tr th{
    font-size: 13px;
}
.lreport.section_13 #table1 .header{
    font-size: 13px;
}