@font-face {
  font-family: "MyriadWebPro" ;
  src: url("MyriadWebPro.eot");
}

@font-face {
  font-family: "MyriadWebPro" ;
  src: url("MyriadWebPro.ttf") format("truetype");
}

@font-face {
  font-family: "MyriadWebProBold" ;
  src: url(MyriadWebPro-Bold.eot);
}

@font-face {
  font-family: "MyriadWebProBold" ;
  src: url("MyriadWebPro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "MyriadWebProSemibold" ;
  src: url(MyriadWebPro-SemiBold.eot);
}
@font-face {
  font-family: "MyriadWebProSemibold" ;
  src: url("MyriadWebPro-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans" ;
  src: url("OpenSans-Regular.eot");
}

@font-face {
  font-family: "OpenSans" ;
  src: url("OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSansBold";
  src: url("OpenSans-Bold.eot");
}

@font-face {
  font-family: "OpenSansBold" ;
  src: url("OpenSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSansExtraBold" ;
  src: url("OpenSans-ExtraBold.eot");
}

@font-face {
  font-family: "OpenSansExtraBold" ;
  src: url("OpenSans-ExtraBold.ttf") format("opentype");
}

@font-face {
  font-family: "OpenSansLight" ;
  src: url("OpenSans-Light.eot");
}

@font-face {
  font-family: "OpenSansLight" ;
  src: url("OpenSans-Light.ttf") format("opentype");
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body
{
  margin: 0;
  padding: 0;
  color: #555;
  font: normal 10pt Arial,Helvetica,sans-serif;
  background-color: #EEEEEE;
  width: 100%;
  height: 100%;
}

body.osteo-index {
  background-color: #DBDBDB;
}

#page,
#header .container
{
  width: 1004px;
  position: relative;
  padding: 0 10px;
  margin: 0 auto;
  overflow: hidden;
}

.site-index .top-separator {
  border-top: 55px solid #9AC0D6;
  min-width: 1024px;
}
.ker.site-index .top-separator {
  border-top: 55px solid #A2D8C6;
}

#header
{
  margin: 0;
  height: 70px;
  background-color: white;
  border-bottom: 5px solid #0C5CA8;
  z-index: 100;
  position: relative;
  min-width: 1024px;
}
.ker #header {
  border-bottom: 5px solid #00905D;
}

#header #menu {
  float: right;
  margin-right: 35px;
}

#header #menu a {
  display: block;
  width: 70px;
  height: 70px;
  background-color: #86787C;
  line-height: 70px; 
  text-align: center;
  color: white;
  text-decoration: none;
  font-family: "OpenSansLight",sans-serif;
  font-size: 20px;
  margin-left: 2px;
  float: left;
}
#header #menu a:hover, #header #menu a.on{	background-color: #0C5CA8 !important; }
.ker #header #menu a:hover, .ker #header #menu a.on {	background-color: #00905D !important; }

#header #menu a.back,
#header #menu a.next {
  background-color: #999999;
}

.left_column {
  width: 265px;
  float: left;
  padding-top: 120px;
  padding-left: 112px;
}
.right_column {
  width: 480px;
  float: left;
}
.welcome {
  font-size: 35px;
  line-height: 40px;
  font-family: "OpenSans";
  color: #545454;
  width: 480px;
  margin-top: 118px;
  margin-bottom: 0;
  //text-align: center;
}
.welcome b {
  font-family: "OpenSansBold";
  font-weight: normal;
}
/*.welcome span {
    font-size: 30px;
    font-family: "MyriadWebProBold";
    font-weight: normal;
}*/
.simulator {
  font-size: 16px;
  font-family: "OpenSans";
  color: #545454;
  /*text-align: center;*/
  margin-top: 20px;
  margin-bottom: 60px;
}
#logo
{
  font-size: 16px;
  font-family: "OpenSans";
  color: #545454;
  line-height: 16px;
  float: left;
  padding-top: 14px;
}
#logo b {
  font-family: "OpenSansBold";
  font-weight: normal;
}
#header a.logo,
#header img.logo {
  margin: 8px 10px 0px 35px;
  z-index: 100;
  float: left;
  width: 64px;
}

.start_btn{
  height: 60px;
  background-repeat: repeat-x;
  color: #ffffff;
  font-size: 30px;
  line-height: 60px;
  font-family: "OpenSans";
  text-align: center;
  width: 244px;
  text-decoration: none;
  display: inline-block;
}

.start_btn:hover {
  color: #ffffff;
}

h2 {
  color: #333333;
  font-size: 12px;
  font-family: "MyriadWebPro";
  text-align: right;
  line-height: 35px;
  margin: 0;
  padding-bottom: 7px;
  padding-right: 16px;
}
.col1 {
  float: left;
  background-color: #FFFFFF;
  width: 472px;
  height: 531px;
  -webkit-border-top-right-radius: 13px;
  -webkit-border-bottom-right-radius: 13px;
  -webkit-border-bottom-left-radius: 13px;
  -webkit-border-top-left-radius: 13px;
  -moz-border-radius-topright: 13px;
  -moz-border-radius-bottomright: 13px;
  -moz-border-radius-bottomleft: 13px;
  -moz-border-radius-topleft: 13px;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
  border-top-left-radius: 13px;
  border: 5px solid #DBDBDB;
  margin-bottom: 12px;
  position: relative;
  left: 0px;
  margin-left: 9px;
}
.col2 {
  float: right;
  background-color: #FFFFFF;
  width: 472px;
  height: 531px;
  -webkit-border-top-left-radius: 13px;
  -webkit-border-bottom-left-radius: 13px;
  -webkit-border-bottom-right-radius: 13px;
  -webkit-border-top-right-radius: 13px;
  -moz-border-radius-topleft: 13px;
  -moz-border-radius-bottomleft: 13px;
  -moz-border-radius-bottomright: 13px;
  -moz-border-radius-topright: 13px;
  border-bottom-right-radius: 13px;
  border-top-right-radius: 13px;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
  border: 5px solid #DBDBDB;
  margin-bottom: 12px;
  position: relative;
  margin-right: 9px;
}
.risk_col1 {
  float: right;
  width: 350px;
  margin-right: 63px;
}
.risk_col2 {
  float: left;
  width: 350px;
  margin-left: 63px;
}
.risk_col1 p,
.risk_col2 p {
  font-size: 15px;
  color: #333333;
  margin-bottom: 4px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  float: none;
  clear: both;
}
.risk_col1 h3 + p,
.risk_col2 h3 + p {
  margin: 0;
  text-align: left;
  width: 243px;
  margin-bottom: 6px;
}
.empty {
  margin-top: 107px;
}
.risk_col1 img,
.risk_col2 img {
  margin-right: 4px;
  margin-bottom: 3px;
}
.risk_col1 div,
.risk_col2 div {
  float: left;
  width: 35px;
  margin-right: 0px;
}
#sidebar
{
  padding: 20px 20px 20px 0;
}

.footer
{
  font-size: 10px;
  font-family: "MyriadWebPro";
  color: #CCCCCC;
  text-align: right;
  padding: 3px 13px 3px 13px;
}
.footer a {
  color: #CCCCCC;
  text-decoration: none;
}
.footer a:hover {
  color: #000000;
}

div.flash-error, div.flash-notice, div.flash-success
{
  padding:.8em;
  margin-bottom:1em;
  border:2px solid #ddd;
}

div.flash-error
{
  background:#FBE3E4;
  color:#8a1f11;
  border-color:#FBC2C4;
}

div.flash-notice
{
  background:#FFF6BF;
  color:#514721;
  border-color:#FFD324;
}

div.flash-success
{
  background:#E6EFC2;
  color:#264409;
  border-color:#C6D880;
}

div.flash-error a
{
  color:#8a1f11;
}

div.flash-notice a
{
  color:#514721;
}

div.flash-success a
{
  color:#264409;
}

div.form .rememberMe label
{
  display: inline;
}

div.view
{
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
  font-size: 0.9em;
  padding: 5px 20px;
}

div.breadcrumbs span
{
  font-weight: bold;
}

div.search-form
{
  padding: 10px;
  margin: 10px 0;
  background: #eee;
}

.portlet
{

}

.portlet-decoration
{
  padding: 3px 8px;
  background: #B7D6E7;
  border-left: 5px solid #6FACCF;
}

.portlet-title
{
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #298dcd;
}

.portlet-content
{
  font-size:0.9em;
  margin: 0 0 15px 0;
  padding: 5px 8px;
  background:#EFFDFF;
}

.portlet-content ul
{
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin: 0;
  padding: 0;
}

.portlet-content li
{
  padding: 2px 0 4px 0px;
}

.operations
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.operations li
{
  padding-bottom: 2px;
}

.operations li a
{
  font: bold 12px Arial;
  color: #0066A4;
  display: block;
  padding: 2px 0 2px 8px;
  line-height: 15px;
  text-decoration: none;
}

.operations li a:visited
{
  color: #0066A4;
}

.operations li a:hover
{
  background: #80CFFF;
}
.btn {
  background-image: url(../images/btn_grey.png);
  background-repeat: repeat-x;
  background-position: top left;
  color: #ffffff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  font-family: "MyriadWebPro";
  text-align: center;
  width: 155px;
  display: block;
  border-radius: 5px;
  margin: auto;
  text-decoration: none;
}
.btn:hover {
  color: #ffffff;
  background-image: url(../images/btn_over.png);
  background-repeat: repeat-x;
  background-position: top left;
}
.caution {
  width: 234px;
  color: #525252;
  font-size: 13px;
  font-family: "Arial", sans-serif;
  text-align: center;
  background-color: #DDDDDD;
  margin-top: 10px;
  margin-bottom: 65px;
  padding: 5px;
}
.caution span {
  color: #EB3739;
}

#barra_preta
{
  height:100%;
  width:100%;	
  position:fixed;
  z-index:160;
  top:0;
  left:0;
  background:#000;
}
#barra_preta
{
  height:130%;
  width:160%;	
  position:fixed;
  z-index:1000;
  top:0;
  left:0;
  background:#000;
  opacity: 0.6;
}

.no-opacity #barra_preta {
  background: url(../images/transparency.png) repeat;
  background-color: transparent;
}
#generate
{
  background-image:url(../images/sprite-bg-repeat-x.png);
  background-repeat:repeat-x;
  background-position: -0px -0px;
  /*background-color: #CCCCCC;*/
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  top: -450px;
  z-index:1300;
  border-radius: 15px 15px 15px 15px;
  padding-left:-5px;
  padding-top:-15px;
  position: relative;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.5);   
  text-align: center;
  border-collapse:separate;
}

.no-borderradius #generate {
  background: url(../images/sprite-bg-full.png) no-repeat;	
  background-position: -5px -293px;
}

#generate a:link,
#generate a:visited
{
  color: #333;
}
#generate a:hover {
  color: #777;
}

#pdf_button {
  width: 39px;
  height: 49px;
  background-position: -217px -35px;
  margin-top: 35px;
  position: absolute;
  left: 55px;
}

#send_mail {
  background-image:url(../images/sprite-bg-repeat-x.png);
  background-repeat:repeat-x;
  background-position: 0px -191px;
  width:482px;
  height:199px;
  margin-left:auto;
  margin-right:auto;
  top: -650px;
  z-index:1300;
  padding-left:-5px;
  padding-top:-15px;
  position: relative;
  text-align: left;
}
.check_button_mail,
#cancel {
  background-image: url(../images/button_mail.png);
  background-position: top left;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  float: left;
  color: #575757;
  font-size: 12px;
  font-family: "MyriadWebPro";
  width: 88px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0;
  cursor: pointer;
  margin-bottom: 6px;
  margin-top: 9px;
  margin-left: 11px;
  margin-right: 11px;
}
.check_button_mail:hover,
#cancel:hover {
  background-image: url(../images/button_mail_over.png);
  background-position: top left;
  background-repeat: no-repeat;
  color: #ffffff;
  text-shadow: 2px 2px #666666;
}

.mail_titulo
{
  color: #FFFFFF;
  float: left;
  font-family: "Myriad Pro Bold","Arial";
  font-size: 17px;
  height: 22px;
  overflow: hidden;
  padding-left: 9px;
  padding-top: 16px;
  padding-bottom: 7px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 253px;
}

.redtomail {
  margin-left: 4px;
  display: none;
}

#copyright a.credits {
  color: #999999;
  text-decoration: none;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}
#copyright a.credits:hover {
  color: #999999;
  text-decoration: underline;
}
#copyright {
  clear: left;
  color: #B9B9B9;
  font-size: 10.5px;
  margin: 30px 0 0;
  padding: 0 0px 20px;
  text-align: center;
  font-family: "Arial", sans-serif;
  width: 100%;
  min-width: 1024px;
  margin: auto;
  margin-top: 20px;
}

#copyright p, #copyright a{
  margin: 0 0 5px 0;
  color: #B9B9B9;
  text-decoration: none;
}

#copyright p {
  margin: 0 0 5px 0;
}

#copyright p:last-child{
  margin-top: 10px;
}

#copyright a:hover {
  text-decoration: underline;
}
.labelissues {
  font-size: 16px;
  font-family: "MyriadWebProBold";
  color: #333333;
  width: 114px;
  text-align: center;
  background-color: #DBDBDB;
  border-radius: 4px;
  border: 2px solid #C2C2C2;
  border-top: 0;
  border-left: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
  position: absolute;
  top: 0px;
  left: 258px;
  z-index: 100;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  line-height: 30px;
  cursor: pointer;
  box-shadow: none;
}
.labelcalculators {
  font-size: 16px;
  font-family: "MyriadWebProBold";
  color: #333333;
  width: 114px;
  text-align: center;
  background-color: #DBDBDB;
  border-radius: 4px;
  border: 2px solid #C2C2C2;
  border-top: 0;
  /*border-left: none;
  border-right: none;*/
  border-left: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
  position: absolute;
  top: 0px;
  left: 18px;
  z-index: 100;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  line-height: 30px;
  cursor: pointer;
  box-shadow: none;
}
.calcdiv {
  height: 560px;
  width: 328px;
  position: absolute;
  top: -563px;
  left: 18px;
  z-index: 50;
  background-color: #DBDBDB;
  border: 1px solid #C2C2C2;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-top: none;
}
.calcdiv h3 {
  font-size: 24px;
  font-family: "MyriadWebProBold";
  color: #333333;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 6px;
}
.calcdiv span {
  font-size: 16px;
  font-family: "MyriadWebPro";
  color: #333333;
  text-align: center;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.button {
  background-image: url(../images/button.png);
  background-position: top left;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  float: left;
  color: #575757;
  font-size: 11px;
  font-family: "MyriadWebPro";
  width: 84px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  padding-bottom: 2px;
  margin-left: 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.button2 {
  background-image: url(../images/button.png);
  background-position: top left;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  float: right;
  color: #575757;
  font-size: 11px;
  font-family: "MyriadWebPro";
  width: 84px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  padding-bottom: 2px;
  margin-top: 8px;
  margin-left: 4px;
  margin-right: 18px;
  margin-bottom: 8px;
  cursor: pointer;
}
.button.active,
.button:hover,
.button2.active,
.button2:hover {
  color: #ffffff;
  background-image: url(../images/button_active.png);
  background-position: top left;
  background-repeat: no-repeat;
}
.labelintervention {
  font-size: 16px;
  font-family: "MyriadWebProBold";
  color: #333333;
  width: 114px;
  text-align: center;
  background-color: #DBDBDB;
  border-radius: 4px;
  border: 2px solid #C2C2C2;
  border-top: 0;
  border-left: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
  position: absolute;
  top: 0px;
  left: 138px;
  z-index: 100;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  line-height: 30px;
  cursor: pointer;
  box-shadow: none;
}
.intdiv {
  height: 120px;
  width: 306px;
  position: absolute;
  top: -122px;
  left: 138px;
  z-index: 50;
  background-color: #DBDBDB;
  border: 1px solid #C2C2C2;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-top: none;
}

h3 {
  font-size: 23px;
  font-family: "MyriadWebProBold";
  color: #333333;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 4px;
}

.intdiv h3 {
  font-size: 23px;
  font-family: "MyriadWebProBold";
  color: #333333;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 4px;
}
.intdiv span {
  font-size: 12px;
  font-family: "MyriadWebPro";
  color: #333333;
  text-align: center;
  display: block;
  margin: auto;
  margin-bottom: 12px;
}
.intdiv .row label {
  color: #333333;
  float: left;
  font-family: "MyriadWebProBold";
  font-size: 16px;
  line-height: 25px;
  margin-right: 8px;
  text-align: right;
  width: 150px;
}
.intdiv .row span label {
  font-family: "MyriadWebPro";
  font-size: 12px;
  width: auto;
}
.intdiv .row span {
  margin-bottom: 0;
}
.intdiv .row.buttons {
  padding-top: 10px;
}
.labelnotes {
  font-size: 16px;
  font-family: "MyriadWebProBold";
  color: #333333;
  width: 114px;
  text-align: center;
  background-color: #DBDBDB;
  border-radius: 4px;
  border: 2px solid #C2C2C2;
  border-top: 0;
  border-left: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
  position: absolute;
  top: 0px;
  left: 378px;
  z-index: 50;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  line-height: 30px;
  margin: 0;
  cursor: pointer;
}
.notesdiv {
  height: 252px;
  width: 296px;
  position: absolute;
  top: -253px;
  left: 378px;
  z-index: 50;
  background-color: #DBDBDB;
  border: 1px solid #C2C2C2;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-top: none;
}
.notesdiv span {
  font-size: 12px;
  font-family: "MyriadWebPro";
  color: #333333;
  text-align: center;
  display: block;
  margin: auto;
  margin-bottom: 12px;
  margin-top: 16px;
}
.notesdiv label {
  display: none;
}
.notesdiv textarea {
  width: 249px;
  height: 166px;
  border: 1px solid #8B8B8B;
  border-radius: 3px;
  resize: none;
  margin-left: 24px;
}
.documentdiv textarea {
  width: 249px;
  height: 185px;
  border: 1px solid #8B8B8B;
  border-radius: 3px;
  resize: none;
  margin-left: 24px;
  font-size: 13px;
}
.notes {
  height: 75px;
  float: none;
  clear: both;
}
.document {
  float: none;
  clear: both;
}
.box {
  background-image: none;
  background-color: #ffffff;
  border-radius: 12px;
  width: 752px;
  padding: 19px 26px;
  color: #777777;
  font-size: 20px;
  font-family: "MyriadWebPro";
  margin: 10px auto 0 auto;
}
.box h2 {
  font-size: 24px;
  color: #444444;
  font-family: "MyriadWebProBold";
  text-align: left;
  margin-bottom: 10px;
}
.box h3 {
  font-size: 20px;
  color: #525252;
  font-family: "MyriadWebProBold";
  margin: 0;
  padding-left: 24px;
  text-align: left;
}
.box p {
  padding-left: 24px;
  margin: 0 0 25px 0;
  line-height: 28px;
}
.box p span {
  color: #525252;
  font-family: "MyriadWebProBold";
}
.box p a {
  color: #00579F;
  font-size: 20px;
  font-family: "MyriadWebPro";
  text-decoration: none;
}
.box p a:hover {
  text-decoration: underline;
}
.box table {
  border: none;
  margin-left: 24px;
  margin-right: 24px;
}
.box table th {
  color: #545454;
  font-size: 20px;
  font-family: "MyriadWebProbold";
  padding: 0;
  font-weight: normal;
}
.box table td {
  color: #999999;
  font-size: 20px;
  font-family: "MyriadWebPro";
  vertical-align: top;
  padding: 0;
}
.box table td a {
  color: #00579F;
  font-size: 16px;
  font-family: "MyriadWebPro";
  text-decoration: none;
}
.box table td a:hover {
  text-decoration: underline;
}

.osteo-index #content {
  background: white;
  margin-top: 10px;
  position: relative;
  height: 600px;
  border-radius: 15px;
  overflow: hidden;
}

.slider_col1 {
  position: absolute;
  top: 100px;
  left: -268px;
  width: 251px;
  height: 380px;
  background-color: #ffffff;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: 3px solid #DBDBDB;
  color: #333333;
  font-size: 12px;
  font-family: "MyriadWebPro"; 
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}
.slider_col1 .resize {
  position: absolute;
  top: 5px;
  left: 5px;
}
.slider_col2 {
  position: absolute;
  top: 100px;
  right: -268px;
  width: 251px;
  height: 380px;
  background-color: #ffffff;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius:6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: 3px solid #DBDBDB;
  color: #333333;
  font-size: 12px;
  font-family: "MyriadWebPro"; 
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}
.slider_col2 .resize {
  position: absolute;
  top: 5px;
  right: 5px;
}
.slider_col1 h2,
.slider_col2 h2 {
  color: #333333;
  padding: 0;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 14px;
  font-weight: bold;
}
.slider_col1 h2 span,
.slider_col2 h2 span {
  font-size: 12px;

}
.slider_col1 p,
.slider_col2 p {
  margin-bottom: 6px;
  text-align: center;
}
.slider_col1 p.sub,
.slider_col2 p.sub {
  text-align: center;
  color: #333333;
  font-size: 10px;
  font-family: "MyriadWebPro";
  margin-bottom: 0;
}
.slider_col1 .risk_slider1,
.slider_col2 .risk_slider2 {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 2px;
  height: 323px;
  width: 250px;
}
.slider_col1 .risk_slider1 div,
.slider_col2 .risk_slider2 div {
  float: left;
  width: 25px;
}
.slider_col1 .risk_slider1 div img,
.slider_col2 .risk_slider2 div img {
  margin-bottom: 3px;
  margin-right: 3px;
}
.slider_col1 span.yellow,
.slider_col2 span.yellow {
  color: #E59A00;
  font-family: "MyriadWebProBold";
}
.slider_col1 span.green,
.slider_col2 span.green {
  color: #009A71;
  font-family: "MyriadWebProBold";
}
.slider_col1 span.blue,
.slider_col2 span.blue {
  color: #009ACD;
  font-family: "MyriadWebProBold";
}
.slider_col1 p.riskp span.yellow,
.slider_col2 p.riskp span.yellow {
  color: #E59A00;
  font-family: "MyriadWebPro";
}
.slider_col1 p.riskp span.green,
.slider_col2 p.riskp span.green {
  color: #009A71;
  font-family: "MyriadWebPro";
}
.slider_col1 p.riskp span.blue,
.slider_col2 p.riskp span.blue {
  color: #009ACD;
  font-family: "MyriadWebPro";
}
.cardsarea {
  position: absolute;
  top: 100px;
  left: 270px;
  width: 462px;
}
.left_cards_container {
  float: left;
  width: 231px;
}
.costcard,
.routinescard,
.effectscard,
.benefitscard {
  display: none;
  border: 1px solid #EDEDED;
  border-radius: 6px;
  color: #333333;
  font-size: 15px;
  font-family: "MyriadWebPro";
  box-shadow: 2px 2px 2px #C8C8C8;
  border-collapse:separate;
  background-color: #ffffff;
  width: 226px;
  float: left;
  margin-bottom: 4px;
  min-height: 0;
  padding-bottom: 10px;
  position: relative;
}
.effectscard {
  float: right;
}
.costcard span,
.routinescard span,
.effectscard span,
.benefitscard span {
  font-size: 12px;
}
.costcard p,
.routinescard p,
.benefitscard p {
  margin-top: 8px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 0px;
  line-height: 16px;
  font-size: 14px;
}
.costcard .title {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "MyriadWebProBold";
  background-color: #79C842;
  line-height: 30px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius:0px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 0;
}
.routinescard .title {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "MyriadWebProBold";
  background-color: #FF921D ;
  line-height: 30px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius:0px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 0;
}
.benefitscard .title {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "MyriadWebProBold";
  background-color: #3EA8F4;
  line-height: 30px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius:0px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 0;
}
.effectscard .title {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "MyriadWebProBold";
  background-color: #8E3A92 ;
  line-height: 30px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius:0px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 0;
}
.title span {
  font-size: 16px !important;
  cursor: pointer;
  display: block;
  margin: auto;
  width: 170px;
}
.effectscard p {
  font-size: 14px;
  color: #333333;
  font-family: "MyriadWebPro";
  margin-bottom: 0;
  margin-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
  line-height: 16px;
}
.effectscard p span.big {
  font-size: 16px;
}
.effectscard b {
  font-size: 15px;
  /*font-family: "MyriadWebProBold";
  color: #333333;
  line-height: 14px;*/
}
.effectscard span {
  font-size: 12px;
}
.costcard b,
.routinescard b,
.effectscard b,
.benefitscard b {
  font-family: "MyriadWebProBold";
  font-weight: normal !important;
}
#closecost,
#closeroutine,
#closebenefits,
#closeeffects {
  /*float: right;
  margin-top: 2px;*/
  position: absolute;
  top: 2px;
  right: 6px;
  cursor: pointer;
  display: none;
}
#costcard div,
#routinescard div,
#benefitscard div,
#sideeffects div {
  display: none;
}
.calc_tooltip {
  background-image: url(../images/calc_tooltip.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 121px;
  height: 21px;
  padding-left: 5px;
  padding-top: 7px;
  line-height: 14px;
  position: absolute;
  top: 36px;
  left: 19px;
}
.calc_tooltip h3 {
  font-size: 16px;
  font-family: "MyriadWebPro";
  color: #FFFFFF;
  font-weight: normal;
  margin: 0;
  text-align: left;
}
.calc_tooltip h3 span {
  font-family: "MyriadWebProBold";
  font-size: 16px;
}
.issues_tooltip {
  background-image: url(../images/issues_tooltip.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 104px;
  height: 21px;
  padding-left: 5px;
  padding-top: 7px;
  line-height: 14px;
  position: absolute;
  top: 36px;
  left: 257px;
  display: none;
}
.issues_tooltip h3 {
  font-size: 16px;
  font-family: "MyriadWebPro";
  color: #FFFFFF;
  font-weight: normal;
  margin: 0;
  text-align: left;
}
.issues_tooltip h3 span {
  font-family: "MyriadWebProBold";
  font-size: 16px;
}
.int_tooltip {
  background-image: url(../images/int_tooltip.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 152px;
  height: 21px;
  padding-left: 5px;
  padding-top: 7px;
  line-height: 14px;
  position: absolute;
  top: 36px;
  left: 139px;
  display: none;
}
.int_tooltip h3 {
  font-size: 16px;
  font-family: "MyriadWebPro";
  color: #FFFFFF;
  font-weight: normal;
  margin: 0;
  text-align: left;
}
.int_tooltip h3 span {
  font-family: "MyriadWebProBold";
  font-size: 16px;
}
.blink {
  -webkit-animation: blinkshadow 5s infinite;
  -moz-animation: blinkshadow 5s infinite;
  -ms-animation: blinkshadow 5s infinite;
  -o-animation: blinkshadow 5s infinite;
}
@-webkit-keyframes blinkshadow
{
  from 
  {
    box-shadow: 0 0 0 3px #DB6F6F;
    -webkit-animation-timing-function:	ease-in;
  } 
  25% 
  {
    box-shadow: 0 0 0 3px transparent;
    -webkit-animation-timing-function:	ease-in;
  } 
  50% 
  {
    box-shadow: 0 0 0 3px #DB6F6F;
    -webkit-animation-timing-function:	ease-in;
  } 
  75% 
  {
    box-shadow: 0 0 0 3px transparent;
    -webkit-animation-timing-function:	ease-in;
  } 
  to 
  {
    box-shadow: 0 0 0 3px #DB6F6F;
    -webkit-animation-timing-function:	ease-in;
  } 
}

@-moz-keyframes blinkshadow
{
  from 
  {
    box-shadow: 0 0 0 3px #DB6F6F;
    -moz-animation-timing-function:	ease-in;
  } 
  25% 
  {
    box-shadow: 0 0 0 3px transparent;
    -moz-animation-timing-function:	ease-in;
  } 
  50% 
  {
    box-shadow: 0 0 0 3px #DB6F6F;
    -moz-animation-timing-function:	ease-in;
  } 
  75% 
  {
    box-shadow: 0 0 0 3px transparent;
    -moz-animation-timing-function:	ease-in;
  } 
  to 
  {
    box-shadow: 0 0 0 3px #DB6F6F;
    -moz-animation-timing-function:	ease-in;
  } 
}

@-ms-keyframes blinkshadow
{
  from 
  {
    box-shadow: 0 0 0 3px #DB6F6F;
    -ms-animation-timing-function:	ease-in;
  } 
  25% 
  {
    box-shadow: 0 0 0 3px transparent;
    -ms-animation-timing-function:	ease-in;
  } 
  50% 
  {
    box-shadow: 0 0 0 3px #DB6F6F;
    -ms-animation-timing-function:	ease-in;
  } 
  75% 
  {
    box-shadow: 0 0 0 3px transparent;
    -ms-animation-timing-function:	ease-in;
  } 
  to 
  {
    box-shadow: 0 0 0 3px #DB6F6F;
    -ms-animation-timing-function:	ease-in;
  } 
}

@-o-keyframes blinkshadow
{
  from 
  {
    box-shadow: 0 0 0 3px #DB6F6F;
    -o-animation-timing-function:	ease-in;
  } 
  25% 
  {
    box-shadow: 0 0 0 3px transparent;
    -o-animation-timing-function:	ease-in;
  } 
  50% 
  {
    box-shadow: 0 0 0 3px #DB6F6F;
    -o-animation-timing-function:	ease-in;
  } 
  75% 
  {
    box-shadow: 0 0 0 3px transparent;
    -o-animation-timing-function:	ease-in;
  } 
  to 
  {
    box-shadow: 0 0 0 3px #DB6F6F;
    -o-animation-timing-function:	ease-in;
  } 
}
.row label {
  color: #333333;
  float: left;
  font-family: "MyriadWebPro";
  font-size: 12px;
  line-height: 16px;
  margin-right: 8px;
  text-align: right;
  width: 116px;
  margin-top: 2px;
}
.row label.crf {
  width: 186px;
}
.row span {
  float: left;
  line-height: 22px;
  margin: 0;
}
.row input.text {
  border: 1px solid #A5A6A7;
  border-radius: 3px 3px 3px 3px;
  color: #333333;
  font-family: Arial;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  margin-right: 4px;
  text-align: center;
  width: 67px;
  margin-top: 2px;
  -webkit-appearance: none;
}
.row input {
  float: left;
}
.row span label {
  width: 10px;
}
.row span br {
  display: none;
}
.row {
  position: relative;
  height: 22px;
  margin-top: 4px;
}
.crfrow {
  /*margin: 0;*/
}
.btn2 {
  background-image: url(../images/btn2.png);
  background-repeat: repeat-x;
  background-position: center center;
  width: 72px;
  height: 20px;
  border: 1px solid #898989;
  color: #575757;
  font-size: 12px;
  font-family: "MyriadWebPro";
  border-radius: 9px;
  margin-right: 13px;
  cursor: pointer;
}
.btn2:hover {
  background-image: url(../images/btn2_over2.png);
}
.btn2.focus {
  background-image: url(../images/btn2_over.png);
  border: 1px solid #003C95;
  color: #F1F4F5;
}
.bmdbtn {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-right: 0;
}
.bmibtn {
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
hr {
  height: 2px;
  background-color: #8D8D8D;
  border-bottom: 1px solid #FFFFFF;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 9px;
  margin-right: 9px;
  width: 310px;
}
.close_tab {
  position: absolute;
  right: 1px;
  top: 0;
  cursor: pointer;
}
.redcrf1,
.redcrf2,
.redcrf3,
.redcrf4,
.redcrf5,
.redcrf6,
.redage,
.redage2,
.redfem,
.redfem2,
.redfraxosteo,
.redfraxosteo2,
.redfraxhip,
.redfraxhip2 {
  display: none;
  padding-top: 3px;
}
.redgender {
  display: none;
  padding-top: 8px;
  padding-left: 4px;
}
.redpop {
  display: none;
  padding-top: 3px;
  position: absolute;
  top: 0;
  left: 240px;
}
.redweight,
.redweight2,
.redweight3,
.redheight,
.redheight2,
.redheight3,
.redbmi {
  display: none;
  padding-top: 3px;
}
.risk_col1 div.blue,
.risk_col2 div.blue {
  color: #009ACD;
  color: rgba(0,154,205, 0.8);
  font-family: "MyriadWebProBold";
  font-size: 50px;
  width: 102px !important;
  float: left;
  line-height: 32px;
  margin-top: 6px;
  text-shadow: 1px 4px 6px #fff, 0 0 0 #000, 1px 4px 6px #fff;
}
.risk_slider1 div.blue,
.risk_slider2 div.blue {
  color: #009ACD;
  color: rgba(0,154,205, 0.8);
  font-family: "MyriadWebProBold";
  font-size: 30px;
  width: 79px !important;
  float: left;
  line-height: 26px;
  text-shadow: 1px 4px 6px #fff, 0 0 0 #000, 1px 4px 6px #fff;
}
.risk_col1 div.blue span,
.risk_col2 div.blue span {
  color: #333333;
  font-family: "MyriadWebPro";
  font-size: 16px;
  float: none;
  clear: both;
  line-height: 16px;
  text-shadow: none;
}
.risk_slider1 div.blue span,
.risk_slider2 div.blue span {
  color: #333333;
  font-family: "MyriadWebPro";
  font-size: 10px;
  float: none;
  clear: both;
  line-height: 13px;
  text-shadow: none;
}
.risk_col1 div.purple,
.risk_col2 div.purple {
  color: #9441CA;
  color: rgba(148,65,202, 0.8);
  font-family: "MyriadWebProBold";
  font-size: 50px;
  width: 106px !important;
  float: right;
  line-height: 32px;
  margin-top: 6px;
  text-shadow: 1px 4px 6px #fff, 0 0 0 #000, 1px 4px 6px #fff;
  margin-right: -46px;
}
.risk_slider1 div.purple,
.risk_slider2 div.purple {
  color: #9441CA;
  color: rgba(148,65,202, 0.8);
  font-family: "MyriadWebProBold";
  font-size: 30px;
  width: 68px !important;
  float: right;
  line-height: 26px;
  text-shadow: 1px 4px 6px #fff, 0 0 0 #000, 1px 4px 6px #fff;
}
.risk_col1 div.purple span,
.risk_col2 div.purple span {
  color: #333333;
  font-family: "MyriadWebPro";
  font-size: 16px;
  float: none;
  clear: both;
  line-height: 16px;
  text-shadow: none;
}
.risk_slider1 div.purple span,
.risk_slider2 div.purple span {
  color: #333333;
  font-family: "MyriadWebPro";
  font-size: 10px;
  float: none;
  clear: both;
  line-height: 13px;
  text-shadow: none;
}
.risk_col2 div.yellow {
  color: #FF8800;
  color: rgba(255,136,0, 0.8);
  font-family: "MyriadWebProBold";
  font-size: 50px;
  width: 114px !important;
  float: left;
  line-height: 32px;
  margin-top: 6px;
  text-shadow: 1px 4px 6px #fff, 0 0 0 #000, 1px 4px 6px #fff;
  margin-right: -46px;
  margin-left: 50px;
}
.risk_slider2 div.yellow {
  color: #FF8800;
  color: rgba(255,136,0, 0.8);
  font-family: "MyriadWebProBold";
  font-size: 30px;
  width: 82px !important;
  float: left;
  line-height: 26px;
  text-shadow: 1px 4px 6px #fff, 0 0 0 #000, 1px 4px 6px #fff;
  margin-left: 20px;
}
.risk_col2 div.yellow span {
  color: #333333;
  font-family: "MyriadWebPro";
  font-size: 16px;
  float: none;
  clear: both;
  line-height: 16px;
  text-shadow: none;
}
.risk_slider2 div.yellow span {
  color: #333333;
  font-family: "MyriadWebPro";
  font-size: 10px;
  float: none;
  clear: both;
  line-height: 13px;
  text-shadow: none;
}
#selectpopulation {
  font-size: 12px;
}
#population {
  color: #333333;
  font-family: Arial;
  font-size: 12px;
  line-height: 14px;
}
.bio_note {
  font-size: 12px;
  font-family: Arial;
  color: #333333;
  margin-left: 33px;
  margin-right: 18px;
  margin-top: 18px;
}
.bio_note b {
  font-style: italic;
}
.type {
  height: 35px;
  padding-top: 5px;
  text-align: center;
}
.type .btn2 {
  margin-top: 0;
  float: none;
  width: 135px;
}
.type p {
  margin-bottom: 6px;
  margin-top: 16px;
  text-align: center;
}
.type p + .btn2 {
  margin-left: 86px;
}
.bmirow label,
.bmirow input.text {
  margin-top: 4px;
}
.bmirow input.text {
  margin-right: 16px;
}
.btn3 {
  background-image: url(../images/btn2.png);
  background-repeat: repeat-x;
  background-position: center center;
  width: 25px;
  height: 20px;
  border: 1px solid #898989;
  color: #575757;
  font-size: 12px;
  font-family: "MyriadWebPro";
  margin-top: 4px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-right: 0;
  padding: 0;
  text-align: center;
}
.btn3:hover {
  background-image: url(../images/btn2_over2.png);
  background-repeat: repeat-x;
  background-position: center center;
  cursor: pointer;
  color: #575757;
  font-size: 12px;
  font-family: "MyriadWebPro";
}
.btn3.focus {
  background-image: url(../images/btn2_over.png);
  background-repeat: repeat-x;
  background-position: center center;
  cursor: pointer;
  color: #F1F4F5;
  font-size: 12px;
  font-family: "MyriadWebPro";
}
.btn3.big{
  width: 45px;
  margin-top: 0;
}
.bio_btn.btn3.big{
  margin-top: 5px;
}
.kgbtn,
.cmbtn {
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  margin-right: 0;
}
.redweight2,
.redweight,
.redweight3 {
  padding-top: 7px;
  padding-left: 5px;
  position: absolute;
  top: 0;
  left: 270px;
}
.redheight2,
.redheight,
.redheight3 {
  padding-top: 10px;
  padding-left: 5px;
  position: absolute;
  top: -2px;
  left: 270px;
}
.redbmi {
  padding-top: 10px;
  padding-left: 5px;
  position: absolute;
  top: -3px;
  left: 205px;
}
.popuprequired,
.popupoutofrange {
  background-image: url(../images/popup.png);
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 12px;
  font-family: "MyriadWebPro";
  color: #FFFFFF;
  text-align: left;
  line-height: 20px;
  padding-left: 24px;
  display: none;
  margin: 0;
  margin-left: 32px;
  margin-top: 4px;
  height: 20px;
}
.popupbmioutofrange {
  background-image: url(../images/popupbig.png);
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 12px;
  font-family: "MyriadWebPro";
  color: #FFFFFF;
  text-align: left;
  line-height: 16px;
  height: 36px;
  padding-left: 24px;
  display: none;
  margin: 0;
  margin-left: 32px;
  margin-top: 4px;
  margin-right: 27px;
}
#bmiresult[disabled="disabled"] {
  background-color: #DADADA;
}
input:-moz-placeholder, :-moz-placeholder, 
textarea:-moz-placeholder
{ 
  text-align:center; 
}

input::-webkit-input-placeholder, ::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{ 
  text-align:center; 
}
.sprite-button {
  background: url(../images/sprite-button.png) no-repeat;
  display: block;
}
#copyclipboard,
#copyclipboard2 {
  background-position: 0px 0px;
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
}

#copyclipboard.hover, #copyclipboard:hover,
#copyclipboard2.hover, #copyclipboard2:hover {
  background-position: -20px 0px;
}

#copyclipboard_container,
#copyclipboard_container2 {
  float: left;
  margin-top: 4px;
  margin-left: 24px;
  margin-bottom: 9px;
  width: 330px;
  position: relative;
}

#copy_feedback,
#copy_feedback2 {
  position: absolute;
  left: 27px;
  line-height: 20px;
  width: 200px;
  font-size: 12px;
  color: #696969;
  display: none;
}
.zclip {
  width: 30px !important;
}
.zclip embed {
  width: 30px !important;
}
.labeldocument {
  font-size: 16px;
  font-family: "MyriadWebProBold";
  color: #333333;
  width: 114px;
  text-align: center;
  background-color: #DBDBDB;
  border-radius: 4px;
  border: 2px solid #C2C2C2;
  border-top: 0;
  border-left: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
  position: absolute;
  top: 0px;
  left: 498px;
  z-index: 50;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  line-height: 30px;
  margin: 0;
  cursor: pointer;
}
.documentdiv {
  height: 276px;
  width: 296px;
  position: absolute;
  top: -278px;
  left: 498px;
  z-index: 50;
  background-color: #DBDBDB;
  border: 1px solid #C2C2C2;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-top: none;
}
.documentdiv span {
  font-size: 12px;
  font-family: "MyriadWebPro";
  color: #333333;
  text-align: center;
  display: block;
  margin: auto;
  margin-bottom: 12px;
  margin-top: 16px;
}
.inactive {
  color: #999999;
}
.documentdiv p {
  color: #333333;
  font-family: "MyriadWebPro";
  font-size: 12px;
  padding: 0 20px;
  margin: 0;
}
span#osteo_risk,
span#fem_risk {
  color: #333333;
  font-family: "MyriadWebPro";
  font-size: 12px;
  display: inline;
  font-weight: bold;
}
.slider_outer_outer {
  width: 72px;
  height: 21px;
  overflow: hidden;
  float: left;
  position: relative;
  border-radius: 4px;
}
.slider_outer {
  /*background-image: url(../images/slider.png);
  background-repeat: no-repeat;
  background-position: top left;*/
  width: 145px;
  height: 20px;
  float: left;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -37px;
}
.slider_outer_outer2 {
  width: 100px;
  height: 21px;
  overflow: hidden;
  float: left;
  position: relative;
  border-radius: 4px;
  position: absolute;
  top: 51px;
  left: 309px;
  display: none;
}
.slider_outer2 {
  /*background-image: url(../images/slider.png);
  background-repeat: no-repeat;
  background-position: top left;*/
  width: 200px;
  height: 20px;
  float: left;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -50px;
}
#slider1,
#slider2,
#slider3,
#slider4,
#slider5,
#slider6,
#slider9{
  width: 72px;
  height: 20px;
  overflow: hidden;
}
#slider8 {
  width: 72px;
  height: 20px;
  overflow: hidden;
}
.ui-slider-handle {
  width: 38px !important;
  height: 20px !important;
  background-color: transparent !important;
  background-image: url(../images/drag.png) !important;
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  top: 0 !important;
  margin-left: 0 !important;
  cursor: pointer;
}
.mbtn {
  border-right: none;
}
.fbtn {
  border-radius: 0 2px 2px 0;
}
#slider1.ui-draggable,
#slider2.ui-draggable,
#slider3.ui-draggable,
#slider4.ui-draggable,
#slider5.ui-draggable,
#slider6.ui-draggable,
#slider9.ui-draggable {
  background-image: url(../images/slider2.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 109px !important;
  height: 20px;
}
#slider8.ui-draggable {
  background-image: url(../images/slider3.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 150px !important;
  height: 20px;
  left: 50px;
}