/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 a[href$='.txt']:before{
    font-family: FontAwesome;
}
a[href$='.txt']:before{
    content: "\f0f6";
    margin-right: 5px;
}

a[href$='.mp3'],a[href$='.wma']:before{
    font-family: FontAwesome;
}
a[href$='.mp3']:before,a[href$='.wma']:before{
    content: "\f1c7";
    margin-right: 5px;
}
a[href$='.pdf']:before{
    font-family: FontAwesome;
}
a[href$='.pdf']:before{
    content: "\f1c1";
    margin-right: 5px;
}
a[href$='.xls']:before,a[href$='.xlsx']:before{
    font-family: FontAwesome;
}
a[href$='.xls']:before,a[href$='.xls']:before{
    content: "\f1c3";
    margin-right: 5px;
}
a[href$='.docx']:before,a[href$='.doc']:before{
    font-family: FontAwesome;
}
a[href$='.docx']:before, a[href$='.doc']:before{
    content: "\f1c2";
    margin-right: 5px;
}
a[href$='.img']:before,a[href$='.gif']:before,a[href$='.png']:before,a[href$='.jpeg']:before,a[href$='.jpg']:before{
    font-family: FontAwesome;
}
a[href$='.img']:before,a[href$='.gif']:before,a[href$='.png']:before,a[href$='.jpeg']:before,a[href$='.jpg']:before{
    content: "\f1c5";
    margin-right: 5px;
}
a[href$='.pptx']:before,a[href$='.ppt']:before{
    font-family: FontAwesome;
}
a[href$='.pptx']:before,a[href$='.ppt']:before{
    content: "\f1c4";
    margin-right: 5px;
}
a[href$='.mpeg']:before,a[href$='.mpeg']:before,a[href$='.mp4']:before,a[href$='.avi']:before{
    font-family: FontAwesome;
}
a[href$='.mpeg']:before,a[href$='.mpeg']:before,a[href$='.mp4']:before,a[href$='.avi']:before{
    content: "\f1c8";
    margin-right: 5px;
}
a[href$='.zip']:before,a[href$='.rar']:before{
    font-family: FontAwesome;
}
a[href$='.zip']:before,a[href$='.rar']:before{
    content: "\f1c6";
    margin-right: 5px;
}

.smart-form fieldset + fieldset{ border-top: none; }
#content{ padding: 10px 20px; }

.smart-style-1 #header {
    background-image: none;
    background-color: #0A0A0A;
}

.smart-style-1 #logo-group {
    background: #0A0A0A !important;
}

.btn-header a>span {
    font-size: 16px;
}

.btn-reset {
    height: 32px; 
    background-color: #A90329; 
    color: white;
    border: 1px solid #900323;
    border-radius: 2px; 
    padding: 10px 16px;
    line-height: 11px;
}

.btn-reset.active, .btn-reset.focus, .btn-reset:active, .btn-reset:focus, .btn-reset:hover {
    background-color: #900323;
    color: white;
}

.btn-modify {
    height: 32px; 
    background-color: #3276B1; 
    color: white;
    border: 1px solid #2C699D;
    border-radius: 2px; 
    padding: 10px 16px;
    line-height: 11px;
    width: 90px;
}

.btn-modify.active, .btn-modify.focus, .btn-modify:active, .btn-modify:focus, .btn-modify:hover {
    background-color: #2C699D;
    color: white;
}

.btn-export {
    background-color: #5B835B;
    padding: 8px 10px;
    height: 32px; 
    border-radius: 2px;
    color: white;
    text-decoration: none;
    border: 1px solid #4C6E4C;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-export.drop {
    padding: 10px 16px;
}

.btn-export.drop {
    background-color: #5B835B;
}

.btn-export.drop.active, .btn-export.drop.focus, .btn-export.drop:active, .btn-export.drop:focus, .open>.dropdown-toggle.btn-export.drop {
    background-color: #386238;
    border: 1px solid #4C6E4C;
} 

.btn-export.active, .btn-export.focus, .btn-export:active, .btn-export:focus, .btn-export:hover, .open>.dropdown-toggle.btn-export {
    background-color: rgb(250, 246, 246);
    color: white;
    background-color: #5B835B;
} 

.btn-confer {
    height: 32px;
    background-color: white;
    color: #333;
    border: 1px solid #CCC;
    width: 91px;
    border-radius: 1px;
}

.btn-filter.active, .btn-filter.focus, .btn-filter:active, .btn-filter:focus, .btn-filter:hover, .open>.dropdown-toggle.btn-filter {
    background-color: rgb(250, 246, 246);
    color: #333;
}

.btn-filter {
    height: 32px;
    background-color: white;
    border: 1px solid #CCC;
    border-radius: 1px;
    color: #333;
    align-items: center;
    display: flex;
}

.btn-confer.active, .btn-confer.focus, .btn-confer:active, .btn-confer:focus, .btn-confer:hover, .open>.dropdown-toggle.btn-conferr {
    background-color: rgb(250, 246, 246);
    color: #333;
    border: 1px solid #CCC;
}

.btn-new {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    height: 32px;
    background-color:#3276B1;
    color: white;
    padding: 6px 15px;
    border-radius: 2px;
}

.btn-new:hover {
    color: white;
    background-color: #2b669a;
}

.smart-style-1 .btn-header>:first-child>a{
    background-color: transparent;    
    border: 0.5px solid #424242;
    color: #B4B4B4 !important;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smart-style-1 .btn-header>:first-child>a:hover {
    background-color: transparent;    
    border: 0.5px solid #0BE68E;
    color: #0BE68E !important;
}
.smart-style-1 .btn-header>:first-child>a:hover svg {
    fill: #0BE68E;
}

.hidden-menu #hide-menu>:first-child>a, 
:fullscreen #fullscreen>:first-child>a {
  background: #0BE68E;
  border-color: #0BE68E;
  color: #181818 !important;
}

.hidden-menu #hide-menu>:first-child>a svg, 
:fullscreen #fullscreen>:first-child>a svg {
    fill: #181818
}

.smart-style-1 .page-footer, .smart-style-1 .superbox-show, .smart-style-1 aside {
    background: #0A0A0A;
}

.smart-style-1 .minifyme {
    background: #181818;
    color: #0BE68E;
    margin-top: 5px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smart-style-1.minified nav {
    margin-top: 0 !important;
}

.smart-style-1.minified nav ul li a {
    padding: 12px 4px 12px 10px;
}

.smart-style-1 nav ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

#logo{
    margin-top: 10px;
    color: white;
    font-size: 23px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#login #header #logo{ margin-top: 10px; }

#login #main{ background: none; }

body#login{
    background-image: url('https://wb-assets.com/img/bk_login.jpg'), url('https://wb-assets.com/img/bk_login.jpg');
    background-size: cover;
}

body#login .login-header-big{
    color: white;
    font-size: 50px;
    font-weight: bold;
}

body#login .login-desc-box-l h4{
    color: white;
    font-size: 25px;
    text-shadow: 2px 2px 0px #000000;
}
.fc-event-skin{ cursor: pointer; }

.ajax-dropdown{ height: 395px; }

.requerido .label:before{
    content: '* ';
    color: red;
    font-weight: bold;
    font-size: 18px;
}

.smart-form .form-control[disabled],.smart-form .form-control[readonly],.smart-form fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
}

.listagem-contagem, .result-count {
    background: #F7F7F7;
    padding: 5px 10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -8px;
    margin-top: 4px;
    border-top: 1px solid #efefef;
}

.table tr th{
    background-color: #eee;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#fafafa));
    background-image: -webkit-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -moz-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -ms-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -o-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -linear-gradient(top,#f2f2f2 0,#fafafa 100%);
}

.select2-hidden-accessible{ display: none !important; }

/* .jarviswidget .widget-body{ overflow-x: auto; } */

#apostas-index .btn-remover-item, #apostas-index .btn-reativar-item{
    cursor:pointer;
    padding: 2px 0
}

#apostas-index .btn-remover-item{
    color:rgb(169,3,41);
}

#apostas-index .btn-ativar-item{
    color:#04B404;
}

.palpites{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.palpites .palpite{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.palpites .palpite > div{
    padding-right: 5px;
}
.palpites .palpite > div + div{
    padding-left: 5px;
    border-left: 1px solid #ccc;
}
.palpites .palpite > div label{
    font-size: 9px;
    display: block;
    text-align: center;
    margin-bottom: 0;
}
.palpites .palpite > div span{
    font-weight: bold;
    display: block;
    text-align: center;
}
.palpites .palpite .numeros span{
    display: inline-block;
}

.circle{
    border: 1px solid black;
    height: 23px;
    width: 23px;
    border-radius: 50%;
    background-color: whitesmoke;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    margin: 5px 2px;
}
td .circle{
    margin: 2px;
}
.circle.acertou{
    border-color: green;
    background: rgba(0,255,0,0.5);
}

.circle.errou{
    border-color: red;
    background: rgba(255,0,0,0.3);
}

/* APOSTAS PAGES */
#apostas-index .campeonato-horario{
    display:flex;
    justify-content: space-between;
    font-size: 80%;
    font-style: italic;
}

#apostas-index .tr-ganhou{
    background-color: #dc3545;
    color:#fff;
}

#apostas-index .tr-pendente, #apostas-index .perdeu{
    background-color: #e8e8e8;
    color: #000;
}

#apostas-index .tr-aconfirmar{
    background-color: #FFAE19;
    color: #fff;
}

#apostas-index .js-item-container{
    border: 1px solid #e8e8e8;
    padding: 3px 8px;
    overflow: hidden;
}

#apostas-index .aposta-item-ganhou{
    background-color: #CFFCCF;
}

#apostas-index .aposta-item-perdeu{
    background-color: #FFDDDF;
}

#apostas-index .aposta-item-em-analise{
    background-color: #fff3cd;
}

#apostas-index .aposta-item-cancelado {
    background-color: #eee;
}

#apostas-index .cotacao .valor, #apostas-index .cotacao-aovivo .valor{
    font-weight: bolder;
}

#apostas-index .cotacao-aovivo{
    color: red;
}

#apostas-index .item-alterar-status{
    margin-right: 7px;
    cursor: pointer;
}

#apostas-index .item-ganhou{
    color: #1DA905;
}

#apostas-index .item-perdeu{
    color: #A90329;
}

/* END - APOSTAS PAGES */

.chave-cartao{
    width: 100px;
}

#cartoes-index .entrada{
    color: blue;
}

#cartoes-index .saida{
    color: red;
}

.alert-bloquear-sistema {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    max-width: 530px;
    margin: auto;
    top: 0px;
    text-align: center;
    max-height: 49px;
    background: red;
}

.bank-account {
    padding-left: 30px;
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: bolder;
    color: black;
}

.dropdown > .dropdown-toggle {
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 5px;
    transition: 0.5s background;
    cursor: pointer;
}

.dropdown .dropdown-menu.clear {
    background: #FFF;
    right: 0;
    left: auto;
}

@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: inherit !important;
    }
}
@media (min-width: 768px) {
    .table-responsive {
        overflow: inherit;
    }
}

#relatorios-financeiro th {
    border-bottom: 1px;
}

#relatorios-financeiro th.entrada, #relatorios-financeiro th.lucro, #relatorios-financeiro td.lucro {
    background-color: #68d268;
    background-image: none;
}

#relatorios-financeiro th.saida, #relatorios-financeiro td.prejuizo, #relatorios-financeiro td.prejuizo {
    background-color: #ff7763;
    background-image: none;
}

#relatorios-financeiro tbody tr:nth-child(odd) td.entrada {
    background-color: rgba(104, 210, 104, 0.35);
    background-image: none;
}

#relatorios-financeiro tbody tr:nth-child(odd) td.saida {
    background-color: rgba(255, 119, 99, 0.35);
    background-image: none;
}

#relatorios-financeiro tbody tr:nth-child(even) td.entrada {
    background-color: rgba(104, 210, 104, 0.51);
    background-image: none;
}

#relatorios-financeiro tbody tr:nth-child(even) td.saida {
    background-color: rgba(255, 119, 99, 0.51);
    background-image: none;
}

.d-xs-block{
    display: none;
}

.d-xs-none{
    display: block;
}

.element-hover:hover{
    background-color: #e5e5e5;
}

@media screen and (max-width: 767px) {
    .d-xs-block{
        display: block;
    }
    .d-xs-none{
        display: none;
    }
}

.payment-lost {
    padding: 0px;
    width: 30%;
    text-align: center;
}

.payment-lost>b {
    font-size: 12px;
}

span.material-symbols-outlined {
    font-size: 20px;
}

.smart-style-1 nav ul ul {
    background-color: #181818;
}

@media screen and (max-width: 767px) {
    .payment-lost {
        width: 100%;
        font-size: 12px;
    }
}

#modal-message {
    font-size: 20px!important;
}

.smart-style-1 nav ul li a:hover svg {
    fill: #E1EAF1;
}

nav ul .active > a svg, nav ul li.open > a svg {
    fill: #fff;
}

nav #info-box {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

nav #info-box #clock,
nav #info-box #system-version {
    display: flex;
    width: auto;
    color: white;
    font-weight: 400;
    font-size: 10px;
}

div header.table-header {
    height: auto;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 48px;
}

div header.table-header .dropdown-menu {
    width: 100% !important;
    min-width: 0 !important;
    justify-self: center !important;
    padding: 0 !important;
}

div header.table-header .dropdown-menu li {
    justify-items: center;
}

div header.table-header .dropdown-menu li  a {
   padding: 3px 12px;
   margin: 0;
   width: 100%;
}

div header.table-header .dropdown-menu li a:hover {
    background-color: rgb(250, 246, 246);
    color: #333;
}

div header.table-header div:nth-child(1) {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.count-no-padding {
    padding: 0;
    border: 0;
    background-color: white;
}

#containerProgress {
    display: none;
    margin-left: 20px;
    max-height: 40px;
    display: none;
}

.smart-style-1.minified nav div.message-box-portal-suporte {
    display: none;
}

.smart-style-1.minified nav div#info-box {
    display: none;
}

form {
    margin-block-end: 0;
}