﻿@import "custom_variables.css";


/*table > th, td:first-child {
    padding-left: 0px !important;
}

table > th, td:last-child {
    padding-right: 0px !important;
}*/

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.texto-azul-padrao {
    color: #0D4A7D !important;
}

.fonte-size-padrao-label {
    font-size: 10px;
}

.fonte-style-padrao {
    text-transform: uppercase;
    color: #0D4A7D;
}

.form-control-sm {
    font-size: .8em;
}

.form-row {
    margin: 0.5rem 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--secondary);
}

tr {
    height: 35px;
}

.form-row > .form-group {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .form-row > .form-group:first-of-type {
        padding-left: 0px !important;
    }

    .form-row > .form-group:last-of-type {
        padding-right: 0px !important;
    }


.border-radius-5 {
    border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
}

.small-button-tables {
    border-radius: 4px;
    padding: 0px 4px 0px 4px;
    transition: all .2s ease;
    background-color: var(--light);
    text-decoration: none;
    outline: none !important;
}

    .small-button-tables:hover {
        color: var(--light);
    }

.small-button-tables-blue {
    border: 1px solid #0D4A7D;
    color: #0D4A7D;
}

    .small-button-tables-blue:hover {
        background-color: #0D4A7D;
    }

.small-button-tables-red {
    border: 1px solid var(--danger);
    color: var(--danger);
}

    .small-button-tables-red:hover {
        background-color: var(--danger);
    }











body {
    font-family: 'Roboto', sans-serif;
}

.buttons-top {
    height: 2.75em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*Botão no footer para subir ao topo da página*/
.go-top {
    cursor: pointer;
    background-color: var(--secondary);
    color: var(--light);
    border-radius: 50px;
    transition: .5s;
    content: "teste";
}

    .go-top:hover:before {
        padding-left: 7px;
        content: 'Voltar ao Topo'
    }

.sideHelperOverlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .5;
    z-index: 3;
}

.sideHelper {
    right: -10px;
    top: 0px;
    width: 0px;
    height: 100%;
    z-index: 4;
    /*border-start-start-radius: 15px;
    border-end-start-radius: 15px;*/
    transition: 0s;
    /*box-shadow: 0px 0px 40px 0px var(--secondary);*/
}

.sideHelper-open {
    width: 500px !important;
    transition: 0.1s;
    right: 0px;
}

@media(max-width:500px) {
    .sideHelper-open {
        width: 100% !important;
    }
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

.back-to-top:hover {
    background-color: wheat;
}

.text-color-red {
    color: red !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-all-scroll {
    cursor: all-scroll;
}

.outline-none {
    outline: none !important;
}

.line-heigth-0 {
    line-height: 0;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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 */
}

/* width */
/*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
    background: #f1f1f1;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
    background: #888;
}*/

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {
        background: #555;
    }*/

@media(max-width:1200px) {
    #ul-top-navbar {
        align-items: start !important;
    }
}

@media(max-width:991px) {
    /*  Sidenav que é usada nas opções da página Proprietario/Empresa
        Serve pra deixar a descrição invisível
    */
    .nome-item-sidenav {
        display: none !important;
    }
    /*
        Define o tamanho do bloco dos itens de 200px para 56px
    */
    /*#container-side-nav {
        max-width: 56px !important;
        min-width: 56px !important;
    }*/

    .nav-link-side {
        display: flex;
        justify-content: center;
    }

    .navbar {
        flex-flow: wrap !important;
    }
}

.divIconInputText {
    height: 29px !important;
}

@media(max-width:767px) {
    .divIconInputText {
        height: 25.8px !important;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        padding: 0px !important;
    }
}

@media(max-width:751px) {
    #filtrarDadosEstoque > .form-group {
        margin-bottom: 1rem !important;
    }
}

@media(max-width:500px) {
    #btnAddEmprProp, #btnHistEmprProp {
        display: none !important;
    }

    #divOpcoesHidden {
        display: inline-block !important;
    }

    .texto-contato-wpp-teleg {
        display: none;
    }

        .texto-contato-wpp-teleg:hover {
            display: block;
        }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 1s linear infinite;
    -moz-animation: rotating 1s linear infinite;
    -ms-animation: rotating 1s linear infinite;
    -o-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}
