.eachSection{
    font-weight: bold;
}
.listiems{
	display:list-item;
}

#parts {
	font-size: 12px;
}

.eachAppenderLabel {
	display:inline;
	font-weight:200;
}

#navBarForRegions {
	margin-bottom:5px;
}

.parts {
	font-size: 12px;
}

#treeView{
	height:200px;
	overflow:scroll;
}

/*#instantClickResults{
	height:100px;
	overflow:scroll;
}*/

#searchKeyForTree{
	width:100%;
}

#macroSearchSection{
	border-style: solid;
    border-width: 3px;
	border-color: grey;
}

#searchKeyForMacros{
	width:100%;
}

#HistoryOfPatient{
	width:60%;
}

#macrosSearchDisplay {
	width: 10em;
}

#patientYearOfBirth {
	width: 10em;
}

#instantClicksSection {
	height:200px;
	overflow:scroll;
}

#treepositionview{
	height:200px;
	overflow:scroll;
}

#start_date {
	width:10em;
}

#macro{
	width: 5em;
}

#extn{
	width: 3em;
}

#cardiacSize{
	width: 3em;
}



#techniquesDropDown{
	width: 100%;
}

div.one {
    border-style: solid;
    border-width: 5px;
}
/*#findings{
border-style: dotted;
 height: 200px;
    
    background-color: powderblue;
	overflow:scroll;
}
#Newimpressions{
border-style: dotted;
 height: 200px;
   
    background-color: powderblue;
	overflow:scroll;
}*/
#one{
float:left;
 background-color: powderblue;
}
#three{
float:right;
 background-color: powderblue;
}
.text { font-family: 'Comic Sans MS';font-size:22pt; }
#patientYearOfBirth{
	
	width: 5em;
}


input[type=date]{
color: blue;
   opacity: 1;
}


/*login div css*/
.login {
    height: 250px;
	padding: 10px;
	width: auto;
    border-style: solid;
    border-color: #33ccff;
	border-width:5px;  
    border-style:outset;
}
#register {
    height: 370px;
	padding: 10px;
	width: auto;
    border-style: solid;
    border-color: #33ccff;
	border-width:5px;  
    border-style:outset;
}
#mod {
    height:750px;
	padding: 10px;
	width: auto;
    border-style: solid;
    border-color: #33ccff;
	border-width:5px;  
    border-style:outset;
}
:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}
::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}
input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}
input[type=password] {
  margin: 5px;
  padding: 0 10px;
  width: 100px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px; // Can we get this on WebKit please?
  @include box-shadow(inset 0 1px 3px rgba(black, .12));
  &:focus {
    border-color: #7dc9e2;
    outline-color: #dceefc;
    outline-offset: 0; // WebKit sets this to -1 by default
  }
}
input[type=submit1] {
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  @include box-sizing(content-box); // Firefox sets this to border-box by default
  @include linear-gradient(top, #edf5f8, #cde5ef);
  @include box-shadow(inset 0 1px white, 0 1px 2px rgba(black, .15));

  &:active {
    background: #cde5ef;
    border-color: #9eb9c2 #b3c0c8 #b4ccce;
    @include box-shadow(inset 0 0 3px rgba(black, .2));
  }
}
/*login div css*/
.buttonlog {background-color: #f44336;}
a{
	font-style: normal;
}
	
#luname{
	margin: 5px;
  padding: 0 10px;
  width: 100px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px; // Can we get this on WebKit please?
  @include box-shadow(inset 0 1px 3px rgba(black, .12));
  &:focus {
    border-color: #7dc9e2;
    outline-color: #dceefc;
    outline-offset: 0; // WebKit sets this to -1 by default
  }
}