@charset "UTF-8";
.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.new-line {
  white-space: pre;
}

.module {
  background-attachment: fixed;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin: 20px;
}

.module > header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
  background: inherit;
  background-attachment: fixed;
}

.module > header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  background-attachment: fixed;
  -webkit-filter: blur(12px);
  filter: blur(12px);
  transform: scale(2) translateY(20px);
}

.module > header > h1 {
  margin: 0;
  color: white;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

* {
  box-sizing: border-box !important;
}

.grow {
  transition: all .2s ease-in-out;
  z-index: -1;
}

.grow:hover {
  transform: scale(2.8);
  z-index: 999;
  position: relative;
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tilt:hover {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

/* GENERAL */
/** Inverte o opacity default que vem do boostrap 4.1 para ficar compativel com o jquery 2**/
.modal-open .modal {
  opacity: 1 !important;
}

/***tooltips***/
.tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
  opacity: 1 !important;
  z-index: 0 !important;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  /*z-index: 1;*/
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0.8 !important;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/***Fim tooltips***/
header#header,
#left-panel,
#main #ribbon,
.page-footer {
  position: fixed !important;
}

.shadow {
  box-shadow: 6px 15px 15px 5px #f1f1f1;
  border-radius: 3px;
  width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.dark {
  background: #4c4f53 !important;
  color: #ffffff;
  border: 1px solid #696868;
  font-weight: bold;
}

.gray {
  background: #696969 !important;
}

.border {
  border: 1px solid #ddd;
}

.border-top {
  border-top: 1px solid #ddd;
}

.border-bottom {
  border-bottom: 1px solid #ddd;
}

.border-left {
  border-left: 1px solid #ddd;
}

.border-right {
  border-right: 1px solid #ddd;
}

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

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

.border-left-0 {
  border-left: 0;
}

.border-right-0 {
  border-right: 0;
}

header#header {
  top: 0;
  width: 100%;
}

#left-panel {
  left: 0;
  max-height: calc(100% - 50px);
  overflow-y: auto;
}

#left-panel::-webkit-scrollbar {
  width: 10px;
}

#left-panel::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #c1c1c1;
  border-radius: 10px;
}

#left-panel::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

#left-panel::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

#main {
  padding-top: 49px;
}

#main #ribbon {
  width: 100%;
  z-index: 10;
  background: #f2f2f2;
}

#main #contentMain {
  padding: 10px 30px;
}

#main .col .input-group {
  width: 100%;
}

.page-footer {
  bottom: 0;
}

.smart-style-3 #header {
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e2e2e2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e2e2e2));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e2e2e2);
  background-image: -o-linear-gradient(top, #f3f3f3, #e2e2e2);
  background-image: linear-gradient(to bottom, #f3f3f3, #e2e2e2);
  background-repeat: repeat-x;
}

.smart-style-3 #header #logo-group > span {
  margin: 5px 0 0 10px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.smart-style-3 #header #logo-group #logo img {
  width: 80px;
  margin: 0;
  padding: 0;
}

.smart-style-3 #header #logo-group span#activity,
.smart-style-3 #header .btn-header > :first-child > a {
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
  border: 1px solid #bfbfbf;
  color: #6D6A69 !important;
  text-shadow: none;
  line-height: 26px;
}

.smart-style-3 #header #hide-menu i {
  color: #6D6A69 !important;
}

.smart-style-3 nav > ul ul li a i {
  font-size: 13px !important;
}

.smart-style-3 nav i {
  color: #67507b !important;
  font-size: 18px !important;
  width: 1.28571429em;
}

.smart-style-3 nav .open ul i {
  margin-right: 8px;
}

.smart-style-3 nav .open ul ul i {
  margin-right: 0;
}

.smart-style-3 nav .open ul li a {
  padding-left: 10px !important;
}

.smart-style-3 nav ul ul {
  padding-left: 25px;
}

.jarviswidget .widget-body {
  min-height: inherit;
  padding-bottom: 0;
}

.jarviswidget.m-bt-0 {
  margin-bottom: 0;
}

.jarviswidget > div {
  border-bottom: 1px solid #CCC;
}

.smart-form.widget-body-toolbar,
.widget-body-toolbar {
  margin: -13px -13px 0;
  border-bottom: 0;
}

#loading {
  width: 100%;
  position: absolute;
  z-index: 9999;
  background: #ffffffc7;
  left: 0;
}

#loading img {
  position: absolute;
  z-index: 99999;
  top: 20%;
  width: 100px;
  left: 43%;
}

.btnDetalheTable {
  text-align: center !important;
  vertical-align: middle !important;
}

.loadingProcess {
  position: absolute;
  z-index: 999;
  top: 0;
  overflow: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  height: 100%;
  cursor: wait;
}

.loadingProcess .block-ui-message {
  top: 50%;
  margin-top: -34px;
  left: 50%;
  margin-left: -130px;
  right: inherit;
  width: 275px;
  position: fixed;
}

.fas.fa-trash-alt {
  font-weight: 300;
}

table.centerMiddle th,
table.centerMiddle td {
  vertical-align: middle !important;
  text-align: center !important;
}

table.center th,
table.center td {
  text-align: center !important;
}

.smart-form .col {
  padding: 0 10px;
}

/* /GENERAL */
/* LOGIN */
#pageLogin #logo {
  margin-top: 10px !important;
}

#pageLogin #logo img {
  width: 110px !important;
}

#pageLogin #main {
  padding-top: 70px !important;
}

#pageLogin #main #loginForm section {
  width: 100%;
  float: left;
}

#pageLogin #main #loginForm section i {
  z-index: 1;
}

#pageLogin #main #loginForm section #ambienteText,
#pageLogin #main #loginForm section #dominio {
  width: 50%;
}

#pageLogin #main #loginForm section #ambienteText {
  float: left;
  margin: 0;
}

#pageLogin #main #loginForm section #dominio {
  float: right;
  border-color: #BDBDBD;
  transition: border-color .3s;
  -o-transition: border-color .3s;
  -ms-transition: border-color .3s;
  -moz-transition: border-color .3s;
  -webkit-transition: border-color .3s;
  border-width: 1px;
  border-style: solid;
  border-left: 0;
  height: 32px;
  line-height: 30px;
  background: #f9f9f9;
  padding: 0 10px;
  box-sizing: border-box;
}

#pageLogin #main #loginForm button {
  margin-bottom: 15px;
  position: relative;
}

.smart-form.client-form input.ng-invalid.ng-touched {
  background: #fff0f0;
  border-color: #A90329;
}

.smart-form.client-form input.ng-valid.ng-touched {
  background: #f0fff0;
  border-color: #7DC27D;
}

/* /LOGIN */
/* DASHBOARD */
#sparksDiv {
  position: absolute;
  top: 110px;
  right: 0;
}

#sparksDiv #sparks li {
  overflow: visible;
}

#sparksDiv #sparks li h5 {
  position: relative;
}

#sparksDiv #sparks li h5 #dateDash {
  color: #555;
  position: absolute;
  font-size: 11px;
  font-weight: 400;
  top: -4px;
  left: 58px;
}

#sparksDiv #sparks li .sparkline {
  margin: 3px 0 0 10px;
}

#page-dashboard .widget-body .tab-content {
  margin-top: 10px;
}

#page-dashboard .widget-body .bootstrapWizard {
  position: absolute;
  top: -40px;
  right: 0;
  width: 34%;
}

#page-dashboard .widget-body .bootstrapWizard li {
  width: 33.3%;
}

#page-dashboard .widget-body .bootstrapWizard li.active:before {
  border-top: 3px solid #56889c;
}

#page-dashboard .chartValAtraso {
  margin: 50px auto;
}

#page-dashboard #page-relat-ativ-carteira .chartPie .legend table {
  left: 15%;
}

#page-dashboard #page-relat-valores-atraso .chartValAtraso .legend {
  left: 0;
  width: 100%;
  text-align: center;
}

#page-dashboard #page-relat-valores-atraso .chartValAtraso .legend table {
  right: initial !important;
  left: 0;
  width: 100%;
}

/* /DASHBOARD */
/* LOG SINCRONIZAÇÃO */
#page-log form .row {
  margin: 0 -10px;
}

#page-log #div-lista .smart-form section input {
  float: left;
  padding: 6px 10px;
  box-sizing: border-box;
  border-right: 0;
}

#page-log #div-lista .smart-form section input:focus + .input-group-addon {
  background-color: #eee;
  border: 1px solid #ccc;
  border-top-color: #a3a3a3;
  color: inherit;
}

#page-log #div-lista .smart-form section .input-group-addon {
  border-top-color: #a3a3a3;
}

#page-log #div-lista .smart-form #btnPesquisar {
  float: right;
}

#page-log table td a i {
  font-size: 20px;
}

/* /LOG SINCRONIZAÇÃO */
/* CATEGORIAS */
#page-categorias .titleGrid {
  text-align: center;
}

#page-categorias .titleGrid .titleGridLeft {
  text-align: left;
}

#page-categorias .row .row {
  width: 100%;
}

#page-categorias .row .row .input-group {
  width: 100%;
}

#page-categorias .show-grid .btnGrid {
  text-align: center !important;
  vertical-align: middle !important;
  padding: 5px;
}

#page-categorias .show-grid .btnGrid:first-child {
  padding: 13px;
}

#page-categorias .show-grid .btnGrid button {
  border: 0;
  background: none;
  color: #67507c;
}

#page-categorias .show-grid .btnGrid button.noChild {
  color: #ccc;
}

#page-categorias .show-grid.border-bottom-0:last-child {
  border-bottom: 1px solid #ddd;
}

#page-categorias .text-indent {
  text-indent: -9999px;
}

#page-categorias .gridFilhos {
  background: #e8e8e8;
  clear: both;
  font-size: 13px;
}

#page-categorias .gridFilhos .descGrid {
  padding-left: 35px;
}

.principais,
.filhos,
.filho {
  width: 100%;
  float: left;
}

.itemLista,
.itemLista .filho,
.filhos .filho .principais {
  clear: both;
  width: 100%;
}

.filhos .filho {
  background: rgba(170, 170, 170, 0.1);
  clear: both;
  font-size: 13px;
  padding: 0 !important;
}

.filhos .filho .filhos .filho {
  background: rgba(170, 170, 170, 0.2);
}

.filhos .filho .filhos .filho .filhos .filho {
  background: rgba(170, 170, 170, 0.3);
}

.filhos .filho .filhos .filho .filhos .filho .filhos .filho {
  background: rgba(170, 170, 170, 0.4);
}

.filhos .filho .filhos .filho .filhos .filho .filhos .filho .filhos .filho {
  background: rgba(170, 170, 170, 0.5);
}

.filhos .filho .filhos .filho .filhos .filho .filhos .filho .filhos .filho .filhos .filho {
  background: rgba(170, 170, 170, 0.6);
}

.filhos .filho .filhos .filho .filhos .filho .filhos .filho .filhos .filho .filhos .filho .filhos .filho {
  background: rgba(170, 170, 170, 0.7);
}

.filhos .filho .filhos .filho .filhos .filho .filhos .filho .filhos .filho .filhos .filho .filhos .filho .filhos .filho {
  background: rgba(170, 170, 170, 0.8);
}

.filhos .filho .filhos .filho .filhos .filho .filhos .filho .filhos .filho .filhos .filho .filhos .filho .filhos .filho .filhos .filho {
  background: rgba(170, 170, 170, 0.9);
}

.filhos .filho .filhos .filho .filhos .filho .filhos .filho .filhos .filho .filhos .filho .filhos .filho .filhos .filho .filhos .filho .filhos .filho {
  background: #aaaaaa;
}

/* /CATEGORIAS */
/* CONFIGURACOES PRODUTOS */
#page-config-produtos .btn-switch {
  position: relative;
  display: block;
  width: 50px;
  height: 25px;
  cursor: pointer;
  background-color: #d4d4d4;
  border: 2px solid #d4d4d4;
  border-radius: 40px;
}

#page-config-produtos .btn-switch .btn-switch-circle {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 21px;
  width: 21px;
  background-color: #fff;
  border-radius: 40px;
}

#page-config-produtos .btn-switch--on {
  background-color: #337ab7;
  border: 2px solid #337ab7;
}

#page-config-produtos .btn-switch--on .btn-switch-circle--on {
  left: auto;
  right: 0;
}

#page-config-produtos .modal-open .modal {
  padding: 0 !important;
}

#page-config-produtos #modalUploadAmbientada .modal-header,
#page-config-produtos #modalUploadStill .modal-header,
#page-config-produtos #modalUploadZoom .modal-header {
  background: #010101;
}

#page-config-produtos #modalUploadAmbientada .modal-header .modal-title,
#page-config-produtos #modalUploadStill .modal-header .modal-title,
#page-config-produtos #modalUploadZoom .modal-header .modal-title {
  color: #fff;
}

#page-config-produtos #modalUploadAmbientada .tab-content,
#page-config-produtos #modalUploadStill .tab-content,
#page-config-produtos #modalUploadZoom .tab-content {
  margin: 20px 0 40px;
}

#page-config-produtos #modalUploadAmbientada .tab-content #uploadTab,
#page-config-produtos #modalUploadStill .tab-content #uploadTab,
#page-config-produtos #modalUploadZoom .tab-content #uploadTab {
  background: #f5f5f5;
  color: #000;
}

#page-config-produtos #modalUploadAmbientada .tab-content #uploadTab section .input .button,
#page-config-produtos #modalUploadStill .tab-content #uploadTab section .input .button,
#page-config-produtos #modalUploadZoom .tab-content #uploadTab section .input .button {
  position: relative;
  top: 5px;
  right: 0;
  float: left;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0;
  font-size: 15px;
}

#page-config-produtos #modalUploadAmbientada .tab-content #uploadTab section .input .button input,
#page-config-produtos #modalUploadStill .tab-content #uploadTab section .input .button input,
#page-config-produtos #modalUploadZoom .tab-content #uploadTab section .input .button input {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
  opacity: 0;
  width: 100%;
}

#page-config-produtos #modalUploadAmbientada .tab-content #uploadTab section .input .button.selecionar,
#page-config-produtos #modalUploadAmbientada .tab-content #uploadTab section .input .button.enviar,
#page-config-produtos #modalUploadStill .tab-content #uploadTab section .input .button.selecionar,
#page-config-produtos #modalUploadStill .tab-content #uploadTab section .input .button.enviar,
#page-config-produtos #modalUploadZoom .tab-content #uploadTab section .input .button.selecionar,
#page-config-produtos #modalUploadZoom .tab-content #uploadTab section .input .button.enviar {
  background-color: #3276B1;
}

#page-config-produtos #modalUploadAmbientada .tab-content #uploadTab section .input .button.selecionar.true,
#page-config-produtos #modalUploadStill .tab-content #uploadTab section .input .button.selecionar.true,
#page-config-produtos #modalUploadZoom .tab-content #uploadTab section .input .button.selecionar.true {
  top: 30px !important;
  height: 32px !important;
  line-height: 32px !important;
  background: #f2bc70 !important;
}

#page-config-produtos #modalUploadAmbientada .tab-content #uploadTab section .input .button.selecionar.true input,
#page-config-produtos #modalUploadStill .tab-content #uploadTab section .input .button.selecionar.true input,
#page-config-produtos #modalUploadZoom .tab-content #uploadTab section .input .button.selecionar.true input {
  height: 100%;
  line-height: 32px;
}

#page-config-produtos #modalUploadAmbientada .tab-content #uploadTab section .input .button.selecionar,
#page-config-produtos #modalUploadStill .tab-content #uploadTab section .input .button.selecionar,
#page-config-produtos #modalUploadZoom .tab-content #uploadTab section .input .button.selecionar {
  height: 40px;
  line-height: 40px;
  top: 7px;
  color: #fff;
}

#page-config-produtos #modalUploadAmbientada .tab-content #uploadTab section .input .button.selecionar input,
#page-config-produtos #modalUploadStill .tab-content #uploadTab section .input .button.selecionar input,
#page-config-produtos #modalUploadZoom .tab-content #uploadTab section .input .button.selecionar input {
  height: 60px;
  line-height: 60px;
}

#page-config-produtos #modalUploadAmbientada .tab-content #uploadTab section .input .button.enviar,
#page-config-produtos #modalUploadStill .tab-content #uploadTab section .input .button.enviar,
#page-config-produtos #modalUploadZoom .tab-content #uploadTab section .input .button.enviar {
  margin-top: inherit;
  top: inherit;
  bottom: -50px;
}

#page-config-produtos #modalUploadAmbientada .tab-content #uploadTab section .input .button.enviar:before,
#page-config-produtos #modalUploadStill .tab-content #uploadTab section .input .button.enviar:before,
#page-config-produtos #modalUploadZoom .tab-content #uploadTab section .input .button.enviar:before {
  content: "Enviar";
}

#page-config-produtos #modalUploadAmbientada .tab-content #uploadTab section .input .img,
#page-config-produtos #modalUploadStill .tab-content #uploadTab section .input .img,
#page-config-produtos #modalUploadZoom .tab-content #uploadTab section .input .img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#page-config-produtos #modalUploadAmbientada .tab-content #uploadTab section .input .img img,
#page-config-produtos #modalUploadStill .tab-content #uploadTab section .input .img img,
#page-config-produtos #modalUploadZoom .tab-content #uploadTab section .input .img img {
  max-width: 100%;
  height: 200px;
  margin: 20px auto;
  display: block;
}

#page-config-produtos #div-alterar #grid-dados h4 {
  background: #eee;
  padding: 10px 20px;
  font-weight: 400;
}

#page-config-produtos #div-alterar #grid-dados form {
  padding: 20px;
}

#page-config-produtos #div-alterar .sitCadastro {
  margin-left: 20px;
  float: left;
  height: 100%;
}

#page-config-produtos #div-alterar .sitCadastro .fa {
  float: left;
  font-size: 20px;
  line-height: 32px;
}

#page-config-produtos #div-alterar .jarviswidget > div {
  padding: 20px;
}

#page-config-produtos #div-alterar textarea {
  resize: none;
}

#page-config-produtos #div-alterar form h2 {
  margin: 5px 0 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

#page-config-produtos #div-alterar .form-horizontal h3 {
  margin: 0;
}

#page-config-produtos #div-alterar .form-horizontal h3 + button {
  position: absolute;
  top: 3px;
  right: 5px;
  left: inherit;
}

#page-config-produtos #div-alterar .form-horizontal .form-group {
  margin: 0 0 15px !important;
}

#page-config-produtos #div-alterar .form-horizontal .form-group:last-child {
  margin: 0 !important;
}

#page-config-produtos #div-alterar .form-horizontal .form-group .form-group {
  margin: 0 !important;
}

#page-config-produtos #div-alterar .form-horizontal .btns-switch label {
  text-align: center;
  display: block;
}

#page-config-produtos #div-alterar .form-horizontal .btns-switch .btn-switch {
  margin: 7px auto !important;
}

#page-config-produtos #div-alterar .form-horizontal .form-group.col-md-2,
#page-config-produtos #div-alterar .form-horizontal .form-group.col-md-4 {
  padding: 0 20px 0 0;
}

#page-config-produtos #div-alterar .form-horizontal .form-control[readonly] {
  cursor: not-allowed;
}

#page-config-produtos #div-alterar .form-horizontal .control-label {
  padding: 8px 15px 8px 0;
  text-align: left;
}

#page-config-produtos #div-alterar .form-horizontal .control-label + .col-sm-10 {
  padding: 0;
}

#page-config-produtos #div-alterar .form-horizontal .row {
  margin: 0;
}

#page-config-produtos #div-alterar .form-horizontal .row .col-xs-8,
#page-config-produtos #div-alterar .form-horizontal .row .col-xs-4 {
  padding: 0;
}

#page-config-produtos #div-alterar .form-horizontal #grid-selects > div {
  padding: 0 1.3% 0 0px;
  margin: 0 0 30px;
}

#page-config-produtos #div-alterar .form-horizontal #grid-selects {
  background: #ececec;
  padding: 10px 20px 0 !important;
  margin-bottom: 20px;
}

#page-config-produtos #div-alterar .form-horizontal #grid-selects .btns-switch {
  padding: 0;
}

#page-config-produtos #div-alterar .form-horizontal #grid-ambientada,
#page-config-produtos #div-alterar .form-horizontal #grid-still {
  width: 49%;
}

#page-config-produtos #div-alterar .form-horizontal #grid-ambientada,
#page-config-produtos #div-alterar .form-horizontal #grid-still,
#page-config-produtos #div-alterar .form-horizontal #grid-zoom {
  padding: 0;
  background: #fbfbfb;
  border: 1px solid #ccc;
}

#page-config-produtos #div-alterar .form-horizontal #grid-ambientada h3,
#page-config-produtos #div-alterar .form-horizontal #grid-still h3,
#page-config-produtos #div-alterar .form-horizontal #grid-zoom h3 {
  margin: 0 0 15px;
  text-align: center;
  background: #4c4f53;
  color: #fff;
  font-family: inherit;
  line-height: 40px;
}

#page-config-produtos #div-alterar .form-horizontal #grid-ambientada ul,
#page-config-produtos #div-alterar .form-horizontal #grid-still ul,
#page-config-produtos #div-alterar .form-horizontal #grid-zoom ul {
  margin-bottom: 30px;
  padding: 0 15px;
}

#page-config-produtos #div-alterar .form-horizontal #grid-ambientada ul span,
#page-config-produtos #div-alterar .form-horizontal #grid-still ul span,
#page-config-produtos #div-alterar .form-horizontal #grid-zoom ul span {
  display: block;
  margin-bottom: 5px;
}

#page-config-produtos #div-alterar .form-horizontal #grid-ambientada ul li,
#page-config-produtos #div-alterar .form-horizontal #grid-still ul li,
#page-config-produtos #div-alterar .form-horizontal #grid-zoom ul li {
  display: inline-block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px 10px 10px 10px;
  position: relative;
  background: #fff;
}

#page-config-produtos #div-alterar .form-horizontal #grid-ambientada ul li:hover .div-button,
#page-config-produtos #div-alterar .form-horizontal #grid-still ul li:hover .div-button,
#page-config-produtos #div-alterar .form-horizontal #grid-zoom ul li:hover .div-button {
  width: 100%;
  background: #ffffffb5;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 5px 5px;
}

#page-config-produtos #div-alterar .form-horizontal #grid-ambientada ul li .img img,
#page-config-produtos #div-alterar .form-horizontal #grid-ambientada ul li .actionImg,
#page-config-produtos #div-alterar .form-horizontal #grid-still ul li .img img,
#page-config-produtos #div-alterar .form-horizontal #grid-still ul li .actionImg,
#page-config-produtos #div-alterar .form-horizontal #grid-zoom ul li .img img,
#page-config-produtos #div-alterar .form-horizontal #grid-zoom ul li .actionImg {
  margin: 0 auto 15px;
  display: block;
}

#page-config-produtos #div-alterar .form-horizontal #grid-ambientada ul li .actionImg,
#page-config-produtos #div-alterar .form-horizontal #grid-still ul li .actionImg,
#page-config-produtos #div-alterar .form-horizontal #grid-zoom ul li .actionImg {
  position: absolute;
  bottom: 50%;
  margin-bottom: -17px;
  left: 50%;
  opacity: 1;
}

#page-config-produtos #div-alterar .form-horizontal #grid-ambientada ul li .actionImg:active,
#page-config-produtos #div-alterar .form-horizontal #grid-still ul li .actionImg:active,
#page-config-produtos #div-alterar .form-horizontal #grid-zoom ul li .actionImg:active {
  top: inherit;
}

#page-config-produtos #div-alterar .form-horizontal #grid-ambientada ul li .btn-warning.actionImg,
#page-config-produtos #div-alterar .form-horizontal #grid-still ul li .btn-warning.actionImg,
#page-config-produtos #div-alterar .form-horizontal #grid-zoom ul li .btn-warning.actionImg {
  margin-left: -58px;
}

#page-config-produtos #div-alterar .form-horizontal #grid-ambientada ul li .btn-primary.actionImg,
#page-config-produtos #div-alterar .form-horizontal #grid-still ul li .btn-primary.actionImg,
#page-config-produtos #div-alterar .form-horizontal #grid-zoom ul li .btn-primary.actionImg {
  margin-left: -76px;
  bottom: 50%;
  margin-bottom: -17px;
}

#page-config-produtos #div-alterar .form-horizontal #grid-ambientada ul li button i,
#page-config-produtos #div-alterar .form-horizontal #grid-still ul li button i,
#page-config-produtos #div-alterar .form-horizontal #grid-zoom ul li button i {
  margin-right: 5px;
}

#page-config-produtos #div-alterar .form-horizontal #grid-still {
  float: right;
}

#page-config-produtos #div-alterar .form-horizontal #grid-zoom {
  margin-top: 40px;
}

#page-config-produtos #div-alterar .form-horizontal #grid-zoom li {
  width: 48% !important;
  min-height: 217px;
  margin-bottom: 30px;
}

#page-config-produtos #div-alterar .form-horizontal #grid-zoom li:nth-child(2n) {
  float: right;
}

#page-config-produtos #div-alterar .form-horizontal img {
  max-width: 200px;
  height: 200px;
}

#page-config-produtos th,
#page-config-produtos td {
  vertical-align: middle !important;
  text-align: center !important;
}

#page-config-produtos table img {
  width: 100px;
}

#page-config-produtos table .fa-check {
  color: #078200;
}

#page-config-produtos table .fa-exclamation {
  color: #d60000;
}

#page-config-produtos .modal-dialog {
  width: 800px;
}

#page-config-produtos .modal-dialog .modal-body h5 {
  margin: 0 0 5px;
}

#page-config-produtos .modal-dialog .modal-body .input-group,
#page-config-produtos .modal-dialog .modal-body input,
#page-config-produtos .modal-dialog .modal-body textarea {
  width: 100%;
}

#page-config-produtos .prodTable,
#page-config-produtos .tamFotosTable,
#page-config-produtos .edicaoTable,
#page-config-produtos .metaTagsTable {
  padding: 0;
}

#page-config-produtos .prodTable table,
#page-config-produtos .tamFotosTable table,
#page-config-produtos .edicaoTable table,
#page-config-produtos .metaTagsTable table {
  margin: 0;
  background: transparent;
}

#page-config-produtos .tamFotosTable table td,
#page-config-produtos .metaTagsTable table td {
  white-space: nowrap;
}

#page-config-produtos .tamFotosTable table td:nth-child(2),
#page-config-produtos .metaTagsTable table td:nth-child(2) {
  width: 30%;
}

#page-config-produtos .edicaoTable table {
  border: 0;
}

#page-config-produtos .edicaoTable table td.btnOption {
  padding: 0;
}

#page-config-produtos .edicaoTable table td.btnOption button {
  padding: 6px;
}

/* /CONFIGURACOES PRODUTOS */
/* LAYOUT APLICATIVO */
#bootstrap-wizard-1 .tab-content h4 {
  padding-left: 10px;
}

#bootstrap-wizard-1 .padtop {
  padding-top: 30px;
}

/* LOGOS */
#page-logos .smart-form * {
  box-sizing: inherit;
}

#page-logos .smart-form fieldset {
  padding: 0;
}

#page-logos .smart-form fieldset .col-6.col-md-4 p {
  font-size: 14px;
}

#page-logos #optionsApp {
  width: 100%;
  float: left;
}

#page-logos #optionsApp #envioLogo {
  margin: 0;
  position: relative;
  padding: 30px 0;
}

#page-logos #optionsApp #envioLogo .col-6.col-md-4 {
  border: 1px solid #ccc;
  width: 32%;
  margin: 0 10px 0 0;
  background: #d8d8d8;
  color: #000;
  padding: 10px 15px;
  height: 260px;
}

#page-logos #optionsApp #envioLogo .col-6.col-md-4:first-child {
  margin: 0 10px;
}

#page-logos #optionsApp #envioLogo .col-6.col-md-4:last-child {
  margin: 0;
}

#page-logos #optionsApp #envioLogo .col-6.col-md-4 section {
  float: left;
  width: 100%;
  margin: 0;
}

#page-logos #optionsApp #envioLogo .col-6.col-md-4 section .input {
  width: 100%;
  float: left;
}

#page-logos #optionsApp #envioLogo .col-6.col-md-4 section .input .button {
  position: relative;
  top: 5px;
  right: 0;
  float: left;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0;
  font-size: 15px;
}

#page-logos #optionsApp #envioLogo .col-6.col-md-4 section .input .button input {
  position: absolute;
  width: 100%;
  font-size: 0;
}

#page-logos #optionsApp #envioLogo .col-6.col-md-4 section .input .button.selecionar,
#page-logos #optionsApp #envioLogo .col-6.col-md-4 section .input .button.enviar {
  background-color: #3276B1;
}

#page-logos #optionsApp #envioLogo .col-6.col-md-4 section .input .button.selecionar.true {
  top: 30px !important;
  height: 32px !important;
  line-height: 32px !important;
  background: #f2bc70 !important;
}

#page-logos #optionsApp #envioLogo .col-6.col-md-4 section .input .button.selecionar.true input {
  height: 100%;
  line-height: 32px;
}

#page-logos #optionsApp #envioLogo .col-6.col-md-4 section .input .button.selecionar {
  height: 60px;
  line-height: 60px;
  top: 55px;
}

#page-logos #optionsApp #envioLogo .col-6.col-md-4 section .input .button.selecionar input {
  height: 60px;
  line-height: 60px;
}

#page-logos #optionsApp #envioLogo .col-6.col-md-4 section .input .button.enviar {
  margin-top: inherit;
  top: inherit;
  bottom: -50px;
}

#page-logos #optionsApp #envioLogo .col-6.col-md-4 section .input .button.enviar:before {
  content: "Enviar";
}

#page-logos #optionsApp #envioLogo .col-6.col-md-4 section .input .img {
  width: 100%;
  float: left;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

#page-logos #optionsApp #envioLogo .col-6.col-md-4 section .input .img img {
  max-width: 120px;
  max-height: 100%;
  margin: 0 auto;
  display: block;
}

/* /LOGOS */
/* CORES */
#visualizacaoApp {
  width: 78%;
  float: left;
}

#visualizacaoApp .smartphone {
  width: 50%;
  float: left;
  color: #fff;
}

#visualizacaoApp .smartphone .logo-smartphone {
  width: 60px;
  margin: 10px auto 0;
  display: block;
}

#visualizacaoApp .smartphone .corpoApp {
  margin: 0 auto;
  width: 270px;
  position: relative;
}

#visualizacaoApp .smartphone .corpoApp .topApp,
#visualizacaoApp .smartphone .corpoApp .bottomApp {
  width: 100%;
  height: 30px;
  position: absolute;
}

#visualizacaoApp .smartphone .corpoApp .topApp .logoApp {
  float: left;
}

#visualizacaoApp .smartphone .corpoApp .topApp .menuTop {
  float: right;
  margin: 7px 6px 0 0;
}

#visualizacaoApp .smartphone .corpoApp img {
  height: 500px;
  margin: 0 auto;
  display: block;
}

#visualizacaoApp .smartphone .corpoApp .telaApp {
  color: #000;
  position: absolute;
  background: #f0f0f0;
  height: 345px;
}

#visualizacaoApp .smartphone .corpoApp .telaApp .topo {
  font-size: 11px;
  padding-left: 23px;
  margin: 1px 0 10px;
}

#visualizacaoApp .smartphone .corpoApp .telaApp .topo i {
  left: 3px;
  color: #d61c01;
  font-size: 18px;
  position: absolute;
}

#visualizacaoApp .smartphone .corpoApp .telaApp .quadro {
  background: #fff;
  width: 186px;
  margin: 0 auto;
  border-radius: 7px;
  margin-bottom: 20px;
  height: 80px;
  -webkit-box-shadow: 4px 5px 11px 0px #878787;
  -moz-box-shadow: 4px 5px 11px 0px #878787;
  box-shadow: 4px 5px 11px 0px #878787;
}

#visualizacaoApp .smartphone .corpoApp .telaApp .quadro span {
  background: #68507c;
  color: #fff;
  width: 100%;
  display: block;
  border-radius: 7px 7px 0 0;
  padding: 0 5px;
  font-size: 9px;
  height: 16px;
  line-height: 16px;
}

#visualizacaoApp .smartphone .corpoApp .menuBottom .row {
  margin: 0;
  padding: 0;
  height: 29px;
}

#visualizacaoApp .smartphone .corpoApp .menuBottom .row .col {
  float: left;
  width: 40px;
  text-align: center;
  font-size: 8px;
  padding-top: 3px;
}

#visualizacaoApp .smartphone .corpoApp .menuBottom .row .col i {
  font-size: 14px;
}

#visualizacaoApp .smartphone .corpoApp .menuBottom .row .col p {
  margin: 0;
}

#visualizacaoApp .smartphone .corpoApp .menuBottom .row .col:nth-child(1) {
  width: 29px;
  border-radius: 2px 0 0 7px;
}

#visualizacaoApp .smartphone .corpoApp .menuBottom .row .col:nth-child(2) {
  width: 50px;
}

#visualizacaoApp #ios .topApp,
#visualizacaoApp #ios .bottomApp {
  width: 203px;
  left: 35px;
}

#visualizacaoApp #ios .telaApp {
  top: 80px;
  left: 36px;
  width: 201px;
}

#visualizacaoApp #ios #cameraIos {
  height: auto;
  position: absolute;
  width: 133px;
  top: 30px;
  left: 70px;
}

#visualizacaoApp #ios .topApp {
  top: 35px;
  height: 45px;
  border-radius: 22px 22px 0 0;
}

#visualizacaoApp #ios .topApp .logoApp img {
  width: 70px;
  height: auto;
  top: 20px;
  left: 5px;
  position: relative;
}

#visualizacaoApp #ios .bottomApp {
  bottom: 34px;
  height: 41px;
  border-radius: 0 0 20px 20px;
}

#visualizacaoApp #ios .corpoApp .menuTop {
  margin: 22px 6px 0 0;
}

#visualizacaoApp #ios .corpoApp img.telaApp {
  top: 80px;
  left: 35px;
  width: 202px;
}

#visualizacaoApp #ios .menuBottom .col:nth-child(1) {
  width: 31px;
  border-radius: 0 0 0 6px;
}

#visualizacaoApp #ios .menuBottom .col:nth-child(2) {
  width: 50px;
}

#visualizacaoApp #android .topApp,
#visualizacaoApp #android .bottomApp {
  width: 200px;
  left: 35px;
}

#visualizacaoApp #android .telaApp {
  top: 87px;
  width: 198px;
  left: 37px;
}

#visualizacaoApp #android .topApp {
  top: 46px;
  height: 41px;
  border-radius: 15px 13px 0 0;
}

#visualizacaoApp #android .topApp .logoApp img {
  width: 70px;
  height: auto;
  top: 15px;
  left: 5px;
  position: relative;
}

#visualizacaoApp #android .bottomApp {
  bottom: 44px;
  height: 34px;
  border-radius: 0 0 14px 15px;
}

#visualizacaoApp #android .corpoApp .menuTop {
  margin: 16px 6px 0 0;
}

#visualizacaoApp #android .corpoApp img.telaApp {
  width: 198px;
  top: 87px;
  left: 36px;
}

.colorSelec {
  border: 5px solid red;
}

#optionsColorPicker {
  width: 20%;
  min-width: 180px;
  float: right;
  border: 1px solid #ccc;
  padding: 10px 0 10px 10px;
  margin: 20px 10px 0 0;
}

#optionsColorPicker #colorPicker {
  width: 100%;
  height: auto;
  cursor: pointer;
  float: left;
}

#optionsColorPicker #colorPicker .palette-choice-list {
  width: 100%;
  margin: 0;
  padding: 0;
}

#optionsColorPicker #colorPicker .palette-choice-list li {
  display: block;
  float: left;
  margin: 0 10px 7px 0;
}

#optionsColorPicker #colorPicker .palette-choice-list li span {
  display: block;
  float: left;
  width: 55px;
  height: 50px;
  cursor: pointer;
}

#optionsColorPicker #colorPicker .palette-choice-list li span.colorName {
  clear: both;
  text-align: center;
  font-size: 11px;
  height: 12px;
  line-height: 12px;
  overflow: hidden;
}

#optionsColorPicker #buttonsColorPicker button {
  width: 94%;
}

/* /CORES */
/* /LAYOUT APLICATIVO */
/* LICENCAS PARA DISPOSITIVOS */
#page-licencas #infoLicencas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

#page-licencas #infoLicencas p {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

#page-licencas #infoLicencas p:first-child {
  border-right: 2px solid #ddd;
}

#page-licencas #infoLicencas p.col {
  flex: auto;
  background: #f0ad4e;
  color: #fff;
}

#page-licencas table th {
  text-align: center;
}

#page-licencas table th,
#page-licencas table td {
  vertical-align: middle !important;
}

#page-licencas table td.btnOption {
  text-align: center !important;
  vertical-align: middle !important;
}

#page-licencas .smart-form .col .input-group {
  width: 100%;
}

#page-licencas #div-associar,
#page-licencas #listaRepresentantes {
  float: left;
  width: 100%;
  margin-top: 0;
}

#page-licencas #div-associar {
  float: left;
  width: 100%;
}

#page-licencas #div-associar .infoBottom {
  position: fixed;
  bottom: 43px;
  left: 250px;
  right: 30px;
  width: initial;
  z-index: 99;
  height: 40px;
  padding: 0;
  margin: 0;
  line-height: 40px;
  border: 0;
  background: none !important;
}

#page-licencas #div-associar .infoBottom .btnBackTop {
  opacity: 0;
  transition: opacity .1s linear;
}

#page-licencas #div-associar .infoBottom .btnBackTop.showBtn {
  opacity: 1;
  padding: 2px 0;
  margin-top: 1px;
}

#page-licencas #div-associar + div .widget-body {
  margin: -6px -9px 0;
}

#page-licencas #div-associar + div .widget-body tbody tr:last-child td {
  border-bottom: 1px solid #ddd !important;
}

#page-licencas #listaRepresentantes + div .widget-body {
  margin: -6px -9px 0;
}

#page-licencas #div-filtro #wid-id-filtro fieldset {
  padding: 12px 5px;
}

/* /LICENCAS PARA DISPOSITIVOS */
/* REGRAS */
/* CONTATOS */
#tableOptions h2 {
  text-align: center;
  font-size: 18px;
  margin: 10px 0 15px;
  font-weight: 400;
}

#tableOptions table tr th,
#tableOptions table tr td {
  text-align: center;
}

#tableOptions table tr td:first-child {
  text-align: left;
}

/* /CONTATOS */
/* /REGRAS */
input.form-control {
  padding: 0 10px;
}

/* LAYOUT */
.bootstrapWizard li {
  width: 20%;
}

.form-actions {
  clear: both;
}

.tab-content {
  margin-top: 50px;
}

/* FLAGS */
#page-idioma table {
  width: 50%;
  margin: 0 auto;
}

#page-idioma table td {
  border-top: 0;
  text-align: center;
}

#page-idioma table .flags {
  background: url("/resources/img/flags/flags.jpg") no-repeat;
  width: 80px;
  height: 60px;
  display: inline-block;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

#page-idioma table .flags:hover, #page-idioma table .flags.selected {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  cursor: pointer;
}

#page-idioma table #flag-pt {
  background-position: 0 0;
}

#page-idioma table #flag-en {
  background-position: -189px 0;
}

#page-idioma table #flag-es {
  background-position: -85px 0;
}

/* /FLAGS */
/* /LAYOUT */
/* TRANSPORTADORAS */
.page-lista-itens {
  padding-bottom: 100px;
}

.page-lista-itens .row .row {
  margin: 0;
}

.page-lista-itens .smart-form fieldset {
  padding: 0;
  background: none;
}

.page-lista-itens .smart-form fieldset section {
  margin-bottom: 0;
}

.page-lista-itens .col-md-12 .col-md-8 {
  padding: 1px 0;
  float: right;
}

.page-lista-itens .col-md-12 + .col-md-12 {
  margin-top: 10px;
}

.page-lista-itens .dt-toolbar-footer {
  border-top: none;
  box-shadow: none;
  padding: 0;
  background: none;
}

.page-lista-itens .widget-body-toolbar.fixed {
  position: fixed;
  top: 49px;
  left: 250px;
  right: 30px;
  width: initial;
  z-index: 99;
  height: 60px;
  padding: 12px 10px;
  margin: 0;
  background: #454545;
}

.page-lista-itens .btnBackTop {
  opacity: 0;
  transition: opacity 0.1s linear;
}

.page-lista-itens .btnBackTop.showBtn {
  opacity: 1;
  padding: 2px 0;
  margin-top: 1px;
}

.page-lista-itens .infoBottom {
  position: fixed;
  bottom: 52px;
  left: 250px;
  right: 30px;
  width: initial;
  z-index: 99;
  height: 35px;
  padding: 0 15px;
  margin: 0;
  line-height: 35px;
  background: #454545 !important;
  border: 0;
}

.page-lista-itens .infoBottom #numRegistros {
  color: #fff;
}

/* /TRANSPORTADORAS */
/* DESTAQUES */
#page-destaques #preVisDest {
  padding: 0 30px 30px;
}

#page-destaques #preVisDest img {
  max-width: 200px;
  max-height: 200px;
}

#page-destaques #preVisDest span {
  display: block;
  width: 100%;
}

#page-destaques #div-lista img {
  max-width: 100px;
  max-height: 100px;
  margin: 0 auto;
  display: block;
}

#page-destaques #div-lista td {
  text-align: center !important;
  vertical-align: middle !important;
}

#page-destaques .widget-body img {
  max-width: 80px;
  max-height: 80px;
  margin: 0 auto;
  display: block;
}

#page-destaques #salvarAlteracoes {
  position: fixed;
  bottom: 51px;
  left: 250px;
  right: 30px;
  width: initial;
  z-index: 99;
  height: 35px;
  padding: 0 15px;
  margin: 0;
  line-height: 35px;
  border: 0;
}

#page-destaque #div-inserir,
#page-destaque #listaOpcoes {
  float: left;
  width: 100%;
  margin-top: 30px;
}

#page-destaque #listaOpcoes + div .widget-body {
  margin: -6px -9px 0;
}

#page-destaque table td,
#page-destaque table th {
  vertical-align: middle !important;
  text-align: center;
}

#page-destaque table td img {
  width: 100px;
}

#page-destaque table th,
#page-destaque table td.btnOption,
#page-destaque table td:nth-child(1) {
  text-align: center;
}

#page-destaque #div-lista .infoBottom {
  position: fixed;
  bottom: 52px;
  left: 250px;
  right: 30px;
  width: initial;
  z-index: 99;
  height: 40px;
  padding: 0;
  margin: 0;
  line-height: 40px;
  border: 0;
}

#page-destaque #div-lista .infoBottom fieldset {
  background: 0 0;
  padding: 0;
}

#page-destaque #div-lista .infoBottom fieldset section button {
  height: 40px;
}

#page-destaque #listaOpcoes + div .infoBottom {
  position: fixed;
  bottom: 42px;
  left: 250px;
  right: 30px;
  width: initial;
  z-index: 99;
  height: 40px;
  padding: 0;
  margin: 0;
  line-height: 40px;
  border: 0;
}

#page-destaque #listaOpcoes + div .infoBottom .smart-form div {
  width: 100%;
}

#page-destaque #listaOpcoes + div .infoBottom .smart-form div fieldset {
  background: 0 0;
  padding: 0;
}

#page-destaque #listaOpcoes + div .infoBottom .smart-form div fieldset section {
  margin: 0;
  width: 100%;
}

#page-destaque #listaOpcoes + div .infoBottom .smart-form div fieldset section .btnBackTop {
  opacity: 0;
  transition: opacity .1s linear;
}

#page-destaque #listaOpcoes + div .infoBottom .smart-form div fieldset section .btnBackTop.showBtn {
  opacity: 1;
  padding: 2px 0;
  margin-top: 1px;
}

#page-destaque #div-filtro #listPesq {
  margin-top: 30px;
  display: block;
  width: 100%;
  float: left;
}

/* /DESTAQUES */
/* BANNER */
#page-banner .imgTable {
  width: 22%;
}

#page-banner .smart-form section {
  margin: 0 !important;
}

#page-banner .smart-form .selecBanner,
#page-banner .smart-form .selecBannerAlter {
  left: 0;
  right: inherit;
  height: 34px;
  line-height: 34px;
  font-size: 15px;
  padding: 0;
  width: 100%;
  text-align: center;
}

#page-banner .smart-form #cadCateg .input-group,
#page-banner .smart-form #altCateg .input-group {
  width: 100%;
  position: relative;
}

#page-banner .smart-form #cadCateg button,
#page-banner .smart-form #altCateg button {
  position: absolute;
  right: 0;
  left: inherit;
  z-index: 99;
  margin: 0;
  height: 34px;
  padding: 0 6px;
}

#page-banner .smart-form #configVig {
  padding: 0;
}

#page-banner .smart-form input.ng-invalid.ng-touched {
  background: #fff0f0;
  border-color: #A90329;
}

#page-banner #visualizacaoBanner,
#page-banner #listaCategorias {
  float: left;
  width: 100%;
  margin-top: 30px;
}

#page-banner #listaCategorias + div .widget-body {
  margin: -6px -9px 0;
}

#page-banner #listaCategorias + div .widget-body tbody tr:last-child td {
  border-bottom: 1px solid #ddd !important;
}

#page-banner #infosBanner {
  padding: 20px 0 0;
}

#page-banner #infosBanner tr.img td {
  vertical-align: middle !important;
}

#page-banner #infosBanner tr.img td #imgBanner,
#page-banner #infosBanner tr.img td #url {
  max-width: 750px;
}

#page-banner #div-lista table th,
#page-banner #div-lista table td,
#page-banner #div-filtro table th,
#page-banner #div-filtro table td {
  vertical-align: middle !important;
  text-align: center !important;
}

#page-banner #div-lista table td img,
#page-banner #div-filtro table td img {
  width: 100%;
}

#page-banner #div-lista .infoBottom {
  position: fixed;
  bottom: 52px;
  left: 250px;
  right: 30px;
  width: initial;
  z-index: 99;
  height: 40px;
  padding: 0;
  margin: 0;
  line-height: 40px;
  border: 0;
}

#page-banner #div-lista .infoBottom fieldset {
  background: none;
  padding: 0;
}

#page-banner #div-lista .infoBottom fieldset section {
  margin: 0;
}

#page-banner #div-lista .infoBottom fieldset section button {
  height: 40px;
}

#page-banner #div-filtro #listPesq {
  margin-top: 30px;
  display: block;
  width: 100%;
  float: left;
}

/* /BANNER */
/* UPLOAD DE CATÁLOGOS */
#page-upcatalogo table td,
#page-upcatalogo table th {
  vertical-align: middle !important;
}

#page-upcatalogo table th,
#page-upcatalogo table td.btnOption,
#page-upcatalogo table td:nth-child(1) {
  text-align: center;
}

#page-upcatalogo #div-lista table .testetable,
#page-upcatalogo #div-filtro table .testetable {
  background-color: #f9f9f9;
}

#page-upcatalogo #div-lista table .testetable:hover,
#page-upcatalogo #div-filtro table .testetable:hover {
  background-color: #f9f9f9 !important;
}

#page-upcatalogo #div-lista table tr:hover,
#page-upcatalogo #div-filtro table tr:hover {
  background-color: inherit !important;
}

#page-upcatalogo #div-lista-reordenar {
  margin: 0 0 20px;
}

#page-upcatalogo #div-lista-reordenar .infoBottom {
  position: relative;
  bottom: 10px;
  left: 0;
  right: 30px;
  width: 100%;
  z-index: 99;
  height: 40px;
  padding: 0;
  margin: 0;
  line-height: 40px;
  border: 0;
}

#page-upcatalogo #div-lista-reordenar .infoBottom fieldset {
  background: none;
  padding: 0;
}

#page-upcatalogo #div-lista-reordenar .infoBottom fieldset section {
  margin: 0;
}

#page-upcatalogo #div-lista-reordenar .infoBottom fieldset section button {
  height: 40px;
}

#page-upcatalogo fieldset {
  padding: 25px 15px;
}

#page-upcatalogo fieldset .row {
  margin: 0;
}

#page-upcatalogo fieldset .row #selecCateg {
  margin-bottom: 30px;
  display: block;
}

#page-upcatalogo fieldset .row #selecArqPdf {
  border: 1px solid #ccc;
  width: 40%;
  margin: 30px 0 0 15px;
  background: #d8d8d8;
  color: #000;
  padding: 10px 15px;
  height: 310px;
  clear: both;
}

#page-upcatalogo fieldset .row #selecArqPdf section {
  height: 100%;
  margin: 10px 0 0;
}

#page-upcatalogo fieldset .row #selecArqPdf section .input.input-file {
  position: relative;
  top: 0;
  height: 100%;
}

#page-upcatalogo fieldset .row #selecArqPdf section .input.input-file #canvasPdf {
  max-width: 300px;
  max-height: 200px;
  height: 200px;
  margin: 0 auto;
  display: block;
}

#page-upcatalogo fieldset .row #selecArqPdf section .input.input-file .button {
  position: relative;
  float: none;
  width: 100%;
  margin: 0 auto;
  right: inherit;
  display: block;
  text-align: center;
  padding: 0;
  font-size: 15px;
  background-color: #3276b1;
  height: 45px;
  line-height: 45px;
  top: 15px;
}

#page-upcatalogo fieldset .row #selecArqPdf section .input.input-file .button input {
  height: 100%;
}

/* /UPLOAD DE CATÁLOGOS */
/* PRODUTOS - TESTE */
#page-produto #div-lista img {
  width: 100px;
}

#page-produto #div-lista table td,
#page-produto #div-lista table th {
  vertical-align: middle !important;
  text-align: center !important;
}

/* /PRODUTOS - TESTE */
#chartLegend .legendLabel {
  padding-right: 15px;
}

td.legendColorBox div {
  border: 0;
}

.flot {
  left: 0px;
  top: 0px;
  width: 610px;
  height: 250px;
}

#flotTip {
  padding: 3px 5px;
  background-color: #000;
  z-index: 100;
  color: #fff;
  opacity: .80;
  filter: alpha(opacity=85);
}

.pieLabel div {
  color: #000 !important;
  font-size: inherit !important;
}

.legend .legendColorBox > div,
.legendPedMeta .legendColorBox > div {
  border: 0 !important;
}

.legend .legendColorBox > div > div,
.legendPedMeta .legendColorBox > div > div {
  margin-top: 6px;
}

.legend .legendLabel,
.legendPedMeta .legendLabel {
  padding: 10px 5px;
}

.legendPedMeta .legendColorBox > div > div {
  margin-top: -4px;
}

/* RELATORIOS - PEDIDOS POR REPRESENTANTE */
#page-relat-pedidos-representante .smart-form #pesqRep button {
  position: relative;
  top: -34px;
  z-index: 99;
  margin: 0;
  height: 34px;
  padding: 0 6px;
  float: right;
}

#page-relat-pedidos-representante .smart-form #periodoPesq {
  padding: 0;
}

/* /RELATORIOS - PEDIDOS POR REPRESENTANTE */
/* RELATORIOS - CATEGORIA */
#page-relat-pedidos-categoria .flot {
  float: left;
}

#page-relat-pedidos-categoria #legendholder {
  position: relative;
  top: 15px;
  float: left;
}

#page-relat-pedidos-categoria #legendholder tr {
  padding-bottom: 10px;
  display: block;
}

#page-relat-pedidos-categoria td.legendColorBox > div {
  border: 0 !important;
}

#page-relat-pedidos-categoria td.legendColorBox {
  padding: 0 5px 0;
}

/* /RELATORIOS - CATEGORIA */
/* RELATORIOS - STATUS REPRESENTANTE */
#page-status-representantes table {
  table-layout: fixed;
}

#page-status-representantes table td:first-child {
  padding: 10px;
}

#page-status-representantes table td,
#page-status-representantes table th {
  vertical-align: middle !important;
  text-align: center !important;
}

#page-status-representantes table .border {
  width: 100%;
  display: block;
  border: 0;
  border: 1px solid #ccc;
}

#page-status-representantes table img {
  max-width: 100px;
  max-height: 100px;
  padding: 5px;
}

#page-status-representantes .foto {
  width: 12%;
}

#page-status-representantes .rep {
  width: 20%;
}

#page-status-representantes .nomeFant {
  width: 10%;
}

#page-status-representantes .codRep {
  width: 6%;
}

#page-status-representantes .nomeDisp {
  width: 9%;
}

#page-status-representantes .tipoDisp {
  width: 8%;
}

#page-status-representantes .versao,
#page-status-representantes .entrada,
#page-status-representantes .saida {
  width: 9%;
}

#page-status-representantes .tempo {
  width: 8%;
}

#page-status-representantes #status-online .border {
  border-left: 10px solid #01a906;
}

#page-status-representantes #status-offline .border {
  border-left: 10px solid #b9b9b9;
}

#page-status-representantes #status-offline img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

#page-status-representantes #status-pendente .border {
  border-left: 10px solid #ad0000;
}

#page-status-representantes #status-pendente img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

#page-status-representantes .infoBottom {
  position: fixed;
  bottom: 51px;
  left: 250px;
  right: 30px;
  width: initial;
  z-index: 99;
  height: 35px;
  padding: 0 15px;
  margin: 0;
  line-height: 35px;
  border: 0;
  opacity: 0;
  transition: opacity .1s linear;
}

#page-status-representantes .infoBottom fieldset {
  background: none;
  padding: 0;
}

#page-status-representantes .infoBottom fieldset .btnBackTop {
  height: 35px;
  display: block;
  width: 100%;
}

#page-status-representantes .infoBottom.show {
  opacity: 1;
  padding: 2px 0;
  margin-top: 1px;
}

#page-status-representantes .semRegistro {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
}

#page-status-representantes .semRegistro p {
  margin: 0;
  font-size: 18px;
}

#page-status-representantes #div-infoTotais header + div {
  height: 74px;
}

#page-status-representantes #div-infoTotais #infoTotais th,
#page-status-representantes #div-infoTotais #infoTotais td {
  width: 25%;
}

#page-status-representantes .jarviswidget {
  margin-bottom: 10px;
}

#page-status-representantes .jarviswidget .widget-body {
  min-height: 50px !important;
}

#page-status-representantes #div-search fieldset {
  padding: 6px 10px 15px;
}

#page-status-representantes #div-search fieldset section {
  margin: 0;
}

/* /RELATORIOS - FORMATAÇÃO DAS PÁGINAS DE RELATÓRIOS */
.border {
  border: thin solid #000;
}

.campo-cor {
  width: 15px;
}

.upload {
  width: 100%;
  height: 300px;
  max-height: 750px;
  min-height: 30px;
  border: 2px #000 dashed;
  margin: 2% 0%;
}

#upload {
  border: 2px dashed #000;
  width: 100%;
  padding: 2%;
  background-image: url("../img/upload-images.png");
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.3;
}

input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0.0;
  filter: alpha(opacity=0);
}

/* RELATORIOS - PEDIDO X META */
#page-relat-pedido-meta .jarviswidget > div {
  padding: 13px;
}

#page-relat-pedido-meta .widget-body-toolbar {
  padding: 0;
  margin: 0;
}

#page-relat-pedido-meta .widget-body-toolbar form {
  margin: 0 -10px;
}

#page-relat-pedido-meta .smart-form fieldset {
  padding: 0;
}

#page-relat-pedido-meta .smart-form fieldset section {
  margin-bottom: 0;
}

#page-relat-pedido-meta #boxSelecRep {
  padding: 0;
  margin-top: 30px;
  border: 0;
}

#page-relat-pedido-meta #tableRepSelec {
  margin: 10px 0 0;
}

#page-relat-pedido-meta #tableRepSelec .titleTable {
  font-weight: 600;
}

#page-relat-pedido-meta table th,
#page-relat-pedido-meta table td {
  vertical-align: middle !important;
  text-align: center !important;
}

#page-relat-pedido-meta table td.foto img {
  width: 60px;
}

#page-relat-pedido-meta #filtrosUtiliz .table {
  margin: 0;
}

#page-relat-pedido-meta #collapseSession {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
}

#page-relat-pedido-meta #collapseSession .fa.fa-sort-up,
#page-relat-pedido-meta #collapseSession .fa.fa-sort-desc {
  height: 11px;
  line-height: 0;
  display: block;
  top: 12px;
  right: 10px;
  position: relative;
}

#page-relat-pedido-meta #collapseSession .fa.fa-sort-up {
  line-height: 26px;
}

#page-relat-pedido-meta #wid-id-listaTab .relacaoMetasAting th:first-child,
#page-relat-pedido-meta #wid-id-listaTab .relacaoMetasAting td:first-child,
#page-relat-pedido-meta #wid-id-listaTabPesq .relacaoMetasAting th:first-child,
#page-relat-pedido-meta #wid-id-listaTabPesq .relacaoMetasAting td:first-child {
  width: 20%;
}

#page-relat-pedido-meta #wid-id-listaTab .relacaoMetasAting th:nth-child(2),
#page-relat-pedido-meta #wid-id-listaTab .relacaoMetasAting td:nth-child(2),
#page-relat-pedido-meta #wid-id-listaTabPesq .relacaoMetasAting th:nth-child(2),
#page-relat-pedido-meta #wid-id-listaTabPesq .relacaoMetasAting td:nth-child(2) {
  width: 20%;
}

#page-relat-pedido-meta #wid-id-listaTab table,
#page-relat-pedido-meta #wid-id-listaTabPesq table {
  table-layout: fixed;
  width: 100%;
  height: 100% !important;
}

#page-relat-pedido-meta #wid-id-listaTab table td,
#page-relat-pedido-meta #wid-id-listaTab table th,
#page-relat-pedido-meta #wid-id-listaTabPesq table td,
#page-relat-pedido-meta #wid-id-listaTabPesq table th {
  vertical-align: middle !important;
  text-align: center !important;
}

#page-relat-pedido-meta #wid-id-listaTab table th:first-child,
#page-relat-pedido-meta #wid-id-listaTab table td:first-child,
#page-relat-pedido-meta #wid-id-listaTabPesq table th:first-child,
#page-relat-pedido-meta #wid-id-listaTabPesq table td:first-child {
  width: 20%;
}

#page-relat-pedido-meta #wid-id-listaTab table td.infoTabDados,
#page-relat-pedido-meta #wid-id-listaTabPesq table td.infoTabDados {
  padding: 0 !important;
}

#page-relat-pedido-meta #wid-id-listaTab table td.infoTabDados.empty,
#page-relat-pedido-meta #wid-id-listaTabPesq table td.infoTabDados.empty {
  line-height: 34px;
}

#page-relat-pedido-meta #wid-id-listaTab table td.infoTabDados.empty table td,
#page-relat-pedido-meta #wid-id-listaTabPesq table td.infoTabDados.empty table td {
  min-width: 30% !important;
}

#page-relat-pedido-meta #wid-id-listaTab table td table,
#page-relat-pedido-meta #wid-id-listaTabPesq table td table {
  margin: 0;
  background: initial;
  border-top: 0;
}

#page-relat-pedido-meta #wid-id-listaTab table td table td,
#page-relat-pedido-meta #wid-id-listaTabPesq table td table td {
  border: 0;
  border-right: 1px solid #ddd;
  width: initial !important;
}

#page-relat-pedido-meta .div-grafico {
  opacity: 0;
  display: none;
}

#page-relat-pedido-meta .div-grafico.showGraf {
  display: block;
  opacity: 1;
}

#page-relat-pedido-meta .div-grafico.content {
  display: block;
}

#page-relat-pedido-meta #listPesq + div table td {
  position: relative;
}

#page-relat-pedido-meta #listPesq + div table td .fas {
  position: absolute;
  right: 36%;
  top: 50%;
  margin-top: -7px;
}

#page-relat-pedido-meta #listPesq + div table td .fa-arrow-down {
  color: #d60000;
}

#page-relat-pedido-meta #listPesq + div table td .fa-arrow-up {
  color: #078200;
}

#page-relat-pedido-meta .faArrow {
  display: inline-block;
  right: 105px;
  position: absolute;
  top: -2px;
}

#page-relat-pedido-meta .faArrow span {
  font-size: 16px;
  position: relative;
}

#page-relat-pedido-meta .faArrow span .fa-arrow-up {
  color: #0ce600;
}

#page-relat-pedido-meta .faArrow span .fa-arrow-down {
  color: #f00;
}

#page-relat-pedido-meta .faArrow span:nth-child(1) {
  margin-right: 15px;
}

#page-relat-pedido-meta #modalPesquisaRepresentante .modal-dialog {
  width: 70%;
}

#page-relat-pedido-meta #modalPesquisaRepresentante .modal-dialog .modal-body form {
  margin-bottom: 20px;
}

#page-relat-pedido-meta #modalPesquisaRepresentante .modal-dialog .modal-body form fieldset {
  margin: 0 -10px;
}

#page-relat-pedido-meta #modalPesquisaRepresentante .modal-dialog .modal-body form .input-group {
  width: 100%;
}

#page-relat-pedido-meta #modalPesquisaRepresentante .modal-dialog .modal-body table {
  table-layout: fixed;
}

#page-relat-pedido-meta #modalPesquisaRepresentante .modal-dialog .modal-body table td,
#page-relat-pedido-meta #modalPesquisaRepresentante .modal-dialog .modal-body table th {
  vertical-align: middle !important;
  text-align: center !important;
}

#page-relat-pedido-meta #modalPesquisaRepresentante .modal-dialog .modal-body img {
  max-width: 100%;
  max-height: 100px;
}

#page-relat-pedido-meta #modalPesquisaRepresentante table.scroll {
  max-width: 100%;
  table-layout: fixed;
  margin: auto;
}

#page-relat-pedido-meta #modalPesquisaRepresentante table.scroll td:nth-child(1),
#page-relat-pedido-meta #modalPesquisaRepresentante table.scroll th:nth-child(1) {
  width: 8%;
}

#page-relat-pedido-meta #modalPesquisaRepresentante table.scroll td:nth-child(2),
#page-relat-pedido-meta #modalPesquisaRepresentante table.scroll th:nth-child(2) {
  width: 10%;
}

#page-relat-pedido-meta #modalPesquisaRepresentante table.scroll th:nth-child(5) {
  width: 10%;
}

#page-relat-pedido-meta #modalPesquisaRepresentante table.scroll td:nth-child(5) {
  width: 8%;
}

#page-relat-pedido-meta #modalPesquisaRepresentante table.scroll th, #page-relat-pedido-meta #modalPesquisaRepresentante table.scroll td {
  padding: 5px 10px;
  width: 36%;
}

#page-relat-pedido-meta #modalPesquisaRepresentante table.scroll thead, #page-relat-pedido-meta #modalPesquisaRepresentante table.scroll tfoot {
  background: #f9f9f9;
  display: table;
  width: 100%;
}

#page-relat-pedido-meta #modalPesquisaRepresentante table.scroll tbody {
  max-height: 300px;
  overflow-y: scroll;
  display: block;
  width: 100%;
}

#page-relat-pedido-meta #modalPesquisaRepresentante table.scroll tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

/* RELATORIOS - ATIVIDADE CARTEIRA - ATIVOS X INATIVOS */
#page-relat-ativ-carteira #grafico-resumo,
#page-relat-valores-atraso #grafico-resumo {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#page-relat-ativ-carteira .w-49,
#page-relat-valores-atraso .w-49 {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

#page-relat-ativ-carteira #resumo,
#page-relat-valores-atraso #resumo {
  vertical-align: top;
}

#page-relat-ativ-carteira #resumo .jarviswidget,
#page-relat-valores-atraso #resumo .jarviswidget {
  margin-left: 5px;
}

#page-relat-ativ-carteira #resumo .widget-body,
#page-relat-ativ-carteira #resumo table,
#page-relat-valores-atraso #resumo .widget-body,
#page-relat-valores-atraso #resumo table {
  min-height: 380px;
}

#page-relat-ativ-carteira #resumo th,
#page-relat-valores-atraso #resumo th {
  padding: 20px 10px;
}

#page-relat-ativ-carteira div#wid-id-grafico,
#page-relat-valores-atraso div#wid-id-grafico {
  margin-right: 5px;
}

#page-relat-ativ-carteira .chartPie,
#page-relat-valores-atraso .chartPie {
  margin: 20px auto 60px;
}

#page-relat-ativ-carteira .chartPie .legend > div,
#page-relat-valores-atraso .chartPie .legend > div {
  bottom: -60px;
  top: initial !important;
}

#page-relat-ativ-carteira .chartPie .legend,
#page-relat-valores-atraso .chartPie .legend {
  left: -100px;
  position: absolute;
  bottom: 0;
  width: 130%;
}

#page-relat-ativ-carteira .chartPie .legend table,
#page-relat-valores-atraso .chartPie .legend table {
  top: initial !important;
  bottom: -60px;
  width: 100%;
  right: initial !important;
}

#page-relat-ativ-carteira .chartPie .legend table tr,
#page-relat-valores-atraso .chartPie .legend table tr {
  display: inline-block;
}

#page-relat-ativ-carteira .chartPie .legend .legendLabel,
#page-relat-valores-atraso .chartPie .legend .legendLabel {
  font-size: 12px;
}

#page-relat-ativ-carteira .chartPie .pieLabel,
#page-relat-valores-atraso .chartPie .pieLabel {
  text-align: center;
}

#page-relat-ativ-carteira #div-filtro .input-group button,
#page-relat-valores-atraso #div-filtro .input-group button {
  width: 100%;
  padding: 4px;
}

#page-relat-ativ-carteira #selectUF,
#page-relat-valores-atraso #selectUF {
  padding: 0 10px;
}

#page-relat-ativ-carteira .modal .modal-dialog,
#page-relat-valores-atraso .modal .modal-dialog {
  width: 70%;
}

#page-relat-ativ-carteira .modal .modal-dialog .modal-body .input-group,
#page-relat-valores-atraso .modal .modal-dialog .modal-body .input-group {
  width: 100%;
}

#page-relat-ativ-carteira .modal .modal-dialog .modal-body .input-group div,
#page-relat-valores-atraso .modal .modal-dialog .modal-body .input-group div {
  padding: 0;
}

#page-relat-ativ-carteira .modal .modal-dialog .modal-body .input-group div button,
#page-relat-valores-atraso .modal .modal-dialog .modal-body .input-group div button {
  width: 100%;
}

#page-relat-ativ-carteira .modal .modal-dialog .modal-body table,
#page-relat-valores-atraso .modal .modal-dialog .modal-body table {
  table-layout: fixed;
}

#page-relat-ativ-carteira .modal .modal-dialog .modal-body table td,
#page-relat-ativ-carteira .modal .modal-dialog .modal-body table th,
#page-relat-valores-atraso .modal .modal-dialog .modal-body table td,
#page-relat-valores-atraso .modal .modal-dialog .modal-body table th {
  vertical-align: middle !important;
  text-align: center !important;
}

#page-relat-ativ-carteira .modal .modal-dialog .modal-body .foto img,
#page-relat-valores-atraso .modal .modal-dialog .modal-body .foto img {
  width: 70px;
}

#page-relat-ativ-carteira table.scroll,
#page-relat-valores-atraso table.scroll {
  max-width: 980px;
  table-layout: fixed;
  margin: auto;
}

#page-relat-ativ-carteira table.scroll th, #page-relat-ativ-carteira table.scroll td,
#page-relat-valores-atraso table.scroll th,
#page-relat-valores-atraso table.scroll td {
  padding: 5px 10px;
  width: 25%;
}

#page-relat-ativ-carteira table.scroll td.btnOption,
#page-relat-valores-atraso table.scroll td.btnOption {
  width: 23%;
}

#page-relat-ativ-carteira table.scroll thead, #page-relat-ativ-carteira table.scroll tfoot,
#page-relat-valores-atraso table.scroll thead,
#page-relat-valores-atraso table.scroll tfoot {
  background: #f9f9f9;
  display: table;
  width: 100%;
}

#page-relat-ativ-carteira table.scroll tbody,
#page-relat-valores-atraso table.scroll tbody {
  max-height: 180px;
  overflow-y: scroll;
  display: block;
  width: 100%;
}

#page-relat-ativ-carteira table.scroll tbody tr,
#page-relat-valores-atraso table.scroll tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

/* RELATORIOS - ATIVIDADE CARTEIRA - ATIVOS X INATIVOS */
#page-relat-valores-atraso .chart {
  margin: 20px auto 60px !important;
  overflow: visible;
}

#page-relat-valores-atraso .legend {
  position: absolute;
  bottom: -60px;
  left: -250px;
  width: 100%;
  height: 50px;
  text-align: left;
}

#page-relat-valores-atraso .legend tr {
  display: inline-block;
}

/* /RELATORIOS - PEDIDO X META */
/* MINIFIED */
.minified nav > ul > li {
  border: 0;
}

.minified nav ul > li > a {
  display: none !important;
}

.minified .page-lista-itens .widget-body-toolbar.fixed {
  width: 97%;
  left: 45px;
}

/*FORMATAÇÃO DE TABELA PARA MANTER O THEAD FIXO*/
.tableformat table {
  table-layout: inherit !important;
}

.tableformat thead {
  /*overflow-y: scroll;*/
  display: block;
}

.tableformat tbody {
  height: 200px;
  overflow-y: scroll;
  display: block;
}

.tableformat td, .tableformat th {
  width: 22vh !important;
  padding: 5px 0px !important;
}

/*FORMATAÇÃO DE TABELA PARA MANTER O THEAD FIXO*/
/* /MINIFIED */
/* TIMER */
#timer {
  float: right;
  margin-right: 15px;
}

#timer h2 {
  float: left;
  position: relative;
  left: 0;
}

#timer button {
  height: 28px;
  margin-top: 2px;
  position: relative;
  right: 0;
  float: right;
}

/* /TIMER */
/* PRODUTO */
#page-produto .dadosFoto img {
  width: 100px;
}

/* /PRODUTO */
/* EVENTOS */
#page-eventos #div-lista table td img,
#page-eventos #div-filtro table td img {
  width: 220px;
}

#page-eventos #nomeEvento {
  padding: 0 10px;
}

#page-eventos #configVig #configSelecaoDataDe,
#page-eventos #configVig #configSelecaoHoraDe {
  padding: 0 8px 0 0;
}

#page-eventos #configVig #configSelecaoDataAte,
#page-eventos #configVig #configSelecaoHoraAte {
  padding: 0 0 0 8px;
}

#page-eventos #envioEvento section {
  height: 38px;
  margin: 0;
}

#page-eventos #envioEvento section .selecEvento {
  left: 0;
  right: inherit;
  height: 52px;
  line-height: 52px;
  font-size: 15px;
  padding: 0;
  width: 100%;
  text-align: center;
  top: 0;
}

#page-eventos #envioEvento section .selecEvento input {
  height: 100%;
}

#page-eventos #listaRepresentantes + div {
  height: 280px;
  overflow-y: scroll;
}

#page-eventos #listaRepresentantes + div .widget-body .col-sm-12 {
  padding: 10px 10px 0;
}

#page-eventos #listaRepresentantes + div .widget-body .col-sm-12 #buscaRep fieldset {
  padding: 0;
}

#page-eventos #listaRepresentantes + div .widget-body .col-sm-12 #buscaRep fieldset section:nth-child(1) {
  padding: 0 10px 0 0;
}

#page-eventos #listaRepresentantes + div .widget-body .col-sm-12 #buscaRep fieldset section:nth-child(3) {
  padding: 0 0 0 10px;
}

#page-eventos textarea {
  min-width: 100%;
  padding: 7px;
  resize: none;
}

#page-eventos #infosEvento table {
  margin: 15px 0;
}

#page-eventos #representantesSelecionados table {
  background: initial;
  border: none;
  margin-bottom: 0;
}

#page-eventos #representantesSelecionados table td {
  border: none;
  padding: 0 0 10px;
}

.ui-timepicker-div.ui-timepicker-oneLine {
  padding: 10px 15px;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui-widget-header,
.ui-timepicker-div.ui-timepicker-oneLine .ui-datepicker-title,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: none !important;
}

.ui-timepicker-div.ui-timepicker-oneLine dl {
  margin: 0;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_hour,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_minute {
  width: 50%;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_hour_slider,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_hour_slider select,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_minute_slider,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_minute_slider select {
  width: 100%;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_minute:before {
  content: "" !important;
}

.ui-datepicker-buttonpane {
  display: none !important;
}

/* /EVENTOS */
/**IMPUT METAS**/
#page-relat-pedido-meta .th-gray {
  background: #cac9c9 !important;
  /*border-top: 1px solid #ddd;*/
  font-weight: bold;
}

#page-relat-pedido-meta .input-group .form-control {
  display: table-cell;
  border-radius: 5px !important;
}

#page-relat-pedido-meta .input-group .form-control .representante {
  border-radius: 5px 0px 0px 5px !important;
}

#page-relat-pedido-meta .btn {
  border-radius: 5px !important;
}

#page-relat-pedido-meta .form-control {
  font-size: 13px;
}

#page-relat-pedido-meta .custom-select {
  padding: 10px !important;
}

#page-relat-pedido-meta .enviar {
  float: right;
  width: 10%;
}

#page-relat-pedido-meta table {
  font-size: 12px;
}

#page-relat-pedido-meta .content-select {
  height: 45px;
  border: 0px !important;
}

#page-relat-pedido-meta .titulo-filtro {
  float: right;
  font-size: 14px;
}

#page-relat-pedido-meta .botao-filtrar {
  height: 38px;
  margin-top: 25px;
  margin-left: -147px;
}

#page-relat-pedido-meta .desktop-section {
  margin-left: -142px;
}

#page-relat-pedido-meta .cont-filtro {
  border-color: #45474b !important;
  background-color: #4c4f53 !important;
  color: #fff;
  padding-top: 6px;
}

#page-relat-pedido-meta td {
  padding: 5px;
}

@media (max-width: 1366px) {
  #page-relat-pedido-meta .enviar {
    padding: 6px;
  }
  #page-relat-pedido-meta .botao-filtrar {
    height: 38px;
    margin-top: 25px;
    margin-left: -56px;
  }
  #page-relat-pedido-meta .desktop-section {
    margin-left: 0px;
  }
}

/**FIM IMPUT METAS**/
/**CADASTRO DE SESSAO**/
#page-cadastro-sessoes .imagemprodp {
  width: 100px;
}

#page-cadastro-sessoes .border {
  border-radius: 5px !important;
}

#page-cadastro-sessoes .btn-primary {
  height: 37px;
}

#page-cadastro-sessoes .label {
  margin-top: 9px;
}

#page-cadastro-sessoes .modal-header {
  background-color: #333;
  color: #fff;
}

#page-cadastro-sessoes .modal_title {
  font-size: 20px !important;
}

#page-cadastro-sessoes .titulo {
  color: #fff !important;
  font-weight: 400;
  /* text-align: left; */
  font-size: 16px;
  /* margin-top: -7px; */
}

#page-cadastro-sessoes .card-header {
  height: 45px;
}

#page-cadastro-sessoes .jarviswidget-color-blueDark > header {
  border-radius: 3px 5px 0 0 !important;
}

#page-cadastro-sessoes .check {
  margin-top: 8px;
}

#page-cadastro-sessoes .icon {
  font-size: 12px;
  margin-top: -9px;
  height: auto;
}

#page-cadastro-sessoes .btn-opcoes {
  height: 30px !important;
  width: 55px !important;
  background: #4c4f53 !important;
  border: 1px solid #696868 !important;
  margin: -5px !important;
}

#page-cadastro-sessoes .dropdown-menu {
  background-color: #fff !important;
  background-clip: padding-box !important;
  border-radius: .25rem !important;
}

#page-cadastro-sessoes .btn-dark {
  margin-right: -2px;
  height: 38px;
  background-color: #4c4f53 !important;
  border-color: #414244ba !important;
}

#page-cadastro-sessoes .item {
  margin-right: 10px;
}

#page-cadastro-sessoes .espace {
  margin-top: 20px;
}

#page-cadastro-sessoes .tablefixed {
  /***Formatação da tabela de resultados***/
}

#page-cadastro-sessoes .tablefixed table {
  table-layout: inherit !important;
}

#page-cadastro-sessoes .tablefixed tbody {
  height: 500px;
  overflow-y: scroll;
  display: block;
}

#page-cadastro-sessoes .tablefixed .imagemprod {
  width: 121px;
}

#page-cadastro-sessoes .tablefixed .table th, #page-cadastro-sessoes .tablefixed .table td {
  vertical-align: middle !important;
  text-align: center !important;
}

#page-cadastro-sessoes .tablefixed .table td:nth-child(3), #page-cadastro-sessoes .tablefixed .table td:nth-child(4), #page-cadastro-sessoes .tablefixed .table td:nth-child(5) {
  position: relative;
}

#page-cadastro-sessoes .tablefixed .table td .btn-img {
  position: absolute;
  left: 9.5px;
  width: 121px;
  bottom: 7px;
  opacity: 0.7;
}

#page-cadastro-sessoes .tablefixed .thead-dark th:nth-child(1) {
  width: 17.5% !important;
}

#page-cadastro-sessoes .tablefixed .thead-dark th:nth-child(2) {
  width: 32% !important;
}

#page-cadastro-sessoes .tablefixed .thead-dark th:nth-child(3) {
  width: 16.5% !important;
}

#page-cadastro-sessoes .tablefixed .thead-dark th:nth-child(4) {
  width: 16.5% !important;
}

#page-cadastro-sessoes .tablefixed th:nth-child(1), #page-cadastro-sessoes .tablefixed td:nth-child(1) {
  width: 17.5% !important;
}

#page-cadastro-sessoes .tablefixed th:nth-child(2), #page-cadastro-sessoes .tablefixed td:nth-child(2) {
  width: 33% !important;
}

#page-cadastro-sessoes .tablefixed th:nth-child(3), #page-cadastro-sessoes .tablefixed td:nth-child(3) {
  width: 16.5% !important;
}

#page-cadastro-sessoes .tablefixed th:nth-child(4), #page-cadastro-sessoes .tablefixed td:nth-child(4) {
  width: 16.5% !important;
}

/*******Formatação tabela de itens**********/
#datatable_fixed_column th, #datatable_fixed_column td {
  vertical-align: middle !important;
  text-align: center !important;
}

#datatable_fixed_column th:nth-child(2), #datatable_fixed_column th:nth-child(3), #datatable_fixed_column th:nth-child(5), #datatable_fixed_column th:nth-child(6), #datatable_fixed_column th:nth-child(7), #datatable_fixed_column td:nth-child(2), #datatable_fixed_column td:nth-child(3), #datatable_fixed_column td:nth-child(5), #datatable_fixed_column td:nth-child(6), #datatable_fixed_column td:nth-child(7) {
  width: 10% !important;
}

#datatable_fixed_column th:nth-child(4), #datatable_fixed_column td:nth-child(4) {
  width: 50% !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 900px !important;
  }
}

/** FIM CADASTRO DE SESSAO**/
