 input {
  margin: 0;
}

.frm_geral ul.tabs {
	margin: 0;
  margin-bottom: 0px;
	padding: 0;
	float: left;
	list-style: none;
	/*height: 20px;*/
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	width: 100%;
}
.frm_geral ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	/*height: 20px;
	line-height: 20px;*/
	border: 1px solid #eee;
	border-left: none;
  border-bottom: none;
	/*margin-bottom: -1px;*/
	background: #F7F7F7;
	overflow: hidden;
	position: relative;
    -moz-border-radius-topleft: 5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;
border-top-left-radius:5px;
border-top-right-radius:5px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
.frm_geral ul.tabs li a {
	text-decoration: none;
	color: #aaaaaa;
	display: block;
	padding: 4px 8px;
	outline: none;
  font-size: 1.1em;
}
.frm_geral ul.tabs li a:hover {
	background: #eee;
    color: #666;
}
html .frm_geral ul.tabs li.active, html .frm_geral ul.tabs li.active a:hover  {
	background: #31B0D5;
    border-color: #ACDBBB;
	/*border-bottom: 1px solid #fff;*/
}
html .frm_geral ul.tabs li.active a {
    color: #fff;
}

.fielders {
    border: 1px solid #eee;
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  -moz-border-radius-bottomright: 5px;
  -khtml-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -khtml-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

.frm_geral .tab_container {
	border: 1px solid #eee;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.frm_geral .tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.frm_geral .tab_content h2, h2.h2-op1, p.p2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.6em;
    margin-bottom: 10px;
    text-align: left;
}
.frm_geral .tab_content p {
  font-size: 13px;
  text-indent: 0;
}


.frm_geral .tab_content h3 a{
	color: #254588;
}
.frm_geral .tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}

#frm-erros label.error {
	display: block;
  height: 16px;
  background: url(imgs/alerta-mini.png) left center no-repeat;
	margin: 5px 10px;
  padding-left: 18px;
	width: auto;
  color: #CC0000;
  font-weight: normal;
  font-size: 13px;
}

/*.frm_geral label {
  font-size: 13px;
  color: #999999;
  width: 120px;
  display: block;
  float: left;
  clear: left;
  text-align: right;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-right: 3px;
}*/
.frm_geral label.lbl_inline {
  width: auto;
  display: inline;
  float: none;
  clear: none;
  text-align: left;
  padding: 0;
  margin: 0;
  padding-left: 3px;
}

.bloco {
  display: inline;
}

.frm_geral input[type=text], .frm_geral input[type=email], .frm_geral input[type=password], .frm_geral select, .frm_geral textarea {
  padding: 2px;
  margin-bottom: 3px;
  border:solid 1px #C5C5C5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
input.error {
  background: url(imgs/alerta-mini.png) left center no-repeat;
  box-shadow: 1px 1px 1px #FF0000;
}
.frm_geral textarea {
  font-size: 13px;
}


.frm_geral input.tm1, .frm_geral textarea.tm1 {
  width: 340px;
}
.frm_geral input.tm1a, .frm_geral textarea.tm1a {
  width: 300px;
}

.frm_geral input.tm2 {
  width: 120px;
}
.frm_geral input.tm3 {
  width: 60px;
}

.frm_geral p#patrocinador_nome {
  padding-left: 123px;
  color: #527845;
  font-weight: bold;
}
.frm_geral fieldset {
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
  margin: 5px 0;
}
.frm_geral fieldset legend {
  color: #3F5C3F;
  font-weight: bold;
}

.tabela {
  text-align: center;
  width: 500px;
  border-collapse:collapse;
  border: 1px #000000 solid;
}

.tabela td {
  padding: 2px;
  border: 1px #000000 solid;
}

.tabela th {
  color: #0565A5;
  background-color: #AACFE8;
  padding: 2px;
  border: 1px #000000 solid;
}

.td_r {
  background-color: #DD0000;
}

.td_r a {
    color: white;
}

.td_b {
  background-color: yellow;
}

.td_b a{
  color: #000;
}

.td_o {
  background-color: #00DD00;
}

.td_o a {
  color: #000;
}

#menu_peso {
  padding: 10px;
}

#menu_peso a{
  margin-left: 5px;
}


div.dataTables_length label {
    width: 200px;
    float: left;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
}
 
div.dataTables_length select {
    width: 75px;
}
 
div.dataTables_filter label {
    float: right;
    margin-top: 10px;
}
 
div.dataTables_info {
  float: left;
  width: 350px;
    padding-top: 8px;
}
 
div.dataTables_paginate {
    float: right;
    margin: 0;
}
 
table {
    margin: 1em 0;
    clear: both;
}

#tab1 label,
#tab3 label,
#tab4 label,
#tab5 label,
#tab6 label {
  text-align: right;
}

a.next-tab {
  color: #FFFFFF;
}

h2.subtit-cad span.badge {
  font-size: 100%;
}

.badge-tab {
  color: #31B0D5 !important;
  background-color: #FFFFFF !important;
}

#submit-cad {
  display: none;
}