input.form-control, input:-internal-autofill-selected {
    background-color:none !important;
}
div.dataTables_wrapper div.dataTables_processing {
    top: 0 !important;
    background-color: #347db8;
    color: white;
    font-weight: 900;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.16);
}

@media (min-width: 992px) {

    .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse, 
    .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing, 
    .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
        width: 230px;
    }
}
table td div.contFoto img{
    width: initial;
    height: initial;
    border-radius: initial;
}
.cursor-ponter {
    cursor:pointer;
}
a.card.bt-home {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
a.card.bt-home:hover {
    text-decoration: none !important;
    position: relative;
    bottom: 2px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.page-title .page-title-icon {
    box-shadow: 0px 3px 8.3px 0.7px rgba(0, 0, 78, 0.09) ;
}
.sidebar .nav .nav-item .nav-link i {

    font-size: 1.125rem;
    line-height: 1;
    margin-left: auto;
    color: #bba8bff5;
}

.sidebar .nav.sub-menu .nav-item .nav-link.active {
    color: #178bbb;
    background: transparent;
    font-weight: 700;
}
.sidebar .nav.sub-menu .nav-item .nav-link.active:before {
    color: #178bbb;
}

.remove-style-old-button {
    border: none;
    background: none;
}

.navbar.default-layout-navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini img {
    width: calc(96px - 50px);
    height: 39px;
}

.navbar.default-layout-navbar .navbar-brand-wrapper .navbar-brand img {
    width: calc(290px - 120px);
    height: 37px;
}

.sidebar .nav .nav-item.active > .nav-link .menu-title, .sidebar .nav .nav-item.active > .nav-link i {
    color: #178bbb;
}

.navbar.default-layout-navbar.navbar-info .navbar-menu-wrapper {
    background: linear-gradient(to right, #90caf9, #005294 99%);
}

.navbar .navbar-menu-wrapper .dropdown .dropdown-toggle:after {
    color: #ffffff;
}

.list-niver.email-wrapper .mail-sidebar .menu-bar .profile-list-item a .pro-pic {
    width: 30%;
    max-width: 86px;
}

.list-niver.email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user .u-name {
    font-size: 1.2rem;
}

.list-niver.email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user {
    padding: 21px 10px 0 15px;
}

.fc-day-grid-event {
    cursor: pointer;
}
.fancybox-iframe, .fancybox-content {
    border-radius: 0.3125rem;
}
.loading-ico {
    text-align: center;
    color: #a7a7a7;
    font-size: 0.8em;
    line-height: 3.5em;
    margin-top: 15%;
}
.loading-ico img {
    width: 71px;
}

/* EDIT CALENDARIO */
.display-dt {
    width: 150px;
    height: 110px;
    border-radius: 0.3rem;
    background-color: #f2edf3;
    padding: 10px;
}
.display-dt .span-cont {
    display: block;
    text-align: center;
}
.display-dt #start, .display-dt #end {
    z-index: -1;
    position: absolute;
    left: -200px;
}
.span-cont {
    margin-top: 5px;
}
.dia-ini, .dia-fim {
    font-size: 1.5em;
    padding-right: 5px;
}
.mes-ini, .mes-fim {
    font-size: 1.3em;
}
.display-dt.admin {
    cursor:pointer;
}
.card-body .aprovado{
    border: solid 3px #1bcfb4;
    border-radius: 0.4rem;
    padding: 22px;
}
.card-body .pendente{
    border: solid 3px #fbcc00;
    border-radius: 0.4rem;
    padding: 22px;
}
.close-display {
    float: right;
    position: relative;
    bottom: 5px;
    left: 5px;
    color: #7b1c1c;
    z-index: 999;
}
.dia-semana-fim {
    position: relative;
    left: 6px;
}
.cont-display-view {
    width: 200px;
    float: left;
}

.main-panel .content-wrapper {
    padding-top: 1.2rem;
}
.sombra{
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.16);
}

.foto .img-rec-facial {
    width: 90px;
    height: 90px;
    object-fit: cover;
    /* object-position: 100% 0; */
    border-radius: 0;
    cursor: pointer;

    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.foto .img-rec-facial:active{
    width: 300px;
    height: 300px;
    position: absolute;
    object-fit: contain;
    z-index: 0;
}
.foto div.contFoto{
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.load-bt {
    width: 40px !important;
}
table.dataTable{
    border-collapse: collapse !important;
    border-spacing: 0;
}

#recfacial_log select.logFilter {
    height: 42px ;
}

div.dashboardcode-bsmultiselect li.badge {
    background: linear-gradient(to right, #da8cff, #9a55ff);
    border: 0;
    color: #ffffff;
    padding: 6px 14px;
    font-size: .8125rem;
    font-family: inherit;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 1;
    padding-left: 15px !important;
}

div.dashboardcode-bsmultiselect li.badge button.close {
    color: #ffffff;
    margin-left: 12px;
}

.resp-datatable-cont {
    overflow: auto;
}

.btn-drop-menu a.dropdown-item {
    padding: 13px 19px !important;
    border-bottom: solid 1px #f2edf3;
}

.box-padrao {
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border-radius: 0.3rem;
    padding: 20px;

}

.sprite-background{background:url(../images/sprites/navegadores.png) top left no-repeat}
.android-browser{background-position:-136px 0;width:16px;height:16px;padding:0 8px}
.chrome-browser{background-position:-157px 0;width:16px;height:16px;padding:0 8px}
.firefox-browser{background-position:-178px 0;width:16px;height:16px;padding:0 8px}
.opera-browser{background-position:-220px 0;width:16px;height:16px;padding:0 8px}
.blackberry-browser,.rim-browser{background-position:-241px 0;width:16px;height:16px;padding:0 8px}
.safari-browser{background-position:-262px 0;width:16px;height:16px;padding:0 8px}
.explorer-browser,.ie-browser,.new-0011{background-position:-304px 0;width:16px;height:16px;padding:0 8px}
.android-os{background-position:-325px 0;width:16px;height:16px;padding:0 8px}
.ios-os{background-position:-346px 0;width:16px;height:16px;padding:0 8px}
.linux-os,.ubuntu-os{background-position:-367px 0;width:16px;height:16px;padding:0 8px}
.mac-os{background-position:-388px 0;width:16px;height:16px;padding:0 8px}
.nokia-browser,.nokia-os,.symbian-browser,.symbian-os{background-position:-409px 0;width:16px;height:16px;padding:0 8px}
.web-os{background-position:-430px 0;width:16px;height:16px;padding:0 8px}
.new-0018{background-position:-451px 0;width:16px;height:16px;padding:0 8px}
.windows-os{background-position:-472px 0;width:16px;height:16px;padding:0 8px}

.bandeiraCartao {
    color: #fff;
    display: inline-block;
    height: 51px;
    width: 69px;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
}

.bandeiraCartao.pix {
    height: 30px;
}
.txt-boleto-itau {
    position: relative;
    bottom: 10px;
}
.logo-visa {
    background: url(../images/pagamentos/visa.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.logo-shopline {
    background: url(../images/pagamentos/itau.svg);
    background-repeat: no-repeat;
    background-position: 9px 5px;
    display: inline-block;
    width: 50px;
    height: 36px;
    background-size: 65px;
}

.logo-pix {
    background: url(../images/pagamentos/pix.png);
    background-repeat: no-repeat;
    background-position: 0;
    display: inline-block;
    width: 51px;
    height: 30px;
    background-size: 51px;
}

.logo-mastercard {
    background: url(../images/pagamentos/master.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.logo-amex {
    background: url(../images/pagamentos/amex.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.logo-diners {
    background: url(../images/pagamentos/diners.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.logo-elo {
    background: url(../images/pagamentos/elo.svg) no-repeat!important;
    background-position: 50% 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
}

.logo-aura {
    background: url(../images/pagamentos/aura.svg) no-repeat!important;
    background-position: 50% 50%;
    display: inline-block;
    width: 42px;
    height: 50px;
    position: relative;
    top: 11px;
}

.logo-hipercard {
    background: url(../images/pagamentos/hipercard.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
}
 .logo-boleto{
    background: transparent url(../images/pagamentos/boleto.png) center no-repeat;
    display: inline-block;
    width: 70px;
    height: 50px;
    background-size: 62px;
}
 .logo-pague-depois{
    background: transparent url(../images/pagamentos/paguedepois.png) center no-repeat;
    display: inline-block;
    width: 70px;
    height: 50px;
    background-size: 62px;
    background-size: 46px;
}

.form-control, .asColorPicker-input, .dataTables_wrapper select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead, .tt-query, .tt-hint {
    border: 1px solid #b7b7b7;
}
