.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.h-100 {
  height: 100% !important;
}

#infscr-loading {
  text-align: center;
}

.main-header .sidebar-toggle {
  max-width: 130px;
  max-height: 50px;
  overflow: hidden;
  white-space: nowrap;
}

.main-header .sidebar-toggle span.logo-mobile {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 20px;
}

input.width150,
select.width150 {
    max-width: 150px;
}

.content {
  padding: 10px;
}

.box .well {
  margin: 0px;
}

.box .pagination {
  margin: 0px;
}

.box-header {
  padding-bottom: 0px;
}

.box-header.with-border {
  padding-bottom: 10px;
}

.btn-black {
  background-color: #444;
  color: #f4f4f4;
  border-color: #333;
}

.btn-black:focus,
.btn-black:hover,
.btn-black:active,
.btn-black.hover {
  background-color: #000;
  color: #fff;
}

.btn-light {
    color: #666;
    background-color:: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover,
.btn-light:active,
.btn-light.hover {
  color: #666;
  background-color: #dae0e5;
  border-color: #c6c7c8;
}

.skin-red-light .sidebar-menu > li.header {
  text-transform: uppercase;
}

.skin-red-light .sidebar-menu > li.header {
  padding: 7px 1px 0px 10px;
}
.skin-red-light .sidebar-menu > li > a {
  padding: 7px 1px 7px 10px;
}

.skin-red-light .sidebar-menu .treeview-menu {
  display: block;
  background-color: #f9fafc !important;
}

.skin-red-light .treeview-menu > li > a {
  color: #444444;
  padding: 2px 2px 2px 20px;
}

.skin-red-light .sidebar-menu li:hover > a,
.skin-red-light .sidebar-menu li.active > a {
  color: #000000;
  background: #f4f4f5;
}

.skin-red-light .sidebar-menu li.line {
  border-top: #E5E5E5 solid 1px;
}

.badge-warning {
  background-color: #f8ac59;
  color: #FFFFFF;
}

.badge-danger {
  background-color: #dd4b39;
  color: #FFFFFF !important;
}

.badge-info {
  background-color: #23c6c8;
  color: #FFFFFF;
}

.badge-inverse {
  background-color: #262626;
  color: #FFFFFF;
}

.badge-white {
  background-color: #FFFFFF;
  color: #5E5E5E;
}

.badge-primary {
  background-color: #1ab394;
  color: #FFFFFF;
}


@media (max-width: 767px) {
  .main-header .logo {
    display: none;
  }

  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 50px;
  }

  .main-sidebar,
  .left-side {
    padding-top: 50px;
  }
}

#ajax-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background-color: #000;
  filter: alpha(opacity=65);
  opacity: .65;
}

#ajax-loader img {
  position: absolute;
  top: 40%;
  left: 46%;
  z-index: 2010
}

.required:after {
  content: '*';
}

.alert {
  margin-bottom: 10px;
}

.alert ul {
  padding: 0;
  list-style: inside;
}

.alert-suporte {
  border: #ccc solid 1px;
  padding: 10px 5px;
  margin: 10px 0px;
  background-color: #fff;
}

.alert-suporte div a {
  color: #333;
}

.alert-suporte div a:hover {
  color: #3c8dbc;
}

.alert-leiloes {
  border: #ccc solid 1px;
  padding: 10px 5px;
  margin-bottom: 10px;
  background-color: #fff;
}

.alert-leiloes div i {
  color: #c00;
}

.alert-leiloes div a {
  color: #c00;
}

.alert-leiloes div a:hover {
  color: #333;
}

.alert-dashboard {
  border: #ccc solid 1px;
  padding: 10px 5px;
  margin-bottom: 10px;
  background-color: #fff;
}

.alert-dashboard:after,
.alert-dashboard:before {
  display: table;
  content: " ";
}

.alert-dashboard:after {
  clear: both;
}

.alert-dashboard ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.alert-dashboard ul li {
  float: left;
  margin: 5px 10px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
}

.alert-dashboard ul li a {
  color: #333;
}

.alert-dashboard ul li a:hover {
  color: #3c8dbc;
}

.alert-dashboard ul li .icone {
  color: #c00;
  font-size: 18px;
}

.alert-info-soft {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.alert-warning-soft {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-danger-soft {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-info-soft a,
.alert-warning-soft a,
.alert-danger-soft a {
  color: #000 ;
}

.alert-info-soft a:hover,
.alert-warning-soft a:hover,
.alert-danger-soft a:hover {
  color: #444;
  text-decoration: none;
}

.alert-danger a:hover {
  color: #fff;
  text-decoration: none;
}

input.search_icon {
  padding-left: 30px;
  background-image: url(/assets/images/search_icon.png);
  background-repeat: no-repeat;
  background-position: 7px center;
}

.form-linha {
  display: inline;
}

.fileinput {
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.fields-filtered {
    margin-bottom: 5px;
    margin-top: 5px;
}

.fields-filtered a.clear-filter {
    color: #333;
    font-weight: bold;
    font-style: italic;
}

.fields-filtered ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.fields-filtered ul li {
    display: inline-block;
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 5px;
}

.fields-filtered ul li a {
    color: #333;
    text-decoration: none;
}

.label-white,
.label-white[href]:hover,
.label-white[href]:focus {
  background-color: #fff;
  color: #5e5e5e;
  border: #ccc solid 1px;
}

.label-dark,
.label-dark[href]:hover,
.label-dark[href]:focus {
  background-color: #333;
  color: #fff;
  border: #333 solid 1px;
}

.control-label {
  color: #555;
}

.form-group. label.required {
  color: #0fb7d2;
}

.form-control {
    border-radius: 0;
    width: 100%;
}

.form-control.has-error {
  border-color: #dd4b39;
  box-shadow: none;
}

legend {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 16px;
}

.modal-header,
.modal-body,
.modal-footer {
  padding: 15px;
}

.modal-content section.content .modal-header {
  padding: 0px 0px 15px 0px;
}

.modal-content section.content .modal-body,
.modal-content section.content .modal-footer {
  padding: 15px 0px 0px 0px;
}

.modal-content section.content {
    min-height: 100px;
}

.modal-header h1,
.modal-header h2,
.modal-header h3 {
  margin: 0px;
  font-size: 24px;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(90vh - 1rem);
  overflow: hidden;

  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 768px) {
  .modal-dialog.modal-dialog-centered {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.well {
  margin-bottom: 5px;
}

.well-sm {
  padding: 6px;
}

.progress {
  margin-bottom: 0px;
}

.form-group {
  margin-bottom: 5px;
}

.form-group .help-block{
  margin-bottom: 1px;
}

.table.table-bordered-outside {
  border: 1px solid #ddd !important;
}

.panel {
  margin-bottom: 15px;
}

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

.panel .panel-footer {
    background-color: #fff;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5 {
  margin-top:0px;
}

.panel .panel-heading {
  background: none;
  padding: 10px 0px;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: #ddd solid 2px;
}

.panel .panel-heading h3, .panel h4 {
  margin:0px;
}

.panel .panel-body table,
.panel .panel-body form ,
.panel .panel-footer table,
.panel .panel-footer form {
  margin: 0px;
}

.panel .panel-body .pagination,
.panel .panel-body .pagination ,
.panel .panel-footer .pagination,
.panel .panel-footer .pagination {
    margin-top: 0px;
    margin-bottom: 5px;
}

.margin-negative {
  margin-top: -10px!important;
}

.secure-connect {
  color: #5e9b25;
}

.btn-xs {
  white-space: nowrap;
}

a.link-show {
  color: #333;
  border-bottom: .1em dotted;
  text-decoration: none;
}

a.link-show .fa.fa-empty {
  width: 12px;
}

a.link-show:hover {
  color: #000;
  border-bottom: 0px;
}

a.link-show:hover .fa.fa-empty:before {
  content: "\f002";
}

.tab-panel .panel {
  border-radius: 0;
  border-top: none;
}

.tab-pane > table.grid {
  margin: 0px !important;
}

.grid-line {
  border-top: #ccc solid 1px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.grid-line .control-label {
  margin: 0px;
}

.grid-line p {
  margin-bottom: 0px;
}

.row.grid-line {
  margin-left: -10px;
  margin-right: -10px;
}

.row.grid-line h1,
.row.grid-line h2,
.row.grid-line h3,
.row.grid-line h4,
.row.grid-line h5,
.row.grid-line h6 {
  margin: 0px;
}

.row.grid-line .col-xs-1,
.row.grid-line .col-sm-1,
.row.grid-line .col-md-1,
.row.grid-line .col-lg-1,
.row.grid-line .col-xs-2,
.row.grid-line .col-sm-2,
.row.grid-line .col-md-2,
.row.grid-line .col-lg-2,
.row.grid-line .col-xs-3,
.row.grid-line .col-sm-3,
.row.grid-line .col-md-3,
.row.grid-line .col-lg-3,
.row.grid-line .col-xs-4,
.row.grid-line .col-sm-4,
.row.grid-line .col-md-4,
.row.grid-line .col-lg-4,
.row.grid-line .col-xs-5,
.row.grid-line .col-sm-5,
.row.grid-line .col-md-5,
.row.grid-line .col-lg-5,
.row.grid-line .col-xs-6,
.row.grid-line .col-sm-6,
.row.grid-line .col-md-6,
.row.grid-line .col-lg-6,
.row.grid-line .col-xs-7,
.row.grid-line .col-sm-7,
.row.grid-line .col-md-7,
.row.grid-line .col-lg-7,
.row.grid-line .col-xs-8,
.row.grid-line .col-sm-8,
.row.grid-line .col-md-8,
.row.grid-line .col-lg-8,
.row.grid-line .col-xs-9,
.row.grid-line .col-sm-9,
.row.grid-line .col-md-9,
.row.grid-line .col-lg-9,
.row.grid-line .col-xs-10,
.row.grid-line .col-sm-10,
.row.grid-line .col-md-10,
.row.grid-line .col-lg-10,
.row.grid-line .col-xs-11,
.row.grid-line .col-sm-11,
.row.grid-line .col-md-11,
.row.grid-line .col-lg-11,
.row.grid-line .col-xs-12,
.row.grid-line .col-sm-12,
.row.grid-line .col-md-12,
.row.grid-line .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}


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

table.table.grid > thead {
  background-color: #f5f5f5;
}

table.table.grid td.bg-head {
  background-color: #f5f5f5;
}

table.table.grid > thead > tr > td,
table.table.grid > thead > tr > th,
table.table.grid > tbody > tr > td,
table.table.grid > tfoot > tr > td {
  border-bottom: #ddd solid 1px;
}

table.table.grid > thead > tr > th,
table.table.grid .thead {
  background-color: #f5f5f5;
  border-bottom: #ddd solid 2px;
}

table.table.grid > thead > tr > th,
table.table.grid > thead > tr > td {
  border: #ddd solid 1px;
}

.nav-tabs-custom {
  background: none;
}

.nav-tabs-custom > .nav-tabs {
  background-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li {
  background-color: #fff;
  border-left: #ccc solid 1px;
  border-right: #ccc solid 1px;
  border-top: #ccc solid 1px;
}

.nav-tabs-custom > .nav-tabs > li.active {
  border-top: #3c8dbc solid 3px;
}

.tab-content {
  border: #ccc solid 1px;
}

.box-header > .toolbar,
.box-body > .toolbar {
  margin-bottom: 10px;
}

.toolbar > .row {
  padding: 0px 10px;
}

.tab-content .toolbar {
  margin-bottom: 10px;
}

.toolbar .row .col-xs-1,
.toolbar .row .col-xs-2,
.toolbar .row .col-xs-3,
.toolbar .row .col-xs-4,
.toolbar .row .col-xs-5,
.toolbar .row .col-xs-6,
.toolbar .row .col-xs-7,
.toolbar .row .col-xs-8,
.toolbar .row .col-xs-9,
.toolbar .row .col-xs-10,
.toolbar .row .col-xs-11,
.toolbar .row .col-xs-12 {
  padding: 0px 5px;
}

.toolbar .form-inline .form-group,
.toolbar .form-inline .input-group {
  margin: 0px;
  display: inline-table;
  vertical-align: middle;
}

img.select2-select-user-avatar { width: 20px; height: 20px; margin-top: 0px; }
.select2-result-user { padding-top: 2px; padding-bottom: 2px; }
.select2-result-user_avatar { float: left; width: 30px; margin-right: 10px; }
.select2-result-user_avatar img { width: 100%; height: auto; border-radius: 2px; }
.select2-result-user_meta { margin-left: 40px; }
.select2-result-title { color: black; font-weight: bold; word-wrap: break-word; line-height: 1.1; margin-bottom: 4px; }
.select2-result-description { font-size: 13px; color: #777; margin-top: 4px; }
.select2-results__option--highlighted .select2-result-title { color: #fff; }
.select2-results__option--highlighted .select2-result-description { color: #c6dcef; }

.select2.select2-container--bootstrap {
  width: 100% !important;
}

.select2-container--bootstrap .select2-selection {
  border-radius: 0px !important;
}

form.fileupload .files p {
  margin-bottom: 3px;
}

form.fileupload .files td {
  white-space: nowrap;
}

form.fileupload .files .actions td {
  padding-right: 3px;
}

form.fileupload .files .template-upload .preview canvas,
form.fileupload .files .template-upload .preview img {
  opacity: 0.5;
}

form.fileupload .files .template-upload .preview i.fa,
form.fileupload .files .template-download .preview i.fa {
  font-size: 30px;
}

form.fileupload .files .template-upload .start:disabled {
  display: none;
}

form.fileupload .files .name {
  overflow: hidden;
}

form.fileupload .col-xs-1,
form.fileupload .col-sm-1,
form.fileupload .col-md-1,
form.fileupload .col-lg-1,
form.fileupload .col-xs-2,
form.fileupload .col-sm-2,
form.fileupload .col-md-2,
form.fileupload .col-lg-2,
form.fileupload .col-xs-3,
form.fileupload .col-sm-3,
form.fileupload .col-md-3,
form.fileupload .col-lg-3,
form.fileupload .col-xs-4,
form.fileupload .col-sm-4,
form.fileupload .col-md-4,
form.fileupload .col-lg-4,
form.fileupload .col-xs-5,
form.fileupload .col-sm-5,
form.fileupload .col-md-5,
form.fileupload .col-lg-5,
form.fileupload .col-xs-6,
form.fileupload .col-sm-6,
form.fileupload .col-md-6,
form.fileupload .col-lg-6,
form.fileupload .col-xs-7,
form.fileupload .col-sm-7,
form.fileupload .col-md-7,
form.fileupload .col-lg-7,
form.fileupload .col-xs-8,
form.fileupload .col-sm-8,
form.fileupload .col-md-8,
form.fileupload .col-lg-8,
form.fileupload .col-xs-9,
form.fileupload .col-sm-9,
form.fileupload .col-md-9,
form.fileupload .col-lg-9,
form.fileupload .col-xs-10,
form.fileupload .col-sm-10,
form.fileupload .col-md-10,
form.fileupload .col-lg-10,
form.fileupload .col-xs-11,
form.fileupload .col-sm-11,
form.fileupload .col-md-11,
form.fileupload .col-lg-11,
form.fileupload .col-xs-12,
form.fileupload .col-sm-12,
form.fileupload .col-md-12,
form.fileupload .col-lg-12 {
  padding-left: 0px;
}

/** ------ Permissões no Roles ------------ **/
.list-privileges ul {
    list-style:none;
    display:block;
    clear:both;
    margin:0px;
    padding: 0px;
}

.list-privileges ul li:after {
  clear: both;
}
.list-privileges ul li:before,
.list-privileges ul li:after {
  content: " ";
  display: table;
}

.list-privileges ul ul {
    padding: 0px;
    display:inline;
}

.list-privileges ul li {
    padding:1px;
    margin:0px;
    margin-bottom:15px;
    border:#CCCCCC solid 1px;
}

.list-privileges ul li label {
    padding:5px 5px 7px 5px;
    margin:0px;
    font:bold italic 13px Arial;
    background-color:#EEEEEE;
    color:#444444;
    display: block;
    cursor: pointer;
}

.list-privileges.edit ul li label:hover {
  background-color: #f5f5f5;
}

.list-privileges ul li input {
    float:left;
    margin:0px;
}

.list-privileges ul li span {
    padding-left:5px;
}

.list-privileges ul li ul li {
    clear:none;
    border:none;
    display:block;
    padding:5px 0px;
    margin-bottom:0px;
    border-top:#CCCCCC solid 1px;
}

.list-privileges ul li ul li label {
    float:left;
    width:190px;
    font:normal 13px Arial;
    background-color:#FFFFFF;
    color:#000000;
}

.list-privileges label.disabled {
    color:#CCCCCC;
}

.list-privileges ul li ul li ul li {
    border:none;
    float:left;
    width:190px;
    margin-bottom:0px;
    padding: 0px;
}

.box .box-body > h1,
.box .box-body > h2,
.box .box-body > h3,
.box .box-body > h4,
.box .box-body > h5 {
  clear: both;
  margin-top: 0px;
  margin-bottom: 5px;
}

.boxes-dashboard {
  margin-left: -5px;
  margin-right: -5px;
}

.boxes-dashboard .box-dashboard {
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
}

.boxes-dashboard .box-dashboard .small-box {
  margin-bottom: 10px;
}

.boxes-dashboard .box-dashboard .small-box h3 {
  margin-bottom: 5px;
}

.boxes-dashboard .box-dashboard .small-box > .inner {
  padding: 5px;
  height: 110px;
}

ul.dashboard-links:after,
ul.dashboard-links:before {
  display: table;
  content: " ";
}

ul.dashboard-links:after {
  clear: both;
}

ul.dashboard-links {
    list-style: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0px;
}

ul.dashboard-links > li {
    display: inline-block;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    width: 125px;
    line-height: 1.3em;
}

ul.dashboard-links > li > a {
    display: block;
    text-align: center;
    padding: 15px 0px;
    font-size: 15px;
    color: #555;
    text-decoration: none;
    border: #ddd solid 1px;
    overflow: hidden;
    height: 82px;
}

ul.dashboard-links.h-100 > li > a {
    height: 100px;
}

ul.dashboard-links > li > a:hover {
    color: #000;
    background-color: #f5f5f5;
    text-decoration: none;
}

ul.dashboard-links > li > a.badge-danger:hover {
  color: #000;
  background-color: #b51f0d !important;
  text-decoration: none;
}

ul.dashboard-links > li > a span.fa {
    display: block;
    margin-bottom: 5px;
    font-size: 24px;
}

ul.dashboard-links > li > a small {
    display: block;
    line-height: 5px;
}

ul.dashboard-links > li .dropdown-menu {
  margin-left: 5px;
  margin-left: 5px;
}

.status_bem {
  display: inline-block;
  border-radius: 6px;
  padding: 0px 8px 3px;
  white-space: nowrap;
}

.links-documentos .btn {
  display: block;
  text-align: left;
  margin-bottom: 5px;
}

@media screen {
  .margin-report {
    margin: 10px 20px;
  }

  .print {
    display: none !important;
  }
}

.margin-report h1,
.margin-report h2,
.margin-report h3,
.margin-report h4,
.margin-report h5 {
  margin-top: 5px;
  margin-bottom: 5px
}

.margin-report hr {
  margin-top: 5px;
  margin-bottom: 5px
}

/***/
@media print {
  body {
    padding: 0px;
    margin: 0px;
  }

  .well,
  .toolbar,
  nav,
  aside,
  .navbar,
  .sidebar,
  .pagination {
    display: none;
  }

  a[href]:after {
    content: none !important;
  }

  .no-print {
    display: none !important;
  }

  .page-break-before {
      page-break-before: always;
  }

  .page-break-after {
      page-break-after: always;
  }
}

@media (max-width: 480px) {
  ul.dashboard-links li {
    width: 50% !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  ul.dashboard-links li {
    width: 25% !important;
  }
}

@media (max-width: 767px) {
  form.fileupload .files .name {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .main-header .sidebar-toggle span.logo-mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .toolbar .form-inline .form-group {
    display: block;
    width: 100%;
  }

  .toolbar .form-inline .input-group {
    width: 100%;
  }

  .toolbar .form-inline .form-group + .form-group {
    margin-top: 5px;
  }
}

.label_leilao {
  display: block;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.icon_label_leilao,
.icon_label_lote,
.icon_label_boleto {
  border-radius: 50%;
  width: 11px;
  height: 11px;
  display: inline-block;
}

.label_leilao.venda_direta,
.icon_label_leilao.venda_direta {
  background-color: #8102d6;
  color: #fff !important;
}
.label_leilao.venda_direta:hover,
.icon_label_leilao.venda_direta:hover {
  background-color: #7009ba;
}

.label_leilao.divulgacao,
.icon_label_leilao.divulgacao {
  background-color: #004;
  color: #fff !important;
}
.label_leilao.divulgacao:hover,
.icon_label_leilao.divulgacao:hover {
  background-color: #002;
}

.label_leilao.proposta,
.icon_label_leilao.proposta {
  background-color: #8102d6;
  color: #fff !important;
}
.label_leilao.proposta:hover,
.icon_label_leilao.proposta:hover {
  background-color: #7009ba;
}

.label_leilao.em_loteamento,
.icon_label_leilao.em_loteamento,
.icon_label_boleto.pendente {
  background-color: #EAC41F;
  color: #fff !important;
}
.label_leilao.em_loteamento:hover,
.icon_label_leilao.em_loteamento:hover {
  background-color: #d1a60c;
}

.label_leilao.ativo,
.icon_label_leilao.ativo,
.icon_label_boleto.pago {
  background-color: #337f3d;
  color: #fff !important;
}
.label_leilao.ativo:hover,
.icon_label_leilao.ativo:hover {
  background-color: #00540b;
}

.label_leilao.suspenso,
.icon_label_leilao.suspenso {
  background-color: #e86210;
  color: #fff !important;
}
.label_leilao.suspenso:hover,
.icon_label_leilao.suspenso:hover {
  background-color: #ce5610;
}

.label_leilao.ao_vivo,
.icon_label_leilao.ao_vivo {
  background-color: #2FB5B5;
  color: #fff !important;
}
.label_leilao.ao_vivo:hover,
.icon_label_leilao.ao_vivo:hover {
  background-color: #09a0a0;
}

.label_leilao.encerrado,
.icon_label_leilao.encerrado,
.icon_label_boleto.reprovado {
  background-color: #be232b;
  color: #fff !important;
}
.label_leilao.encerrado:hover,
.icon_label_leilao.encerrado:hover {
  background-color: #bf0000;
}

.label_leilao.em_breve,
.icon_label_leilao.em_breve {
  background-color: #019cde;
  color: #fff !important;
}

.label_leilao.inativo,
.icon_label_leilao.inativo {
  background-color: #a0a0a0;
  color: #fff !important;
}
.label_leilao.inativo:hover,
.icon_label_leilao.inativo:hover {
  background-color: #878787;
}

.label_leilao.cancelado,
.icon_label_leilao.cancelado {
  background-color: #222222;
  color: #fff !important;
}
.label_leilao.cancelado:hover,
.icon_label_leilao.cancelado:hover {
  background-color: #000000;
}

.label_lote {
  display: inline-block;
  padding: 3px 5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
}

.label_lote.em_breve,
.icon_label_lote.em_breve {
  background-color: #019cde;
}

.label_lote.divulgacao,
.icon_label_lote.divulgacao {
  background-color: #004;
}

.label_lote.venda_direta,
.label_lote.proposta,
.icon_label_lote.venda_direta,
.icon_label_lote.proposta {
  background-color: #8102d6;
}

.label_lote.aberto_lance,
.icon_label_lote.aberto_lance,
.label_lote.presencial,
.icon_label_lote.presencial {
  background-color: #337f3d;
}

.label_lote.vendido,
.icon_label_lote.vendido {
  background-color: #bf0000;
}

.label_lote.nao_vendido,
.icon_label_lote.nao_vendido {
  background-color: #a0a0a0;
}

.label_lote.sem_licitante,
.icon_label_lote.sem_licitante,
.label_lote.fechado_lance,
.icon_label_lote.fechado_lance {
  background-color: #a0a0a0;
}

.label_lote.aguarde_abertura,
.icon_label_lote.aguarde_abertura {
  background-color: #31b0d5;
}

.label_lote.condicional,
.icon_label_lote.condicional {
  background-color: #d1a60c;
}

.label_lote.sustado,
.icon_label_lote.sustado,
.label_lote.retirado,
.icon_label_lote.retirado,
.label_lote.sub_judice,
.icon_label_lote.sub_judice {
  background-color: #e86210;
}

.label_lote.inativo,
.icon_label_lote.inativo {
  background-color: #a0a0a0;
}

.label_lote.cancelado,
.icon_label_lote.cancelado {
  background-color: #222222;
  color: #ffffff !important;
}

.buttons-status {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  margin-left: -10px;
  margin-right: -10px;
}

.buttons-status .col-lg-1,
.buttons-status .col-lg-2,
.buttons-status .col-lg-3,
.buttons-status .col-md-1,
.buttons-status .col-md-2,
.buttons-status .col-md-3,
.buttons-status .col-sm-1,
.buttons-status .col-sm-2,
.buttons-status .col-sm-3 {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 3px;
}

ul.links-relatorios {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul.links-relatorios li a {
  display:block;
  padding: 5px;
  border: #ccc solid 1px;
  margin: 5px;
  color: #000;
}

ul.links-relatorios li a:hover {
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
  ul.links-relatorios li {
    display: inline-block;
    width: 33.333%
  }
}

.slider ul {
    padding: 0px;
    margin: 0px;
    z-index: 1;
    list-style: none;
}

.slider ul li img {
    width: 100%;
}

.slider .bx-controls-direction {
    opacity: 0.5;
}

.slider .bx-wrapper {
    border: none;
    box-shadow: none;
    margin: 0px auto;
}

.slider .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 15px;
    padding: 0px;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a {
    border: #bbb solid 1px;
    width: 11px;
    height: 11px;
    background-color: #999;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #333;
}

/* Comitetnes */
#lotes-comitente #listaLotes {
  min-height: 470px;
}

#lotes-comitente .col-left {
  padding: 0px;
}

#lotes-comitente .col-right {
    padding: 0px;
    position: relative;
  }

#lotes-comitente #colunaFlutuante {
  z-index: 99999;
}

#lotes-comitente #colunaFlutuante.flutuar {
  position: fixed;
  top: 0;
}

#lotes-comitente .video {
  margin-bottom: 5px;
}

#lotes-comitente .chat-comitente {
  background-color: #fff;
}

#lotes-comitente .direct-chat-text {
  margin-left: 0px;
}

#lotes-comitente .right .direct-chat-text {
  margin-right: 5px;
}

#lotes-comitente .label_lote {
  border-radius: 3px;
  padding: 5px 6px;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .panel-left {
    float: left;
    width: 78%;
  }

  .panel-right {
    float: right;
    width: 20%;
  }

  #lotes-comitente .col-right {
    padding-right: 0px;
    padding-left: 10px;
    position: relative;
  }
}

.main-header .user.user-menu {
  height: 50px;
}

.main-header .user.user-menu > a {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 10px;
  overflow: hidden;
}

.box-form hr {
  margin: 10px 0px;
}

.box-form.scroll {
  position: relative;
}

.box-form.scroll .box-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: #eee solid 1px;
  margin-top: 10px;
}

.box-form .table-header {
  display: none;
}

.box-form.scroll .table-header {
  display: block;
  position: fixed;
  top: 0;
  margin-left: 10px;
  border-bottom: none;
}

.destaque-lote {
  font-size: 1.3em;
  line-height: 0.9em;
  color: #000000;
  font-weight: bold;
}

.destaque-placa {
  font-size: 1.4em;
  line-height: 0.9em;
  color: #CC0000;
  font-weight: bold;
}

.valores-lotes input.form-control {
  padding: 2px 4px;
}

.lance_repetido {
  color: #ccc;
}

.m-0 {
  margin: 0px;
}

.m-t10 {
  margin-top: 10px;
}

.m-b10 {
  margin-bottom: 10px;
}

.pad-b10 {
  padding-bottom: 10px;
}

.pad-t10 {
  padding-top: 10px;
}

.historico-financeiro table {
  margin: 0px;
}

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

.bem-show .tab-content {
  min-height: 400px;
}

.box-form h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.box-form .box-footer.buttons-right {
  text-align: right;
}

.box-form.scroll .box-footer.buttons-right {
  position: fixed;
  bottom: 0;
  right: 10px;
  text-align: right;
  padding-right: 42px;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.border {
  border: #000 solid 1px !important;
}

.text-tracado {
  text-decoration: line-through;
}

.swal2-popup {
  padding: 13px !important;
  font-size: 1em !important;
}

.swal2-icon {
  font-size: 1.1em !important;
}