.fade-in {
  opacity: 1;
  -webkit-animation-name: fadeInOpacity;
          animation-name: fadeInOpacity;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
}

@-webkit-keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body .h1, .h2, .h3, .h4, body, h1, h2, h3, h4, h5, h6 p, textarea, label, input {
  font-weight: bold !important;
}

.progress {
  height: 10px;
}

.fileinput .thumbnail > img {
  height: 190px;
  width: 190px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sidebar .nav .module-icon {
  display: inline-block;
  float: left;
  margin-right: 15px;
  line-height: 30px;
  width: 30px;
}

.card-wizard .card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-dialog .form-control {
  background: #fff;
}

.modal-dialog .card-body {
  background: #f2f2f2;
}

.bmd-label-static {
  position: relative !important;
}

.bmd-form-group label,
.form-check-label {
  color: #000;
  margin-bottom: 5px;
}

.form-control {
  border: 1px solid #929292 !important;
  padding: 0 10px;
}

.form-control.dropdown {
  padding: 0;
}

.dropdown-toggle {
  margin: 0;
}

.has-danger [class*=" bmd-label"], .has-danger [class^=bmd-label] {
  color: #f44336 !important;
}

.has-success [class*=" bmd-label"], .has-success [class^=bmd-label] {
  color: #4caf50 !important;
}

form .dropdown label.error {
  margin-top: 0;
  width: 100%;
  position: absolute;
  top: 40px;
}

form .selectpicker.error > button {
  margin-bottom: 30px;
}

form .form-group .error {
  margin-top: 5px;
}

form .error {
  font-size: .8rem;
  color: #f44336;
}

.table thead tr th {
  color: #005fd4;
}

.is-focused:not(.no-focus) .form-control {
  border: 3px solid #9c27b0 !important;
}

.dropdown.show {
  outline: 3px solid #9c27b0 !important;
}

.bootstrap-select .dropdown-toggle:not(.btn-primary) .filter-option-inner-inner {
  font-weight: bold;
  color: #000;
}

.carousel-inner {
  overflow: auto;
  overflow-y: hidden;
  z-index: 9999;
}

.togglebutton label input[type=checkbox]:checked + .toggle:after {
  border-color: #4caf50;
}

.togglebutton label input[type=checkbox]:checked + .toggle {
  background-color: #4caf50;
}

.togglebutton label .toggle, .togglebutton label input[type=checkbox][disabled] + .toggle {
  background-color: #f44336;
}

.togglebutton label .toggle:after {
  border: 1px solid #f44336;
}

.table thead tr th {
  color: #000;
  font-weight: bold;
}

.form-check, label {
  color: #000;
}

.pagination > .page-item > .page-link, .pagination > .page-item > span {
  color: #000;
}

.card.bg-rose, .card .card-header-rose .card-icon, .card .card-header-rose .card-text, .card .card-header-rose:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-rose .back, .card.card-rotate.bg-rose .front {
  background: linear-gradient(60deg, #429ac4, #429ac4);
}

.card .card-header-rose .card-icon, .card .card-header-rose .card-text, .card .card-header-rose:not(.card-header-icon):not(.card-header-text) {
  -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(66, 154, 196, 0.4);
          box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(66, 154, 196, 0.4);
}

.sidebar[data-color=rose] li.active > a {
  background: #335d35;
}

.nav .collapse .nav {
  background: #2b2b2b;
  padding: 10px 0;
}

.nav > .nav-item {
  margin-bottom: 10px;
}

.nav .multilevel .nav {
  background: #4a4a4a;
  padding: 10px 0;
}

.multilevel .nav-item.active {
  background: unset;
}

.bmd-help, .text-muted {
  color: #0027ff !important;
}

.dropdown .status {
  font-size: 12px;
  text-align: center;
}

.nav .collapse .nav {
  padding: 10px 0;
  border-radius: 20px;
}

.nav .multilevel .nav {
  margin: 15px;
  border-radius: 7px;
}

.modal-dialog .modal-content {
  background-color: #ededed;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef !important;
  opacity: 1;
}

.sidebar .sidebar-normal,
.sidebar .nav-link {
  text-transform: uppercase !important;
}

.sidebar .sidebar-wrapper::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.sidebar .sidebar-wrapper .user .user-info [data-toggle=collapse] ~ div > ul > li > a .sidebar-normal, .sidebar .sidebar-wrapper > .nav [data-toggle=collapse] ~ div > ul > li > a .sidebar-normal {
  line-height: 1.5em;
  white-space: normal;
}

html,
body {
  height: 100%;
  font-weight: 400;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.context-menu-item {
  font-size: 12px;
}

.context-menu-list {
  min-width: 100px !important;
}

.modal-open .modal {
  background: #000000cf;
  z-index: 99999;
}

.modal-backdrop {
  display: none;
}

select {
  height: 30px;
}

templates {
  display: none;
}

footer p {
  font-size: 12px;
}

#window {
  min-height: 100%;
  margin-bottom: -24px;
}

.disable-form {
  pointer-events: none;
  opacity: 0.2;
}

.sidebar .nav {
  display: -ms-grid;
  display: grid;
}

.bg-black {
  background: #191919;
}

.strikethrough {
  position: relative;
}

.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: red;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.drag-drop-upload {
  border: 1px dashed #bbb;
  padding: 10px;
}

.cursor-pointer {
  cursor: pointer;
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.form-control:disabled {
  background-color: #e9ecef !important;
  opacity: 1;
}

.modal-dialog .close {
  z-index: 999;
}

.context-menu-icon.context-menu-icon--fa {
  font-size: 12px;
}

label.small {
  font-size: 11px !important;
}

.form-group.is-focused .togglebutton label, .togglebutton label {
  color: #000;
}

#btn_scroll_up {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999;
}

#card-login .card-body {
  background-color: #e8e9f2;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.75);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.75);
}

#card-login input {
  background-color: #fff;
  border: 1px solid #929292;
}

input.input_error {
  border: 3px solid red;
}

button.add-btn-input {
  position: absolute !important;
  top: -12px;
}

.swal2-container {
  z-index: 9999999 !important;
}

[data-toggle="modal"] {
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */