body:before {
    background-color: #006B5A;
    background-image: url('../img/fundo_ini2.jpeg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

body {
    font-weight: 400;
}

a:hover, a.el-tablo:hover .label {
    color: #006B5A;
}

.all-wrapper.with-pattern {
    background: transparent;
}

body.menu-position-side .content-w {
    max-width: calc(100% - 260px);
}

a:hover {
    color: #003e34;
}

img {
    max-width: 100%;
    height: auto;
}

b, strong {
    font-weight: 700;
}

.modal-backdrop {
    background-color: #006B5A;
}

#dataConfirmTipoBoleto {
    background-color: rgba(0, 107, 90, 0.6);
}

.menu-w .logo-w {
    padding: 14px 1rem 14px 1rem;
}

.menu-w .logo-w .logo {
    margin: 7.3px auto;
}

.menu-w .logo-w .logo img {
    margin: 0 auto;
    width: 100%;
    display: block;
}

.menu-w ul.sub-menu li a.active {
    font-weight: 700;
}

.menu-w ul.sub-menu li a.active:before {
    background-color: #006B5A;
}

.menu-w ul li.li-simple {
    padding-left: 19px;
}

.menu-w ul li.li-simple a {
    color: #3E4B5B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 0.9rem;
}

.menu-w ul li.li-simple.active a {
    font-weight: 700;
    color: #006B5A;
}

.menu-w.menu-layout-compact ul.main-menu.menu-aux {
    padding: 0;
}

.menu-w.menu-layout-compact ul.main-menu.menu-aux > li > a:hover .icon-w {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.menu-w.menu-layout-compact ul.main-menu.menu-aux > li > a:hover span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.menu-w.menu-layout-compact ul.main-menu.menu-aux > li .icon-w + span {
    padding: 7px;
    padding-left: 0px;
    color: #006B5A;
    font-size: 0.99rem;
}

.menu-w.menu-layout-compact ul.main-menu.menu-aux > li .icon-w {
    width: 30px;
    color: #006B5A;
    text-align: left;
}

.link-normal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 0.99rem;
    cursor: pointer;
    margin: 3px 0 6px;
}

.link-normal a:hover, .link-normal a:focus {
    color: #006B5A;
    text-decoration: none;
}

.link-normal.active a {
    font-weight: 700;
}

.link-normal .icon-w {
    display: inline-block;
    font-size: 18px;
    padding: 7px 0 7px 0px;
    width: 25px;
    color: #006B5A;
    text-align: left;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.avatar-w {
    width: 40px;
    height: 40px;
    padding: 0 !important;
}

.avatar-w img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: top;
}

.fixed-menu {
    min-height: 100vh;
    /*position: fixed;
    width: 260px;
    height: 100%;
    overflow: auto;*/
}

.auth-box-w form .form-group .pre-icon {
    top: 31px;
    color: #006B5A;
}

.auth-box-w .logo-w {
    padding: 8%;
}

.padding_aux_login {
    padding: 0 80px;
}

.auth-wrapper .all-wrapper {
    padding: 0;
}

.dataTables_length {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.dataTables_length label {
    margin-bottom: 0;
}

.table .row-actions a, .table .row-actions a:last-child {
    margin: 0 0.4rem;
    text-decoration: none !important;
}

.table th, .table td {
    padding: 0.65rem;
    font-size: 14px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 50%;
    margin-top: -9px;
}

.dataTables_wrapper.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1300px) {
    .table-responsive {
        overflow: auto;
    }

    .table th, .table td {
        padding: 0.35rem;
        font-size: 12px;
    }
}

.nomargint {
    margin-top: 0;
}

.margint15 {
    margin-top: 15px;
}

.margint30 {
    margin-top: 30px;
}

.margint45 {
    margin-top: 45px;
}

.margint50 {
    margin-top: 50px;
}

input#cep {
    border-radius: 4px 0 0 4px;
    float: left;
    width: calc(100% - 30px);
}

textarea.max {
    min-height: 200px;
}

a[data-toggle="tooltip"] {
    background-color: #006B5A;
    width: 19px;
    height: 19px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 18.5px;
    margin-left: 5px;
}

p.min {
    font-size: 12px;
}

.buscacep {
    cursor: pointer;
    background-color: #006B5A;
    color: #FFF;
    width: 30px;
    height: 37px;
    border-radius: 0 4px 4px 0;
    text-align: center;
    position: absolute;
    top: 0;
    right: 10px;
    display: flex;
    align-items: center;
}

.buscacep > div {
    display: block;
    margin: 0 auto;
}

#lupa {
    margin: 7.5px auto;
}

#ajax_loading {
    margin: 7.5px auto;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.bootstrap-select>.dropdown-toggle {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 2px solid #dde2ec;
    border-radius: 4px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.bootstrap-select>.dropdown-toggle.form-control:not([size]):not([multiple]) {
    height: calc(2.1rem + 4px);
}

.bootstrap-select>.dropdown-toggle:focus {
    color: #495057;
    background-color: #fff;
    border-color: #006B5A;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select>.dropdown-toggle:after {
    margin-top: -1px;
    margin-left: -5px;
}

label span.min {
    font-size: 12px;
}

.form-check-label {
    margin-right: 30px;
}

.aux_page_login {
    min-height: calc(100vh - 100px);
    display: table;
    width: 100%;
}

.vertical_align_center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

/*Checkbox Switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
}

.switch input:checked + .slider {
    background-color: #2196F3;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.top-table th, .top-table td {
    vertical-align: top;
    line-height: 37.6px;
}

.top-table .form-text.with-errors {
    margin: -6px 0 -27px;
}

.btn-radius {
    height: 35px;
    width: 35px;
    padding: 7px 6px 6px;
    border-radius: 50%;
    color: #FFF !important;
}

.btn-min {
    height: 25px;
    width: 25px;
    padding: 2px;
}

.btn-primary, .all-wrapper .fc-button.fc-state-active, .btn-secondary {
    color: #fff !important;
}

.btn-info {
    color: #fff !important;
}

.btn-info:hover, .btn-info:focus {
    background-color: #009a71 !important;
    border-color: #009a71 !important;
}

.btn-gray {
    background-color: #eee;
    border-color: #eee;
    color: #777;
}

.btn-gray:hover, .btn-gray:focus,
.table .row-actions a.btn-gray:hover,
.table .row-actions a.btn-gray:focus {
    background-color: #777;
    border-color: #777;
    color: #eee;
}

.btn-success, .btn-success:hover, .btn-success:focus {
    color: #FFF !important;
}

.btn-max {
    line-height: 1.5;
}

.btn#copiar {
    position: absolute;
    right: 0;
    line-height: 1.5;
}

.btn-blue {
    color: #fff;
    background-color: #418BCA;
    border-color: #418BCA;
}

.btn-blue:hover, .btn-blue:focus {
    color: #fff;
    background-color: #418BCa;
    border-color: #418BCa;
}

body.modal-open {
    padding-right: 0 !important;
}

.box-dash {
    position: relative;
    font-size: 22px;
    height: 132px;
}

.box-dash .btn {
    background-color: #FFF;
}

.box-dash i {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 36px;
}

.box-eventos {
    background: #F89A14;
    color: #FFF;
}

.box-eventos .btn {
    color: #F89A14;
}

.box-financeiro-prox-vencimento {
    background: #418bca;
    color: #FFF;
}

.box-financeiro-prox-vencimento .btn {
    color: #418bca;
}

.box-financeiro-vencimento-atraso {
    background: #6cb3ef;
    color: #FFF;
}

.box-financeiro-vencimento-atraso .btn {
    color: #6cb3ef;
}

/*.btn-primary, .all-wrapper .fc-button.fc-state-active {
    background-color: #006B5A;
    border-color: #006B5A;
}

.btn-primary.disabled, .all-wrapper .disabled.fc-button.fc-state-active, .btn-primary:disabled, .all-wrapper .fc-button.fc-state-active:disabled {
    background-color: #006B5A;
    border-color: #006B5A;
}

.auth-box-w .auth-header:after {
    background-color: #006B5A;
}*/

.modal #content-action {
    padding: 0 20px 30px;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    margin-bottom: 30px;
}

body .daterangepicker {
    min-width: auto;
}

.menu-w.menu-layout-compact ul.main-menu {
    padding: 0 0 0 10px;
}

.menu-w.menu-layout-compact ul.main-menu > li.active > a {
    color: #006B5A;   
}

.menu-w.menu-layout-compact ul.main-menu > li.normal {
    margin-left: 20px;
}

#accordion {
    padding: 1rem;
}

#accordion .card-header li {
    display: block;
    border-bottom: none;
}

#accordion .card-header li > a {
    color: #3E4B5B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 0.99rem;
    cursor: pointer;
}

#accordion .card-header li > a:hover, #accordion .card-header li > a:focus {
    text-decoration: none;
}

#accordion .card-header li > a > span {
    padding: 7px;
    padding-left: 0px;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #006B5A;
    font-weight: 500/
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#accordion .card-header .icon-w {
    display: block;
    font-size: 18px;
    padding: 7px 0 7px 0px;
    width: 30px;
    color: #006B5A;
    text-align: left;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#accordion .card-header a:before {
    content: "\e91c";
    font-size: 7px;
    right: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#accordion .card-header.simple-menu a:hover:before, #accordion .card-header.simple-menu a:focus:before, #accordion .card-header.simple-menu a.active:before {
    transform: rotate(-90deg);
}

#accordion .card-header.simple-menu a.active {
    font-weight: bold;
}

#accordion .card-header a:before {
    font-family: 'osfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91c";
    font-size: 7px;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 5px;
}

span.select2 {
    width: 100%!important;
}

.form-despesa .text-receita {
    display: none;
}

.form-receita .text-receita {
    display: inherit;
}

.form-receita .text-despesa {
    display: none;
}

.content-aux {
    width: 100%;
    flex: 1;
    vertical-align: top;
    max-width: 800px;
    margin: 0 auto;
}

.force-vertical-row-center {
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .vertical-row-center {
        display: flex;
        align-items: center;
    }

    .vertical-row-baseline {
        display: flex;
        align-items: flex-end;
    }
}


/*Tablets up*/
@media (min-width: 993px) {
    .visible-xs {
        display: none !important;
    }
}

/*Tablets down*/
@media (max-width: 992px) {
    .visible-xs {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }
}

.bottom-bar {
    position: fixed;
    bottom: -120px;
    opacity: 0;
    right: 0;
    width: calc(100% - 260px);
    background-color: #FFF;
    padding: 15px 38px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.bottom-bar.open {
    bottom: 0;
    opacity: 1;
}

.bottom-bar * {
    margin-bottom: 0;
}

.bottom-bar h5 span {
    font-weight: 400;
}

.invoice-w {
    margin: 0 auto;
}

.invoice-w:before {
    background-color: rgba(0, 107, 90, 0.1);
    top: -18%;
}

.invoice-table {
    display: block;
    margin: 0 auto;
}

.invoice-table .table {
    min-width: 350px;
}

.formPerfil {
    display: flex;
}

.formPerfil .itemAvatar {
    width: 400px;
    float: left;
}

.formPerfil .itemContent {
    width: calc(100% - 400px);
    float: left;
    padding-left: 50px;
}

.formPerfil .html5imageupload .btn + .btn {
    margin-left: 10px;
}

.formPerfil .html5imageupload .btn-default {
    background-color: #006B5A;
    color: #FFF;
}

.formPerfil .perfil-imagem .imagePerfil {
    background-color: #eeeeee;
    text-align: center;
    position: relative;
    border: 1px solid #dddddd;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    height: 533.333334px;
    width: 100%;
    background-size: contain;
}

.html5imageupload .tools {
    display: none;
}

.html5imageupload.ativo .tools {
    display: block;
}

.html5imageupload img {
    max-width: inherit;
}

.text-destaque {
    color: #FFF;
    background-color: #006B5A;
    padding: 10px 15px;
    font-weight: 600;
}

#alertFixedTopRight {
    position: fixed;
    display: block;
    top: 70px;
    right: -400px;
    transition: all .8s;
    width: 400px;
    max-width: 100%;
}

#alertFixedTopRight.open {
    right: 30px;
}

#alertFixedTopRight > div {
    padding: 10px 15px;
    margin-bottom: 15px;
    max-width: 100%;
}

#alertFixedTopRight .success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

#alertFixedTopRight .error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.fa-spinner {
    animation: div-rotate 0.7s infinite;
}

.catraca-aviso {
    position: relative;
    padding: 10px 15px;
    margin: 0;
    border: 2px solid transparent;
    border-radius: 6px;
}

.catraca-aviso.catraca-aviso-info {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    padding: 50px 30px;
    font-size: 30px;
    text-align: center;
}

.catraca-aviso.catraca-aviso-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.catraca-aviso.catraca-aviso-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.box_selecao_ingresso {
    text-align: center;
}

.box_selecao_ingresso .data {
    padding-right: 10px;
    border-right: 1px solid #000;
    margin-right: 3px;
}

.box_selecao_ingresso .competicao {
    font-weight: 700;
}

.box_selecao_ingresso .times {
    width: 100%;
    padding: 0 0 20px;
    display: flex;
}

.box_selecao_ingresso .times .sigla {
    font-weight: 700;
    font-size: 18px;
}

.box_selecao_ingresso .times .time_01 .sigla {
    margin-right: 8px;
}

.box_selecao_ingresso .times .time_02 .sigla {
    margin-left: 8px;
}

.box_selecao_ingresso .times .versus {
    font-size: 26px;
    font-weight: 700;
    width: 30px;
}

.box_selecao_ingresso .times .time_01 {
    width: calc(50% - 15px);
    text-align: right;
    padding-right: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.box_selecao_ingresso .times .time_02 {
    width: calc(50% - 15px);
    text-align: left;
    padding-left: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.box_selecao_ingresso .times img {
    height: 32px;
}

.box_selecao_ingresso .times .time_max span.sigla {
    top: 0;
}

.box_selecao_ingresso .times .time_max img {
    height: 40px;
}

.box_selecao_ingresso p {
    font-size: 16px;
}

.page_coordenacao-socio-relatorio:before {
    content: none;
}

.page_coordenacao-socio-relatorio {
    background-color: #FFF;
}

@media print {
    body {
        background-color: white !important;
    }

    body:before {
        content: '' !important;
        background: white !important;
    }
}

@media print {
  * {
      background: transparent;
      color: #000;
      text-shadow: none; 
      filter: none;
     -ms-filter: none;
  }
}

@media (max-width: 600px) {
    .box_selecao_ingresso .times {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .box_selecao_ingresso .times .time_01 {
        flex-direction: row-reverse;
    }

    .box_selecao_ingresso .times .time_01 .sigla {
        margin-right: 0;
        margin-left: 5px;
    }

    .box_selecao_ingresso .times .time_01, .box_selecao_ingresso .times .time_02 {
        width: 100%;
        justify-content: center;
        padding: 0;
    }

    .box_selecao_ingresso .times .versus {
        margin: 10px 0;
    }
}


@keyframes div-rotate {
      0% { transform: rotate(  0deg);}
    100% { transform: rotate(360deg);}
}

@media (min-width: 769px) {
    .margin-aux-user {
        margin-top: -30px;
    }
}

@media (max-width: 1440px) {
    .formPerfil .itemAvatar {
        width: 300px;
    }

    .formPerfil .itemContent {
        width: calc(100% - 300px);
        padding-left: 30px;
    }
}

@media (max-width: 1024px) {
    body.menu-position-side .content-w {
        max-width: calc(100% - 70px);
    }

    .menu-mobile.color-scheme-dark {
        background: #006b5a; 
    }

    .menu-mobile.color-scheme-dark ul.main-menu .icon-w {
        color: #FFF;
    }
}

@media (max-width: 992px) {
    .text-m-center, .text-m-center.text-right {
        text-align: center !important;
    }

    .margintm15 {
        margin-top: 15px;
    }

    .margintm30 {
        margin-top: 15px;
    }

    .aux_page_login {
        min-height: 100vh;
        padding: 0 30px;
    }

    .auth-box-w .logo-w {
        padding: 6%;
    }

    .auth-box-w .auth-header {
        padding-left: 30px;
    }

    .auth-box-w .auth-header:after {
        left: 30px;
    }

    .auth-box-w form {
        padding: 0 30px 0 70px;
        padding-bottom: 30px;
    }

    .layout-w {
        min-height: 100vh;
    }

    body.menu-position-side .content-w {
        width: 100%;
        max-width: 100%;
    }

    .bottom-bar {
        width: 100%;
        text-align: center;
    }

    .bottom-bar .text-right {
        margin-top: 15px;
        text-align: center !important;
    }

    .onboarding-modal .onboarding-content {
        padding: 20px 10px;
    }

    .modal #content-action {
        max-height: calc(100vh - 330px);
    }

    .modal .btn-max {
        margin: 5px;
    }

    .menu-mobile .mm-logo-buttons-w .mm-logo img {
        width: 200px;
    }

    .menu-mobile .logged-user-w .avatar-w img {
        height: 40px;
    }

    .invoice-logo-w img {
        max-width: 200px !important;
    }

    .invoice-w {
        padding: 15px;
    }

    .invoice-table .table {
        min-width: inherit;
    }

    .company-address {
        font-size: 1rem;
    }

    .formPerfil {
        flex-direction: column;
    }

    .formPerfil .itemAvatar {
        width: 100%;
    }

    .formPerfil .itemContent {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
    }

    .menu-mobile .logged-user-w .logged-user-info-w {
        margin-left: 0;
        width: calc(100% - 45px);
        padding-left: 15px;
    }

    .box-dash {
        height: auto;
    }

    .boxs-dash .col {
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit; 
        -webkit-box-flex: inherit; 
        -ms-flex-positive: inherit;
        flex-grow: inherit;
    }
}