/* Novos estilos aplicados sobre o tema principal - bootstrap 3.0 */

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  color: rgba(0, 0, 0, 0.6) !important;
  height: 100%;
  scroll-behavior: smooth;
  /* The html and body elements cannot have any padding or margin. */
}

body {
  color: rgba(0, 0, 0, 0.6) !important;
}

.f-nav{ z-index: 1000; position: fixed; left: 0; top: 0; width: 100%;} /* isso vai fazer o menu ficar fixo no topo */

#busca{
  margin-bottom: 15px;
  height: 55px;
}

@media (min-width: 768px){
  #busca{
    margin-top: 25px;
  }
  .logo-portal{
    cursor: pointer;
    margin: 0 0 0 0;
    padding: 0 0 10px 20px;
  }
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -30px;
  /* Pad bottom by footer height */
  padding: 0 0 30px;
}

footer {
    color: #666 !important;
    background: #222 !important;
    padding: 17px 0 18px 0 !important;
    border-top: 1px solid #000 !important;
    min-height: 30px;
    margin-top:10px;
}
footer a { color: #999 !important; }
footer a:hover { color: #efefef !important; }

.text-footer{ margin: 8px 0 0 20px; padding: 0; }
.links{ margin: 8px 0 0 0; }

.table-header td, .table-header th{
  background: #EFEFEF
}

.actCotacao .btn{
  margin-top: 15px;
}

.btn-planos{
    margin-top:3px;
    margin-right:10px;
    margin-left:10px;
    padding: 0px;
}

.btn-planos a{
  color:#fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 7px 14px;
}
.btn-planos a:hover{
	text-decoration: none;
}

.col-terms{
  max-height: 400px;
  overflow: auto;
  border: solid 1px #ccc;
  padding:10px;
}

.table-negociacao { float: left;position: relative !important;display: block; }
.table-negociacao > tfoot > tr > th,
.table-negociacao > thead > tr > th { height: 50px; }
.table-negociacao > tbody > tr > td { height: 100px; }
.table-negociacao-wrapper { overflow-x: scroll !important;border-left: solid 5pt #DDD;border-right: solid 5pt #DDD; }
@media (max-width:1024px){
    .table-negociacao > tfoot > tr > th,
    .table-negociacao > thead > tr > th { height: 70px; }
    .table-negociacao > tbody > tr > td { height: 150px; }
}
@media (max-width:767px){
    .table-negociacao > tfoot > tr > th,
    .table-negociacao > thead > tr > th { height: 70px; }
    .table-negociacao > tbody > tr > td { height: 240px; }
}
.principais{
  background: #faebcc !important;
}

#box-docsPendentes, #box-docsPendentes2{
  margin-top:20px;
  min-width: 900px !important;
}

#box-docsPendentes ul, #box-docsPendentes2 ul{
  padding: 0;
}

#box-docsPendentes ul li, #box-docsPendentes2 ul li{
  list-style: none;
  display: inline;
  background: #fff;
  border: solid 1px #ccc;
  float: left;
  padding: 3px 5px;
  margin: 3px 5px 3px 0;
}

.badge-danger{
  background: #d15b47;
}

.divider-text{
  margin: 0 20px 5px 20px;
  font-weight: bold;
}

.maisDetalhes {
	cursor:pointer;
}

/* WIDGETS */
.widget {
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.widget.style1 h2 {
  font-size: 18px;
}
.widget h2,
.widget h3 {
  margin-top: 5px;
  margin-bottom: 0;
}
.widget-text-box {
  padding: 20px;
  border: 1px solid #e7eaec;
  background: #ffffff;
}
.widget-head-color-box {
  border-radius: 5px 5px 0px 0px;
  margin-top: 10px;
}
.widget .flot-chart {
  height: 100px;
}

.widget .fa-bell{
  font-size: 25px;
}

.red-bg {
  background-color: #ed5565;
  color: #ffffff;
}

.font-bold{
  margin-top: 2px !important;
  font-weight: bold;
}

.active2{
  background: #6ea965;

}

.active2 a{
  color: #fff !important;
}

.flot-valores-referencias { width: 100%;height: 200px;max-height: 200px;min-height: 200px; }

.prioridade_alta { background-color: #FF0039; }
.prioridade_media { background-color: #CC4; }
.prioridade_baixa { background-color: #3FB618; }

.legenda
{
  color: #7b7b7b;
  font-size:90%;
  display:none;
}

/* checkbox */
.boxSelecaoIndividual{
  padding: 0px;
  display: block;
}

.label__checkbox {
  display: none;
}
.label__check {
  font-size: 16px;
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: white;
  width: 2em;
  height: 2em;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: border .3s ease;
  transition: border .3s ease;
  margin:4px auto;
}
.label__check i.icon {
  opacity: 0.2;
  font-size: calc(1rem + 1vw);
  color: transparent;
  -webkit-transition: opacity .3s .1s ease;
  transition: opacity .3s .1s ease;
  -webkit-text-stroke: 3px rgba(0, 0, 0, 0.5);
}
.label__check:hover {
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.label__checkbox:checked + .label__text .label__check {
  -webkit-animation: check 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
          animation: check 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
}
.label__checkbox:checked + .label__text .label__check .icon {
  opacity: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
  color: white;
  -webkit-text-stroke: 0;
  -webkit-animation: icon 0.3s cubic-bezier(1, 0.008, 0.565, 1.65) 0.1s 1 forwards;
          animation: icon 0.3s cubic-bezier(1, 0.008, 0.565, 1.65) 0.1s 1 forwards;
}
@-webkit-keyframes icon {
  from {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes icon {
  from {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes check {
  0% {
    width: 1.5em;
    height: 1.5em;
    border-width: 5px;
  }
  10% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.1;
    background: rgba(0, 0, 0, 0.2);
    border-width: 15px;
  }
  12% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.4;
    background: rgba(0, 0, 0, 0.1);
    border-width: 0;
  }
  50% {
    width: 2em;
    height: 2em;
    background: #6FB3E0;
    border: 0;
    opacity: 0.6;
  }
  100% {
    width: 2em;
    height: 2em;
    background: #6FB3E0;
    border: 0;
    opacity: 1;
  }
}
@keyframes check {
  0% {
    width: 1.5em;
    height: 1.5em;
    border-width: 5px;
  }
  10% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.1;
    background: rgba(0, 0, 0, 0.2);
    border-width: 15px;
  }
  12% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.4;
    background: rgba(0, 0, 0, 0.1);
    border-width: 0;
  }
  50% {
    width: 2em;
    height: 2em;
    background: #6FB3E0;
    border: 0;
    opacity: 0.6;
  }
  100% {
    width: 2em;
    height: 2em;
    background: #6FB3E0;
    border: 0;
    opacity: 1;
  }
}

/**
 * Helper Theme Colors
 */
.bg-light-gray {
    background-color: #EDEDED !important;
}

.bg-green {
    background-color: #4CAF50 !important;
}

.bg-light-green {
    background-color: #C1E2B4 !important;
}

.bg-red {
    background-color: #F44336 !important;
}

.bg-light-red {
    background-color: #FFCFCF !important;
}

.bg-red-dark {
    background-color: #B71C1C !important;
}

.col-black {
    text-decoration-color: #000 !important;
    color: #000 !important;
}

.col-white {
    text-decoration-color: #FFF !important;
    color: #FFF !important;
}

.col-black-strong {
    text-decoration-color: #000 !important;
    color: #000 !important;
    font-weight: bold;
}

.col-green {
    text-decoration-color: #4CAF50 !important;
    color: #4CAF50 !important;
}

.col-light-green {
    text-decoration-color: #C1E2B4 !important;
    color: #C1E2B4 !important;
}

.col-light-gray {
    text-decoration-color: #EDEDED !important;
    color: #EDEDED !important;
}

.col-red {
    text-decoration-color: #F44336 !important;
    color: #F44336 !important;
}

.col-red-dark {
    text-decoration-color: #B71C1C !important;
    color: #B71C1C !important;
}

.svg-white{
    fill: #FFF !important;
}

.col-5 {
    font-size: 5px !important;
}

.col-10 {
    font-size: 10px !important;
}

.col-15 {
    font-size: 15px !important;
}

.col-20 {
    font-size: 20px !important;
}

.col-25 {
    font-size: 25px !important;
}

.col-30 {
    font-size: 30px !important;
}

.v-middle {
    vertical-align: middle !important;
}

.h-middle {
    align: middle !important;
}

.scrollbar {
    position: relative;
    max-height: 500px;
    overflow: auto;
}

.scrollbar-fixed {
    position: sticky;
    top: -1px;
    z-index: 1;
}

.v-scrollbar {
    display: block;
}

.h-scrollbar {
  overflow: auto;
  white-space: nowrap;
}

.pinBadge{
    margin-right: 50px;
    margin-bottom: 25px;
    padding: 2px;
}

.tag {
  font-size: 14px;
  padding: .3em .4em .4em;
  margin: 0 .1em;
}

.tag a {
  color: #bbb;
  cursor: pointer;
  opacity: 0.6;
}

.tag a:hover {
  opacity: 1.0
}

.tag .remove {
  vertical-align: bottom;
  top: 0;
}

.tag a {
  margin: 0 0 0 .3em;
}

.tag a .col-white {
  color: #FFF;
  margin-bottom: 2px;
}

.p-0 {
    padding: 0px 0px 0px 0px !important;
}

.p-5 {
    padding: 5px 5px 5px 5px !important;
}

.p-10 {
    padding: 10px 10px 10px 10px !important;
}

.p-15 {
    padding: 15px 15px 15px 15px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.m-0 {
    margin: 0px 0px 0px 0px !important;
}

.m-5 {
    margin: 5px 5px 5px 5px !important;
}

.m-10 {
    margin: 10px 10px 10px 10px !important;
}

.m-15 {
    margin: 15px 15px 15px 15px !important;
}

.m-20 {
    margin: 20px 20px 20px 20px !important;
}

.m-25 {
    margin: 25px 25px 25px 25px !important;
}

.m-30 {
    margin: 30px 30px 30px 30px !important;
}

.m-60 {
    margin: 60px 60px 60px 60px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.br-5 {
    border-radius: 5px !important;
}

.br-10 {
    border-radius: 10px !important;
}

.br-15 {
    border-radius: 15px !important;
}

.bordered {
    border-style: solid;
    border-width: 2px;
    border-color: #EDEDED;
}

.defaultCursor:hover {
    cursor: default;
}

.pointer:hover {
    cursor: pointer;
}

.help:hover {
    cursor: help;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
  transition: 0.2s ease-in;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  transition: 0.2s ease-in;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  transition: 0.2s ease-in;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
  transition: 0.2s ease-in;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  transition: 0.2s ease-in;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  transition: 0.2s ease-in;
}

.loader {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    z-index: 1 !important;
    width: 150px !important;
    height: 150px !important;
    margin: -75px 0 0 -75px !important;
    border: 16px solid #f3f3f3 !important;
    border-radius: 50% !important;
    border-top: 16px solid #3498db !important;
    width: 120px !important;
    height: 120px !important;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    z-index: 1 !important;
    width: 150px !important;
    height: 150px !important;
    margin: -75px 0 0 -75px !important;
    border: 16px solid #f3f3f3 !important;
    border-radius: 50% !important;
    border-top: 16px solid #3498db !important;
    width: 120px !important;
    height: 120px !important;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.videoWrapper {
  width: 100%;
}

.video-banner {
  width: 100%;
  height: auto;
}
.imagem-banner{
  display: none;
}

.videocontato {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  width: 100%; /* You can set this width to whatever suits your needs */
  margin: 0 auto;
  filter: saturate(100%);
  filter: contrast(100%);
  padding-top: 50px;
}

.videocontato video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#botao_envia {
  background: #3983e5;
  border: 1px solid #3983e5;
  color: #fff;
  cursor: pointer;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
  height: 45px;
  transition: 0.2s ease-in;
}

#botao_envia:hover {
  border: 1px solid #3983e5;
  background: transparent;
  color: #3983e5;
  transition: 0.2s ease-in;
}

.contato {
  color: #3894f5;
  font-size: 30px;
  padding-left: 20px;
  margin: 0px;
}

.campo {
  margin-bottom: 10px;
}

#logo img {
  transition: .2s all ease-in-out;

}

#logo img:hover {
  transform: scale(1.2, 1.2) !important;
}

#planos p {
  padding-left: 0;
  /* border-radius: 0; */
  height: auto;
  line-height: normal;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  border-radius: 0 !important;
}

#planos i{
  margin: 0 !important;

}


#planos .tipoUsuario{
  margin: 0 !important;
  background-color: black !important;
  /* padding: 2px; */
  padding-left: 3px;
  padding-right: 2px;
}


#planos .tipoUsuario-3{
  background-color: #428BCA  !important;
  padding-left: 5px;
  padding-right: 2px;
}

#planos .tipoUsuario-3-info{
  background-color: #1e7dcc  !important;
}

#planos .tipoUsuario-3-default{
  background-color: #5f5f5f  !important;
}

#planos .tipoUsuario-3-success{
  background-color: rgb(81, 131, 73)  !important;
}

#planos .tipoUsuario-3-primary{
  background-color: #0d4292   !important;
}

#planos .tipoUsuario-4{
  background-color: #1e7dcc  !important;
}

#planos .tipoUsuario-4-info{
  background-color: #1e7dcc  !important;
}

#planos .tipoUsuario-4-default{
  background-color: #5f5f5f  !important;
}

#planos .tipoUsuario-4-success{
  background-color: rgb(81, 131, 73)  !important;
}

#planos .tipoUsuario-4-primary{
  background-color: #0d4292   !important;
}


#planos .tipoUsuario-5-info{
  background-color: #1e7dcc  !important;
}

#planos .tipoUsuario-5-default{
  background-color: #5f5f5f  !important;
}

#planos .tipoUsuario-5-success{
  background-color: rgb(81, 131, 73)  !important;
}

#planos .tipoUsuario-5-primary{
  background-color: #0d4292   !important;
}

* {
  font-family: Roboto;
}

p, a{
  font-family: Roboto;
  font-size: 14px;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Roboto;
}

.btn-primary {
    color: #fff;
    background-color: #3983e5;
    border-color: #3983e5;
    transition: 0.2s ease-in;
    font-size: 14px;
}

.btn-primary:hover {
    border-color: #3983e5;
    background: transparent;
    color: #3983e5;
    transition: 0.2s ease-in;
}

.btn-primary:focus {
    background: transparent;
    color: #3983e5;
}

.btn-default {
    transition: 0.2s ease-in;
    background-color: transparent;
    font-size: 14px;
}

.btn-default:hover {
    border-color: #3983e5;
    background: transparent;
    color: #3983e5;
    transition: 0.2s ease-in;
}

.btn-default:focus {
    background: transparent;
    color: #3983e5;
}

.btn-info {
    color: #fff;
    background-color: #3983e5;
    border-color: #3983e5;
    transition: 0.2s ease-in;
    font-size: 14px;
}

.btn-info:hover {
    border-color: #3983e5;
    background: transparent;
    color: #3983e5;
    transition: 0.2s ease-in;
}

.btn-info:focus {
    background: transparent;
    color: #3983e5;
}

/* BOTOES VERMELHOS*/
.btn-danger {
    background: #D7263D;
    color: #FFF;
    transition: 0.2s ease-in;
    border: 1px solid #D7263D;
    font-size: 14px;
}

.btn-danger:hover {
    background: transparent;
    color: #D7263D;
    border-color: #D7263D;
}

.btn-danger:focus {
    background: transparent;
    color: #D7263D;
}

/* BOTOES VERDES */
.btn-success {
    background: #0DC0BD;
    color: #FFF;
    transition: 0.2s ease-in;
    border: 1px solid #0DC0BD;
    font-size: 14px;
}

.btn-success:hover {
    background: transparent;
    color: #0DC0BD;
    transition: 0.2s ease-in;
    border-color: #0DC0BD;
}
.btn-success:focus {
    background: transparent;
    color: #0DC0BD;
}

/* BOTOES "Azul 2" */
.btn-warning {
    background: #3694EB;
    color: #FFF;
    transition: 0.2s ease-in;
    border: 1px solid #3694EB;
    font-size: 14px;
}

.btn-warning:hover {
    border-color: #3694EB;
    background: transparent;
    color: #3694EB;
    transition: 0.2s ease-in;
}

.btn-warning:focus {
    background: transparent;
    color: #3694EB;
}
/* BOTão AVISO */
.btn-aviso {
    background: #ffb752;
    color: #FFF;
    transition: 0.2s ease-in;
    border: 1px solid #ffb752;
    font-size: 14px;
}

.btn-aviso:hover {
    border-color:#ffb752;
    background: transparent;
    color: #ffb752;
    transition: 0.2s ease-in;
}

.btn-aviso:focus {
    background: transparent;
    color: #ffb752;
}

/* BOTão AVISO */
.btn-gray {
  background: #aaaaaa;
  color: #FFF;
  transition: 0.2s ease-in;
  border: 1px solid #aaaaaa;
  font-size: 14px;
}

.btn-gray:hover {
  border-color:#aaaaaa;
  background: transparent;
  color: #aaaaaa;
  transition: 0.2s ease-in;
}

.btn-gray:focus {
  background: transparent;
  color: #aaaaaa;
}

.btn-mini {
    color: #fff;
    background-color: #0dc0bd;
    transition: .3s ease-in-out;
    border: 1px solid #0dc0bd;
}

.btn-mini:hover {
    color: #0dc0bd;
    background-color: transparent;
    border: 1px solid #0dc0bd;
}

 /* BADGES */
.badge-danger {
    padding: 5px 8px 4px 6px;
    background: #D7263D;
}

.badge-success {
    background: #3983e5 !important;
}

.badge-sucesso {
  background: #0dc0bd !important;
}

/* .badge-warning {
    padding: 5px 8px 4px 6px;
    background: #D7263D;
} */
.badge-aviso {
  background: #ffb752;
  color: #FFF;
  transition: 0.2s ease-in;
  border: 1px solid #ffb752;
  font-size: 14px;
}

.badge-primary {
    background: #3983e5 !important;
}

/* LABELS */
.label-danger {
    background: #D7263D;
    color: #fff;
    font-size: 11px;
}

.label-success {
  background: #0DC0BD;
  color: #fff;
  font-size: 11px;
}

.label-info {
    background: #3983e5;
    color: #fff;
    font-size: 11px;
}

.label-default {
    font-size: 11px;
}

.label-warning {
    background: #FF4D0C !important;
    color: #fff !important;
    font-size: 11px;
}

.label-warning-2 {
    background-color: #f0ad4e;
    color: #fff !important;
    font-size: 11px;
}

.badge {
    border-radius: 300px;
    padding: 7px 9px 7px 9px;
}

#meus_pedidos {
    border-color: #3983e5;
    background: transparent;
    color: #3983e5;
    transition: 0.2s ease-in;
    font-size: 14px;

}
#meus_pedidos:hover {
    color: #fff;
    background-color: #3983e5;
    border-color: #3983e5;
    transition: 0.2s ease-in;
}

#enviar_tabela_materiais {
  border-color: #3983e5;
  background: transparent;
  color: #3983e5;
  transition: 0.2s ease-in;
  font-size: 14px;

}
#enviar_tabela_materiais:hover {
  color: #fff;
  background-color: #3983e5;
  border-color: #3983e5;
  transition: 0.2s ease-in;
}

#novos_pedidos {
    background: transparent;
    color: #0DC0BD;
    transition: 0.2s ease-in;
    border-color: #0DC0BD;
    font-size: 14px;
}
#novos_pedidos:hover {
    background: #0DC0BD;
    color: #FFF;
    transition: 0.2s ease-in;
    border: 1px solid #0DC0BD;
}

.check-icon {
  color: #3983e5;
  font-size: 25px;
}

.ban-icon {
  color: #d15b47;
  font-size: 25px;
}

.table-planos thead {
  background-color: #3983e5;
  color: white;
}

.table-planos thead tr th {
  border: 1px solid #337ab7;
}

.table-planos .valorPlano {
  background-color: #3983e5;
  color: white;
  font-size: 15px;
}

.valorProposta {
  border: 1px solid white;
  font-size: 15px;
}

.valorProsposta td b a {
  text-decoration: none;
  color: white;
}

/* TEXTS */
.text-success {
  color: #3983e5;
}

.text-success:hover {
  color: #2A60A7;
  text-decoration: none;
}

.text-primary {
  color: #3983e5;
}

.text-primary:hover {
  color: #2A60A7;
  text-decoration: none;
}

.text-danger {
  color: #d7263d;
}

.text-danger:hover {
  color: #9D1C2D;
  text-decoration: none;
}

.text-warning {
  color: #0DC0BD;
}

.text-warning:hover {
  color: #075A59;
  text-decoration: none;
}

.table thead .rowSuccess th {
    color: #707070 !important;
    background-image: none !important;
    background-color: rgba(238, 238, 238, 0.5) !important;
}

.rowSuccess {
    color: #707070 !important;
    background-image: none !important;
    background-color: rgba(238, 238, 238, 0.5) !important;
}

.success > th {
    color: #707070 !important;
    background-image: none !important;
    background-color: rgba(238, 238, 238, 0.5)!important;
}

th {
    vertical-align: middle !important;
    text-align: center !important;
}

/* .btn {
    border-radius: 0px !important;
}

input {
    border-radius: 0px !important;
}

select {
    border-radius: 0px !important;
}

label {
    border-radius: 0px !important;
}*/

/*.menu_bar {
    color: #fff !important;
    transition: .2s ease-in-out !important;
}

.menu_bar:hover {
    color: #3983e5 !important;
    background-color: #fff !important;
    transition: .2s ease-in-out !important;
}*/

/* Paineis */
.panel-primary>.panel-heading {
    border-color: #3983e5;
    background-color: #3983e5;
}

.panel-primary {
    border-color: #3983e5;
}

.panel-success {
    border-color: #3983E5;
}

.panel-success>.panel-heading {
    border-bottom: #3983E5 !important;
    background-color: #3983E5 !important;
    color: rgba(255, 255, 255, 1);
}

.panel-success-2 {
    border-color: #d6e9c6;;
}

.panel-success-2 >.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-info {
    border-color: #3983E5;
}

.panel-info-2 {
  border-color: #D9EDF7;
}

.panel-info-2 >.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
    border-bottom: #3983E5 !important;
    background-color: #3983E5 !important;
    color: rgba(255, 255, 255, 1);
}

/* Fim paineis */

.bd-nb-sel {
    background-color: #3983e5 !important;
}

.hopscotch-bubble .hopscotch-bubble-number {
    background-color: #3983e5 !important;
    background-image: none !important;
    border-radius: 100px;
}

.nav-tabs > li > a {
    color: #3694eb;
}

.table > tbody > .success > td {
    background-color: #fff !important;
}

.nova_lista {
  color: #fff !important;
  background-color: #3983e5 !important;
  border: 1px solid #3983e5 !important;
}

.nova_lista:hover {
  color: #3983e5 !important;
  background-color: transparent !important;
  border: 1px solid #3983e5 !important;
}

.pesquisa_geral {
  background-color: #3983e5 !important;
  border: 1px solid #3983e5 !important;
  transition: .2s ease-in-out !important;
  color: #fff !important;
}

.pesquisa_geral:hover {
  background-color: transparent !important;
  color: #3983e5 !important;
  border: 1px solid #3983e5 !important;
}

.table > tbody > tr > td {
  vertical-align: middle !important;
}


@media (min-width: 800px) {
    .container {
        width: 780px !important;
    }
}

@media (min-width:1040px) {
    .container {
        width: 950px !important;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1150px !important;
    }
}

@media (min-width:1600px) {
    .container {
        width: 1500px !important;
    }
}

.icone-borracha {
	color: rgba(0, 0, 0, .6);
}

.btn-limpar {
	color: rgba(0, 0, 0, .6);
}

.titulo-mapa-rede {
	color: rgba(0, 0, 0, .6);
}

.titulo-meus-forn {
	color: rgba(0, 0, 0, .6);
}

.coluna-rede {
	color: rgba(0, 0, 0, .6);
}

.nenhum-forn {
	color: rgba(0, 0, 0, .6);
}

.link-cadastro-user {
	color: #3983e5;
}

.titulo-painel-cotacao {
	color: rgba(0, 0, 0, .7);
}

.botao-refresh {
	float: right;
	margin-left: 10px;
	color: rgba(0, 0, 0, .7);
}

.tempo-atualizacao {
	float:left;
	color: rgba(0, 0, 0, .7);
}

.coluna-campos {
	background:#F6F6F6;
	text-align: center;
}

.loader_estatistica {
  border: 10px solid #f3f3f3;
  border-top: 10px solid #3983e5;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.hide-loader_estatistica{
  display:none;
}

#mensagemTemporario {
  padding: 0px;
}

#modalTemporario .modal-content {
  width: 800px;
  height: 800px;
  margin: auto;
} 

@media only screen and (max-width: 992px) {
  div.imagem-banner{
    display: block;
  }
  video.video-banner {
    display: none;
  }
}

.legendaManutencao {
  width: 750px;
  margin-left: calc(100% - 750px);
}

.btn-radios{
  position: relative;
  cursor: pointer;
  padding: 6px 19px;
}

.btn-radios input::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 1;
  cursor: pointer;
}

.btn-radios input {
  margin-top: 8px !important;
}

.icon-steps {
  background-color: rgb(124, 124, 124);
  padding: 3px 8px 2px 8px;
  margin-right: 3px;
  text-align: center;
  border-radius: 50%;
  color: white;
  vertical-align: middle;
  display: inline-block;
}

.nav-tabs > li.active > a > .icon-steps {
  background-color: #3694eb;
}

.btn-troca-alimento{
  display: none;
  cursor: pointer;
}
