html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  font-size: 0.9rem;
  background-color: #f3f3f4;
}

.navbar-fixed-top, .navbar-static-top {
  background: #253949;
}

.navbar-fixed-top {
  transition-duration: unset;
  border-bottom-color: #263238 !important;
}

.navbar-default {
  background-color: #2f4050;
  border-color: #2f4050;
}

.nav > li.active {
  border-left-color: #C62828 !important;
}

body.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: unset;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}


.custom-control-input:checked~.custom-control-label::before {
  border-color: #212121;
  background-color: #212121;
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label{
  top: 2px;
  /* bottom: 20px; */
  left: 11px;
  font-size: 11px;
  opacity: 0.5;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 11px;
  top: 8px;
  transition: 0.2s ease all;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6 !important;
}

.form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: auto;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.loading-spinner {
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 1;
  position: relative;
  height: 100vh;
}
@-webkit-keyframes spinner {
  0% {
          -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
  transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
@keyframes spinner {
  0% {
          -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
          -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
          transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
.loading-spinner.-paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  opacity: 0.2;
  transition: opacity linear 0.1s;
}
.loading-spinner::before {
  -webkit-animation: 1.5s linear infinite spinner;
  animation: 1.5s linear infinite spinner;
  -webkit-animation-play-state: inherit;
  animation-play-state: inherit;
  border: solid 3px #dedede;
  border-bottom-color: #5f5f5f;
  border-radius: 50%;
  content: "";
  height: 100px;
  left: 50%;
  opacity: inherit;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 100px;
  will-change: transform;
}


.copyToClipboard {
  cursor: pointer;
}

/* datatable */
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
  top: 12px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: unset;
  border: unset;
  border-radius: unset;
  box-shadow: unset;
  text-align: center;
  text-indent: 0 !important;
  line-height: 14px;
  content: '\f054';
  background-color: unset;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
  content: '\f078';
  background-color: unset
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child {
  padding-left: 27px
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: unset;
  line-height: 14px;
  text-indent: 3px
}

table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  font-family: "Font Awesome 5 Free"; 
  right: 1em;
  content: "\f309"
}

table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  font-family: "Font Awesome 5 Free"; 
  right: 0.4em;
  content: "\f30c"
}

/* iCheck */
.icheckbox_square-green,
.iradio_square-green {
  background: url(plugins/iCheck/square.png) no-repeat;
}

@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-green,
  .iradio_square-green {
      background-image: url(plugins/iCheck/square@2x.png);
  }
}

/*  */

::-ms-clear {
  display: none;
}

.form-control-clear {
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
}


