table>tbody>tr>td,
table>thead>tr>th {
  word-wrap: break-word !important;
  vertical-align: middle !important;
}

.table-pointer tbody>tr,
.table-pointer tbody>tr>td {
  cursor: pointer !important;
}

.w-100 {
  width: 100% !important;
}

.i-key {
  margin-bottom: 0px;
  padding: 5px;
}

.i-pdf-viewer {
  display: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  align-items: center;
  justify-content: center;
}

.i-pdf-viewer.show {
  display: flex !important;
}

.row-danger {
  background-color: rgba(255, 0, 0, 0.3);
}

.i-pdf-viewer>.ipv {
  background-color: white;
}

.ipdf-frame {
  width: 100%;
  max-height: 80vh;
  height: 100%;
  border: 0px;
  background-color: rgba(0, 0, 0, 0.10);
}

.i-balance {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  border-radius: 0.25rem;
  font-size: 1.7rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.ml-3 {
  margin-left: 0.5rem;
}

.mr-3 {
  margin-right: 0.5rem;
}

.mr-5 {
  margin-right: 1rem;
}

.middle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mb-1 {
  margin-bottom: 0.1rem;
}

.wrapper {
  overflow-y: scroll;
  overflow-x: hidden;
}

html {
  scroll-padding-top: 100px;
}

body {
  margin-top: 50px;
  height: calc(100% - 50px) !important;
}

.text-secondary {
  color: rgba(0, 0, 0, 0.4);
}

.ivy-input-group>.form-title {
  margin-bottom: 7px;
  font-size: 16px;
}

.ivy-input-group>.form-desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  margin-top: 10px;
}

.form-desc.error {
  color: red !important;
  font-weight: bold;
}

.mt-3 {
  margin-top: 1rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 0.75rem;
}

.i-price-box {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  width: 2rem;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  font-size: 1.2rem;
}

.d-none {
  display: none !important;
}

.i-price-box.i-border {
  border: 2px solid black;
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

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

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

.magic-hidder {
  visibility: hidden;
  opacity: 0;
  transition: 250ms;
}

.magic-hidder.show {
  visibility: visible;
  opacity: 1;
}

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

.mt-3 {
  margin-top: 1rem;
}

select.has-error,
input.has-error {
  border-color: #843534 !important;
}

select.has-error:focus,
input.has-error:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !important;
}

select.has-success:focus,
input.has-success:focus {
  border-color: #2b542c;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 !important;
}

.accordion-section .panel-default .panel-title a:after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 2rem;
  content: "\f078";
  float: right;
  margin-top: -0px;
}

#vue-watermark {
  width: 10%;
  height: 5%;
  display: block;
  position: fixed;
  top: calc(100% - 8%);
  left: 5%;
  background-image: url("/img/watermark.png");
  background-origin: content-box;
  background-position: center;
  background-size: cover;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
}

#vue-watermark:hover {
  opacity: 1;
  background-image: url("/img/watermark.png");
  filter: none;
  -webkit-filter: grayscale(0%);
}

.close {
  color: white;
  opacity: 1 !important;
  width: 30px !important;
  text-align: right !important;
}

@media (max-width: 994px) {
  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}


#utilidad_class {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.popOverTitle {
  text-align: center;
  font-weight: bold;
}

.swal2-popup {
  font-size: 1.6rem !important;
}

tr .center {
  text-align: center;
}

.btn-fixed:hover {
  border: 0 !important;
}

@font-face {
  font-family: "digital";
  src: url("digital.ttf");
}

#departamentos tr td img {
  width: 100%;
}

body {
  padding-top: 20px;
  overflow-y: scroll !important;
  padding-right: 0 !important;
}

.modal {
  text-align: center;
  overflow-y: scroll !important;
  padding: 0 !important;
}

.swal2-shown {
  overflow-y: scroll !important;
  position: fixed;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  height: 100%;
  /* fix for bad height */
}

.swal2-container {
  overflow-y: hidden !important;
}

.modal-content {
  background-color: rgba(255, 255, 255, 1);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px !important;
  border-radius: 0px !important;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.modal-body {
  background-color: white;
}

.btn_unassigned {
  background-color: #e0e0e0;
  text-align: center;
}

html,
body {
  /*-- BS MODAL, SWAL FIX --*/
  width: 100%;
  height: 100%;
}

/* Prevent the text contents of draggable elements from being selectable. */
[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

.menu_logo {
  max-width: 400px;
  max-height: 200px;
}

.body_menu {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.BTN_ {
  background-color: white;
  border: 1px solid black;
  color: black;
  transition: 0.25s;
}

.index-btn {
  display: flex;
  width: 100%;
  height: 12vh;
  border: 1px solid #ccc;
  align-items: center;
  justify-content: center;
  background-color: white;
  font-size: 2rem;
  user-select: none;
  font-style: normal;
  text-decoration: none;
  transition: 0.25s;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.index-btn:hover {
  text-decoration: none;
  color: inherit;
}

.index-btn i {
  font-size: 6rem;
  bottom: -5px;
  position: absolute;
  opacity: 0.2;
  z-index: 1;
  transform: rotate(30deg);
  left: -15px;
}

.index-btn:hover i {
  opacity: 0.3;
}

.index-btn.primary {
  border-color: #007bff;
  color: #007bff;
}

.index-btn.primary:hover {
  border-color: #007bff;
  background-color: #007bff;
  color: white;
}

.index-btn.warning {
  border-color: #ffc107;
  color: #ffc107;
}

.index-btn.warning:hover {
  border-color: #ffc107;
  background-color: #ffc107;
  color: #343a40;
}

.index-btn.danger {
  border-color: #dc3545;
  color: #dc3545;
}

.index-btn.danger:hover {
  border-color: #dc3545;
  background-color: #dc3545;
  color: white;
}

.index-btn.info {
  border-color: #17a2b8;
  color: #17a2b8;
}

.index-btn.info:hover {
  border-color: #17a2b8;
  background-color: #17a2b8;
  color: white;
}

.index-btn.success {
  border-color: #28a745;
  color: #28a745;
}

.index-btn.success:hover {
  border-color: #28a745;
  background-color: #28a745;
  color: white;
}

.index-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.BTN_:disabled {
  background-color: gray;
  pointer-events: none;
}

.no_logo_menu {
  width: 400px;
  height: 200px;
}

.SMALL_TABLE>tbody>tr>td {
  height: 20px;
  padding: 0px;
}

.SMALL_TABLE>thead>tr>th {
  height: 20px;
  padding: 0px;
}

.ticket_txtbox {
  width: 200px;
  height: 15px;
  font-size: 10px;
  text-align: center;
}

.ticket_ex {
  width: 200px;
  font-size: 12px;
  text-align: center;
}

label {
  cursor: pointer;
  font-weight: normal;
}

.tab-pane {
  padding-top: 10px !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
  width: 100%;
}

.menu_bt {
  width: 33.33%;
  height: 100%;
  font-size: 20px;
  float: left;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.menu_bt_2x {
  width: 50%;
  height: 100%;
  font-size: 20px;
  float: left;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

td>.progress {
  margin-bottom: 0 !important;
}

.menu_bt_4 {
  width: 25%;
  height: 100%;
  float: left;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.menu_bt_6 {
  width: 16.66666666666667%;
  height: 100%;
  float: left;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.menu_bt:disabled {
  background-color: gray;
  text-color: white;
  color: white;
  pointer-events: none;
}

/*.fact_error{
background-color:rgb(255,255,216);
}

.fact_cancel{
background-color:rgb(255,216,216);
}

.fact_success{
background-color:rgb(216,255,216);
}*/

.selected {
  /*background-color: rgb(50, 118, 177);*/
  background-color: rgb(217, 83, 79);
}

.selected_pay {
  background-color: rgb(92, 184, 92);
}

.selected_import {
  background-color: #f0ad4e;
}

.tinylegend {
  color: #adadad;
  font-style: italic;
  font-size: 50%;
}

@-webkit-keyframes error {
  0% {
    color: white;
  }

  50% {
    color: #ffafaf;
  }

  100% {
    color: white;
  }
}

@-moz-keyframes error {
  0% {
    color: white;
  }

  50% {
    color: #ffafaf;
  }

  100% {
    color: white;
  }
}

@-ms-keyframes error {
  0% {
    color: white;
  }

  50% {
    color: #ffafaf;
  }

  100% {
    color: white;
  }
}

@-o-keyframes error {
  0% {
    color: white;
  }

  50% {
    color: #ffafaf;
  }

  100% {
    color: white;
  }
}

@keyframes error {
  0% {
    color: white;
  }

  50% {
    color: #ffafaf;
  }

  100% {
    color: white;
  }
}

.list-notificacao {
  min-width: 400px;
  background-color: rgb(50, 118, 177);
  border: 0 !important;
  -webkit-box-shadow: 10px 10px 60px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 60px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 60px 1px rgba(0, 0, 0, 0.75);
}

.list-notificacao li {
  border-bottom: 1px #d8d8d8 solid;
  text-align: justify;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
  font-size: 12px;
  background-color: white;
}

.list-notificacao li:hover {
  background: #f1eeee;
}

.list-notificacao li:hover .exclusaoNotificacao {
  display: block;
}

.list-notificacao li p {
  color: black;
  width: 305px;
}

.list-notificacao li .exclusaoNotificacao {
  width: 25px;
  min-height: 40px;
  position: absolute;
  right: 0;
  display: none;
}

.list-notificacao .media span {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
}

.badgeAlert {
  min-width: 10px;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: rgb(255, 100, 100);
  border-radius: 20px;
}

.badgeSuccess {
  min-width: 10px;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: rgb(150, 150, 150);
  border-radius: 20px;
}

.status {
  color: white;
  font-size: 150%;
}

.media-heading {
  width: 90%;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
}

#no-secure {
  float: left;
  height: 20px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 17px;
}

.statusErr {
  -webkit-animation: error 1s infinite;
  -moz-animation: error 1s infinite;
  -o-animation: error 1s infinite;
  -ms-animation: error 1s infinite;
  animation: error 1s infinite;
  font-size: 150%;
}

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

.ajax-loader {
  /*  display:table;
    visibility: visible;*/
  display: table;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999998;
  width: 100%;
  height: 100%;
}

.alm_icon {
  font-size: 75%;
}

.no-border {
  border-radius: 0;
}

.status {
  color: white;
  font-size: 150%;
}

.price_txt {
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  color: black;
  font-weight: bold;
}

/* input[type="radio"]:focus {
  outline: 2px dotted red;
} */

@media (min-width: 870px) {
  .table-row {
    display: table;
    table-layout: fixed;
  }

  .table-row [class^="col-"] {
    display: table-cell;
    float: none;
  }
}

.table-borderless>tbody>tr>td,
.table-borderless>tbody>tr>th,
.table-borderless>tfoot>tr>td,
.table-borderless>tfoot>tr>th,
.table-borderless>thead>tr>td,
.table-borderless>thead>tr>th {
  border: none;
}

#ajaxProgress {
  display: block;
  visibility: visible;
  background-color: rgba(217, 83, 79, 1);
  position: fixed;
  color: white;
  text-align: center;
  top: calc(100% - 20px);
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 20px;
  font-size: 12px;
}

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

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

.ajaxFinished {
  background-color: rgb(92, 184, 92) !important;
}

#ajaxProgress>p {
  padding-top: 2px;
}

.right {
  text-align: right;
}

[center] {
  text-align: center;
  vertical-align: middle;
}

td,
th {
  vertical-align: middle;
}

.ajax-div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-color: white;
  color: white;
  z-index: 9999998;
}

.navbar-brand-img {
  float: left;
}

body.navbar-more-show {
  overflow: hidden;
}

.cursor {
  cursor: pointer !important;
}

.animate {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar {
  height: calc(100%);
  max-height: 300px;
  -webkit-transform: translate(0px, calc(-100% + 69px));
  transform: translate(0px, calc(-100% + 69px));
}

.navbar .container:not(.navbar-more) {
  padding: 0px;
}

.navbar-more-overlay {
  background-color: rgba(102, 102, 102, 0.55);
  display: none;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1029;
}

.navbar-more-show>.navbar-more-overlay {
  display: block;
}

.navbar-more-show>.navbar {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.navbar-nav.mobile-bar {
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin: 0px 0px;
}

.navbar-nav.mobile-bar>li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
}

.navbar-nav.mobile-bar>li>a>span.menu-icon {
  display: block;
  font-size: 1.8em;
}

.navbar-more {
  background-color: rgb(255, 255, 255);
  height: calc(100% - 69px);
  overflow: auto;
}

.navbar-more .navbar-form {
  border-width: 0px;
}

.navbar-more .navbar-nav>li>a {
  color: rgb(64, 64, 64);
}

.navbar-more>.navbar-nav>li>a>span.menu-icon {
  margin-left: 10px;
  margin-right: 10px;
}

.input-group-addon.primary {
  color: rgb(255, 255, 255);
  background-color: rgb(50, 118, 177);
  border-color: rgb(40, 94, 142);
}

.input-group-addon.success {
  color: rgb(255, 255, 255);
  background-color: rgb(92, 184, 92);
  border-color: rgb(76, 174, 76);
}

.input-group-addon.info {
  color: rgb(255, 255, 255);
  background-color: rgb(57, 179, 215);
  border-color: rgb(38, 154, 188);
}

.input-group-addon.warning {
  color: rgb(255, 255, 255);
  background-color: rgb(240, 173, 78);
  border-color: rgb(238, 162, 54);
}

.input-group-addon.danger {
  color: rgb(255, 255, 255);
  background-color: rgb(217, 83, 79);
  border-color: rgb(212, 63, 58);
}

.btn_primary {
  background-color: rgb(50, 118, 177);
  color: white;
  text-align: center;
  vertical-align: middle;
}

.btn_success {
  background-color: rgb(92, 184, 92);
  color: white;
  text-align: center;
  vertical-align: middle;
}

.btn_info {
  background-color: rgb(57, 179, 215);
  color: white;
  text-align: center;
  vertical-align: middle;
}

.btn_warning {
  background-color: rgb(240, 173, 78);
  color: white;
  text-align: center;
  vertical-align: middle;
}

.btn_danger {
  background-color: rgb(217, 83, 79);
  color: white;
  text-align: center;
  vertical-align: middle;
}

.notifBT_all {
  background-color: rgb(217, 83, 79) !important;
  border: 0;
  max-height: 15px;
  color: white;
}

.dropdown-menu {
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}

@media screen and (min-width: 870px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  border-radius: 0 !important;
}

.modal-body {
  border-radius: 0;
}

.modal::-webkit-scrollbar {
  display: none;
}

.btn {
  overflow: hidden !important;
}

.modal-lg>.modal-content>.modal-body {
  border-radius: 0;
}

input[readonly] {
  background-color: white !important;
  cursor: default;
}

.btn-purple {
  color: #ffffff;
  background-color: #9a4fd9;
  border-color: #7a3cad;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
  color: #ffffff;
  background-color: #8422d4;
  border-color: #7a3cad;
}

.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
  background-image: none;
}

.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
  background-color: #9a4fd9;
  border-color: #7a3cad;
}

.btn-purple .badge {
  color: #9a4fd9;
  background-color: #ffffff;
}

.flex {
  display: flex;
  align-items: center;
}

.space-around {
  justify-content: space-around;
}

.space-between {
  justify-content: space-between;
}

.flex-center,
.middle {
  justify-content: center;
}

.flex-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.test {
  width: 15%;
  height: 15%;
  background-color: blue;
}

.float-right {
  float: right;
}

.float-center {
  float: center;
}

.float-left {
  float: left;
}

.margin-right {
  margin-right: 10px;
}

/*
input[type="date"]:before {
content: attr(data-date);
display: inline-block;
}

input[type="date"]::-webkit-datetime-edit, input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-clear-button {
display: none;
}*/

.bootstrap-datetimepicker-widget {
  z-index: 99999999 !important;
}

.flex.column {
  flex-direction: column;
}

.flex.middle {
  align-items: center;
}

li.disabled {
  pointer-events: none !important;
}

div.table-responsive table {
  margin-bottom: 0 !important;
}

.mini-icon {
  background-image: url("/API/favicon.ico");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 2.5px;
  left: 1px;
  margin-right: 3px;
}

.sat-icon {
  background-image: url("/img/sat.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 2.5px;
  transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  left: 1px;
  margin-right: 3px;
}

a[href="panel_fiscal.php"]:hover>.sat-icon {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.modal-content {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.modalTitle {
  width: 100%;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.btn,
tr,
input {
  transition: 0.25s;
}

.table-hover>tbody>tr:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: white;
}

.bg-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: white;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background-color: #23272b;
  border-color: #23272b;
  color: white;
}

.swal2-styled.danger {
  background-color: #dc3545;
  border-color: #dc3545;
}

.swal2-styled.danger:active,
.swal2-styled.danger:hover,
.swal2-styled.danger:focus {
  background-color: #c82333;
  border-color: #c82333;
}

.step-wizard {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1rem;
}

.step-wizard>.i-dot {
  margin-right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  color: white;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #0069d9;
  border-color: #0069d9;
  color: white;
}

.table-hover>tbody>tr.selected {
  background-color: rgb(0, 123, 255);
  color: white !important;
}

.table-hover>tbody>tr.selected i,
.table-hover>tbody>tr.selected span,
.table-hover>tbody>tr.selected p {
  color: white !important;
}


.table-hover>tbody>tr.selected>td {
  border: 1px solid rgb(0, 123, 255);
}



tr:focus,
tr.focus {
  background-color: rgb(213, 242, 255) !important;
}

.form-control.error {
  border-color: #e96666;
}

.form-control.error:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 102, 102, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 102, 102, 0.6);
}

.text-black {
  color: black;
}

.ivy-context-menu {
  min-width: 15rem;
  z-index: 99;
  background-color: white;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  border-radius: 0.25rem;
}

.ivy-context-menu>.item {
  width: 100%;
  min-height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: 250ms;
  padding: 0.75rem;
  user-select: none;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.ivy-context-menu>.item:last-child {
  border-bottom: 0px;
}

.ivy-context-menu>.item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.item>.icon {
  width: 25px;
}

.ivy-context-menu>.item.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.ivy-card {
  width: 100%;
  border: 1px solid #ccc;
  padding: 0.5rem;
  border-radius: 0.25rem;
}

.bold {
  font-weight: bold;
}

.card-md {
  margin-top: 1rem;
  max-width: 100%;
  max-height: 100px;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}

.card-md:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top,
      rgba(255, 255, 255, 1) 5%,
      rgba(255, 255, 255, 0) 90%);
  pointer-events: none;
  /* so the text is still selectable */
}

.md-modal img {
  max-width: 100%;
}

.bg-danger {
  background-color: #dc3545 !important;
  color: white;
}

.bg-success {
  background-color: #28a745 !important;
  color: white;
}

.bg-warning {
  background-color: #ffc107 !important;
  color: #212529;
}

.bg-primary {
  background-color: #007bff !important;
  color: white;
}

.ivy-file-picker {
  cursor: pointer;
  width: 100%;
  border: 3px dashed #ccc;
  border-radius: 0.25rem;
  height: 10rem;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ivy-file-picker.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.ivy-file-picker.error {
  animation: shakeX;
  animation-duration: 0.75s;
  /* don't forget to set a duration! */
}

.text-danger {
  color: #dc3545;
}

.text-success {
  color: #28a745;
}

.text-primary {
  color: #007bff;
}

.reg-cancelado {
  color: rgba(0, 0, 0, 0.3);
}

.i-floating-buttons {
  position: absolute;
  display: block;
}