body{
	padding: 10px 0px;
}

input{
	margin: 5px;
}
	
.hide{
	display: none;
}

a {
	/* font-size: x-large; */
}

.card-body img {
	margin: auto 10px ;	
}

.card-body a {
	color: black ;	
}

.areaKoto {
	font-size: x-large;
	float: right;
	background-color: rgba(255, 255, 255, 0.5);

}

.cantoArredondado {	
		border-radius: 10px 10px 10px 10px;
	 	-webkit-border-radius: 10px 10px 10px 10px;
}

.score.editable {
	z-index: 100;
	background-color: lightgrey!important;
	position: relative;
}
	
.painel {
	border: thin solid grey;
	background-color: lightgrey;
	padding: 10px;
}

#selectCategorias option.infantil{
	background-color: lightblue;
}

#selectCategorias option.feminino{
	background-color: pink;
}

#selectCategorias option.preta{
	color: orange;
	background-color: black;
}

#divFormKoto{
    float: right;
    position: absolute;
    top: 106px;
    z-index: 1;
    right: 0;
    padding: 20px;
    background-color: lightgray;
    border-radius: 0 0 10px 10px;
}

#btnFecharEvento {
	float: right;
    display: inline-block;
    height: 59px;
    margin: 1px;
	
}


#selectCategorias:disabled{
	background-color: white!important;
	font-size: 40px;
	width: 95%!important;
	height: 65px;
	font-weight: bold;
	border: none;
}
	

.cantoArredondado{
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	margin: auto;
	border: #999999 thin solid;
	padding: 7px;
}

	
.ouro{
	background-color: yellow;
	background-image: url("imagem/medalhaOuro.png");
	background-size: cover;
	font-family: 'arial black';
	text-shadow: 2px 2px 5px white;
}

.prata{
	background-color: lightgrey;
	background-image: url("imagem/medalhaPrata.png");
	background-size: cover;
	font-family: 'arial black';
	text-shadow: 2px 2px 5px white;
}

.bronze{
	background-color: #bd8b66;
	background-image: url("imagem/medalhaBronze2.png");
	background-size: cover;
	color: black;
	font-family: 'arial black';
	text-shadow: 2px 2px 5px white;
}
	
	

#tabelaNotas td input, .tabelaNotasDesempate td input{
	font-size: 48px;
	font-weight: bold;
	height: 100%;
	border: none;
	margin: 0;
	text-align: center;
	width: 100%;
}
	
#tabelaNotas td, .tabelaNotasDesempate td {
	padding: 10px;
}


.notaValida{
	/* background-color: #B4C7DC; */ 
	color: #000000;
	font-weight: bold;
	}
.maior, .menor{
	color: #FF0000;
	font-weight: normal!important;
}
.semBorda{
	border-top: none;
	border-bottom: none;
}

.nota{
	font-weight: bold;
}

.total{
	background-color: #D9EAD3;
	font-weight: bold;
}


	
div.jQBracket .team:first-child {
	background-color: red;
	color: white!important;
}	

	

@media print{    
	.noPrint, .noPrint  * {
		display: none !important;
	}
}


@keyframes blink {
	50% {
		/*opacity: 0.0; */
		background-color: #e4ff0259;
	}
}

@-webkit-keyframes blink {
	50% {
		/*opacity: 0.0; */
		background-color: #e4ff0259;
	}
}

.blink {
	animation: blink 1s step-start 0s infinite;
	-webkit-animation: blink 1s step-start 0s infinite;
}

#txtPesquisarAtleta{
	display: inline-block;
	width: inherit;
	border-radius: inherit;
	margin-right: 0;
	height: inherit;
	    float: left;
}

.topnav {
	overflow: visible;
	background-color: #282828;
	/* height: 60px; */
	background-position: 92% 30%;
	background-repeat: no-repeat;
	background-size: 10%;
	border-bottom: white solid thick;
}

.team {
    overflow: hidden;
}

i#btnTic:hover {
    color: #266bc5;
    font-size: 30px;
}


.topnav strong {
	display: inline-flex;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.topnav a:hover {
	background-color: #bbb;
	color: black;
}

.topnav a.active {
	background-color: #2196F3;
	color: white;
}

.topnav .search-container {
	float: right;
	height: 45px;
}

.topnav input[type=text] {
	padding: 6px;
	margin-top: 8px;
	font-size: 17px;
	border: none;
}

.topnav .search-container i {
	float: right;
	padding: 8px 10px;
	margin-top: 8px;
	margin-right: 16px;
	background: #ddd;
	font-size: 28px;
	border: none;
	height: 45px;
}

.logoEvento {
	max-width: 450px;
    width: 100%;
    float: right;
    margin: 0px auto 20px auto!important;
}

.btnMostrar, .btnAcao {
	/* margin: -10px; */
}

#divLegenda{
	float: right;
	margin: 10px;
	/* display: inline-flex;
	margin: -40px 20px 0 0; */
}

.corLegenda {
	float: left;
	width: 20px;
	height: 20px;
	border: thin black solid;
	margin: 0 10px 0 40px;
}

badge-danger{
	color: white!important;
}

badge-danger:hover{
	color: yellow!important;
}

.iconeCertificado{
	height: 50px;
	margin-right: 10px;	
}


.imgLogoSKIF{
	display: none;
}
	
.hide{
	display: none;	
}

.lblSexo.m {
    background-color: deepskyblue;
}

.lblSexo.f {
    background-color: hotpink;
}

.m {
	color: deepskyblue;
}

.f {
	color: hotpink;
}

.team {
        border: thin solid grey;
    }

button.ui-dialog-titlebar-close::after {
    content: "X";
    padding: 0px 0 0 0;
    margin: -25px 0 0 0;
}


.categoriaArrastavel h4 {
    text-shadow: 0px 0px 6px black;
}

i#btnTic:hover {
    color: #266bc5;
    font-size: 30px;
}

.btn {
	white-space: normal!important;
}

.divMainInscricao {
	margin: 10px auto 10px auto;
}

@media screen and (min-width: 640px) {
	.divMain {
		margin: 30px;
	}
	
	.divMainInscricao {
		width: 90%;
	}
	
	.ui-tabs .ui-tabs-panel {
		padding: auto!important;
	}
	
}

@media screen and (max-width: 800px) {

	
	.divLogoAssociacao{
		max-height: 80px;
	}
	
	h1 {
		font-size: 1.5rem;
	}
}


@media screen and (max-width: 600px) {
  .topnav .search-container {
    float: none;
  }
  
  .topnav a, .topnav input[type=text], .topnav .search-container i {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;  
  }
  

}


@media screen {
   .noScreen {
           display: none;
       }

}