
#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;
}

div.stats-container {
    background: url(../img/progress_bar.gif) -5px 46px /100% 100% repeat;
    border-radius: 5px;
    background-size: initial;
	filter: hue-rotate(178deg);
}

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;
}


.sumir{
	display: none;
}

.aparecer{
	display: contents;
}



div.green {
    color: #006400;
    border: 1px solid #006400;
    padding: 5px 5px 5px 65px;
    margin: 3px 0;
    font-size: 10px;
    font-weight: 700;
    background: url(../img/info/success.jpg) left center no-repeat #e3ffde;
}

div.red {
    color: #b40000;
    border: 1px solid #b40000;
    padding: 5px 5px 5px 65px;
    margin: 3px 0;
    font-size: 10px;
    font-weight: 700;
    background: url(../img/info/error.jpg) left center no-repeat #FFDEDE;
}

div.blue {
    color: rgb(1, 114, 255);
    border: 1px solid #1597db;
    padding: 5px 5px 5px 65px;
    margin: 3px 0;
    font-size: 10px;
    font-weight: 700;
    background: url(../img/info/info.png) left center no-repeat rgba(21, 151, 219, 0.16);
}

div.quote {
    padding: 10px;
    margin: 10px 0;
    border: 1px dotted #000;
    background: #FBF9F6;
    color: #000;
}

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

.myButton {
    box-shadow: inset 0px 1px 3px 0px #91b8b3;
    background: linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
    background-color: #768d87;
    border-radius: 6px;
    border: 1px solid #566963;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 28px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #2b665e;
}

.myButton:hover {
    background: linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
    background-color: #6c7c7c;
}

.myButton:active {
    position: relative;
    top: 1px;
}

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

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

.pokeballpkm1 {
    background: url(../img/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;
}

.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: 60px ;
}

div#npc-section {
    padding: 0;
    background-color: #232930;   
	border-bottom: 2px solid #b71938;
    border-right: 1px solid #b7193826;
    border-radius: 4px;
    vertical-align: middle;
    margin: 0px 3px 4px 0px;
    font-size: 12px;
}

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%;
}

div#npc-section div#npc-content h3 {
    padding: 5px;
    background: url('../img/line.png') no-repeat;
    background-position: bottom;
    background-size: 70%;
    font-size: 21px;
    margin: 5px 0 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #93cccc;
}



.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: 60px ;                    
} 




/* Pagina Market */
.parte1 {    
	width: 180px;
    height: 270px;
    float: left;
    margin: 0 1px 0 1px;
    background: url(../img/shopping/bg.png) no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}
.parte2 {
    position: absolute;
    left: 6px;
    top: 4px;
    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: 155px;
    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(../img/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(../img/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(../img/shopping/bgmarket3.png) no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    border: none;
}

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




.dataTables_info, .paginate_button{
    color: white!important;
}
.paginate_button{
    color: white!important;
}
.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate{
	background-color: #fbf9ec00!important;
    border: unset!important;
}

#head {
	width: 150px;
	height: 160px;
	overflow: hidden;
	background: url('../img/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;
}

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



.package{
	background: url('../img/packages/package_normal.png');
	width: 150px;
	height: 150px;
	position: relative;
}
.package:hover{
	background: url('../img/packages/package_over.png'), url('../img/packages/package_normal.png');
}
.package-selected{
	background: url('../img/packages/package_selected.png'), url('../img/packages/package_normal.png');
}
.package-selected:hover{
	background: url('../img/packages/package_selected.png'), url('../img/packages/package_over.png'), url('../img/packages/package_normal.png');
}
.image-package{
	position: relative;
	width: 150px;
	height: 68px;
}
.price-package{
	position: relative;
	width: 150px;
	height: 32px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
}
.name-package{
	position: relative;
	width: 150px;
	height: 47px;
	text-align: center;
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
}

.method{
	background: url('../img/packages/method_normal.png');
	width: 150px;
	height: 100px;
	position: relative;
}
.method:hover{
	background: url('../img/packages/method_over.png'), url('../img/packages/method_normal.png');
}
.method-selected{
	background: url('../img/packages/method_selected.png'), url('../img/packages/method_normal.png');
}
.method-selected:hover{
	background: url('../img/packages/method_selected.png'), url('../img/packages/method_over.png'), url('../img/packages/method_normal.png');
}
.image-method{
	position: relative;
	width: 150px;
	height: 64px;
}
.name-method{
	position: relative;
	width: 150px;
	height: 32px;
	text-align: center;
	top: -2px;
	font-size: 11px;
	display: table-cell;
	vertical-align: middle;
}
.desc-method{
	position: relative;
	width: 150px;
	height: 47px;
	text-align: center;
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
}
.descount{
	position: absolute;
	top: -80px;
	left: 94px;
	text-shadow: 0 0 0.5em #000, 0 0 0.5em #000, 0 0 0.2em #000;
	font-family: cursive;
}


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

.card, .box-content, .well {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    padding: 10px;
    background-color: #232930;
    border: 1px solid #293139;
    border-radius: 4px;
	color: white;
}

input[type=email], input[type=password], input[type=text], input[type=search], input[type=number], input[type=username], select, textarea {
    display: inline-block;
    width: 90%!important;
    height: 25px;
    margin: 10px;
    font-size: 11px;
    text-align: center;
    background: #fff;
    font-weight: bolder;
    border-radius: 5px 0;
    padding: 5px 5.5px;
    border: 1px solid #020096;
    border-left: 4px solid #020096;
    border-right: 4px solid #020096;
    opacity: .8;
}

.titleclass, .header {
    -webkit-box-align: center;
    align-items: center;
    background: #b71938;
    padding: 1rem calc(1.5rem * 1.5);
    color: rgb(255,255,255);
    font-size: 13px;
    border-radius: 7px 7px 0px 0px;
    text-transform: uppercase;
}

table.dataTable tbody tr {
    background-color: #ffffff00!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #333 !important;
	border: 1px solid #ffffff!important;
	background-color: #e30000!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #fdd))!important;
	background: -webkit-linear-gradient(top, #ffffff 0%, #fdd 100%)!important;
	background: -moz-linear-gradient(top, #ffffff 0%, #fdd 100%)!important;
	background: -ms-linear-gradient(top, #ffffff 0%, #fdd 100%)!important;
	background: -o-linear-gradient(top, #ffffff 0%, #fdd 100%)!important;
	background: linear-gradient(to bottom, #ffffff 0%, #fdd 100%)!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	color: #fff !important;
}


@-webkit-keyframes progress-bar-stripes{
    from{
        background-position:40px 0
    }
    to{
        background-position:0 0
    }
}
@-moz-keyframes progress-bar-stripes{
    from{
        background-position:40px 0
    }
    to{
        background-position:0 0
    }
}
@-o-keyframes progress-bar-stripes{
    from{
        background-position:0 0
    }
    to{
        background-position:40px 0
    }
}
@keyframes progress-bar-stripes{
    from{
        background-position:40px 0
    }
    to{
        background-position:0 0
    }
}
.progresso{
    height:20px;
    margin-bottom:20px;
    overflow:hidden;
    background-color:#f5f5f5;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow:inset 0 1px 2px rgba(0,0,0,.1)
}
.progress-bar{
    float:left;
    width:0;
    height:100%;
    font-size:12px;
    color:#fff;
    text-align:center;
    background-color:#428bca;
    -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition:width .6s ease;
    transition:width .6s ease
}
.progress-striped .progress-bar{
    background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size:40px 40px
}
.progress.active .progress-bar{
    -webkit-animation:progress-bar-stripes 2s linear infinite;
    -moz-animation:progress-bar-stripes 2s linear infinite;
    -ms-animation:progress-bar-stripes 2s linear infinite;
    -o-animation:progress-bar-stripes 2s linear infinite;
    animation:progress-bar-stripes 2s linear infinite
}
.progress-bar-success{
    background-color:#5cb85c
}
.progress-striped .progress-bar-success{
    background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-info{
    background-color:#5bc0de
}
.progress-striped .progress-bar-info{
    background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-warning{
    background-color:#f0ad4e
}
.progress-striped .progress-bar-warning{
    background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-danger{
    background-color:#d9534f
}
.progress-striped .progress-bar-danger{
    background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.overlay {
    position: absolute;
    left: 0px;
    top: 280px;
    height: 100%;
    width: 100%;
    z-index: 99;
}

.overlay .progress {
    margin: 0;
    position: absolute;
    top: 50px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
}
.progress {
    background: url(../images/progress_bar.gif) no-repeat;
    border-radius: 50px;
    height: 22px;
    background-size: initial;
}