.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: #636363 !important;
}

form .form-group .dropdown label.error {
  color: #f44336 !important;
  position: absolute;
  bottom: -22px;
}

.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: #636363;
}

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

.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: #b1afaf;
}

.nav .collapse .nav {
  background: #203858;
  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;
}

.sidebar .nav li.active > [data-toggle=collapse], .sidebar .nav li .dropdown-menu a:focus, .sidebar .nav li .dropdown-menu a:hover, .sidebar .nav li:hover > a {
  background-color: #fff;
}

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

.sidebar[data-color=rose] li.active > a {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 20px 0 #00000024, 0 7px 10px -5px #636363;
          box-shadow: 0 4px 20px 0 #00000024, 0 7px 10px -5px #636363;
  color: #000;
}

.sidebar .sidebar-background:after {
  background: #0a4ca2;
}

.logo-normal img {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.sidebar .nav .active p,
.sidebar .nav .active i {
  color: #666 !important;
}

.sidebar .nav p {
  color: #fff;
  text-transform: uppercase;
}

.sidebar .nav span {
  text-transform: uppercase;
}

.sidebar .nav li:hover p {
  color: #666;
}

.modal .modal-dialog {
  margin-top: 20px;
}

.sidebar .user a {
  color: #fff;
}

.sidebar span.sidebar-normal {
  color: #fff;
}

.sidebar .active span.sidebar-normal {
  color: #000;
}

label.error {
  position: absolute;
  color: red;
  bottom: -25px;
}

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;
}

.modal-backdrop {
  display: none;
}

input:-moz-read-only {
  background: #efefef !important;
}

input:read-only {
  background: #efefef !important;
}

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;
}
/*# sourceMappingURL=style.css.map */