
/* fracture div */
.FractureDiv{
  width: 1000px;
}
.fractureleftcol{
  width: 30%;
  float: left;
  border: 1px solid #343a40;
  height: 600px;
  background: #f1f1f1;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.fracturecentrecol{
  width:30%;
  float:left;
  border: 1px solid #343a40;
  height: 600px;
  background: #f1f1f1;
}
.fracturerightcol{
  width:40%;
  float:left;
  border: 1px solid #343a40;
  height: 600px;
  background: #f1f1f1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.skeltitlebar{
  width: 100%;
  height:30px;
  padding: 5px;
  background-color: #343a40;
  color: white;
}

.skeletontable{
  width:100%;
  height: 280px;
  padding:5px;
}

#container{
  min-width:900px;
  margin:auto;
}
.skeleton{
  width:200px;
  height:450px;
  float:left;
}
.skeleton img{
  margin:auto;
}
.humerus{
    height: 50px;
    width: 20px;
    position: absolute;
    top: 130px;
    z-index: 1;
    cursor: pointer;
    left: 35px;
    border: 2px solid black;
    opacity: .6;
    border-radius: 5px;
}

.right{
left: 95px;
}
.show{display:block;}
.hide{display:none;}

.right1{
  margin-left: 85px;
}
.radius{
       height: 55px;
    width: 20px;
    position: absolute;
    top: 180px;
    z-index: 1;
    cursor: pointer;
    left: 20px;
    border: 2px solid black;
    opacity: .6;
    border-radius: 5px;
}
.boneselected{
  float:left;
}
.humerus:hover , .radius:hover , .femur:hover , .tibia:hover{
  border:2px solid;
  background-color: #a3a3a3;
  opacity:.8;
}



.femur{
        height: 75px;
    width: 25px;
    position: absolute;
    top: 205px;
    z-index: 1;
    cursor: pointer;
    left: 40px;
    border: 2px solid black;
    opacity: .6;
    border-radius: 5px;
}
.right2{
    margin-left: 40px;
  }
.tibia{
   height: 65px;
    width: 25px;
    position: absolute;
    top: 280px;
    z-index: 1;
    cursor: pointer;
    left: 35px;
    border: 2px solid black;
    opacity: .6;
    border-radius: 5px;
}
.right3{
  margin-left: 50px;
}
.boneselected img{
  float:left;
  z-index:1;
  position:absolute;
}
.epiphysistop{
 height: 30px;
    width: 80px;
    top: -245px;
    left: 5px;
    position: relative;
    margin-left: 30px;
    /* background-color: #b3ccd8; */
    border: 2px solid black;
    color: #286f90;
    border-radius: 5px;
    cursor: pointer;
    opacity: .6;
    z-index: 1;
}
.metaphysistop{
  height: 40px;
    width: 80px;
    top: -245px;
    left: 5px;
    position: relative;
    margin-left: 30px;
    /* background-color: #b3ccd8; */
    border: 2px solid black;
    color: #286f90;
    border-radius: 5px;
    cursor: pointer;
    opacity: .6;
    z-index: 1;
}
.diaphysis{
 height: 100px;
    width: 80px;
    top: -245px;
    left: 5px;
    position: relative;
    margin-left: 30px;
    /* background-color: #b3ccd8; */
    border: 2px solid black;
    color: #286f90;
    border-radius: 5px;
    cursor: pointer;
    opacity: .6;
    z-index: 1;
}
.metaphysisbot{
  height: 40px;
    width: 80px;
    top: -245px;
    left: 5px;
    position: relative;
    margin-left: 30px;
    /* background-color: #b3ccd8; */
    border: 2px solid black;
    color: #286f90;
    border-radius: 5px;
    cursor: pointer;
    opacity: .6;
    z-index: 1;
}
.epiphysisbot{
      height: 30px;
    width: 80px;
    top: -245px;
    left: 5px;
    position: relative;
    margin-left: 30px;
    /* background-color: #b3ccd8; */
    border: 2px solid black;
    color: #286f90;
    border-radius: 5px;
    cursor: pointer;
    opacity: .6;
    z-index: 1;
}
.desc{
  float:right;
  line-height:30px;
  font-family: Calibri,geneva,sans-serif;
  margin-right:10px;
}
.epiphysisbot:hover , .epiphysistop:hover , .metaphysisbot:hover , .metaphysistop:hover , .diaphysis:hover {
  background-color:#263049;
  color:white;
}
.code{
  margin-top: -245px;
    position: absolute;
    font-size: 20px;
}
#code1 , #code2 , #code3 , #code4 , #code5 , #code12 , #code22 , #code32 , #code42 , #code52 , #code13 , #code23 , #code33 , #code43 , #code53 , #code14 , #code24 , #code34 , #code44 , #code54 {
  font-size:12px;
}
#code{
  color:red;
}
/* colist first */
.collistfirst{
  width:100%;
  float: left;
  height: 140px;
  border-top: 1px solid black;
  padding: 10px;
  border-bottom: 1px solid white;
  cursor: pointer;
}
.collistfirst:after{
  content: "";
  display: table;
  clear: both;
}

/* 3 column */
.collist{
  width:100%;
  float: left;
  height: 140px;
  padding: 10px;
  border-bottom: 1px solid white;
  cursor: pointer;
}




.collist:hover{
  background-color: #343a40;
  color:white;
}

.collistfirst:hover{
  background-color: #343a40;
  color:white;
}
.collist:after{
  content: "";
  display: table;
  clear: both;
}

/* 4 column */
.collist2{
  width: 25%;
  float: left;
  height: 100px;
  padding: 20px;
}
.collist2:after{
  content: "";
  display: table;
  clear: both;
}

/* 2 column */
.colduel{
  width: 50%;
  float: left;
  height: 100px;
  padding: 20px;
}
.colduel:after{
  content: "";
  display: table;
  clear: both;
}

.boxsk{
  padding:20px;
  height: 0px;
  position:absolute;
}





.btnRotate {padding: 5px 10px;background-color: #09F;border: 0;color: #FFF;cursor: pointer;}

.show {display:block;}

#myInput {
    border-box: box-sizing;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #343a40;
    min-width: 230px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;

}

.dropdown a:hover {color:Black;}

.show {display:block;}

.bonebtn{
  width: 80px;
  height: 80px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-top: 5px;

  }

.frecbone1{
  width: 70px;
height: 70px;
margin-left: 0px;
position: absolute;
border-radius: 10px;
border: 1px solid #286f90;
}

.skeltbl{
  width: 100%;
  padding: 3px;
  border-bottom: 1px solid #343a40;
  color: #343a40;

}



.radiobtn{
  margin-left: 0px;
}

.tisu1{
  width: 85px;
  height: 85px;
margin-left: 5px;
position: absolute;
border-radius: 10px;
}
s
.fracturepart{
  float: left;
    width: 440px;
    color: white;
      background-color: #343a40;
      padding-left: 5px;
}

.rightside{
  width: 28%;
/* height: 300px; */
float: left;
padding-left: 50px;
padding-right: 50px;
position: absolute;
font-size: 40px;
text-align: left;
}
.leftside{
  width: 28%;
  font-size: 40px;
  float: left;
  /* padding: 50px; */
  padding-left: 50px;
  padding-right: 50px;
  position: absolute;
  text-align: right;
}

.nextfracturebutton{
  background-color: black;
border: #343a40;
height: 50px;
width: 80px;
color: white;
cursor: pointer;
border-radius: 3px;
margin-left: 90%;
}

.rotateimagebox{
  width: 100%;
  float: left;
}

.leftb{
  width: 50%;
  height: 350px;
  padding-top: 30px;
}

.rightb{
  width: 50%;
  height: 300px;
}

.radiobonepart{

	margin-top: 35px;
}

#codedisplay1, #codedisplay2, #codedisplay3, #codedisplay4,
#codedisplay5,#codedisplay6,#codedisplay7,#codedisplay8,#codedisplay9,#codedisplay10,#codedisplay11,#codedisplay12,
#codedisplay13,#codedisplay14,#codedisplay15,#codedisplay16,#codedisplay17,#codedisplay18,#codedisplay19,
#codedisplay20{
  height: 350px;
  position: relative;
  border-radius: 5px;
  overflow-y: auto;
  overflow-x: hidden;
}

.bonepara{
  text-align: center;
  margin-top: -15px;
  font-size: 12px;
}


	.selected{
		background-color: black;
	}
  .rowbone{
  width: 100% !important;
}


.error {color: #FF0000;}



/* rotating image part */
.rotateimg{
  width: 100px;
  height: 100px;
}
.rotatingimg{
  width: 100px;
  height: 200px;
  margin-top: -100px;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close2 {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close2:hover,
.close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    /* padding: 2px 16px; */
    background-color: #343a40;
    color: white;
}

.modal-body {padding: 2px 16px;
overflow-y: auto;
height: 350px;
font-size: 12px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #343a40;
    color: white;
}

.label-bone-cm{
height: 90px;
width: 20px;
border-right: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
position: absolute;
top: 10px;
left: 80px;
}

