/*
 * Begin::geral
 */
.nao-quebrar-linha {
    white-space: nowrap;
}
.bw {
    word-break: break-word;
}
.btn-whats{
    position: fixed;
    right: 0;
    bottom: 10px;
    margin: 0 10px 0 0;
    z-index: 999;
    padding: 0 20px 0 15px;
    background-color: #25d366;
    border-radius: 4px;
    height: 36px;
}
.btn-whats a table{
    color: #fff;
}
#div-btn-treinamento{
    margin-top: 20px;
}
#div-btn-treinamento a{
    color: #0e133d;
}
#div-btn-treinamento i{
    width: 50px;
    height: 50px;
    background-color: #0e133d;
    border-radius: 50%;
    line-height: 50px;
    color: #fff;
    margin-left: 8px;
    margin-top:5px;
}
nav.navbar .dropdown-menu {
    max-width: unset;
}
.lds-ellipsis {
    display: inline-block;
    position: fixed;
    margin-left: 48%;
    width: 80px;
    height: 80px;
    z-index: 9999;
    display: none;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: linear-gradient(to right,rgba(230,48,94,1) 25%, rgba(130,39,124,1) 100%);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
/*
 * End::geral
 */

/*
 * Begin::sobrescrever template / bootstrap / plugins
 */
 .navbar-header .logo-small{
    max-width: 100px;
    max-height: 50px;
    width: auto;
 }
.btn-primary i {
    margin-right: 0px;
}

.btn-red{
    border-radius: 5px;
    border: 1px solid red !important;
    color: red;
    background-color: #fff;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.15);
}

#footer {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.dt-buttons .btn-outline-primary:not(:disabled):not(.disabled):active,
.dt-buttons .btn-outline-primary:hover {
    color: #65e0af;
    border-color: #65e0af;
    background-image: none;
    background-color: transparent;
}

.dt-buttons{
    padding-bottom: 15px;
}

.table-hover tbody tr:hover {
    background: rgba(113, 113, 113, 0.22);
    cursor: pointer;
}
.content-inner{
    background-color: #f2f3f8;
}
.btn {
    border-radius: 5px;
    border: 1px solid #65e0af;
}
.form-control{
    border-color: #65e0af;
}
.bootstrap-select .dropdown-menu {
    z-index: 10000 !important;
}
.nav-menu .dropdown-item.active, .nav-menu .dropdown-item:active {
    background-color: #6ef7a46b;
}
label.jquery-validate-error, span.jquery-validate-error, label.error {
    color: red;
    font-size: .80rem;
    margin-top: 2px;
}

.dataTables_wrapper .dataTables_processing {
    padding-top: 8px;
    background: white;
}
.widget-header.no-actions {
    padding: 1.4rem;
}
.dataTables_wrapper.container-fluid {
    padding: 0;
}
.input-group .input-group-btn a.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.swal2-container {
    z-index: 9999;
}
table.dataTable thead th, table.dataTable thead td,
table.dataTable.no-footer {
    border-bottom: 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #65e0af;
    border: 1px solid #65e0af;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #000 !important;
}

.dataTables_wrapper .dataTables_filter input{
    margin-left: 0px !important;
}
.popover {
    z-index: 10000;
}
.compact-light-sidebar > .side-navbar ul a {
    padding: 3.5px 2px;
}
.compact-light-sidebar > .side-navbar {
    min-width: 135px;
}
.content-inner.compact {
    width: calc(100% - 115px);
    margin-left: 115px;
}
.navbar-header .logo-big {
    max-width: 170px;
    max-height: 60px;
    width: auto;
}
.accordion .card-body, .accordion-icon .card-body {
    border-bottom: 0;
}
.compact-light-sidebar > .side-navbar a[data-toggle="collapse"]::before {
    top: 27.5px;
}
.compact-light-sidebar .sidebar-separator {
    margin: 0.25rem auto;
}
.compact-light-sidebar > .side-navbar ul {
    padding: 3px 0;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 4px 10px;
}
@media (max-width: 1200px) {
    .default-sidebar > .side-navbar,
    .compact-sidebar > .side-navbar,
    .compact-light-sidebar > .side-navbar {
        margin-left: -115px;
        min-width: 115px;
        max-width: 115px;
    }
    .content-inner.compact {
        margin-left: 0;
    }

    .pl-mob-0{
        padding-left: 0;
    }
}
@media (max-width: 576px) {
    .container-fluid {
        padding: 5px;
    }
    .dataTables_filter > label {
        display: list-item;
    }
    .dataTables_wrapper .dataTables_filter {
       margin-top: 0;
    }
    .widget-body {
        padding: 0.3rem !important;
    }
    div.brand-small > img.logo-small {
      max-height: 50px;
      max-width: 100px;
      width: auto;
    }
}

/* Menu */
.compact-light-sidebar > .side-navbar ul li.active i, .compact-light-sidebar > .side-navbar li ul li a.active {
    color: #0e133d;
}
.compact-light-sidebar > .side-navbar ul ul a:hover {
    color: #0e133d;
}
.compact-light-sidebar > .side-navbar ul a:hover i {
    color: #0e133d;
}
.compact-light-sidebar > .side-navbar a[aria-expanded="true"] i {
    color: #0e133d;
}
@media (min-width: 1200px) {
    .container-fluid {
        padding: 20px;
        padding-left: 40px;
    }
}

/* Movidesk */
#md-app-widget.md-chat-widget-wrapper {
    z-index: 500 !important;
    bottom: 5px !important;
}
.md-chat-widget-btn-container .md-chat-widget-btn-wrapper,
.md-chat-widget-btn-container .md-chat-widget-btn-wrapper .md-chat-widget-icon-svg {
    width: 54px !important;
    height: 55px !important;
}
@media (max-width: 576px) {
    .md-chat-widget-btn-container .md-chat-widget-btn-wrapper,
    .md-chat-widget-btn-container .md-chat-widget-btn-wrapper .md-chat-widget-icon-svg {
        width: 44px !important;
        height: 45px !important;
    }
}

/* Botão de subir página (fica no canto direito inferior do sistema) */
.go-top {
    background: #0e133d;
    width: 50px;
    height: 50px;
    color: #ffffff;
    bottom: 14px;
    right: 5rem;
    font-size: 24px;
    line-height: 50px;
    z-index: 500 !important;
}
.go-top:hover {
    color: #ffffff;
    transform: scale(1.05);
}
.go-top:focus {
    color: #ffffff !important;
}
@media (max-width: 576px) {
    .go-top {
        width: 50px;
        height: 50px;
        font-size: 27px;
        line-height: 50px;
    }
}

/*
 * End::sobrescrever template / bootstrap / plugins
 */

/*
 * Begin::Modal Gigante
 */
@media (min-width:641px)  { 
    .modal-xl {
        max-width: 600px;
    } 
}
@media (min-width:961px)  { 
    .modal-xl {
        max-width: 900px;
    }  
}
@media (min-width:1025px) { 
    .modal-xl {
        max-width: 1000px;
    }  
}
@media (min-width:1281px) { 
    .modal-xl {
        max-width: 1200px;
    }  
}
/*
 * End::Modal Gigante
 */

 /*
  * Begin::crop do Metronic
  */
.kt-avatar {
    position: relative;
    display: inline-block;
}
.kt-avatar.kt-avatar--outline .kt-avatar__holder {
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
}
.kt-avatar .kt-avatar__holder {
    width: auto;
    height: auto;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
}
.kt-avatar .kt-avatar__upload {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}
.kt-avatar .kt-avatar__upload input {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
    opacity: 0;
}
.kt-avatar .kt-avatar__cancel {
    cursor: pointer;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: auto;
    right: -10px;
    bottom: -5px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    display: none;
}
.kt-avatar .kt-avatar__upload i {
    color: #65e0af;
    font-size: 1.2rem;
}
img.kt-avatar__holder {
    vertical-align: middle;
    border-style: none;
}
 /*
  * End::crop do Metronic
  */

.cidade{
    top: 15% !important;
}

.publico-modal{
    top: 25% !important;
}

#cor {
    height: 40px;
    padding: 2px 2px;
}

.verde{
    background-color: lightgreen;
}

.azul{
    background-color: blue;
}

.roxo{
    background-color: purple;
}

.marrom{
    background-color: brown;
}

.azul-piscina{
    background-color: #00cee3;
}

.tabela-plano-valor th{
    background-color: #65e0af;
}

.bg-cinza{
    background-color: lightgray;
}

.valor-plano{
    vertical-align: sub;
}

.modal{
    overflow-y: auto;
}

@media (max-width:400px){
    .margem-mobile{
        margin-bottom: 40px !important;
    }
}

#funil-vendas{
    height: 300px; 
    width:100%;
}

#mdl-empresas-formulario{
    padding-left: 0px !important;
}

.table-condensed thead th {
    padding: 10px 12px 10px 12px;
}

.table-condensed td {
    padding: 10px 12px 10px 12px;
}

.table-condensed .td-actions a i {
    font-size: 1.2rem;
    padding: 0.3rem;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    float: left;
}

@media (min-height: 730px) {
    #div-btn-treinamento{
        position: absolute;
        bottom: 20px;
        left: 35px;
    }
}

@media (min-width: 768px) {
    .col-sm-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        float: left;
    }
}
.pricing-plan {
    overflow: hidden;
}
.pricing-plan > aside {
    position: absolute;
    width: 230px;
    right: 0;
    margin: -15px -75px 20px 0;
    -webkit-transform: rotate(35deg);
     -khtml-transform: rotate(35deg);
       -moz-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
            transform: rotate(35deg);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    background: #ff3019;
    background: -moz-linear-gradient(45deg, #ff3019 0%, #cf0404 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
    background: -webkit-linear-gradient(45deg, #ff3019 0%,#cf0404 100%);
    background: -o-linear-gradient(45deg, #ff3019 0%,#cf0404 100%);
    background: -ms-linear-gradient(45deg, #ff3019 0%,#cf0404 100%);
    background: linear-gradient(45deg, #ff3019 0%,#cf0404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=1 );
}
.pricing-plan > aside > p {
    font-size: 10px;
}
.badge-text.danger {
    background: #f00;
}
.badge-text.preto {
    background: #000;
}

.scroll-modal{
    max-height: 350px;
    overflow: hidden;
    outline: none;
    touch-action: none;
}
.alert-rosa {
    color: #fff;
    background-color: #0e133d;
    border-color: #0e133d;
}

.badge-text.warning {
    background: orange;
}

.tabela-plano-valor thead th{
    padding: 0.75rem !important;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.85rem + 0.75px);
}

/*
 * Bootstrap Selectpicker :: INICIO
 */
.bootstrap-select > .btn.dropdown-toggle {
    font-weight: 400 !important;
    line-height: 1.325;
    font-size: 1rem;
    background-color: white;
}

.bootstrap-select > .dropdown-menu > .bs-searchbox > input {
    padding: 0.5rem 0.9rem;
}
/*
 * Bootstrap Selectpicker :: FIM
 */

a.btn-whats-rodape:hover {
    transform: scale(1.05);
    color: white;
}
.btn-whats-rodape > i{
    transform: scale(1.05);
}
a.btn-whats-rodape:focus {
    color: white;
}
.btn-whats-rodape{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 12px;
    background-color: #65e0af;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.btn-whats-rodape > i{
    margin-top: 9.5px;
}

.tooltip {
    z-index: 3000;
}

.widget-options {
    z-index: 499!important;
}

@media (max-width: 450px){
    .bootstrap-select .dropdown-menu{
        max-width: 320px !important;
    }
}

a.btn-suporte-rodape:hover {
    transform: scale(1.2);
    color: white;
}
.btn-suporte-rodape > i{
    transform: scale(1.2);
}
a.btn-suporte-rodape:focus {
    color: white;
}
.btn-suporte-rodape{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 12px;
    background-color: #0e133d;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 999;
}
.btn-suporte-rodape > i{
    margin-top: 9.5px;
}

a.btn-email-rodape:hover {
    transform: scale(1.05);
    color: white;
}
.btn-email-rodape > i{
    transform: scale(1.05);
}
a.btn-email-rodape:focus {
    color: white;
}
.btn-email-rodape{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 12px;
    background-color: #65e0af;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.btn-email-rodape > i{
    margin-top: 9.5px;
}

#Layer_1 {
    fill: #0e133d !important;
}

@media (max-width: 768px){
    .visible-mobile {
        display: inherit !important;
    }
    .visible-desktop {
        display: none !important;
    }
}
@media (min-width: 769px){
    .visible-mobile {
        display: none !important;
    }
    .visible-desktop {
        display: inherit !important;
    }
}

.selectize-input {
    padding: .75rem 1.07rem !important;
}

.input-group .input-group-btn .btn {
    padding: .7rem 1.07rem;
}

.badge-notifications {
    position: absolute !important;
    top: 13px !important;
    right: 1px !important;
    padding: 3px 5px;
    border-radius: 50%;
    background: #0e133d;
    color: white;
    font-size: 0.6rem;
    line-height: normal;
}

.notification-separator {
    border-bottom: 0.07rem solid rgba(0,0,0,.05)!important;
}

.notification  > li > a:hover {
    background: #71717138;
}

.title-notifications {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.2rem;
    color: #65e0af;
}