img {
  margin: 0;
  border: 0;
  padding: 0;
}
html {
  height: 100%;
}
.text-bold {
  font-weight: bold;
}
.text-bold {
  font-weight: bold;
}

.revenda-registrada {
  color: #b6c5cc;
}
.revenda-bronze {
  color: #d3c950;
}
.revenda-prata {
  color: #db9f4c;
}
.revenda-ouro {
  color: #0ca03d;
}
.unidade-sec {
  color: #8fc0c4;
}
.unidade-ace {
  color: #00a335;
}
.unidade-eng {
  color: #7cc478;
}
.unidade-ter {
  color: #3e5055;
}
.unidade-fir {
  color: #eb751f;
}
.unidade-ens {
  color: #f0d38c;
}
.unidade-aut {
  color: #fc101f;
}
.unidade-net {
  color: #f6ba5a;
}
.text-default {
  color: #a9a7a7;
}
.text-atendido{
  color: #00aa40;
}
.trimestre-1::before{
  content: '+',
}
#gauge-metas{
  width: 450px !important;
  height: 200px !important;
}
.b-b{
  border-bottom: 1px solid #555659;
}
.b-t{
  border-top: 1px solid #555659;
}
#volume-textfield {
  margin-top: -178px!important;
  position: absolute;
  color: #647179;
  width: 95%;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
}

#button-semestre{
  border-radius: 0px;
  background-image: none !important;
  background-color: #e6e7e9;
  border: 1px solid #d4d4d6;
  font-weight: bold;
  text-shadow: none;
}

#dropdown-semestre{
  background-color: #e6e7e9;
  border: 1px solid #d4d4d6;
}

body {
  font-family: Arial, sans-serif;
  height: 100%;
  min-height: 100%;
  position: relative;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf');
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato Italic';
  src: url('../fonts/Lato-Italic.ttf');
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
}
.input-with-inside-loading {
  background: url('/images/loaders/loader1.gif') no-repeat right 5px center;
  background-color: #FFFFFF;
}
.btn-editar, .btn-editar:hover {
  background-image: -webkit-gradient(linear,left 0,left 100%,from(#2e4bb3),to(#2e4bb3));
  background-image: -webkit-linear-gradient(top,#2e4bb3,0%,#2e4bb3,100%);
  background-image: -moz-linear-gradient(top,#2e4bb3 0,#2e4bb3 100%);
  background-image: linear-gradient(to bottom,#2e4bb3 0,#2e4bb3 100%);
  background-repeat: repeat-x;
  border-color: #21309c;
  color: #FFF;
}
#topo {
	width: 100%;
	min-width: 960px;
	background-color: #00aa40;
	border-bottom: 1px solid #7baaa1;
	height: 45px;
	line-height: 41px;
	padding-right: 12px;
}

#topo .wrapper-topo-menu li {
  display: inline-block;
  float: left;
}
#topo .wrapper-topo-menu .topo-divisor {
  width: 1px;
  height: 28px;
  background-color: #ffffff;
  margin: 8px 20px;
}
#topo .font-topo {
  font-family: 'Arial', sans-serif !important;
  color: white;
  font-size: 12px;
}
#topo a {
  text-decoration: none !important;
  color: #000;
}
#topo a:hover {
  color: #000;
}
#topo .container {
  padding-right: 52px;
}
#topo .container .divisor {
  background-image: url('../images/divisor-topo.png');
  background-repeat: no-repeat;
  height: 45px;
  margin-left: 16px;
  width: 14px;
}
#topo .container a.btn-sair {
  height: 45px;
  text-decoration: none !important;
  font-size: 10px;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  border: 0px;
  line-height: 38px;
}
#topo .container a.btn-sair img {
  margin: -5px 0 0 0 !important;
  line-height: 45px;
}
#topo .container a.btn-usuario {
  height: 45px;
  text-decoration: none !important;
  font-size: 10px;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  border: 0px;
  line-height: 38px;
}
#topo .container a.btn-usuario img {
  margin: -5px 0 0 0 !important;
  line-height: 45px;
}
#topo .container a.btn-usuario span {
  margin-left: 4px;
}
#topo .container a.btn-alerta {
  height: 45px;
  text-decoration: none !important;
  font-size: 10px;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  border: 0px;
}
#topo .container a.btn-alerta img {
  margin-top: -5px;
  line-height: 45px;
}
#topo .container a.btn-alerta span {
  margin-left: 4px;
  line-height: 45px;
}
#topo .container a.btn-agenda {
  height: 45px;
  text-decoration: none !important;
  font-size: 10px;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  border: 0px;
}
#topo .container a.btn-agenda img {
  margin-top: -5px;
  line-height: 45px;
}
#topo .container a.btn-agenda span {
  margin-left: 4px;
  line-height: 45px;
}
#topo span.title-aviso {
  margin-left: 20px;
  color: #00aa40;
  font-weight: 700;
}
#topo span.label-success {
  top: -8px;
  position: relative;
  border-radius: 3px;
  left: -10px;
}
#topo ul.aviso {
  margin-right: 0px;
}
#topo ul.aviso li a.aviso {
  border: none;
  background-color: transparent;
  outline: none;
  padding: 0;
  line-height: 0;
}
#topo table#lista-avisos {
  font-size: 11px;
}
#topo table#lista-avisos a {
  color: #ffffff;
}
#topo table#lista-avisos a.aprovar {
  height: 20px;
}
#topo .container-itens {
  margin-top: -7px;
  max-height: 265px !important;
}
#topo .container-itens .header-aviso {
  background-color: #00aa40;
}
#topo .container-itens .header-aviso span {
  color: #ffffff;
}

#topo-mobile {	
	width: 100%;	
	background-color: #00aa40;
	border-bottom: 1px solid #7baaa1;
	height: 45px;
	line-height: 41px;
	padding-right: 12px;
}

#topo-mobile .wrapper-topo-menu li {
  display: inline-block;
  float: left;
}
#topo-mobile .wrapper-topo-menu .topo-divisor {
  width: 1px;
  height: 38px;
  background-color: #ffffff;
  margin: 5px 10px 10px 5px; 
}

#topo-quicksale {
  width: 100%;
  background-color: #ffffff;
  height: 45px;
  margin-top: 1px;
  background-position: 50px;
}
#topo-quicksale .container .topo-title {
  margin-top: 17px;
  margin-bottom: 7px;
  color: #00aa40;
  background-color: transparent;
  font-size: 21px;
  display: inline-block;
}
#topo-quicksale .container .logo- {
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  height: 45px;
}
#topo-quicksale .container .bg-quicksale {
  background-image: url('../images/fundo-logo.png');
  background-repeat: repeat-x;
  height: 45px;
  width: 640px;
  min-width: 640px;
  max-width: 640px;
}

#topo-mobile .font-topo {
  font-family: 'Arial', sans-serif !important;
  color: white;
  font-size: 12px;
}

#topo-mobile a {
  text-decoration: none !important;
  color: #000;
}
#topo-mobile a:hover {
  color: #000;
}

#outrosPortais{
  min-width:120px;
  text-align:center;
}
#outrosPortais a,#outrosPortais a:hover {
  color: #FFF;
  text-align:center;
}
#outrosPortais ul{
  margin-left: -20px;
  background-color:#00aa40;
}
#outrosPortais .dropdown-menu li a:hover{
  background-color:#00aa40 !important;
  background-image: none;
}
#outrosPortais ul li{
  text-align:center;
  min-width:100%;
  font-size: 18px;
}
#outrosPortais .font-topo{
  font-size: 14px;
}
#menu-extranet .container {
  height: 40px;
  position: relative;
  margin: 0 auto; 
}
#menu-extranet .container .navbar-default,
#menu-extranet .container .navbar-collapse,
#menu-extranet .container .navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee;
  margin: 0;
  padding: 0;
  height: 40px;
}
#menu-extranet .container .nav {
  position: absolute;
  z-index: 20;
  margin-top: 4px;
  margin-bottom: 1px;
  width: 100%;
  color: #4d4d4d;
  font-family: Arial, sans-serif !important;
}
#menu-extranet .container .nav > li {
  background: url('../images/nav-separator.png') bottom right no-repeat;
}
#menu-extranet .container .nav > li > a {
  color: #6F6F6F;
  padding: 5px 12px 4px 12px;
  border-top: 7px solid white;
  font-size: 11px;
}
#menu-extranet .container .nav > li > a .destaque {
  color: #90c077;
}
#menu-extranet .container .nav > li:first-child a {
  padding-left: 10px;
}
#menu-extranet .container .nav > li:last-child {
  background: none;
}
#menu-extranet .container .nav .open > a,
#menu-extranet .container .nav .open > a:hover,
#menu-extranet .container .nav .open > a:focus {
  border-color: #85bdb0;
  background: none;
}
#menu-extranet .container .nav > li > a:hover,
#menu-extranet .container .dropdown-hover {
  border-top: 7px solid #33ae2f !important;
  background-color: #e8e8e8 !important;
}
#menu-extranet .container .navbar-nav > li {
  float: left !important;
}
#menu-extranet .container ul.dropdown-menu {
  border-top: 18px solid;
  border-bottom: 20px solid;
}
#menu-extranet .container ul.dropdown-menu li a {
  font-size: 12px;
}
#menu-extranet .container ul.dropdown-menu li:hover ul.dropdown-menu-extensible {
  display: block;
}
#menu-extranet .container ul.dropdown-menu-extensible {
  position: absolute;
  top: -5px;
  left: 100%;
  background-color: #e8e8e8;
  width: 100%;
  padding: 5px 0 5px 0;
  display: none;
}
#menu-extranet .container ul.dropdown-menu-extensible .submenu a,
#menu-extranet .container ul.dropdown-menu-extensible .submenu a:hover,
#menu-extranet .container ul.dropdown-menu-extensible .submenu a:focus {
  background-color: transparent;
}
#menu-extranet .container .navbar-nav > li > .dropdown-menu {
  font-size: 13px;
  border-radius: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-color: #e8e8e8;
  font-family: Arial, sans-serif !important;
  background-color: #e8e8e8;
}
#menu-extranet .container .dropdown-menu,
#menu-extranet .container .dropdown-menu-extensible {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#menu-extranet .container .dropdown-menu > li > a,
#menu-extranet .container .dropdown-menu-extensible > li > a {
  padding: 1px 100px 1px 20px;
  background-color: #e8e8e8;
  color: #6F6F6F;
  text-decoration: none;
}
#menu-extranet .container .dropdown-menu > li > a .submenu,
#menu-extranet .container .dropdown-menu-extensible > li > a .submenu {
  background: url('../images/icon-seta-direita.png') 18px center no-repeat;
  padding-left: 40px;
  color: #333;
}
#menu-extranet .container .dropdown-menu > li > a .submenu:hover,
#menu-extranet .container .dropdown-menu-extensible > li > a .submenu:hover {
  background: #53a9ab url('../images/icon-seta-direita-hover.png') 18px center no-repeat;
  color: #333;
}
#menu-extranet .container .dropdown-menu > li > a:hover,
#menu-extranet .container .dropdown-menu-extensible > li > a:hover,
#menu-extranet .container .dropdown-menu > li > a:focus,
#menu-extranet .container .dropdown-menu-extensible > li > a:focus {
  background-image: none;
  background-color: #e8e8e8;
}
#menu-extranet .container .dropdown-menu > li.divisor,
#menu-extranet .container .dropdown-menu-extensible > li.divisor {
  margin: 1px 20px 3px 20px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #ededed;
}
#menu-extranet .container .sidebar-nav {
  padding: 9px 0;
}
#menu-extranet .container .dropdown-menu .sub-menu,
#menu-extranet .container .dropdown-menu-extensible .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}
#menu-extranet .container .dropdown-menu li:hover .sub-menu,
#menu-extranet .container .dropdown-menu-extensible li:hover .sub-menu {
  visibility: visible;
}
#menu-extranet .container .dropdown:hover .dropdown-menu {
  display: block;
}
#menu-extranet .container .nav-tabs .dropdown-menu,
#menu-extranet .container .nav-pills .dropdown-menu,
#menu-extranet .container .navbar .dropdown-menu {
  margin-top: 0;
}
#menu-extranet .container .navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
#menu-extranet .container .navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

.widget {
  font-family: 'Arial', sans-serif !important;
  height: 40px;
  margin-top: 10px;
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
  background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: linear-gradient(top, #f8f8f8, #f2f2f2);
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  text-shadow: 0px 1px #fff;
  border: 1px solid #c9c9c9;
  font-size: 15px;
  padding: 8px 15px;
}
.fc-header {
  font-family: Arial, sans-serif !important;
  height: 40px !important;
  line-height: 40px !important;
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
  background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
  background: linear-gradient(top, #f8f8f8, #f2f2f2);
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  text-shadow: 0px 1px #fff;
  border: 1px solid #c9c9c9;
  font-size: 15px;
  padding: 8px 15px;
}
.fc-header-title > h2 {
  font-family: Arial, sans-serif !important;
  font-size: 15px;
}
.fc-day-header {
  font-family: Arial, sans-serif !important;
  font-size: 10px;
  font-weight: 400;
}
.fc-widget-header {
  font-family: Arial, sans-serif !important;
  font-size: 10px;
  font-weight: 400 !important;
}
.fc-header-title {
  vertical-align: baseline;
}
.fc-content {
  margin-top: 6px;
}
.fc-header .fc-button {
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.fc-header-right {
  padding-right: 4px !important;
}
.fc-header-left {
  text-align: center !important;
}
.caixa-alerta {
  height: auto;
  padding: 0 10px 10px 10px;
  max-height: 240px;
  font-family: Arial, sans-serif !important;
  overflow: scroll;
  overflow-x: hidden;
  cursor: pointer;
}
.caixa-alerta .linha-alerta {
  padding-left: 0px;
  padding-right: 0px;
  height: 28px;
  background-color: #f9f9f9;
  margin-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;
}
.caixa-alerta .linha-alerta a {
  color: #636363;
}
.caixa-alerta .linha-alerta .imagem-alerta-vermelho {
  height: 28px;
  width: 28px;
  background-image: url('../images/ico_alerta_vermelho.jpg');
}
.caixa-alerta .linha-alerta .imagem-aviso-azul {
  height: 28px;
  width: 28px;
  background-image: url('../images/ico_aviso_azul.jpg');
}
.caixa-alerta .linha-alerta .imagem-mais {
  height: 28px;
  width: 28px;
  background-image: url('../images/ico_mais.jpg');
}
.caixa-alerta .linha-alerta .imagem-raio {
  height: 28px;
  width: 28px;
  background-image: url('../images/ico_raio.jpg');
}
.caixa-alerta .linha-alerta .imagem-relogio {
  height: 28px;
  width: 28px;
  background-image: url('../images/ico_relogio_cinza.jpg');
}
.caixa-alerta .linha-alerta .imagem-sino {
  height: 28px;
  width: 28px;
  background-image: url('../images/ico_sino.jpg');
}
.caixa-alerta .linha-alerta .mensagem {
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
  font-size: 11px;
  color: #636363;
}
.caixa-alerta .linha-alerta .data {
  text-align: right;
  height: 28px;
  line-height: 28px;
  padding-right: 6px;
  font-size: 10px;
  color: #929292;
}
.leia-mais {
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding-left: 12px;
  padding-right: 12px;
  height: 32px;
  background: #82cd4e;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  border: 1px solid #5faa2b;
}
.leia-mais:hover {
  text-decoration: none;
  background-color: #6bac3d;
  color: #fff;
}
.cases {
  width: 100%;
  height: auto;
}
.cases .linha {
  height: 170px;
  border-bottom: 1px dashed #D0D0D0;
}
.cases .linha .imagem {
  height: 135px;
  padding: 10px 5px;
}
.cases .linha .descricao p.titulo {
  color: #71934a;
  font-weight: bold;
  font-size: 11px;
  margin-top: 7px;
  margin-bottom: 2px;
}
.cases .linha .descricao p.texto {
  color: #8d8d8d;
  font-size: 11px;
  margin-bottom: 5px;
}

@media screen and (max-width: 988px) {
  .borda-hide {
    border-left: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .canais {
    margin-top: 240px;
  }
  .cases .linha .descricao {
    width: 574px;
    height: 135px;
  }
  .cases .linha {
    height: 135px;
  }
}
.btn-black {
  background-color: #3C434A;
  border-color: #3C434A;
  color: white;
}
.btn-black:hover {
  background-color: #3C434A;
  border-color: #3C434A;
  color: white;
}
table.dataTable thead th {
  padding: 0;
}
table.dataTable tbody td {
  padding: 0;
}
div.dataTables_length label {
  font-size: 13px;
  display: block;
  float: left;
  color: #00aa40;
  padding-top: 5px;
}
div.dataTables_length select {
  font-size: 12px;
  height: 25px;
  padding: 0;
  color: #555;
  background-color: #FFF;
  box-shadow: none !important;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  border-radius: 4px;
  border: 1px solid #CCC !important;
  outline: none;
}
div.dataTables_info {
  font-size: 13px;
  display: block;
  float: left;
  color: #00aa40 !important;
  padding-top: 5px;
}
div.dataTables_filter span.label-search {
  font-size: 13px;
  display: block;
  float: left;
  color: #00aa40;
  padding-top: 5px;
}
div.dataTables_filter input[type="search"] {
  width: 400px;
  font-size: 12px;
  height: 29px;
  padding: 6px 8px;
  color: #555555;
  border-radius: 4px;
  border: 1px solid #cccccc !important;
  background-color: #FFFFFF;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.dataTables_paginate .paginate_button.current {
  background: #F5F5F5 !important;
}
.dataTables_length label {
  font-size: 12px;
}
.dataTables_length select {
  font-size: 12px;
  height: 25px;
  padding: 0;
  color: #555;
  background-color: #FFF;
  box-shadow: none !important;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  border-radius: 4px;
  border: 1px solid #CCC !important;
  outline: none;
}
.dataTables_length select:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}
.dataTables_paginate {
  margin-left: 10px;
  font-size: 10px;
}
.dataTables_paginate a {
  padding: 4px 9px 3px 9px;
}
.dataTables_paginate a.paginate_button {
  color: #00aa40!important;
  border: 1px solid #DDD !important;
  background-color: #FFF !important;
}
.dataTables_paginate a.paginate_button.current {
  background-color: #F5F5F5 !important;
}
.dataTables_paginate a.paginate_button:hover {
  color: #999 !important;
  background: #FFF !important;
}
.dataTables_paginate a.paginate_button.current:hover {
  background: #F5F5F5 !important;
}
/* grid-common */ 
table.grid-common {
  margin: 0 auto;
  width: 960px;
  min-width: 960px;
  border-collapse: collapse;
}
table.grid-common thead tr th {
  background-color: #00aa40 !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  border: 1px solid #a6d2d3;
  height: 45px !important;
  min-height: 45px !important;
  vertical-align: middle;
  text-align: center;
}
table.grid-common thead tr.linha-dupla th {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 25px !important;
  min-height: 25px !important;
}
table.grid-common tbody tr {
  margin-top: 2px;
  margin-bottom: 2px;
}
table.grid-common tbody tr td {
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
  border: 1px solid #a6d2d3 !important;
  vertical-align: middle !important;
  font-size: 11px;
  padding-left: 7px;
  padding-right: 7px;
}
table.grid-common tbody tr td img {
  max-width: 80px;
  max-height: 80px;
}
table.grid-common tbody tr td input.quantidade {
  width: 50px;
  height: 20px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #00aa40;
  border-radius: 1px;
}
table.grid-common tbody tr td a.grid-button {
  color: #FFFFFF;
  height: 20px;
  background-color: #00aa40;
  text-decoration: none;
  padding: 4px;
  font-weight: 400;
  border-radius: 3px;
}
table.grid-common tbody tr .money {
  font-size: 12px;
  white-space: nowrap;
}
table.grid-common-clean {
  margin: 0 auto;
  width: 960px;
  max-height: 100px;
  overflow-y: auto;
  border-collapse: collapse !important;
}
table.grid-common-clean thead tr th {
  background-color: #00aa40 !important;
  background-repeat: no-repeat !important;
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  border: 1px solid #a6d2d3;
  height: 45px;
  min-height: 45px;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  padding-right: 18px;
}
table.grid-common-clean tbody tr {
  margin-top: 2px;
  margin-bottom: 2px;
}
table.grid-common-clean tbody tr td {
  min-height: 38px;
  max-height: 38px;
  border: 1px solid #a6d2d3 !important;
  vertical-align: middle !important;
  font-size: 11px;
  padding-left: 7px !important;
  padding-right: 7px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  box-sizing: border-box;
}
table.grid-common-clean tbody tr td img {
  max-width: 80px;
  max-height: 80px;
}
table.grid-common-clean tbody tr td button.grid-button,
table.grid-common-clean tbody tr td a.grid-button {
  color: #FFFFFF !important;
  height: 20px;
  background-color: #00aa40;
  text-decoration: none;
  padding: 4px;
  font-weight: 400;
  border-radius: 3px;
}

/* grid-customized */ 
table.grid-customized {
  margin: 0 auto;
  width: 100%;
  min-width: auto;
  border-collapse: collapse;
}
table.grid-customized thead tr th {
  background-color: #00aa40 !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  border: 1px solid #a6d2d3;
  height: 45px !important;
  min-height: 45px !important;
  vertical-align: middle;
  text-align: center;
}
table.grid-customized thead tr.linha-dupla th {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 25px !important;
  min-height: 25px !important;
}
table.grid-customized tbody tr {
  margin-top: 2px;
  margin-bottom: 2px;
}
table.grid-customized tbody tr td {
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
  border: 1px solid #a6d2d3 !important;
  vertical-align: middle !important;
  font-size: 11px;
  padding-left: 7px;
  padding-right: 7px;
}
table.grid-customized tbody tr td img {
  max-width: 80px;
  max-height: 80px;
}

/* grid-os */ 
table.grid-os {
  margin: 0 auto;
  margin-left: 30px;
  width: 100%;
  min-width: auto;
  border-collapse: collapse;
}
table.grid-os thead tr th {
  background-color: #00aa40 !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  border: 1px solid #a6d2d3;
  height: 45px !important;
  min-height: 45px !important;
  vertical-align: middle;
  text-align: center;
}
table.grid-os thead tr.linha-dupla th {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 25px !important;
  min-height: 25px !important;
}
table.grid-os tbody tr {
  margin-top: 2px;
  margin-bottom: 2px;
}
table.grid-os tbody tr td {
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
  border: 1px solid #a6d2d3 !important;
  vertical-align: middle !important;
  font-size: 11px;
  padding-left: 7px;
  padding-right: 7px;
}
table.grid-os tbody tr td img {
  max-width: 80px;
  max-height: 80px;
}

table.width-790 {
  width: 790px;
  min-width: 790px;
}
div.form-filter {
  display: block;
  height: 46px;
  width: 960px;
  margin: 0 auto;
  border: 1px solid #a6d2d3;
  margin-bottom: 3px;
  margin-top: 3px;
  padding: 8px;
  text-align: center;
  background-color: #F1F1F1;
}
div.form-filter form.searchbar {
  border: none;
  box-shadow: none;
  text-align: center;
}
div.form-filter form.searchbar label {
  font-family: Arial;
  color: #00aa40;
  margin-top: 5px;
  font-size: 10px;
  margin-left: 10px;
}
div.form-filter form.searchbar input {
  display: inline !important;
  min-width: 100px !important;
  max-width: 150px;
  border: 1px solid #00aa40;
  height: 20px;
  font-size: 10px;
  color: #666;
  -moz-box-shadow: inset 0 0 10px #dddddd;
  -webkit-box-shadow: inset 0 0 10px #dddddd;
  box-shadow: inset 0 0 10px #dddddd;
  border-radius: 0 !important;
  padding: 0 4px;
}
div.form-filter form.searchbar input.date {
  width: 64px;
  min-width: 64px !important;
}
div.form-filter form.searchbar select {
  display: inline !important;
  min-width: 80px !important;
  max-width: 110px;
  border: 1px solid #00aa40;
  height: 20px;
  font-size: 10px;
  padding: 0 !important;
  color: #666;
  -moz-box-shadow: inset 0 0 10px #dddddd;
  -webkit-box-shadow: inset 0 0 10px #dddddd;
  box-shadow: inset 0 0 10px #dddddd;
  border-radius: 0 !important;
}
div.form-filter form.searchbar button {
  border-radius: 4px;
  height: 20px;
  font-size: 12px;
  color: #fff;
  padding-top: 1px;
  padding-bottom: 9px;
  vertical-align: middle;
  border-radius: 0px;
  margin-bottom: 1px;
  margin-left: 10px;
}
p.sub-table-identifier {
  margin: 3px 0 4px 0;
}
.sub-table {
  width: 100%;
}
.sub-table thead th.sub-table-title {
  background-color: #94B2EE;
  background-image: none !important;
  height: 22px;
  border: none;
  border-right: 1px solid #a6d2d3;
  border-top: 1px solid #a6d2d3;
}
.sub-table thead th.sub-table-blue {
  background-color: #94B2EE;
}
.sub-table thead th.sub-table-green {
  background-color: #74DC63;
}
.sub-table thead th.sub-table-orange {
  background-color: #f39d50;
}
.sub-table tbody td.sub-table-data {
  border: none !important;
  border-right: 1px solid #a6d2d3 !important;
  text-decoration: underline;
}
div.big-message-custom-extranet {
  width: 763px;
  margin-right: -40px;
}
div.message-custom-extranet {
  margin-top: 20px;
  margin-left: 12px;
  background: #fdf7f7;
  border-left: 4px solid #d65c4f;
  margin-bottom: 20px;
}
div.message-custom-extranet h2.label {
  width: 100%;
  float: left;
  text-align: left;
  color: #d65c4f;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 17px;
}
div.message-custom-extranet p {
  margin-left: 15px;
}
div.message-custom-extranet div.white-bg {
  background: #fff;
  margin-left: 15px;
  border-radius: 5px;
  padding: 15px;
}
div.message-custom-extranet div.white-bg input[type=radio] {
  width: 20px !important;
  height: 20px !important;
  margin-top: -0.2px;
  background: #fff;
  margin-right: 10px;
}
div.big-message-custom-extranet {
  width: 763px;
  margin-right: -40px;
}
div.tips {
  margin-top: -15px;
  width: 718px;
  background: #85bdb0;
  border-left: 4px solid #d65c4f;
  margin-bottom: 20px;
}
div.tips h2.label {
  width: 100%;
  float: left;
  text-align: left;
  color: #85bdb0;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 17px;
  padding-bottom: 0px;
}
div.tips div.paragraph {
  margin-left: -1px;
  margin-bottom: 5px;
  border-radius: 5px;
  padding: 0px;
  font-size: 12px;
  width: 705px;
  max-width: 705px;
}
div.tips div.paragraph p {
  margin-left: 15px;
  color: #999999;
}
.button-busca-cep {
  display: inline;
  font-size: 10px;
  float: left;
  padding-top: 7px;
  text-decoration: none;
}
.labels-requireds {
  float: left;
}
.label-container {
  float: left;
}
div.required {
  display: inline;
  float: left;
  padding-left: 14px;
  height: 15px;
  width: 10px;
  background-image: url('../images/asterisco.png') !important;
  background-repeat: no-repeat;
}
label.required:before {
  display: inline;
  float: left;
  padding-left: 20px;
  height: 15px;
  width: 10px;
  background-image: url('../images/asterisco.png') !important;
  background-repeat: no-repeat;
  content: '';
}
div.field-required {
  font-size: 12px;
  color: #A8A3A3;
}
span.countdown {
  font-size: 9px;
  color: #929292;
  float: right;
  margin-top: 4px;
}
h4#modal-title-label {
  color: #71934a;
  font-weight: 600;
  font-family: Arial, sans-serif;
}
div.cabecalho-header div.acoes button.btn-common {
  text-align: center;
  padding: 0 20px;
}
div.waiting-process span.title-message {
  color: #777;
  margin: 0 auto;
  width: 500px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-family: Arial, sans-serif;
}
div.waiting-process span.body-message {
  padding: 15px;
  font-size: 16px;
  padding-bottom: 68px;
}
div.waiting-process span {
  display: block;
}
.pedido-para {
  position: absolute;
  top: 6px;
  left: 15px;
  font-size: 13px;
}
.pedido-para span {
  font-weight: bold;
  color: #3e927b;
}
.text-primary {
  color: #00aa32 !important;
  font-weight: normal !important;
}
.btn-green,
.btn-green:hover {
  background-image: linear-gradient(to bottom, #5ab75c 0, #469e47 100%);
  background-repeat: repeat-x;
  border-color: #449843;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #469e47 !important;
}
.btn-green:hover {
  border-color: #357c36;
}
.small-mini {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.icon-seta-baixo,
.icon-seta-cima {
  height: 8px;
  width: 8px;
  display: inline-block;
}
.icon-seta-baixo {
  background: url("/images/icons/seta_baixo.png");
}
.icon-seta-cima {
  background: url("/images/icons/seta_cima.png");
}

.plate {
  color: #FFFFFF;
  display: table-cell;
  width: 70px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  line-height: 24px;
}
.plate-ouro {
  background-color: #d7ba42;
  border-bottom: 1px solid #aa9027;
}
.plate-prata {
  background-color: #aebab8;
  border-bottom: 1px solid #848c8b;
}
.plate-bronze {
  background-color: #d8c4af;
  border-bottom: 1px solid #c4a88a;
}
.plate-registrado {
  background-color: #9cbfdd;
  border-bottom: 1px solid #6994b9;
}
.status-file {
  text-decoration: underline;
  color: inherit;
  text-align: right;
  display: inline-block;
}
.status-file-a {
  background: url('../images/ico_warning.png') 0px center no-repeat #fff;
  width: 160px;
  color: #f6a828;
}
.status-file-e {
  background: url('../images/ico_check.png') 0px center no-repeat #fff;
  width: 59px;
  color: #00aa32;
}
.status-file-p {
  background: url('../images/ico_check.png') 0px center no-repeat #fff;
  width: 85px;
  color: #107eaa;
}
.status-file-f {
  background: url('../images/ico_alert.png') 0px center no-repeat #fff;
  width: 133px;
  color: #a42406;
}

a.link-plus {
  background-image: url('/images/icons/plus.png');
  background-repeat: no-repeat;
  width: 15px;
  height: 16px;
  display: inline-block;
}
a.link-plus-disabled {
  background-image: url('/images/icons/plus-disabled.png');
  cursor: default;
}
a.link-less {
  background-image: url('/images/icons/less.png');
  width: 15px;
  height: 16px;
  display: inline-block;
}
.spacer {
  margin-top: 16px;
}
.spacer-full {
  margin-top: 16px;
  margin-bottom: 16px;
}
.spacer-2x {
  margin-top: 25px !important;
 
}
.container {
  max-width: none !important;
}
ul {
  list-style: none;
}
#produto-detalhes ul {
  list-style: circle !important;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.pull-center {
  float: center !important;
  margin: 0 auto;
}
.common-background {
  background-color: #00aa40;
  background-image: url('../images/canto.png') !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
}
.btn-common {
  background-color: #00aa40;
  background-image: url('../images/canto.png') !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  padding: 9px 45px;
  margin: 5px;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  line-height: inherit;
  font-family: Arial, sans-serif;
  color: #fff;
  font-size: 11px;
  border-radius: 0;
  box-shadow: 4px 4px 2px #ccc;
  border: 0;
}
a.common-background {
  background-color: #00aa40;
  background-image: url('../images/canto.png') !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  color: #ffffff;
  padding: 7px 14px 7px 14px;
  text-decoration: none;
}

.btn-blue {
  background-color: #5A8FB9 !important;
}
.btn-red {
  background-color: #C33F3F !important;
}
div.read-stages a.btn-common-small,
div.read-stages a.btn-common-mini,
div.read-stages a.btn-common {
  background: #c0c0c0;
}
.btn-common-small:disabled,
.btn-common-mini:disabled {
  background: #c0c0c0;
}
.btn-common:disabled {
  background: #c0c0c0 !important;
}
.btn-common-small {
  background-color: #00aa40;
  background-image: url('..//canto.png') !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  padding: 9px 45px;
  margin: 5px;
  text-align: center;
  text-transform: uppercase;
  line-height: inherit;
  font-family: Arial, sans-serif;
  color: #fff;
  font-size: 11px;
  border-radius: 0;
  box-shadow: 4px 4px 2px #ccc;
  border: 0;
  height: 40px;
  padding: 8px 25px;
  font-size: 13px;
}
.btn-common-mini {
  background-color: #00aa40;
  background-image: url('..//canto.png') !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  padding: 9px 45px;
  margin: 5px;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  line-height: inherit;
  font-family: Arial, sans-serif;
  color: #fff;
  font-size: 11px;
  border-radius: 0;
  box-shadow: 4px 4px 2px #ccc;
  border: 0;
  height: 30px;
  padding: 5px 25px;
  font-size: 14px;
}
a.btn-common:hover,
a.btn-common-small:hover,
a.btn-common-mini {
  text-decoration: none;
  color: #fff;
}
.btn-common-extranet {
  background-color: #00aa40;
  background-image: url('..//canto.png') !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  padding: 9px 45px;
  margin: 5px;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  line-height: inherit;
  color: #fff;
  font-size: 11px;
  border-radius: 0;
  box-shadow: 4px 4px 2px #ccc;
  border: 0;
  height: 29px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding-right: 12px;
  padding-top: 4px;
  padding-left: 32px;
  background-color: #3ab6a3;
  box-shadow: inset 4x 4px 2px #CCCCCC !important;
  border-bottom: 3px solid #339485;
  text-decoration: none;
}
.btn-save {
  background-image: url('../images/ico_disquete.png') !important;
  background-position: 10px 6px !important;
  background-repeat: no-repeat;
}
.btn-password {
  background-image: url('../images/ico_senha.png') !important;
  background-position: 10px 10px !important;
  background-repeat: no-repeat;
}
.btn-common-extranet:hover {
  color: #ffffff;
  text-decoration: none;
}

div.container-common-extranet {
  height: 50px;
  width: 631px;
  background-color: #f1f1f1;
  padding-right: 19px;
  margin-left: 155px;
  margin-top: 10px;
  padding-right: 22px;
  padding-top: 9px;
}
a.lista-completa {
  margin-top: 15px;
  display: block;
}
.btn-common:hover {
  color: #fff;
}
.a-green {
  color: #00aa34;
}
.a-red {
  color: #d51600;
}
h1.titulo {
  color: #666;
  font-family: 'Arial', sans-serif;
  font-size: 17px;
  margin-bottom: 3px;
  margin-top: 5px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EEE;
}
h1.titulo_prop {
  color: #000;  
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  margin-bottom: 3px;
  margin-top: 5px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EEE;
}
.delete-button {
  border: 0;
  outline: 0;
  background: none;
}
.delete-button img {
  height: 30px;
  margin-top: 20px;
  width: 30px;
}
.btn-mini {
  padding: 2px 4px;
  font-size: 8px;
  line-height: 1.5;
  border-radius: 2px;
}
.margin-topo-size {
  margin-left: 17px !important;
}
.sub-text {
  margin-bottom: 30px;
}
img {
  max-width: 100%;
  border: 0;
}
figure {
  margin: 0;
  padding: 0;
}
figure.left-image img {
  display: inline-block;
  vertical-align: top;
}
figure.left-image figcaption {
  display: inline-block;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide {
  display: none !important;
}
.bg-banner {
  background: url("../images/fundo-banner.png");
}
.bg-banner .banner-gc {
  text-align: center;
}
.bg-banner .banner-gc img {
  max-width: 981px;
  max-height: 101px;
  width: 100%;
  height: auto;
}
span.red {
  color: #ff0000;
}
.breadcrumb {
  background: #ffffff;
  padding: 3px;  
  margin-bottom: 3px;
  display: block;
  min-width: 100%; 
}
.breadcrumb span {
  float: left;
  font-weight: bold;
  margin-right: 3px;
  margin-left: -16px;
  font-size: 12px;
  padding: 2px;
}
.breadcrumb ul li {
  float: left;
  list-style: none;
  font-family: 'Arial', sans-serif !important;
}
.breadcrumb ul li a {
  text-decoration: none;
  color: #00aa40;
  margin-left: 3px;
  font-size: 12px;
  font-family: 'Arial', sans-serif !important;
}
.breadcrumb ul li a:hover {
  text-decoration: underline;
}
h2.page-title {
  font-size: 22px;
  margin: 0 0 15px 0;
  font-family: Arial, sans-serif;
  color: #545353;
  padding-left: 0px;
}
.legend {
  font-size: 11px;
  border-left: 3px;
  padding-left: 2px;
}
.legend span {
  border-left: 6px solid #CCCCCC;
  float: right;
  margin: 0 10px;
  padding-left: 3px;
  width: 70px;
}
.legend .l-aa {
  border-color: #93b3ee;
}
.legend .l-pa {
  border-color: #74dc63;
}
.legend .l-pna {
  border-color: #f39d50;
}
.form-nav {
  background: #F7F7F7;
  border-radius: 0 0 0 0;
  height: auto;
  padding: 5px 5px 0 5px;
  float: left;
  border-bottom: 2px solid #E1E1E1;
}
.form-nav .col-md-1,
.form-nav .col-md-2,
.form-nav .col-md-3 {
  padding-left: 1px;
  float: left;
  margin-bottom: 5px;
}
.form-nav label {
  float: left;
  font-size: 11px;
  font-weight: 100;
  margin: 1px 4px 0 0;
  padding: 0;
}
.form-nav input,
.form-nav select {
  float: left;
  height: auto;
  padding: 1px;
  border-radius: 0;
  font-size: 11px;
}
.form-nav select {
  font-size: 11px;
  padding: 1px !important;
}
.form-nav #cc_codigo_cliente {
  width: 60px;
}
.form-nav #cc_tipo {
  width: 80px;
}
.form-nav #cc_razao_social {
  width: 145px;
}
.form-nav #cc_nome_abreviado {
  width: 125px;
}
.form-nav #cc_estado {
  width: 90px;
}
.table-hover tbody tr:hover {
  background-color: #E0E0E0;
}
.table-hover-light tbody tr:hover {
  background-color: #f7f7f7;
}
tr.row-info {
  background-color: #dbf1ff;
}
.table-content {
  margin-top: 10px;
}
.table-content table {
  border: 1px solid #CCCCCC;
  width: 100%;
}
.table-content table th {
  font-size: 10px;
  background: #4798AD;
  color: #FFFFFF;
  padding: 0;
}
.table-content table th:last-child {
  vertical-align: bottom;
}
.table-content table td {
  padding: 0;
}
.table-content .sub-table {
  border: 0 none;
}
.table-content .sub-table th.th-next1 {
  background: #94B2EE;
  text-align: center;
  border-right: 1px solid #CCCCCC;
  width: 33.3%;
}
.table-content .sub-table th.th-next2 {
  background: #74DC63;
  text-align: center;
  border-right: 1px solid #CCCCCC;
  width: 33.3%;
}
.table-content .sub-table th.th-next3 {
  background: #F39D52;
  text-align: center;
  width: 33.3%;
}
.table-content .sub-table-content {
  border: 0 none;
}
.table-content .sub-table-content td {
  height: 30px;
  border-right: 1px solid #CCCCCC;
  text-align: center;
  font-size: 10px;
  text-decoration: underline;
  cursor: pointer;
  color: #666666;
  font-weight: bold;
}
.table-content .sub-table-content td:last-child {
  border-right: 0 none;
}
.table-content .tableth-aligncenter {
  text-align: center;
}
.table-content .tableth-padding {
  padding-left: 5px;
}
.table-content .tipo-box-mover:before {
  font-weight: bold;
  vertical-align: text-bottom;
  cursor: default;
  background: #94B2EE;
  border-bottom: 1px solid #6E93E3;
  color: #FFFFFF;
  content: "BOX MOVER";
  font-size: 8px;
  margin: 1px;
  padding: 5px 2px;
}
.table-content .tipo-vad:before {
  font-weight: bold;
  vertical-align: text-bottom;
  cursor: default;
  background: #59D599;
  border-bottom: 1px solid #49B138;
  color: #FFFFFF;
  content: "VAD";
  font-size: 8px;
  margin: 1px;
  padding: 5px 19px;
}
.table-content .t-td-visaogeral {
  padding-left: 0 !important;
}
.table-content .icon-razaosocial {
  background: url("../images/glyphicons-halflings.png") repeat scroll -429px 3px #D5D5D5;
  border-radius: 3px 3px 3px 3px;
  float: left;
  height: 20px;
  margin-right: 3px;
  width: 20px;
}
.table-content .t-td-globals-paddingleft {
  padding-left: 5px;
  font-size: 10px;
  color: #666666;
  vertical-align: middle;
}
.table-content .t-td-visaogeral .visao-detalhes {
  text-decoration: none;
  cursor: pointer;
  background: #0AA699;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0.4em 1em;
}
.table-content .t-td-visaogeral .visao-detalhes:hover {
  background: #148B81;
}
.read-stages div.wrapper {
  display: none;
}
.form-common input,
.form-common select,
.form-common textarea {
  border-radius: 1px;
  box-shadow: inset 0px 0px 5px #CCCCCC;
}
.form-common label.radio-inline input {
  box-shadow: none;
  width: 20px;
  margin-top: 0;
  margin-right: 5px;
  height: 20px;
}
.form-common div.form-group label {
  text-align: right;
}
.form-common div.info-operacionais label {
  text-align: left !important;
}
.form-common div.title {
  width: 100%;
  background: #F1F1F1;
  border-right: 5px solid #AAD2D4;
  color: #565656;
  display: block;
  margin-bottom: 5px;
  padding: 8px 5px;
  text-transform: uppercase;
  border-bottom: 0 none;
  cursor: pointer;
}
.form-common div.title h1 {
  margin: 0;
  font-size: 14px !important;
}
.form-common div.subtitle {
  width: 100%;
  background: #F1F1F1;
  border-right: 5px solid #AAD2D4;
  color: #565656;
  display: block;
  margin-bottom: 5px;
  margin-left: 25px;
  padding: 8px 5px;
  text-transform: uppercase;
  border-bottom: 0 none;
  cursor: pointer;
}
.form-common div.subtitle h1 {
  margin: 0;
  font-size: 12px !important;
}
.form-common .row-small-margin {
  margin-bottom: 8px !important;
}
.form-common label.control-label {
  color: #444444;
  font-size: 11px;
}
.form-common label.control-label-mandatory {
  color: #7a0202;
  font-size: 11px;
}
.icon-up {
  float: left;
  background: url("../images/glyphicons-halflings.png");
  background-position: -288px 37px;
  width: 14px;
  height: 14px;
  margin: 3px 10px 3px 0;
}
.pagination {
  float: right;
  margin: 20px 0;
}
.pagination span.info-page {
  font-size: 11px;
  color: #888;
  float: left;
  margin: 4px;
  margin-right: -20px;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination .pagination ul > li > span {
  float: left;
  font-size: 10px;
  margin-right: 3px;
  padding: 6px 8px;
  line-height: 8px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination ul > li > a:hover,
.pagination .pagination ul > li > a:focus,
.pagination .pagination ul > .active > a,
.pagination .pagination ul > .active > span {
  color: #999999;
  background-color: transparent;
  cursor: pointer;
}
.pagination ul > li.active a {
  background-color: #428BCA;
  color: #FFFFFF;
}
div.footer {
  font-family: Arial, sans-serif;
  background: #ffffff;
  width: 100%;
  margin: 35px 0 0 0;
}
div.footer div.head-footer {
  background: #ffffff;
}
div.footer div.head-footer p {
  margin: 0;
  color: #6f6f6f;
  padding: 10px 0;
  text-align: center;
}
div.footer div.footer-content {
  padding: 50px 0;
  margin: 0 auto;
}
div.footer div.footer-block {
  width: 300px;
  margin-left: 37px;
  float: left;
  margin-right: 0;
  color: #6f6f6f;
}
div.footer div.footer-block div.footer-block-content {
  margin: 0;
  width: 250px;
}
div.footer div.footer-block div.footer-block-content h1.title {
  font-size: 26px;
}
div.footer div.footer-block div.footer-block-content p {
  font-size: 14px;
}
div.footer div.sub-footer {
  background: #323944;
}
div.footer div.sub-footer p {
  padding: 8px 0;
  color: #6f6f6f;
  text-align: center;
  margin: 0;
}
input.input-cnpj {
  width: 107px;
}
.text-underline {
  text-decoration: underline;
}
tr.pendente {
  background-color: #FAECEC;
}
.margin125-right {
  margin-right: 125px;
}
.well-small {
  font-size: 11px;
  border: solid 1px #d0d0d0;
  margin-bottom: 10px;
  padding: 8px 10px;
}
.responsive-wrapper {
  width: 99%;
  margin: auto;
}
.full-container {
  width: 100% !important;
}
.well-full-info {
  width: 99%;
  border: 1px solid #a6d2d3;
  margin: auto;
  margin-bottom: 20px;
  padding-top: 20px;
  background-color: #F1F6FF;
  min-width: 960px;
  min-height: 76px;
}
.table-header-info {
  border: 1px solid #a6d2d3;
  background-color: #5A8FB9;
  padding: 10px;
  min-width: 960px;
}
.link-visualizar {
  background-image: url("/images/icons/ico_abre_ped.png");
  display: inline-block;
  width: 55px;
  height: 32px;
  background-repeat: no-repeat;
}
.link-revisar {
  background-image: url("/images/icons/ico_revisa_ped.png");
  display: inline-block;
  width: 55px;
  height: 32px;
  background-repeat: no-repeat;
}
.link-editar {
  background-image: url("/images/icons/ico_edita_ped.png");
  display: inline-block;
  width: 55px;
  height: 32px;
  background-repeat: no-repeat;
}
.link-cancelar {
  background-image: url("/images/icons/ico_cancela_ped.png");
  display: inline-block;
  width: 62px;
  height: 32px;
  background-repeat: no-repeat;
}
.link-excluir {
  background-image: url("/images/icons/ico_exclui_ped.png");
  display: inline-block;
  width: 55px;
  height: 32px;
  background-repeat: no-repeat;
}
.link-reenviar-email {
  background-image: url("/images/icons/ico_reenvia_email.png");
  display: inline-block;
  width: 55px;
  height: 32px;
  background-repeat: no-repeat;
}
.link-historico-pedido, .link-historico-pedido:hover, .link-historico-pedido:active{
  background-color: #b805bb;
  width: 55px;
  height: 32px;
  border: 0px;
  display: inline;
  position: absolute;
  color: #FFF;
  text-transform: uppercase;
  font-size: 9px;
  padding-left: 2px;
  border-bottom: 4px solid #900392;
  font-family: Arial;
  padding-top: 10px;
  text-decoration: none;
}
.btn-historico-pedido, .btn-historico-pedido:hover, .btn-historico-pedido:active{
  background-color: #5cb7a6;
  color: #FFF;
  padding: 8px;
  border-radius: 5px;
  text-shadow: 2px 2px 1px #4c8c80;
  font-family: Arial;
  text-decoration: none;
}
.link-download-pdf {
  background-image: url("/images/icons/ico_download_pdf.png");
  display: inline-block;
  width: 55px;
  height: 32px;
  background-repeat: no-repeat;
}
.link-status-importacao {
  background-image: url("/images/icons/ico_status_importacao.png");
  display: inline-block;
  width: 55px;
  height: 32px;
  background-repeat: no-repeat;
}
.btn-iniciar-pedido {
  background-image: url("/images/btn_iniciar_pedido.png");
  display: inline-block;
  height: 34px;
  width: 214px;
  border: 0;
  outline: 0;
  outline-style: none;
  background-color: transparent;
}
.btn-iniciar-pedido:disabled {
  background-image: url("/img/btn_iniciar_pedido_off.png");
}
label.control-label-two-lines {
  padding-top: 0 !important;
  margin-top: -2px !important;
}
.text-muted-wrapper .text-muted,
.text-muted-wrapper p,
.text-muted-wrapper li,
.text-muted-wrapper span,
.text-muted-wrapper strong,
.text-muted-wrapper th,
.text-muted-wrapper td,
.text-muted-wrapper h1,
.text-muted-wrapper h2,
.text-muted-wrapper h3,
.text-muted-wrapper h4,
.text-muted-wrapper h5,
.text-muted-wrapper h6 {
  color: #8d8d8d !important;
  font-size: 12px !important;
}
.text-muted-dark {
  color: #6b6b6b !important;
}
.text-muted-light {
  color: #acb0bc !important;
}
.btn-disabled {
  cursor: default;
}
.text-primary-info {
  color: #00aa40;
}
.label-cancel {
  background-color: #f56954;
  font-size: 12px;
}
.label-big {
  padding: 6px 4px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.label-info-blue {
  background-color: #68b0e2;
  font-size: 12px;
  width: 71px;
  height: 22px;
  display: inline-block;
  line-height: inherit;
}
.label-info-darkblue {
  background-color: #00aa40;
  font-size: 12px;
  width: 71px;
  height: 22px;
  display: inline-block;
  line-height: inherit;
}
.label-info-green {
  background-color: #5cb85c;
  font-size: 12px;
  width: 71px;
  height: 22px;
  display: inline-block;
  line-height: inherit;
}
.label-info-importacao-blue {
  background-color: #68b0e2;
  display: inline-block;
  line-height: inherit;
}
.label-info-importacao-darkblue {
  background-color: #0070c0;
  display: inline-block;
  line-height: inherit;
}
.label-info-importacao-green {
  background-color: #5cb85c;
  display: inline-block;
  line-height: inherit;
}
.label-info-importacao-orange {
  background-color: #f0ad4e;
  display: inline-block;
  line-height: inherit;
}
.label-info-importacao-red {
  background-color: #FA0000;
  display: inline-block;
  line-height: inherit;
}
select:disabled {
  background-color: #eeeeee !important;
  cursor: not-allowed;
}
.icon-planejado,
.icon-realizado {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-bottom: -1px;
}
.icon-planejado {
  background-image: url('/images/icons/icon-planejado.jpg');
}
.icon-realizado {
  background-image: url('/images/icons/icon-realizado.jpg');
}
.icon-alert {
  background-image: url('/images/icons/icon-alert.png');
  float: left;
  margin-right: 3px;
  height: 14px;
  width: 14px;
  background-repeat: no-repeat;
}
table.print {
  border-spacing: 0;
  width: 720px !important;
  max-width: 720px !important;
  min-width: 720px !important;
  margin: 0 !important;
}
table.print thead tr th {
  height: 25px;
}
table.print tbody tr td {
  height: 0 !important;
  min-height: 0 !important;
  border-spacing: 0;
  padding: 5px;
}
table.print tbody tr .text-left {
  text-align: left;
}
table.print tbody tr .text-center {
  text-align: center;
}
table.print tbody tr .text-right {
  text-align: right;
}
hr.print {
  width: 720px !important;
  max-width: 720px !important;
  min-width: 720px !important;
  margin: 0;
}
table.cabecalho-print {
  border-spacing: 0;
  width: 720px !important;
  max-width: 720px !important;
  min-width: 720px !important;
  margin: 0 !important;
  white-space: normal;
}
table.cabecalho-print thead tr th {
  height: 25px;
}
table.cabecalho-print tbody tr td {
  font-size: 12px;
  height: 0 !important;
  min-height: 0 !important;
  border-spacing: 0;
  padding: 5px;
}
table.cabecalho-print tbody tr td.label {
  width: 100px;
}
table.cabecalho-print tbody tr .text-left {
  text-align: left;
}
table.cabecalho-print tbody tr .text-center {
  text-align: center;
}
table.cabecalho-print tbody tr .text-right {
  text-align: right;
}
.nav-tabs li.disabled {
  color: #ededed !important;
}
.nav-tabs li:not(.disabled ) a {
  color: #18bc9c !important;
}
.nav-tabs .active a {
  font-weight: bold !important;
}
.modal-xs {
  width: 350px;
  margin: 10px auto auto auto;
}
.modal-sm {
  width: 700px;
  margin: 10px auto auto auto;
}
.modal-md {
  width: 900px;
  margin: 10px auto auto auto;
}
.modal-lg {
  width: 1120px;
  margin: 10px auto auto auto;
}
h1.titulo-cabecalho-pedido {
  width: 80% !important;
}

.pedido ul.categorias {
  margin: 0;
  font-family: Arial, sans-serif;
  padding: 0;
  list-style: none;
}
.pedido ul.categorias li.title {
  font-family: Arial, sans-serif;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  list-style: none;
  background: #00aa40;
}
.pedido ul.categorias li.title a {
  text-decoration: none;
  color: #fff;
}
.pedido ul.categorias li:first-child {
  border-top: 0;
}
.pedido ul.categorias li {
  background: #f7f7f7 url('../images/categories-arrow.png') 3px center no-repeat;
  padding: 5px 10px 5px 20px;
  font-size: 12px;
  cursor: pointer;
  box-shadow: inset 0px 1px 0px 0px #fff;
  border-top: 1px solid #ebebeb;
}
.pedido ul.categorias li a {
  text-decoration: none;
  color: #000;
}
table.table-carrinho thead th.small-column {
  width: 80px;
}
table.table-carrinho thead th.desc-column {
  width: 240px;
}
table.table-carrinho thead th.imagem-column {
  width: 100px;
}
table.table-carrinho thead th.valor-column {
  width: 90px;
}
tfoot.footer-carrinho {
  font-size: 12px;
  font-weight: bold;
  background-color: #E0E0E0;
  color: #777;
}
tfoot.footer-carrinho td:last-child {
  font-size: 15px;
}
tfoot.footer-carrinho tr td {
  border-bottom: 1px solid #a6d2d3;
  padding-right: 2px;
}
tfoot.footer-carrinho td.border-left {
  border-left: 1px solid #a6d2d3;
}
tfoot.footer-carrinho td.border-right {
  border-right: 1px solid #a6d2d3;
}
span.refresh-quantidade {
  border: 0;
  outline: 0;
  background-size: 50px;
  width: 73px;
  height: 49px;
}

span.pre-refresh-quantidade {
  border: 0;
  outline: 0;
  background: transparent url('../img/ico_recalcular_impostos.png') no-repeat;
  width: 73px;
  height: 49px;
}
div.cabecalho-acoes {
  padding-right: 0;
  width: 400px;
}
.cabecalho-pedido h1,
.cabecalho-pedido h2 {
  font-family: Arial, sans-serif;
}
.cabecalho-pedido h1 {
  font-size: 15px;
  padding: 7.5px;
  margin-top: 1px;
  text-transform: uppercase;
  color: #fff;
}
.cabecalho-pedido div.inner-cabecalho {
  border: 2px solid #daedec;
  width: 100%;
  margin-bottom: 5px;
}
.cabecalho-pedido div.inner-cabecalho div.area-cabecalho {
  float: left;
  width: 100%;
}
.cabecalho-pedido div.inner-cabecalho label.cabecalho-label {
  float: left;
  text-align: right;
  display: inline-block;
  margin-right: 2px;
  font-size: 12px;
  padding-top: 3px;
  width: 40px;
  font-weight: normal;
}
.cabecalho-pedido div.inner-cabecalho label.razao-social {
  width: 82px;
  margin-right: 3px;
}
.cabecalho-pedido div.inner-cabecalho .margin-cnpj {
  margin-left: 52px !important;
}
.cabecalho-pedido div.inner-cabecalho label.classificacao {
  width: 229px;
}
.cabecalho-pedido div.inner-cabecalho .margin-left-helper {
  margin-left: 10px;
}
.cabecalho-pedido div.inner-cabecalho select.select-cliente {
  width: 61.1%;
  margin-left: 1px;
}
.cabecalho-pedido div.inner-cabecalho div.chosen-container-single .chosen-single {
  border: 1px solid #00aa40!important;
}
.cabecalho-pedido div.inner-cabecalho input.codigo-input {
  width: 100px;
}
.cabecalho-pedido div.inner-cabecalho .cabecalho-input {
  height: 20px;
  background: #fff;
  margin: 0 auto;
  font-size: 12px;
  border: 1px solid #00aa40;
  border-radius: 1px;
  float: left;
}
.cabecalho-pedido div.inner-cabecalho input[disabled] {
  background: #EEEEEE !important;
}
.cabecalho-pedido div.inner-cabecalho input[type="submit"][disabled] {
  background: #c0c0c0 !important;
}
.cabecalho-pedido div.inner-cabecalho div.partial-content {
  padding: 10px;
}
.cabecalho-pedido div.inner-cabecalho div.partial-content .cabecalho-group {
  width: 100% !important;
  float: left;
  margin-top: 5px;
}
.cabecalho-pedido div.inner-cabecalho div.dados-cliente {
  width: 100%;
}
.cabecalho-pedido div.inner-cabecalho div.dados-cliente input.medium-input {
  width: 141px;
  text-align: center;
}
.cabecalho-pedido div.inner-cabecalho input.medium-input {
  width: 148px;
  text-align: center;
}
.cabecalho-pedido div.inner-cabecalho input.classificacao-input {
  width: 173px !important;
}
.cabecalho-pedido div.inner-cabecalho input.money-mask {
  text-align: right;
}
.cabecalho-pedido div.inner-cabecalho select.medium-select {
  width: 119px;
}
.cabecalho-pedido div.inner-cabecalho select.cond-pagto {
  width: 142px;
}
.cabecalho-pedido div.inner-cabecalho select.select-big {
  width: 140px;
}
.cabecalho-pedido div.inner-cabecalho label.small-label {
  width: 60px !important;
  margin-left: 10px;
}
.cabecalho-pedido div.inner-cabecalho label.small-medium-label {
  width: 124px !important;
}
.cabecalho-pedido div.inner-cabecalho .small-margin-helper {
  margin-left: 25px !important;
}
.cabecalho-pedido div.inner-cabecalho select.mini-select {
  width: 50px;
}
.cabecalho-pedido div.inner-cabecalho div.limites-credito label.cabecalho-label {
  width: 150px;
}
.cabecalho-pedido div.inner-cabecalho h2 {
  font-size: 12px;
  padding: 7px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  margin: 0;
  background-color: #daedec;
}

div.outras-informacoes label.cabecalho-label {
  width: 107px !important;
}
div.outras-informacoes label.data-base-margin {
  margin-left: 9px !important;
}
div.outras-informacoes .mini-margin-helper {
  margin-left: 8px;
}
div.outras-informacoes .small-input-helper {
  margin-left: 17px;
}
div.outras-informacoes label.medium-label {
  width: 114px !important;
}
div.outras-informacoes label.emissao {
  margin-left: -11px !important;
}
div.outras-informacoes input.small-input {
  width: 119px;
  text-align: center;
}
div.outras-informacoes select.medium-select {
  width: 130px;
}
div.cabecalho-header {
  height: 40px;
  margin-bottom: 15px;
  width: 100%;
}
div.cabecalho-header h1.titulo {
  margin: 0 !important;
}
div.cabecalho-header div.acoes {
  border-radius: 4px;
  border: 1px solid #c3c5c2;
  margin-bottom: 25px;
  height: 35px;
  padding-top: 0px;
  margin-top: 0px;
}
div.cabecalho-header div.acoes div.divider {
  height: 20px;
  width: 1.5px;
  float: left;
  margin: 7.5px auto 0 10px;
  background: #ccc;
}
div.cabecalho-header div.acoes button {
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  height: 35px;
  text-align: right;
}
div.cabecalho-header div.acoes button.toggle-cabecalho {
  background: url('../img/fechar-cabecalho.png') no-repeat 5px center;
  color: #3e927b;
  width: 135px;
}
div.cabecalho-header div.acoes a.toggle-cabecalho {
  background: url('../img/fechar-cabecalho.png') no-repeat 5px center;
  color: #3e927b;
  width: 167px;
  padding-left: 37px;
  padding-bottom: 8px;
}
div.cabecalho-header div.acoes button.toggle-limite {
  background: url('../img/agenda.png') no-repeat 5px center;
  color: #3e927b;
  width: 165px;
}
div.cabecalho-header div.acoes div.visualizar-cabecalho {
  position: relative;
  width: 200px;
}
div.cabecalho-header div.acoes button.toggle-visualizar-cabecalho {
  background: url('../img/fechar-cabecalho.png') no-repeat 5px center;
  color: #3e927b;
  width: 190px;
}
div.cabecalho-header div.acoes div.dados-cadastrais {
  position: relative;
  width: 165px;
}
div.cabecalho-header div.acoes div.carrinho {
  position: relative;
  width: 230px;
}
div.cabecalho-header div.acoes div.carrinho a.carrinho-button {
  background: url('../img/carrinho.png') no-repeat 5px center;
  color: #000;
  font-weight: normal;
  text-align: right;
  width: 205px;
  padding-top: 8px;
  text-decoration: none;
  cursor: pointer;
}
div.cabecalho-header div.acoes div.carrinho a.carrinho-button span.red {
  color: #ff0000;
}
div.cabecalho-header div.acoes div.carrinho div.arrow-container {
  position: relative;
  width: 25px;
  background: #fafafa;
  border-left: 1px solid #ccc;
  height: 33px;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
div.cabecalho-header div.acoes div.carrinho div.toggle-arrow {
  width: 11px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -5.5px;
  height: 6px;
  background: #ccc url('../img/down-arrow.jpg') no-repeat center;
}
div.cabecalho-header div.btn-medium {
  width: 187px;
}
div.cabecalho-header div.btn-large {
  width: 380px;
}
div.cabecalho-header input[type=text] {
  padding: 2px !important;
}
.col-md-9-pedido {
  padding-left: 5px;
  width: 80.44444445%;
}
.col-md-3-pedido {
  padding-left: 0;
  padding-right: 0;
  width: 19.55555555%;
}
.table tbody tr td {
  border: none !important;
}
div.produtos {
  margin-top: 5px;
}
div.produtos ul.lista-produtos {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.produtos ul.lista-produtos li {
  margin-top: 5px;
}
div.produtos ul.lista-produtos li:first-child {
  margin-top: 0 !important;
}
div.produtos ul.lista-produtos li table.produtos-grid {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  font-weight: regular !important;
  font-size: 11px;
  font-family: Arial, sans-serif;
}
div.produtos ul.lista-produtos li table.produtos-grid input.quantidade {
  width: 50px;
  height: 25px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #00aa40;
  border-radius: 1px;
}
div.produtos ul.lista-produtos li div.tooltip-inner {
  font-size: 10px;
  font-weight: lighter;
  background: #ee282d;
}
div.produtos ul.lista-produtos li .tooltip.top .tooltip-arrow {
  border-top-color: #ee282d;
}
div.produtos ul.lista-produtos li .tooltip.top-left .tooltip-arrow {
  border-top-color: #ee282d;
}
div.produtos ul.lista-produtos li .tooltip.top-right .tooltip-arrow {
  border-top-color: #ee282d;
}
div.produtos ul.lista-produtos li .tooltip.right .tooltip-arrow {
  border-right-color: #ee282d;
}
div.produtos ul.lista-produtos li .tooltip.left .tooltip-arrow {
  border-left-color: #ee282d;
}
div.produtos ul.lista-produtos li .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ee282d;
}
div.produtos ul.lista-produtos li .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #ee282d;
}
div.produtos ul.lista-produtos li .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #ee282d;
}
div.produtos ul.lista-produtos li table.produtos-grid thead th {
  vertical-align: middle;
}
div.produtos ul.lista-produtos li table.produtos-grid thead th.preco-header {
  width: 90px;
}
div.produtos ul.lista-produtos li table.produtos-grid thead th.qtd-header {
  width: 93px;
}
div.produtos ul.lista-produtos li table.produtos-grid thead th.subtotal-header {
  width: 90px;
}
div.produtos ul.lista-produtos li table.produtos-grid thead th.acoes-header {
  width: 103px;
}
div.produtos ul.lista-produtos li table.produtos-grid thead th:first-child {
  width: 290px;
}
div.produtos ul.lista-produtos li table.produtos-grid tbody tr:hover {
  background: #F2F2F2;
  cursor: pointer;
}
div.produtos ul.lista-produtos li table.unexpanded tbody tr:first-child td:first-child img {
  display: none;
}
div.produtos ul.lista-produtos li table.unexpanded tbody tr:first-child td:first-child h1.titulo-produto {
  text-align: left;
}
div.produtos ul.lista-produtos li table.unexpanded tbody tr:first-child td:first-child h1.titulo-produto label {
  margin-right: 4px;
}
div.produtos ul.lista-produtos li table.unexpanded tbody tr.descricao {
  display: none;
}
div.produtos ul.lista-produtos li table.expanded tbody tr.descricao {
  display: table-row;
}
div.produtos ul.lista-produtos li table.expanded tbody tr:first-child td:first-child img {
  margin: 0 auto;
  display: block;
}
div.produtos ul.lista-produtos li table.expanded tbody tr:first-child td:first-child h1.titulo-produto {
  display: none;
}
div.produtos ul.lista-produtos li table.produtos-grid tbody tr:first-child td:first-child {
  width: 310px;
}
div.produtos ul.lista-produtos li table.produtos-grid thead th {
  background-color: #00aa40;
  border-bottom: 0;
  border-left: 1px solid #a6d2d3;
  background-image: url('../img/canto.png') !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  text-align: center;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}
div.produtos ul.lista-produtos li table.produtos-grid thead th:first-child {
  border-left: 0;
}
div.produtos ul.lista-produtos li table.produtos-grid tbody tr:first-child td {
  border-right: none !important;
}
div.produtos ul.lista-produtos li table.produtos-grid tbody tr td:last-child {
  border: 1px solid #a6d2d3 !important;
}
div.produtos ul.lista-produtos li table.produtos-grid tbody tr td {
  width: 146px;
  border-spacing: 0;
  border: 1px solid #a6d2d3 !important;
  font-weight: 700;
}
div.produtos ul.lista-produtos li table.produtos-grid tbody tr:first-child td {
  height: 50px;
  text-align: center;
  vertical-align: middle;
}
div.produtos ul.lista-produtos li table.produtos-grid tbody tr td.acoes {
  width: 175px;
}
div.produtos ul.lista-produtos li table.produtos-grid tbody tr td.acoes button {
  border: none;
  outline: none;
}
div.produtos ul.lista-produtos li table.produtos-grid tbody tr td.acoes button.expandir {
  width: 31px;
  height: 32px;
  margin-right: 15px;
  border: 0;
  background: url('../img/adicionar-carrinho.png') no-repeat;
}
div.produtos ul.lista-produtos li table.produtos-grid tbody tr td.acoes button.toggle {
  width: 31px;
  height: 27px;
  border: 0;
}
div.produtos ul.lista-produtos li table.expanded tbody tr td.acoes button.toggle {
  background: url('../img/fechar-detalhes.png') no-repeat;
}
div.produtos ul.lista-produtos li table.unexpanded tbody tr td.acoes button.toggle {
  background: url('../img/abrir-detalhes.png') no-repeat;
}
div.produtos ul.lista-produtos li table.produtos-grid tbody tr:first-child {
  height: 40px;
}
div.produtos ul.lista-produtos li table.produtos-grid tbody tr td h1.titulo-produto span.divider {
  margin: 0 5px;
}
div.produtos ul.lista-produtos li table.produtos-grid tbody tr td h1.titulo-produto {
  font-size: 11px !important;
  width: 310px;
  color: #666;
  font-family: Arial, sans-serif !important;
  margin: 0;
}
div.produtos ul.lista-produtos li table.produtos-grid tbody tr td h1.titulo-produto label {
  color: #00aa40;
}
div.produtos ul.lista-produtos li table.produtos-grid tbody tr td p.descricao-produto {
  font-size: 12px;
  margin-top: 6px;
  font-family: Arial, sans-serif;
  font-weight: lighter;
}
label.produto-bloqueado {
  margin: 0 auto;
  position: relative;
  display: block !important;
}
div.pedido-filter {
  margin: 0 auto;
  margin-bottom: 5px;
  padding: 10px;
  text-align: left;
  width: 960px;
  max-width: 960px;
  display: table;
}
div.pedido-filter form.filtro-pedido {
  border: none;
  box-shadow: none;
}
div.pedido-filter form.filtro-pedido .filtro-group {
  width: 100% !important;
  float: left;
  margin-top: 5px;
}
div.pedido-filter form.filtro-pedido div.group {
  margin-bottom: 15px;
}
div.pedido-filter form.filtro-pedido label {
  font-family: Arial;
  font-size: 10px;
  color: #00aa40;
  margin-top: 5px;
}
div.pedido-filter form.filtro-pedido label.a {
  width: 11px !important;
}
div.pedido-filter form.filtro-pedido input select {
  min-width: 154px;
  border: 1px solid #00aa40;
  font-size: 12px;
  color: #666;
  -moz-box-shadow: inset 0 0 10px #dddddd;
  -webkit-box-shadow: inset 0 0 10px #dddddd;
  box-shadow: inset 0 0 10px #dddddd;
  border: 1px solid #ccc;
}
div.pedido-filter form.filtro-pedido .nome-fantasia {
  width: 400px;
  height: 29px;
}
div.pedido-filter form.filtro-pedido .cpf-cnpj {
  width: 170px;
  height: 29px;
}
div.pedido-filter form.filtro-pedido .numero-pedido {
  width: 100px;
  height: 29px;
}
div.pedido-filter form.filtro-pedido .numero-nota {
  width: 350px;
}
div.pedido-filter form.filtro-pedido .situacao-pedido {
  width: 189px;
  height: 29px;
}
div.pedido-filter form.filtro-pedido .date {
  width: 99px !important;
  min-width: 99px !important;
  height: 29px;
}
div.pedido-filter form.filtro-pedido label.periodo {
  width: 27px !important;
}
div.pedido-filter form.filtro-pedido .tipo-extranet {
  height: 29px;
}
div.pedido-filter form.filtro-pedido input.cliente-filter {
  width: 24%;
  max-width: 24%;
  min-width: 11%;
}
div.pedido-filter form.filtro-pedido select {
  min-width: 154px;
  font-size: 12px;
  color: #666;
  -moz-box-shadow: inset 0 0 10px #dddddd;
  -webkit-box-shadow: inset 0 0 10px #dddddd;
  box-shadow: inset 0 0 10px #dddddd;
}
div.full-pedido-filter {
  background-color: #F7F7F7;
  border: 1px solid #a6d2d3;
  margin-bottom: 10px;
  min-width: 960px;
}
.header-pedido thead tr th {
  background-color: #5A8FB9 !important;
}
.header-listNotas thead tr th {
  background-color: #5A8FB9 !important;
}
.listagem-notas {
  margin-top: 30px;
  padding-left: 0;
}
.header-nota thead tr th {
  background-color: #5A8FB9 !important;
}
.footer-buttons {
  width: 95%;
  min-width: 960px;
  margin: 0 auto;
  margin-top: 20px;
  height: 50px;  
  padding-top: 0px;
  padding-left: 12px;
  text-align: center;
}
.footer-buttons button {
  margin-right: 60px;
  margin-left: 40px;
  height: 30px;
  padding-top: 5px;
  width: 230px;
  font-size: 13px;
}
div.produto-pedido-filter {
  background-color: #F7F7F7;
  border: 1px solid #a6d2d3;
  margin-top: 1px;
  padding: 10px;
  text-align: left;
  width: 100%;
}
div.produto-pedido-filter form.filtro-produto {
  border: none;
  box-shadow: none;
  margin: 0;
}
div.produto-pedido-filter form.filtro-produto label {
  font-family: Arial;
  font-size: 10px;
  color: #00aa40;
  margin-top: 5px;
}
div.produto-pedido-filter form.filtro-produto input {
  min-width: 104px;
  border: 1px solid #00aa40;
  font-size: 12px;
  color: #666;
  -moz-box-shadow: inset 0 0 10px #dddddd;
  -webkit-box-shadow: inset 0 0 10px #dddddd;
  box-shadow: inset 0 0 10px #dddddd;
}
div.produto-pedido-filter form.filtro-produto input.name-filter {
  width: 16%;
  max-width: 16%;
  min-width: 16%;
}
div.produto-pedido-filter form.filtro-produto input.qtd-input {
  min-width: 80px;
  width: 80px;
  text-align: center !important;
}
div.produto-pedido-filter form.filtro-produto select {
  min-width: 65px;
  width: 65px;
  font-size: 12px;
  color: #666;
  -moz-box-shadow: inset 0 0 10px #dddddd;
  -webkit-box-shadow: inset 0 0 10px #dddddd;
  box-shadow: inset 0 0 10px #dddddd;
}
div.produto-pedido-filter form.filtro-produto button {
  height: 21px;
  font-size: 12px;
  color: #fff;
  padding-top: 1px;
  padding-bottom: 9px;
  vertical-align: middle;
  border-radius: 0px;
  margin-bottom: 1px;
}
div.produto-pedido-filter form.filtro-produto button.add-car {
  display: inline !important;
  width: 74px;
  height: 26px;
  font-size: 8px !important;
  padding: 2px;
  color: #00aa40;
  font-weight: bold;
  text-transform: uppercase;
  white-space: normal;
  border-radius: 3px;
  margin-top: -1px;
}
button.incluir-todos {
  border: none;
  display: block;
  background-image: url("/img/bt_incluir_todos.png");
  background-repeat: no-repeat;
  height: 28px;
  width: 94px;
  margin-right: -6px;
  margin-left: 5px;
}
button.incluir-todos:hover {
  background-image: url("/img/bt_incluir_todos_hover.png");
}
.item-car-message {
  margin-bottom: 1px !important;
}
.item-car-message button {
  margin: -9px 2px;
}
.item-car-message p {
  margin: -9px 0;
}
div.long-banner {
  padding-top: 20px;
  text-align: center;
}
.invalid-input {
  border: 1px solid red !important;
}
.container-endereco-pedido {
  width: 755px;
  margin-left: 80px;
}
.endereco-button {
  margin-right: 20px;
}
.mini-input {
  width: 60px;
}

a.produto-arquivo {
  background-color: #D3903B;
  padding-top: 4px;
}
a.produto-caracteristica {
  background-color: #2EA6B6;
  padding-top: 4px;
}
div.produto-detalhe {
  font-size: 12px !important;
  overflow-y: auto !important;
  max-height: 370px;
}
div.modal-footer {
  text-align: center;
}
div.modal-footer div.img-thumbnail {
  border: none;
  box-shadow: none;
}
div.modal-footer div.img-thumbnail a img {
  border: 1px solid #ccc;
  height: 80px;
  min-height: 80px;
  width: 80px;
  min-width: 80px;
  max-height: 80px;
  padding: 10px;
  margin: 2px;
}
div.box-empty {
  float: left;
  width: 750px;
  margin-bottom: 2px;
  height: 340px;
  text-align: center;
  color: #71934a;
  font-weight: bold;
  font-size: 19px;
  padding-top: 100px;
  font-family: Arial, sans-serif;
}
.checkbox-obs {
  float: right;
  height: 148px;
  width: 743px;
  padding-top: 40px;
}
.checkbox-obs label {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.42857;
  color: #777;
  display: block;
  padding-left: 5px;
}
.checkbox-obs input.obs-pedido {
  margin: 1px 9px 3px !important;
}
span.warning {
  font-size: 13px;
  color: #999;
}
div.top-message .messages {
  padding-right: 15px;
}
button.incluir-todos-bottom {
  margin-left: 32px;
  margin-top: -11px;
}
div.cabecalho-pedido .cabecalho-input {
  padding: 0 12px;
}
div.cabecalho-pedido select.cabecalho-input {
  padding: 0;
}
.btn-carregar-dados-canal {
  border: 0;
  outline: 0;
  margin-top: 25px;
  height: 36px;
  width: 216px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('/img/btn_carregar_dados_canal.jpg');
}
.btn-carregar-dados-canal:disabled {
  background-image: url('/img/btn_carregar_dados_canal_off.jpg');
}
div.dados-canal div.dados-canal-topo {
  background-color: #00aa40;
  color: #FFF;
}
div.dados-canal div.dados-canal-topo h1 {
  margin: 15px 0;
  font-size: 14px;
  font-weight: bold;
}
.text-selecione-canal {
  font-size: 12px !important;
  font-family: Tahoma;
  font-weight: normal;
}
.row-rascunho {
  background-color: #fcf8e3;
}
.row-status-cancelado {
  background-color: #e3ecff;
}
.row-status-aguardando-aprovacao-cotacao {
  background-color: #f5f3fc;
}
.well-form-filter {
  padding-bottom: 10px;
  padding-top: 0;
  width: 450px;
  height: 60px;
}
.btn-carrinho {
  padding-bottom: 10px;
  padding-top: 0;
  width: 267px;
  height: 60px;
}
button.btn-go-carrinho {
  border: none;
  display: block;
  background-image: url("/img/bt_ir_carrinho.png");
  background-repeat: no-repeat;
  height: 28px;
  width: 173px;
  margin: 16px;
  margin-left: 50px;
}
button.btn-go-carrinho:hover {
  background-image: url("/img/bt_ir_carrinho_hover.png");
}
button.btn-go-carrinho:disabled {
  background-image: url("/img/bt_ir_carrinho_disabled.png");
  pointer-events: none;
}
td.container-pagination {
  width: 420px;
}
.filtro-produto-right-column {
  width: 44%;
  min-width: 430px;
}
.filtro-produto-left-column {
  width: 55%;
  min-width: 526px;
}
tr.desconto-verde {
  background-color: rgba(218, 247, 210, 0.51);
}
td.desconto-verde {
  color: green;
}
.img-cabecalho-pedido-programado {
  background: url('/img/alt-cabecalho-pedido.png') no-repeat center;
  min-height: 80px;
  margin-top: 15px;
}
a.disabled,
span.disabled {
  color: #c0c0c0 !important;
}
tr.upload-disabled {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
a.etapa-upload {
  text-decoration: none;
  color: #000;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.pre-cadastro-form {
  margin-right: -40px;
  margin-left: 5px;
  float: right;
  width: 763px;
}
.pre-cadastro-form > .form-group:nth-child(odd) {
  background: #f9f9f9;
  padding: 6px 0;
}
.col-ramal {
  width: 13%;
}
.col-quantidade-filiais {
  width: 11%;
}
.margin10-top {
  margin-top: 10px;
}
.documento-row {
  width: 50%;
}
.textarea-error {
  margin-left: 268px;
}
.col-telefone {
  width: 21.5%;
}
.numero-obrigatorio {
  position: absolute;
  right: -50px;
  top: 60px;
}
div.bottom-line {
  height: 1px;
  width: 708px;
  margin-right: -40px;
  margin-bottom: 10px;
  background: #eee;
}
div.small-bottom-line {
  height: 1px;
  width: 100%;
  float: right;
  clear: both;
  margin-bottom: 10px;
  background: #eee;
}
div.row.row-bottom-line {
  margin-right: -90px;
}
div.distribuidor-bottom-line {
  height: 1px;
  width: 100%;
  float: right;
  clear: both;
  margin-bottom: 10px;
  background: #eee;
}
.big-form-margin-fixer {
  margin-right: -90px;
}
.form-margin-fixer {
  margin-right: -40px;
}
.no-margin-right {
  margin-right: 0 !important;
}
table.table-common {
  font-size: 12px;
}
table.table-common th,
table.table-common tr,
table.table-common tr > td {
  border: 1px solid #d9d9d9 !important;
}
table.table-common thead {
  background: #00aa40;
  color: #fff;
}
table.table-common thead tr th {
  vertical-align: middle;
}
table.table-common tbody {
  background: #f9f9f9;
}
.xs-9-table {
  width: 77.8%;
  padding-right: 0;
}
.input-nome {
  width: 170px;
}
.input-cnpj {
  width: 160px;
}
.input-capital {
  width: 76px;
}
.small-button {
  font-size: 11px;
}
.imovel-cell {
  width: 240px;
}
.tipo-cell {
  width: 70px;
}
.valor-cell {
  width: 160px;
}
.acoes-cell {
  width: 140px;
  min-width: 140px;
}
.col-vinculo {
  width: 150px;
}
.col-bens {
  width: 110px;
}
.representantes-table {
  width: 692px !important;
}
.input-nacionalidade {
  width: 120px;
}
.imovel-table {
  margin-top: 20px;
}
.margin20-top {
  margin-top: 20px;
}
.form-adesao-container {
  margin-left: 50px;
}
.control-label {
  font-size: 12px !important;
  margin-right: -25px;
}
.small-label {
  margin-right: 0px;
  padding-right: 3px;
}
.ramal-label {
  margin-right: 5px;
}
.container-deseja-participar-programa {
  padding-right: 9px !important;
}
.deseja-participar-programa {
  width: 664px;
}
.form-group {
  margin-bottom: 10px;
}
.aviso-onus {
  font-size: 10px;
  font-weight: 700;
  height: 20px;
  text-align: left;
  vertical-align: middle;
  display: table;
  margin-left: -24px;
  margin-top: 6px;
}
label.error-block {
  background-color: #D65C4F;
  color: #FFFFFF !important;
  display: table;
  font-size: 11px;
  font-weight: 600 !important;
  line-height: 14px;
  text-wrap: nowrap;
  margin-bottom: 0;
  padding: 5px 8px;
  border-radius: 3px;
  margin-top: 3px;
}
div.form-header {
  background: #f9f9f9;
  border-left: 3px solid #85bdb0;
  margin-bottom: 20px;
  margin-right: -23px;
  margin-left: 5px;
  float: right;
}
div.form-header h2.label {
  width: 100%;
  float: left;
  text-align: left;
  color: #85bdb0;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 19px;
}
div.form-header div.natureza-canal {
  background: #fff;
  margin-left: 15px;
  border-radius: 5px;
  padding: 15px;
}
div.form-header div.natureza-canal input[type=radio] {
  width: 20px !important;
  height: 20px !important;
  margin-top: -0.2px;
  background: #fff;
  margin-right: 10px;
}
input.has-error {
  border: 1px solid #b70100;
}
div.big-cotacao-previa {
  width: 763px;
  margin-right: -40px;
}
div.cotacao-previa-container {
  margin-top: 20px;
  background: #fdf7f7;
  border-left: 4px solid #d65c4f;
  margin-bottom: 20px;
}
div.cotacao-previa-container h2.label {
  width: 100%;
  float: left;
  text-align: left;
  color: #d65c4f;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 19px;
}
div.cotacao-previa-container p {
  margin: 10px 10px 5px;
}
div.cotacao-previa-container div.white-bg {
  background: #fff;
  margin-left: 15px;
  border-radius: 5px;
  padding: 15px;
}
div.cotacao-previa-container div.white-bg input[type=radio] {
  width: 20px !important;
  height: 20px !important;
  margin-top: -0.2px;
  background: #fff;
  margin-right: 10px;
}
.no-padding-left {
  padding-left: 0px;
}
div.menu-etapas {
  float: left;
}
div.menu-etapas ul {
  list-style: none;
  background: #f9f9f9;
  float: left;
  width: 200px;
  padding-left: 0;
  font-family: Arial, sans-serif;
  font-size: 11px;
  border: 2px solid #d3d3d3;
}
div.menu-etapas li {
  padding: 3px 3px 3px 6px;
  border-top: 1px solid #eee;
}
div.menu-etapas li.active {
  background: #85bdb0;
}
div.menu-etapas li.active a {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
}
div.menu-etapas li a {
  text-decoration: none;
  color: #29333c;
  display: block;
  width: 100%;
}
.termos-uso {
  margin-top: -8px;
  font-size: 12px;
}
.text-termo-uso {
  font-size: 12px;
  height: 438px;
  overflow-y: scroll;
  background-color: #EEE;
  margin-left: 18px;
  margin-right: 0px;
  padding: 12px;
  border: 1px solid #CCC;
  margin-top: -15px;
  width: 95%;
}
.field-container {
  width: 721px;
  margin-right: -40px !important;
}
div.form-adesao div.form-line label {
  width: 90px;
  font-size: 11px;
}
div.form-adesao div.form-line .input-medium {
  width: 150px;
}
div.form-adesao div.form-line .input-large {
  width: 500px;
}
.adesao h1.titulo {
  font-size: 22px;
}
.adesao label.radio-inline {
  font-size: 11px;
  font-weight: bold;
}
.adesao label.radio-inline input[type=radio] {
  margin-top: -2px;
}
.adesao input.small-input {
  width: 101px;
}
.adesao div.col-md-2-smaller {
  width: 13.99999999%;
}
.adesao div.col-md-2-mini {
  width: 9.9999999% !important;
}
.adesao .no-wrap {
  white-space: nowrap;
}
.adesao .col-md-1-mini {
  width: 3.33333%;
  padding-left: 0;
}
.adesao .small-label {
  width: 6.9999%;
  margin-bottom: 2px;
  padding-left: 0;
}
.adesao-modal-lg {
  width: 900px;
  z-index: -2;
  margin: 30px auto;
}
h2.subtitle {
  font-family: Arial, sans-serif;
  font-size: 18px;
  padding: 4px;
  width: 725px;
  margin-left: -15px;
  background: #00aa40;
  color: #fff;
}
div.loader {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  margin-left: -30px;
  left: 50%;
}
form.form-adesao {
  margin-top: 4px;
}

div.form-header-tips {
  background: rgba(223, 241, 198, 0.49);
  border-left: 3px solid #85bdb0;
  margin-bottom: 10px;
  margin-right: -489px;
  margin-left: 5px;
  float: right;
  width: 733px;
}
.container-button {
  width: 721px;
  padding-right: 103px;
}
.table-adesao {
  width: 732px;
  min-width: 732px;
  margin-left: -13px;
}
.table-adesao tbody tr td:last-child {
  width: 140px;
  min-width: 140px;
}
.table-adesao tbody tr td.unidade-title {
  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
}
.adesao-label {
  margin-left: 55px;
  font-size: 11px;
}
.adesao-input-text {
  margin-left: 40px;
}
.anchor-button {
  margin: 3px;
  padding: 3px;
  margin-right: -50px;
}
.button-form {
  margin-left: 46px;
}
.success-message-adesao {
  text-align: center;
}
.success-message-adesao .text-message {
  font-family: Arial, sans-serif;
  padding-bottom: 20px;
  width: 400px;
  min-width: 400px;
  margin: 0 auto;
  font-size: 17px;
  color: #81a79c;
}
.title-message {
  margin: 0 auto;
  width: 500px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-family: Arial, sans-serif;
}
.text-message {
  margin: 0 auto;
  width: 460px;
  font-size: 17px;
  text-align: center;
  font-family: Arial, sans-serif;
}
.button-busca-cep-cobranca-filiais {
  display: inline;
  font-size: 10px;
  float: left;
  padding-top: 7px;
  text-decoration: none;
}
.button-preenche-cobranca-filiais {
  display: inline;
  font-size: 10px;
  float: left;
  padding-top: 7px;
  margin-left: 5px;
  text-decoration: none;
}
.table-empresas-coligadas tbody tr td:last-child {
  min-width: 90px;
  width: 90px;
}
td.etapa-wrapper {
  cursor: pointer;
}
div.center-distribuidor {
  margin-left: 10px;
}
div.center-distribuidor-responsive {
  width: 70px;
  margin: auto;
}
span.distribuidor-vad,
span.distribuidor-box-mover {
  color: #FFFFFF;
  display: table-cell;
  width: 70px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  line-height: 24px;
}
span.distribuidor-vad {
  background-color: #59d599;
  border-bottom: 1px solid #49b138;
}
span.distribuidor-box-mover {
  background-color: #94b2ee;
  border-bottom: 1px solid #697EA8;
  padding: 1px;
}
div.cabecalho-header-distribuidor {
  height: 40px;
  margin-bottom: 15px;
  width: auto;
}
form.distribuidor-filter input {
  width: 20%;
}
form.distribuidor-filter .input-cnpj {
  width: 110px;
}
form.distribuidor-filter label.distribuidor-label {
  font-size: 12px !important;
  margin-left: 8px !important;
}
.colaboradores-filter input {
  max-width: 120px !important;
}
.colaboradores-filter .cpf-input {
  width: 60px;
}
.colaboradores-filter .ativo-input {
  width: 50px;
  min-width: 50px !important;
}
.titulo-gestao-canais {
  width: 100%;
}
table.grid-common tbody tr.integrado {
  background-color: #E7FFCD;
}
table.grid-common tbody tr.pre_cadastro {
  background-color: #FFF5EE;
}
table.grid-common tbody tr.acessado {
  background-color: #FFF8D3;
}
label.margin-left-25 {
  margin-left: 25px !important;
}
div.footer {
  background-color: #ffffff !important;
  width: 100%;
  position: relative;
}
div.footer a.menu {
  padding-bottom: 8px;
  font-size: 12px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 8px;
  border-bottom: 1px solid #828282;
  font-family: 'Arial', sans-serif;
  color: #6f6f6f;
  font-weight: bold;
  display: block;
}
div.footer a.menu:hover {
  text-decoration: none;
}
div.footer ul.sub-menus {
  padding: 0 0 20px 0;
}
div.footer ul.sub-menus > li {
  margin-bottom: 3px;
}
div.footer ul.sub-menus > li > a {
  font-family: 'Arial', sans-serif;
  color: #c9c9c9;
  font-size: 12px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
div.footer ul.sub-menus > li > a:hover {
  text-decoration: none;
}
div.footer hr {
  display: block;
  border-top: none;
  border-bottom: 1px solid #828282;
}
.wrapper-form-filter,
.wrapper-form-filter-full,
.wrapper-primary-full {
  border: 1px solid #a6d2d3;
  margin-bottom: 3px;
  padding: 2px 12px 15px 12px;
  text-align: center;
  background-color: #F7F7F7;  
}
.wrapper-form-filter h1,
.wrapper-form-filter-full h1,
.wrapper-primary-full h1 {
  color: #00aa40;
  font-size: 10px;
  margin-top: 8px;
  margin-bottom: 15px;
  display: block;
  text-align: left;
  font-weight: bold;
}

.wrapper-form-filter .well-form-filter,
.wrapper-form-filter-full .well-form-filter,
.wrapper-primary-full .well-form-filter {
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding-bottom: 15px;
  background: #f1f1f1;  
  background: -moz-linear-gradient(top, #f1f1f1 0%, #ededed 47%, #e7e7e7 100%);  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(47%, #ededed), color-stop(100%, #e7e7e7));  
  background: -webkit-linear-gradient(top, #f1f1f1 0%, #ededed 47%, #e7e7e7 100%);
  background: -o-linear-gradient(top, #f1f1f1 0%, #ededed 47%, #e7e7e7 100%);  
  background: -ms-linear-gradient(top, #f1f1f1 0%, #ededed 47%, #e7e7e7 100%);  
  background: linear-gradient(to bottom, #f1f1f1 0%, #ededed 47%, #e7e7e7 100%);  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e7e7e7', GradientType=0);
 
}
.wrapper-form-filter input[type="submit"],
.wrapper-form-filter-full input[type="submit"],
.wrapper-primary-full input[type="submit"],
.wrapper-form-filter button[type="submit"],
.wrapper-form-filter-full button[type="submit"],
.wrapper-primary-full button[type="submit"],
.wrapper-form-filter input[type="reset"],
.wrapper-form-filter-full input[type="reset"],
.wrapper-primary-full input[type="reset"],
.wrapper-form-filter button[type="reset"],
.wrapper-form-filter-full button[type="reset"],
.wrapper-primary-full button[type="reset"] {
  margin-top: 22px !important;
}
.wrapper-form-filter .form-group-filter,
.wrapper-form-filter-full .form-group-filter,
.wrapper-primary-full .form-group-filter,
.wrapper-form-filter .form-group-filter-inline,
.wrapper-form-filter-full .form-group-filter-inline,
.wrapper-primary-full .form-group-filter-inline,
.wrapper-form-filter .form-group-primary,
.wrapper-form-filter-full .form-group-primary,
.wrapper-primary-full .form-group-primary {
  text-align: left;
}
.wrapper-form-filter .form-group-filter label,
.wrapper-form-filter-full .form-group-filter label,
.wrapper-primary-full .form-group-filter label,
.wrapper-form-filter .form-group-filter-inline label,
.wrapper-form-filter-full .form-group-filter-inline label,
.wrapper-primary-full .form-group-filter-inline label,
.wrapper-form-filter .form-group-primary label,
.wrapper-form-filter-full .form-group-primary label,
.wrapper-primary-full .form-group-primary label {
  margin-top: 5px;
  font-size: 10px;
  display: block;
  text-align: left;
  color: #00aa40;
}
.wrapper-form-filter .form-group-filter input[type=file],
.wrapper-form-filter-full .form-group-filter input[type=file],
.wrapper-primary-full .form-group-filter input[type=file],
.wrapper-form-filter .form-group-filter-inline input[type=file],
.wrapper-form-filter-full .form-group-filter-inline input[type=file],
.wrapper-primary-full .form-group-filter-inline input[type=file],
.wrapper-form-filter .form-group-primary input[type=file],
.wrapper-form-filter-full .form-group-primary input[type=file],
.wrapper-primary-full .form-group-primary input[type=file] {
  padding: 4px !important;
}
.wrapper-form-filter .form-group-filter .invalid-input-primary,
.wrapper-form-filter-full .form-group-filter .invalid-input-primary,
.wrapper-primary-full .form-group-filter .invalid-input-primary,
.wrapper-form-filter .form-group-filter-inline .invalid-input-primary,
.wrapper-form-filter-full .form-group-filter-inline .invalid-input-primary,
.wrapper-primary-full .form-group-filter-inline .invalid-input-primary,
.wrapper-form-filter .form-group-primary .invalid-input-primary,
.wrapper-form-filter-full .form-group-primary .invalid-input-primary,
.wrapper-primary-full .form-group-primary .invalid-input-primary {
  border: 1px solid red !important;
}
.wrapper-form-filter .form-group-filter input,
.wrapper-form-filter-full .form-group-filter input,
.wrapper-primary-full .form-group-filter input,
.wrapper-form-filter .form-group-filter-inline input,
.wrapper-form-filter-full .form-group-filter-inline input,
.wrapper-primary-full .form-group-filter-inline input,
.wrapper-form-filter .form-group-primary input,
.wrapper-form-filter-full .form-group-primary input,
.wrapper-primary-full .form-group-primary input,
.wrapper-form-filter .form-group-filter select,
.wrapper-form-filter-full .form-group-filter select,
.wrapper-primary-full .form-group-filter select,
.wrapper-form-filter .form-group-filter-inline select,
.wrapper-form-filter-full .form-group-filter-inline select,
.wrapper-primary-full .form-group-filter-inline select,
.wrapper-form-filter .form-group-primary select,
.wrapper-form-filter-full .form-group-primary select,
.wrapper-primary-full .form-group-primary select {
  font-size: 12px;
  width: 100%;
  height: 29px;
  padding: 6px 8px;
  color: #555555;
  border-radius: 4px;
  border: 1px solid #cccccc !important;
  background-color: #FFFFFF;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.wrapper-form-filter .form-group-filter input:focus,
.wrapper-form-filter-full .form-group-filter input:focus,
.wrapper-primary-full .form-group-filter input:focus,
.wrapper-form-filter .form-group-filter-inline input:focus,
.wrapper-form-filter-full .form-group-filter-inline input:focus,
.wrapper-primary-full .form-group-filter-inline input:focus,
.wrapper-form-filter .form-group-primary input:focus,
.wrapper-form-filter-full .form-group-primary input:focus,
.wrapper-primary-full .form-group-primary input:focus,
.wrapper-form-filter .form-group-filter select:focus,
.wrapper-form-filter-full .form-group-filter select:focus,
.wrapper-primary-full .form-group-filter select:focus,
.wrapper-form-filter .form-group-filter-inline select:focus,
.wrapper-form-filter-full .form-group-filter-inline select:focus,
.wrapper-primary-full .form-group-filter-inline select:focus,
.wrapper-form-filter .form-group-primary select:focus,
.wrapper-form-filter-full .form-group-primary select:focus,
.wrapper-primary-full .form-group-primary select:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}
.wrapper-form-filter .form-group-filter-inline,
.wrapper-form-filter-full .form-group-filter-inline,
.wrapper-primary-full .form-group-filter-inline {
  padding: 10px 0;
}
.wrapper-form-filter .form-group-filter-inline label,
.wrapper-form-filter-full .form-group-filter-inline label,
.wrapper-primary-full .form-group-filter-inline label {
  display: inline-block;
}
.wrapper-form-filter .form-group-filter-inline input,
.wrapper-form-filter-full .form-group-filter-inline input,
.wrapper-primary-full .form-group-filter-inline input,
.wrapper-form-filter .form-group-filter-inline select,
.wrapper-form-filter-full .form-group-filter-inline select,
.wrapper-primary-full .form-group-filter-inline select {
  width: 120px;
}
/* wrapper-form-filter  */
.wrapper-form-filter-full,
.wrapper-primary-full {
  width: 100%;
}
.container-form-filter-full,
.container-primary-full {
  width: 960px;
  margin: auto;
  padding: 8px 10px 0 10px;
}
table.table-planilha tr {
  text-align: center;
}
div.planilha-status {
  max-width: 300px;
  position: relative;
  display: inline-block;
}
div.planilha-status .status-icon {
  width: 16px;
  height: 16px;
  float: left;
}
.planilha-status-a {
  color: #f6a828;
}
.planilha-status-a .status-icon {
  background: url('../img/icon-alert-yellow.png') 0px center no-repeat;
}
.planilha-status-g {
  color: #FF7A00;
}
.planilha-status-g .status-icon {
  background: url('../img/ico_warning_orange.png') 0px center no-repeat;
}
.planilha-status-p {
  color: #00aa32;
}
.planilha-status-p .status-icon {
  background: url('../img/ico_check.png') 0px center no-repeat;
}
.planilha-status-q {
  color: #FF8C00;
}
.planilha-status-q .status-icon {
  background: url('../img/icon-alert-orange.png') 0px center no-repeat;
}
.planilha-status-n {
  color: #002093;
}
.planilha-status-n .status-icon {
  background: url('../img/icon-alert-blue.png') 0px center no-repeat;
}
.planilha-status-o {
  color: #002093;
}
.planilha-status-o .status-icon {
  background: url('../img/ico_warning_blue.png') 0px center no-repeat;
}
.planilha-status-e {
  color: #a42406;
}
.planilha-status-e .status-icon {
  background: url('../img/icon-alert-red.png') 0px center no-repeat;
}
.planilha-status-i {
  color: #cecece;
}
.status-text {
  padding-left: 30px;
}
span.success {
  color: #2ca02c;
}
span.error {
  color: #ff0000;
}
a.status-erro {
  text-decoration: underline;
  color: inherit;
}
a.baixar-planilha {
  height: 35px;
  width: 135px;
  background: url('../img/excel.png') left no-repeat #fff;
  border: 1px solid #c5c5c5;
  color: #6d6d6d;
  text-decoration: none;
}
a.baixar-planilha .baixar-text {
  width: 100px;
  font-size: 11px;
  text-align: center;
  padding-top: 3px;
}
.linha-cancelada {
  color: #cecece;
}
.wrapper-form-primary {
  border: 1px solid #cccccc;
  background-color: #f5f5f5;
  padding: 15px;
}
.wrapper-form-primary input[disabled] {
  background-color: #eeeeee;
}
.wrapper-form-primary .form-group-primary {
  margin-bottom: 10px;
}
.wrapper-form-primary .form-group-primary label {
  font-size: 12px;
  font-weight: normal;
}
.table-primary {
  font-family: Tahoma;
  font-size: 11px;
}
.table-primary tr.row-spotlight {
  color: white;
  background-color: #00aa40;
  height: 33px;
}
.table-primary tr {
  height: 26px;
}
.table-primary tr td,
.table-primary tr th {
  padding: 5px;
}
.table-primary tr td {
  text-align: left;
  border: 1px solid #cccccc;
}
.table-primary tr td.text-dark {
  color: #6f6f6f;
  font-weight: bold;
}
.table-primary tr td.text-info {
  font-weight: bold;
  color: #00aa40;
}
.table-secondary th {
  background-color: #e9ecf1;
  border: 1px solid #e9ecf1;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.table-secondary th,
.table-secondary td {
  color: #738090;
  font-size: 10px;
  padding-left: 3px;
}
.table-secondary td {
  border: 1px solid #e9ecf1;
  font-size: 9px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.table-secondary tbody tr {
  height: 41px;
}

.no-padding {
  padding: 0 !important;
}
.meuwwwwww {
  width: 100%;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}

.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right-left {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.no-border {
  border: 0 !important;
}
.no-border-top {
  border-top: none !important;
}
.no-border-bottom {
  border-bottom: none !important;
}
.no-border-left {
  border-left: none !important;
}
.no-border-right {
  border-right: none !important;
}

.min-width-default {
  min-width: 960px;
}
.no-min-width {
  min-width: 0;
}
.full-width {
  width: 100% !important;
}
.smal-width {
  width: 95% !important;
}
.with-min-width {
  min-width: 960px;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.block-align-center {
  display: block !important;
  margin: 0 auto;
}
.text-small {
  font-size: 10px;
}
.text-medium {
  font-size: 12px;
}
.text-strong {
  font-weight: bold;
}
.text-normal {
  font-weight: normal;
}
.text-danger-light {
  color: #df1613;
}
tr.row-info {
  background-color: #d0ecec;
}
tr.row-info:hover {
  background-color: #cce8e8 !important;
}
tr.row-danger {
  background-color: #fbe3e3;
}
tr.row-danger:hover {
  background-color: #f5dddd !important;
}
tr.row-danger-light {
  background-color: #FAEDED;
}
tr.row-danger-light:hover {
  background-color: #f0e3e3 !important;
}

ul.list-inline-block li {
  display: inline-block;
}
.symbol-required {
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #FF0000;
}
.no-float {
  float: none !important;
}
.cursor-pointer:hover {
  cursor: pointer;
}
.no-text-decoration {
  text-decoration: none !important;
}

.modal-primary .modal-header {
  background-color: #489f4c;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.modal-primary .modal-header .modal-title,
.modal-primary .modal-header .modal-loading-title {
  color: #FFF;
}

a.btn-export,
a.btn-export:active {
  font-weight: 800;
  height: 25px;
  box-shadow: none;
  font-size: 11px;
  border-radius: 0;
  padding-top: 4px;
  padding-left: 11px;
  padding-bottom: 5px;
}
a.btn-export-excel,
a.btn-export-excel:hover,
a.btn-export-excel:active {
  color: #1e7145 !important;
  border: solid 1px #1e7145;
  background: #FFF url("/images/icons/export/excel.png") no-repeat left top !important;
  padding-left: 29px;
  text-decoration: none;
  font-weight: bold;
}
a.btn-export-pdf,
a.btn-export-pdf:hover,
a.btn-export-pdf:active {
  color: #ea4c3a !important;
  border: solid 1px #ea4c3a;
  background: #FFF url("/images/icons/export/pdf.png") no-repeat left top;
  padding-left: 32px;
}
.btn-collapse,
.btn-collapse:hover {
  cursor: pointer;
  color: #00aa40;
  font-size: 13px;
}
.btn-no-style,
.btn-no-style:hover {
  border: none;
  background-color: transparent;
  outline: none;
}

.btn-secondary-success,
.btn-secondary-success:link,
.btn-secondary-success:focus {
  background-color: #5cb85c;
  color: #FFF;
  border: 1px solid #4cae4c;
}
.btn-secondary-success:hover {
  background-color: #00aa40;
  color: #FFF;
  border: 1px solid #398439;
}
.btn-secondary-default {
  background-color: #FFF;
  color: #333;
  border: 1px solid #CCC;
}
.btn-secondary-default:hover {
  background-color: #e6e6e6;
  border: 1px solid #adadad;
}
.btn-secondary-danger {
  background-color: #d9534f;
  color: #FFF;
  border: 1px solid #d43f3a;
}
.btn-secondary-danger:hover {
  background-color: #c9302c;
  color: #FFF;
  border: 1px solid #a82724;
}
.btn-tertiary {
  font-size: 12px !important;
  font-weight: bold;
  border: 1px solid;
}
.btn-tertiary-default,
.btn-tertiary-default:link,
.btn-tertiary-default:focus,
.btn-tertiary-default:hover {
  border-color: #cccccc;
  color: #7a7a7a;
  background-color: #fdfdfd;
}
.btn-tertiary-default:hover {
  background-color: #f2f2f2;
}
.btn-tertiary-success,
.btn-tertiary-success:link,
.btn-tertiary-success:focus,
.btn-tertiary-success:hover {
  border-color: #4d9799;
  color: #FFFFFF;
  background-color: #00aa40;
}
.btn-tertiary-success:hover {
  background-color: #4e9ea0;
}
.btn {
  font-size: 11px !important;
  margin-left: 5px;
  margin-right: 9px;
  margin-bottom: 9px;  
}
.btn-labeled {
  background-color: #00aa40;
}
.btn-small {
  width: 150px;
}
.btn,
.ui-button,
.icon-separator-vertical {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: none;
}
.button-content {
  overflow: hidden;
  text-overflow: ellipsis;
}
.button-content,
.icon-separator {
  display: block;
  float: left;
  text-align: center;
  white-space: nowrap;
}
.button-content .float-left.glyph-icon {
  margin-right: 5px;
}
.button-content .float-right.glyph-icon {
  margin-left: 5px;
  margin-right: 0;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"] {
  display: none;
}
.button-group-vertical .btn {
  display: block;
  float: none;
}
.button-group-vertical > .btn:first-child {
  border-radius: 0;
}
.button-group-vertical > .btn + .btn {
  border-radius: 0;
  margin-top: -1px;
}
.button-group-vertical > .btn + .btn .icon-separator {
  border-radius: 0;
}
.vertical-button {
  max-width: 100px;
  min-width: 60px;
  padding: 5px 10px;
}
.btn-label {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
  display: inline-block;
  left: -12px;
  padding: 6px 12px;
  position: relative;
}
.btn-label-right {
  left: 12px;
}
.btn-labeled {
  padding-bottom: 0;
  padding-top: 0;
}
.btn-labeled .btn-label {
  height: 27px !important;
}
.btn-labeled-small {
  padding-top: 0px !important;
  border-radius: 4px !important;
}
.btn-labeled-small span.btn-label {
  padding: 2px 12px;
}
.btn-labeled-adesao-form {
  margin: 20px -90px 10px 0 !important;
}
.toolbar .btn {
  margin-right: 20px;
  font-weight: 800;
  height: 25px;
  float: left;
  padding: 0 15px;
}
.btn-toolbar {
  font-size: 11px;
  margin-right: 20px;
  outline: none;
  font-weight: 800;
  box-shadow: none;
  height: 25px;
  background: transparent;
  border-radius: 0;
  color: #00aa40 !important;
  border: 1px solid #00aa40;
  float: left;
}
.btn-toolbar:disabled {
  color: #8dc0c2 !important;
  border: 1px solid #8dc0c2 !important;
  font-size: 10px !important;
}
.btn-toolbar-reset {
  background-image: url("/images/icons/icon-clean-25x25.png");
  background-color: white;
  background-size: 25px 25px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  border: 0px;
}
#titulo-topo {
  width: 100%;
  height: 111px;
  text-align: center;
}
#titulo-topo .container-titulo-topo {
  background-color: #33AF2E;
  width: 100%;
  text-align: center;
}
.text-muted-wrapper .text-muted,
.text-muted-wrapper p,
.text-muted-wrapper li,
.text-muted-wrapper span,
.text-muted-wrapper strong,
.text-muted-wrapper th,
.text-muted-wrapper td,
.text-muted-wrapper h1,
.text-muted-wrapper h2,
.text-muted-wrapper h3,
.text-muted-wrapper h4,
.text-muted-wrapper h5,
.text-muted-wrapper h6 {
  color: #8d8d8d !important;
  qsize: 12px !important;
}
.text-muted-dark {
  color: #6b6b6b !important;
}
.text-muted-strong-dark {
  color: #5E5E5E !important;
}
.text-muted-light {
  color: #acb0bc !important;
}
.text-primary-info {
  color: #00aa40;
}
.titulo-background-muted {
  font-size: 14px;
  font-weight: bold;
  background-color: #EAEAEA;
  padding: 5px 12px;
  border: solid 1px #7B7B7B;
}
.title-primary {
  color: #00aa40;
  font-size: 21px;
}
.align-right-not-padding {
  padding-right: 2px;
  text-align: right;
}
.align-left-not-padding {
  padding-left: 2px;
  text-align: left;
}

.wrapper-tooltip-primary .tooltip {
  font-size: 10px;
  max-width: 140px;
}
.wrapper-tooltip-primary .tooltip .tooltip-inner {
  background-color: #4b4748;
}
.wrapper-tooltip-primary .tooltip .tooltip-arrow {
  color: #4b4748;
  border-top-color: #4b4748;
}

ul.list-legend-potencial li {
  display: inline-block;
  margin-left: 10px;
}
ul.list-legend-potencial .legend-label-potencial {
  display: inline-block;
  width: 10px;
  height: 10px;
}
ul.list-legend-potencial .legend-label-dentro-esperado {
  background-color: #b9d1e9;
}
ul.list-legend-potencial .legend-label-acompanhar {
  background-color: #ffbf5b;
}
ul.list-legend-potencial .legend-label-atencao {
  background-color: #ff5c61;
}
ul.list-legend-potencial .legend-label-potencial-ok {
  background-color: #7fe670;
}
ul.list-legend-potencial .legend-label-acima-potencial {
  background-color: #68b863;
}

.bg-dentro-esperado {
  background-color: #cbe5ff !important;
  color: #3b7e80 !important;
}
.bg-acompanhar {
  background-color: #fbdcaa !important;
  color: #3b7e80 !important;
}
.bg-atencao {
  background-color: #ffc8c7 !important;
  color: #3b7e80 !important;
}
.bg-potencial-ok {
  background-color: #c7fbc0 !important;
  color: #3b7e80 !important;
}
.bg-acima-potencial {
  background-color: rgba(104, 184, 99, 0.58) !important;
  color: #3b7e80 !important;
}
.data-table-input-filter {
  font-size: 12px;
  width: 90%;
  height: 29px;
  padding: 6px 8px;
  color: #555;
  background-color: #FFF;
  box-shadow: none!important;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  border-radius: 3px;
  border: 1px solid #CCC!important;
  outline: 0;
}
tr.agrupado {
  cursor: pointer;
}
td .icone-agrupado {
  margin-right: 5px;
  font-size: 14px;
}
.breadcrumb-wrapper {
  background-color: #eeeeee;
}
.breadcrumb-line {
  border-left: 8px solid #a5d3ca;
  padding-left: 5px;
  margin: 2px 0;
  line-height: 22px;
  font-size: 13px;
  color: #4f4f4f;
}
.breadcrumb-previous-page {
  color: #4f4f4f;
}
.breadcrumb-previous-page:hover {
  text-decoration: none;
  color: #00aa40;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
  cursor: pointer;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  overflow: hidden;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}
.container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.text-mini {
  font-family: 'Arial', sans-serif !important;  
  font-size: 10px;
  color: #000;  
  width: 150px;
  display:inline-block;    
  margin-top: -10px;
  margin-left: 5px;
  margin-bottom: 9px;
}

.topo-divisor-menu {
  width: 1px;
  height: 38px;
  background-color: #ffffff;
  margin: 5px 10px 10px 5px; 
}

.modal-dialog-center {
    margin-top: 25%;
}

.btn-mobile {
	height: 40px;
	font-size: 16px;
}

.navbar-custom {
    background-color: #f2faf5;
    border-color: #E7E7E7;
}

#progress-wrp {
  border: 1px solid #0099CC;
  padding: 1px;
  position: relative;
  height: 30px;
  border-radius: 3px;
  margin: 10px;
  text-align: left;
  background: #fff;
  box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}

#progress-wrp .progress-bar {
  height: 100%;
  border-radius: 3px;
  background-color: #f39ac7;
  width: 0;
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}

#progress-wrp .status {
  top: 3px;
  left: 50%;
  position: absolute;
  display: inline-block;
  color: #FFFFFF;
}


/* Celulares  */
@media only screen and (min-width: 200px) and (max-width: 767px)  {
    	
	.min-width-default {
		min-width: 768px;
	}
	
	.btn {
		height: 40px;
		font-size: 16px;
	}
	.fa {		
		font-size: 2em;
	}
	
	.btn-labeled .btn-label {
		height: 39px !important;
	}
	   
}

@media only screen and (min-width: 768px) and (max-width: 1024px)  {
        
	.wrapper-form-filter,
	.wrapper-form-filter-full,
	.wrapper-primary-full {		
		min-width: 768px;
	}
	
	.wrapper-form-filter {
		width: 768px;
	}
	
	.container-form-filter-full,
	.container-primary-full {
		width: 768px;	
	}
	
	.min-width-default {
		min-width: 768px;
	}
	
	
}

 @media only screen and (min-width: 200px) and (max-width: 767px) and (orientation : portrait) {

   
  } 

