﻿
#Tickets {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 2;
	grid-row-end: 3;

	max-height: 250px;
	overflow-y: scroll;
}

.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
 }
 .received_withd_msg {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 12px -1px 14px 9px;
}
.lefto { 
	text-align-last: right;
	margin: 38px -1px 14px 9px!important;
}
.received_withd_msg { width: 75%;}
.mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 60%;
}

 .sent_msg {
  background: #05728f none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 5px 10px 5px 12px;
  width:100%;
}
.outgoing_msg{ overflow:hidden; margin: 2px 10px 5px 0px;}
.sent_msg {
  float: right;
  width: 70%;
}

.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}

.type_msg {border-top: 1px solid #c4c4c4;position: relative;}
.msg_send_btn {
	background: #c07416 none repeat scroll 0 0;
    border: medium none;
    border-radius: 11%;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 38px;
    max-width: 113px;
    position: relative;
    top: -10px;
    padding: 8px 21px;
}

.transition{
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
	-o-transition: 0.5s ease-in;
	transition: 0.5s ease-in;
}


.slideup, .slidedown {
	max-height: 0;            
	overflow-y: hidden;
	-webkit-transition: max-height 0.8s ease-in-out;
	-moz-transition: max-height 0.8s ease-in-out;
	-o-transition: max-height 0.8s ease-in-out;
	transition: max-height 0.8s ease-in-out;
}
.slidedown {            
	max-height: 350px ;                    
} 


div#npc-section {
	padding: 0;
    background-color: #292c31;
    border-bottom: 2px solid #38a9ff;
    border-right: 1px solid #38a9ff;
    border-radius: 4px;
    vertical-align: middle;
    margin: 0px 3px 4px 0px;
}

div#npc-section div#npc-image {
	display: inline-block;
	width: 150px;
	height: 150px;
	position: relative;
	margin-top: -25px;
	margin-right: 10px;
	vertical-align: bottom;
}

div#npc-section div#npc-content {
	display: inline-block;
	vertical-align: top;
	width: 70%;
	margin: 0 3px 0 25%;
	color: #ffffff;
}

div#npc-section div#npc-content h3 {
	padding: 5px;
	background: url('../images/layout/sep-b.png') center;
	background-position: bottom;
	background-size: 70%;
	font-size: 21px;
	margin: 5px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	
	color: #ffffff;
}


.separator {
	background: url('../images/layout/sep-b.png') center;
	width: 100%;
	height: 2px;
	margin-top: 3px;
	margin-bottom: 2px;
	background-size: 100% 100%;
}


span.alerts {
	border-radius: 3px;
    min-width: 10px;
    text-align: center;
    color: #fff!important;
    font-weight: bold;
    font-size: 11px!important;
    padding: 2px 7px 2px 6px;
    border: 1px solid rgba(0, 0, 0, .5);
}
span.alerts.red { background: #e10145; }
span.alerts.blue { background: #017ae1; }
span.alerts.green { background: #67b600; }
span.alerts.megafone { background: #ffffff; }


div.green,
div.blue,
div.megafone,
div.red {
	color: #9eadcd;
	padding: 6px 0;
	background: #2e3d53;
	font-weight: 700;
	width: 100%;
	margin-bottom: 7px;
	text-transform: uppercase;
	border-radius: 4px;
	text-align: center;
	font-size: 12px;
}

div.green {
	border-bottom: 2px solid #00A87D;
}

div.blue {
	border-bottom: 2px solid #6ac7ee;
}

div.red {
	border-bottom: 2px solid #d25757;
}

div.megafone {
	border-bottom: 2px solid #ffff;
}

div.green::before {
	z-index: 1000;
	content: "";
	width: 25px;
	height: 25px;
	margin-left: -8px;
	float: left;
	position: relative;
	border-radius: 50%;
	background: url(../images/layout/info/success.png) left center no-repeat #2e3d53;
	background-size: contain;
}

div.blue::before {
	z-index: 1000;
	content: "";
	width: 25px;
	height: 25px;
	margin-left: -8px;
	float: left;
	position: relative;
	border-radius: 50%;
	background: url(../images/layout/info/info.png) left center no-repeat #2e3d53;
	background-size: contain;
}

div.red::before {
	z-index: 1000;
	content: "";
	width: 25px;
	height: 25px;
	margin-left: -8px;
	float: left;
	position: relative;
	border-radius: 50%;
	background: url(../images/layout/info/error.png) left center no-repeat #2e3d53;
	background-size: contain;
}

div.megafone::before {
	z-index: 1000;
	content: "";
	width: 25px;
	height: 25px;
	margin-left: -8px;
	float: left;
	position: relative;
	border-radius: 50%;
	background: url(../images/layout/info/megafone.gif) left center no-repeat #2e3d53;
	background-size: contain;
}


.server {
  width: 100%;
  font-size: 12px;
  padding: 3px 10px 3px 10px;
}
.server .server-name {
	color: #000000;
    font-weight: bold;
}
.server .status-online {
  color: #58c526;
  float: right;
}
.server .status-online b {
  font-weight: 400;
  color: #58c526;
}
.progress-bar {
  height: 16px;
  margin: 9px 0px 6px 0px;
  position: relative;
  background-color: #00000000!important;
}
.progress-bar:after {
  content: "";
  position: absolute;
  background-color: #1a100a;
  width: 100%;
  height: 4px;
  top: 7px;
  left: 0px;
}
.progress-bar span {
  height: 16px;
  background: url(../../images/line-server.png) repeat-x;
  display: block;
  position: relative;
  top: 1px;
  z-index: 1;
}

input {
    margin-left: 0.5em;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    color: #1a100a;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-left: 3px solid #38a9ff;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #ffffff;
}
.desc {
  color: #a79376;
  font-size: 11px;
  text-decoration: underline;
}




/* Pagina Market */
.parte1 {    
	width: 180px;
    height: 270px;
    float: left;
    margin: 0 1px 0 1px;
    background: url(../../images/shopping/bg.png) no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}
.parte2 {
    position: absolute;
    left: 5px;
    top: 5px;
    border-bottom: none;
}
.parte4 {
    position: absolute;
    left: 50px;
    top: 33px;
}
.parte5 {
    position: absolute;
    width: 168px;
    left: 6px;
    top: 119px;
    line-height: 16px;
    text-align: center;
    font-family: &quot;
    font-size: 13px;
    color: #6e6e6e;
}
.parte6 {
    position: absolute;
    width: 168px;
    height: 20px;
    left: 5px;
    top: 145px;
    color: #0081e0;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
.parte7 {
	position: absolute;
    width: 154px;
    height: 52px;
    max-height: 52px;
    left: 6px;
    top: 176px;
    color: #000000;
    padding: 5px 7px 4px 7px;
    text-align: justify;
    font-size: 11.3px;
    overflow: auto;
}
.parte8 {
    background: url(../../images/shopping/buttonbg.png) center top no-repeat;
    position: absolute;
    width: 59px;
    height: 21px;
    left: 116px;
    top: 240px;
    color: #FFF;
    line-height: 22px;
    text-align: center;
    border: none;
    line-height: 2px;
}
.parte8:hover {
    background: url(../../images/shopping/buttonbg.png) 0px -21px no-repeat;
    position: absolute;
    width: 59px;
    height: 21px;
    left: 116px;
    top: 240px;
    color: #000;
    line-height: 22px;
    text-align: center;
    border: none;
    line-height: 2px;
}
.parte9 {
    margin-top: 4px;
    position: absolute;
    margin-left: -146px;
    color: #fff;
    font-family: "Flexo-Demi",arial,sans-serif;
    cursor: pointer;
}
.parte10 {
    position: absolute;
    width: 168px;
    height: 20px;
    left: 5px;
    top: 35px;
    color: #0081e0;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
.borda{
    -webkit-border-radius: 6px;
    width: 180px;
    height: 270px;
	display: inline-grid;
    margin: 0 1px 0 1px;
    background: url(../../images/shopping/bgmarket3.png) no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    border: none;
}

.borda:hover {
    background: url(../../images/shopping/bgmarket4.png) no-repeat;
	z-index: 1;
}


div.stats-container {
    background: url(../images/layout/progress_bar.gif) -5px 46px /100% 100% repeat;
    border-radius: 5px;
    background-size: initial;
}

div.stats-container div.bluepr {
    background-color: rgba(20, 22, 26, .3);
    height: 16px;
    line-height: 16px;
    border-radius: 5px 0px 0px 5px;
}

div.stats-container div {
    background-color: rgba(20, 22, 26, .3);
    height: 16px;
    line-height: 16px;
    border-radius: 5px 0px 0px 5px;
}

div.stats-container span {
    margin-left: 4px;
    font-weight: 700;
    font-size: 9px;
    color: #FFF;
    text-shadow: 1px 1px #555;
}

.desc:hover {
  text-decoration: none;
}

.pokeballpkm {
    height: 200px!important;
    background: url(../../images/ball.png) center center no-repeat!important;
    background-size: 175px;
	width: 200px;
}

.pokeballpkm:hover {
    background: url(../../images/ballselect.png) center center no-repeat!important;
	    background-size: 175px!important;
}

.pokeballpkm1 { 
    background: url(../../images/ballselect.png) center center no-repeat!important;
	    background-size: 175px!important;
}

table.choose-pokemon tbody tr td.allowed { cursor: pointer; }
table.choose-pokemon tbody tr td.allowed:hover, table.choose-pokemon tbody tr td.active { background: #cbfccc; }

tr:nth-child(even) {background-color: #f3f3f32e!important}
tr:nth-child(odd) {background-color: #cacaca33!important}


.sumir{
	display: none;
}

.aparecer{
	display: contents;
}
#head {
	width: 150px;
	height: 160px;
	overflow: hidden;
	background: url('../images/Grass.png') no-repeat center center;
}
#head2 {
	width: 150px;
	height: 120px;
	top: 10px;
	overflow: hidden;
}
.GoSelect {
margin-left: 0.5em;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    color: #1a100a;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-left: 3px solid #38a9ff;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #ffffff;
}