#historico-cadastro {
	width: 100%;
	float: left;
	border: 1px dashed green;
	/*margin: 100px 0px 0px 100px;*/
	background-color: #FFFFFF;
    /*opacity: 0.7;
    filter: alpha(opacity=70);*/ /* For IE8 and earlier */
    font-family: Georgia, Arial, Helvetica, Sans-Serif;
}

#table-form-historico {
	margin: 0 auto;
	/*border: 1px solid blue;*/
	margin-top: 25px;
	/*margin-bottom: 200px;*/
}

#table-form-historico-resultado {
	margin: 0 auto;
	border: 0px solid blue;
	width: 900px;
	margin-top: 30px;
	margin-bottom: 70px;
}

#table-form-historico .th-canto{
	width: 100px;
}

#table-form-historico .th-meio{
	width: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
}

#table-form-historico .th-nome1{
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	font-size: 18px;
}

#table-form-historico .th-nome2{
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
	font-size: 18px;
}

#table-form-historico .td-nome1{
	float: right;
	margin-top: 3px;
}

#table-form-historico .td-nome2{
	padding-left: 10px;
}

#table-form-historico select {
    font-size: 20px;
    width: 310px;
}

#table-form-historico th{
	font-weight: normal;
	text-align: right;
}

#table-form-historico-resultado .th-titulo{
	color: #666;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.txt-info-casa {
	color: #9bca3d;
	font-size: 25px;
}

.txt-info-fora {
	color: #004670;
	font-size: 25px;
}

#table-form-historico-resultado .titulo-caixa-info-td {
	color: #666;
	font-size: 18px;
}

#table-form-historico-resultado .titulo-caixa-info-td b {
	font-size: 25px;
}

#table-form-historico-resultado .titulo-caixa-info-td-direita {
	color: #666;
	font-size: 18px;
	margin-left: 10px;
}

#table-form-historico-resultado .titulo-caixa-info{
	color: #666;
	font-size: 18px;
	margin-top: 20px;
	padding-bottom: 10px;
}

.conteudo-td {
	width: 450px;
	border-right: 1px dashed #004670;
}

.conteudo-td-top {
	vertical-align: top;
}

#table-form-historico tr{
	height: 40px;
}

.tabela-td-num {
	width: 4%;
	text-align: center;
}

.historico-td-ini {
	width: 45%;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}

#historico-cadastro ol {
	text-align: left;
}

#historico-cadastro label {
	margin-left: 0px;
}

#historico-cadastro input[type=button] {
	padding: 0px 10px 0px 10px;
	margin-right: 15px;
}

.nao-encontrado {
	font-size: 15px;
	font-weight: bold;
	color: #9bca3d;
}

/* BARRAS */

.container-bar {
  position: relative;
  width: 445px;
  margin: 0px;
  background: #fff;
  padding-top: 10px;
  overflow: hidden;
  float: left;
}

.titulo-progress-bar{
  float: left;
  height: 15px;
  width: 350px;
  /*padding: 12px 0;*/
  padding-bottom: 2px;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}

.confronto .progress-bar,
.gol-bar .progress-bar {
  float: left;
  /*height: 15px;*/
  width: 350px;
  /*padding: 12px 0;*/
  padding-top: 5px;
  padding-bottom: 12px;
}

/*.confronto .progress-track {
  position: relative;
  width: 100%;
  height: 25px;
  background: #ebebeb;
}
*/
.confronto .progress-fill,
.gol-bar .progress-fill{
  position: relative;
  height: 25px;
  width: 50%;
  color: #fff;
  text-align: center;
  font-family: "Lato","Verdana",sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.confronto p, .gol-bar p {
  float: right;
  height: 0px;
  width: 0px;
  padding: 0px 0;
  margin: 2px -6px 0px 0px;
}

.confronto .vitoria, .gol-bar .vitoria {
  background: #9bca3d;
}

.confronto .derrota, .gol-bar .derrota {
  background: #004670;
}

.confronto .empate {
  background: #c0c0c0;
}

.confronto .vitoria p, .gol-bar .vitoria p {
  color: #9bca3d;
}

.confronto .derrota p, .gol-bar .derrota p {
  color: #004670;
}

.confronto .empate p {
  color: #c0c0c0;
}

/*.rounded .progress-track,*/
.rounded .progress-fill {
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0,0,0,.2);
}

/* MAIORES GOLEADAS */

.container-goleada {
	position: relative;
	width: 460px;
	margin: 0px;
	background: #fff;
	padding: 0px;
	overflow: hidden;
	float: left;
}

.tb-goleada {
	/*width: 380px;*/
}

.td-goleada {
	width: 155px;
}

.td-goleada-info {
	text-align: center;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    vertical-align: bottom;
    border-bottom: 1px dashed green;
}

.td-goleada-time span{
    font-size: 12px !important;
    color: gray;
    vertical-align: middle
}

.td-goleada-time img{
    vertical-align: middle;
}

.td-goleada-centro {
	text-align: center;
	width: 90px;
	font-size: 22px;
}

.tb-goleada span {
	padding: 0px 5px;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.tb-goleada .txt-home {
	font-size: 32px;
	font-weight: bold;
	color: #666;
	padding: 0px;
}

.tb-goleada .txt-away {
	font-size: 32px;
	font-weight: bold;
	color: #666;
	padding: 0px;
}

.tb-goleada .esquerda {
	text-align: right;
	/*color: #9bca3d;*/
}

.tb-goleada .direita {
	text-align: left;
	/*color: #004670;*/
}

.td-info-wo {
	font-family: Georgia, Arial, Helvetica, Sans-Serif;
	font-size: small;
	color: gray;
	text-align: center;
}

.cor-home{
	color: #9bca3d;
}

.cor-away{
	color: #004670;
}

.cor-neutro{
	color: #c0c0c0;
}

/* HISTÓRICOS DE CONFRONTOS */

.container-historico {
	position: relative;
	width: 430px;
	height: 450px;
	margin-left: 10px;
	background: #fff;
	padding: 0px;
	overflow-x:hidden;
	overflow-y:auto;
	float: left;
	margin-top:  10px;
}

/* MENSAGENS DE ALERTA */

.alert-box {
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.success, .failure, .warning {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 20px;
    line-height: 30px; /* Same as height */
    text-align: center;
    font-weight: bold;
}

.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: none;
}

.failure {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: none;
}

.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    display: none;
}
