﻿/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

:root {
    --headerheight: 71px;
    --footerheight: 32px;
    --corPrimaria: #3f3f3f;
    --corSecundaria: #d6d6d6;
    --corTerciaria: #444444;
}

@media screen and (max-width: 767px) {
    :root {
        --headerheight: 60px;
    }
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

/*.smart-form {
    .input {
        input {
            padding: 4px 10px !important;
        }
    }
}*/

/* SmartForm Bootstrap Validation */

#extr-page h4.paragraph-header {
    width: auto;
}

#extr-page .smart-form .alert {
    margin: 4px;
    border-radius: 7px;
}

    #extr-page .smart-form .alert li {
        margin-left: 14px;
        list-style: none;
    }

        #extr-page .smart-form .alert li:before {
            content: "\f071";
            font-family: FontAwesome;
            position: absolute;
            left: 14px;
        }

#extr-page .smart-form div + fieldset {
    padding-top: 15px;
}

select.error {
    border: 2px solid #cc0000;
}

label.error {
    color: #fc4d4d;
}

.pagination > li > a {
    position: inherit;
}

.dataTables_processing {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 100%;
    height: 60px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    background-color: white;
    background: -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)) );
    background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100% );
    background: -moz-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100% );
    background: -ms-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100% );
    background: -o-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100% );
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100% );
}

.tabs-left > .tab-content {
    margin-left: 140px;
    margin-left: 10px;
}

th.hide_me,
td.hide_me {
    display: none;
}

#page {
    display: none;
}

#loading {
    display: block;
    position: initial;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: #e8e8e8;
    background-image: url("/IntegraAPI.Painel/content/img/ajax_Loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    /*20% 0%;*/
}

#loading2 {
    display: block;
    position: initial;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: white;
    background-size: 30px;
    background-image: url("/IntegraAPI.Painel/content/img/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
}

#cke_1_path {
    display: none;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

body {
    height: 100%;
}

.alignRight {
    text-align: right;
}

.negrito {
    font-weight: bold;
}

.example-base,
.example-blocks,
.example-coupon,
.example-multiple {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: lightyellow;
    border: 1px solid transparent;
    border-radius: 1px;
    margin: 0;
    text-align: center;
    padding: 0px;
}

    .example-blocks span {
        display: inline-block;
        font-size: 2em;
        line-height: 2em;
        padding: 0 10px;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

.foto-tamanho-automatico {
    max-width: 800px;
    max-height: 600px;
    display: block;
}

.foto-pequena {
    max-height: 135px;
    max-width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.foto-menor {
    max-height: 150px;
    max-width: 75px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.foto-produtos {
    min-height: 150px;
    min-width: 150px;
    max-height: 150px;
    max-width: 150px;
}

.small,
small {
    font-size: 82%;
}

#myModalFoto {
    width: 450px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#wellFoto {
    overflow: hidden;
    display: block;
    width: 480px;
    height: 320px;
    text-align: center;
}

.foto-grande {
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    position: center;
}

.dataTables_processing {
    top: 64px !important;
    z-index: 11000 !important;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

html body * {
    max-height: 100%;
    /*max-width: 100%;*/
    font-family: "Open Sans";
}

#login-form {
    border-radius: 15px;
    margin-top: -15px;
}

#extr-page #header #logo-group {
    width: 100%;
}

#header #top-right .pull-right,
#header .project-context.hidden-xs {
    margin-top: 8px;
}

@media screen and (max-width: 767px) {
    #header #top-right .pull-right,
    #header .project-context.hidden-xs {
        margin-top: 2px;
    }
}

.page-footer,
.page-footer div {
    position: relative;
    height: var(--footerheight);
    padding: 2px 10px;
    z-index: 7000;
    color: var(--corPrimaria);
    margin: 0;
}

.page-footer {
    position: absolute;
}

#extr-page .page-footer {
    text-align: center;
}

    #extr-page .page-footer .col-xs-12.col-sm-6 {
        width: 100%;
    }

    #extr-page .page-footer .col-xs-6.col-sm-6.hidden-mobile {
        display: none;
    }

#extr-page .smart-style-3 input:not([type]),
#extr-page .smart-style-3 input[type="color"],
#extr-page .smart-style-3 input[type="email"],
#extr-page .smart-style-3 input[type="number"],
#extr-page .smart-style-3 input[type="password"],
#extr-page .smart-style-3 input[type="tel"],
#extr-page .smart-style-3 input[type="text"],
#extr-page .smart-style-3 input[type="url"],
#extr-page .smart-style-3 textarea {
    height: 60px;
    border-radius: 7px;
    padding: 10px 15px;
    width: 100%;
    font-size: 1.6rem;
    color: var(--corPrimaria);
}

#extr-page.smart-form section {
    margin: 15px 30px;
}

#extr-page.smart-form fieldset {
    padding: 0;
}

#extr-page .loginform {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px;
    margin-top: -3%;
}

    #extr-page .loginform .smart-form fieldset {
        padding: 15px 35px 5px;
    }

.smart-form .state-error + em {
    font-size: 1.4rem;
}

#extr-page .loginform .col-sm-6 {
    display: flex;
    flex-direction: column;
    max-width: 500px;
}

    #extr-page .loginform .col-sm-6 span {
        font-family: "Open Sans";
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 1.4rem;
    }

#extr-page .client-form header {
    margin-top: 20px;
    padding: 0;
}

#extr-page .loginform .col-sm-6 header span {
    font-weight: 400;
    font-size: 2.2rem;
}

#extr-page .smart-form .btn {
    width: 100%;
    height: 60px;
    border-radius: 7px;
    background-color: var(--corPrimaria);
    border: none;
}

    #extr-page .smart-form .btn span {
        font-weight: 700;
        font-size: 1.8rem;
    }

#extr-page .smart-form .col-xs-6 section {
    margin-top: 0px;
}

#extr-page
.smart-form
.checkbox
input:checked + input[type="hidden"] + i:after {
    color: var(--corPrimaria);
    font: 100 13px/19px FontAwesome;
}

#extr-page .smart-form .checkbox i,
#extr-page .smart-form .icon-append,
#extr-page .smart-form .icon-prepend,
#extr-page .smart-form .radio i,
#extr-page .smart-form .select select,
#extr-page .smart-form .toggle i {
    border-radius: 7px;
    border-color: var(--corPrimaria);
    background-color: transparent;
    color: var(--corPrimaria);
}

#extr-page fieldset label ::placeholder {
    color: var(--corPrimaria);
    opacity: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: var(--corPrimaria) !important;
}

.row {
    margin: 0;
}

#extr-page .pull-right {
    text-align: right;
}

#extr-page .smart-form .checkbox,
#extr-page .smart-form .radio {
    line-height: inherit;
}

#main {
    padding-bottom: 25px;
}

#extr-page body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chosen-container-multi .chosen-choices {
    line-height: 30px;
}

.MessageBoxButtonSection button {
    line-height: 17px;
}

.chosen-drop {
    max-height: fit-content;
}

.chosen-container-multi .chosen-results {
    /*background-color: var(--corPrimaria);*/
    border: 1px solid #ccc;
}

.chosen-container-multi .chosen-choices li.search-choice {
    margin: 5px;
}

.smart-form .row {
    margin: 0px;
}

.select2-container .select2-choice {
    border: solid 1px #808080;
    border-radius: 5px;
}

.select2-drop-active {
    border: solid 1px #808080;
}

#listaGrupos {
    color: #000;
    width: 500px;
    border: 1px solid;
    background-color: white;
    padding: 7px 0px 7px 0px;
    border-top-color: #a3a3a3;
    border-bottom-color: #ccc;
    border-right-color: #ccc;
    border-left-color: #a3a3a3;
    box-shadow: inset 0 1px 0 #d6d6d6;
}

    #listaGrupos:hover {
        border: 1px solid #007bff;
        opacity: 6.0;
    }

.active-result highlighted {
    background-color: var(--corPrimaria);
}

.chosen-container .chosen-results li.highlighted {
    background-color: var(--corPrimaria);
    background-image: none;
    /*background-image: none;*/
    /* background-image: -webkit-linear-gradient(#3875d7 20%,#2a62bc 90%); */
    /*background-image: -moz-linear-gradient(#3875d7 20%,#2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%,#2a62bc 90%);*/
    /* background-image: linear-gradient(#3875d7 20%,#2a62bc 90%); */
    color: #fff;
}

#select2-drop .select2-search {
    display: none
}

.detalhesPedido {
    padding: 10px;
    margin: 20px 20px 20px 20px;
    background-color: #111111;
    width: 150px;
    height: 80px;
    border-radius: 20px;
    color: white;
    text-align: center;
    font-size: larger;
    font-weight: bold;
    align-items: center;
    padding-top: 30px;
    transition: background-color 200ms;
}

.detalhesPedido:hover {
    padding: 10px;
    margin: 18px 18px 18px 20px;
    background-color: #111111;
    width: 152px;
    height: 81px;
    border-radius: 20px;
    color: white;
    text-align: center;
    font-size: larger;
    font-weight: bold;
    align-items: center;
    padding-top: 30px;
}

.detalhesPedidoNaoEnviado {
    padding: 10px;
    margin: 20px 20px 20px 20px;
    background-color: #787878;
    width: 150px;
    height: 80px;
    border-radius: 20px;
    color: white;
    text-align: center;
    font-size: larger;
    font-weight: bold;
    align-items: center;
    padding-top: 30px;
}

.caminhoDetalhesPedido {
    height: 23px;
    background-color: #a9a9a9;
    width: 23px;
    border-radius: 50%;
    margin: 65px 2px 2px 13px;
    transition: background-color 200ms;
}

.caminhoDetalhesPedidoNaoEnviado {
    height: 23px;
    background-color: var(--corSecundaria);
    width: 23px;
    border-radius: 50%;
    margin: 65px 2px 2px 13px;
}

.caminhoDetalhesPedidoErro {
    height: 23px;
    background-color: #E5B33D;
    width: 23px;
    border-radius: 50%;
    margin: 65px 2px 2px 13px;
}


.caminhoPedidoVertical {
    height: 23px;
    background-color: #a9a9a9;
    width: 23px;
    border-radius: 50%;
    margin: 0px 2px 2px 0px;
    position: relative;
}

.caminhoPedidoVerticalNaoEnviado {
    height: 23px;
    background-color: var(--corSecundaria);
    width: 23px;
    border-radius: 50%;
    margin: 0px 2px 2px 0px;
    position: relative;
}

.caminhoPedidoVerticalErro {
    height: 23px;
    background-color: #E5B33D;
    width: 23px;
    margin: 0px 2px 2px 0px;
    border-radius: 50%;
    position: relative;
}

#retanguloSucessoPai {
    margin-top: 50px;
    width: 50px;
    height: 50px;
    background-color: lawngreen;
    border-radius: 50%;
    margin-left: -5px
}

#retanguloSucessoFilho {
    margin: 10px 0px 0px 12px;
    background-color: white;
    width: 30px;
    height: 30px;
    clip-path: polygon(17% 30%, 41% 61%, 87% 13%, 100% 34%, 37% 99%, 0% 50%);
}
    #retanguloSucessoPai:hover {
        transform: scale(1.1);
        opacity: 0.5;
    }