﻿.card-head-pd {
    padding-left: 20px;
}


.voltarpagina {
    position: relative;
    right: 1rem;
    top: 10%;
    transform: translateY(-50%);
}



.dropzone-container {
    width: 100%;
}

.dropzone-drop-area {
    background-color: lightcyan;
    border: dashed 3px grey;
    width: 100%;
    min-height: 150px;
    box-sizing: border-box;
    padding: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    cursor: pointer;
    position: relative;
}

.dropzone-drop-area:hover {
    background-color: #5BB4F8;
    border: dashed 3px black;
}






#circleload {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    height: 150px;
}

.loader {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border: 8px solid #162534;
    border-top: 8px solid #09f;
    border-radius: 50%;
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
} 



.tdtabela{
    text-align: center;
}



























.filter-setting .filtrolabel {
    margin-bottom: 10px;
}


.filter-setting .filtrodiv {
    padding-left: 10px;
    margin-bottom: 30px;
}



.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            /*outline: 5px auto -webkit-focus-ring-color;*/
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}








.collapsed-icon-toggle.collapsed .on-closed {
    display: initial;
}

.collapsed-icon-toggle.collapsed .on-opened {
    display: none;
}

.collapsed-icon-toggle .on-closed {
    display: none;
}

.collapsed-icon-toggle .on-opened {
    display: initial;
}

.scroll-v-250px {
    max-height: 250px;
    overflow-y: scroll;
}

.scroll-v-150px {
    max-height: 150px;
    overflow-y: scroll;
}

.padding-v-xs {
    padding-top: 2px;
    padding-bottom: 2px;
}

.btn.ico span.icon {
    opacity: 0;
}

.btn.ico.active span.icon {
    opacity: 1;
}







.boxfiltro {
    margin: 10px 0;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e8e8e8;
    outline: none;
    box-sizing: border-box;
}

.boxorder {
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.sp-order {
    cursor: pointer;
    padding: 2px;
}

.sp-order label {
    cursor: pointer;
    padding: 2px;
}

.sp-order:hover {
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}

.sp-order:active {
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}



#divorder input[type=checkbox], #divorder input[type=radio] {
    display: none;
}

#filternocarrinho:checked + label > span {
    color: #F86318 !important;
    font-weight: bold !important;
}

#filterfavoritos:checked + label > span {
    color: #F86318 !important;
    font-weight: bold !important;
}
#filtermaisvendidos:checked + label > span {
    color: #F86318 !important;
    font-weight: bold !important;
}

input[name=ordenarck]:checked + label > span {
    color: #F86318 !important;
}



#repoisicaoautomatica:checked + label > span {
    color: #F86318 !important;
    font-weight: bold !important;
}



/*#filtermkpmenormaior:checked + label > span {
    color: red !important;
    font-weight: bold !important;
}*/



.ui-autocomplete-category {
    font-weight: bold;
    padding: .1em .2em;
    margin: .4em 0 .1em;
    line-height: 1;
}







.divmegamenu .nav-item {
    line-height: 2px!important;
}
























#modalresumo.modal {
    padding: 0 !important;
}

#modalresumo.modal .modal-dialog {
width: 100%;
max-width: none;
height: 100%;
margin: 0;
}

#modalresumo.modal .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}

#modalresumo.modal .modal-body {
overflow-y: auto;
}














.whatsapp-plugin-flutuante {
    z-index: 99;
    position: fixed;
    padding: 10px 15px 10px 40px;
    background: #13a048;
    color: #fff;
    border-radius: 10px;
    left: 20px;
    bottom: 40px;
    font-size: 16px;
    text-transform: uppercase;
    -moz-animation: pulsarWhats 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsarWhats 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -webkit-animation: pulsarWhats 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -o-animation: pulsarWhats 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsarWhats 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(37,211,102, 0.7);
    -webkit-box-shadow: 0 0 0 0 rgba(37,211,102, 0.7);
    -moz-box-shadow: 0 0 0 0 rgba(37,211,102, 0.7);
    -ms-box-shadow: 0 0 0 0 rgba(37,211,102, 0.7);
    -o-box-shadow: 0 0 0 0 rgba(37,211,102, 0.7);
}

    .whatsapp-plugin-flutuante p {
        font-size: 10px !important;
        text-transform: uppercase;
    }

    .whatsapp-plugin-flutuante i {
        font-size: 26px;
        position: absolute;
        left: 11px;
        top: 12px;
    }

    .whatsapp-plugin-flutuante:hover {
        color: #fff !important;
        text-shadow: rgba(255,255,255,0.7) 0px 0px 7px;
        text-decoration: none !important;
    }

@-webkit-keyframes pulsarWhats {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulsarWhats {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulsarWhats {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@keyframes pulsarWhats {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.whatsapp-modo-icone {
    text-align: center !important;
    padding: 10px !important;
    display: block !important;
    padding: 10px !important;
    border-radius: 50% !important;
    width: 48px !important;
}

    .whatsapp-modo-icone i {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
    }

    .whatsapp-modo-icone span,
    .whatsapp-modo-icone p {
        display: none !important;
    }


@media screen and (max-width:480px) {
    .whatsapp-plugin-flutuante {
        text-align: center;
        padding: 10px;
        display: block;
        padding: 10px;
        border-radius: 50%;
        width: 48px;
    }

        .whatsapp-plugin-flutuante i {
            position: relative;
            left: 0;
            top: 0;
        }

        .whatsapp-plugin-flutuante span,
        .whatsapp-plugin-flutuante p {
            display: none;
        }
}