@charset "UTF-8";

/* Definições de estilo específicas do sistema */

body,
p,
div {
    font: normal normal normal 16px/21px Roboto!important;
}

body {
    letter-spacing: 0px;
    color: #050D16;
    background: #F8F8F8 0% 0% no-repeat padding-box;
}

label {
    font-size: 0.9rem;
}

.bg-escuro {
    background-color: #050D16!important;
    color: #FFF;
}

.indicador_minhas_ofertas {
    background-color: #050D16!important;
    color: #FFF;
    height: 120px;
    border: 1px solid #707070;
    border-radius: 4px;
    opacity: 0.96;
}


/* Uteis */

.borderless {
    border: 0!important;
}

.font-10 {
    font-size: 10px!important;
}

.font-12 {
    font-size: 12px!important;
}

.font-14 {
    font-size: 14px!important;
}

.font-16 {
    font-size: 16px!important;
}

.font-18 {
    font-size: 18px!important;
}

.font-20 {
    font-size: 20px!important;
}

.font-24 {
    font-size: 24px!important;
}

.font-28 {
    font-size: 28px!important;
}

.font-32 {
    font-size: 32px!important;
}


/* Cores */

.primary-color {
    color: #FFF;
    background-color: #007CFF;
    border-color: #007CFF;
}

.success-color {
    color: #FFF;
    background-color: #40E196;
    border-color: #40E196;
}

.primary-font {
    color: #007CFF
}

.success-font {
    color: #40E196
}

.default-font {
    color: #707070
}

.silver-line {
    border: 1px solid #F1F1F1;
}


/* Botao */

.btn {
    border-radius: 2.078em;
    font-weight: bold;
    height: 45px;
}

.input-group .btn {
    border-radius: 0.25rem;
    height: 40px;
}

.btn-primary,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #FFF;
    background-color: #007CFF;
    border-color: #007CFF;
    box-shadow: none!important;
}

.btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #FFF;
    background-color: transparent;
    border: 1px solid #007CFF;
    box-shadow: none!important;
}

.btn-success {
    color: #FFF;
    background-color: #40E196;
    border-color: #40E196;
    box-shadow: none!important;
}

.btn-warning {
    color: #FFF;
    background-color: #FFD54A;
    border-color: #FFD54A;
    box-shadow: none!important;
}

.btn-danger {
    color: #FFF;
    background-color: #F61D51;
    border-color: #F61D51;
    box-shadow: none!important;
}

.btn-default {
    color: #707070;
    background-color: #fff;
    border-color: #707070;
    box-shadow: none!important;
}

.btn-default {
    color: #707070;
    background-color: #fff;
    border-color: #707070;
    box-shadow: none!important;
}

a.btn {
    line-height: 26px;
}

::placeholder {
    color: var(--unnamed-color-c1c1c1);
    text-align: left;
    font: normal normal normal 13px/18px Roboto;
    letter-spacing: 0px;
    color: #C1C1C1;
    opacity: 1;
}


/* Modal */

.modal-content {
    padding: 10px;
}

.modal-header {
    border-bottom: 0;
}

.modal-footer {
    border-top: 0;
}


/* Tabs */

.nav-tabs {
    border: 0;
    font-size: 18px;
}

.nav-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid #707070;
    color: #707070;
}

.nav-tabs .nav-link.active {
    border: 0;
    border-bottom: 2px solid #007CFF;
    color: #007CFF;
}


/* Form */

input,
select,
textarea {
    box-shadow: none!important;
}

.form-control {
    font-size: 0.9rem;
}

small.form-text {
    font-size: 10px;
    letter-spacing: 0px;
    color: #707070;
}

.input-group-text {
    font-weight: bold;
}

.form-check-label.big-check {
    margin-top: 8px;
    margin-left: 13px;
}

.form-check-input.big-check {
    width: 30px;
    height: 30px;
    margin-top: 4px;
}


/* Contador Box */

.oferta-contador {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #007CFF;
    color: #007CFF;
    border-radius: 4px;
    font-size: 12px!important;
    padding: 4px 5px;
    width: 100%;
    margin: 0;
    text-align: center;
}

.oferta-contador-cinza {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    color: #707070;
    border-radius: 4px;
    font-size: 12px!important;
    padding: 4px 5px;
    width: 100%;
    margin: 0;
    text-align: center;
}

.oferta-contador-black {
    background: #000000 0% 0% no-repeat padding-box;
    border: 1px solid #000000;
    color: #FFFFFF;
    border-radius: 4px;
    font-size: 12px!important;
    padding: 4px 5px;
    width: 100%;
    margin: 0;
    text-align: center;
}


/* Badge */

.badge-prod-black {
    background-color: #000000;
    color: #FFFFFF;
    height: 19px;
    margin: 0 auto;
    padding: 4px 15px;
}

.margin-0 {
    margin: 0 auto;
}

.center-vertical {
    display: flex;
    justify-content: left;
    align-items: center;
}

@media only screen and (max-width: 366px) {
    /* For mobile phones: */
    .logo-topo {
        width: 70%!important;
    }
    .logo-topo img {
        width: 100%;
    }
    .btn {
        padding: 0.3rem 1rem!important;
    }
}

input,
select {
    max-height: 40px;
}

select {
    height: 40px!important;
}

table.table {
    font-size: 0.8rem;
}

.input-group-prepend {
    max-height: 40px;
    margin-top: 1px;
}

.form-check-input {
    margin-top: 0.05rem;
    margin-left: -1.1rem;
}

a:hover {
    text-decoration: none!important;
}


/**
 * Paginate
 */


/* .pagination li.page-item a{
  color: #2f4179;
}
.pagination .page-item.active .page-link{
  background-color: #2f4179;
  color: #fff;
  border-color: #2f4179;
  cursor: initial;
} */


/**
 * Focus Azul
 */


/* .form-control:focus, 
.btn-azul:focus,
.btn-outline-prymary:focus,
.btn-primary:focus, 
.page-link:focus{
  color: #495057;
  background-color: #fff;
  border-color: #2f4279b4;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.1rem #2f427936;
  box-shadow: 0 0 0 0.1rem #2f427936;
}

form .required:after {
  content: "*";
  color: #af0000;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  padding-left: 3px;
  margin-top: -4px;
}

form input[type=checkbox].required:after,
form input[type=radio].required:after {
  padding-left: 15px !important;
  margin-top: -8px !important;
} */


/** menu */


/* .nav .nav-item {
  width: 100%;
}
.nav .nav-link {
  border-radius: 0;
} */

form .required:after {
    content: "*";
    color: #af0000;
    font-weight: normal;
    font-size: 13px;
    position: absolute;
    padding-left: 2px;
    margin-top: 0px;
}

.navbar-brand {
    padding: 2px;
    padding-top: 0.5rem;
    border: 0;
}


/** Tab login */

ul#entrarTab li {
    width: 48%;
    text-align: center;
}

ul#entrarTab li a.active {
    /* font-weight: bolder; */
}


/**
 * Definições de estilo do CRUD
 */

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.pre {
    white-space: pre-wrap;
}

tbody tr:hover {
    /* background-color: #EEE; */
}


/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 07/11/2018, 09:56:36
    Author     : Eduardo Matias <eduardomatias.1989@gmail.com>
*/

.data-red {
    color: red;
    font-weight: bold;
}

label.error {
    display: block;
    color: red;
}


/** CSS AutoComplete - twitter-typeahead */

.twitter-typeahead,
.twitter-typeahead .tt-menu {
    width: 100% !important;
    font-weight: normal;
}

.twitter-typeahead .tt-menu {
    max-height: 150px;
    overflow-y: auto;
}

.twitter-typeahead .tt-suggestion {
    font-weight: normal;
    margin-top: -10px !important;
}

.twitter-typeahead .tt-suggestion:hover {
    background-color: #F5F5F5;
    cursor: pointer;
}


/** CSS fieldset em formuário */

.form-group fieldset {
    border: 1px #CCC solid;
    padding: 10px 25px;
    margin-bottom: 20px;
}

.form-group fieldset legend {
    width: auto;
    padding: 0 0px;
}


/** Input copy */

i.btn-input-copy {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 15px;
    margin-top: 31px;
    padding: 8px 5px;
    font-size: 0.7875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    opacity: 0.7;
}

i.btn-input-copy:hover {
    opacity: 1;
}

.dropdown-menu-avatar:after {
    content: initial;
}

.nav-link.nav-perfil {
    display: block;
    padding: 0.5rem 0.6rem;
}


/* btn primary */


/* .btn-primary{color:#fff;background-color:#3A3F44;border-color:#3A3F44}
.btn-primary:hover{color:#fff;background-color:#282c2f;border-color:#232628}
.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#282c2f;border-color:#232628;-webkit-box-shadow:0 0 0 0.2rem rgba(88,92,96,0.5);box-shadow:0 0 0 0.2rem rgba(88,92,96,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#3A3F44;border-color:#3A3F44}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#232628;border-color:#1d1f22}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(88,92,96,0.5);box-shadow:0 0 0 0.2rem rgba(88,92,96,0.5)} */

.btn {
    padding: .5rem 1.7rem;
    /* padding: 0.25rem 0.9rem; */
    /* height: 40px!important; */
    /* line-height: 32px; */
    /* border: 0; */
}


/** btn Facebook */

.btn-facebook {
    padding: 0.60rem 0.6rem!important;
    color: #fff!important;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
    line-height: 22px;
}


/** btn Google */

.btn-google {
    opacity: 0.3!important;
    padding: 0.60rem 0.6rem!important;
    color: #fff!important;
    background-color: #DD4B39;
    border-color: rgba(0, 0, 0, 0.2);
}

.input-group .form-control,
.input-group-text,
.input-group .input-group-append {
    height: 40px;
    margin-top: 1px;
}

.pointer {
    cursor: pointer;
}

body {
    padding-top: 100px;
}


/* Modal */

.modal-backdrop.show {
    opacity: 0.8;
}


/* para nao perder scroll ao fechar o modal */

.modal {
    overflow: auto !important;
}

.modal-header {
    padding: 0.6rem 1rem;
}

.modal-header .close {
    padding: 0.2rem 0.5rem;
    margin: 0rem -0.5rem 0rem auto;
}

.avatar-top {
    width: 40px;
    height: 40px;
}

.avatar {
    border-radius: 50%;
}

.avatar-perfil {
    padding-right: 10px;
    width: 90px;
}

h2,
.h2 {
    font-size: 1.5rem!important;
}

h3,
.h3 {
    font-size: 1.38rem;
}

h4,
.h4 {
    font-size: 1.2rem;
}

h6,
.h6 {
    font-size: 0.6rem;
}

.link {
    cursor: pointer;
}

.close-off-header {
    position: absolute;
    right: 10px;
    top: -5px;
    z-index: 10;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.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,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    padding-right: 8px;
    padding-left: 8px;
}

.popover-body {
    text-align: justify;
}
/*# sourceMappingURL=custom.css.map */