@charset "UTF-8";
/*
    http://www.developerdrive.com/2014/11/15-essential-sass-mixins/
*/
body {
  font-family: "Lato";
}

.spacer {
  display: inline-block;
  clear: both;
}

.div5 {
  display: inline-block;
  clear: both;
  height: 5px;
  width: 100%;
}

.div10 {
  display: inline-block;
  clear: both;
  height: 10px;
  width: 100%;
}

.div10 {
  display: inline-block;
  clear: both;
  height: 15px;
  width: 100%;
}

.div20 {
  display: inline-block;
  clear: both;
  height: 20px;
  width: 100%;
}

.div30 {
  display: inline-block;
  clear: both;
  height: 30px;
  width: 100%;
}

.div40 {
  display: inline-block;
  clear: both;
  height: 40px;
  width: 100%;
}

.div50 {
  display: inline-block;
  clear: both;
  height: 50px;
  width: 100%;
}

.mb-xsm {
  margin-bottom: 5px !important;
}

.mb-sm {
  margin-bottom: 10px !important;
}

.mb-md {
  margin-bottom: 20px !important;
}

.mb-lg {
  margin-bottom: 30px !important;
}

.mb-xlg {
  margin-bottom: 40px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pad0 {
  padding: 0px !important;
}

.pad1 {
  padding: 1px !important;
}

.pad5 {
  padding: 5px !important;
}

.pad10 {
  padding: 10px !important;
}

.pad15 {
  padding: 15px !important;
}

.pad-left-20 {
  padding-left: 20px !important;
}

.border-zero {
  border: none !important;
}

.display-block {
  display: block !important;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

.nav-tabs {
  margin-bottom: 0;
  border: none;
}

.tab-content {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 30px 15px 15px 15px;
  margin-bottom: 20px;
}

.fa-btn {
  margin-right: 6px;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.force-wrap {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.form-text-detail {
  font-weight: normal;
}

label.required:after {
  content: "*";
}

.alert-form-errors-all .expand-icon {
  background-color: #FF0;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
}
.alert-form-errors-all .expand-icon i.fa {
  color: #333;
}

.listing-content {
  max-width: 1400px;
}

.form.form-condensed hr {
  margin-top: 0px;
  margin-bottom: 8px;
}
.form.form-condensed .form-group {
  margin-bottom: 8px;
}

.form-control.size-price {
  display: inline-block;
  width: 100%;
  max-width: 80px;
}
.form-control.size-date {
  display: inline-block;
  margin-right: 10px;
  width: 100%;
  max-width: 105px;
}
.form-control.size-date-lg {
  margin-right: 10px;
  width: 100%;
  max-width: 150px;
}
.form-control.size-phone {
  display: inline-block;
  margin-right: 10px;
  width: 100%;
  max-width: 150px;
}
.form-control.size-datetime {
  display: inline-block;
  margin-right: 10px;
  width: 100%;
  max-width: 180px;
}
.form-control.size-xsmall {
  display: inline-block;
  margin-right: 10px;
  width: 100%;
  max-width: 60px;
}
.form-control.size-small {
  display: inline-block;
  margin-right: 10px;
  width: 100%;
  max-width: 100px;
}
.form-control.size-medium {
  display: inline-block;
  margin-right: 10px;
  width: 100%;
  max-width: 150px;
}
.form-control.size-regular {
  display: inline-block;
  margin-right: 10px;
  width: 100%;
  max-width: 300px;
}
.form-control.size-large {
  display: inline-block;
  margin-right: 10px;
  width: 100%;
  max-width: 500px;
}
.form-control.size-xlarge {
  width: 100%;
  max-width: 800px;
}
.form-control.size-auto {
  width: auto;
  max-width: 100%;
  display: inline-block;
  min-width: 100px;
}

.input-group.size-date {
  margin-right: 10px;
  width: 100%;
  max-width: 175px;
}
.input-group.size-date-lg {
  margin-right: 10px;
  width: 100%;
  max-width: 180px;
}
.input-group.size-phone {
  margin-right: 10px;
  width: 100%;
  max-width: 220px;
}
.input-group.size-datetime {
  margin-right: 10px;
  width: 100%;
  max-width: 250px;
}
.input-group.size-xsmall {
  margin-right: 10px;
  width: 100%;
  max-width: 130px;
}
.input-group.size-small {
  margin-right: 10px;
  width: 100%;
  max-width: 170px;
}
.input-group.size-regular {
  margin-right: 10px;
  width: 100%;
  max-width: 370px;
}
.input-group.size-large {
  margin-right: 10px;
  width: 100%;
  max-width: 570px;
}
.input-group.size-xlarge {
  width: 100%;
  max-width: 870px;
}
.input-group.size-auto {
  width: auto;
  min-width: 170px;
}

.form-group label.checkbox-inline.col-sm-1, .form-group label.checkbox-inline.col-sm-2, .form-group label.checkbox-inline.col-sm-3, .form-group label.checkbox-inline.col-sm-4, .form-group label.checkbox-inline.col-sm-5, .form-group label.checkbox-inline.col-sm-6, .form-group label.checkbox-inline.col-md-1, .form-group label.checkbox-inline.col-md-2, .form-group label.checkbox-inline.col-md-3, .form-group label.checkbox-inline.col-md-4, .form-group label.checkbox-inline.col-md-5, .form-group label.checkbox-inline.col-md-6, .form-group label.checkbox-inline.col-lg-1, .form-group label.checkbox-inline.col-lg-2, .form-group label.checkbox-inline.col-lg-3, .form-group label.checkbox-inline.col-lg-4, .form-group label.checkbox-inline.col-lg-5, .form-group label.checkbox-inline.col-lg-6 {
  margin-left: 0;
}

.form-vertical .form-control.size-date {
  display: block;
}
.form-vertical .form-control.size-datetime {
  display: block;
}
.form-vertical .form-control.size-xsmall {
  display: block;
}
.form-vertical .form-control.size-small {
  display: block;
}
.form-vertical .form-control.size-regular {
  display: block;
}
.form-vertical .form-control.size-large {
  display: block;
}
.form-vertical .form-control.size-xlarge {
  display: block;
}
.form-vertical .form-control.size-auto {
  display: block;
}

.form-inline .form-control.size-date {
  width: 105px;
}
.form-inline .form-control.size-datetime {
  width: 180px;
}
.form-inline .form-control.size-xsmall {
  width: 50px;
}
.form-inline .form-control.size-small {
  width: 100px;
}
.form-inline .form-control.size-regular {
  width: 300px;
}
.form-inline .form-control.size-large {
  width: 500px;
}
.form-inline .form-control.size-xlarge {
  width: 800px;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.force-wrap {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.bg-yellow {
  background-color: #FF0;
}

.bg-red {
  background-color: #FAA;
}

.bg-green {
  background-color: #0F0;
}

.weight-lighter {
  font-weight: lighter;
}

.weight-normal {
  font-weight: normal;
}

.weight-bold {
  font-weight: bold;
}

label.label-sm {
  font-size: 12px;
}

label.label-md {
  font-size: 16px;
}

label.label-lg {
  font-size: 20px;
}

.label.label-lancamento {
  background-color: #2d2;
}
.label.label-lancamento-nao-adq {
  background-color: #6c1;
}
.label.label-reposicao {
  background-color: #3C3;
}
.label.label-reposicao-nao-adq {
  background-color: #4C4;
}
.label.label-preco-reajustado {
  background-color: #48D1CC;
}
.label.label-black {
  background-color: #000;
}
.label.label-blue {
  background-color: #0288d1;
}
.label.label-brown {
  background-color: #A52A2A;
}
.label.label-chartreuse {
  background-color: #7FFF00;
}
.label.label-chocolate {
  background-color: #D2691E;
}
.label.label-coral {
  background-color: #FF7F50;
}
.label.label-dark-green {
  background-color: #006400;
}
.label.label-dark-salmon {
  background-color: #E9967A;
}
.label.label-gold {
  background-color: #FFD700;
}
.label.label-golden-rod {
  background-color: #DAA520;
}
.label.label-maroon {
  background-color: #800000;
}
.label.label-olive {
  background-color: #808000;
}
.label.label-orange {
  background-color: #FFA500;
}
.label.label-sienna {
  background-color: #A0522D;
}
.label.label-silver {
  background-color: #C0C0C0;
}
.label.label-sky-blue {
  background-color: #87CEEB;
}
.label.label-tomato {
  background-color: #FF6347;
}
.label.label-yellow-green {
  background-color: #9ACD32;
}

select.select2.size-auto + .select2.select2-container.select2-container--bootstrap {
  display: inline-block;
  max-width: 90%;
}

.ui-datepicker.ui-widget {
  z-index: 100 !important;
}

.bootstrap-filestyle .group-span-filestyle label .icon-span-filestyle {
  margin-right: 5px;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-cancel {
  background-color: #777;
  color: #EEE;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-red {
  background-color: #C00;
  color: #EEE;
}

a.no-underline-hover:hover, a:hover .no-underline-hover, a.no-underline-hover:active, a:active .no-underline-hover {
  text-decoration: none;
}

.cursor-move {
  cursor: move;
}

.breadcrumb {
  background-color: transparent;
}

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

table.table th.vert-middle, table.table td.vert-middle {
  vertical-align: middle;
}

table.table th.border-right, table.table td.border-right {
  border-right: 1px solid #ddd;
}

table.table th.border-left, table.table td.border-left {
  border-left: 1px solid #ddd;
}

table.table th.border-left-dotted, table.table td.border-left-dotted {
  border-left: 1px dotted #D5D5D5;
}

table tbody tr.disabled {
  color: #777;
}

table th.col-size-min {
  width: 10px;
}

.text-disabled {
  color: #AAA;
}

table.table-data-info .table-col-label {
  width: 30%;
  text-align: right;
}

.text-yellow {
  color: #EE4;
}

.daileon-widget .panel-body {
  min-height: 280px;
}
.daileon-widget .panel-footer {
  height: 50px;
}

@media (max-width: 992px) {
  .daileon-widget .panel-body {
    min-height: auto;
  }
}
/* make sidebar nav vertical */
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }

  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }

  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }

  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
/* Sticky footer styles
-------------------------------------------------- */
.footer {
  display: block;
  height: 40px;
  width: 100%;
  z-index: 1000;
}
.footer.with-floating-items {
  height: 85px;
}
.footer.with-floating-items.floating .footer-float-container .footer-float {
  position: fixed;
  bottom: -50px;
  z-index: 100;
}
.footer.with-floating-items.floating .footer-float-container .footer-float .listing-content .footer-float-items {
  width: auto;
  float: right;
  margin-top: -50px;
}
.footer.fixed {
  position: fixed;
  bottom: 0;
}
.footer .footer-float-container {
  width: 100%;
  height: 45px;
}
.footer .footer-float {
  width: 100%;
  height: 45px;
  text-align: right;
  z-index: 100;
}
.footer .footer-float .listing-content {
  margin-right: 20px;
}
.footer .footer-float .footer-float-items {
  display: inline-block;
}
.footer .footer-float .floating-item {
  display: inline-block;
  z-index: 100;
  padding: 10px;
  min-width: 100px;
  height: 45px;
  margin: 0 5px;
  background-color: #CCC;
  color: #222;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.footer .footer-float .floating-item:hover {
  text-decoration: none;
  color: #222;
  background-color: #DDD;
}
.footer .footer-float .floating-item:hover .main-icon {
  color: #363;
}
.footer .footer-float .floating-item span.cont {
  display: inline-block;
  vertical-align: middle;
}
.footer .footer-float .floating-item.floating-contato {
  background-color: #ffbf00;
}
.footer .footer-float .floating-item.floating-avaliacao {
  background-color: #FFD700;
}
.footer .footer-float .floating-item.floating-cart {
  min-width: 250px;
  background-color: #CCC;
  color: #222;
}
.footer .footer-float .floating-item.floating-cart span.cont {
  display: inline-block;
  vertical-align: middle;
}
.footer .footer-float .floating-item.floating-cart .main-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
}
.footer .footer-float .floating-item.floating-cart:hover {
  text-decoration: none;
  color: #222;
  background-color: #DDD;
}
.footer .footer-float .floating-item.floating-cart:hover .main-icon {
  color: #363;
}
.footer .footer-fixed {
  display: table;
  width: 100%;
  height: 40px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.footer .footer-fixed .footer-fixed-content {
  display: table-cell;
  vertical-align: middle;
}
.footer .footer-fixed .footer-fixed-content .text-muted {
  margin: 10px 0;
}
.footer .footer-fixed .footer-fixed-content a {
  color: #777;
}
@media (max-width: 600px) {
  .footer .footer-float .floating-item {
    text-align: center;
    margin: 0 2px;
    min-width: 10px;
    padding: 3px 5px;
    height: 27px;
    margin-top: 18px;
  }
  .footer .footer-float .floating-item .hide-mobile {
    display: none;
  }
  .footer .footer-float .floating-item.floating-contato .aba-label, .footer .footer-float .floating-item.floating-avaliacao .aba-label {
    font-size: 10px;
  }
  .footer .footer-float .floating-item.floating-cart {
    min-width: 30px;
  }
  .footer .footer-float .floating-item.floating-cart .main-icon {
    font-size: 18px;
  }
  .footer .footer-float.floating .listing-content {
    margin-right: 10px;
  }
}
@media (max-width: 450px) {
  .footer {
    height: 60px;
  }
  .footer.with-floating-items {
    height: 87px;
  }
  .footer .footer-float-container {
    height: 27px;
  }
  .footer .footer-float {
    text-align: right;
    margin-right: 0;
    height: 27px;
  }
  .footer .footer-float .listing-content {
    margin-right: 10px;
  }
  .footer .footer-float .floating-item {
    margin: 0 2px;
    min-width: 30px;
    padding: 3px 5px;
    height: 27px;
  }
  .footer .footer-float .floating-item.floating-cart .main-icon {
    font-size: 18px;
  }
  .footer .footer-fixed {
    display: block;
    padding: 3px;
    height: 60px;
  }
  .footer .footer-fixed .footer-fixed-content {
    display: block;
  }
}

/*
	avaliação
*/
.form-group-avaliacao {
  display: block;
  margin-bottom: 8px;
}
.form-group-avaliacao .col-avaliacao-label {
  width: 400px;
  text-align: right;
  margin-right: 5px;
  font-weight: normal;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .form-group-avaliacao .col-avaliacao-label {
    text-align: left;
  }
}
.form-group-avaliacao .col-avaliacao-notas {
  display: inline-block;
}
.form-group-avaliacao .col-avaliacao-notas .notas {
  margin-top: 5px;
  margin-bottom: 10px;
}
.form-group-avaliacao .col-avaliacao-notas .notas span.nota {
  margin-right: 5px;
  background-color: #EEE;
  font-size: 12px;
}
.form-group-avaliacao .col-avaliacao-notas .notas span.nota.nota-01.selected {
  background-color: #CC6655;
}
.form-group-avaliacao .col-avaliacao-notas .notas span.nota.nota-02.selected {
  background-color: #BB7755;
}
.form-group-avaliacao .col-avaliacao-notas .notas span.nota.nota-03.selected {
  background-color: #AA8844;
}
.form-group-avaliacao .col-avaliacao-notas .notas span.nota.nota-04.selected {
  background-color: #999944;
}
.form-group-avaliacao .col-avaliacao-notas .notas span.nota.nota-05.selected {
  background-color: #88AA33;
}
.form-group-avaliacao .col-avaliacao-notas .notas span.nota.nota-06.selected {
  background-color: #77BB33;
}
.form-group-avaliacao .col-avaliacao-notas .notas span.nota.nota-07.selected {
  background-color: #66CC22;
}
.form-group-avaliacao .col-avaliacao-notas .notas span.nota.nota-08.selected {
  background-color: #55DD22;
}
.form-group-avaliacao .col-avaliacao-notas .notas span.nota.nota-09.selected {
  background-color: #44EE11;
}
.form-group-avaliacao .col-avaliacao-notas .notas span.nota.nota-10.selected {
  background-color: #33FF00;
}
.form-group-avaliacao .col-avaliacao-notas .notas span.nota:hover {
  border: 1px solid #333;
}
.form-group-avaliacao .col-avaliacao-notas .notas span.nota.escala-5.nota-01.selected {
  background-color: #BB7755;
}
.form-group-avaliacao .col-avaliacao-notas .notas span.nota.escala-5.nota-02.selected {
  background-color: #999944;
}
.form-group-avaliacao .col-avaliacao-notas .notas span.nota.escala-5.nota-03.selected {
  background-color: #77BB33;
}
.form-group-avaliacao .col-avaliacao-notas .notas span.nota.escala-5.nota-04.selected {
  background-color: #55DD22;
}
.form-group-avaliacao .col-avaliacao-notas .notas span.nota.escala-5.nota-05.selected {
  background-color: #33FF00;
}
@media (max-width: 400px) {
  .form-group-avaliacao .col-avaliacao-notas .notas span.nota {
    margin-right: 2px;
    font-size: 11px;
  }
}
@media (max-width: 299px) {
  .form-group-avaliacao .col-avaliacao-notas .notas span.nota {
    font-size: 9px;
  }
}

.avaliacao {
  cursor: pointer;
}
.avaliacao .icons-estrelas {
  text-align: center;
  white-space: nowrap;
  color: #BB0;
  font-size: 12px;
}

/*
	profile box
*/
.box-profile-top {
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 0 15px;
}
.box-profile-top .profile-hide {
  float: right;
  cursor: pointer;
  color: #88B;
  margin-top: -10px;
}
.box-profile-top .profile-hide:hover {
  color: #33B;
}
.box-profile-top .profile-content {
  background-color: #FFEE22;
  padding: 15px;
  max-width: 1170px;
  margin: 0 auto;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.box-profile-top .profile-content .with-label-hover {
  position: relative;
}
.box-profile-top .profile-content .with-label-hover .label-hover {
  display: inline-block;
  display: none;
  font-size: 9px;
  margin-left: 5px;
  padding: 0;
}
.box-profile-top .profile-content .with-label-hover .label-hover.fixed {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1px 2px;
  background-color: #48D1CC;
}
.box-profile-top .profile-content .with-label-hover:hover .label-hover {
  display: inline-block;
}
.box-profile-top .profile-content .profile-user {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  font-size: 16px;
  font-weight: normal;
}
.box-profile-top .profile-content .profile-user .profile-avatar {
  display: block;
  margin: 5px 10px 10px 0;
}
.box-profile-top .profile-content .profile-user .profile-avatar .icon-border, .box-profile-top .profile-content .profile-user .profile-avatar img.avatar {
  width: 70px;
  height: 70px;
  display: block;
  border: 1px solid #888;
  background-color: #FFF;
}
.box-profile-top .profile-content .profile-user .profile-avatar .icon-border .icon, .box-profile-top .profile-content .profile-user .profile-avatar img.avatar .icon {
  display: inline-block;
  width: 70px;
  height: 50px;
  color: #888;
  font-size: 50px;
  text-align: center;
  display: block;
  margin: 10px auto;
}
.box-profile-top .profile-content .profile-user .profile-avatar:hover, .box-profile-top .profile-content .profile-user .profile-avatar:focus {
  text-decoration: none;
}
.box-profile-top .profile-content .profile-user .profile-desc {
  flex-grow: 1;
}
.box-profile-top .profile-content .profile-user .profile-desc .profile-title {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  color: #222;
}
.box-profile-top .profile-content .profile-user .profile-desc .profile-title small {
  margin-left: 5px;
  font-size: 12px;
}
.box-profile-top .profile-content .profile-user .profile-desc .profile-title .profile-progress {
  display: block;
  line-height: 160%;
  font-size: 12px;
}
.box-profile-top .profile-content .profile-user .profile-desc .profile-title .profile-progress .bar {
  display: inline-block;
  width: 100px;
  height: 8px;
  border: 1px solid #888;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.box-profile-top .profile-content .profile-user .profile-desc .profile-title .profile-progress .bar .bar-fill {
  display: block;
  width: 0%;
  height: 8px;
  background-color: #AAA;
}
.box-profile-top .profile-content .profile-user .profile-desc .profile-title:hover {
  text-decoration: none;
  color: #666;
}
.box-profile-top .profile-content .profile-user .profile-desc .avaliacao-mais-recente .text {
  font-size: 13px;
}
@media (max-width: 400px) {
  .box-profile-top .profile-content .profile-user .profile-desc .avaliacao-mais-recente .text {
    display: block;
    margin: 10px 0 0;
  }
}
.box-profile-top .profile-content .profile-user .profile-desc .avaliacao-mais-recente .avalie-novamente {
  font-size: 10px;
  text-decoration: none;
  cursor: pointer;
  color: #333;
}
.box-profile-top .profile-content .profile-user .profile-desc .avaliacao-mais-recente:hover .avalie-novamente {
  color: #111;
  text-decoration: underline;
}
.box-profile-top .profile-content .profile-user .profile-buttons .buttons-wrapper {
  float: right;
}
@media (min-width: 600px) {
  .box-profile-top .profile-content .profile-user .profile-buttons {
    order: 3;
  }
}
@media (max-width: 400px) {
  .box-profile-top .profile-content .profile-user .profile-buttons .buttons-wrapper {
    float: none;
  }
  .box-profile-top .profile-content .profile-user .profile-buttons .buttons-wrapper a.btn {
    display: block;
    margin-bottom: 10px;
  }
}
.box-profile-top .profile-content .profile-company .profile-company-title {
  font-size: 16px;
  font-weight: 400;
  color: #222;
}
.box-profile-top .profile-content .profile-company .profile-company-title small.cnpj {
  white-space: nowrap;
  margin-left: 5px;
  font-size: 12px;
}
.box-profile-top .profile-content .profile-company .profile-company-icons {
  white-space: nowrap;
}
.box-profile-top .profile-content .profile-company .badge {
  background-color: #999;
}
.box-profile-top .profile-content .profile-company .badge:hover {
  background-color: #333;
}

/*
	upload de avatar
*/
.form-avatar-upload .form-profile-avatar-wrapper {
  position: relative;
  display: inline-block;
}
.form-avatar-upload .form-profile-avatar-wrapper .form-profile-avatar {
  display: block;
  border: 1px solid #888;
  background-color: #FFF;
}
.form-avatar-upload .form-profile-avatar-wrapper .avatar-label-over {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
}

.form-avatar-select .form-image-src-wrapper {
  border: 2px solid #333;
  display: inline-block;
  font-size: 0;
}
.form-avatar-select .form-image-src {
  max-width: 100%;
}

/*
	home
*/
.box-min-height {
  min-height: 320px;
}
@media (max-width: 991px) {
  .box-min-height {
    min-height: auto;
  }
}

.box-blog-posts {
  padding: 10px 20px 20px;
  background-color: #FFFFE0;
}
.box-blog-posts .posts-list .blog-post {
  padding: 0 0 10px 0;
  color: #666;
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px dotted #DDD;
}
.box-blog-posts .posts-list .blog-post strong {
  display: block;
  font-size: 20px;
  font-weight: 400;
}
.box-blog-posts .posts-list .blog-post span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.box-blog-posts .posts-list .blog-post .leia-mais {
  font-size: 10px;
  display: inline;
  margin: 0 0 0 5px;
  white-space: nowrap;
  font-weight: 700;
  text-decoration: underline;
}
.box-blog-posts .posts-list .blog-post:hover {
  text-decoration: none;
  color: #000;
}

.slideshow-home {
  margin: 0 auto;
  display: block;
}
.slideshow-home .slides {
  display: inline-block;
  margin: 0 auto;
  width: fit-content;
}
.slideshow-home .slides img {
  max-width: 100%;
  height: auto;
}
.slideshow-home .cycle-pager > span {
  font-size: 30px;
  margin: 0 5px;
  color: #AAA;
}
.slideshow-home .cycle-pager > span.cycle-pager-active {
  color: #000;
}
.slideshow-home .cycle-pager > span {
  cursor: pointer;
}

.box-aviso-home {
  line-height: 120%;
  font-size: 14px;
}

.modal .modal-iframe-content {
  border: none;
  width: 100%;
  min-height: 70vh;
}

.box-icon-links {
  display: flex;
  align-content: space-around;
  justify-content: space-around;
  align-items: top;
  flex-wrap: wrap;
}
.box-icon-links a.icon-link {
  flex: 0 0 50px;
  vertical-align: top;
  margin: 0 10px 15px;
  color: #666;
}
.box-icon-links a.icon-link small {
  white-space: nowrap;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
  line-height: 110%;
}
.box-icon-links a.icon-link i.fa {
  display: block;
  margin: 16px auto 0;
  font-size: 30px;
}
.box-icon-links a.icon-link img {
  display: block;
  margin: 0 auto;
}
.box-icon-links a.icon-link:hover, .box-icon-links a.icon-link:active, .box-icon-links a.icon-link:focus {
  color: #000;
  text-decoration: none;
}

img.thumb-size-sm {
  max-width: 80px;
  height: auto;
}

.btn-screen-options {
  position: absolute;
  right: 10px;
  z-index: 1000;
  font-size: 12px;
  text-align: center;
  background-color: #FFD700;
  cursor: pointer;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-screen-options:hover {
  background-color: #ADFF2F;
}
.btn-screen-options.floating {
  position: fixed;
  margin-top: 0;
  top: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.pull-right-md {
  float: none !important;
}
@media (min-width: 840px) {
  .pull-right-md {
    float: right !important;
  }
}