body {
    margin: auto;
    background: #272b30;
}
.body {

    width: 98%;
    min-height: 100%;
    margin: auto;
    overflow: auto;
    padding:0;
    font: 0.78em arial, tahoma, helvetica, sans-serif;
    color: #c8c8c8;
}
.title{
    font-family: sans-serif;
    color: #fff;
    text-align: center;
}
button{
    width: 50%;
    height: 100%;
    float: left;
    border: none;
    outline:none;
    cursor: pointer;
    padding: 10px;
    font-family: sans-serif;
    font-size: 18px;
}
button.euro{
    background-color: #2e3338;
    color: #fff;
}
button.euro:hover{
    background-color: #d7d4d4;
    color: #000;
}
button.toto{
    background-color: #2e3338;
    color: #fff;
}
button.toto:hover{
    background-color: #d7d4d4;
    color: #000;
}
.center{
  margin: auto;
  width: 98%;
}
.Container_left{
    width: 49%;
    height: 100%;
    float: left;
    border: none;
    outline:none;
    cursor: pointer;
    padding: 1px;
    font-family: sans-serif;
}
.Container_right{
    width: 49%;
    height: 100%;
    float: right;
    border: none;
    outline:none;
    cursor: pointer;
    padding: 1px;
    font-family: sans-serif;
}
.topbar{
    position: relative;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    overflow: auto;
    padding: 0;
    background: #000;
    border-bottom: 4px solid #8b272a;
}
.copyrights {
    position: relative;
    bottom: 5px;
    width: 100%;
    margin: auto;
    overflow: auto;
    padding: 40px 0 0 0;
    font: 0.7em arial, tahoma, helvetica, sans-serif;
    text-align: center;
    color: #fff;
}
hr {
    width:30%;
    border-bottom:1px solid rgba(0,0,0,.125);
}
h1 {
    margin: 6px auto;
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding: 2px 0 0 0;
    font: 1.4em arial, tahoma, helvetica, sans-serif;
}
h2 {
    font-weight: bold;
    font-size: 130%;
    line-height: 1.5em;
    color: #fff;
    border-bottom: 1px solid #8b272a;
}
.floatright{
    float: right;
    width: 49%;
    margin: 0;
    padding: 0;
}
.floatleft{
    float: left;
    width: 49%;
    margin: 0;
    padding: 0;
}
.estatisticas{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.bttn {
    background-color: #fff;
    border: 1px solid #8b272a;
    border-radius: 3px;
    color: black;
    padding: 5px 6px;
    text-decoration: none;
    margin: 2px 2px;
    cursor: pointer;
}


.form-style{
    /*
    max-width: 400px;
    background: #FAFAFA;
    padding: 30px;
    margin: 50px auto;
    box-shadow: 1px 1px 10px #8b272a;
    border-radius: 10px;
    border: 2px solid #8b272a;
*/
}
.form-style tr td  .field-style{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 4px;
    outline: none;
    border: 1px solid #8b272a;
    -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;
    text-align:center;
    background-color: #3e444c;
    color:#c8c8c8;
}
.form-style tr td  .field-style:focus{
    box-shadow: 0 0 5px #8b272a;
    border:1px solid #8b272a;
}
.form-style tr td .field-split{
    width: 49%;
}
.form-style tr td .field-full{
    width: 100%;
}
.form-style tr td input.align-left{
    float:left;
}
.form-style tr td input.align-right{
    float:right;
}
.form-style tr td input.align-center{
      float: left;
      position: relative;
      left: 25%;
}
.form-style input[type="button"],
.form-style input[type="submit"] {
    -moz-box-shadow: inset 0px 1px 0px 0px #8b272a;
    -webkit-box-shadow: inset 0px 1px 0px 0px #8b272a;
    box-shadow: inset 0px 1px 0px 0px #8b272a;
    background-color: #8b272a;
    border: 1px solid #8b272a;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px 18px 2px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}
.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover {
    background: linear-gradient(to bottom, #ce272a 5%, #8b272a 100%);
    box-shadow: inset 0px 1px 0px 0px #ce272a;
    background-color: #8b272a;
    border: 1px solid #ce272a;
}

.border-rg{
   /*border-left: 1px solid #8b272a;
   border-bottom: 1px solid #8b272a;
   border-right:1px solid #8b272a;*/
}

table.tabela {
    border:0;
    width:100%;
    border-collapse: collapse;
}
td {
   padding: 3px 0px 0px 0px;
}
tr.tabela:nth-child(even) {
    background-color: #3e444c;
}
tr.tabela:hover{
    background-color:#d6d8db;
    color:#000;
}
table.tabela td {
    width:1%;
}
