body {
  --text-color: #222;
  --bkg-color: #fff;
  --anchor-color: $primary ; }

body.dark-theme {
  --text-color: #eee;
  --bkg-color: #121212;
  --anchor-color: $primary ; }

.logoASM {
  width: 200px !important; }

#login .btn-link {
  text-decoration: none;
  color: #0081CD;
  font-weight: normal;
  justify-content: center;
  font-size: 14px; }
#login .titleAuth {
  color: #0081CD;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 300;
  font-size: 28px;
  width: 100%; }
#login .itemASM {
  color: #777;
  font-size: 12px; }

/* 
    COMPONENTES:  
    - FORM
    - SELECT
    - DATEPICKER
*/
/* FORM */
form {
  padding: 20px; }

.btn {
  text-transform: capitalize;
  border-radius: 100px;
  font-weight: bold; }

.btn-link {
  text-transform: initial;
  cursor: pointer;
  padding: 0;
  display: flex;
  float: left;
  text-decoration: none; }

@media screen and (min-width: 1200px) {
  main.container.py-4 {
    max-width: calc(100% - 290px);
    overflow-x: auto; } }

.form-control {
  background: #F8F8F8;
  border-radius: 100px;
  border: none; }

.form-label {
  color: #0081CD; }

.btn-edit,
.btn-destroy {
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0 5px; }
  .btn-edit .disabled,
  .btn-destroy .disabled {
    color: #777; }

.btn-edit {
  color: #087f23; }

.btn-destroy {
  color: #ba000d; }

#elemToast,
#elemAlert {
  position: fixed;
  top: 60;
  left: 0;
  width: 100%;
  z-index: 9999; }

input[type="radio"] {
  background: transparent !important; }

input[type=date] {
  display: flex;
  justify-content: space-between; }

.btn btn-link {
  cursor: pointer; }

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

/* FORM */
/* SELECT */
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 5px 0 0 0;
  width: 100%;
  padding: 10px 0;
  border: none;
  -webkit-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14); }

.multiselect-container .input-group {
  margin: 5px; }

.multiselect-container > li {
  padding: 0;
  font-size: 14px; }

.multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
  color: #0081CD; }

.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700; }

.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer; }

.multiselect-container > li > a {
  padding: 5px 0;
  color: #000;
  display: block;
  text-decoration: none; }

.multiselect-container > li > a > label {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .multiselect-container > li > a > label:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background-color: transparent;
    margin-right: 15px;
    vertical-align: middle; }

.multiselect-container > li.active > a > label:before {
  font-family: 'fontAwesome';
  content: "\f00c";
  color: transparent;
  background-color: #0081CD;
  border: 0;
  display: inline-block;
  padding: 0;
  line-height: 1.2;
  padding-left: 2px;
  z-index: 9999; }

.multiselect-container > li.disabled > a > label.radio, .multiselect-container > li.disabled > a > label.checkbox {
  color: gray; }

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
  margin: 0; }

.multiselect-container > li > a > label > input[type=checkbox],
.multiselect-container > li > a > label > input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px; }

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0; }

.btn-group {
  height: 35px;
  width: 100%;
  border: 1px solid #E1e1e1;
  border-radius: 100px; }
  .btn-group > .btn {
    background: #FAFAFA;
    border: #CCC;
    border-radius: 100px; }
  .btn-group button {
    background: #FFF;
    text-align: left;
    position: relative; }
    .btn-group button:after {
      position: absolute;
      top: 60%;
      right: 20px;
      transform: translateY(-50%);
      color: #999999; }

ul.multiselect-container.dropdown-menu.show {
  overflow-y: auto;
  max-height: 335px;
  z-index: 9999; }

/* SELECT */
/* DATEPICKER */
.input-container input {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: .75rem;
  position: relative;
  width: 100%; }

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto; }

input[type="date"] {
  position: relative; }

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="date"]:after {
  content: "\25BC";
  color: #10218b;
  padding: 0 5px; }

/* change color of symbol on hover */
input[type="date"]:hover:after {
  color: #0081CD; }

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent; }

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
  z-index: 1; }

/* adjust clear button */
input[type="date"]::-webkit-clear-button {
  z-index: 1; }

/* DATEPICKER */
.multiselect-container > li > a > label {
  font-size: 14px; }

.right {
  float: right; }

a {
  text-decoration: none; }

#elemToast,
#elemAlert {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }

.pointer {
  cursor: pointer; }

form .row {
  margin-top: 15px; }
  form .row:first-child {
    margin-top: 0; }

.message {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
  background: #0081CD;
  color: #FFF;
  padding: 10px; }
  .message a {
    color: #FFF !important; }

.titleCollapse a[data-toggle="collapse"] {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  margin-bottom: 15px;
  padding: 5px 10px; }

textarea.form-control {
  border-radius: 10px; }

.div-nav {
  position: fixed;
  z-index: 9999;
  top: 0;
  background: white !important;
  border-bottom: 1px solid #f7f7f7; }
  .div-nav .brand-logo {
    font-size: 26px;
    display: flex !important;
    float: left;
    height: 54px;
    color: #FFF;
    align-items: center; }
    .div-nav .brand-logo img {
      float: left; }
    .div-nav .brand-logo h4 {
      font-weight: 100;
      margin: 0;
      margin-left: 10px; }
  .div-nav ul li a {
    color: #FFF; }
  .div-nav ul li:hover a {
    color: #FFF; }
  .div-nav .brand-logo img {
    height: 40px; }
  .div-nav .brand-logo-text .logo-asm {
    font-size: 27px;
    font-weight: 100;
    position: relative;
    top: -2px;
    letter-spacing: 1px; }
  .div-nav .brand-logo-text .separador {
    font-size: 26px;
    font-weight: 400;
    display: flex;
    height: 36px;
    margin: 0 5px;
    align-items: flex-end; }
  .div-nav .brand-logo-text .name-app {
    font-size: 27px;
    font-weight: 600;
    position: relative;
    top: -2px; }

.nav-wrapper {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between; }

.side-nav {
  top: 55px;
  padding-bottom: 120px; }
  .side-nav a {
    font-size: 13px;
    font-weight: 400; }
    .side-nav a:hover {
      color: rgba(0, 0, 0, 0.87) !important; }

.side-nav li > a > i,
.side-nav li > a > [class^='mdi-'],
.side-nav li > a > [class*='mdi-'],
.dropdown-content li > a,
.dropdown-content li > span,
.paginate_button a {
  color: #0081CD !important; }

.paginate_button.next i:hover {
  color: #FFF !important; }

.wrapper {
  position: relative;
  top: 55px;
  width: calc(100% - 240px);
  margin-left: 240px; }

.title-page {
  font-weight: 100;
  position: fixed;
  z-index: 3;
  font-size: 24px;
  top: 55px;
  width: calc(100vw - 240px);
  margin: 0;
  padding: 10px 10px 10px 15px;
  color: #575757;
  background: #F4F7FC;
  left: 240px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.btn-back {
  font-size: 14px;
  float: right; }
  .btn-back i {
    margin-right: 5px; }

.nav-top {
  left: 0;
  width: 100%;
  height: 55px; }

.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
  padding: 0;
  text-indent: 4px; }

.title-fixed {
  position: fixed;
  z-index: 1;
  top: 88px;
  width: 100%; }

.fixed-header {
  position: fixed;
  z-index: 1;
  top: 89px;
  width: 100%; }

#menu-top button {
  display: flex;
  align-items: center;
  background: #FFF;
  border: none; }
  #menu-top button::after {
    display: none; }
  #menu-top button:first-child {
    font-weight: bold; }
  #menu-top button span {
    color: #0081CD; }
#menu-top .dropdown-menu.show {
  padding: 0;
  margin: 5px 0 0 10px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  left: 5px !important; }
  #menu-top .dropdown-menu.show a {
    padding: 10px;
    color: #0081CD;
    padding: 10px;
    color: #0081CD;
    display: flex;
    align-items: center;
    height: 45px; }
    #menu-top .dropdown-menu.show a:hover {
      text-decoration: none; }
    #menu-top .dropdown-menu.show a span {
      margin-right: 3px; }

.logo-app {
  width: 240px;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 992px) {
    .logo-app {
      display: none; } }

.text-app {
  color: #0081CD; }
  @media screen and (max-width: 992px) {
    .text-app {
      margin-left: 21px; } }

.iconMenuTop {
  float: left;
  width: 49px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  cursor: pointer; }

@media (min-width: 993px) {
  #nome-user {
    display: flex;
    height: 55px;
    align-items: center; } }
#sidebar li.nav-item a {
  padding: 15px;
  color: #575757;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px; }
  #sidebar li.nav-item a .material-symbols-outlined {
    margin-right: 10px; }
#sidebar [data-toggle="collapse"] {
  border: none;
  background: #FFF;
  display: flex;
  color: #575757;
  width: 100%;
  padding: 15px; }
  #sidebar [data-toggle="collapse"] .material-symbols-outlined {
    margin-right: 10px; }
#sidebar ul.list-unstyled {
  padding-left: 49px; }
  #sidebar ul.list-unstyled li {
    padding: 5px 0; }
    #sidebar ul.list-unstyled li:first-child {
      padding-top: 0; }
    #sidebar ul.list-unstyled li a {
      padding: 0 !important; }
#sidebar .btn-group.dropleft {
  border: none;
  padding: 15px;
  height: auto; }
  #sidebar .btn-group.dropleft .dropdown-toggle {
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    color: #575757;
    width: 100%; }
    #sidebar .btn-group.dropleft .dropdown-toggle::after {
      display: none; }
    #sidebar .btn-group.dropleft .dropdown-toggle .material-symbols-outlined {
      margin-right: 10px; }
  #sidebar .btn-group.dropleft .dropdown-menu.show {
    padding: 0; }
    #sidebar .btn-group.dropleft .dropdown-menu.show ul {
      list-style: none;
      padding-left: 0; }
#sidebar .itemReport {
  padding: 0; }
#sidebar .subItemReport ul.list-unstyled {
  padding-left: 15px; }
  #sidebar .subItemReport ul.list-unstyled li {
    padding: 5px 5px 5px 0; }
    #sidebar .subItemReport ul.list-unstyled li:first-child {
      padding-top: 15px; }
#sidebar button[aria-expanded="true"] {
  font-weight: bold; }

#sidebar {
  width: 240px;
  position: fixed;
  top: 55px;
  height: calc(100vh - 55px);
  overflow-y: auto;
  z-index: 1;
  background-color: #FFF; }

.wrapperContent {
  background: #F4F7FC;
  position: relative;
  top: 48px;
  min-width: 100%;
  height: calc(100vh - 118px);
  padding: 20px 15px 20px 15px;
  overflow: auto; }

.conteudoPagina {
  background: #FFF;
  padding: 0;
  height: 100%;
  overflow-y: auto; }

.ballFull {
  height: 20px;
  width: 20px;
  border-radius: 100%; }
  .ballFull.text-danger {
    background: #ba000d; }
  .ballFull.text-success {
    background: #087f23; }

fieldset legend {
  font-weight: bold;
  color: #0081CD;
  font-size: 20px;
  border-bottom: 2px solid;
  margin-bottom: 20px; }

.dataTables_wrapper {
  padding: 20px 10px;
  color: #575757; }
  .dataTables_wrapper .no-footer {
    width: 100%; }
  .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
  .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    border: none;
    background: transparent;
    box-shadow: none;
    color: #575757; }

table.dataTable.no-footer {
  border-bottom: none; }

.dataTables_filter {
  margin-bottom: 20px; }
  .dataTables_filter label input[type='search'] {
    background-color: #FFF;
    border-radius: 100px; }

.buttons-excel {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: #0081CD !important;
  display: flex !important;
  align-items: center;
  height: 30px;
  border-radius: 100px !important;
  font-weight: bold;
  width: 115px;
  justify-content: center;
  text-transform: capitalize;
  margin: 0 10px 0 0 !important; }
  .buttons-excel::before {
    font-family: 'Material Symbols Outlined';
    font-size: 22px;
    font-weight: 400;
    content: '\F090';
    color: #FFF; }
  .buttons-excel::after {
    content: 'Download';
    color: #FFF; }
  .buttons-excel span {
    display: none; }

.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,
.borderless td, .borderless th {
  border: none !important; }

.table-borderless > tbody > tr:nth-child(2n+1) > td,
.table-borderless > tbody > tr:nth-child(2n+1) > th,
table.dataTable.display > tbody > tr:first-child > td,
table.dataTable > tbody > tr {
  background-color: #FFF; }

table.dataTable.display > tbody > tr.odd > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1,
table.dataTable.display > tbody > tr.odd > *,
table.dataTable.display > tbody > tr.even > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: none; }

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.td-action,
table.dataTable thead > tr > th.sorting_disabled {
  background: #F4F7FC;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  font-size: 14px;
  word-break: break-all; }

table.dataTable.row-border > tbody > tr > th,
table.dataTable.row-border > tbody > tr > td,
table.dataTable.display > tbody > tr > th,
table.dataTable.display > tbody > tr > td {
  border-color: #eee;
  font-size: 14px;
  font-weight: normal;
  word-break: break-all;
  padding: 5px 10px; }

ul.pagination li a {
  color: #575757 !important;
  border: none !important;
  background-color: transparent !important; }

.dataTables_length {
  left: 50px; }
  .dataTables_length select {
    width: 60px !important; }

.lista-dataTable {
  display: none; }

table.dataTable tbody tr:hover,
table.dataTable tbody tr:hover td,
table.dataTable tbody tr:hover td a
table.dataTable tbody tr:hover td a span {
  background: #10218b !important;
  box-shadow: none !important;
  color: #FFF !important; }

table.dataTable td,
thead th {
  white-space: normal !important; }

.dataTables_filter input[type="search"] {
  width: 300px !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #575757 !important; }

table.dataTable tbody > tr > td {
  font-size: 14px;
  font-weight: normal; }

table.dataTable.no-footer.noSearch {
  float: left;
  margin-top: 20px !important; }

.tableFixed {
  table-layout: fixed !important;
  width: calc(100% - 10px) !important;
  padding-right: 10px; }

/* LOADING */
#modalLoading {
  position: fixed;
  top: 55px;
  left: 240px;
  background: #F4F7FC;
  display: block;
  z-index: 9991;
  width: calc(100vw - 240px);
  overflow: hidden;
  padding: 30px; }
  #modalLoading .block {
    height: 100%;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center; }
  #modalLoading .text-primary {
    width: 100%; }
  #modalLoading h5 {
    margin: 0;
    display: flex;
    justify-content: center;
    color: #575757; }
  #modalLoading .spinner-border {
    color: #575757; }

/* LOADING */
/* MODAL */
.modal.show .modal-dialog {
  padding: 15px;
  top: 27px; }

.modal-content,
.modal-header {
  border: none;
  background-color: #F4F7FC; }

.modal-fullscreen {
  background-color: #F4F7FC; }
  .modal-fullscreen .modal-dialog {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
    background: #FFF; }

/* MODAL */
#dashboard {
  background-color: #F4F7FC;
  overflow-x: hidden;
  max-width: 1260px; }
  #dashboard #country,
  #dashboard #category {
    font-weight: bold;
    cursor: pointer; }
  #dashboard .btn-white {
    background-color: #FFF;
    width: 100%; }
  #dashboard .card {
    width: 290px;
    height: 201px;
    padding: 0;
    border: none;
    border-radius: 12px;
    box-shadow: 0px 2px 2px #00000029; }
  #dashboard .titleBox {
    font-size: 18px;
    padding: 10px 0;
    margin: 0;
    text-align: center; }
  #dashboard .lineCardTotals {
    padding: 0 10px 20px 10px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0;
    height: 219px; }
    #dashboard .lineCardTotals .colTotals {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      #dashboard .lineCardTotals .colTotals .titleTotalMonitors {
        font-size: 18px;
        margin: 0;
        color: #575757;
        width: 100%;
        text-align: center; }
  #dashboard .lineCardTypeTotals {
    margin: 0;
    background: #eee;
    padding: 12px 20px;
    border-radius: 0 0 12px 12px; }
    @media only screen and (max-width: 1360px) {
      #dashboard .lineCardTypeTotals .lineCardTypeTotals {
        padding: 11px 0px; } }
  #dashboard .iconActiveMonitors,
  #dashboard .iconInactiveMonitors {
    float: left;
    margin-right: 8px; }
  #dashboard .titleActiveTotals,
  #dashboard .titleInactiveTotals {
    margin: 0;
    font-weight: bold;
    font-size: 15px; }
  #dashboard #activesMonitors,
  #dashboard #activesWebsites,
  #dashboard #totalMonitors,
  #dashboard #totalWebsites,
  #dashboard #totalQueueSize,
  #dashboard #inactivesMonitors,
  #dashboard #inactivesWebsites,
  #dashboard #totalInacteProduct {
    margin: 0;
    color: #575757;
    font-weight: bold;
    font-size: 18px; }
  #dashboard #activesMonitors,
  #dashboard #activesWebsites,
  #dashboard #totalInacteProduct {
    font-size: 38px; }
  #dashboard .titleActiveTotals,
  #dashboard #totalMonitors,
  #dashboard #totalWebsites {
    color: #00DAA6; }
  #dashboard .titleInactiveTotals,
  #dashboard #inactivesMonitors,
  #dashboard #inactivesWebsites {
    color: #c2c2c2; }
  #dashboard .cardDetailsProduct {
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 0 30px; }
    #dashboard .cardDetailsProduct .row.row-1,
    #dashboard .cardDetailsProduct .row.row-2,
    #dashboard .cardDetailsProduct .row.row-3,
    #dashboard .cardDetailsProduct .row.row-4 {
      display: flex;
      justify-content: space-between; }
      #dashboard .cardDetailsProduct .row.row-1 p,
      #dashboard .cardDetailsProduct .row.row-2 p,
      #dashboard .cardDetailsProduct .row.row-3 p,
      #dashboard .cardDetailsProduct .row.row-4 p {
        width: auto;
        text-align: left;
        font-size: 15px; }
    #dashboard .cardDetailsProduct .row.row-1 {
      color: #00DAA6; }
    #dashboard .cardDetailsProduct .row.row-2 {
      color: #ba000d; }
    #dashboard .cardDetailsProduct .row.row-3 {
      color: #575757; }
    #dashboard .cardDetailsProduct .row.row-4 {
      color: #636b6f; }
  #dashboard .boxLog {
    height: 170px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px 20px 20px;
    align-content: space-around; }
    #dashboard .boxLog .itemBoxLog {
      width: 100%;
      font-size: 15px; }

#detailsUser h2.titleDetailsUser {
  font-size: 16px !important;
  text-transform: uppercase;
  margin: 0; }
  #detailsUser h2.titleDetailsUser .btn-link {
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #EEE;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 5px 0; }
#detailsUser .item-details p {
  margin: 0; }
#detailsUser .row.linha-details {
  margin: 0 15px;
  align-items: end;
  height: 35px; }

#detailsRole h2.titleDetails {
  font-size: 16px !important;
  text-transform: uppercase;
  margin: 0; }
  #detailsRole h2.titleDetails .btn-link {
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #EEE;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 5px 0; }
#detailsRole .item-details p {
  margin: 0; }
#detailsRole .row.linha-details {
  margin: 0 15px;
  align-items: end;
  height: 35px; }

body {
  color: var(--text-color);
  background: var(--bkg-color); }

.dark-theme button.multiselect.dropdown-toggle.btn.btn-default.disabled {
  background: #E9ECEF;
  color: #545454; }
.dark-theme .btn,
.dark-theme .dataTables_wrapper .dataTables_length select {
  color: #FFF; }
.dark-theme button.multiselect.dropdown-toggle.btn.btn-default,
.dark-theme td.td-view .btn,
.dark-theme .dataTables_wrapper .dataTables_filter input,
.dark-theme .dataTables_wrapper .dataTables_length select option {
  color: black; }
.dark-theme .btn-edit {
  color: #087f23 !important; }
  .dark-theme .btn-edit.disabled {
    color: black !important; }
.dark-theme .btn-destroy {
  color: #ba000d !important; }
  .dark-theme .btn-destroy.disabled {
    color: black !important; }
.dark-theme table.dataTable thead > tr > th {
  background: #333 !important;
  color: #FFF; }
  .dark-theme table.dataTable thead > tr > th:hover {
    background: #333 !important; }
.dark-theme table.dataTable tbody > tr > td {
  background: #666 !important;
  color: #FFF; }
  .dark-theme table.dataTable tbody > tr > td:hover {
    background: #666 !important; }

/*
@import 'usuarios';
@import 'role';
@import 'report';
@import 'product';

@import 'mobile'; */

/*# sourceMappingURL=style.css.map */
