/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    background-color:#f7f7f7;
    font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size:12px;
    height:100%;
    margin:0px;
    padding:0px;
    width:100%;
    background: #fff;
}

#webview {
	max-width:800px;
	margin:0 auto;
	background:#fff;
}

/* Portrait layout (default) */
.app {
    width:90%;                   /* text area width */
    text-align:center;
    margin: 0 5% 5%;
	padding-bottom: 25px;
}

a, a:active, a:hover {
	text-decoration: none;
	color: #000;
}

/* Landscape layout (with min-width) */
@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
    .app {
		margin: 5%;
    }
}

/* Landscape layout (with min-width) */
@media screen and (min-width:800px) {
    #training_plan h2 {
		font-size: 1.8vw;
	}
}

/* Landscape layout (with min-width) */
@media screen and (max-width:800px) {
	#training_plan h2 {
		font-size: 4vw;
	}
}

/* Landscape layout (with min-width) */
@media screen and (max-width:1050px) {
	#webapp_sidebar {
		display:none;
	}
}

@media screen and (max-width:400px) {
    #exercise_image {
		max-height:90px;
	}
	.load_training_plan_view {
		max-height:40px;
		max-width:40px;
	}
	
	#clock_hover,
	.next_exercise {
		max-height:40px;
		max-width:40px;
		font-size:20px !important;
		line-height:40px !important;
	}
	.load_training_plan_view div {
		max-height:4px;
		max-width:30px;
	}
	
	.load_training_plan_view div.first_child {
		margin-top:8px !important;
	}
}

h1 {
    font-size:24px;
    font-weight:normal;
    margin:0px;
    overflow:visible;
    padding:0px;
    text-align:center;
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}

.menu-item {
	display: inline-block;
	margin: 0%;
}

.menu-footer .menu-item {
	display: inline-block;
	margin: 0.33%;
	max-width:40px;
}

.menu-footer {
	width: 100%;
	border-bottom: 1px solid #5D5D5D;
}

.footer {
	background: #000;
	border-top: 1px solid #5D5D5D;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width:800px;
	margin:0 auto;
}

.social {
	display: inline-block;
	width: 90%;
	padding: 5px 5%;
}

.social p {
	display: inline-block;
	font-size: 10px;
	text-align: right;
	width: 80%;
}

.social-icons {
	width: 20%;
	display: inline;
}

.render {
	display: inline-block;
	text-align: right;
}


#login,
#wp-submit {
	width: 95%;
	height: 40px;
	line-height: 28px;
	padding: 0 12px 2px;
	background: #efe805;
	border-color: #0073aa #006799 #006799;
	-webkit-box-shadow: 0 1px 0 #006799;
	box-shadow: 0 1px 0 #006799;
	color: #000;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	margin: 10px 0;
}

#loginform label {
	display: block;
	text-align: left;
}

#user_login,
#user_pass {
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	height: 30px;
}

.recover-pass-link {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}

.recover-pass-link:hover {
	text-decoration: underline;
	color: #fff;
}
#visitor {
	width: 95%;
	height: 40px;
	line-height: 40px;
	background: #00a9ed;
	border-color: #0095de #0089cd #0089cd;
	-webkit-box-shadow: 0 1px 0 #0089cd;
	box-shadow: 0 1px 0 #0089cd;
	color: #000;
	text-decoration: none;
	text-shadow: 0 -1px 1px #0089cd,1px 0 1px #0089cd,0 1px 1px #0089cd,-1px 0 1px #0095de;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	margin: 5px 0 10px 0;
}

.login-input {
	width: 93%;
	height: 30px;
	margin: 10px 0;
}

label {
	font-size: 17px;
	margin: 10px 0;
}

#loading {
	background:#000;
	z-index:9999;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
}

.loader-animation {
	width: 100%;
    height: 100%;
    background-size: 50px;
    left: 0;
    top: 0;
    background: url(../img/loading.png);
    background-repeat: no-repeat;
    background-position: center;
	-webkit-animation-name:             rotate; 
	-webkit-animation-duration:         2s; 
	-webkit-animation-iteration-count:  infinite;
	-webkit-animation-timing-function: linear;
}
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
	}
	to { 
		-webkit-transform: rotate(360deg);
	}
}

.bar-red {
	background: #ff0000; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#ff0000, #b30000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ff0000, #b30000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ff0000, #b30000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ff0000, #b30000); /* Standard syntax (must be last) */
}
.bar-green {
	background: #008000; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#008000, #003400); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#008000, #003400); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#008000, #003400); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#008000, #003400); /* Standard syntax (must be last) */
}

.header {
	background: #efe805 !important; /* Cor Barra Topo */
}

/* CONFIGURATIONS.PHP */

#configurations_avatar {
	color:#fff; /* Texto Branco para fundo Preto */
	/* color:#000; */ /* Texto Preto para fundo Branco */
	width:100%;
	display:inline-block;
}
#configurations_avatar .configurations_escolha_avatar {
	float:left;
	margin:5px;
	border:5px solid #000; /* Border Preto para fundo Preto */
	/* border:3px solid #fff; */ /* Border Branco para fundo Branco */
	cursor:pointer;
	height:73px;
}
#configurations_avatar .configurations_avatar {
	float:left;
	margin:5px;
	border:5px solid #000; /* Border Preto para fundo Preto */
	/* border:3px solid #fff; */ /* Border Branco para fundo Branco */
	cursor:pointer;
	height:73px;
}
#configurations_avatar .configurations_avatar img {
	width:59px;
	height:73px;
}
#configurations_avatar .configurations_avatar:hover,
#configurations_avatar .configurations_avatar.active {
	border:5px solid yellow; /* Border Amarelo para fundo Preto */
	/* border:3px solid #000; */ /* Border Preto para fundo Branco */
}

label,
span,
h1,
h2,
h3,
h4,
h5,
div {
	color:#000;
}

table#schedule-table,
#pr {
	color:#000;
}

.bola_pontos {
    border: 2px solid #000;
	color:#000;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    vertical-align: top;
    display: inline-block;
    margin-top: 5px;
}

#training_plan table {
	margin: auto;
}

#training_plan table h3 {
	margin-bottom: 15px !important;
	padding-bottom: 15px !important;
	border-bottom: 1px solid #000;
}

#apresentations h3 {
	font-size: 17px;
}

#apresentations p {
	font-size: 15px;
}

#apresentations span {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin: 5px 0 20px 0;
    display: block;
}

#presencas table {
	width: 100%;
}

#presencas h3 {
	font-size: 17px;
}

#presencas table {
	font-size: 15px;
}

#configurations_form .avatar-box {
	display: inline-block;
	margin: 20px 10px;
}

#configurations_form .avatar-box img {
	display: inline-block;
	margin: auto;
}

#configurations_form .avatar-box input {
	margin: 10px auto 0 auto;
	display: block;
}

#configurations_form .avatar-box .image-upload > input {
    display: none;
}

#configurations_form .avatar-box .image-upload img {
    cursor: pointer;
}

#configurations {
	margin-bottom: 100px;
}

.copyrights-text {
    float: right;
}

.copyrights-text a {
    color: #fff;
    font-size: 14px;
}

.user_id {
	color: #fff;
	display: inline-block;
	margin: 20px 0 0 20px;
}

#facebook_url {
	float: right;
	margin-top: 3px;
	width: 10%;
	max-width: 48px;
}

#facebook_url img {
    height: auto;
    width: 100%;
}

.menu-footer {
	overflow: hidden;
}

.recover-pass-link {
	color: #000;
}

.recover-pass-link:hover {
	color: #000;
}




#login,
button[name="reset-pass-submit"],
#wp-submit {
	width: 95%;
	height: 40px;
	line-height: 28px;
	padding: 0 12px 2px;
	background: #efe805;
	border-color: #0073aa #006799 #006799;
	-webkit-box-shadow: 0 1px 0 #006799;
	box-shadow: 0 1px 0 #006799;
	color: #000;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	margin: 10px 0;
}

@media only screen and (max-width: 820px) {
  	.custom-input {
  		width: 100% !important;
  	}

    .custom-input a {
  		width: 49% !important;
  	}
}

#videoaula a {
	color:#000;
}
#videoaula table {
	border-color:#000;
}