﻿

body {
    background-color: rgb(237, 237, 237);
}

#container_menus {
    background-image: url('../img/Tabuas_degrade.jpg');
    background-repeat: repeat-x;
}

.field-validation-error {
    color: red;
    display: block;
}

.Imagens .col-md-2 {
    margin-bottom: 30px;
}

.Imagens .btn-imagem-excluir {
    width: 100% !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.Imagens .btn-ocultar {
    display: none;
}

.Imagens div {
    text-align: center;
}

.Imagens .img-thumbnail {
    width: 100%;
    border: none;
    height: 100%;
    object-fit: contain;
}

.Imagens .thumb {
    width: 64px;
}

.Imagens .container-img-thumbnail {
    width: 100%;
    height: 100%;
    max-height: 180px;
    border: 1px solid #CCC;
    border-radius: 4px 4px 0px 0px;
    white-space: nowrap;
    text-align: center;
    margin: 1em 0;
    margin-bottom: 0px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.Imagens .input-file {
    display: none;
}

.Imagens .img-upload {
    cursor: pointer !important;
    vertical-align: middle;
}

.Imagens input[name=imagem] {
    display: none;
}

.div-img-produto img {
    width: 80px;
    height: 80px;
}

.header.main {
    padding-top: 0rem;
    padding-bottom: 1rem;
}


@media (min-width: 768px) {
    .d-sm-inline {
        display: inline !important;
    }
}

    .li.complete-red .status:before {
        background-color: red;
        border: none;
        transition: all 200ms ease-in;
    }

    .li.complete-red .status h4 {
        color: red;
    }

.link_tamanho {
    margin: -50px 20px -20px 0px;
}
/*
.display-1 {
    list-style-type: none;
}
*/
#alertaTamanho {
    font-size: 22px;
}

.botaoCadastrarNovo {
    height: 38px;
    margin-top: 25px !important;
}

.fa-search:hover {
    cursor: pointer;
}

















/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.navbar {
    padding: 0;
}

.sticky {
    background-color: rgba(255, 0, 0, 0.8);
    visibility: visible;
    height: 40px !important;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        position: relative;
        line-height: 20px;
        display: inline-block;
        width: 100%;
    }

        .sidebar-nav li:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            height: 100%;
            width: 3px;
            background-color: #1a1a1a;
            -webkit-transition: width .2s ease-in;
            -moz-transition: width .2s ease-in;
            -ms-transition: width .2s ease-in;
            transition: width .2s ease-in;
        }

        .sidebar-nav li:hover {
            background: #1a1a1a !important;
            border-radius: 10px;
            margin-left: 10px;
            margin-right: 10px;
        }

            .sidebar-nav li:hover:before,
            .sidebar-nav li.open:hover:before {
                width: 100%;
                -webkit-transition: width .2s ease-in;
                -moz-transition: width .2s ease-in;
                -ms-transition: width .2s ease-in;
                transition: width .2s ease-in;
            }

        .sidebar-nav li a {
            display: block;
            color: #ddd;
            text-decoration: none;
            padding: 10px 15px 10px 30px;
        }

            .sidebar-nav li a:hover,
            .sidebar-nav li a:active,
            .sidebar-nav li a:focus,
            .sidebar-nav li.open a:hover,
            .sidebar-nav li.open a:active,
            .sidebar-nav li.open a:focus {
                color: #fff;
                text-decoration: none;
                background-color: transparent;
            }

.sidebar-header {
    text-align: center;
    font-size: 20px;
    position: relative;
    width: 100%;
    display: inline-block;
}

.sidebar-brand {
    height: 65px;
    position: relative;
    background: #1a1a1a;
    background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
    padding-top: 1em;
}

    .sidebar-brand a {
        color: #ddd;
    }

        .sidebar-brand a:hover {
            color: #fff;
            text-decoration: none;
        }

.dropdown-header {
    text-align: center;
    font-size: 1em;
    color: #ddd;
    background: #1a1a1a;
    background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #1a1a1a;
    box-shadow: none;
}

.dropdown-menu.show {
    top: 0;
}
/*Fontawesome icons*/
.nav.sidebar-nav li a::before {
    font-family: fontawesome;
    /*    content: "\f12e";*/
    vertical-align: baseline;
    display: inline-block;
    padding-right: 5px;
}



.esconder_hamburger {
    visibility:hidden;
}

.mostrar_hamburger {
    visibility:visible
}

.hamburger_position_max {
    top: 138px;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/
.flexBox {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    width: 100%;
}

.droptown {
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
    -webkit-flex: 1; /* Chrome */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* NEW, */
    margin-right: 4px;
}

.flexChild {
    -webkit-box-flex: 2; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 2; /* OLD - Firefox 19- */
    -webkit-flex: 2; /* Chrome */
    -ms-flex: 2; /* IE 10 */
    flex: 2; /* NEW, */
    margin-right: 4px;
}

.widget-header .icon-area {
    font-size: 18px;
    color: white;
}

.widget-header span {
    font-size: 10px !important;
    background-color: red;
}

.widget-header small {
    font-size: 14px !important;
    color: white;
}

#container_menus > section > div > div > div.col-xl-4.col-lg-5.col-md-6 > div > div:nth-child(2) {
    min-width: 30px;
}

.notify {
    position: relative;
    top: 0px;
    left: 10px;
    background-color: blue;
    color: white;
    width: 20px;
}

.widgets-wrap .float-md-right {
    padding-top: 8px;
}

.pul-select-control {
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    min-height: 28px;
    line-height: 20px;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #b5b5b5;
    border-radius: 2px;
    background-color: #fff;
    color: #222;
    box-shadow: inset 0 2px 1px rgb(34 34 34 / 9%);
    transition: all linear 0.2s;
    cursor: default;
}

.prazo_tela_visualizar_produto {
    margin-left: 18px;
    background-color: khaki;
    color: dimgray;
    font-style: italic;
    font-weight: bold;
    border-radius: 4px 4px 4px 4px;
}

.titulo_produto_visualizar {
    color: chocolate;
    font-weight: bold;
}

.price span {
    font-weight: bold;
    color: blue;
}

.price-sem-desconto {
    margin: 0px 0px 0px 0px;
}

    .price-sem-desconto span {
        font-weight: 200;
        color: dimgrey;
        text-decoration: line-through;
        margin: 0px 0px 0px 0px;
    }





.brand-wrap .logo, .navbar-brand .logo {
    max-height: 120px;
}

.btn {
 /*   margin-top: 30px;*/
    margin-left: 5px;
    height: 38px;
}
#divValorTotal {
    float: right;
    position: relative;
    font-size: 82px;
    display: inline-block;
    padding: 0px 20px;
    height: 110px;
}
#divValorTotalGrafica {
    float: right;
    position: relative;
    font-size: 20px;
    display: inline-block;
    padding: 0px 20px;
    height: 110px;
}

#cifraoVenda {
    font-size: 32px;
    position: relative;
    top: -32px;
}

.inputs-itens {
    padding-right: 3px !important;
    padding-left: 3px !important;
}
    .inputs-itens .form-control {
        padding-top: 0.375rem;
        padding-right: 3px;
        padding-bottom: 0.375rem;
        padding-left: 3px;
    }

.btn-tables {
    max-width: 40px;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.btn-cadastros {
    max-width: 170px;
}

.tabelas {
    font-weight: 500;
}
.linha_azul {
    color: darkblue;
}
.linha_amarela {
    color:orange;
}
.linha_vermelha {
    color: red;
}

.icones {
    height: 20px;
    width: 20px;
}

.text-gray-100{
    color:lightgray;
}

#card_valor_venda {
    position: absolute;
    top: 69px;
    right: 20px;
}

.cards-detalhe-venda{
    margin-left:20px;
}

.text-right {
    text-align: right;
}

.label_forms {
    font-weight: 700;
    font-size: 14px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: midnightblue;
}

.title_forms {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: midnightblue;
}

.nome_dado_table {
    font-weight: 600;
    font-size: 15px;
    color: #525151;
}
.dado_table {
    font-weight: 700;
    font-size: 15px;
    color: #0f0ab7;
}
.td_align_rigth {
    text-align: right
}
.td_align_center {
    text-align: center
}
.div_button {
    color: #fff !important;
}
