.text-white {
  color: #ffffff;
}
.text-white:hover {
  color: #ffffff;
}

.btn:focus, .btn:focus-within, .btn:visited, .btn:active, .btn:active:focus {
  border: none;
  outline: 0;
  color: initial;
}
.btn:focus.text-white, .btn:focus-within.text-white, .btn:visited.text-white, .btn:active.text-white, .btn:active:focus.text-white {
  color: #ffffff;
}

.ico-xs i {
  font-size: 12px;
  padding: 2px;
}

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

.table.table-hover > tbody > tr > td, .table.table-hover > thead > tr > th {
  text-align: center;
}

.active-sub {
  border-bottom: 4px solid #666666;
}

.table.table-hover > tbody > tr > td, .table.table-hover > tbody > tr > th, .table.table-hover > tfoot > tr > td, .table.table-hover > tfoot > tr > th, .table.table-hover > thead > tr > td, .table.table-hover > thead > tr > th {
  font-size: 12px;
}

.yellowBg {
  background-color: #ffffda;
  color: #000000;
}

.greenBg {
  background-color: #3ac29214;
  color: #000000;
}

.form-group textarea {
  padding: 5px;
}

.nk-int-st input[type=text], .nk-int-st textarea, .nk-int-st [type=number], .nk-int-st [type=password], .form-element-list h5 {
  padding-left: 5px;
}

.remove-btn {
  background: red !important;
}

.btn-success {
  background: green !important;
}

.alert-list p {
  color: #ffffff !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border: none;
}

.breadcomb-report :active, .breadcomb-report :focus, .breadcomb-report :focus-within, .breadcomb-report :visited, .breadcomb-report :hover {
  color: #ffffff;
}

.btn:active, .btn:focus, .btn:focus-within, .btn:visited, .btn:hover {
  color: #ffffff !important;
}

select option {
  color: #ffffff;
}

select option[value="0"] {
  background-color: #8BC34A !important;
}

select option[value="1"] {
  background-color: #FFC107 !important;
}

select option[value="2"] {
  background: rgba(100, 100, 100, 0.3);
}

select option[value="3"] {
  background-color: #3F51B5 !important;
}

select option[value="4"] {
  background-color: #9E9E9E !important;
}

select option[value="5"] {
  background-color: #F44336 !important;
}

.sortable tr {
  cursor: move;
}

.mt-greeting {
  color: #ffffff;
  margin-top: 20px;
}

.footer-copyright-area {
  width: auto;
  background: none;
  padding: 0;
  margin-top: 10px;
}
.footer-copyright-area p {
  text-align: center;
  color: #666;
  font-size: 11px;
}

.fix-to-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.top_link {
  color: #ffffff;
  font-size: 22px;
}
.top_link :hover, .top_link :active, .top_link :focus, .top_link :visited, .top_link :focus-within {
  color: #ffffff;
}
.top_link h3 {
  margin-top: 20px;
}
.top_link h3 small {
  color: #ffffff;
}

.copyright_login {
  margin-top: -20px;
  border-radius: 20px;
  padding: 20px 0;
  padding-top: 35px;
  background: #f5f5f5;
  color: #6f6f6f;
  border-top: 3px solid #f2f2f2;
  font-size: 14px !important;
  box-shadow: -1px 7px 1px #00000012;
}

.lock_login {
  margin-bottom: 40px;
}

.nk-form {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 6px solid #f2f2f2;
}

.dt-buttons {
  display: none;
}

.pt-icon {
  margin-top: -17px !important;
  height: 30px;
}

.logo-area {
  cursor: pointer;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* 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, Edge, Opera and Firefox */
}

.breadcomb-report .btn {
  border: none;
}

.filterText:hover {
  color: #777 !important;
}

.d-none {
  display: none;
}

.filterText b:hover {
  color: #777 !important;
}

@media (min-width: 0) and (max-width: 800px) {
  .footer-copyright-area {
    display: none;
  }

  .breadcomb-area .col-lg-6.col-md-6.col-sm-6.col-xs-3 {
    width: 100% !important;
    background: #ffffff !important;
    display: block !important;
    border-top: 1px dashed #00c29254;
    margin-top: 5px;
  }

  .breadcomb-area .col-lg-6.col-md-6.col-sm-6.col-xs-12 {
    width: 100% !important;
    background: #ffffff !important;
    display: block !important;
  }

  .breadcomb-report {
    display: block;
  }

  .breadcomb-list {
    min-height: 152px;
  }
}

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