/*
Cor de fundo padrão para botões do sistema (salvo excessões) e outros componentes
 */
.bg-primary-color,
.signin-btn {
    background: #197C20 !important;
    background-color: #197C20 !important;
    border: 1px solid #197C20 !important;
    color: #fff !important;;
}

/*
Cor de fundo padrão para botões do sistema (salvo excessões) e das abas selecionadas e outros componentes
 */
.bg-primary-color-no-border {
    background: #197C20 !important;
    background-color: #197C20 !important;
    color: #fff !important;;
}

/*
Cor de fundo padrão para quando o mouse é passado por cima de um botão do sistema
 */
.btn.bg-primary-color:hover,
.btn.bg-primary-color-no-border:hover {
    background: #239D31 !important;
    background-color: #239D31 !important;
    border: 1px solid #239D31 !important;
    color: #fff;
}

.primary-color {
    color: #197C20 !important;
}

.secondary-color {
    color: #239D31 !important;
}

th.primary-color-border {
    border: 1px solid #197C20 !important;
}

th.border-primary-color {
    border: 1px solid #197C20 !important;
}

.primary-color-border {
    border-color: #197C20 !important;
}

.border-primary-color {
    border-color: #197C20 !important;
}

.secondary-color-border {
    border-color: #239D31 !important;
}

.border-secondary-color {
    border-color: #239D31 !important;
}

.border-success {
    border-color: #5ebd5e!important;
}
.border-danger {
    border-color: #eb8073!important;
}
.border-warning {
    border-color: #f6bf71!important;
}


/*
Cor de fundo secundária
 */
.bg-secondary-color {
    background: #239D31 !important;
    background-color: #239D31 !important;
    border: 1px solid #239D31 !important;
    color: #fff !important;
}

/*
Cor de fundo terciária (desabilitada)
 */
.bg-disable-color {
    background: #CBCBCB !important;
    background-color: #CBCBCB !important;
    border: 1px solid #CBCBCB !important;
    color: #fff !important;
}

/*
Cor de fundo secundária sem borda
 */
.bg-secondary-color-no-border {
    background: #239D31 !important;
    background-color: #239D31 !important;
    color: #fff !important;;
}

.btn.bg-secondary-color:hover {
    background: #197C20 !important;
    background-color: #197C20 !important;
    border: 1px solid #197C20 !important;
    color: #fff !important;;
}

/*
Alteração da cor abaixo do escudo do clube na tela de login
 */
.signin-info {
    background: #239D31 !important;
    background-color: rgba(0,0,0,.8) !important;
}

/*
Altera a cor do texto da versão na tela de login
 */
.version a {
    color: white !important;
}

/*
Altera a cor do risco do menu lateral
 */
.theme-default .old-beatscore #main-menu .navigation a:after,
.theme-default .old-beatscore #main-menu .mmc-dropdown-open-ul a:after {
    background: #239D31 !important;
}

/*
Altera a cor do icone do menu lateral quando selecionado
 */
.theme-default .old-beatscore #main-menu li.active > a .menu-icon {
    color: #239D31 !important;
}

/*
Altera a cor de fundo da data da partida e do botão de viagem/concentração
 */
#beatscore .match-competition .date,
#beatscore .match-competition .link-travel {
    background-color: #239D31 !important;
}

/*
Altera a cor de fundo do botão de Jogo na listagem de jogos
 */
#beatscore .match-competition .link-match {
    background-color: #197C20 !important;
}

/*
Cor das abas selecionadas
 */
#beatscore .tabs .selected {
    background: #239D31 !important;
    background-color: #239D31 !important;
    border: 1px solid #239D31 !important;
    color: #fff;
}

.transparent-background-color {
    background-color: rgba(186,232,187,.7) !important;
}

/*
Menu lateral da súmula quando o mouse está sobre
 */
#beatscore .docket-menu li:HOVER {
    background-color: #239D31 !important;
    color: #fff !important;
}

.travel .nav-tabs > li.active > a,
.sub-tab li.toggle {
    background-color: #197C20 !important;
    color: #fff !important;
}


/*
Cor do datepicker
 */
.theme-default .datepicker thead th.next,
.theme-default .datepicker thead th.prev,
.theme-default .datepicker > .datepicker-days thead tr:first-child th.cw+.prev,
.theme-default .datepicker > .datepicker-days thead tr:last-child th.cw+th {
    /* cor forte */
    border-color: #197C20;
}

.theme-default .datepicker thead th.next,
.theme-default .datepicker thead th.prev {
    /* cor fraca */
    background: #239D31;
}

.theme-default .datepicker thead tr:first-child {
    /* cor fraca */
    background: #239D31 !important;
    /* cor forte */
    border-bottom-color: #197C20 !important;
}

.theme-default .datepicker thead tr {
    /* cor medio */
    background: #197C20;
}

.theme-default .datepicker table tr td span.active,
.theme-default .datepicker table tr td span.active.disabled,
.theme-default .datepicker table tr td span.active.disabled:hover,
.theme-default .datepicker table tr td span.active:hover,
.theme-default .datepicker table tr td.active,
.theme-default .datepicker table tr td.active.disabled,
.theme-default .datepicker table tr td.active.disabled:hover,
.theme-default .datepicker table tr td.active:hover,
.theme-default .datepicker table tr td.selected,
.theme-default .datepicker table tr td.selected.disabled,
.theme-default .datepicker table tr td.selected.disabled:hover,
.theme-default .datepicker table tr td.selected:hover {
    /* cor fraca */
    background: #239D31;
}

.datepicker thead th.next,
.datepicker thead th.prev {
    /* cor forte */
    border-color: #197C20 !important;
}


/*
Cor do datatable
 */
.theme-default .old-beatscore .pagination > li > a:hover {
    /* cor fraca */
    border-color: #239D31;
}

.theme-default .old-beatscore .pagination > li.active > a,
.theme-default .old-beatscore .pagination > li.active > a:focus,
.theme-default .old-beatscore .pagination > li.active > a:hover,
.theme-default .old-beatscore .pagination > li.active > span {
    /* cor fraca */
    background: #239D31;
    border-color: #239D31;
}




/* app */
.filters-scout .selectize-control.multi .selectize-input [data-value],
.filters-scout .selectize-control.multi .selectize-input [data-value].active {
    background-color: #239D31;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#239D31), to(#239D31));
    border: 1px solid #197C20;
    line-height: 16px;
}

.contract .person,
.scout .athlete {
    background: #239D31;
    color: #FFF;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li a.toggle {
    background: #239D31;
    color: #FFF;
}


