.keyboard-open .pedido.pane .filter-footer{
    visibility: hidden;
}

.pedido .slider-slide .search-input.search-fixed{
    position: fixed !important;
}

.custom-espaco-footer{
    min-width: 100%;
    min-height: 80px;
}

.p-r-0{
    padding-right: 0;
}

.bold{
    font-family: 'Roboto-Bold' !important;
}

.medium{
    font-family: 'Roboto-Medium' !important;
}

.buttons.buttons-right .button,
.bar.bar-header .button.back-button {
    color: #888;
}

.bar-positive .button:hover{
    color: #444;
}

.swal-footer .swal-button-container{
    flex: 1 auto !important;
    -webkit-flex: 1 auto !important;
}

.backdrop.visible.active{
    z-index: 9998;
}

.popup-container.popup-standart.active{
    z-index: 9998;
}

.apontamentos-contato .checkbox.checkbox-input-hidden.disable-pointer-events{
    padding-top: 20px !important;
}

.list-custom-card .item .item-list-divider{
    margin: 20px 0 5px 0 !important; 
}

.list-custom-card .item .item-list-divider + h4{
    margin-bottom: 5px;
}

.download-imagens #progressbar{
    border: none !important;
    background: #ffffff;
    margin: 5px 0 0 0;
    height: 10px;
}

.download-imagens #progressbar::-webkit-progress-bar {
    background: #ffffff;
    border-radius: 3px;
}

.download-imagens #progressbar::-webkit-progress-value {
    background: #73a8e5;
    border-radius: 2px;
}

.campo-personalizado > p{
    margin-bottom: 0;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: rgba(0, 0, 0, 0.6);
}

.tooltip.top{
    width: calc(100% - 12px);
    left: 0 !important;
}

.tooltip.top .tooltip-arrow{
    left: 7px !important;
}

@media (min-width: 769px){
    .menu-open .menu-content.pane{
        transform: translate3d(275px, 0px, 0px) !important;
    }

    .menu-content.pane{
        transform: translate3d(0px, 0px, 0px) !important;
        width: 100% !important;
    }

    .close-side-menu .menu-content.pane{
        transform: translate3d(0px, 0px, 0px) !important;
        width: 100% !important;
    }

    .menu-left.menu .user-info .logo-content,
    .menu-left.menu .user-info .name,
    .menu-left.menu .user-info .email,
    .menu-left.menu .item-header{
        opacity: 0;
    }

    .menu-open .menu-left.menu .user-info .logo-content,
    .menu-open .menu-left.menu .user-info .name,
    .menu-open .menu-left.menu .user-info .email,
    .menu-open .menu-left.menu .item-header{
        opacity: 1;
    }
}

.rm-has-header ion-content{
    top: 0;
}

.panel-heading{
    padding: 10px;
}

.display-none{
    display: none !important;
}

.disabled-input input,
.disabled-input select
.disabled-input button{
    /* opacity: .5; */
    pointer-events: none;
    /* content: ''; */
    visibility: unset;
    display: none;
}

.fa.fa-trophy{
    color: rgba(0, 0, 0, 0.2);
}

.swal-modal .swal-footer{
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;   
    flex-wrap: wrap;
}

.swal-modal .swal-footer .swal-button-container{
    flex: 1;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 
}

.swal-modal .swal-footer .swal-button-container button{
    white-space: nowrap;
    width: 100%;
}

.btn-clear,
.btn-clear:focus{
    box-shadow: none;
}

.color-primary{
    color: #8278c4;
}

.color-primary-imp{
    color: #8278c4 !important;
}

.color-secondary{
    color: #515972;
}

.color-third,
.color-third:focus{
    color: #808692 !important;
}

.color-link{
    color: #2898F2;
}

.btn-custom-primary{
    background: #1c84c6;
    border-color: #1c84c6;
    color: #FFF;
}

/* 
Removido por conta do loading de obter endereço pelo cep, ao cadastrar um novo endereço de cliente
.backdrop.visible.active,
.loading-container.visible.active{
    z-index: 9998;
} 

.popup-container.popup-showing.active{
    z-index: 9999;
}
*/

.input-error,
.form-control.input-error:focus{
    border-bottom: 1px solid #f76868 !important;
}

.icon.ion-android-arrow-back::before{
    font-size: 25px !important; 
}

small{
    color: inherit !important;
}

/* FILTER FOOTER */
.filter-footer{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 2;
}

.filter-footer .filter-footer-content{
    display: flex;
    padding: 0;
    width: 220px;
    height: 40px;
    margin: auto;
    background: #1c84c6;
    border-radius: 5px;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.filter-footer .filter-footer-content button{
    font-size: 14px;
    padding: 0;
    margin: 0;
    flex: 1;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 0;
    border-width: 0 1px 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.filter-footer .filter-footer-content button i{
    font-size: 17px;
}

.filter-footer .filter-footer-content button.activated,
.filter-footer .filter-footer-content button:active{
    color: rgba(255, 255, 255, 0.8);
    opacity: 1;
    background: transparent;
    box-shadow: none;
    border-width: 0 1px 0 0;
}

.filter-footer .filter-footer-content button:hover,
.filter-footer .filter-footer-content button:focus{
    background: inherit;
    border-color: transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.filter-footer .filter-footer-content button:last-child{
    border-right: none !important;
}

.filter-footer .filter-footer-content button.filter-ative{
    color: #FFF;
}
/* 
.filter-footer .filter-footer-content.button-icon-text button{
    margin-top: -4px;
} */

.filter-footer .filter-footer-content.button-icon-text button p{
    margin: 0;
    font-size: 12px;
    margin-top: -3px;
}

.modal-produto .filter-footer .filter-footer-content{
    width: calc(100% - 40px);
    background: #18a689;
}

.modal-produto .filter-footer .filter-footer-content.danger{
    background: #c94c4c;
}

.modal-produto .filter-footer + .filter-footer{
    bottom: 75px;
}

.modal-produto .filter-footer .filter-footer-content .btn{
    color: #FFF;;
}

@media (min-width: 680px){
    .modal-produto.modal{
        top: 10%;
        right: 10%;
        bottom: 10%;
        left: 10%;
        min-height: 80%;
        width: 80%;
    }
}

.modal-produto-orcamento{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
}

.modal-produto-orcamento.orcamento ion-content{
    margin-bottom: 120px;
}

.modal-produto.modal-produto-orcamento.orcamento ion-content > .scroll > div{
    margin-bottom: 0;
}

.modal-produto.orcamento .panel .panel-heading .panel-title a{
    font-family: 'Roboto-Medium';
    font-weight: normal;
    font-size: 13px;
    color: #676a6c;
}

.modal-produto.orcamento .panel .panel-body{
    border: none;
}


/* MODAL */
.modal-backdrop{
    background-color: initial !important;
}

/* MODAL PRODUTO */
.modal-produto ion-slides{
    height: 200px;
}

.modal-produto ion-slides .swiper-slide{
    text-align: center;
}

.modal-produto .input-custom-lg{
    height: 126px;
    display: flex;
    align-items: center;
}

.modal-produto .input-custom-lg .input-item + div button:last-child{
    background: #18a689;
    color: #FFF;
}

.modal-produto ion-content>.scroll>div{
    margin-bottom: 130px;
}

/* INPUT CUSTOM LG */
.input-custom-lg{
    margin: auto;
}

.input-custom-lg .input-item{
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 5px 3px 5px ;
}

.input-custom-lg .input-item i{
    margin-bottom: 3px;
}

.input-custom-lg input{
    font-size: 30px !important;
    height: 35px !important;
    padding: 0 5px !important;
    border: none !important;
}

.input-custom-lg button{
    padding: 10px 15px;
}
/* ------- */

/* footer-collapse */
.bar.bar-footer.footer-collapse{
    height: auto;
    max-height: calc(100vh - 152px);
    z-index: 99999;
    padding: 0;
}

.bar.bar-footer.footer-collapse .footer-collapse-content{
    max-height: 85px;
    transition: max-height 0.8s;
    background: #FFFFFF;
    border-top: 2px solid #FFFFFF !important;
    min-width: 100%;
}

.bar.bar-footer.footer-collapse .footer-collapse-content > .clear{
    border-bottom: 6px solid #FFFFFF;
}

.bar.bar-footer.footer-collapse .footer-collapse-content .p-w-xs{    
    max-height: calc(100% - 53px);
}

.bar.bar-footer.footer-collapse .filter-title{
    background: #FFFFFF;
    padding: 12px 10px;
}

.bar.bar-footer.footer-collapse .filter-title h2{
    margin: 0;
    font-size: 20px;
    line-height: 16px;
    color: #000000;
}

.bar.bar-footer.footer-collapse .filter-title .zmdi-caret-up,
.bar.bar-footer.footer-collapse .filter-title .zmdi-caret-down{
    position: absolute;
    color: #FFF;
    right: 50%;
    z-index: 1;
    font-size: 20px;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}

.bar.bar-footer.footer-collapse .filter-title .zmdi-caret-up{
    top: -5px;
}

.bar.bar-footer.footer-collapse .filter-title .zmdi-caret-down{
    bottom: -5px;
}

.bar.bar-footer.footer-collapse.open .footer-collapse-content{
    max-height: 9999px;
}

/* ------- */

.text-warning input{
    color: #f8ac59 !important;
}

.text-primary input{
    color: #1ab394 !important;
}

label.input-date{
    pointer-events: all !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.popup-open {
    pointer-events: all;
}

#mapa{
    width: 100%; 
    height: 100%;
    border: 1px solid #ccc;
}

.info-total{
    font-size: 12px;
    margin: 5px 12px 0 0;
    color: #808692;
}

.info-total p{
    margin: 0;
    line-height: 14px;
}

.info-total-pedido{
    margin: 8px 10px 0 10px;
    display: flex;
    align-items: center;
    /* padding-bottom: 2px; */
}

.info-total-pedido .item.item-checkbox{
    margin: 0 !important;
    background: inherit;
    color: #7f8592 !important;
    font-size: 12px !important;
}

.info-total-pedido>div:first-child{
    flex: 1;
}

.info-total-pedido p{
    line-height: 14px;
}

/* .info-total-pedido>div:last-child{
    text-align: right;
    position: relative;
    padding-left: 30px;
} */

/* .info-total-pedido>div:last-child i{
    position: absolute;
    left: 2px;
    font-size: 22px;
    top: 2px;
    color: rgba(127, 133, 146, 0.75);
} */

/* .info-total-pedido>div:last-child p{
    font-size: 12px;
    line-height: 15px;
    color: #7f8592;
} */

.has-searchbar{
    padding-top: 52px;
}

.bar.bar-subheader.only-shadow + ion-nav-buttons + ion-pane .item-input-wrapper.search-input.search-fixed{
    top: 44px;
}

.platform-android .action-sheet .action-sheet-title, 
.platform-android .action-sheet .button{
    text-align: center;
}

.action-sheet-backdrop{
    z-index: 2041 !important;
}

.item-anexo span{
    border-bottom: 1px solid #3215f3;
    padding: 2px 0;
}

.cliente-invalid{
    background: rgba(255, 0, 0, 0.1) !important;
    border: 1px solid rgba(255, 0, 0, 0.2) !important;
}

.label{
    font-family: 'Roboto-Regular';
    font-weight: normal;
    font-size: 12px;
    font-size: 12px;
    padding: 2px 8px;
}

.swal-button,
.swal-title{
    font-family: 'Roboto-Medium';
    font-weight: normal;
}

.swal-button.swal-button--defeat{
    background: #1c84c6;
}

form input.ng-touched.ng-invalid,
.form-invalid .ng-invalid{
    border-color: red !important;
    border-bottom: 1px solid red !important;
    /* border-bottom-color: red !important; */
}

.content-banner.content-banner-in + ion-nav-title + ion-nav-buttons + .tabs-custom + .pane .item-input-wrapper.search-input.search-fixed{
    top: 130px;
}

.m-t-3{
    margin-top: 3px;
}

.m-t-5{
    margin-top: 5px;
}

hr{
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    margin: 1px 0;
}

.rm-p-b{
    padding-bottom: 0 !important;
}

.rm-p-t{
    padding-top: 0 !important;
}

.p-b-xs{
    padding-bottom: 5px !important;
}

.text-wrap{
    white-space: normal !important;
}

button.button-custom{
    font-size: 13px !important;
    font-family: 'Roboto-Regular' !important;
    min-height: 40px !important;
    height: 40px !important;
    padding: 6px 12px;
    line-height: 20px;
}

button.button-custom:after{
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}

.button-principal.button-clear{
    /*color: #17b0dc;*/
    color: #18a689;
}

.button-stable{
    color: #808692 !important;
}

.text-principal{
    font-size: 13px;
    line-height: 15px;
    font-family: 'Roboto-Medium';
    margin: 0;
    color: #515972;
}

.icon-left{
    padding-left: 20px !important;
    position: relative;
}

.icon-left i{
    position: absolute;
    left: 5px;
}

.form-group label{
    font-size: 13px;
    color: #808692;
    font-family: 'Roboto-Regular';
}

.form-group .form-control{
    font-size: 14px;
    color: #676a6c;
    height: 30px;
    padding: 0 20px 0 3px;
}

.form-group textarea.form-control{
    height: auto;
    border-width: 0 0 1px 0;
    min-height: 22px;
    /* padding-top: 6px; */
    line-height: 16px;
}

.line-divider p{
    float: left;
    margin: 0 10px 0 0;
    font-family: 'Roboto-Medium';
}

.line-divider hr{
    margin: 10px 0;
}

.m-auto{
    margin: auto;
}

label.input-date{
    width: 100%;
    height: 100%;
}

.search-input{
    z-index: 4;
    margin: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    background: #FFF;
    transition: all 250ms;
}

.search-input.search-fixed{
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
}

.search-input .placeholder-icon{
    padding: 0 7px;
    font-size: 16px;
}

.search-input input{
    width: 100%;
    height: 40px;
    padding: 0 0 0 5px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-family: Roboto-Regular;
}

.search-input .filter-bar-clear{
    line-height: 20px;
    background: transparent;
    padding: 0 5px;
    min-height: 25px;
}

.search-input .filter-bar-clear:before{
    font-size: 11px !important;
    padding: 0px 5px !important;
    background: rgba(0, 0, 0, 0.51);
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 21px !important;
    color: #FFF;
}

.slider-slide .search-input.search-fixed{
    top: 0;
}

.slider-slide .search-input.search-fixed + ion-content{
    padding-top: 53px;
}

.item-input-wrapper.search-input p.info-search{
    position: absolute;
    top: 32px;
    color: rgba(102, 102, 102, 0.84);
    font-size: 12px;
    left: 0;
    right: 0;
    background: #FFF;
    line-height: 14px;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    padding-bottom: 2px;
    padding-left: 38px;
    display: none;
}

.item-input-wrapper.search-input .filter-bar-search:focus + button +  p.info-search{
    display: block;
}


.datepicker-custom .dropdown-toggle{
    display: block;
    background: red;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* 
.input-date{
    padding: 0;
} */

/* 
.input-date input{
    padding: 0 0 0 5px !important;
    height: 100% !important;
    width: 100% !important;
    border: 1px solid #e5e6e7 !important;
    border-radius: 1px !important;
} */

/* h3{
    
    color: #515972 !important;
}

p{
    color: #808692 !important;
} */

.zmdi-check-all{
    color: #2CBEFF;
}

.zmdi-check,
.zmdi-time{
    color: #9c9898;
}

.zmdi-alert-triangle{
    color: #f5840c;
}

.positive{
    color: #8278C4;
}

.btn-add-produto{
    font-size: 12px;
    padding: 4px 8px;
}

.icon-added-carrinho{
    color: #1ab394;
}

.btn .icon-added-carrinho{
    font-size: 15px;
}

.link{
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

.pesquisa-preco .checkbox-material label .box{
    z-index: 1;
}

.novo-formulario-pesquisa .anexo{
    font-family: 'Roboto-Medium';
    font-size: 14px;
    padding: 5px;
    margin: 0;
    line-height: 17px;
}

.novo-formulario-pesquisa .anexo span{
    color: #1777D5;
    margin-bottom: 3px !important;
    border-bottom: 1px solid rgba(23, 119, 213, 0.6);
    cursor: pointer;
}

.novo-formulario-pesquisa .anexo .button-icon{
    padding: 1px 9px;
    float: right;
}

.legend-prospect{
    font-size: 13px;
}

.no-disabled .form-group .form-control.invalid-input,
.form-group .form-control.invalid-input,
.list-custom .item-custom input.invalid-input.input-select:disabled,
.form-control.invalid-input{
    border-bottom: 1px solid red !important;
}

.date-info{
    position: absolute;
    right: 10px;
    top: 17px;
}

.tabbed-slidebox .slider{
    margin: 0 !important;
}

.no-box-shadow{
    box-shadow: none !important;
}

.bar-search-produtos{
    border-color: #8278C4;
    background-color: #8278C4;
    background-image: linear-gradient(0deg, #8278C4, #8278C4 50%, transparent 50%);
    padding: 5px 10px;
    min-height: 46px;
    box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.3);
    z-index: 11;
}

b{
    font-family: 'Roboto-Medium';
    font-weight: normal;
}

.has-footerbar .btn-up{
    bottom: 40px;
}

.has-footerbar .button-fab,
.has-footerbar #floating-menu{
    bottom: 45px;
}

.fab-icon-view .has-footerbar .btn-up{
    bottom: 115px;   
}

.circular{
    display: table;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    border: 2px solid #FFF;
}

.circular *{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    color: #FFF;
}

@media (min-width: 768px){
    .hide-on-md{
        display: none;
    }
}

#floating-menu.active+ion-content+.btn-up,
#floating-menu.active+div+.btn-up{
    display: none !important;
}

.absolute{
    position: absolute;
}

.fb-spacing{
    min-height: 70px;
    min-width: 100%;
}

.badge{
    font-family: Roboto-Medium;
    font-weight: normal;
}

.disable-inputs input,
.disable-inputs select,
.disable-inputs button{
    visibility: hidden;
}

.relative{
    position: relative !important;
}

.top-right{
    position: absolute;
    top: 0;
    right: 0;
}

.underline{
    text-decoration: underline;
}

.remove-border{
    border: 0 !important;
}

.remove-border-bottom{
    border-bottom: none !important;
}

.remove-border-top{
    border-top: none !important;
}

.rm-box-shadow{
    box-shadow: none;
}

.rm-margin{
    margin: 0 !important;
}

.modal{
    display: inherit;
}

.progress,
.progress .progress-bar{
    height: 7px;
    max-width: 100%;
}

.message-nothing{
    position: relative; 
    min-width: 100%;
    min-height: 200px;
}

.message-nothing h3{
    font-weight: normal;
    font-size: 17px;
}

.message-info{
    font-size: 14px; 
    margin: 5px 0 0 0;
    color: #888888;
}

.row + .row {
    margin-top: -5px; 
    padding-top: 0; 
}

.info-desc-padrao{
    font-size: 14px;
}

.popup-title{
    color: #333;
}

.list-radio .list{
    margin-top: 10px;
}

.list-radio .item{
    border: none !important;
    background: #FFF !important;
}

/*  SCROLL BAR  */
.platform-browser ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    margin-right: 5px;
}
 
.platform-browser ::-webkit-scrollbar-track{
    background: transparent;
    border-radius: 0px;
    margin-right: 5px;
}
 
.platform-browser ::-webkit-scrollbar-thumb{
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
    margin-right: 5px;
}

.scroll-bar.scroll-bar-v{
    z-index: 100;
}

.scroll{
    min-height: 100%;
}

/*  GERAIS  */
.menu-content{
    transition: all;
    transition-duration: 0.2s;
    box-shadow: none;
    border-left: 0.6px solid #00000047;
}

.menu-right.menu,
.pane.view{
    background: rgb(25, 118, 210);
}

/*.row{
    margin: 0;
    display: block;
}*/

.title{
    border-bottom: none;
    width: initial;
}
/* 
input[type="date"].ng-invalid{
    color: red !important;
} */

.error-message{
    color: red !important;
    font-family: 'Roboto-Regular';
    font-weight: normal;
    font-size: 13px;
    line-height: 14px; 
    margin-top: 5px;
}

.cursor-enter,
.list-custom .item-custom.cursor-enter input, 
.list-custom .item-custom.cursor-enter select{
    cursor: pointer !important;
}

.color-disabled{
    opacity: 0.5;
}

.hide{
    display: none !important;
}

.show{
    display: inherit !important;
}

.text-center{
    text-align: center !important;
}

.important:after{
    content: '*';
    color: red;
    margin-left: 5px;
}

.help-block{
    color: rgb(255, 5, 5);
    font-weight: normal; 
    font-size: 14px;
    line-height: 20px;
    display: none;
}

.color-success{
    color: #00a200 !important;
}

.color-error{
    color: #FF4B4B !important;
}

.limit-error,
.limit-error input{
    color: #FF0000 !important;
}

.limit-success,
.limit-success input{
    color: #099E09 !important;
}

.limit-warning,
.limit-warning input{
    color: orange !important;
}

.subtitle{
    font-size: 17px;
    color: rgb(117, 116, 116);
    font-family: Roboto-Medium;
    margin: 0;
    min-width: 100%;
    padding: 10px;
}

.subtitle.center{
    padding: 0;
    margin: 0;
    min-width: 100%;
    text-align: center;
    font-size: 20px;
    color: rgba(117, 116, 116, 0.55);
}

.center{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;/* IE 9 */
    -webkit-transform: translate(-50%, -50%) !important;/* Chrome, Safari, Opera */
}

.center-vertical{
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
}

.inner{
    position: relative;
    min-height: 100%;
    padding: 15px;
    height: 100%;
}

.menu-open ion-side-menus{
    background: #000;
}

/*  BUTTONS  */
.button-info-sync{
    position: absolute;
    right: 10px;
    top: 0;
}

.button-info-sync .zmdi-check-all{
    color: #2CBEFF;
}

.buttons-right .button{
    /* font-size: 20px !important; */
    margin: 0 5px;
    font-family: Roboto-Regular;
}

.buttons-left .button{
    font-size: 21px !important;
    color: #888;
}

.button-fab{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    width: 56px;
    height: 56px;
    line-height: 56px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgb(26, 179, 148);
    font-size: 18px;
    color: #FFF;
}

.zmdi-alert-triangle {
    color: rgb(243, 156, 18);
}

.button-load-more{
    font-size: 17px;
    color: #387ef5;
}

.button-load-more:hover,
.button-load-more:focus,
.button-load-more:visited,
.button-load-more:active{
    color: #387ef5;
}

.button-desconto{ 
    left: -40px;
    font-size: 25px;
    margin-top: -5px;
    cursor: default;
}

.button-desconto.tipo-valor{
    font-size: 18px;
}

.button-change-tipo-desconto{
    padding: 5px 10px; 
    min-width: 39px;
}

.btn-remove{
    color: red;
    font-size: 16px;
    padding: 5px;
}

.btn-remove:hover{
    color: red;
    opacity: 0.6;
}

.btn-atualizar{
    height: 25px;
    line-height: 25px;
    padding: 0px 10px;
    margin-right: 15px;
}

.btn-cancel-item{
    font-size: 19px;
    padding: 0px 7px;
}

/*  FILTER BAR  */
.filter-bar .bar-header{
    height: 45px;
}

.filter-bar-wrapper .item-input-inset .filter-bar-cancel,
.filter-bar-wrapper .item-input-inset .button{
    opacity: 1;
}

.filter-bar .bar-positive .filter-bar-search{
    font-size: 18px;
}

.filter-bar .bar-positive .filter-bar-search,
.filter-bar .bar-positive .icon{
    color: #FFF;
}

.filter-bar .bar-positive .filter-bar-clear:before{
    color: #FFF !important;
}

.filter-bar .filter-bar-search::-webkit-input-placeholder{
    color: #FFF !important;
    opacity: 0.8;
}

/*  FLEX CALENDAR  */
.flex-calendar .days .day.dateInRange{
    background-color: #EFEFEF;
    background-image: url('data:image/gif;base64,R0lGODlhBQAFAOMAAP/14////93uHt3uHt3uHt3uHv///////////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAAALAAAAAAFAAUAAAQL0ACAzpG0YnonNxEAOw==');

}

.flex-calendar .days .day.selected .number{
    border: 2px solid #1976d2;
    background: #FFF;
    color: black;
    line-height: 37px;
}

.flex-calendar .days .day.lastSelected .number{
    background: #1976d2 !important;
    color: #FFF;
    border: 0;
    line-height: 40px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}
.flex-calendar .month{
    background: #3C52B1;
    height: 45px;
    line-height: 45px;
}

.flex-calendar .month select{
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    text-decoration: underline;
    color: #FFF;
    padding: 13px 0;
}

.flex-calendar .month .label{
    line-height: 50px;
    font-size: 17px;
    height: 45px;
    text-transform: capitalize;
    font-family: Roboto-MediumItalic;
}

.flex-calendar .month .arrow{
    height: 45px;
    padding: 13px;
}

.flex-calendar .week{
    background: rgba(60, 82, 177, 0.9)
}

.flex-calendar select option{
    color: #333;
}

/* -------------------- */
.modal-backdrop.active{
    background: rgba(0, 0, 0, 0.44);
    z-index: 3 !important;
}

/*  CONTENT BANNER  */
.content-banner{
    opacity: 1;
    z-index: 10;
    background-color: #444 !important;
}

.content-banner .content-banner-text{
    padding: 10px 0;
    font-size: 13px;
    line-height: 17px;
}

.content-banner .content-banner-text-wrapper .content-banner-text h3,
.content-banner .content-banner-text-wrapper .content-banner-text h2{
    display: -webkit-inline-flex;
    display: inline-flex;
    margin: 0;
    min-width: 100%;
    color: #FFF;
    font-size: 13px;
    text-align: left;
    line-height: 18px;
}

.content-banner .content-banner-text-wrapper .content-banner-text h2{
    justify-content: center;
    -webkit-justify-content: center;
}

.content-banner .content-banner-text-wrapper .content-banner-text i{
    font-size: 17px;
    min-width: 20px;
    display: block;
    /* width: 32px; */
    text-align: center;
}

.content-banner .content-banner-text-wrapper .content-banner-text h3 p{
    min-width: 155px;
    margin: 0;
}

.content-banner .content-banner-text-wrapper .content-banner-text h3 .topico{
    line-height: 21px;
}

.content-banner .content-banner-text-wrapper .content-banner-text h3 .description{
    line-height: 18px;
    margin-bottom: 10px;
}

.home .content-banner{
    top: 0 !important;
}

/*  HELPER  */
.helper{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 100%;
    height: 100%;
    width: 100%;
    min-width: 100%;
}

.helper ion-content{
    background: rgb(103, 103, 103);
}

.helper .button{
    color: rgb(69, 162, 99);
    margin: 0;
    font-family: Roboto-Medium;
    border-radius: 0;
    font-size: 17px;
    letter-spacing: 1px;
    color: #1976D2;
    background: #1976D2;
    color: #FFF;
    height: 8%;
    min-height: 50px;
}

.helper .slider{
    position: relative;
    height: 92%;
    min-height: 92%;
}

.helper .slider-slides .slider-slide{
    text-align: center;
    position: relative;
}
.helper .slider-slides .slider-slide img{
    max-height: 100%;
    max-width: 100%
} 

/*  ALERT  */
.popup-body .bar-header{
    box-shadow: inherit;
}

.alert-standart .popup{
    background: #FFF;
    min-width: 320px;
    max-width: 100%;
    box-shadow: 6px 7px 30px 3px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
}

.alert-standart .popup-head{
    padding: 18px 18px 7.5px 18px;;
    border-bottom: 0;
    min-height: 49px;
    display: table;
}
/*
.alert-standart.opcaoSelect .popup-head{
    min-height: inherit;
}
*/

/* .alert-standart .popup-title{ */
.popup-title{
    font-family: Roboto-Medium;
    font-size: 20px;
    text-align: left;
}

.alert-standart .popup-body{
    padding: 7.5px 18px 18px 18px;
    color: #858585;
    font-family: Roboto-Regular;
    font-size: 17px;
    line-height: 30px;
}

.alert-standart .popup-buttons{
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.alert-standart .popup-buttons .button{
    min-height: 36px;
    height: 36px;
    color: #2898F2;
    text-transform: uppercase;
    font-family: Roboto-Medium;
    background: transparent;
    font-size: 14px;
    padding: 0;
    margin: 0;
    max-width: 120px;
}

.alert-standart .row{
    margin: 0;
    padding: 0;
}

.alert-standart.produto-details .popup,
.alert-standart.summary-pedido .popup{
    width: 90%;
}

.alert-standart.produto-details .popup-title{
    font-size: 17px;
}

.alert-standart.produto-details .popup-body,
.alert-standart.summary-pedido .popup-body{
    font-size: 14px;
    color: black;
}

@media only screen and (max-width: 430px){
    .alert-standart.produto-details .popup,
    .alert-standart.summary-pedido .popup{
        width: 100%;
    }
}

.alert-standart.summary-pedido .popup-head{
    display: none;
}



/*
  OPCAO SELECT  

.opcaoSelect .popup{
    width: 50%;
    height: 100em;
}

.opcaoSelect .popup-body{
    height: 100%;
    position: relative;
    overflow: hidden;
    top: -26px
}

.opcaoSelect .popup-body .scroll-content{
    top: 65px;
}

.opcaoSelect .item *, .opcaoSelect .item *:before, .opcaoSelect .item *:after {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.opcaoSelect .popup-body ion-content{
    width: 99%;
    max-width: 99%;
}

.opcaoSelect .popup-body .list .item {
    border: 0;
    padding: 0 5px;
}

.opcaoSelect .popup-body .list .item .radio p{
    font-size: 18px; 
    white-space: normal; 
    line-height: 25px; 
    margin-right: 10px;
}

.opcaoSelect .filter-bar{
    left: 0;
    right: 0;
    top: 0;
}

.opcaoSelect .filter-bar .popup-title{
    padding: 18px 18px 7.5px 18px;
}

.opcaoSelect .filter-bar .popup-title .button{
    right: 10px;
    top: -5px;
    color: #000;
    font-size: 20px;
    float: right;
}
/*

/*  ALERT IMPORT  */
.alert-import .text.row{
    padding: 0;
}

.alert-import .text p{
    font-family: Roboto-Regular;
    font-size: 18px;
    color: #666666;
    line-height: 35px;
    margin: 0;
    width: 200px;
}

.alert-import .text:first-of-type p{
    margin-top: 5px !important;
}

.alert-import .text .col-25{
    text-align: center;
}

.alert-import .text-spinner{
    text-align: center;
    line-height: 15px;
    margin: 20px 0;
}

.alert-import .text-progress{
    font-family: Roboto-Regular;
    font-size: 20px;
    color: #666666;
    line-height: 20px;
    text-align: center;
}

.alert-import progress{
    background-color: #f3f3f3;
    border: 0;
    height: 12px;
    border-radius: 9px;
}

.alert-import progress::-webkit-progress-bar {
    background: rgba(215,215,215,0.86);
}
.alert-import progress::-webkit-progress-value {
    background: #7ED321;
}
.alert-import progress::-moz-progress-bar {
    background: rgba(215,215,215,0.86);
    background: black;
    color: blue;
}

/*  PRODUTOS LOG  */
.title-log{
    font-size: 17px;
    margin: 0;
    color: rgba(0, 0, 0, 0.68);
    line-height: 25px;
}

.list-log{
    margin: 3px 5px 10px 5px;
}

.list-log li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
    padding: 5px 0;
}

.list-log p{
    margin: 0;
    color: #000;
    line-height: 23px;
}

.list-log span{
    color: rgb(137, 137, 137);
}

/*  FORM  */
.input-label + input{
    color: #666 !important;
    font-weight: normal;
}

input{
    font-weight: normal;
}

.form-validate .form-group{
    display: none;
}

.no-disabled .form-group.cursor-enter .form-control,
.no-disabled .form-group.cursor-enter .control-label{
    cursor: pointer !important;
}

.form-group .control-label{
    color: #000;
    font-size: 15px;
    font-family: Roboto-Medium;
    font-weight: normal;
}

.form-group .form-control{
    font-size: 15px;
    color: #676a6c;
}

form input.ng-touched.ng-invalid{
    border-color: red !important;
    border-bottom-color: red !important;
}

.no-disabled .form-group .form-control{
    color: #676a6c;
    background: transparent !important;
    cursor: default !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 2px;
}

.form-group p{
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #676a6c;
    padding: 6px 0 7px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*  TABBED SLIDE  */  
.tabbed-slidebox {
    background: #FFF;
}

.tabbed-slidebox .tsb-icons{
    margin: 0;
    background: #FFF;
    height: 47px;
    position: fixed;
    top: 43px;
    left: 0; 
    right: 0;
    z-index: 9999;
    box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.3);
}

.tabbed-slidebox .tsb-icons .tsb-ic-wrp,
.tabbed-slidebox .tsb-icons .tsb-ic-wrp a{
    height: 47px;
    background: #FFF;

/*///////////////////////*/


    line-height: 47px;
    font-size: 22px;
}

.tabbed-slidebox .slider-slide {
    background: transparent;
    text-align: inherit;
}

.tabbed-slidebox .tsb-icons a{
    /*color: rgba(255, 255, 255, 0.6);*/
    color: #676a6c;
}

.tabbed-slidebox .tsb-icons a.active{
    color: #676a6c;
}

.tabbed-slidebox .content{
    margin-bottom: 20px !important;
}

.tabbed-slidebox .card{
    position: relative;
    margin: 10px;
}

.tabbed-slidebox .card .button-fab{
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    font-size: 18px;
}

.tab-content{
    top: 91px;
}

.has-subheader-info.tab-content{
    top: 161px;
}

.has-subheader-info.tab-content .tsb-icons{
    top: 114px;
}

/*  TOOLS ACTION  */
.tools-action a{
    font-size: 14px;
    font-weight: normal;
    font-family: 'Roboto-Regular';
}

.tools-action a i {
    margin-right: 5px;
}

.tools-bar .button{
    font-size: 14px; 
    letter-spacing: 0.5px;
}

/*  FLOAT BUTTON  */
.fb-text{
    font-family: 'Roboto-Regular';
    font-weight: normal;
    background: #505050 !important;
    color: #FFF !important;
    font-size: 15px;
}

#floating-menu li span.label-container{
    width: auto;
    font-size: 12px;
    margin-top: 17px;
    display: flex;
    right: 70px;
    margin-right: 0;
}

#floating-menu li span.label-container .label.fb-text{
    margin-right: 0;
    font-size: 13px;
}

#floating-menu .icon.menu-icon {
    font-size: 21px;
    
}

#floating-menu .icon.menu-icon.zmdi{
    font-size: 24px;
    padding: 17px 0;
}


#floating-menu .icon.menu-icon.fa{
    font-size: 25px;
    margin-top: 16px;
}

.pedido #floating-menu{
    bottom: 105px;
}

.pedido .tab-produtos-kit{
    display: flex;
    width: fit-content;
    margin-left: 10px;
}

.pedido .tab-produtos-kit .tab-item{
    padding: 5px 20px;
    width: 100px;
    text-align: center;
    font-size: 13px;
    border-radius: 2px 2px 0px 0px;
    font-family: 'Roboto-Medium';
    opacity: 1;
}

.pedido .tab-produtos-kit .tab-item.produtos-tab{
    margin-right: 5px;
}



/*  FILTERS  */
.filters{
    padding: 0 10px;
}

.filters label{
    /*background: #8278C4;*/
    background: #676a6c;
    color: #FFF;
    font-size: 13px;
    margin: 0;
    padding: 3px 5px;
    border-radius: 3px;
    font-family: 'Roboto-Regular';
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.filters label:first-child{
    margin-left: 0;
}

.filters label button{
    color: #FFF !important;
}

/*  FOOTABLE  */
.footable-toggle{
    font-size: 12px !important;
    padding-right: 10px !important;
}

.footable-row-detail-name{
    font-weight: normal;
    font-family: Roboto-Bold;
}

.table tbody tr td.footable-visible.footable-first-column{
    display: -webkit-box;
}

/*  DESCONTOS  */
.desconto-padrao p{
    font-size: 15px;
}

.desconto-padrao .item-cabecalho{
    min-width: inherit;
}

.desconto-padrao .item-cabecalho tr td:first-child{
    width: 160px;
}

.desconto-padrao .button-change-tipo-desconto{
    min-width: 50px;
    min-height: 50px;
}

.desconto span{
    display: none;
}

.desconto-fixo .desconto input{
    display: none;
}

.desconto-fixo .desconto span{
    display: block;
}

/*  COMISSAO  */
.comissao-content .spinner svg {
    width: 12px;
    height: 12px;   
}

.comissao-info{
    width: 10px;
    height: 10px;
    background: rgba(178, 177, 177, 0.41);;
    border-radius: 100%;
    /* margin: auto; */
}

.row.responsive-sm .comissao-info,
.table.invoice-total .comissao-info{
    display: inline-table;
}

.comissao-error{
    background: rgba(255, 0, 0, 0.2) !important;
}

.comissao-on-top{
    position: absolute; 
    top: 5px; 
    right: 10px;
}

.pedido-carrinho .comissao-content{
    position: absolute;
    left: -15px;
    bottom: 3px;
}

.modal-produto .comissao-content{
    padding: 0px;
}

.modal-produto .comissao-content .comissao-info{
    margin: 0;
}



/*  ORCAMENTO STATUS  */
.orcamento-status button{
    min-width: 80px;
    border: 0;
    border-radius: 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0.17);
    font-weight: normal;
    font-family: Roboto-Regular;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
}

.orcamento-status button:hover{
    color: #333;
}

.orcamento-status button:active{
    box-shadow: none;
}

.orcamento-status button.active{
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    font-family: Roboto-Bold;
    color: #333;
}

/*  INFO PRODUTOS  */
.info-produtos.list-group .list-group-item:first-child{
    border-top: 0;
}

.info-produtos.list-group .list-group-item{
    font-size: 14px;
    line-height: 14px;
    color: #333;
    display: none;
    border-top: 0;
    border-bottom: 1px solid #e7eaec;
}

.info-produtos.list-group .list-group-item .pull-right{
    font-family: Roboto-Medium;
}

/*  POPOVER STANDART  */
.popover-standart ion-content{
    padding: 0;
}

.popover-standart.clientes{
    height: 213px;
}

.popover-standart.resultados{
    height: 210px;
}

.popover-standart .list .item{
    padding: 10px 15px;
    font-size: 15px;
    color: #333;
}

.popover-standart .list .item:hover{
    color: #333;
}

/*  WIDTH  */
.w_110{
    min-width: 110px !important;
    max-width: 110px !important;
}

.w_120{
    min-width: 120px !important;
    max-width: 120px !important;
}

.w_130{
    min-width: 130px !important;
    max-width: 130px !important;
}

.w_55{
    min-width: 55px;
    max-width: 55px;
}

.w_45{
    min-width: 45px;
    max-width: 45px;
}

.w_40{
    min-width: 40px;
    max-width: 40px;
}

.w_35{
    min-width: 35px;
    max-width: 35px;
}

.w_150{
    width: 150px !important;
}

.w_180{
    width: 180px !important;
}

.w_90{
    min-width: 90px !important;
    max-width: 90px !important;
}

.w_95{
    min-width: 95px !important;
    max-width: 95px !important;
}

.w_100{
    min-width: 100px !important;
    max-width: 100px !important;
}

.w_85{
    min-width: 85px !important;
    max-width: 85px !important;
}

.w_80{
    min-width: 80px !important;
    max-width: 80px !important;
}

.w_65{
    min-width: 65px !important;
    max-width: 65px !important;
}

.w_280{
    min-width: 280px !important;
    max-width: 280px !important;
}

.w_905{
    min-width: 905px;
    max-width: 905px;
}

@media only screen and (min-width: 1170px){
    .center-orientation .vertical-timeline-content .vertical-date {
        text-align: left;
    }
}

/*  TABLE PRODUTOS  */
.row.header{
    margin: 0;
    padding: 0;
}

.header .col {
    font-family: 'Roboto-Medium';
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #DDDDDD;
    line-height: 1.42857;
    padding: 8px 5px;
}

.col .header{
    display: none;
}

.row.responsive-sm{
    padding: 0;
    margin: 0;
}

@media (min-width: 567px) and (max-width: 767px){
    .responsive-sm .col{
        width: 50%;
    }
}

@media (min-width: 1px){
    .produtos-content .row.header{
        display: flex;
    }
}

@media (max-width: 767px){
    .row.header{
        display: none;
    }

    .row.responsive-sm{
        padding: 5px 0;
        margin: 0;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .row.responsive-sm:last-of-type{
        border-bottom: 0;
    }

    .responsive-sm .col{
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .responsive-sm .col:first-child{
        font-family: 'Roboto-Medium';
        font-size: 14px;
    }

    .row.responsive-sm .action-column{
        width: 100%;
    }

    .col .header{
        display: initial;
        font-family: 'Roboto-Medium';
        padding: 0;
        color: #333;
    }
}

.row.form-validate,
.row.no-disabled{
    margin: 0;
    display: block;
}

.row.responsive-sm:nth-child(odd){
    background: rgba(0, 0, 0, 0.03);
}

.text-link,
.form-group>p.text-link{
    text-decoration: underline;
    color: #387ef5;
    cursor: pointer !important;
    font-family: 'Roboto-Bold';
}

.vertical-timeline-icon{
    background: #1ab394;
}

.categorias-search input{
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.categorias-search .btn{
    position:  absolute; 
    right: 15px; 
    top: 2px;
}

.btn-up{
    position: absolute;
    min-height: 35px;
    min-width: 35px;
    width: 35px;
    padding: 0;
    color: rgba(0, 0, 0, 0.48);
    line-height: 21px;
    /*bottom: 95px;
    right: 30px;*/
    bottom: 20px;
    right: 10px;
    z-index: 9999;
    border-radius: 100%;
    font-size: 20px;
    background: rgb(214, 214, 214);
    cursor: pointer;
}

.fab-icon-view .btn-up{
    bottom: 95px;
}

.filter-footer + .btn-up{
    bottom: 80px;
}


.spacing-bottom{
    min-width: 100%;
    min-height: 60px;
}

.fab-icon-view .spacing-bottom{
    min-height: 120px;
}

.carregando-produtos{
    z-index: 9999;
    background: #fff;
    min-width: 280px !important;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    padding: 10px !important;
}

/*.list.cabecalho .item{
    padding: 10px 15px 5px 15px;
}

.list.cabecalho .item p{
    min-height: 34px;
    line-height: 34px;
}

.list.cabecalho .item h2{
    color: red;
}*/

.button-group-produtos{
    display: flex;
    display: -webkit-flex;
}

.button-group-produtos .btn{
    width: 100%;
    margin: 0 2px;
    border-radius: 0;
}

@media only screen and (max-width: 480px){
    .button-group-produtos{
        flex-wrap: wrap;
    }
}

@keyframes carrinho-animation {
    0%   {transform: scale(1);}
    50%  {transform: scale(1.8);}
    100% {transform: scale(1);}
}

.added-carrinho-animation{
    animation-name: carrinho-animation;
    animation-duration: 0.5s;
}

/*  ORDER  */
.ative-order::after{
    content: '';
    margin: 0 3px;
    width: 0;
    height: 0;
    vertical-align: middle;
    display: inline-table;
}

.orderAsc .ative-order::after{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, 0.5);
}

.orderDesc .ative-order::after{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.5);
}

.orders-view{
    height: auto;
    padding: 5px;
}

.orders-view ion-content{
    position: relative;
}

.orders-view ion-content .list .item{
    border-left: none;
    border-right: none;
}

div[contentEditable="true"]{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #676a6c;
    font-size: 15px;
    padding-top: 4px;
    padding-bottom: 10px;
}

.info-descontos input[disabled="disabled"]{
    border: none !important;
}

.alert-error-login input{
    border: 1px solid rgba(0, 0, 0, 0.3);
}



/* MENSAGEM */
.status-mensagem-Pendente{
    background: #29960c;
    font-size: 12px;
    color: #FFF;
    padding: 1px 8px;
    border-radius: 8px;
}

.status-mensagem-Encerrado{
    background: #ff2424;
    font-size: 12px;
    color: #FFF;
    padding: 1px 8px;
    border-radius: 8px;
}

.mensagens .item .badge{
    top: 15px;
    right: 70px;
}

.mensagem .bar.bar-header .title{
    text-align: left;
}

.mensagem form .form-group select{
    border: 0;
}

.mensagem form .form-group input[type="text"],
.mensagem form .form-group select{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 5px;
}

.mensagem .bar.bar-footer{
    border-top: 1px solid #cfcfcf !important;
    background: #f5f5f5;
    box-shadow: none;
    height: 45px;
}

.mensagem .btn-anexo{
    position: absolute;
    top: 8px;
    right: 80px;
    bottom: 5px;
}

.btn-anexo{
    min-height: inherit;
    overflow: hidden;
    line-height: 12px;
    font-size: 12px;
    padding: 5px;
}

.btn-anexo-envio-mensagem{
    width: 25px !important;
    margin-right: 5px !important;
    height: 25px !important;
    margin-top: 5px !important;
}

.list-custom .item-custom input[type="file"],
input[type="file"] {
    max-width: 70px ;
    height: 0 !important;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    visibility: hidden;
}

.info-mensagens .bar-nova-mensagem .anexo,
.mensagem .anexo{
    font-family: 'Roboto-Medium';
    font-size: 14px;
    padding: 5px;
    border: 1px solid #cfcfcf;
    background: #f5f5f5;
    margin: 0;
    line-height: 17px;
    margin-bottom: 3px;
}

.info-mensagens .bar-nova-mensagem .anexo .button-icon,
.mensagem .anexo .button-icon{
    padding: 1px 9px;
    float: right;
}

.info-mensagens #vertical-timeline::before{
    display: none;
}

.info-mensagens #vertical-timeline {
    margin: 0;
    width: 100%;
    max-width: inherit;
    padding: 10px 20px;
}

.info-mensagens .vertical-timeline-content{
    float: left;
    margin: 0;
    margin-right: 80px;
    box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.1);
}

.info-mensagens .vertical-timeline-content.pull-right{
    margin-right: 0px;
    margin-left: 80px;
}

.info-mensagens .vertical-timeline-block {
    margin: 5px 0;
}

.info-mensagens .vertical-timeline-content::before {
    top: 3px;
    left: -17px;
    border-color: transparent;
    border-left-color: white;
    border-width: 0px 0px 15px 20px;
    transform: rotate(90deg);
}

.info-mensagens .vertical-timeline-content.pull-right::before {
    top: 0;
    left: auto;
    right: -13px;
    border-width: 0px 0px 20px 15px;
    transform: rotate(0deg);
}

.info-mensagens .vertical-timeline-content h2 {
    color: #000;
    font-size: 16px;
    margin: 0;
}

.info-mensagens .vertical-timeline-content p{
    margin: 0;
}

.info-mensagens .zmdi-check-all,
.mensagens .zmdi-check-all {
    color: #2CBEFF;
}

.info-mensagens .anexo{
    text-align: left;
}

.info-mensagens .pull-right h2,
.info-mensagens .pull-right .anexo{
    text-align: right;
}

.info-mensagens .vertical-timeline-block .anexo span{
    color: #1777D5;
    margin-bottom: 3px !important;
    border-bottom: 1px solid rgba(23, 119, 213, 0.6);
    cursor: pointer;
}

.info-mensagens .bar-nova-mensagem{
    min-height: 59px;
    background: #f3f3f4;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    right: 0;
}

.info-mensagens .mensagem-itens{
    display: inline-flex;
}

.info-mensagens .text{
    width: calc(100% - 38px);
    position: relative;
}


.info-mensagens .text input[type="text"]{
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.info-mensagens .bar-nova-mensagem .btn{
    width: 34px;
    height: 33px;
    margin-left: 4px;
    border-radius: 0;
}

.info-mensagens .send-icon{
    transform: scale(1.3);
}

.info-mensagens .btn-anexo{
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(1.6);
}

.info-mensagens .bar-nova-mensagem .btn input[type="file"] {
    max-width: 83px;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 83px;
    cursor: pointer;
    visibility: hidden;
}

.bar.bar-filter-produtos{
    top: 45px;
    background: #8278C4;
    border: 0;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    padding: 0;
    z-index: 11;
}

.bar.bar-filter-produtos .item-active{
    border-bottom: 2px solid #ffffff;
}

.bar.bar-filter-produtos .item-filter{
    margin: auto;
    margin-top: 5px;
    width: 80px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
}

.bar.bar-filter-produtos .item-filter p{
    margin: 0;
    line-height: 17px;
    font-size: 14px;
    font-family: 'Roboto-Medium';
}

.bar.bar-filter-produtos>div{
    background: #8278c4;
    z-index: 11;
}

/* pesquisa-preco */
.pesquisa-preco .card{
    overflow: visible;
    display: table;
    min-width: calc(100% - 20px);
}

.pesquisa-preco .form-group{
    margin-bottom: 5px; 
    padding-top: 5px;
}

.pesquisa-preco .form-group label{
    margin: 0;
    color: rgba(0, 0, 0, 0.55);
    padding-left: 5px;
}

.pesquisa-preco .form-group input,
.pesquisa-preco .form-group textarea,
.pesquisa-preco .form-group select{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 0 5px;
    font-family: 'Roboto-Medium';
    color: #333;
}

.pesquisa-preco .form-group input,
.pesquisa-preco .form-group select{
    min-height: 25px;
    height: 25px;
}

.pesquisa-preco .hint{
    color: rgb(154, 149, 149);
    padding-left: 5px;
}

.pesquisa-preco .form-group input::-webkit-input-placeholder{
    color: rgba(51, 51, 51, 0.8);
}

.pesquisa-preco .sp-produtos-list,
.pesquisa-preco .sp-produtos-list>div{
    float: left;
    min-width: 100%;
}

.pesquisa-preco .sp-produtos-list>div .form-group p{
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 0 5px;
    font-family: 'Roboto-Medium';
    min-height: 25px;
    height: 25px;
    color: #333;
}

.pesquisa-preco .sp-produtos-list>div .btn{
    border: 0;
    float: right;
    margin-top: -3px;
    padding: 5px 10px;
    margin-right: 15px;
}

.pesquisa-preco .sp-produtos-list>div:nth-child(even){
    background: rgba(0, 0, 0, 0.05); 
}

.pesquisa-preco .btn-primary[disabled]{
    background: #FFF;
    opacity: 0.3;
}

.pesquisa-preco input[readonly]:not(.cloned-text-input){
    cursor: auto;
}

.pesquisa-preco-view .item .item-title{
    margin-bottom: 0 !important;
}

.pesquisa-preco-view .item p{
    margin: 0;
}

.pesquisa-preco-view .item .date{
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 14px;
    font-family: 'Roboto-Medium';
}

.pesquisa-preco-view .item .btn{
    border: 0;
    border-radius: 0;
    color: #1976D2;
}

.form-pesquisa-preco input{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table-info-comissao{
    color: rgba(255, 255, 255, 0.9);
    margin: auto;
    font-size: 14px;
    font-family: Roboto-Light;
}

.table-info-comissao td{
    vertical-align: middle;
    line-height: 20px;
}

.table-info-comissao td:last-child{
    padding-left: 10px;
}

.table-info-comissao .comissao-content{
    padding: 5px;
}

.table-info-comissao .atual{
    font-size: 14.5px;
    font-family: 'Roboto-Medium';
}

.table-info-comissao .atual td{
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFF;
}


.ui-widget.ui-widget-content{
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 0;
}

.ui-widget.ui-widget-content .ui-menu-item a{
    font-family: 'Roboto-Medium';
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #FFF;
    padding: 5px;
}

.ui-widget.ui-widget-content .ui-menu-item a:focus,
.ui-widget.ui-widget-content .ui-menu-item a:hover{
    background: rgba(0, 0, 0, 0.05);
    box-shadow: none !important;
    outline: none !important;
    transition: none;
}

.ui-widget.ui-widget-content .ui-menu-item .ui-menu-nothing{
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.5);
    cursor: default;
}

.ui-widget.ui-widget-content .ui-menu-item .ui-menu-add{
    border: 1px solid #1dc5a3;
    color: #1ab394;
    text-transform: uppercase;
    font-size: 13px;
}

.ui-widget.ui-widget-content .ui-menu-item .ui-menu-add:hover{
    background: #1ab394;
    color: #FFF;
}

.formulario-pesquisa-list .list .item{
    border: none;
}

.formulario-pesquisa-list .list .item i{
    font-size: 25px;
}

.novo-pedido-help p{
    font-size: 14px;
}

.btn-help-novo-pedido{
    font-size: 19px;
    margin-top: -15px;
}

.sobre .title{
    margin-bottom: 0;
}

.error-mix-usual{
    background: rgba(255, 165, 0, 0.31);
}

.tabbed-slidebox .tsb-icons .tsb-ic-wrp, .tabbed-slidebox .tsb-icons .tsb-ic-wrp.only-text a{
    font-size: 15px;
}

.custom-badge{
    border-radius: 100%;
    text-align: center;
    color: white !important;
    font-size: 12px;
    width: auto;
    min-width: 18px;
    padding: 2px 3px !important;
}

.has-filter{
    height: calc(100% - 115px);
}

.no-filter{
    height: calc(100% - 86px);
}

.indicador-ponto-entrada-div{
    position: absolute;
    top: -31px;
    width: 36px;
    height: 36px;
    border-radius: 20%;
}

.indicador-ponto-entrada-i{
    z-index: 9999;
    font-size: 20px;
    color: #7f8592;
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 36px;
    height: 36px;
    text-align: center;
}

.indicador-b2b{
    background-color: inherit; 
    left: -6px
}

.indicador-default{
    border-radius: 0px 0px 0px 20%;
    background-color: #f3f3f4; 
    right: 0px;
    top: 0px;
}


.indicador-ponto-entrada-i::before{
    text-align: center;
    position: absolute;
    left: 10px;
    top: 8px;
}

.status-item-indicador{
    margin-left: 9px;;
    width: 10px;
    height: 10px;
    background: rgba(178, 177, 177, 0.41);;
    border-radius: 100%;    
}

.btn-novos-dados{
    border-radius: 50px;
    margin-top: 10px;
    padding: 9px 12px;
    background-color: #444;
    color: white;
    border: 1px solid #444;
    transition: all 0.5s; 
    position: absolute; 
    top: 95px; 
    z-index: 9999;
}

.btn-novos-dados:hover{
    transition: all 0.5s;
    animation-name: btn-novos-dados-bg;
    background-color: #444;
    border-color: #444;
    color: white;
}

.btn-novos-dados:left{
    animation-duration: 0.5s;
    animation-name: btn-novos-dados-bg;
    background-color: #444;
    color: white;
}

@keyframes btn-novos-dados-bg{
    from{background-color: white}
    to{background-color: #444}
}

.icon-color-gray{
    color: #888 !important;
}
.icon-color-gray-home{
    color: #9d9e9e !important;
}

.icon-color-gray-dark{
    color: #444 !important;
}

.menuAtivo{
    background-color: #eaeaea !important;
    color: #444444 !important;
    font-family: 'Roboto-Medium' !important;
}

.menuAtivo .icon{
    color: #444444 !important;
}

/* Diagnostico do sistema */
.diagnostico-dispositivo .popup-title{
    margin: 15px;
    font-size: 20px !important;
    color: #444;
}

.diagnostico-dispositivo .popup-body{
    padding-top: 0 !important;
}

.diagnostico-dispositivo .header-diagnostico-dispositivo .button-close-modal{		
    position: absolute;
    top: 10px;
    right: 10px
}

.diagnostico-dispositivo .content-diagnostico-dispositivo{
    border: 1px solid red;
}

.diagnostico-dispositivo .list-group-item .pull-right{
    font-family: 'Roboto-Medium';
    color: #333;
}

.diagnostico-dispositivo .list-group-item .fa{
    font-size: 16px;
}

.diagnostico-dispositivo .list-group-item .spinner svg{
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0px;
    top: 7px;
}

.swal-overlay.swal-overlay--show-modal{
    pointer-events: auto !important;
}

.popup-info-alcada .popup{
    min-width: 90%;
    padding-left: 0;
    padding-right: 0;
    max-height: 100%;
}

.popup-info-alcada .popup .popup-title{
    padding: 0 15px;
}

.popup-info-alcada .popup .popup-body{
    padding: 0;
    padding-bottom: 100px;
}

.popup-info-alcada .popup .popup-body .list-custom .item-custom{
    padding: 15px;
}


.popup-info-alcada .popup .popup-body .list-custom .item-custom:nth-child(even){
    background: rgba(0, 0, 0, 0.05);
}

.popup-info-alcada .popup .popup-body .list-custom .item-custom:nth-child(even) select,
.popup-info-alcada .popup .popup-body .list-custom .item-custom:nth-child(even) textarea{
    border-bottom-color: rgba(0, 0, 0, 0.15);
}

.popup-info-alcada .popup .popup-body .list-custom .item-custom .col-sm-6{
    padding-left: 0;
}
.popup-info-alcada .popup .popup-body .list-custom .item-custom textarea{
    background: transparent;
}

.popup-info-alcada .filter-footer{
    bottom: 8px;
}

.popup-info-alcada .filter-footer + .filter-footer{
    bottom: 55px;
}

.popup-info-alcada .filter-footer .filter-footer-content{
    width: 400px;
    background: transparent;
    max-width: 100%;
}

.popup-info-alcada .filter-footer .filter-footer-content .btn{
    color: #FFF;
}

.popup-info-alcada .filter-footer .filter-footer-content .btn-cancel{
    background: #F3F3F4;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 7px 0 0 7px;
}

.popup-info-alcada .filter-footer .filter-footer-content .btn-success{
    background: #18A689;
}
.popup-info-alcada .filter-footer .filter-footer-content .btn-aprovar-todos{
    background: #1c84c6;
}

.popup-info-alcada .popup .popup-body .list-custom .item-custom select[disabled="disabled"]{
    -webkit-appearance: none;
    -moz-appearance: none;
}

.popup-info-alcada.popup-info-alcada-todos .popup .popup-body{
    padding-bottom: 40px;
}

/* MODAL ADD HOME SCREEN */

.popup-container.modal-add-home-screen .popup{
    bottom: 10px;
    border-radius: 10px;
    position: absolute;
    width: 315px;
}

.popup-container.modal-add-home-screen .popup img{
    margin: 10px 10px 10px 0;
}

.popup-container.modal-add-home-screen .popup{
    font-family: "Roboto-Medium";
    background-color: #dcdcdc;
}

.popup-container.modal-add-home-screen .popup .popup-buttons,
.popup-container.modal-add-home-screen .popup .popup-buttons .button{
    background-color: #dcdcdc;
}

.popup-container.modal-add-home-screen .popup .popup-buttons .button{
    color: #4D8FF1;
}

.popup-container.modal-add-home-screen .popup img.compartilhar-ios-icon{
    height: 30px;
    width: 30px;
    margin-left: -3px;
    margin-right: 7px;
}

.popup-container.modal-add-home-screen .popup img.adicionar-ios-icon{
    height: 25px;
    width: 25px;
}

.modal-produto .destaque-item-info-produto{
    background-color: #f1f1f1;
}

.modal-produto .mb-item-preco{
    margin-bottom: 3px; 
    
}
.classificacao-ion-list {
    display: flex;
    flex-direction: column;
}

.classificacao-ion-checkbox {
    display: flex;
    align-items: center;
    white-space: normal; /* Garante que o texto será quebrado em múltiplas linhas */
    word-wrap: break-word; /* Permite a quebra de palavras longas */
    width: 100%; /* Certifica-se de que o item ocupará toda a largura disponível */
    margin-bottom: 5px; /* Espaçamento entre os itens, ajuste conforme necessário */
}

.classificacao-ion-checkbox span {
    flex: 1; /* Faz com que o span ocupe o espaço disponível */
    white-space: normal; /* Garante que o texto será quebrado em múltiplas linhas */
    word-wrap: break-word; /* Permite a quebra de palavras longas */
}

.fa-trophy {
    margin-right: 10px; /* Espaçamento entre o ícone e o texto */
}.classificacao-ion-list {
    display: flex;
    flex-direction: column;
}

.classificacao-ion-checkbox {
    display: flex;
    align-items: center;
    white-space: normal; /* Garante que o texto será quebrado em múltiplas linhas */
    word-wrap: break-word; /* Permite a quebra de palavras longas */
    width: 100%; /* Certifica-se de que o item ocupará toda a largura disponível */
    margin-bottom: 5px; /* Espaçamento entre os itens, ajuste conforme necessário */
}

.classificacao-ion-checkbox span {
    flex: 1; /* Faz com que o span ocupe o espaço disponível */
    white-space: normal; /* Garante que o texto será quebrado em múltiplas linhas */
    word-wrap: break-word; /* Permite a quebra de palavras longas */
}

.fa-trophy {
    margin-right: 10px; /* Espaçamento entre o ícone e o texto */
}



/* TABLET*/
@media (min-width: 768px) and (max-width: 1024px) {
	.menu-open .menu-content.pane {
	  transform: translate3d(25%, 0px, 0px) !important; 
	  width: 75% !important;
	}
  }
