* {
  padding: 0;
  margin: 0;
  outline: none;
}

hr {
  border-color: #cccccc;
  border-top: none;
}

a.cke_button {
  height: auto !important;
}

.cke_contents {
  height: 500px !important;
}

.quantity-info-content {
  position: relative;
  display: flex;
  justify-content: center;
}

.quantity-info-tooltip {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 8px 10px;
  border-radius: 8px;
  z-index: 3;
  border: 1px solid #ccc;
  max-width: 450px;
  text-align: left;
  color: #0D0D0D;
  width: 850px;
}

.quantity-info-tooltip > span{
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: normal;
  color: #0D0D0D;
}


/*COMEÇO - Configuração produtos sincronizados mercado livre*/
#ml_attr_row_wrapper {
  display: none !important;
}

/*FIM - Configuração produtos sincronizados mercado livre*/

tbody.table_error tr {
  background: #FFD1D1;
}

tbody.table_error tr td {
  background-color: transparent;
}

/*COMEÇO - Configuração avançadas banner - por Dionis Mendanha */
.box_config_advanced {
  width: 172px;
  display: inline-block;
  margin: 5px 5px 0px 0px;
  vertical-align: middle;
}

.box_config_advanced:last-child {
  margin-right: 0px;
}

/*FIM - Configuração avançadas banner - por Dionis Mendanha */


/* COMEÇO - Loading painel adm do tema - por Dionis Mendanha */
.loadBeforeSend {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
}

.loadBeforeSend img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 80%;
  max-height: 200px;
}

/* FIM - Loading painel adm do tema - por Dionis Mendanha */

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 64px 0 0 0;
  background: #F2F2F2;
}

body,
td,
th,
input,
select,
textarea,
option,
optgroup {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #0D0D0D;
}

option:disabled {
  color: #ced4da;
}

input,
textarea,
select {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
}

input[disabled],
textarea[disabled],
select[disabled] {
  background-color: #ddd;
}

[type='text'],
[type='password'],
textarea,
select {
  padding: .6rem;
  border-radius: .2rem;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:visited {
  text-decoration: underline;
  cursor: pointer;
}

a img {
  border: 0;
}

form {
  margin: 0;
  padding: 0;
}

#content {
  padding: 10px 30px 0px 30px;
  min-width: 900px;
  padding-bottom: 128px;
}

.breadcrumb,
.breadcrumb a {
  font-size: 12px;
  color: #666;
  margin-bottom: 15px;
}

.success {
  padding: 10px 10px 10px 33px;
  margin-bottom: 15px;
  background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
  border: 1px solid #BBDF8D;
  color: #555555;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.warning,
.warning_especification {
  padding: 10px 10px 10px 33px;
  margin-bottom: 15px;
  background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
  border: 1px solid #F8ACAC;
  color: #555555;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.attention {
  padding: 10px 10px 10px 33px;
  margin-bottom: 15px;
  background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
  border: 1px solid #F2DD8C;
  color: #555555;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.required {
  color: #FF0000;
  font-weight: bold;
}

.error,
.error-left {
  margin-top: 3px;
  color: #FF0000;
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.error-left {
  float: left;
}

.help {
  color: #666;
  font-size: 11px;
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
  display: block;
}

.icon {
  vertical-align: middle;
  cursor: pointer;
}

.image {
  border: 1px solid #EEEEEE;
  padding: 10px;
  display: inline-block;
}

.image img {
  margin-bottom: 5px;
}

.box {
  margin-bottom: 15px;
  /* padding-bottom: 10px; */
  background: #fff;
}

.box>.heading {
  height: 38px;
  padding-left: 7px;
  padding-right: 7px;
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  border-top: 1px solid #DBDBDB;
  background-color: #fcfcfc;

}

.box>.heading h1 {
  margin: 0px;
  padding: 11px 0px 0px 0px;
  font-size: 14px;
  font-weight: normal;
  color: #595959;
  float: left;
}

.box>.heading h1 i {
  font-size: 16px;
}

.box>.heading h1 img {
  float: left;
  margin-top: -1px;
  margin-left: 3px;
  margin-right: 8px;
}

.box>.heading .buttons {
  float: right;
  padding-top: 7px;
  margin-right: 5px;
}

.box>.heading .buttons .button {
  margin-left: 5px;
}

.box>.content h2 {
  text-transform: uppercase;
  color: #FF802B;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px dotted #000000;
}

.box>.content {
  padding: 10px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  min-height: 300px;
}

a.button,
.list a.button {
  text-decoration: none;
  color: #FFF;
  display: inline-block;
  padding: 5px 15px 5px 15px;
  background: #003A88;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -khtml-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  margin-bottom: 20px;
}

.list td {
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.list thead td {
  background-color: #EFEFEF;
  padding: 0px 5px;
}

.list thead td a,
.list thead td {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
}

.list tbody td a {
  text-decoration: underline;
}

.list tbody td {
  vertical-align: middle;
  padding: 0px 5px;
  /*background: #FFFFFF;*/
}

.list .left {
  text-align: left;
  padding: 7px;
}

.list .right {
  text-align: right;
  padding: 7px;
}

.center {
  text-align: center;
}

.list .center {
  padding: 7px;
}

.list .asc {
  padding-right: 15px;
  background: url('../image/asc.png') right center no-repeat;
}

.list .desc {
  padding-right: 15px;
  background: url('../image/desc.png') right center no-repeat;
}

.list tr.filter td,
.list tr:hover.filter td {
  padding: 5px;
  background: #E7EFEF;
}

table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

table.form>tbody>tr>td:first-child {
  width: 200px;
}

table.form>tbody>tr>td {
  padding: 10px;
  color: #000000;
}

.htabs {
  padding: 0px 0px 0px 10px;
  height: 30px;
  line-height: 16px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 15px;
}

.htabs a {
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  background: #FFFFFF url('../image/tab.png') repeat-x;
  padding: 7px 15px 6px 15px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #000000;
  margin-right: 2px;
  display: none;
}

.htabs a.selected {
  padding-bottom: 7px;
  background: #FFFFFF;
}

.vtabs {
  width: 190px;
  padding: 10px 0px;
  min-height: 300px;
  float: left;
  display: block;
  border-right: 1px solid #DDDDDD;
}

.vtabs a {
  display: none;
}

.vtabs a,
.vtabs span {
  display: block;
  float: left;
  width: 160px;
  margin-bottom: 5px;
  clear: both;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background: #F7F7F7;
  padding: 6px 14px 7px 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
  color: #000000;
}

.vtabs a.selected {
  padding-right: 15px;
  background: #FFFFFF;
}

.vtabs a img,
.vtabs span img {
  position: relative;
  top: 3px;
  cursor: pointer;
}

.textarea-scrit {
  height: 100px;
  width: 500px;
}

.accordion-heading {
  background: #EFEFEF;
  border: 1px solid #DDDDDD;
  padding: 8px;
  font-weight: bold;
  font-size: 13px;
  color: #555555;
  margin-bottom: 15px;
}

.accordion-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}

.accordion-content {
  padding: 0px 0px 15px 0px;
  overflow: auto;
}

.scrollbox {
  border: 1px solid #CCCCCC;
  width: 350px;
  height: 100px;
  background: #FFFFFF;
  overflow-y: scroll;
}

.scrollbox img {
  float: right;
  cursor: pointer;
}

.scrollbox div {
  padding: 3px;
}

.scrollbox div input {
  margin: 0px;
  padding: 0px;
  margin-right: 3px;
}

.scrollbox div.odd,
.scrollbox .scrollbox-item {
  border-bottom: 1px solid #ccc;
}

.scrollbox .scrollbox-item:first-of-type{
  padding-top: 0;
}

.scrollbox .scrollbox-item:last-of-type{
  border-bottom: 0;
}

.overview {
  float: left;
  width: 49%;
  margin-bottom: 20px;
}

.overview table {
  width: 100%;
}

.overview td+td {
  text-align: right;
}

.statistic {
  float: right;
  width: 49%;
  margin-bottom: 20px;
}

.range {
  float: right;
  color: #FFF;
  vertical-align: middle;
}

.range {
  padding-top: 4px;
  padding-right: 4px;
}

.range,
.range select {
  font-size: 11px;
}

.latest {
  clear: both;
}

.latest tbody td {
  background: #FFF;
}

.refresh {
  cursor: pointer;
  position: relative;
  top: 3px;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 300px;
  margin-bottom: 0;
}

.input-group {
  position: relative;
  display: block;
}

.form-control {
  height: 29px;

  padding-left: 18px !important;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 0px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1872a2;
  border-color: #115376;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
}

.btn-primary {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #1e91cf;
  border-color: #1978ab;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 13px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*Box para filtros com quebra de linha em relatórios - ALEX F. RICIOLI*/
.filter-box * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.filter-box input,
.filter-box select {
  width: 100%;
}

.filter-box input[type="checkbox"],
.filter-box input[type="radio"] {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.filter-box label,
.filter-box input,
.filter-box select {
  display: block;
  font-size: 12px;
}

.filter-box label {
  cursor: auto;
  margin-bottom: 0;
}

.filter-box label span {
  display: inline-block;
  vertical-align: middle;
}

.filter-box .filter-ajuste-item {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  padding-right: 20px;
}

.filter-box .filter {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  width: 16.66666666666667%;
  margin-bottom: 10px;
  padding-right: 20px;
}

.filter-box .filter-small {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  width: 8.333333333333335%;
  margin-bottom: 10px;
  padding-right: 20px;
}

.filter-box .filter-large {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  margin-bottom: 10px;
  padding-right: 20px;
}

.filter-box .filter-container,
.filter-box .filter-action-container {
  padding-right: 3px;
}

.filter-box .filter-container {
  font-size: 0;
  float: left;
  width: 90%;
}

.filter-box .filter-action-container {
  float: left;
  width: 10%;
  padding-top: 20px;
  text-align: right;
}

@media only screen and (max-width: 1115px) {
  .filter-box .filter:nth-child(n+0) {
    width: 25%;
  }
}

/*Box para filtros com quebra de linha em relatórios - ALEX F. RICIOLI*/
/* INICIO - Configuração automática de cores (Pegando as cores do logo) - ALEX F. RICIOLI */
.personalize {
  margin-right: .25rem;
}

.caption {
  font-size: 17px;
}

#exchange-colors i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#primary_color,
#secondary_color {
  margin: 5px 0;
}

.logo-colors {
  border: 1px solid #CCC;
  height: 155px;
  text-align: center !important;
}

.cores-principais {
  height: 155px;
}

.cores-principais {}

.color-pallet {
  display: none;
}

.input-color-pallet:last-of-type {
  margin-right: 0;
}

.input-color-pallet input[type=text] {
  width: 100%;
  height: 30px;
  font-size: 0;
  cursor: pointer;
}

.setted-color {
  display: none;
  border-radius: 50%;
  padding: 0;
  color: #fff;
  background: #2A6EA0;
  border: 2px solid #fff;
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 1;
}

/* FINAL - Configuração automática de cores (Pegando as cores do logo) - ALEX F. RICIOLI */
/* INICIO -  Correção cursor do ckeditor desalinhado no painel adm do tema - ALEX F. RICIOLI */
table.form .cke div {
  padding-top: 0;
}

.CodeMirror-sizer {
  padding-top: 3px !important;
}

/* FINAL - Correção cursor do ckeditor desalinhado no painel adm do tema - ALEX F. RICIOLI */

.tabs {
  font-size: 13px;
  color: #000;
  margin-right: -2px;
  margin-bottom: -1px;
  border: 1px solid #DDDDDD;
  border-radius: 4px 4px 0 0;
  padding: 10px;
  background: #FFFFFF;
}

/* FINAL - Banner html - ALEX F. RICIOLI */
.box:after,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*============================  Notificações  ============================*/


.success span,
.warning span,
.attention span,
.information span,
.error span {
  position: relative;
}

.success .btn-close,
.warning .btn-close,
.attention .btn-close,
.information .btn-close,
.error .btn-close {
  float: right;
  font-size: 14px;
  position: relative;
  right: -2px;
  cursor: pointer;
}

.text-icon {
  display: inline-block;
  vertical-align: middle;
}

/*============================ ^Notificações^ ============================*/
.active_star1:nth-child(-n+1),
.active_star2:nth-child(-n+2),
.active_star3:nth-child(-n+3),
.active_star4:nth-child(-n+4),
.active_star5:nth-child(-n+5) {
  color: #F0AD4E;
  font-weight: 900;
}

.tooltip-container {
  position: relative;
}

.tooltip-container .tooltip-content {
  display: none;
  position: absolute;
  bottom: calc(100%);
  padding-bottom: 5px;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -ms-transition: .4s linear;
  transition: .4s linear;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  min-width: 100%;
  box-sizing: border-box;
}

.tooltip-container .tooltip-inner {
  position: relative;
  left: -15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  padding: 15px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ddd;
  min-width: 100%;
}

.tooltip-container .tooltip-content:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  bottom: 0;
  height: 10px;
  width: 10px;
  left: calc(50% - 5px);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}

.list .tableline:hover {
  background: #EFEFEF;
}

/* INICIO - Links customizados no menu principal - Alex F. Ricioli*/
.icones-container {
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 1.5rem;
  height: 100%;
  width: 100%;
  background: #111;
  z-index: 10;
  color: #DDD;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}

.close-icones-container {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  font-size: 1rem;
}

.icones-catalog .fa,
.icones-catalog .fas,
.icones-catalog .fab,
.icones-catalog .far {
  font-size: 1.2rem;
  width: 1.2rem;
  margin: .5rem;
  text-align: center;
  cursor: pointer;
}

.add-icone i {
  position: absolute;
  top: 0;
  left: 0;
  height: 105%;
  width: 26px;
}

.add-icone i.fa-close {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  height: 105%;
  width: 26px;
  z-index: 9;
}

.add-icone i:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.sortable {
  width: 100%;
}

.border-custom-link-group {
  border-bottom: 1px solid #DDD;
  border-top: 1px solid #DDD;
  margin-top: -1px;
}

.background {
  background: rgba(0, 0, 0, .15);
}

.custom-link-line-child {
  margin-top: -52px;
  height: 54px;
  margin-left: 50%;
  width: 44px;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
}

.container-links,
.sortable .row {
  background-color: #FFF;
}

/* FINAL - Links customizados no menu principal - Alex F. Ricioli*/
/*============= INICIO - Configurações Rapidas - Alex F. Ricioli =============*/
#quick-setup,
#quick-setup * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#quick-setup img {
  max-width: 100%;
}

.quick-setup-container {
  width: 90%;
  max-width: 1024px;
  height: 90%;
  max-height: 800px;
  background: #FFF;
  z-index: 6;
  overflow-y: auto;
}

.close-quick-config {
  position: absolute;
  right: 0;
  top: 0;
  color: #DDD;
  font-size: 18px;
  font-weight: lighter;
  padding: 1rem;
  cursor: pointer;
}

[class|="step-"],
[class^="step-"] {
  height: 100%;

  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 100px auto 67px;
  grid-template-rows: 100px auto 67px;
}

.quick-setup-content-top,
.quick-setup-content,
.quick-setup-content2,
.quick-setup-content3,
.quick-setup-content-bottom {
  padding: 10px;
}

.quick-setup-content-top {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
}

.quick-setup-content {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
}

.quick-setup-content-bottom {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
}

.stepline-title {
  display: block;
  margin-bottom: .5rem;
  color: #999;
}

.stepline-ico {
  width: 4vw;
  max-width: 50px;
  height: 4vw;
  max-height: 50px;
  line-height: 4vw;
  text-align: center;
  background-color: #999999;
  color: #FFFFFF;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}

.stepline-ico i {
  position: relative;
  z-index: 1;
}

.container-stepline-ico {
  position: relative;
}

.container-stepline .container-stepline-ico:before {
  content: "";
  display: block;
  width: 101%;
  height: 6px;
  background-color: #999999;
  z-index: 0;
}

.stepline-ico i,
.container-stepline .container-stepline-ico:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.container-stepline:first-child .container-stepline-ico:before,
.container-stepline:last-child .container-stepline-ico:before {
  width: 50%;
  max-width: 100px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.container-stepline:first-child .container-stepline-ico:before {
  right: 0;
}

.container-stepline:last-child .container-stepline-ico:before {
  right: auto;
  left: 0;
}

.finish .stepline-ico,
.finish .container-stepline-ico:before {
  background-color: #5CB85C !important;
}

.current .stepline-ico,
.current .container-stepline-ico:before {
  background-color: #337AB7 !important;
}

.finish .stepline-title {
  color: #5CB85C !important;
}

.current .stepline-title {
  font-weight: bold;
  color: #337AB7 !important;
}

.config_alert_emails {
  height: 75px;
}

.redes button {
  cursor: pointer;
}

.facebook-f {
  background: #3C5B9B;
}

.twitter {
  background: #359BED;
}

.google-plus {
  background: #cb2027;
}

.rss {
  background: #FD9F13;
}

.pinterest {
  background: #cb2027;
}

.linkedin {
  background: #027ba5;
}

.youtube {
  background: #F03434;
}

.instagram {
  background: #A9714E;
}

.blogger {
  background: #f58220;
}

.facebook,
.twitter,
.google-plus,
.rss,
.pinterest,
.linkedin,
.youtube,
.instagram,
.blogger {
  display: block;
  height: 100%;
  width: 36px;
  border: none;
  border-radius: 4px;
}

/*============= FINAL  - Configurações Rapidas - Alex F. Ricioli =============*/

/*================ INICIO - Insersão de variáveis no ckeditor ================*/
.container-vars-ckeditor {
  padding: 8px 13px;
  color: #464646;
  min-width: 550px;
}

/*================ FINAL - Insersão de variáveis no ckeditor =================*/

/*========================= Inicio - Configbar ===========================*/

.configbar-item {
  width: calc(100% / 8);
  position: relative;
}

.configbar-item-ball {
  width: 20px;
  height: 22px;
}

.configbar-item-ball:before {
  content: '';
  display: block;
  width: calc(100% - 20px);
  height: 2px;
  background: #DDD;
  position: absolute;
  top: 10px;
  left: calc(-50% + 10px);
}

.configbar-item-ball.background-success:before {
  background: #5cb85c;
}

.configbar-item:first-child .configbar-item-ball::before {
  display: none;
}

.configbar-dropdown {
  width: 260px;
  visibility: hidden;
  opacity: 0;
}


@media only screen and (max-width: 768px) {

  .configbar-item>span,
  .configbar-item>i,
  .configbar-dropdown {
    display: none !important;
  }

  .configbar-item-success+.configbar-item-default>i,
  .configbar-item-success+.configbar-item-default .configbar-dropdown {
    display: block !important;
  }

  .configbar-item-success+.configbar-item-default .configbar-dropdown {
    transform: translatex(-50%);
    position: relative;
    visibility: visible;
    opacity: 1;
    left: 50%;
  }

  .configbar-item:nth-child(1).configbar-item-success+.configbar-item-default .configbar-dropdown,
  .configbar-item:nth-child(2).configbar-item-success+.configbar-item-default .configbar-dropdown {
    left: -100%;
    transform: translatex(0);
  }

  .configbar-item:nth-child(5).configbar-item-success+.configbar-item-default .configbar-dropdown {
    left: 0;
  }

  .configbar-item:nth-child(6).configbar-item-success+.configbar-item-default .configbar-dropdown {
    left: initial;
    right: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .configbar-dropdown {
    top: 100%;
    position: absolute;
    min-height: 75px;
    transform: translatex(-50%) scale(.6);
    transition: .2s cubic-bezier(0.03, 1, 0.58, 1);
    left: 50%;
    z-index: 2;
  }

  .configbar-item:first-child .configbar-dropdown {
    left: 130px;
  }

  .configbar-item:last-child .configbar-dropdown {
    left: initial;
    right: 0;
    transform: translatex(0) scale(.6);
  }

  .configbar-item:hover .configbar-dropdown {
    transform: translatex(-50%) scale(1);
    visibility: visible;
    opacity: 1;
  }

  .configbar-item:last-child:hover .configbar-dropdown {
    transform: translatex(0) scale(1);
  }
}

/*========================= Fim - Configbar ===========================*/


/*=================== Ajustar Pedido Mercado Livre ===========================*/

.ajuste {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}

.box-ajuste {
  max-width: 1000px;
  min-height: 635px;
  width: 100%;
  height: auto;
}

.warning+.content-ajuste,
.success+.content-ajuste {
  max-height: calc(460px - 50px);
}

.content-ajuste {
  overflow-y: auto;
  max-height: 460px;
}

/*=================== Ajustar Pedido Mercado Livre ===========================*/

.ml_vinculado {
  color: #1e2e7a;
  background: #ffe700;
}

.skyhub_vinculado {
  color: #fff;
  background: #1bacdf;
}

.select-readonly {
  background: #eee;
  pointer-events: none;
  touch-action: none;
}



/*============================================================================*/
/*============================== Novo Css Admin ==============================*/
/*============================================================================*/
.container-fluid,
.container-fluid * {
  font-size: 16px;
}

.adm-header,
.adm-wait-urgent,
.adm-header *,
.adm-wait-urgent * {
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.adm-wait-urgent {
  background: #c1272d;
  background: -moz-linear-gradient(left, #c1272d 0%, #ff3939 100%);
  background: -webkit-linear-gradient(left, #c1272d 0%, #ff3939 100%);
  background: linear-gradient(to right, #c1272d 0%, #ff3939 100%);
}

.adm-wait-urgent .btn-default {
  background: transparent !important;
  border-color: #ffffff !important;
}

.adm-ads-close-confirm {
  top: 0;
  left: 0;
  z-index: 2;
  padding-inline: 2rem;
}

.adm-ads-close {
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  text-align: center;
  line-height: 1.5rem !important;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  cursor: pointer;
}

.admin-cards-wrapper {
  padding: 3.5rem 1rem 3rem 1rem;
}

.admin-cards {
  justify-content: center;
}

.wrapper-button-cards {
  padding-top: 1rem;
}

.btn-customers-online {
  width: 160px;
  height: 45px;
  background-color: #337ab7;
  color: #e0e0e0;
}

.shadow-adm-cards {
  box-shadow: 0px -2px 15px rgba(105, 105, 105, 0.2);
}

/*============================= Lateral suspensa =============================*/
.adm-suspended-side,
.adm-suspended-side * {
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.adm-suspended-side {
  width: 340px;
  height: 100vh;
  position: fixed;
  z-index: 10;
  top: 0;
  right: -420px;
  transition: .3s cubic-bezier(.6, 0, .3, .6);
}

.adm-suspended-side-content {
  overflow-y: auto;
  overflow-x: hidden;
}

.adm-suspended-side.active {
  right: 0;
}

.adm-filter-accordion-control {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.adm-filter-accordion-control.active i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*================================== Tooltip =================================*/
@media (pointer: fine) {

  [data-tooltip],
  [data-tooltip-payment-modules] {
    position: relative;
    z-index: 2;
  }

  [data-tooltip]:before,
  [data-tooltip]:after,
  [data-tooltip-payment-modules]:before,
  [data-tooltip-payment-modules]:after {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  [data-tooltip]:before,
  [data-tooltip-payment-modules]:before {
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 6px;
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    transform: translateX(-50%);
    transition: top .3s, opacity .3s;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .16);
    z-index: 9999;
  }

  .tooltip-region-rule[data-tooltip]::before {
    content: attr(data-tooltip);
    white-space: pre-line;
  }

  [data-tooltip]:before {
    content: attr(data-tooltip);
    white-space: nowrap;
  }

  .tooltip-mercadolivre-video[data-tooltip]::before {
    content: attr(data-tooltip);
    white-space: pre-line;
    width: 350px;
  }

  [data-tooltip-payment-modules]:before {
    content: attr(data-tooltip-payment-modules);
    width: 210px;
  }

  [data-tooltip].full-max-width {
    max-width: inherit;
    position: static;
  }

  [data-tooltip].full-max-width:before {
    max-width: inherit;
    white-space: normal;
    right: -50%;
  }

  [data-tooltip].text-transform-inherit:before {
    text-transform: inherit;
  }

  [data-tooltip]:after,
  [data-tooltip-payment-modules]:after {
    content: " ";
    position: absolute;
    top: 100%;
    right: 50%;
    width: 0;
    margin-top: -6px;
    transform: translateX(50%);
    border-bottom: 6px solid rgba(0, 0, 0, 0.7);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    font-size: 0;
    line-height: 0;
    transition: top .3s, opacity .3s;
  }

  [data-tooltip]:hover:before,
  [data-tooltip]:hover:after,
  [data-tooltip-payment-modules]:hover:before,
  [data-tooltip-payment-modules]:hover:after {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 8px);
  }
}

/*================================== Outros ==================================*/
.adm-modal-overlay {
  z-index: 100 !important;
}

.adm-modal-container {
  max-width: 800px;
  max-height: calc(100vh - 3rem);
  z-index: 110 !important;
  /* box-shadow: 0px 48px 48px -24px rgba(0, 0, 0, 0.32); */
  box-shadow: 0px 19px 38px rgba(0, 0, 0, 0.24);

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.adm-modal-container-full {
  width: 100%;
}

.adm-modal-content {
  overflow-y: auto;
}

@media only screen and (max-width: 991px) {
  .adm-modal-container {
    max-width: calc(100% - 3rem);
    width: calc(100% - 3rem);
  }
}

/*================================== Outros ==================================*/
.adm-dot-notification {
  position: absolute;
  background: red;
  padding: 0.1em 0.3em 0.1em 0.3em;
  border-radius: 50%;
  border: 2px solid #fff;
  top: 16px;
  right: 18px;

}

.adm-dot-notification p {
  position: relative;
  font-size: 0.8em;
  text-align: center;
  color: #FFFFFF !important;

}

.dark .adm-dot-notification {
  border-color: #252525;
}

.adm-home-abstract {
  border-bottom: .25rem solid #337ab7;
}

.adm-breadcrumb .fa-angle-right:first-child {
  display: none;
}

.evaluation-dados .fa-close {
  display: none;
}

.evaluation-dados:hover .fa-close {
  display: block;
}

.tab.active {
  color: #337ab7 !important;
  border-bottom: 2px solid #337ab7;
}

.attributes-disabled {
  user-select: none;
}

.attributes-disabled input[type=checkbox]:checked+span {
  font-weight: bold;
  color: #337ab7 !important;
}

.answer-saved-content:hover {
  background: #f8f8f8;
}

.answer-saved-content:hover .text-gray {
  color: #080808 !important;
}

.vertical-ellipsis {
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Processo de venda */
#lista-processos-venda .field-entry-group:first-of-type {
  border: 2px solid #868e96;
  border-radius: 6px;
  margin-top: 10px;
}

#lista-processos-venda .field-entry-group:first-of-type:before {
  content: "Padrão";
  font-size: 12px;
  display: block;
  width: 100%;
  position: absolute;
  top: -15px;
  color: #868e96
}

/* Skyhub */
.adm-focus-within:focus-within {
  background: #eee;
}

/* Settings Mercado Livre */
#tab-automatic-message textarea {
  border: none;
  outline: none;
}

.acordion-icon-control {
  position: relative;
}

.acordion-icon-control>*:first-child {
  padding-left: 16px;
}

.acordion-icon-control::after,
.acordion-icon-control::before {
  content: '';
  position: absolute;
  display: block;
  background: #222;
  transition: .3s linear;
}

.acordion-icon-control::before {
  transition-delay: .05s;
}

.acordion-icon-control::after {
  top: 15px;
  left: 6px;
  height: 3px;
  width: 11px;
}

.acordion-icon-control::before {
  top: 11px;
  left: 10px;
  height: 11px;
  width: 3px;
}

.acordion-icon-control.active::before {
  transform: rotate(-90deg);
}

.acordion-icon-control.active::after {
  transform: rotate(180deg);
}

#category_tree_span {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}

.category_ok {
  color: green;
}

.category_nok {
  color: red;
}

.list-tbl td {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

/* anti fraude */
.risk-level-title {
  position: absolute;
  bottom: 0;
  width: 25%;
  text-align: center;
  color: black;
}

.risk-level-title-container {
  position: relative;
  height: 24px;
}

.risk-level {
  position: relative;
  margin-top: 14px;
  width: 100%;
  height: 10px;
  background: -moz-linear-gradient(left, #4caf50 0%, #4caf50 24.999%, #ffeb3b 25%, #ffeb3b 49.999%, #ff9800 50%, #ff9800 74.999%, #ff5722 75%, #ff5722 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4caf50 0%, #4caf50 24.999%, #ffeb3b 25%, #ffeb3b 49.999%, #ff9800 50%, #ff9800 74.999%, #ff5722 75%, #ff5722 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4caf50 0%, #4caf50 24.999%, #ffeb3b 25%, #ffeb3b 49.999%, #ff9800 50%, #ff9800 74.999%, #ff5722 75%, #ff5722 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.risk-level-pin {
  position: absolute;
  bottom: 4px;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-top-color: black;
}

.pne-shipping-methods .checkbox.checkbox-medium {
  display: inline-block;
  width: auto;
  margin-right: 38px;
}

.spacing-input-vue-listapresente input {
  padding: 0.2rem !important;
  border: none !important;
}

.spacing-input-vue-listapresente input:focus {
  box-shadow: 0 0 0 0;
  border: 0 none;
  outline: 0;
}

.spacing-input-vue-listapresente {
  padding: 0.6rem !important;
}

.password-view {
  position: absolute;
  right: 1.2rem;
  margin-top: 2%;
}