/* CSS Document */

body, html * {
    padding: 0;
    margin: 0;
    font-family: arial;
}

html, body {
    height: calc(100%);

}

#sair:hover {
    background-color: rgba(255, 0, 0, 0.9);
}

#sair {
    margin-top: -1px;
    margin-right: 0px;
    margin-left: 8px;
    background-color: rgba(255, 102, 51, 0.8);
    width: 29px;
    float: right;
    height: 29px;
    border: 1px solid #F60;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    z-index: 3;
    border-radius: 22px;
}

#top {
    /* [disabled]background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(21,12,12,0.82)),color-stop( 100% , rgba(14,8,8,0.61))); */
    /* [disabled]background-image: -webkit-linear-gradient(270deg,rgba(21,12,12,0.82) 0%,rgba(14,8,8,0.61) 100%); */
    /* [disabled]background-image: linear-gradient(180deg,rgba(21,12,12,0.82) 0%,rgba(14,8,8,0.61) 100%); */
    width: calc(100% - 0px);
    /* height: auto; */
    background-color: #343a40;
    display: flex;
}

#top .botoes {
    /* margin-top: 10px; */
    /* margin-right: 10px; */
    background-color: rgba(13, 20, 75, 0.28);
    width: 145px;
    height: 30px;
    border: 0;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

/*table tr td*/

#top ul {
    width: 300px;
    padding-bottom: 5px;
    position: absolute;
    z-index: 50;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 2px 1px #333333;
    box-shadow: 1px 1px 2px -1px #333333;
    border-top: 2px solid rgba(53, 32, 134, 0.93);
    border-bottom: 2px solid rgba(53, 32, 134, 0.93);
    margin-left: 0px;
    background-color: rgba(204, 204, 204, 0.9);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* table tr td*/
#top ul li {
    display: block;
    margin-top: 3px;
    position: relative;
    color: #000;
    line-height: 2;
    margin: 6px;
    padding: 5px;
    border-radius: 3px;
}

.ul-botoes {
    display: none;
}

.ul-botoes li img {
    float: left;
    margin-right: 7px;

}

.ul-botoes li:hover {
    background-color: rgba(255, 153, 0, 0.5);
    cursor: pointer;
    font-weight: 900;
    -webkit-box-shadow: 0px 0px 2px 1px #333333;
    box-shadow: 1px 1px 2px -1px #333333;
}

.botoes {
    border-radius: 2px;
    margin-bottom: 10px;
}

.seta-cima:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 0px;
    width: 0;
    height: 0;


    position: absolute;
    margin-top: -10px;

    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(53, 32, 134, 0.93);
    z-index: 5;
}

.action {
    /*	z-index: 4;
    position: relative;*/
    /* background-color: #ff9800d9; */
    float: left;
    margin-left: 5px;
    margin-top: 4px;
    z-index: 1;
}

.action:hover {
    background-color: #ff9800d9;
    border-radius: 2px 2px 14px 14px;
}

.action:hover .ul-botoes {
    display: block;
}

#corpo #table-top {
    width: 98%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    border: 1px dotted #CCCCCC;
    margin-top: 4px;
}

#corpo #content {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    border: 1px dotted #CCCCCC;
}


#corpo #content .titulo {
    font-weight: 900;
}

.linha:hover {
    background-color: rgba(0, 102, 255, 0.5);

}

#corpo #content table .linha td {
    margin-left: 2px;
    border-bottom: 1px dotted #CCC;
}

#top .table-topo {
    position: absolute;
    margin-left: 16px;
    margin-top: 9px;
}

.tela-upload {
    width: 100%;
    position: absolute;
    z-index: 15;
}

.tela-upload #upload {
    margin-top: 15px;
}

.tela-upload #upload .table tr #formUpload tbody tr td #resposta {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#corpo #content-galeria {
    width: 99%;
    margin-left: 6px;
    height: 770px;
    margin-bottom: 20px;
}

#top .table-topo tr .td {
    width: 105px;
}

#corpo #content-galeria iframe {
    width: 100%;
    height: 100%;
}


::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Fundo da barra de rolagem */
::-webkit-scrollbar-track-piece {
    background-color: #f3f3f3;
    border-left: 0px solid rgba(255, 204, 0, 1);
    border-right: 5px solid #145293;

}

/* Cor do indicador de rolagem */
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
    background-color: #FFCC00;
    border-radius: 10px;
}

/* Cor do indicador de rolagem - ao passar o mouse */
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #FF6600
}

#top #perfil-user {
    position: absolute;
    float: right;
    width: 100%;
    /*    background-color: rgba(194, 204, 15, 0.21); */
}

#top #perfil-user img {
    float: left;
    border-radius: 8px;
    border: 1px solid rgba(77, 25, 183, 0.13);
    margin-right: 4px;
    margin-left: 2px;
}

#top #perfil-user #perfil {
    display: block;
    background-color: rgba(101, 101, 101, 0);
    width: auto;
    float: right;
    /* color: white; */
    padding: 1px;
    border-radius: 5px;
    margin-top: 2px;
    margin-right: 21px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    /* -webkit-box-shadow: 6px 6px 12px -7px rgba(51, 51, 51, 0.68); */
    /* box-shadow: 6px 6px 12px -7px rgba(51, 51, 51, 0.68); */

}

#top #perfil-user #perfil h1 {
    margin-top: 8px;
    float: left;
    font-size: 12px;
    font-weight: 100;
}

#top #perfil-user #perfil h1 span {
    font-size: 11px;
    margin-top: -2px;
    display: block;
}

#rodape {
    width: 100%;
    height: 30px;
    clear: both;
    position: fixed;
    bottom: 0;
    /* margin-top: 100px; */
    font-size: 12px;
    display: block;
    /* border-radius: 10px 10px 0 0; 
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.76)),color-stop( 100% , rgba(0,0,0,0.26)));
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.76) 0%,rgba(0,0,0,0.26) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.76) 0%,rgba(0,0,0,0.26) 100%);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);*/
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.52);
    background-color: #343a40;
    border-top: 2px solid rgba(0, 0, 0, 0.08);
    /*  text-shadow: 1px 1px 1px rgb(0, 0, 0); */
    font-family: sans-serif;

}

.header {
    width: 100%;
    height: 127px;
    clear: both;
    position: fixed;
    top: 0;
    /* margin-top: 100px; */
    font-size: 12px;
    display: block;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 52%);
    background-color: #343a40;
    border-top: 2px solid rgba(0, 0, 0, 0.08);
    /* text-shadow: 1px 1px 1px rgb(0 0 0); */
    font-family: sans-serif;
    border-bottom: 5px solid red;
}

#tudo {
    min-height: 100%;
    position: relative;
}

iframe {
    width: calc(100% - 0px);
    height: calc(100% - 60px);
    margin-left: 0px;
    /* border: 0.5px solid #d3cece; */
    border-radius: 2px;
    background-color: #ffffff;
}

.desc-principal {
    font-size: 21px;
}

#rodape span {

    color: #ffffff;

}

#vendas #sub-menu {
    display: none;
    margin-left: 269px;
    margin-top: -28px;
    position: absolute;
}


#vendas .opem:hover #sub-menu {
    display: block;
}

@media (max-width: 767px) {

    .card:hover{
        color: black !important;
    }    

    #top {
        overflow-y: auto;
    }

    .media-body {
        /* display: none; */
    }

    permitir {
        display: none !important;
    }

    .logo-tela-login {
        top: 2px !important;
        left: 2px !important;
    }


    .card {
        width: 190px !important;
        display: -webkit-inline-box;
        border: 0px;
    }

    .card-img-top {
        padding: 0px;
    }

    .col-md-3 {
        margin-bottom: 20px;
    }

    .card-title {
        margin-bottom: 0 !important;
        margin-top: -18px !important;
    }

    .foto-perfil {
        margin-top: 0 !important;
    }

}

.btn-responder {
    margin-top: 10px;
}

.btn-encaminhar {
    height: 38px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .user-logado {
        top: 3px !important;
    }

    .card {
        width: 195px;
    }

    .col-md-3 {
        padding-left: 29px;
        margin-bottom: 10px;
        width: 210px;
    }
}

@media (max-width: 450px) {

    .menu-corpo {
        overflow-x: auto;
        display: flex;
    }

    .modal-dialog {
        max-width: 650px !important;
    }

    #top .botoes {
        width: 140px !important;
        height: 53px !important;
        margin-top: 5px !important;
    }

    .ico-menu-home {
        /* margin-left:calc(-10%);	

    /* color: #FF0; */
        margin-top: 3px;
        font-size: 16px;

    }

    .lista-itens {
        font-size: 11.5px !important;
    }

}

@media print {

    #content-galeria * {
        visibility: visible;
    }

    #content-galeria {
        margin-top: -200px;

    }

    * {
        /*background:transparent !important;*/
        /*color:#000 !important;*/
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    body {
        margin: 0;
        padding: 0;
        line-height: 1.4em;
    }

    nav, footer, video, audio, object, embed {
        display: none;
    }

    .print {
        display: block;
    }

    .no-print {
        display: none;
    }


}


.table td, .table th {
    padding: .25rem !important;
    vertical-align: middle !important;
}


.btn-primary {
    color: #FFF !important;
    background-color: #5577d5 !important;
    border-color: #5577d5 !important;
}

.menu-vendas {

    margin-bottom: 10px;
    display: block;
    height: 41px;
    padding: 5px;
    border-radius: 8px;
    width: 99.5%;

}

table .item-tr {
    background: gray;
    background: -webkit-linear-gradient(right, transparent 50%, transparent 50%), linear-gradient(#F7f7f7, #EEE);
    background: -moz-linear-gradient(right, transparent 50%, transparent 50%), linear-gradient(#F7f7f7, #EEE);
    background: -o-linear-gradient(right, transparent 50%, transparent 50%), linear-gradient(#F7f7f7, #EEE);
    background: linear-gradient(to left, transparent 50%, transparent 50%), linear-gradient(#F7f7f7, #EEE);
    /* background-size: 200% 100%; */
    /* background-position: right bottom; */
    margin-left: 10px;
    transition: all 0.2s ease-in;
}

table .item-tr:hover {
    background: #06F;
    /* background-position: left bottom; */
    color: white !important;

    /*cursor: pointer;*/
}


table .item-tr:hover code {

    color: white !important;

}

.naoSelecionavel, .lista-itens {
    -webkit-touch-callout: none;
    /* iPhone OS, Safari */
    -webkit-user-select: none;
    /* Chrome, Safari 3 */
    -khtml-user-select: none;
    /* Safari 2 */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    user-select: none;
    /* Possível implementação no futuro */
    /* cursor: default; */
}

.display-4 {
    font-size: 1.5rem !important;
    margin-top: 5px;
    margin-bottom: 3px;
}

.input-group-text {
    width: 90px;
    justify-content: flex-end;
}


.input-text-total {
    font-size: 35px !important;
    text-align: end;
}

.mb-3, .my-3 {
    margin-bottom: 0 !important;
}

.lista-itens {
    font-size: 13px;
}

.table {
    margin-bottom: 0 !important;
    border-radius: 4px;
    /* font-size: 11px; */
}

.button-cliente {
    background-color: #e9ecef;
    border-radius: 0;
    color: #FF9800 !important;
}

.button-cliente:hover {
    color: #F44336 !important;
}

.remove-produto {
    display: none;
    color: #ff8100 !important;
    font-size: 16px !important;
}

.item-prod:hover .remove-produto {
    display: block !important;
}

.spinner-aguarde {
    width: 350px;
    height: 350px;
    position: fixed;
    top: 10px;
}

.input-produtos {
    margin-bottom: 5px;
}

.selecionar-prod {
    display: none;
    position: absolute;
    margin-top: -25px;
    left: 5px;
    opacity: 0.9;
    background-color: #2c9eca;
    width: 100%;
    padding: 5px;
    border-radius: 8px;
}

.prod-select:hover .selecionar-prod {
    display: block;
}

.prod-select {
    height: 44px;
}

.msg-erro {
    display: block;
    background-color: #C00;
    color: #FFF;
    padding: 8px;
    border: 0.5px solid #933;
    max-width: 400px;
    margin-left: 5px;
    margin-bottom: 13px;
    border-radius: 13px;
    opacity: 0.8;
    position: absolute;
}

.btn-voltar {
    display: none;
    position: fixed;
    right: 6px;
    z-index: 5;
    top: 3px;
}

.img-principal {
    margin-left: 5px;
}

.qtde-digitada {
    position: absolute;
    margin-left: 125px;
    top: 5px;
    text-align: center;
    max-width: 75px;

}

.modal-caixa {
    background-color: #00000099;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    display: none;
    top: 0;
    padding-top: 10px;
}

.modal-heard {
    display: block;
    max-width: 80%;
    height: 120px;
    border-radius: 5px;
    position: relative;
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    padding: 17px;
    text-align: center;
    text-shadow: 2px 2px 3px #cacaca;
    -webkit-box-shadow: 2px 2px 5px #0b0b0b;
    box-shadow: 2px 2px 5px #0b0b0b;
}

.mb-3, .my-3 {
    margin-bottom: 3px !important;
}

.btn-salvar-prod {
    z-index: 50;
    margin-left: 4px;
    height: 31px;
}

.caixa-fotos {
    display: block;
    max-width: 98%;
    height: 85%;
    border-radius: 5px;
    position: relative;
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    padding: 17px;
    text-align: center;
    text-shadow: 2px 2px 3px #cacaca;
    -webkit-box-shadow: 2px 2px 5px #0b0b0b;
    box-shadow: 2px 2px 5px #0b0b0b;
    overflow: auto;

}


.folders ul>li {
    text-align: left;
    list-style-type: none;

    font-size: 28px;
    cursor: pointer;
}


.folders ul>li>i {
    color: #FC0;
}

nomefoder {
    color: #333;
}

.folders {
    display: block;
    background-color: #ffffffdb;
    /* position: absolute; */
    padding: 8px;
    border-radius: 6px;
    box-shadow: #474747 3px 2px 9px -4px;
    border: #7e7e7e solid 0.5px;
    z-index: 100;
    margin-left: -10px;
    width: 193px;
    float: left;
}

.fa-folder-open, .fa-folder-open>nomefoder {
    color: #F90 !important;
}

nomefoder {
    font-size: 14px;
    margin-top: 9px;
    position: relative;
    margin-left: 7px;
}


.hoverzoom {
    position: relative;
    width: 184px;
    height: 229px;
    overflow: hidden;
    /* float: left; */
    border: 1px solid #bababa;
    padding: 7px;
    border-radius: 6px;
    margin: 4px;
    display: inline-block;
}

.hoverzoom-a {
    position: relative;
    width: 184px;
    height: 229px;
    overflow: hidden;
    float: left;
    border: 1px solid #bababa;
    padding: 7px;
    border-radius: 6px;
    margin: 2px;
}

.hoverzoom-a img {
    width: 100%;
    border-radius: 2px;
    z-index: 200;
    position: relative;
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.hoverzoom-a .retina {
    /* position: relative;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);  */
    border-radius: 2px;
    text-align: center;
    padding: 30px;

    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}


.hoverzoom-a .retina p {
    color: #ffffff;
    /* position: absolute; */
    /* margin-left: -27px; */
    word-wrap: break-word;
    background-color: #000000;
    font-size: 11px;
    /* width: 176px; */
    padding: 7px;
    border-radius: 6px;
    opacity: 0.9;
    text-shadow: 0px 0px 0px #cacaca;
    -webkit-box-shadow: 0px 0px 0px #0b0b0b;
    font-weight: 100;
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.hoverzoom-a .retina a {
    display: block;
    /* width: 150px; */
    background: #6fc5e9;
    border: 1px solid #59afd4;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
    bottom: 7px;
    position: absolute;
    cursor: pointer;
    left: 8px;
}

.hoverzoom-a:hover .retina {
    opacity: 1;
    /*    box-shadow: inset 0 0 100px 50px rgba(0,0,0,.5);*/

}

.hoverzoom img {
    width: 100%;
    border-radius: 2px;

    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.hoverzoom:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.hoverzoom-a:hover .retina p {
    /*margin-top:calc(50%);*/
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.hoverzoom-a:hover img {
    width: 50px;
    margin-top: 5px;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}


.hoverzoom .retina {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);  */
    border-radius: 2px;
    text-align: center;
    padding: 30px;

    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.hoverzoom:hover .retina {
    opacity: 1;
    /*    box-shadow: inset 0 0 100px 50px rgba(0,0,0,.5);*/

}

.hoverzoom .retina p {
    color: #6a4a4a;
    /* position: absolute; */
    /* margin-left: -27px; */
    word-wrap: break-word;
    background-color: #dddddd;
    font-size: 12px;
    /* width: 176px; */
    padding: 7px;
    border-radius: 6px;
    opacity: 0.9;
    text-shadow: 0px 0px 0px #cacaca;
    -webkit-box-shadow: 0px 0px 0px #0b0b0b;
    font-weight: 100;
}

.hoverzoom .retina a {
    display: block;
    /* width: 150px; */
    background: #6fc5e9;
    border: 1px solid #59afd4;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
    bottom: 7px;
    position: absolute;
    cursor: pointer;
    left: 8px;
}

.folders-foto {
    display: block;
    border: 1px sold #999;
    border-radius: 6px;
    margin-left: 196px;
    width: 81%;
    border: 1px solid;
    padding: 10px;
}

.btn-voltar-prod-foto {
    float: right;
    position: relative;
    margin-right: calc(1%);
    margin-top: 12px;
}

.fa-exclamation-triangle {
    color: #ff0000;
    font-size: 35px;
}

input {
    /*text-transform:uppercase;*/
}


.upload-prod-foto {
    background: #259d55 !important;
    border: 1px solid #216629 !important;
}

.foto-upload {
    display: block;
    width: 150px;
    background: #259d55 !important;
    border: 1px solid #216629 !important;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
    margin: 0px 0px 7px -10px;
    /* margin: 5px; */
    bottom: 0;
    position: absolute;
    cursor: pointer;
}


input[type="file"]::-webkit-file-upload-button {
    background: #259d55 !important;
    border: 0px;
}

.progress-bar {
    position: fixed;
    z-index: 50;
    /* margin-top: -16px; */
    height: 14px;
    left: 0;
    /* border-radius: 10px; */
    top: 0;
}

.btn-delete-foto {
    display: block;
    text-align: center;
    position: absolute;
    border-image: initial;
    padding: 10px 15px;
    right: 7px;
    bottom: 9px;
}

.titulo-caixa {
    font-size: 12px;
    margin-left: 162px;
    display: block;
    position: relative;
    padding: 3px;
    margin-top: -13px;
    z-index: 200;
    color: #9d9d9d;
    border-radius: 3px;
    border: 0.4px solid #9b9b9b;
    text-shadow: 0px 0px 0px #cacaca;
    -webkit-box-shadow: 0px 0px 0px #0b0b0b;
    font-weight: 100;
    position: fixed;
    background-color: #ffffffe6;
    z-index: 205;
}

.label-upload {
    display: block;
    background-color: orange;
    border-radius: 6px;
    margin-top: 4px;
    font-weight: 600;
    cursor: pointer;
    text-shadow: 0px 0px 0px #cacaca;
    -webkit-box-shadow: 0px 0px 0px #0b0b0b;
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.label-upload:hover {
    background-color: #911fb6;
    color: white;
}

.row-fotos {
    background-color: #ffffff;
    display: block;
    width: 100%;
    height: 64px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid #5c72dd;
}

.corpo-bio {}

.NotBot {
    width: 50px;
    margin-left: 3px;
    position: absolute;
    margin-top: -3px;
    opacity: 0;
    z-index: 5;

    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.NotBot_logo {
    width: 120px;
    border-radius: 15px;
    margin-left: 14px;
    cursor: pointer;
    padding: 3px;
    border: 0.5px solid #8d8a8a;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.tempoBiometria {

    color: #2196F3;
    position: absolute;
    /* font-size: 24px; */
    border-radius: 27px;
    /* font-weight: 900; */
    /* border: 1px solid #3f51b587; */
    margin-left: 191px;
    /* width: 50px; */
    /* height: 50px; */
    /* padding-top: 7px; */
    text-align: center;
    margin-top: -20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

.disabled {
    pointer-events: none;
    opacity: 0.3;
}

.toggle {
    margin-left: 13px;
}

.numero_nfe_retorno, .destino_retorno, .troca_produto {
    position: relative;
    margin-left: 54px;
    margin-top: -37px;
}

.span-produto {
    font-size: 15px;
    font-weight: 500;
}

.btn-a {
    margin-left: 5px;
}

.btn-b {
    margin-left: 0;
    margin-top: 7px;
}

.set-imagem {
    cursor: pointer;
}

.data-andamento {
    width: 200px;
    float: left;
    position: absolute;
}

.hora-andamento {
    width: 108px;
    float: left;
    position: absolute;
    margin-left: 204px;
}

.data-descricao-foto, .data-texto {
    margin-top: 43px;
}

.data-custo {
    width: 200px;
    margin-left: 206px;
}

.data-descricao-custo {
    margin-top: 5px;
}

.titulo-andamento {
    background-color: rgb(242 242 242);
    color: #282828;
}

.imagem-anexada {
    display: block;
    float: left;
    margin-left: 5px;
    width: 270px;
    font-size: 11px;
    border: 1px solid #c7c6c6;
    height: 120px;
    margin-top: 6px;
    border-radius: 7px;
    padding: 6px;
}

.imagem-anexada span {
    color: rgb(58, 58, 58);
}

.produto-item {
    background-color: #eeeeee;
    margin-top: 17px;
    margin-bottom: 18px !important;
    font-size: 16px;
}

input[type=checkbox] {

    -ms-transform: scale(1.5);
    /* IE */
    -moz-transform: scale(1.5);
    /* FF */
    -webkit-transform: scale(1.5);
    /* Safari and Chrome */
    -o-transform: scale(1.5);
    /* Opera */
    transform: scale(1.5);
    padding: 2px;
}

.andamento {
    display: none;
    border: 3px solid #c820d3;
    border-radius: 7px;
    padding: 16px;
    margin: 16px;
}

.item-tr {
    cursor: pointer;
}

.grafico {
    border: 2px solid #830e5cd2;
    border-radius: 3px;
    padding: 5px;
    background-color: #830e5cd2;
    text-align: center;
    color: white;
}

.grafico-content {
    background-color: #ffffff;
    height: 180px;
    font-size: 45px;
    color: #830e5cd2;
    border-radius: 5px;
    font-weight: 900;
    padding-top: 30px;
}

.grafico-content span {
    margin: 0;
    padding: 0;
    display: block;
}

.grafico-content code {
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.grafico h4 {
    font-size: 19px;
}

.btn-estrutura {
    background-color: rgb(119, 36, 91);
    border-color: rgb(100, 32, 77);
    color: white !important;
}

.btn-estrutura:hover {
    background-color: rgb(85, 25, 65);
}

.linha-prod:hover {
    background-color: rgb(20, 14, 73) !important;
    color: white !important;
    cursor: pointer;
}

.chosen-container {
    font-size: 14px !important;
    margin-top: 5px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    width: 99% !important;
}

.select-nfe {
    float: right;
}

.frete-recebido {
    color: #005f96 !important;
    font-weight: 900;
    font-size: 30px;
}

.frete-pago {
    color: #c20b0b !important;
    font-weight: 900;
    font-size: 30px;
}

.negativo {
    color: #ffffff !important;
    background-color: #960631 !important;
}

.positivo {
    color: #ffffff !important;
    background-color: #0b7a1d !important;
}

.zero {
    color: #ffffff !important;
    background-color: #888888 !important;
}

.dias_entrega {
    width: 45px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

.previsao_entrega {
    text-align: center;
}

.data_envio, .data_finalizado {
    text-align: center;
    margin-left: 5px;
}

alerta {
    background-color: #b40c0c;
    color: white;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #6e0505;
}

alerta_sw {
    background-color: #cf9109;
    color: white;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #aa6908;
}

alerta_ok {
    background-color: #11b141;
    color: white;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #0ba505;
}

.TableCSS * {
    position: relative;
}

.TableCSS th {

    background-color: #ffffff;
    border-width: 0px;
    padding: 3px;
    text-align: left;
    padding-bottom: 0px;
    padding-top: 0px;

}

.sw_alerte {
    color: #ffffff !important;
    font-size: 12px;
}

.titulo-thead tr th .order:hover {
    cursor: pointer;
    background-color: #ffffffe7;
    color: rgb(0, 0, 0);
    border-left: 2px solid;
    border-right: 2px solid;
    transition: all 0.2s;
}

.titulo-thead tr th:hover .order {
    display: block;
    transition: all 0.2s;
}

.order {
    display: none;
    text-align: center;
    position: absolute;
    padding: 7px;
    width: 54px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    border-radius: 6px;
    background-color: rgb(204, 204, 204);
    transition: all 0.2s;
}

.order i:hover {
    font-size: 18px;
    color: rgb(22, 124, 184);
    transition: all 0.2s;
}

.form-control:focus {
    color: #495057;
    /* background-color: #ffe00845; */
    border-color: #ff8080;
    outline: 0;
    box-shadow: 0 0 0 -0.8rem rgb(255 5 5 / 68%);
}

.ico-alert {
    color: rgb(153, 15, 15);
    font-size: 18px;
    position: absolute;
    z-index: 0;
    left: -10px;
}

.tem-tr:hover .ico-alert {
    color: rgb(255, 255, 255) !important;
}

.coluna-pesquisa {
    background-color: #0b7a1d;
    display: block;
}

#select_troca .chosen-container {
    width: 488px !important;
    position: absolute;
    top: 2px;
    left: 239px;
}

.form-select {
    /* height: 30px; */
    /* text-align: center; */
    font-weight: 700;
    color: #673ab7;
}

.content-label label {
    background-color: #dfdfdf;
    padding: 4px;
    border-radius: 5px;
}

.content-label button {
    position: relative;
    margin-top: -4px;
}

.vendedor-erp-vendas {
    background-color: #565555 !important;
    color: #fff !important;
    padding: 4px !important;
    border-radius: 3px !important;
}

.avaria {
    color: rgb(148, 148, 148) !important;
}

.user-logado {
    position: absolute;
    right: 0px;
    padding: 0 4px;
    color: #ffffff ;
    font-family: arial;
    margin-top: 6px;
    padding-bottom: 3px;
    border-radius: 0 0px 0 8px;
    border-bottom: 5px solid #dc3545 !important;
    cursor: pointer;
    transition: all 0.2s; 
}

.user-logado:hover {
   color: aqua;
     
}

.midia {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.rounded-circle {
    border-radius: 50% !important;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
    font-weight: bold;
}

.menu-galeria {
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    background-color: #e6e6e6;
    margin-left: -15px;
    border-radius: 6px;
    position: relative;
    width: 100%;
}

.form-upload {
    float: left;
}

.menu-galeria .hoverzoom {
    width: auto !important;
}

.coluna {
    height: 20px;
}

.data-descricao-alerta {
    margin-top: 43px;
}

alerta {
    background-color: #ff9800;
    color: #fff;
    margin-top: 5px;
    display: inline-block;
    font-weight: 100;
    border: 1px solid #ff5722;
}

.titulo-andamento th h1 {
    font-size: 20px;
}

/* #demo>*>* {
    margin-bottom: 5px;
} */

.offcanvas .foto-perfil {
    border-radius: 50%;
    margin-top: 7px;
    margin-right: 5px;
}

.c-loader {
    animation: is-rotating 1s infinite;
    border: 6px solid #e5e5e5;
    border-radius: 50%;
    border-top-color: #e71414;
    height: 70px !important;
    width: 70px !important;
  }
  
  @keyframes is-rotating {
    to {
      transform: rotate(1turn);
    }
  }

  .noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }