@charset"utf-8";

html, body {
  background: #ffffff;
}

html, body, h4, h5, h6, p, input, textarea, select, form {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

img {
  border-style: none;
}

img.border {
  border: 1px solid #7ba142 
}

/* Container Styles */
.left {
  float: left;
  margin-right: 10px;
}
.right {
  float: right;
  margin-left: 10px;
}
.center {
  margin: 0px auto;
  text-align: center;
}

/* Self Styles */
.body-middle {
  background: #ffffff;
  padding: 20px;  
  width: auto;
  
}
.heading-bg {
  padding: 25px 20px;
  background: #7db9e8; /* Old browsers */
background: -moz-linear-gradient(top,  #7db9e8 0%, #1e5799 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7db9e8 0%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7db9e8 0%,#1e5799 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7db9e8 0%,#1e5799 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7db9e8 0%,#1e5799 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
  color: #ffffff;
-moz-border-radius-topleft: 15px;  
-moz-border-radius-topright: 15px;   
-webkit-border-top-right-radius: 15px;  
-webkit-border-top-left-radius: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
-khtml-border-radius-topright: 15px;
-khtml-border-radius-topleft: 15px;
}
.tooth-app {
  height: auto;
  overflow: hidden;
  background: #1E5799;
  padding-bottom: 30px;

-moz-border-radius-bottomleft: 15px;  
-moz-border-radius-bottomright: 15px;   
-webkit-border-bottom-right-radius: 15px;  
-webkit-border-bottom-left-radius: 15px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
-khtml-border-radius-bottomright: 15px;
-khtml-border-radius-bottomleft: 15px;
}
.tooth-app-viewer {
  position: relative;
  width: 96%;
  margin: 0px auto;
  border: 1px #ffffff solid;
  height: auto;
  overflow: hidden;
     -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.tooth-app-viewer img {
  max-width: 100%;
}
.left-con-bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  float: left;
  width: 30%;
  background: #0c4562;
       -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;

}
.right-con-bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  float: left;
  margin-left: 30%;
  width: 70%;
  background: #e4f2ff;
       -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;

}
.tooth-app .left-con {
  position: relative;
  top: 0px;
  bottom: 0px;
  float: left;
  width: 100%;
  background: #0c4562;
  overflow: hidden;
  height: auto;
       -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.tooth-app .right-con {
  position: relative;
  float: left;
  width: 100%;
  background: #e4f2ff;
       -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;

}
.left-viewer {
  padding: 10px;
  color: #ffffff;
  height: auto;
  overflow: hidden;
  max-width:250px;
  margin:auto auto;
  width:96%;
}
.right-viewer {
  padding: 20px 10px 10px;
}
/* Teeth set */
.tooth-set {
  margin: 15px auto;
  width: 100%;
  display:block;  
}
/* Tooth Link */
.organ {
  width: 100%;
  margin: 10px auto;
}
.organ-teeth {
  overflow: hidden;
  height: auto;
}
.tooth-links, .tooth-links2 {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: relative;
}
.tooth-links li, .tooth-links2 li {
  display: inline-block;
  margin-right: 5px;
  height: 55px;
  width: 55px;
  padding-top: 5px;
}
.tooth a {
  /*position: absolute;*/
  /*bottom: 0px;*/
  display: block;
  width: 45px;
  height: 45px;
  background: url('../images/tooth.png') top center no-repeat;
  text-align: center;
  padding: 5px 10px 0px 0px;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.tooth a:hover {
  /*bottom: 3px;*/
  text-decoration: none;
}

.tootho {
  position: absolute;
}
.tootho a {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: none;
  color: #000000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.tootho a:hover {
  color: #666666;
  text-decoration: none;
}
.tootho a.active {
  background: #000099;
  color: #ffffff;
}
.tooth-set #tooth0 {
  width: auto;
  height: auto;
  left: 100px;
  top: 207px;
  padding: 3px 10px;
  background: #aaaaaa;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.tooth-set #tooth0.active {
  background: #000099;
}
.tooth-set #tooth1 {
  left: 25px;
  top: 175px;
}
.tooth-set #tooth2 {
  left: 30px;
  top: 147px;
}
.tooth-set #tooth3 {
  left: 33px;
  top: 112px;
}
.tooth-set #tooth4 {
  left: 40px;
  top: 78px;
}
.tooth-set #tooth5 {
  left: 45px;
  top: 53px;
}
.tooth-set #tooth6 {
  left: 55px;
  top: 30px;
}
.tooth-set #tooth7 {
  left: 73px;
  top: 18px;
}
.tooth-set #tooth8 {
  left: 100px;
  top: 11px;
}
.tooth-set #tooth9 {
  left: 130px;
  top: 11px;
}
.tooth-set #tooth10 {
  left: 158px;
  top: 15px;
}
.tooth-set #tooth11 {
  left: 177px;
  top: 30px;
}
.tooth-set #tooth12 {
  left: 188px;
  top: 50px;
}
.tooth-set #tooth13 {
  left: 194px;
  top: 75px;
}
.tooth-set #tooth14 {
  left: 200px;
  top: 105px;
}
.tooth-set #tooth15 {
  left: 205px;
  top: 140px;
}
.tooth-set #tooth16 {
  left: 208px;
  top: 177px;
}
.tooth-set #tooth17 {
   left: 205px;
  top: 40px;
}
.tooth-set #tooth18 {
  left: 200px;
  top: 75px;
}
.tooth-set #tooth19 {
  left: 195px;
  top: 110px;
}
.tooth-set #tooth20 {
    left: 185px;
  top: 140px;
}
.tooth-set #tooth21 {
    left: 180px;
  top: 165px;
}
.tooth-set #tooth22 {
   left: 165px;
  top: 185px;
}
.tooth-set #tooth23 {
  left: 147px;
  top: 195px;
}
.tooth-set #tooth24 {
  left: 128px;
  top: 195px;
}
.tooth-set #tooth25 {
 left: 105px;
  top: 195px;
}
.tooth-set #tooth26 {
 left: 85px;
  top: 195px;
}
.tooth-set #tooth27 {
  left: 65px;
  top: 185px;
}
.tooth-set #tooth28 {
  left: 55px;
  top: 165px;
}
.tooth-set #tooth29 {
  left: 47px;
  top: 140px;
}
.tooth-set #tooth30 {
  left: 40px;
  top: 110px;
}
.tooth-set #tooth31 {
  left: 30px;
  top: 75px;
}
.tooth-set #tooth32 {
  left: 28px;
  top: 40px;
}
/* Page styles */
.home-page {
  padding-right: 20px;
}
.home-heading {
  margin-top: 55px;
  text-align: left;
  margin-bottom: 15px;
}
/* tooth-table */
.tooth-table {
  width: 100%;
  border: 0px;
  padding:5px;
}
.tooth-table .article-title{
  background: #454545;
  padding: 5px;
  color: #ffffff;
	 text-align:center;
	 font-weight:bold;
}
/*.tooth-table tr td{
  background: #9ed3f1;
  padding: 5px;
  text-align:center;
}*/
.tooth-table .article-text {
  background: #9ed3f1;
  padding: 5px;
  text-align:center;
}
.parts {
	display:inline-block;
  
  margin-right: 10px;
  min-height: 100px;
  text-align: center;
}

/* Select box */
.organ-select-box {
  display: block;
  height: auto;
  overflow: hidden;
  min-height: 30px;
}
select.organ {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select.organ {padding-right:18px}
}

label.organ-style {position:relative}
label.organ-style:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
label.organ-style:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}

/* Responsive */
@media all and (max-width: 899px) {
.left-con-bg {
  display: none;
}
.right-con-bg {
  display: none;
}
.tooth-app .left-con {
  float: none;
  width: 100%;
}
.tooth-app .right-con {
  float: none;
  width: 100%;
}
}
@media all and (max-width: 540px) {
  .tooth-app-viewer img{
    width: 100%;
  }
  }
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	.tooth-app-viewer {
  position: relative;
  width: 100%;
  margin: 0px auto;
  border: 1px #ffffff solid;
  height: auto;
  overflow: hidden;
}
/* Styles */
.body-middle {
  background: #ffffff;
  padding:0px;  
  width: auto;
}
.right-viewer {
  padding:5px;
}
}
 .article-text {
	display: none;
}