﻿/* RESERTS */

html, body { margin:0; padding:0; overscroll-behavior:none; }
h1, h2 { font-weight:100; }
h1, h2, h3, caption { margin:0; padding:0; }
h1 { font-size:22px; }
h2 { font-size:18px; }
h3, caption { font-size:16px; }
p, ul { display:block; line-height:inherit; }
img, a { border:none; }
fieldset { border:none; border-radius:6px; margin:0; padding:4px 2px; width:100%; }
legend { font-weight:normal; padding:0 5px; margin:0; }
button, textarea, select, input { resize:none; outline:none; }
hr { display:block; height:1px; border:0; border-top:1px solid #E4E4E4; margin:10px 0 16px 0; padding:0; }
button::-moz-focus-inner, input::-moz-focus-inner, a::-moz-focus-inner { border:0; }
*, *::before, *::after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
*[disabled] { cursor:default; pointer-events:none; }

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
html, body, md-content, md-sidenav {
    background-color: #F9FAFB !important;
}

/* PADROES */

md-content {
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important;
    overflow-x: hidden;
}
md-content > div {
    min-height: 100%;
}
md-content > div > div:first-child {
    color: #555;
    min-height: calc(100vh - 145px) !important;
    padding: 0;
    display: -ms-flexbox;
    -ms-flex: 1 1 auto;
}
md-menu-item > .md-button {
    display: inline-block;
}
.md-button {
    padding: 0 10px;
}
.md-toolbar-tools {
    padding: 0 8px 0 6px;
}
.md-toolbar-tools .left {
    margin: 0 6px 0 0 !important;
}
.md-toolbar-tools .right {
    margin: 0 0 0 6px !important;
}
.md-toolbar-tools .md-button.md-icon-button {
    min-width: 40px;
}
.md-toolbar-tools .md-icon-button[disabled] md-icon {
    color: rgba(255, 255, 255, 0.5);
}
.md-toolbar-tools h1 {
    font-size: inherit;
    font-weight: inherit;
    margin: inherit;
}
.md-toolbar-tools div.filtro input {
    background-color: rgba(255, 255, 255, 0.3);
    border: 0;
    border-radius: 6px;
    color: #FFF;
    float: right;
    max-width: 200px;
    padding: 5px 8px;
    width: 100%;
}
.md-toolbar-tools div.filtro input::placeholder {
    color: #FFF;
    opacity: 0.5;
}
.layout-padding-gt-sm > *, .layout-padding-md > *, .layout-padding > * {
    padding: 0 !important;
}
.md-open-menu-container {
    border-radius: 12px;
}
md-sidenav {
    font-size: 0;
    max-width: 240px;
    min-width: 240px;
    overflow: hidden;
}
md-sidenav > div {
    overflow-y: scroll;
    position: relative;
    scrollbar-width: none;
}
md-sidenav > div::-webkit-scrollbar {
    width: 0;
    height: 0;
}
md-sidenav > div:nth-child(2) {
    display: table;
    width: 100%;
}
md-sidenav > div > div:nth-child(2) {
    padding-top: 8px;
}
md-sidenav > div > div:nth-child(4) {
    padding-bottom: 8px;
}
md-sidenav div.logo {
    background-color: #212121;
    color: #FFF;
    display: table;
    padding: 10px;
    text-align: left;
    width: 100%;
}
md-sidenav div.logo img {
    float: left;
    height: 40px;
    width: 40px;
}
md-sidenav div.logo div {
    float: left;
    height: 40px;
    margin-left: 12px;
    -webkit-justify-content: center;
    justify-content: center;
}
md-sidenav div.logo div span:first-child {
    display: block;
    font-size: 18px;
    line-height: 18px;
}
md-sidenav div.logo div span:last-child {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}
md-sidenav .md-button-toggle {
    border-radius: 0 24px 24px 0;
    color: #595959;
    margin: 0;
    padding: 6px;
    text-align: left;
    width: 100%;
}
md-sidenav .md-button-toggle md-icon:first-child {
    margin: auto 20px auto 10px;
}
md-sidenav .md-button-toggle span.aviso, md-sidenav .md-button-toggle span.info {
    align-items: center;
    border-radius: 50%;
    color: #FFF;
    display: grid;
    font-family: monospace;
    height: 24px;
    justify-items: center;
    line-height: 0;
    margin: 6px 6px 0 0;
    width: 24px;
}
md-sidenav .md-button-toggle span.aviso {
    animation: pulse 2s infinite;
    background-color: #FF0000;
}
md-sidenav .md-button-toggle span.info {
    background-color: #808080;
}
md-sidenav .ativo, md-sidenav .ativo md-icon {
    color: #212121;
}
md-sidenav .ativo:not(.submenu)  {
    background-color: #F1F3F4;
}
md-sidenav .menu, md-sidenav .menu:hover {
    background-color: #F7F7F7 !important;
    cursor: default;
}
md-sidenav ul {
    border: 0;
    margin: 0;
    padding: 0;
}
md-sidenav ul li {
    font-size: 0;
}
md-sidenav ul li .md-button-toggle {
    padding-left: 36px;
    text-transform: none;
}
.material-icons svg {
    pointer-events: none;
    display: block;
}
md-toast {
    max-width: 50%;
    position: fixed;
}
md-toast .md-toast-content {
    border-radius: 6px;
}
md-datepicker {
    margin-right: 0;
}
md-datepicker .md-button.md-icon-button {
    margin-left: 0;
    margin-right: 0;
}
.md-datepicker-input-container {
    min-width: 190px;
}
md-toolbar.md-whiteframe-glow-z1 {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
}
md-toolbar {
    z-index: 61;
}
md-toolbar div.side {
    font-size: 0;
    width: 245px;
}
md-toolbar div.side div.logo {
    height: 40px;
}
md-toolbar div.side div.logo img {
    height: 100%;
    margin: 0 5px 0 0;
}
md-toolbar div.side div.logo div {
    height: 40px;
    -webkit-justify-content: center;
    justify-content: center;
}
md-toolbar div.side div.logo div span:first-child {
    display: block;
    font-size: 20px;
}
md-toolbar div.side div.logo div span:last-child {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}
md-toolbar button.focus.md-focused:not([disabled]) {
    background-color: rgba(158, 158, 158, 0.7);
}

md-checkbox {
    min-height: 20px;
    margin: 0 16px 16px 0;
}
md-checkbox .md-container {
    margin: 10px 0;
}
md-checkbox .md-label {
    margin-top: 0;
    margin-left: 26px;
}
md-radio-group {
    display: block;
    padding-bottom: 24px;
}
md-input-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 19px;
    padding: 2px 2px 26px;
}
md-input-container .md-resize-wrapper {
    width: 100%;
}
md-input-container input {
    box-sizing: border-box;
    -ms-flex: 1 1 auto;
    flex: 1 1 0;
}
md-input-container > md-select {
    min-width: 250px;
}
md-autocomplete md-input-container {
    display: block;
}
._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
    margin: 0;
    padding: 0;
    right: auto;
    width: 100%;
}
md-select-value span:first-child {
    display: -ms-flexbox;
}
md-option .md-text {
    width: 100%;
}
md-menu.submenu {
    padding: 0;
    min-height: 48px;
}
md-menu.submenu > button {
    text-align: left;
    margin: 0;
    padding: 0 16px;
    height: 100%;
    width: 100%;
    min-height: 48px;
    min-width: 88px;
    line-height: 36px;
}
md-menu.submenu > button md-icon {
    margin: auto 16px auto 0;
}
md-menu.submenu > button span {
    margin-top: auto;
    margin-bottom: auto;
    text-transform: none;
    font-weight: 400;
}
div.conteudo {
    position: relative;
}

div.lista, div.novo {
    padding: 16px 16px 100px 32px;
    width: 100%;
}
div.lista h2 {
    clear: both;
}
div.novo fieldset {
    border: 1px solid #CCC;
    display: inline;
    padding: 10px 15px;
}
div.novo fieldset legend {
    color: rgba(0, 0, 0, 0.40);
}
div.linha {
    min-height: 85px;
}
div.linha > div {
    display: inline-block;
    min-height: 85px;
    min-width: 300px;
    vertical-align: top;
}
div.linha > div:last-child {
    min-width: 0;
}
div.linha > div > * {
    margin-bottom: 0;
}
div.linha > div.pnl {
    font-size: 18px;
    min-height: 0;
    min-width: 0;
    padding-bottom: 20px;
    text-align: center;
}
div.linha > div.pnl div {
    font-size: 22px;
}
div.table-row {
    background-color: #F9FAFB;
    display: table;
    height: 100%;
    min-height: calc(100vh - 95px);
    padding: 16px;
    position: absolute;
    width: 100%;
}
div.table-row > div {
    display: table-row;
    width: 100%;
}
div.table-row > div:last-child {
    height: 100%;
}

div.painel-imagem, div.painel-imagem div.fundo {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
div.painel-imagem {
    background-color: transparent;
    z-index: 100;
}
div.painel-imagem div.fundo {
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 101;
}
div.painel-imagem div.img {
    color: #000;
    height: 100%;
    padding: 16px;
    text-align: center;
    z-index: 102;
}
div.painel-imagem div.img img {
    border: 1px solid #E3E3E3;
    border-radius: 6px;
    box-shadow: 0 0 6px #808080;
    max-height: 100%;
    max-width: 100%;
}

div.grid-auto {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 32px;
}
div.grid-auto md-input-container {
    margin-bottom: 0;
}

/* CONTROLLERS */

div.home2 div.pnl {
    background-color: #FFF;
    border-radius: 12px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    color: #7B858E;
    display: inline-block;
    padding: 10px 16px;
    margin: 0 20px 20px 0;
    min-width: 330px;
    min-height: 133px;
    text-align: left;
    vertical-align: top;
}
div.home2 div.pnl:last-child {
    margin-right: 0;
}
div.home2 div.pnl > b {
    display: block;
    padding-bottom: 12px;
}
div.home2 div.pnl > div {
    font-size: 0;
}
div.home2 div.pnl > div label {
    display: inline-block;
    color: #000;
    font-size: 36px;
    padding-bottom: 12px;
}
div.home2 div.pnl > div label:last-child {
    float: right;
    padding-left: 16px;
}
div.home2 div.pnl > div span {
    display: inline-block;
    font-size: 16px;
}
@media (max-width:1000px) {
    div.home2 div.pnl {
        margin-right: 16px;
    }
}
@media (max-width:750px) and (min-width:712px) {
    div.home2 div.pnl:nth-child(2) {
        margin-right: 0;
    }
}
@media (max-width:680px) {
    div.home2 div.pnl {
        margin: 0 0 30px 0;
    }
    div.home2 div.pnls {
        text-align: center;
    }
}

div.home, div.home2 h2 {
    padding-bottom: 36px;
}
div.home > label {
    display: block;
}
div.home label {
    padding: 5px 16px 5px 0;
}
div.home div label {
    display: inline-block;
}
div.home span {
    color: #000;
    padding-left: 2px;
}
div.home div.chart {
    width: 100%;
    overflow-x: auto;
}
div.home div.chart div {
    min-width: 750px;
}
div.home div.chart div canvas {
    max-height: 400px;
    max-width: 100%;
}
div.home2 h2 b {
    display: block;
    margin-bottom: 5px;
    text-transform: capitalize;
}
div.home2 table.tbHome th, div.home2 table.tbHome td {
    text-align: left !important;
    min-width: 0 !important;
}
div.home2 table.tbHome th.right, div.home2 table.tbHome td.right {
    text-align: right !important;
}
div.home2 div.avisos > div {
    display: inline-block;
    padding: 0 30px 16px 0;
    vertical-align: top;
}
div.home2 div.avisos h1 {
    cursor: pointer;
    padding: 0 8px;
    outline: none;
}
div.home2 div.avisos h1 span:first-child {
    align-items: center;
    border-radius: 50%;
    color: #FFF;
    display: grid;
    float: left;
    font-family: monospace;
    font-size: 14px;
    font-weight: bold;
    justify-items: center;
    height: 30px;
    margin-right: 20px;
    width: 30px;
}
div.home2 div.avisos h1 span.aviso {
    animation: pulse 2s infinite;
    background-color: #FF0000;
}
div.home2 div.avisos h1 span.info {
    background-color: #BBB;
}
div.home2 div.avisos div.bloco {
    display: block;
    padding-right: 0;
}
@media (max-width:560px) {
    div.home2 div.avisos h1 {
        padding: 0;
    }
    div.home2 div.avisos > div {
        display: block;
        padding-right: 0;
    }
}

div.configurar table {
    border-collapse: separate;
    width: auto;
}
div.configurar table td {
    border: 1px solid #E3E3E3;
    cursor: pointer;
    height: 30px;
    padding: 0;
    width: 30px;
}
div.configurar table td:hover, div.configurar table td.check {
    border: 1px solid #000;
}

div.apostas div.paginacao {
    font-size: 0;
    margin-top: 8px;
}
div.apostas div.paginacao > * {
    font-size: 16px;
    margin-right: 10px;
    outline: none;
}
div.apostas div.paginacao button, div.apostas div.paginacao input {
    border: 1px solid #CCC;
    border-radius: 6px;
    height: 34px;
    text-align: center;
}
div.apostas div.paginacao button {
    width: 38px;
}
div.apostas div.paginacao input {
    width: 60px;
}

div.financeiro table.mes tbody td {
    cursor: pointer;
}
div.financeiro table.dia td {
    height: 55px;
}

div.despesa img {
    border: 1px solid #E3E3E3;
    border-radius: 6px;
    max-width: 800px;
    width: 100%;
}
div.despesas h2 {
    font-size: 20px;
    padding-bottom: 24px;
}
div.despesas h3 {
    padding-bottom: 6px;
}
div.despesas div.bold {
    font-weight: bold;
    margin-bottom: 40px;
}
div.despesas div.table table.tbl {
    margin-bottom: 0;
}
div.despesas div.table table.tbl tfoot td {
    padding: 5px 10px;
}
div.resumo table {
    min-width: 400px;
    width: auto;
}
@media (max-width:600px) {
    div.resumo table {
        min-width: 100%;
        width: 100%;
    }
}

div.acumulado h2 {
    font-size: 20px;
    padding-bottom: 16px;
}

div.loja md-radio-group md-radio-button {
    height: 20px;
    margin: 16px 20px 0 0 !important;
}
div.loja fieldset {
    margin-bottom: 30px;
}
div.loja fieldset button {
    margin: 0 0 6px 0 !important;
}
div.loja fieldset div.serie > div {
    float: left;
    padding-bottom: 30px;
    padding-right: 30px;
}
div.loja fieldset div.serie > div:last-child {
    padding-right: 0;
}
div.loja fieldset div.serie div md-input-container {
    max-width: 260px;
}
div.loja fieldset table.tbl thead th {
    background-color: transparent;
    border-bottom: 1px solid #E3E3E3;
}
div.loja fieldset div.emprestimo {
    margin-top: 8px;
}
div.loja fieldset div.emprestimo > div {
    float: left;
    margin-right: 26px;
    width: 200px;
}
div.loja fieldset div.emprestimo > div md-input-container > md-select {
    min-width: 196px;
}
div.loja fieldset div.emprestimo > div .md-datepicker-input-container {
    min-width: 140px;
}
div.loja fieldset div.emprestimo > div md-input-container {
    padding-bottom: 0;
}
div.loja fieldset table.tbl thead th {
    position: initial;
}

div.descarregar table md-checkbox {
    margin: 0;
    width: 20px;
}

div.administrativo md-input-container {
    margin: 0;
    padding: 0;
}
div.administrativo md-input-container .md-input {
    width: auto;
}
div.administrativo table tbody tr td:last-child {
    width: 100%;
}
div.administrativo table.tbl tbody td:first-child {
    min-width: 160px;
}
div.administrativo table.tbl td, div.administrativo table.tbl tfoot td {
    padding: 10px;
}

div.resultados div.linha,
div.resultados div.linha > div {
    min-height: 80px;
}
div.resultados table td span {
    display: block;
}
div.resultados table td span:last-child {
    font-size: 12px;
    padding-top: 3px;
}
div.resultados div.aviso div {
    animation: pulse 2s infinite;
    background-color: #FF0000;
    border-radius: 8px;
    color: #FFF;
    margin-top: 20px;
    padding: 4px 10px; 
}
div.resultado md-input-container.grupo {
    margin-bottom: 0;
    padding-bottom: 0;
}
div.resultado span.grupo {
    display: block;
    font-size: 18px;
    min-height: 33px;
    margin: 0;
    padding: 2px 0 26px 3px;
}
div.resultado div.sorteio div {
    display: inline-block;
    font-size: 20px;
    margin: 0 32px 32px 0;
    text-align: center;
}
div.resultado div.sorteio div:last-child {
    margin-right: 0;
}
div.resultado div.sorteio div b {
    display: block;
}
div.resultado > div > md-input-container .md-input {
    height: 46px;
    font-size: 28px;
    letter-spacing: 4px;
}

div.loterias table {
    text-align: center;
}
div.loterias table thead th {
    color: #FFF;
    text-align: center;
}
div.loterias table thead th.cnz {
    color: #000;
}
div.loterias table thead th.ouro {
    background-color: #B7AF4C;
}
div.loterias table thead th.lrnj {
    background-color: #F67C01;
}
div.loterias table thead th.vrml {
    background-color: #D32F2E;
}
div.loterias table thead th.ouro {
    background-color: #B7AF4C;
}
div.loterias table thead th.lrnj {
    background-color: #F67C01;
}
div.loterias table thead th.vrml {
    background-color: #D32F2E;
}
div.loterias table thead th.vrd {
    background-color: #398E3D;
}

div.calendario {
    padding: 16px;
}
div.calendario .tbl-meses {
    border-collapse: collapse;
    border-spacing: 0;
    display: inline-block;
    margin: 0 15px 30px 15px;
    vertical-align: top;
}
div.calendario .tbl-meses caption {
    color: #444;
    padding-bottom: 4px;
    text-align: left;
}
div.calendario .tbl-meses tr th {
    background-color: #EEE;
}
div.calendario .tbl-meses tr td,
div.calendario .tbl-meses tr th {
    border: 0;
    padding: 6px 0;
    position: relative;
    text-align: center;
    width: 40px;
}
div.calendario .tbl-meses tr td.hoje {
    font-weight: bold;
}
div.calendario .tbl-meses tr td.possui {
    color: #CF0000;
}
div.calendario .tbl-meses tr td div {
    position: absolute;
    top: 1px;
    right: 1px;
}
div.calendario .tbl-meses tr td div div.federal,
div.calendario .tbl-meses tr td div div.estadual,
div.calendario .tbl-meses tr td div div.municipal {
    border-radius: 50%;
    height: 6px;
    margin-bottom: 2px;
    position: relative;
    width: 6px;
}
div.calendario .tbl-meses tr td div div.federal {
    background-color: #CF0000;
}
div.calendario .tbl-meses tr td div div.estadual {
    background-color: #0000CF;
}
div.calendario .tbl-meses tr td div div.municipal {
    background-color: #008000;
}

div.config fieldset legend {
    color: #000;
    font-weight: bold;
}

div.transf table .wdth {
    max-width: 400px;
    min-width: 150px;
    word-break: break-all;
}
div.jogadores table .wdth {
    max-width: 300px;
    min-width: 150px;
    word-break: break-all;
}

div.pagase > fieldset {
    border-color: #CF0000;
    display: inline-block;
    max-width: 500px;
    margin: 0 8px 16px 8px;
    width: 100%;
}
div.pagase > fieldset > legend {
    color: #CF0000;
}
div.pagase > fieldset.jogador {
    border-color: #0000CF;
}
div.pagase > fieldset.jogador > legend {
    color: #0000CF;
}
@media (max-width:670px) {
    div.pagase > fieldset {
        max-width: 100%;
        margin: 0 0 32px 0;
    }
}

div.simulador fieldset {
    padding: 16px;
    margin-bottom: 26px;
    max-width: 350px;
    text-align: center;
    width: 100%;
}
div.simulador fieldset .md-button {
    padding: 0;
}
div.simulador fieldset legend {
    text-align: left;
}
div.simulador div.linha > div {
    margin-right: 26px;
    max-width: 120px;
    min-width: 120px;
}
div.simulador div.linha > div md-input-container input {
    -ms-flex: none;
    flex: none;
}
div.simulador div.linhapst {
    display: inline-block;
    min-height: 0;
}
div.simulador div.linha > div.pst {
    min-height: 0;
    margin: 0 8px;
    max-width: 40px;
    min-width: 40px;
}
div.simulador div.linha > div.pst md-input-container {
    margin: 0;
    padding: 0 0 10px;
}
div.simulador div.linha > div.pst input {
    text-align: center;
}
div.simulador div.icons .md-button.md-icon-button {
    margin: 0;
}
div.simulador div.chks {
    display: inline-block;
    font-size: 0;
    padding-bottom: 16px;
}
div.simulador div.chks > div {
    display: inline-block;
    margin: 0 12px;
    text-align: center;
}
div.simulador div.chks > div label {
    display: block;
    font-size: 14px;
}
div.simulador div.chks > div md-checkbox {
    margin: 0;
}
div.simulador div.chks > div md-checkbox .md-label {
    display: none;
}
div.simulador div.chks > div md-checkbox div.md-container {
    margin-left: -10px;
}
div.simulador span.minimo {
    display: block;
    font-size: 12px;
    padding-top: 8px;
    text-align: center;
}
div.simulador md-input-container.valor {
    margin: 18px auto 0 auto;
    width: 125px;
}
div.simulador md-input-container.valor input {
    -ms-flex: none;
    flex: none;
    text-align: center;
}
div.simulador div.btns button {
    margin-right: 12px;
    margin-left: 12px;
    width: 100px;
}
div.simulador table.tbl {
    margin: 4px 0 26px 0;
}

div.relatorio div.chart {
    margin-top: 16px;
    text-align: center;
}
div.relatorio div.chart > div {
    display: inline-block;
    margin: 16px;
    text-align: center;
}
div.relatorio div.chart > div span {
    display: block;
    padding-top: 8px;
}

div.usuario fieldset.permissoes > div {
    display: block;
    padding: 0 0 10px 0;
}
div.usuario fieldset.permissoes > div > md-checkbox {
    display: block;
}
div.usuario fieldset.permissoes > div > div, div.usuario fieldset.permissoes > div > div > div {
    margin-left: 30px;
}
div.usuario fieldset.permissoes > div > div md-checkbox {
    display: inline-block;
}

div.contas h1 {
    cursor: pointer;
    outline: none;
}

div.logs fieldset {
    padding-bottom: 0;
}
div.logs fieldset.deves div {
    display: inline-block;
    padding: 0 16px 16px 0;
    text-align: center;
}
div.logs fieldset.deves div * {
    display: block;
}
div.logs label.center {
    display: inline-block;
    margin: 0 6px 12px 6px;
    min-width: 50px;
}
div.logs div.log {
    background-color: #FFF;
    border: 1px solid #CF0000;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 16px;
    word-wrap: break-word;
}

/* DIALOG */

md-dialog {
    margin-top: -20%;
}
md-dialog.md-default-theme, md-dialog {
    border-radius: 16px;
}
md-dialog .md-actions .md-button,
md-dialog md-dialog-actions .md-button {
    border-radius: 24px;
    padding: 0 16px;
}

md-dialog.modal-puli {
    background-color: #FFFFD3;
    margin-top: 0;
    max-height: 96%;
    overflow: hidden;
    width: 295px;
}
md-dialog.modal-puli md-dialog-content {
    overflow: auto;
}
md-dialog.modal-puli md-dialog-content::-webkit-scrollbar {
    width: 0;
    height: 0;
}
md-dialog.modal-puli md-progress-circular {
    margin: 16px auto;
}
md-dialog.modal-puli md-dialog-content > div {
    font-family: monospace;
    font-size: 16px;
    max-height: 600px;
    overflow-y: scroll;
    padding: 16px;
    scrollbar-width: none;
    text-align: center;
}
md-dialog.modal-puli md-dialog-content > div label {
    display: block;
}
md-dialog.modal-puli md-dialog-content > div label.loteria {
    text-align: center;
}
md-dialog.modal-puli md-dialog-content > div label.loteria span {
    display: block;
    font-weight: bold;
}
md-dialog.modal-puli md-dialog-content > div table {
    text-align: left;
    width: 100%;
}
md-dialog.modal-puli md-dialog-content > div table td.numero span {
    display: inline-block;
    word-break: break-all;
}
md-dialog.modal-puli md-dialog-content > div table tr td:first-child {
    width: 45px;
}
md-dialog.modal-puli md-dialog-content > div table tr:last-child td {
    font-weight: bold;
    text-align: right;
    padding-bottom: 10px;
}
md-dialog.modal-puli md-dialog-content > div table tbody:last-child tr td {
    padding-bottom: 0;
}
md-dialog.modal-puli md-dialog-content > div label.total {
    font-size: 20px;
}
md-dialog.modal-puli md-dialog-content label.barra {
    margin-top: -3px;
    white-space: nowrap;
}
md-dialog.modal-puli md-dialog-content label.validador {
    font-size: 13px;
}
md-dialog.modal-puli md-dialog-actions {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

md-dialog.motivo md-dialog-content, md-dialog.ceder md-dialog-content, md-dialog.contas md-dialog-content {
    display: block;
    padding: 16px;
}
md-dialog.motivo md-dialog-content md-input-container {
    margin: 0;
    padding: 0;
    width: 280px;
}

md-dialog.ceder {
    margin-top: 0;
    max-height: 100%;
    overflow: hidden;
}
md-dialog.ceder md-dialog-content md-input-container {
    margin: 20px 0;
    padding: 0;
}
md-dialog.ceder md-dialog-content md-input-container > md-select {
    width: 280px;
}
md-dialog.ceder md-dialog-content > label {
    display: block;
    padding-bottom: 16px;
}
md-dialog.ceder md-dialog-content > div {
    overflow-x: auto;
    max-height: 350px;
}
md-dialog.ceder md-dialog-content > div table {
    width: 100%;
}
md-dialog.ceder md-dialog-content > div table td:first-child {
    width: 16px;
}
md-dialog.ceder md-dialog-content > div table td {
    border-bottom: 1px solid #E3E3E3;
    padding: 10px 5px;
}
md-dialog.ceder md-dialog-content > div table md-checkbox {
    margin: 0;
}

md-dialog md-dialog-content .md-dialog-content-body label.premio {
    display: block;
    font-family: monospace;
    font-size: 20px;
}

/* LOADING */

#dvCarregando {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 200;
}
#dvCarregando, #dvCarregando .md-container {
    height: 3px;
}

/* RODAPE */

#rodape {
    border-top: 1px solid #DDD;
    color: #808080;
    font-size: small;
    padding: 6px 0;
    text-align: center;
    width: 100%;
}
#rodape span {
    padding: 0 10px;
}
#rodape b {
    color: #000;
}

/* TABELAS */

div.table {
    clear: both;
    padding-bottom: 20px;
    width: 100%;
}
@media (max-width:1100px) {
    div.table {
        overflow-x: auto;
    }
}

table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
table.tbl {
    text-align: left;
    width: 100%;
}
table.tbl caption {
    display: none;
}
table.tbl th {
    padding: 10px;
}
table.tbl td {
    border-bottom: 1px solid #E3E3E3;
    height: 50px;
    padding: 5px 10px;
}
table.pdg td {
    padding: 10px 5px;
}
table.tbl thead th {
    background-color: #E3E3E3;
    font-weight: bold;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}
table.tbl thead th:first-child {
    border-radius: 6px 0 0 6px;
}
table.tbl thead th:last-child {
    border-radius: 0 6px 6px 0;
}
table.tbl tbody tr:hover td {
    background-color: #FFFFDE;
}
table.tbl tfoot th {
    background-color: #EEE;
    font-weight: bold;
}
table.tbl .opcoes {
    text-align: center;
    width: 80px;
}
table.tbl .opcoes > * {
    margin: auto;
}
table.tbl tfoot td {
    border: none;
    font-weight: bold;
    padding: 20px 10px;
}
table.tbl table thead th {
    background-color: #FFF;
    border-bottom: 2px solid #E3E3E3;
    padding: 5px;
    position: initial;
}
table.tbl table tbody tr td {
    padding: 8px 5px;
}
table.tbl table tbody tr:last-child td {
    border-bottom-width: 0;
}
table.tbl tbody tr:hover td table td {
    background-color: #FFF;
}
table.tbl tbody table tr:hover td {
    background-color: #FFFFDE !important;
}
table.tbl td.mais {
    background-color: #FFF !important;
    padding: 10px;
}
table.tbl td.mais table {
    background-color: #FFF !important;
}
table md-checkbox.md-checked .md-icon::after {
    display: block;
}

table.tblSem {
    border-collapse: separate;
    border-spacing: 3px;
    text-align: center;
}
table.tblSem thead th {
    font-weight: normal;
}
table.tblSem th, table.tblSem td {
    padding: 3px 10px;
}
table.tblSem td {
    color: #000;
    border-radius: 6px;
    min-width: 100px;
}

/* ANIMA */

.ng-move,
.ng-enter,
.ng-leave.ng-leave-active  {
    transition: 0.25s linear all;
    opacity: 0;
}
.ng-leave,
.ng-move.ng-move-active,
.ng-enter.ng-enter-active {
    opacity: 1;
}

div.painel-imagem {
    transition: all linear 0.3s;
    opacity: 1;
}
div.painel-imagem.ng-hide {
    opacity: 0;
}
div.painel-imagem div.img img {
    transition-duration: 0.2s;
    transform: scale(0.3, 0.3);
}
div.painel-imagem div.img img.focus {
    transform: scale(1, 1);
}

.slideInUp, .slideInDown {
    animation-duration: 0.5s;
    animation-fill-mode: both;
}
.slideInUp {
    animation-name: slideInUp;
}
.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

/* AUX */

p.titulo {
    color: rgba(0, 0, 0, 0.54);
    font-size: 12px;
    margin: 0;
    padding: 0 0 10px 0;
}
.capitalize {
    text-transform: capitalize;
}
.uppercase {
    text-transform: uppercase;
}
.letter::first-letter {
    text-transform: uppercase;
}
.monospace {
    font-family: monospace;
    font-size: 16px;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.bdrb {
    border-bottom: 1px solid #EEE;
    margin-bottom: 8px;
    min-height: 30px !important;
}
.bold {
    font-weight: bold;
}
.hand {
    cursor: pointer;
    outline: none;
}
.verde {
    color: #008000 !important;
}
.azul {
    color: #0000CF !important;
}
.vermelho, .erro {
    color: #CF0000 !important;
}
.none {
    display: none;
}
.hgt {
    height: 30px;
}
.pgb {
    padding-bottom: 16px;
}
.mgb {
    margin-bottom: 30px;
}
.wtsp {
    white-space: nowrap;
}
.line {
    text-decoration: line-through;
    text-decoration-color: #CF0000;
}
.dflex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.align {
    -webkit-align-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -ms-flex-line-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.full {
    display: table;
    height: 100% !important;
    min-height: calc(100vh - 95px);
    overflow: hidden;
    padding: 0 !important;
}
.clr {
    clear: both;
    float: none !important;
    width: 100%;
    height: 0;
}
.clear {
    clear: both;
}

@media (-moz-touch-enabled: 1), (pointer: coarse) {
    [title]:not([title=""]) {
        overflow: initial !important;
        position: relative !important;
    }
    [title]:not([title=""]):hover::after {
        content: attr(title);
        background-color: #232627;
        border: 1px solid #595B5C;
        border-radius: 3px;
        color: #FFF;
        font-size: 13px;
        font-weight: normal;
        padding: 2px 8px;
        position: absolute;
        text-transform: none;
        bottom: -25%;
        left: 60%;
        white-space: nowrap;
        z-index: 1;
    }
}

@media (min-width:960px) {
    md-sidenav.mini-menu:hover {
        background-color: #F7F9FC !important;
        box-shadow: 0 11px 10px 0 rgba(0, 0, 0, 0.14),
                    0 18px 18px 0 rgba(0, 0, 0, 0.12),
                    0 5px 5px -1px rgba(0, 0, 0, 0.2);
        padding-right: 16px;
        position: absolute !important;
        transition-duration: .15s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-property: background-color, box-shadow, max-width, min-width;
    }
    md-sidenav.mini-menu:hover ~ md-content {
        margin-left: 80px;
    }
    md-sidenav.mini-menu:not(:hover) {
        max-width: 80px;
        min-width: 80px;
    }
    md-sidenav.mini-menu:not(:hover) .md-button-toggle {
        height: 48px;
        min-width: 60px;
        width: 60px;
    }
    md-sidenav.mini-menu:not(:hover) .md-button-toggle span
    md-sidenav.mini-menu:not(:hover) .md-button-toggle .sub,
    md-sidenav.mini-menu:not(:hover) ul {
        display: none;
    }
}
@media (max-width:959px) {
    md-toolbar {
        z-index: 50;
    }
    md-toolbar div.logo {
        display: none;
    }
    md-toolbar div.side {
        width: auto;
    }
    md-toolbar .menu-hide {
        display: none;
    }
    md-sidenav {
        padding-top: 0;
    }
    md-sidenav .md-button-toggle {
        border-radius: 0;
    }
    div.lista, div.novo {
        padding-left: 16px;
    }
    div.conteudo {
        position: initial;
    }
}
@media (max-width:650px) {
    .md-toolbar-tools.filtro h1 {
        display: none;
    }
    .md-toolbar-tools div.filtro input {
        max-width: 100%;
    }
}
@media (max-width:600px) {
    md-toast {
        max-width: 100%;
    }
}

/* THEMAS */

md-sidenav .ativo.md-red900-theme, md-sidenav .ativo.md-red900-theme md-icon {
    color: #B71C1C;
}
md-sidenav .ativo.md-pink900-theme, md-sidenav .ativo.md-pink900-theme md-icon {
    color: #880E4F;
}
md-sidenav .ativo.md-purple900-theme, md-sidenav .ativo.md-purple900-theme md-icon {
    color: #4A148C;
}
md-sidenav .ativo.md-deep-purple900-theme, md-sidenav .ativo.md-deep-purple900-theme md-icon {
    color: #311B92;
}
md-sidenav .ativo.md-indigo900-theme, md-sidenav .ativo.md-indigo900-theme md-icon {
    color: #1A237E;
}
md-sidenav .ativo.md-blue900-theme, md-sidenav .ativo.md-blue900-theme md-icon {
    color: #0D47A1;
}
md-sidenav .ativo.md-light-blue900-theme, md-sidenav .ativo.md-light-blue900-theme md-icon {
    color: #01579B;
}
md-sidenav .ativo.md-cyan900-theme, md-sidenav .ativo.md-cyan900-theme md-icon {
    color: #006064;
}
md-sidenav .ativo.md-teal900-theme, md-sidenav .ativo.md-teal900-theme md-icon {
    color: #004D40;
}
md-sidenav .ativo.md-green900-theme, md-sidenav .ativo.md-green900-theme md-icon {
    color: #1B5E20;
}
md-sidenav .ativo.md-light-green900-theme, md-sidenav .ativo.md-light-green900-theme md-icon {
    color: #33691E;
}
md-sidenav .ativo.md-lime900-theme, md-sidenav .ativo.md-lime900-theme md-icon {
    color: #827717;
}
md-sidenav .ativo.md-yellow900-theme, md-sidenav .ativo.md-yellow900-theme md-icon {
    color: #F57F17;
}
md-sidenav .ativo.md-amber900-theme, md-sidenav .ativo.md-amber900-theme md-icon {
    color: #FF6F00;
}
md-sidenav .ativo.md-orange900-theme, md-sidenav .ativo.md-orange900-theme md-icon {
    color: #E65100;
}
md-sidenav .ativo.md-deep-orange900-theme, md-sidenav .ativo.md-deep-orange900-theme md-icon {
    color: #BF360C;
}
md-sidenav .ativo.md-brown900-theme, md-sidenav .ativo.md-brown900-theme md-icon {
    color: #3E2723;
}
md-sidenav .ativo.md-grey900-theme, md-sidenav .ativo.md-grey900-theme md-icon {
    color: #212121;
}
md-sidenav .ativo.md-blue-grey900-theme, md-sidenav .ativo.md-blue-grey900-theme md-icon {
    color: #263238;
}

md-sidenav .ativo.md-red800-theme, md-sidenav .ativo.md-red800-theme md-icon {
    color: #C62828;
}
md-sidenav .ativo.md-pink800-theme, md-sidenav .ativo.md-pink800-theme md-icon {
    color: #AD1457;
}
md-sidenav .ativo.md-purple800-theme, md-sidenav .ativo.md-purple800-theme md-icon {
    color: #6A1B9A;
}
md-sidenav .ativo.md-deep-purple800-theme, md-sidenav .ativo.md-deep-purple800-theme md-icon {
    color: #4527A0;
}
md-sidenav .ativo.md-indigo800-theme, md-sidenav .ativo.md-indigo800-theme md-icon {
    color: #283593;
}
md-sidenav .ativo.md-blue800-theme, md-sidenav .ativo.md-blue800-theme md-icon {
    color: #1565C0;
}
md-sidenav .ativo.md-light-blue800-theme, md-sidenav .ativo.md-light-blue800-theme md-icon {
    color: #0277BD;
}
md-sidenav .ativo.md-cyan800-theme, md-sidenav .ativo.md-cyan800-theme md-icon {
    color: #00838F;
}
md-sidenav .ativo.md-teal800-theme, md-sidenav .ativo.md-teal800-theme md-icon {
    color: #00695C;
}
md-sidenav .ativo.md-green800-theme, md-sidenav .ativo.md-green800-theme md-icon {
    color: #2E7D32;
}
md-sidenav .ativo.md-light-green800-theme, md-sidenav .ativo.md-light-green800-theme md-icon {
    color: #558B2F;
}
md-sidenav .ativo.md-lime800-theme, md-sidenav .ativo.md-lime800-theme md-icon {
    color: #9E9D24;
}
md-sidenav .ativo.md-yellow800-theme, md-sidenav .ativo.md-yellow800-theme md-icon {
    color: #F9A825;
}
md-sidenav .ativo.md-amber800-theme, md-sidenav .ativo.md-amber800-theme md-icon {
    color: #FF8F00;
}
md-sidenav .ativo.md-orange800-theme, md-sidenav .ativo.md-orange800-theme md-icon {
    color: #EF6C00;
}
md-sidenav .ativo.md-deep-orange800-theme, md-sidenav .ativo.md-deep-orange800-theme md-icon {
    color: #D84315;
}
md-sidenav .ativo.md-brown800-theme, md-sidenav .ativo.md-brown800-theme md-icon {
    color: #4E342E;
}
md-sidenav .ativo.md-grey800-theme, md-sidenav .ativo.md-grey800-theme md-icon {
    color: #424242;
}
md-sidenav .ativo.md-blue-grey800-theme, md-sidenav .ativo.md-blue-grey800-theme md-icon {
    color: #37474F;
}

.md-red800-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-red900-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-blue800-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-blue900-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-light-blue800-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-light-blue900-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-cyan800-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-cyan900-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-teal800-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-teal900-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-green800-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-green900-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-light-green800-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-light-green900-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-deep-orange800-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-deep-orange900-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-grey800-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-grey900-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
    color: #FFF;
}

body[md-theme=red900] md-sidenav div.logo {
    background-color: #B71C1C;
}
body[md-theme=pink900] md-sidenav div.logo {
    background-color: #880E4F;
}
body[md-theme=purple900] md-sidenav div.logo {
    background-color: #4A148C;
}
body[md-theme=deep-purple900] md-sidenav div.logo {
    background-color: #311B92;
}
body[md-theme=indigo900] md-sidenav div.logo {
    background-color: #1A237E;
}
body[md-theme=blue900] md-sidenav div.logo {
    background-color: #0D47A1;
}
body[md-theme=light-blue900] md-sidenav div.logo {
    background-color: #01579B;
}
body[md-theme=cyan900] md-sidenav div.logo {
    background-color: #006064;
}
body[md-theme=teal900] md-sidenav div.logo {
    background-color: #004D40;
}
body[md-theme=green900] md-sidenav div.logo {
    background-color: #1B5E20;
}
body[md-theme=light-green900] md-sidenav div.logo {
    background-color: #33691E;
}
body[md-theme=lime900] md-sidenav div.logo {
    background-color: #827717;
}
body[md-theme=yellow900] md-sidenav div.logo {
    background-color: #F57F17;
}
body[md-theme=amber900] md-sidenav div.logo {
    background-color: #FF6F00;
}
body[md-theme=orange900] md-sidenav div.logo {
    background-color: #E65100;
}
body[md-theme=deep-orange900] md-sidenav div.logo {
    background-color: #BF360C;
}
body[md-theme=brown900] md-sidenav div.logo {
    background-color: #3E2723;
}
body[md-theme=grey900] md-sidenav div.logo {
    background-color: #212121;
}
body[md-theme=blue-grey900] md-sidenav div.logo {
    background-color: #263238;
}

body[md-theme=red800] md-sidenav div.logo {
    background-color: #C62828;
}
body[md-theme=pink800] md-sidenav div.logo {
    background-color: #AD1457;
}
body[md-theme=purple800] md-sidenav div.logo {
    background-color: #6A1B9A;
}
body[md-theme=deep-purple800] md-sidenav div.logo {
    background-color: #4527A0;
}
body[md-theme=indigo800] md-sidenav div.logo {
    background-color: #283593;
}
body[md-theme=blue800] md-sidenav div.logo {
    background-color: #1565C0;
}
body[md-theme=light-blue800] md-sidenav div.logo {
    background-color: #0277BD;
}
body[md-theme=cyan800] md-sidenav div.logo {
    background-color: #00838F;
}
body[md-theme=teal800] md-sidenav div.logo {
    background-color: #00695C;
}
body[md-theme=green800] md-sidenav div.logo {
    background-color: #2E7D32;
}
body[md-theme=light-green800] md-sidenav div.logo {
    background-color: #558B2F;
}
body[md-theme=lime800] md-sidenav div.logo {
    background-color: #9E9D24;
}
body[md-theme=yellow800] md-sidenav div.logo {
    background-color: #F9A825;
}
body[md-theme=amber800] md-sidenav div.logo {
    background-color: #FF8F00;
}
body[md-theme=orange800] md-sidenav div.logo {
    background-color: #EF6C00;
}
body[md-theme=deep-orange800] md-sidenav div.logo {
    background-color: #D84315;
}
body[md-theme=brown800] md-sidenav div.logo {
    background-color: #4E342E;
}
body[md-theme=grey800] md-sidenav div.logo {
    background-color: #424242;
}
body[md-theme=blue-grey800] md-sidenav div.logo {
    background-color: #37474F;
}

md-toolbar:not(.md-menu-toolbar),
md-toolbar:not(.md-menu-toolbar) button:not([disabled]) md-icon,
md-toolbar.md-lime800-theme:not(.md-menu-toolbar) md-icon,
md-toolbar.md-yellow900-theme:not(.md-menu-toolbar) md-icon,
md-toolbar.md-yellow800-theme:not(.md-menu-toolbar) md-icon,
md-toolbar.md-amber900-theme:not(.md-menu-toolbar) md-icon,
md-toolbar.md-amber800-theme:not(.md-menu-toolbar) md-icon,
md-toolbar.md-orange800-theme:not(.md-menu-toolbar) md-icon,
md-toolbar.md-grey900-theme:not(.md-menu-toolbar) md-icon,
md-toolbar.md-grey800-theme:not(.md-menu-toolbar) md-icon {
    color: #FFF !important;
    fill: #FFF !important;
}
md-toolbar:not(.md-menu-toolbar) .md-button[disabled] md-icon {
    fill: rgba(255, 255, 255, 0.5) !important;
    color: rgba(255, 255, 255, 0.5) !important;
}
