/* Setting Up Basic Styles */

html {
background-color: #424242;
font-family:Verdana, Arial, Tahoma, sans-serif, Courier;
color:#333;
font-size:12px;

}

#content ul{
	padding-left: 1px;
	margin: 1px;
	}
	
br {
   display: block;
   margin: 3px 0;
}

/* vamos a centrar el texto */
.center {
  text-align: center;
}

/* vamos a izquierda el texto */
.left {
  text-align: left;
}

/* vamos a derecha el texto */
.right {
  text-align: right;
}

/* vamos a justificado el texto */
.justify {
  text-align: justify;
}

#wrapper {
width:1140px;
margin:5 auto;
}

table {
width:100%;
border-radius: 25px; 
padding-right: 0;   
}

/* Here's for the top most links */

th {
padding:10px;
}

/* Next is our background for the title box, just save your image to the media folder, and put it's name and type in the box. */

#image {
border-left:0 solid #fff;
border-right:0 solid #fff;
border-bottom:0 solid #fff;
border-top:0;
background:url("https://i.imgur.com/RgecS81.png")bottom no-repeat;
border-radius: 25px;
height:150px;

}

#image span {
position:relative;
font-size:25px;
padding:10px;
font-family:Georgia, Times New Roman, serif;
}

/* Change the color of the link for your site title here */

#image a{
color:#eefd9f;
text-decoration:none;
font-style:italic;
font-weight:bold;
text-shadow: 0 1px 1px #000000;
}
#image a:hover {
color:#cfd8dc;
text-shadow: 0 1px 1px #d0d6e2;
}

/* Standard table cell definitions */

td {
background-color: #90a4ae;
    border-radius: 1px;
    border: 1px solid #90a4ae;
    padding: 20px; 
}

#personal_gardens td {background-color: #cbbb9a;border-radius: 10px;border: 0px solid #454D49;padding: 5px;}
#adopt td{
background: #567F95;
background-repeat: repeat-x;
background-position: center;
}
#level td{
background: #567F95;
border-radius: 15px;
border:2px solid #3c505c;
padding-right: 0;
padding: 0; 
width: 25%;
}
#adoptwind td{
background: #567F95;
border-radius: 15px;
border:2px solid #3c505c;
padding-right: 0;
padding: 0; 
width: 25%;
vertical-align: bottom;
}
#adoptearth td{
background: url("http://localhost/fantasyadopts/picuploads/Fortheeggearth.jpg");
background-repeat: repeat-x;
background-position: center;
color: brown;
}
#adoptsumm td{
background: url("http://localhost/fantasyadopts/picuploads/Fortheeggearth.jpg");
background-repeat: repeat-x;
background-position: center;
border-radius: 15px;
color: white;
width:25%;
}
#adopttable td{
border-radius: 1px;
border:1px solid #93b5b3;
width: 25%;
height: 300px;
padding-right: 0;
padding: 0; 
vertical-align: bottom;
background-color: #93b5b3;
}

#top10 th{
background: #567F95;
border-radius: 25px;
width:154px;
height:123px;
border:1px solid #fff;
}
#top10 td{
border-radius: 25px;
width:154px;
height:123px;
border:1px solid #454D49;
padding:5px;
}

#daycare td{
border-radius: 15px;
border:1px solid #3c505c;
background: #90a4ae;
width: 20%;
padding:5px;
}
#voters th{
background-color: #fff;
border:2px solid blue;
border-radius: 100px;

}
#voters td{
background-color: #fff;
border:2px solid blue;
border-radius: 25px;
}

/* Let's fix up your menu */

#menu {
width:210px;
background-color:#bbbbbb;
vertical-align:top;
}

#menu p{
margin:auto 5px;
padding:2px;
}

#menu h1 {
font-size: 13pt;
border-bottom: 3px solid #8bbabb;
margin:2px auto 3px 10px;
color: #8bbabb;
text-transform:capitalize;
}

#menu a {
margin:auto 1px;
display:inline-block;
padding: 0;
text-transform: uppercase;
font-size: 7.5pt;
letter-spacing: 1px;
}
		
#menu a:hover {
background-color:#297ca0;
border-bottom-color: #297ca0;
color: #fff;
}
	
#content {
vertical-align:top; 
}

#footer {
background: #90a4ae;
color: #E5F1EB;
border-radius: 1px;
font-size:12px;
text-align:center;
}

#content p {
width: 800px;
padding:1px;
margin:auto 10px;
}

#content h1 {
font-size: 16pt;
border-bottom: 1px solid #574f7d;
margin:1px;
color: #000;
}

a{
text-decoration:none;
color:#0E1717;
}
a:hover {
color:#333;
}

.speechbubble {
position: relative;
padding: 15px;
text-align: center;
background: #fbf9f9;
border: #000000 solid 1px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
font-family: "Courier New";
}

.speechbubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #fbf9f9 transparent transparent transparent;
    bottom: -20px;
    left: 77%;
    margin-left: -10px;
}

.speechbubble:before {
content: '';
position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #000000 transparent;
display: block;
width: 0;
z-index: 1;
    bottom: -21px;
    left: 77%;
    margin-left: -10px;

}
.floatedTable {
float:left;
}
.inlineTable {
display: inline-block;
}
.img-circle {
border-radius: 25px;
}
.tiTable {width:100%;background: #567F95;border-radius: 25px 25px 0 0;padding-right: 0;}
.wiTable {width:100%;background: #567F95;border-radius: 0 0 25px 25px;padding-right: 0;}
.wiTable td {width: 50%;border-radius: 0 0 25px 25px;} 
.piTable {width:100%;background: #567F95;border-radius: 0 0 0 0;padding-right: 0;}
.piTable td {width: 50%;border-radius: 0 0 0 0;} 

.adoptimg{  
margin-top: 100px;
margin-left: 0;
float: center;
}
.sc_back_img{  
width: 50px;
margin-left: 100px;
float: left;                  
}
.s_top {
overflow:hidden;
display: block;
}
.sc_npc_text{ 
color: white;
float: left;
height: 80px;
padding: 10px;
width: 200px;
margin-top: 100px;
margin-left: 0;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
overflow: auto;
}
.sc_item {
display: inline-table;
text-align: center;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size: 14px;
margin-top:10px;
width: 100px;
}
.sc_itemback {
display: inline-table;
padding: 10px;
text-align: center;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size: 14px;
margin-bottom: 5px;                
}
.sc_bg_img{  
width: 50px;
margin-left: 100px;
float: left;                                    
}
.sc_bgex_img{  
width: 50px;
 margin-left: 103px;
float: left;                  
}
.sc_npcmr_img{  
margin-top: 90px;
margin-left: 50px;
width: 25%;
float: left;
}  
.sc_npcf_img{  
margin-top: 130px;
margin-left: 50px;
width: 50%;
float: left;
}
.sc_npclf_img{  
margin-top: 50px;
margin-left: 80px;
width: 50%;
float: left;
}
.sc_npcmf_img{  
margin-top: 80px;
margin-left: 50px;
width: 50%;
float: left;
}
.sc_bgcham_img{  
width: 50px;
margin-left: 100px;
float: left;                  
}
.sc_npccham_img{  
margin-top: 0;
margin-left: 140px;
width: 25%;
float: left;
}
.sc_egg_img{  
margin-bottom: 90px;
margin-left: 210px;
width: 50%;
float: center;
}
.sc_adopt{
display: inline-table;
padding: 5px;
text-align: center;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size: 14px;
margin-bottom: 3px;
}
.sc_archi {
display: inline-table;
padding: 5px;
text-align: center;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size: 14px;
margin-bottom: 3px;
}
.s_panely {
border-radius: 2px;

}
.s_lockedpanel {
border-radius: 2px;
border: 1px solid #000000;
background-color: #898989;  
}
.sc_map {
display: inline-table;
padding: 10px;
text-align: center;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size: 14px;
margin-bottom: 5px;                
}
.s_panel {
border-radius: 15px;
border: 0 solid #A9A9F5;
background-image:url('/picuploads/cuadrod.png');  
}
.imTable { width:100%;border-radius:1px;padding-right:0;border-collapse:collapse; }
.imTable th { border:0 solid #543210;color:#000;}
.imTable td { border-radius:1;border:0 solid #E5F1EB;padding:5px;  }
.imTable background { border-radius:1;border:0 solid #E5F1EB;padding:5px;  }

.maTable { width:100%;background:#cbbb9a;border-radius:1px;padding-right:0;border-collapse:collapse; }
.maTable th { border:0 solid #543210;color:#000;}
.maTable td { width:25%;border-radius:1;border:0 solid #E5F1EB;padding:5px;  }
.maTable background { border-radius:1;border:0 solid #E5F1EB;padding:5px;  }

.linTable { width:100%;background:#cbbb9a;border-radius:1px;padding-right:0;border-collapse:collapse; }
.linTable th { border:0 solid #543210;color:#000;}
.linTable td { width:20%;border-radius:1;border:0 solid #E5F1EB;padding:5px;  }
.linTable background { border-radius:1;border:0 solid #E5F1EB;padding:5px;  }

.lonTable { width:100%;background:#cbbb9a;border-radius:25px;padding-right:0;border-collapse:collapse; }
.lonTable th { border:0 solid #543210;color:#000;}
.lonTable td { width:10%;border-radius:1px;border:0 solid #E5F1EB;padding:0px;  }
.lonTable background { border-radius:1;border:0 solid #E5F1EB;padding:5px;  }

.niTable { width:100%;border-radius:1px;padding-right:0;border-collapse:collapse; }
.niTable th { border:0 solid #543210;color:#000;}
.niTable td { border-radius:1px;border:0 solid #E5F1EB;padding:5px;  }
.niTable background { border-radius:1;border:0 solid #E5F1EB;padding:5px;  }

.alert {
    border-radius: 25px;
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}
.success {background-color: #4CAF50;}
.info {background-color: #2196F3;}
.warning {background-color: #ff9800;}
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.closebtn:hover {
    color: black;
}
.buttons {
text-transform: uppercase;
font-size: 7.5pt;
letter-spacing: 1px;
cursor: pointer;
}
.buttons:hover {
background-color: #E6EAEA
   }
.buttons:active {
  background-color: #CBD0D0;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
   }
.button {
   border-top: 1px solid #4fb2f0;
   background: #27292b;
   background: -webkit-gradient(linear, left top, left bottom, from(#5ba7d9), to(#27292b));
   background: -webkit-linear-gradient(top, #5ba7d9, #27292b);
   background: -moz-linear-gradient(top, #5ba7d9, #27292b);
   background: -ms-linear-gradient(top, #5ba7d9, #27292b);
   background: -o-linear-gradient(top, #5ba7d9, #27292b);
   padding: 5px 10px;
   -webkit-border-radius: 22px;
   -moz-border-radius: 22px;
   border-radius: 22px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   display: inline-block;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.button1{
    display:block;
    width: 150px;
}
.button2{
height: 115px;
width: 100px;
}
.button3{
height: 30px;
}
.disabled {
    opacity: 0.6;
    pointer-events: none;
}
.side {
   display:inline-block;
}
.progress-bar {
  background-image:url(/backgrounds/progressbar2.png);
  text-align: center;
  border: 0;
  height: 22px;
  width: 100px;
  border-radius: 9px;
  position: relative;
  display: block;
}
  
.progress-bar > span {
background: #27b700; /* Old browsers */
background: -ms-linear-gradient(left,  #ff3232 0%, #ffff28 50%, #27b700 100%); 
background:  -webkit-gradient(left,  #ff3232 0%, #ffff28 50%, #27b700 100%);
background:  -o-linear-gradient(left,  #ff3232 0%, #ffff28 50%, #27b700 100%);
background: -moz-linear-gradient(left,  #ff3232 0%, #ffff28 50%, #27b700 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ff3232 0%,#ffff28 50%,#27b700 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(right,  #ff3232 0%,#ffff28 50%,#27b700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#27b700',GradientType=1 ); /* IE6-9 */
  border-width: 1px;
  border-style: solid;
  border-color: gray;
  margin-top:5px;
  height: 47%;
  border-radius: 9px;
  float:left;
  max-width:98px;
}

.collapsible {
  background-color: #567F95;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 200px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-radius:25px;
}

.active, .collapsible:hover {
  background-color: #90a4ae;
}

.collapser h3 {
    position: relative;
    margin:10px 0;
    font-size:22px;
    font-weight: bold;
}

.collapser table {
    border-collapse: collapse;
}
.collapser th {
    text-align: left;
}
.collapser td {
    width:200px;
    border:1px solid #ccc;
    padding:3px 5px;
}
.collapser td.index {
    width:50px;
}
.collapser h3::before {
    content: " ⇢ ";
    font-size:20px;
    font-weight: bold;
    left:-20px;
    top:0px;
}

.collapser h3.active::before {
    content: " ⇣ ";
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}
.tab {
  overflow: hidden;
  border: 1px solid #90a4ae;
  background-color: #90a4ae;
  font-family: Courier;
}

/* Style the buttons inside the tab */
.tab button1 {
  width: 32.1%;
  padding: 5px;
  background-color: #567F95;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  color: white;
  border-radius: 25px 25px 0px 0px;
}

/* Change background color of buttons on hover */
.tab button1:hover {
  background-color: #0E1717;
}

/* Create an active/current tablink class */
.tab button1.active {
  background-color: #5FB459;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 2px solid #E5F1EB;
  border-radius: 0px 0px 25px 25px;
  box-shadow: 0 0 3px #567F95, 0 0 6px #567F95;
  font-family: "Courier New";
}
tr2 div{
    position: relative;
    overflow-x: scroll;
    margin-left: 200px;
    margin-top: 200px;
}
#example{
    width: 50%;
}
#example1{
    width: 58px;
}
.online {
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
	background-color:#b8e356;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #86ae47;
}
.offline {
	box-shadow:inset 0px 1px 0px 0px #f2fadc;
	background:linear-gradient(to bottom, #dbe6c4 5%, #9ba892 100%);
	background-color:#dbe6c4;
	border-radius:6px;
	border:1px solid #b2b8ad;
	display:inline-block;
	color:#757d6f;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ced9bf;
}
.gold {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.gold:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.gold:active {
	position:relative;
	top:1px;
}
.silver {
	box-shadow: 0px 1px 0px 0px #a8a8a8;
	background:linear-gradient(to bottom, #ffffff 5%, #d6d6d6 100%);
	background-color:#ffffff;
	border-radius:6px;
	border:1px solid #c7c7c7;
	display:inline-block;
	cursor:pointer;
	color:#6e6e6e;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.silver:hover {
	background:linear-gradient(to bottom, #d6d6d6 5%, #ffffff 100%);
	background-color:#d6d6d6;
}
.silver:active {
	position:relative;
	top:1px;
}

.btn-warning {
	box-shadow:inset 0px 1px 0px 0px #fff5a8;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #211f21;
}
.btn-warning:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.btn-warning:active {
	position:relative;
	top:1px;
}
.sidebar ul {
	position: relative;
	list-style: none;
	margin-left: 0;
	padding-left: 1.2em;
}
.sidebar ul li:before {
	content: url('http://localhost/fantasyadopts/picuploads/dragonicon.png');
	position: inherit;
	left: 0;
}

.sidebar {
width:210px;
background-color:#bbbbbb;
vertical-align:top;
}

.sidebar p{
margin:auto 5px;
padding:2px;
}

.sidebar h1 {
font-size: 13pt;
border-bottom: 3px solid #8bbabb;
margin:2px auto 3px 10px;
color: #8bbabb;
text-transform:capitalize;
}

.sidebar a {
margin:auto 1px;
display:inline-block;
padding: 0;
text-transform: uppercase;
font-size: 7.5pt;
letter-spacing: 1px;
}
		
.sidebar a:hover {
background-color:#297ca0;
border-bottom-color: #297ca0;
color: #fff;
}        