.limpartemp{
    width: 100%;
    font-size: 13px;
}

.linkPedidosTemp{
    text-decoration: none;
    color: black;
}

.linkPedidosTemp:link {
    text-decoration: none;
    color: black;
}

.linkPedidosTemp:visited {
    text-decoration: none;
    color: black;
}

.linkPedidosTemp:hover {
    text-decoration: none;
    color: black;
}

.linkPedidosTemp:active {
    text-decoration: none;
    color: black;
}

.listaPedidosTemp:hover{
    background-color: #e6e6e6!important;
    cursor: pointer;
}

.botaoLimpar:hover{
    background-color: #e6e6e6!important;
    cursor: pointer;
}

.ng-cloak {
    display: none !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.spinner-2 {
    border: 6px solid rgba(0, 0, 0, 0.1);
    border-top-color: #22a6b3;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    /* animation: spin 1.5s infinite; */
    animation: spin 1s linear infinite;
}

.text-secondary-2 {
    color: #bbb;
}

.filters-box {
    border: 1px solid #aaa;
}

.flatpicker-input {
    background-color: #fff !important;
    width: 110px !important;
}

.thumb-mw-100 {
    max-width: 100px;
}

.thumb-mw-75 {
    max-width: 75px;
}

.thumb-mh-50 {
    max-height: 50px;
}

.transparencia-50 {
    opacity: 0.5;
}

.semi-bold {
    font-weight: 600;
}

.semi-light {
    font-weight: 300;
}

.text-muted-2 {
    color: #bbb !important;
}

.text-red {
    color: red;
}

.border-top-dashed {
    border-top: 1px dashed rgba(120, 120, 120, 0.15);
}

.modal-body-scroll {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

/* slider switch - inicio */
.switch input {
    display:none;
}

.switch {
    display:inline-block;
    width:40px;
    height:16px;
    /*margin:2px;*/
    /*transform:translateY(10%);*/
    position:relative;
}

.slider {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border-radius:20px;
    box-shadow:0 0 0 2px #777, 0 0 2px #777;
    cursor:pointer;
    border:2px solid transparent;
    overflow:hidden;
    transition:.4s;
}

.slider:before {
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    background:#777;
    border-radius:250px;
    transform:translateX(-23px); /* -30px */
    transition:.4s;
}

input:checked + .slider:before {
    transform:translateX(23px);
    background: #447df6;
}

input:checked + .slider {
    box-shadow:0 0 0 2px #447df6,0 0 2px #447df6;
}
/* slider switch - fim */

.material-icons-new {
    /*display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;*/
    font-size: 16px !important;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.modal-full-screen {
    max-width: 100%;
    margin: 0px;
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    height: calc(100vh - 60px);
    display: flex;
    position: fixed;
    z-index: 100000;
}

.detalhe-produto-titulo-categoria {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.2;
}

hr.detalhe-produto-separador {
    border-bottom: 2px solid #e0e0e0;
    margin-top: 0px;
}

.opcao-quantidade-ac {
    border: 1px solid rgba(0, 0, 0, 0);
}

.opcao-quantidade-ac.selecionado {
    background-color: #fff;
    border: 1px solid rgb(206, 206, 206);
}

@media (min-width:768px) {
    section#app-produto > div.row > div.col-lg-8,
    section#app-produto > div.row > div.col-lg-4:nth-child(2) {
        background-color: #f8f8f8;
        border: 1px solid #dddddd;
        border-radius: 5px;
    }
}

.menu-todas-as-categorias .link {
    color: var(--sg-corpo-menu-lateral-color) !important;
    font-size: 13px;
}

.menu-todas-as-categorias .form-group {
    line-height: 18px;
    margin-bottom: 6px;
}

/* Chrome, Safari, Edge, Opera */
input.sem-spin::-webkit-outer-spin-button,
input.sem-spin::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number].sem-spin {
  -moz-appearance: textfield;
}