/*
 * 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-3 #header {
    background-color: #52A005;
    /*    background-image: -moz-linear-gradient(top, #64a622, #447c0c);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#64a622), to(#447c0c));
        background-image: -webkit-linear-gradient(top, #64a622, #447c0c);
        background-image: -o-linear-gradient(top, #64a622, #447c0c);
        background-image: linear-gradient(to bottom, #64a622, #447c0c);*/

    background-image: none;
}
.smart-style-3 .btn-header>:first-child>a, .smart-style-3 #logo-group span#activity {
    /*    background-color: #447c0c;
        background-image: -moz-linear-gradient(top, #447c0c, #39672A);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#447c0c), to(#39672A));
        background-image: -webkit-linear-gradient(top, #447c0c, #39672A);
        background-image: -o-linear-gradient(top, #447c0c, #39672A);
        background-image: linear-gradient(to bottom, #447c0c, #39672A);*/
    background-color: #52A005;    
    background-image: none;
    cursor: pointer !important;

    color: #fff !important;
    border: 1px solid #8eec30;
    text-shadow: #447c0c 0 -1px;

    border-width: 0 1px;
}
.smart-style-3 .btn-header>:first-child>a:hover, .smart-style-3 #logo-group span#activity:hover, .smart-style-3 .btn-header>:first-child>a:active, .smart-style-3 #logo-group span#activity:active {
    /* -webkit-box-shadow: inset 1px 1px 0px #254f18,inset -1px -1px 0px #254f18;
    -moz-box-shadow: inset 1px 1px 0px #254f18,inset -1px -1px 0px #254f18;
    box-shadow: inset 1px 1px 0px #254f18,inset -1px -1px 0px #254f18;
       background-color: #2d631c;
        background-image: -moz-linear-gradient(top, #2d631c, #39672A);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d631c), to(#39672A));
        background-image: -webkit-linear-gradient(top, #2d631c, #39672A);
        background-image: -o-linear-gradient(top, #2d631c, #39672A);
        background-image: linear-gradient(to bottom, #2d631c, #39672A);*/

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    background-color: #52A005;
    background-image: none;
}

.hidden-menu #hide-menu > :first-child > a{
    box-shadow: none;
    background-color: #81CA38;
    background-image: none;
    border: #81CA38;
    text-shadow: none;
}

.smart-style-3 .header-search>input[type=text] {
    border-color: #8eec30;
}
.smart-style-3 .header-search>button {
    color: #447c0c;
}
#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('/tema/bk_login.jpg'), url('../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 {
    background: #F7F7F7;
    padding: 5px 10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -8px;
    margin-top: 4px;
    border-top: 1px solid #efefef;
}


.smart-style-2 .header-search>input[type=text]{
    background: #1C5451;
    border: none;
}

.smart-style-2 #hide-menu a>i, .smart-style-2 .btn-header>:first-child>a{
    color: #ececec!important;
}

.smart-style-2 #logo-group span#activity{
    color: #ececec!important;
}

.smart-style-2 #logo-group span#activity:hover{
    box-shadow: none!important;
}

.smart-style-2 .header-dropdown-list a.dropdown-toggle, .smart-style-2 .header-search>button{
    color: #ececec;
}

.hidden-menu #hide-menu > :first-child > a{
    background-color: #1C5451;
}

body.smart-style-2{
    background: none;
}

.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; }

.btn-remover-item, .btn-ativar-item{
    cursor:pointer;
    padding: 2px 0
}

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

.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;
}

/* END - APOSTAS PAGES */

.chave-cartao{
    width: 100px;
}

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

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

.page-visualizar .select2-container.visualizar a,
.page-visualizar .select2-container.visualizar .select2-choices,
.page-visualizar .visualizar {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    background-color: transparent !important;
}
body:not(.page-visualizar) .visualizar-show,
.page-visualizar .select i,
.page-visualizar .hidden-visualizar:not(select):not(.select2),
.page-visualizar .uploadifive-button,
.page-visualizar label.radio i,
.page-visualizar a[class*="-mais"],
.page-visualizar button[class*="add-"],
.page-visualizar a.mais,
.page-visualizar button[type="submit"],
.page-visualizar .select2-container.visualizar .select2-search-choice .select2-search-choice-close,
.page-visualizar .select2-container.visualizar a .select2-arrow,
.page-visualizar .visualizar-hide,
.page-visualizar .icon-append.visualizar,
.page-visualizar .icon-prepend.visualizar {
    display: none !important;
}
.page-visualizar .icon-prepend.visualizar + .visualizar {
    padding-left: 5px !important;
}
.page-visualizar .select2-container.visualizar .select2-search-choice,
.page-visualizar .select2-container.visualizar .select2-search-choice > div {
    background: transparent !important;
    background-color: transparent !important;
    color: #000 !important;
    border: none !important;
}
.page-visualizar label.radio {
    padding: 0 !important;
}
.page-visualizar .select2-container.visualizar .select2-search-choice:not(:nth-last-child(2)) > div:after {
    content: ", ";
}
.page-visualizar .select2-container.visualizar .select2-search-choice {
    padding: 1px !important;
}
.page-visualizar .select2-container,
.page-visualizar label.checkbox {
    pointer-events: none !important;
}
.page-visualizar .input input[disabled] {
    opacity: 1 !important;
}
.page-visualizar ::placeholder {
    color: transparent !important;
}
.page-visualizar .dynatree-checkbox {
    pointer-events: none !important;
}
.page-visualizar label.label { font-weight: bold; }
.page-visualizar label.input {
    background-color: #f8f8f8;
    border-bottom: 2px solid #dfdfdf;
}
