@charset "utf-8";
/* CSS Document */

body{
	background:#EEE;
	font-family: 'Roboto Condensed', sans-serif;
	color:#333;
	font-size:12px;
	}
hr{
	border:none;
	border-bottom:solid thin #DDD;
	margin:0;
	width:100%;
	position:relative;
	left:-20px;
	clear:both
	}
p{
	margin:0;
	padding:0;
	}
select{
	/*-webkit-appearance: none;*/
	height:44px;
	background-color: #fff;
}
input, textarea, select{
	padding: 10px 2%;
	margin: 5px 1px 3px 0px;
	border-radius: 5px;
	border:solid thin #CCC;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	}
input:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}
.formLogin{
	background:#FFF;
	width:400px;
	margin:60px auto;
	border-radius: 15px;
	padding:30px;
	text-align:center;
	border:solid thin #DDD
	}
.formLogin p{
	width:80%;
	padding:0 10%;
	text-align:left;
	margin:10px 0 0 0;
	}
.formLogin input[type=text],.formLogin input[type=password],.formLogin input[type=email]{
	width:92%;
	font-size:14px;
	padding:15px 4%;
	color:#666
	} 
.formLogin a{
	color:#2778B1;
	font-size:12px;
	float:left;
	margin-left:10%
	}
h1{
	color:#2778B1;
}
h2{
	margin:0 0 20px;
	padding:0;
	color:#333;
	font-size:42px;
	width:80%;
	line-height: 42px;
}

.formLogin em{
	margin:10px 10% 30px;
	padding:10px 4%;
	width:72%;
	float:left;
	background:#DDE6FF;
	color:#111;
	border-radius: 5px;
	font-style:normal;
	line-height:30px
}
.formLogin input[type=submit]{
	background:#2778B1;
	color:#FFF;
	border:solid thin #333;
	border-radius: 5px;
	width:40%;
	margin:20px 20%
	}
.formLogin input[type=submit]:hover{
	background:#333;
	cursor:pointer;
	}
.formLogin span{
	font-size:24px;
	color:#2778B1;
	}
.formLogin span a{
	float:none;
	margin:0;
	font-weight:normal;
	font-size:18px;
	color:#333;
	}
.formLogin hr{
	margin:20px 4%;
	clear:both
}
.formLogin select{
	padding: 0px 2%;
	margin: 5px 1px 3px 0px;
	border-radius: 5px;
	border:solid thin #CCC;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	width:100%;
	height:40px;
	}
}
.wrapper {
  position: relative;
  top: 0;
  margin-bottom:50px
 /* height: 100vh;*/
}
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 260px;
  background: #fff;
  box-shadow: 0 14px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  height:100%;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}
.sidebar .logo {
  padding: 15px 0px;
  margin: 10px 10% 20px;
  display: block;
  position: relative;
  z-index: 4;
}
.sidebar .logo  img{
	width:200px
}
/*.sidebar .logo:after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 15px;
  height: 1px;
  width: calc(100% - 30px);
  background-color: rgba(180, 180, 180, 0.3);
  }*/
.sidebar-wrapper ul{
	list-style-type: none;
	font-size:14px;
	line-height:40px;
	
	}
.sidebar-wrapper ul li{
	margin:0;
	}
.sidebar-wrapper ul li a{
	text-decoration:none;
	}
.sidebar-wrapper ul li ul{
	margin:0;
	}
.nav-item, .nav-subitem{
	padding:10px 0px 10px 20px;
	margin:10px 0 10px 0;
	border-radius: 3px;
	position:relative;
	left:-20px;
	line-height:30px;	
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
	
	}
.nav-subitem{
	margin:0 0 10px;
	position:relative;
	left:-20px;
	line-height:20px;
	padding:10px 20px 10px 20px;
	font-size:12px
	}
.nav-item a{
	color:#2778B1}
.nav-subitem a{
	color:#555}
.nav-item:hover, .nav-subitem:hover{
	background:#EEE;
	}
.nav-item.active{
	background:#2778B1;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	padding-left:20px
	}
.nav-subitem.active{
	background:#DDD;
	padding-left:20px;
	}
.nav-subitem.active{
	left:-20px;
	}

.nav-item.active a{
	color:#FFF;
	}
.nav-subitem.active a{
	color:#555;
	}


.main-panel {
  position: relative;
  float: right;
  width: calc(100% - 260px);
  transition: 0.33s, cubic-bezier(0.685, 0.0473, 0.346, 1);
}
.main-panel hr{
	margin:60px 3%;
	border:none;
	border-bottom:dotted 2px #DDD;
	width:97%;
	padding-top:60px;
	clear:both
	}
.main-panel>.content {
  margin-top: 70px;
  padding: 30px 15px;
  min-height: calc(100vh - 123px);
}

.main-panel>.footer {
  border-top: 1px solid #e7e7e7;
}

.main-panel>.navbar {
  margin-bottom: 0;
}

.main-panel .header {
  margin:20px 20px 30px;
}
.main-panel .header span {
	display:block
	}
.main-panel .header p {
  color:#FF4000;
  font-size:32px;
  float:left;
  margin-right:20px
}
.botAdd, .botAddp{
	background:#333;
	color:#FFF;
	padding:8px 14px;
	text-align:center;
	font-size:20px;
	float:left;
	margin: 0 5px 5px 20px;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
	}
.botAdd:hover{
	cursor:pointer;
	background:#2778B1;	

	}
.botAddp{
	font-size:14px;
	background:#2778B1;
	color:#FFF;
	padding:2px 12px;
	margin: 5px 5px 5px 20px;
}
.botAddp:hover{
	cursor:pointer;
	background:#333;	

	}
.export{
	float:right;
	width:36px
	}
.listagem{
	display:block;
	margin-top:60px;
	font-size:12px;
	}
.listagem p{
	padding:15px 3%;
	margin:0 2%;
	border-top:solid thin #DDD;
	height:14px;
	color:#2778B1;
	}
.listagem ul{
	margin:0 0 1px;
	padding:0 2%;
	}
.listagem ul li{
	width:94%;
	background:#F9F9F9;
	list-style:none;
	margin:0 0 1px;
	left:0;
	position:relative;
	padding:20px 3%;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
	}
.listagem ul li:hover{
	background:#FFF;
	cursor:pointer;
	color:#FF4000
}
.listagem em{
	font-size:12px; color:#999; top:5px; position: relative;
}
.subListagem{
	margin-top:60px;
	padding:0 2%;
	background:#FFF;
	position:relative;
	font-size:12px
	}
.subListagemTopo{
	background:#2778B1;
	color:#FFF;
	font-size:24px;
	position:relative;
	top:-15px;
	width:94%;
	padding:20px 3%;
	height:40px;
	border-radius: 5px;
	}
.subListagemTopo p{
	margin:5px 20px 5px 0;
	float:left;
	color:#FFF;
	}
h3{
	color:#2778B1;
	margin:20px 0 10px;
	padding:0;
	font-weight:normal
	}
.subListagemItem, .subListagemItemOff{
	border-bottom:solid thin #DDD;
	padding:15px 1% ;
	height:30px;	
	font-size:12px
	
	}
.subListagemItem:hover{
	cursor:pointer;
	background:#EEE;
	}
.imgLink{
	float:right;
	margin-left:20px;
}
.pagination {
    display: inline-block;
	margin:50px 0 0;
	font-size:14px;
	float:right
	
}

.pagination a {
    color:#999;
    float: left;
    padding: 8px 14px;
    text-decoration: none;
	transition: background-color .3s;
}

.pagination a.active {
    background-color: #2778B1;
    color: white;
    border-radius: 5px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}
.center {
    text-align: center;
}
.left{
	float:left;
	text-align:left;
	}
.right{
	float:right;
	text-align:right;
	}

.clear,.line{
	clear:both;
	}
.line{
	width:100%;
	border-bottom:solid thin #DDD;
	padding-top:10px;
	margin-bottom:10px
	}
.form01, .formModulo, .conteudo{
	margin:50px 2%;
	border-top:solid thin #DDD;
	padding-top:30px;
	font-size:12px;
	}
.formModulo{
	margin:50px 0;
	border:none
}
.form01 hr{
	margin:40px 1%;
	padding:0;
	border:none;
	clear:both
	}
	
.conteudo h1{
	font-size:55px;
	margin:0 0 40px
	}

.menuModulo,.menuModuloOn{
	float:left;
	padding:10px 5% 10px 4%;
	margin-right:3px;
	background:#D5D5D5;
	font-size:14px; 
	color:#444;
	line-height:55px;
	cursor:pointer;
	-webkit-transition: all 50ms linear;
	-moz-transition: all 50ms linear;
	-o-transition: all 50ms linear;
	-ms-transition: all 50ms linear;
	transition: all 50ms linear;	
}
.menuModulo:hover{
	background:#E5E5E5
}
.menuModuloOn{
	background:#2778B1;
	color:#FFF;
	cursor:default
}
.menuModulo img,.menuModuloOn img{
	float:left;
	margin-right:20px
}
.conteudoModulo,.calendario{
	padding:35px 2% 50px;
	background:#F9F9F9;
	position:relative;
	border-top:5px solid #2778B1;
	margin-bottom:50px;
	line-height:20px

	}
.conteudoModulo p{
	float:left;
	font-size:26px;
	color:33px;
	margin:10px 0 30px
}
.conteudoModulo span{
	font-size:14px;
}
.conteudoModulo hr,.calendario hr{
	border:none;
	padding:0;
	margin:0 0 0 2%;
	border-bottom:solid thin #DDD;
	padding-top:20px;
	width:98%;
	position:relative;
	clear:both

}
.calendario hr{
	margin-bottom:30px;
	padding-top:40px;
	clear:both
}
.calendario b{
	font-size:14px;
	color:#333;
	line-height:30px;
}
.calendario{
	font-size:18px;
	color:#999;
}
.calendario h1{
	font-size:42px;
	font-weight:normal;
	line-height:52px;
	margin:0 0 20px;
	padding:0;
	
}
.calendario h2{
	font-size:50px;
	font-weight:normal;
	line-height:50px;
	margin:0;
	padding:0;
	
}
.calendario h3{
	font-size:30px;
	font-weight:normal;
	line-height:40px;
	margin:0 0 10px;
	padding:0;
	color:#2778B1;
	
}
.calendario span{
	color:#333
}
.calendario p{
	color:#2778B1;
	font-weight:bold;
	margin-top:20px
}
.botInscricao,.botInscricaoOff{
	float:right;
	background:#2778B1;
	font-size:14px;
	text-align:center;
	border-radius: 5px;
	width:100%;
	padding:10px 0;
	color:#FFF;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;	
}
.botInscricao:hover{
	cursor:pointer;
	background:#1F5C89
}
.botInscricaoOff:hover{
	cursor:pointer;
	background:#666
}
.botInscricaoOff{
	background:#999
}
.programa{
	padding:10px 20px;
	color:#333;
	line-height:50px;
	font-size:14px
}
.programa hr{
	clear:both;
	width:100%;
	border-bottom:solid thin #DDD;
	padding-top:0px;
	margin-bottom:0px;
}
.data{
	line-height:0
}
.label01,.label02,.label03{
	width:100px;
	float:left;
	color:#2778B1;
	margin-top:10px;
	font-size:14px;
	}

.input01,.check01{
	width:calc(95% - 140px);
	float:left;
	padding-left:0.5%;
	padding-right:0.5%;
	font-size:12px
}
.label02,.label03{
	margin-left:30px;	
	padding-left:0.5%;
	padding-right:0.5%;
	}

.input02,.check02{
	width:calc(45% - 140px);
	float:left;	
	font-size:12px
}
.txt01{
	font-size:24px;
	float:left;
	width:calc(99% - 100px);
	}
.txt02{
	font-size:14px;
	float:left;
	width:calc(50% - 100px);
	padding:10px 0
	}
.label03{
	width:50px;
	}
.input03,.check03{
	width:calc(35% - 100px);
	float:left;
	font-size:12px
}
label{
	width:100%;
	float:left;
	font-size:14px;
	line-height:20px;
	margin-top:10px
	}
.form01 input[type=submit], .formModulo input[type=submit]{
	background:#2778B1;
	color:#FFF;
	border-radius: 5px;
	width:300px;
	margin:20px 0 10px 100px
	}
.form01 input[type=submit]:hover,.formModulo input[type=submit]:hover{
	background:#333;
	cursor:pointer
}
.excluir{
	background:#999;
	color:#FFF;
	border-radius: 5px;
	width:200px;
	margin:20px 0 20px;
	padding:10px 0;
	text-align:center;
	float:right;
	font-size:14px;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;	
	}
.excluir:hover{
	background:#333;
	cursor:pointer
}
.w08,.w10,.w15,.w20,.w25,.w30,.w40,.w50,.w60,.w70,.w80,.w90,.w100{
	padding-left:0.5%;
	padding-right:0.5%;

	}
.w08{
	width:8%;
	}
.w10{
	width:9%;
	}
.w15{
	width:14%;
	}
.w20{
	width:19%;
	}
.w25{
	width:24%;
	}
.w30{
	width:29%;	
	}
.w40{
	width:29%;
	}
.w50{
	width:49%;
	}
.w60{
	width:59%;	
	}
.w70{
	width:69%;
	}
.w80{
	width:79%;
	}
.w90{
	width:89%;	
	}
.w100{
	width:99%;	
	}
.divblue{
	background:#2778B1;
	color:#FFF;
	border:none;
	padding:20px 3%;
	width:44%;
	float:left;
	font-size:14px
	}
.divGray{
	background:#DDD;
	color:#2778B1;
	border:none;
	padding:20px 3%;
	width:44%;
	float:left;
	font-size:14px
	}
.gray{
	background:#DDD;
	color:#2778B1;
	border:none;
	padding:20px 20px 0
	}
.divblue h1{
	color:#FFF;
	font-size:46px;
	float:left;
	margin:0 10px 0 0;
	padding:0;
	line-height:40px
}
.divGray h1{
	color:#2778B1;
	font-size:46px;
	float:left;
	margin:0 10px 0 0;
	padding:0;
	line-height:40px
}
.botBlue, .botBlueP{
	background:#2778B1;
	color:#FFF;
	font-size:14px;
	border-radius: 5px;
	margin-top:30px;
	padding: 15px 2%;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
.botBlue:hover, .botBlueP:hover{
	background:#333;
	cursor:pointer
}
.itemAtleta{
	background:#eee;
	width:calc(100% - 45px);
	padding:15px 30px 15px 15px;
	margin:0 0 2px 0;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
.itemAtleta:hover{
	cursor:pointer;
	background:#F3f3f3
}
.itemAtleta span{
	color:#FF4000;
	font-size:26px;
	line-height:40px
}
.idade{
	float:left; 
	margin:0 20px;
	background:#2778B1;
	border-radius:5px;
	color:#FFF;
	padding:8px;
	font-size:18px;
	font-weight:bold
}
.categoria{
	border-radius:20px;
	color:#2778B1;
	border:solid thin #CCC;
	float:left;
	margin:15px 10px 0 0;
	padding:5px 20px;
	font-size:14px;
	line-height:20px
}
.botBlueP{
	margin:0;
	padding:5px 2%
}
.alerta{
	background:#FFFFBF;
	color:#333;
	text-align:left;
	width:calc(100% - 40px);
	padding:15px 20px;
	font-size:14px;
	line-height:26px;
	margin:30px 0
}
.white{
	color:#FFF
}
.fs16{
	font-size:14px
}
.fs14{
	font-size:14px;
}
.fblue{
	color:#2778B1
}
.m0{margin:0}
.mt30{
	margin-top:30px
}
.mr20{
	margin-right:20px
}
.lh30{
	line-height:30px
}
.bull{
	font-size:60px;
	line-height:36px;
	margin-left:20px
}
.aprovada{
	color:#00D9A3;	
}
.aprovadaSelect{
	background:#00D9A3;	
	color:#333;
}
.pendente{
	color:#FFDC73;	
}
.pendenteSelect{
	background:#FFDC73;	
	color:#333;
}
.recusada{
	color:#CCC;	
}
.recusadaSelect{
	background:#CCC;	
	color:#333;
}
.icon-menu{
	display:none;
}
@media (max-width: 876px) {
  .sidebar {
	position:fixed;
	width:100%;
	text-align:center;
	height:100px;
	overflow:hidden
  }
  .sidebar .logo {
    padding: 5px 0px;
    margin: 10px 10% 20px;
    display: block;
    position: relative;
    z-index: 4;
  }
  .sidebar .logo  img{
	width:80px
  }
  .icon-menu{
	  display:block;
	  position:absolute;
	  right:10px;
	  top:10px;
	cursor:pointer;
  }
  .main-panel {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom:200px;
	top:100px
  }
  
}
/*******************
 * GHS 2019.04.02
 *******************/
.btnDefault {
	background:#2778B1;
	color:#FFF;
	border-radius: 5px;
	width:100px;
	padding:4px;
	cursor:pointer;
}
.btnDefault:hover {
	background:#333;
	cursor:pointer
}
.filiada, .vinculada{
	padding:1px 5px;
	color:#FFF;
	border-radius: 3px;
	position:relative;
	top:-2px;
	font-size:10px;
}
h1 .filiada, h1 .vinculada{
	font-size:30px;
	padding:1px 10px;
	top:-6px
}
.filiada{
	background:#FF4000
}
.vinculada{
	background:#2778B1
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#myBtn{
	cursor:pointer
}