/*!
 * Start Bootstrap - 1 Col Portfolio (http://startbootstrap.com/template-overviews/1-col-portfolio)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-1-col-portfolio/blob/master/LICENSE)
 */

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}
 
body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.pagination {
  margin-bottom: 15px;
}

.button-play {
    margin-left: 38%;
    margin-top: 20px;
	cursor: pointer;
}

footer {
	position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
}

@media (min-width: 768px) {
	.offset-md-4 {
		margin-left: 33.333333%;
	}
}

#send-message-contact {
	cursor: pointer;
	background-color: #dddddd !important;
}

#send-message-contact:hover {
	background-color: #c5c8cc !important;
}

.btn-primary:focus {
    box-shadow: none !important;
}

.show > .btn-primary.dropdown-toggle {
    background-color: #2d5573 !important;
    background-image: none !important;
    border-color: #1f3a4e !important;
}

.dropdown-menu > li:hover {
	background-color: #343b41;
	cursor: pointer;
}

.dropdown-menu > li:hover > a {
	color: #dddddd !important;
	text-decoration: none !important;
}

.dropdown-menu > li > a {
	color: #343b41 !important;
}

button[data-id="language"] {
	cursor: pointer;
}

.container-body {
	background-color: rgba(146, 146, 146, 0.6);
	border-radius: 12px;
}

#success {
	display: none;
}

#val_captcha {
	width: 52px;
}

body {
	color: rgba(255,255,255,.5);
	background-color: #004679;
}

.h3, h3 {
	color: #303d46;
}

.title {
	color: #303d46;
	font-weight: bold;
}

.btn-primary:hover {
	background-color: #4a88b7;
	border-color: #38678a;
}

.btn-primary {
	background-color: #2d5573;
	border-color: #1f3a4e;
}

.pagination {
	visibility: hidden;
}

#game_full {
	display: none;
	width: 100%;
	min-height: 100%;
	position: fixed;
	z-index: 1031;
}

.close {
	z-index: 1032;
	color: white;
    left: 0;
    top: 0;
    position: fixed;
	padding-top: 0px;
    padding-left: 5px;
    font-size: 2rem;
	cursor: pointer;
}

@media (max-width:1280px) {
	.close {
		padding-top: 4%;
	}
}

.full-screen {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(51,51,51,0.7);
	z-index: 10;
}

.flag_language {
	width: 20px;
    vertical-align: sub;
    padding-left: 2px;
}

.flag_language_selected {
	width: 24px;
}

.atacks li {
	list-style-type: none;
	width: 50%;
}

.atacks li:nth-child(odd) {
	float: left;
}

.atacks li:nth-child(even) {
	float: right;
}

/*@media only screen and (max-width: 480px) {
	li {
		float: none;
		width: 100%;
	}
}*/

#alert_landscape {
	background-color: #000;
	display: none;
	z-index: 9999;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	min-height: 100%;
	font-size: 1.1rem;
}

#alert_landscape img {
	margin-top: -175px;
	padding-top: 50%;
}
	
.select_player_pokemon {
	width: 100%;
	cursor: pointer;
}

.loading_progress_bar, #press_scape {
	z-index: 1033;
    top: 50%;
    position: fixed;
    width: 80%;
    margin: -13px 0 0 -40%;
    left: 50%;
	text-align: center;
}

#press_scape {
	top: 0 !important;
	margin: 15px 0 0 -40%;
}

#press_scape span {
	border-radius: 9px;
    padding: 7px;
    border: 3px rgba(255,255,255,.5) solid;
}

@media (max-width:991px) {
	.hidden-md-down {
		display: none !important
	}
}

#warnging_webgl .modal-body {
	color: #212529 !important;
}

.navbar {
    padding: 0px !important;
}

.bg-dark {
    background-color: #366588!important;
}

.container.container-body {
	background-color: transparent;
    border-radius: 0;
    margin-top: 15px;
}

.parr_text {
	color: #fff;
    font-weight: bold;
    font-size: 16pt;
    font-family: inherit;
}

.game_row {
	background-color: rgba(146, 146, 146, 0.6);
    padding: 10px;
	border-radius: 8px;
}

hr {
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: none;
}

#myModalError {
	color: #000;
}