@font-face {
    font-family: 'Marutham';
    src: url('TAU-Marutham.eot');
    src: url('TAU-Marutham.eot?#iefix') format('embedded-opentype'),
        
         url('TAU-Marutham.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


#butn,#cls{
background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 10px;
 
  color: #ffffff;
  font-size: 15px;
  padding: 13px 15px 9px 11px;
  text-decoration: none;
}

#cls:hover ,  #butn:hover{
 background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.close {
    background-color: rgba(0, 0, 0, 0.8);
    height: 25px;
    
    position: absolute;
    right: 0;
  
    text-decoration: none;
   
    width: 25px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
	padding:10px;
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
    background-color: rgba(64, 128, 128, 0.8);
}
.panel a#login_pop, .panel a#join_pop {
  
    color: #fff;
    display: block;
    float: right;
    margin-right: 10px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 1px 1px #000;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
   
    display: inline-block;
    left: 50%;
    opacity: 0;
   
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 10;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.popup p, .popup div {
    margin-bottom: 10px;
}
.popup label {
    display: inline-block;
    text-align: left;
	
}
.popup input[type="text"], .popup input[type="email"]{
  border: 1px solid;
    border-color: #999 #ccc #ccc;
    margin: 0;
	box-shadow: 0 0 2px 2px #6DB4FB; 
    margin-padding: 7px;
width:180px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.popup input[type="text"]:hover, .popup input[type="email"]:hover {
    border-color: #555 #888 #888;
}	
#tree-container{
-moz-padding-start: 140px;
-webkit-padding-start: 140px;
-khtml-padding-start: 140px;
-o-padding-start: 140px;
padding-start: 140px;
padding-left:120px;
}
div#tooltip {
	cursor:pointer;
	text-align: center;
	width:auto;
	margin-top: -5px; 
	position: absolute;	
	display:inline-block;	
	font: 13px sans-serif;		
	background: orange;	
	border-radius: 8px;
	max-width:150 px;
	
	padding-left: 5px;
	padding-right: 5px;
	pointer-events: none;		
	
}

.node circle {
    fill: #DEEEFE;
    stroke: steelblue;
    stroke-width: 1.5px;
}
.node text {
    font: sans-serif;
	text-align: center;
}
.link {
    fill: none;   
} 

#buttn,#buttn1,#update
{
    -moz-box-shadow:inset 0px 1px 0px 0px #fbafe3;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fbafe3;
    box-shadow:inset 0px 1px 0px 0px #fbafe3;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d) );
    background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
    background-color:#ff5bb0;
	margin-left:40%;
    border-radius:9px;
    -webkit-border-radius:9px;
    -moz-border-border-radius:9px;
    border:1px solid #ee1eb5;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height: 25px;
    line-height: 20px;
    width:50px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #c70067;
}
#load{
	position:absolute;
	margin-bottom:30%;
	margin-left: 30%;
	margin-right: 10%;

}
#update{
	margin-left: 2%;
	border-radius:15px;
	padding:1px;
	width:50px;
   
}
#myTable1, #myTr1,#myTr {
	   border: 1px solid #6DB4FB; 
	font-weight:bold;
    background-color:#6495ED;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
#myTable1
{
	border-radius:9px;
	position:absolute;
	top:30%;
	left:40%; 
    margin:auto;
}
a{
	
	color:blue;
    font-weight:bold;
}
#keyy{
    margin-left: 1%;
}
 
ul.ui-autocomplete {
    border-radius:15px;
}
.ui-autocomplete{
	height:300px;
	position:absolute;
	overflow-x:hidden;
	overflow-y:scroll;
	max-height:100 px;
	padding-right:20 px;
}
#editor { 

 background: white; 
    border: 1px solid #6DB4FB; 
    border-radius: 5px; 
    box-shadow: 0 0 2px 2px #6DB4FB; 
    color: #666; 
    outline: #6DB4FB; 
    height:20px; 
    width: 190px; 
  } 
@supports (-ms-ime-align:auto) 
{
.node text {
    font-size: 120%;
}

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) 
{
.node text {
   font-size: 120%;
}

#mugappu{
 margin-left:23%;
}

#editor{
margin-left:200px;
}
div#tooltip {
	cursor:pointer;
	text-align: center;
	width:auto;
	
	padding:5px 0;
	font-family:Latha;
	
	font: 14px sans-serif;		
	background: orange;	
	
	
	
	pointer-events: none;			
}
#load{
	
	
	margin-left: 30%;
	margin-right: 10%;

}
}
.line{
  color:black;
 }

@-moz-document url-prefix() 
{
#editor { 
margin-left:160px;
	
}
}