/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version   :  1.0.0
 * Updated   :  07.23.2020
**/

.display-none {
    display: none;
}

.pg-auth{
  background-color: #3d434b!important;
}
.pg-auth .nk-footer{
  background-color: #282e37!important;
  border-top: none!important;
}

.logo-img {
    max-height: 35px;
    width: 95px;
}

.form-note-2{
  font-size: 12px;
  color: #8094ae;
  font-style: italic;
}


/* fileManager */

.loader-file-manager{
  position: absolute;
  top: 40%;
  left:45%;
}


.col-file-manager{
  padding:5px;
}

.file-box {
    display: block;
    width: 100%;
    padding: 2px;
    border: 1px solid #eee;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
}

.file-manager .selected {
    box-shadow: 0 0 5px rgb(40 174 141);
    border: 1px solid rgba(40, 174, 141, 1);
}

.file-manager-row {
      /* display: table-cell; */
      vertical-align: top;
      padding-top: 0;
  }

.file-manager-content{
  height: 300px!important;
  overflow-y: auto;
  overflow-x: hidden;
}

.file-manager-content::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 3px;
  background-color: #F5F5F5;
}

.file-manager-content::-webkit-scrollbar
{
  width: 8px;
  background-color: #F5F5F5;
}

.file-manager-content::-webkit-scrollbar-thumb
{
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #cfcfcf;
}

/* dd-nestable */
.dd{
  overflow-x: hidden!important;
}

.dd3-handle{
  text-indent: 0!important;
  width: 35px!important;
  color: rgb(55, 18, 20);
}

.dd3-action{
  position: absolute;
  margin: 0;
  right: 0;
  top: 0;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 3px 5px;
}

.dd3-show{
  position: absolute;
  margin: 0;
  right: 100px;
  /* border: 1px solid; */
  top: 0;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 3px 5px;
}


.dd3-action > a{
  font-size: 18px;
  margin-left: 5px;
  margin-right: 5px;
}

.dd3-action a:hover{
  color: #b9b9b9!important;
}

.dd3-handle:before{
  content: '';
}


.dragula-containers > *:not(:last-child){
  margin-bottom: 0.75rem;
}

.dragula-handle{
  position: relative;
}

.dragula-containers .content-act{
  position: absolute;
  right:40px;
}

.dragula-containers .parameters{
    font-size: 11px;
  }

.dragula-containers .btn-act{
    font-size: 17px;
  }

  .dragula-containers .btn-act a{
      margin-left: 5px;
      margin-right: 5px;
    }


/* notification chat  */

.dropdown-menu .nk-chat-list, .dropdown-menu .chat-list::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 3px;
  background-color: #F5F5F5;
}

.dropdown-menu .nk-chat-list, .dropdown-menu .chat-list::-webkit-scrollbar
{
  width: 8px;
  background-color: #F5F5F5;
}

.dropdown-menu .nk-chat-list, .dropdown-menu .chat-list::-webkit-scrollbar-thumb
{
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #cfcfcf;
}

.icon-pdf{
  border:2px solid #adadad;
  background: #373737;
  color:#cdcdcd;
  padding: 5px;
  border-radius: 5px;
}


.view-faq ul li{
  list-style: disc !important;
  list-style-position: inside !important;
}

.view-faq ol li {
  list-style: decimal !important;
  list-style-position: inside !important;
}

/* For summernote override unordered and order list */
.note-editable ul li{
  list-style: disc !important;
  list-style-position: inside !important;
}

.note-editable ol li {
  list-style: decimal !important;
  list-style-position: inside !important;
}

.nk-help {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nk-help-img {
  width: 120px;
  margin-right: 0;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
  text-align: center;
  padding: 0.125rem;
}
.text-center .nk-help-img {
  margin-left: auto;
  margin-right: auto;
}
.nk-help-action {
  flex-shrink: 0;
  margin-top: 1.5rem;
  width: 100%;
  margin-bottom: 0.125rem;
}

@media (min-width: 768px) {
  .nk-help {
    flex-wrap: nowrap;
  }
  .nk-help-img {
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
  .card-inner-lg .nk-help-img {
    margin-left: -0.5rem;
  }
  .nk-help-text {
    flex-grow: 1;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
  }
  .nk-help-action {
    width: auto;
    margin-top: 0;
    padding-left: 1.5rem;
  }
}
.card-full .nk-help-plain {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.nk-help-plain .nk-help-img {
  margin-bottom: 1.25rem;
}
.nk-help-plain .nk-help-text {
  padding: 0;
}
.nk-help-plain .nk-help-text:not(:last-child) {
  margin-bottom: 1.5rem;
}
.nk-help-plain .nk-help-action {
  margin-top: auto;
  padding: 0;
}

/*//table*/
/*.tb-tnx-item td{
  padding: 0.65rem 0.35rem!important;
}*/

.nk-stepper {
  display: none;
}
.nk-stepper-nav {
  display: flex;
  margin: -0.5rem;
  counter-reset: step-number;
}
.nk-stepper-nav > * {
  padding: 0.5rem;
}
.nk-stepper-nav > * .step-item {
  display: flex;
  align-items: center;
}
.nk-stepper-nav > * .step-item:before {
  counter-increment: step-number;
  content: counter(step-number);
  display: grid;
  place-items: center;
  height: 32px;
  width: 32px;
  border-radius: 100px;
  color: #6576ff;
  background: rgba(101, 118, 255, 0.15);
  margin-right: 1.125rem;
  flex-shrink: 0;
  flex-grow: 0;
}
.nk-stepper-nav > *.done .step-item:before {
  font-family: "Nioicon";
  content: "\e9bd";
}
.nk-stepper-nav > *.current .step-item:before {
  color: #fff;
  background: #6576ff;
}
.nk-stepper-nav.is-vr {
  flex-direction: column;
}
.nk-stepper-nav-s2 > * .step-item {
  border-radius: 4px;
  padding: 1rem 1.25rem;
  background: #f5f6fa;
  border-left: 2px solid transparent;
  height: 100%;
}
.nk-stepper-nav-s2 > *.current .step-item {
  border-left-color: #6576ff;
}
.nk-stepper-nav-s2 > *.done .step-item:before {
  color: #fff;
  background: #6576ff;
}
.nk-stepper-step {
  display: none;
}
.nk-stepper-step.active {
  display: block;
}
.nk-stepper-pagination {
  display: flex;
}
.nk-stepper-pagination li {
  display: none;
}
.nk-stepper-s1[data-step-current=last] .stepper-pagination {
  justify-content: center;
}

@media (min-width: 576px) {
  .nk-stepper-nav.is-vr-sm {
    flex-direction: column;
  }
  .nk-stepper-nav.is-hr-sm {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .nk-stepper-nav.is-vr-md {
    flex-direction: column;
  }
  .nk-stepper-nav.is-hr-md {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .nk-stepper-nav.is-vr-lg {
    flex-direction: column;
  }
  .nk-stepper-nav.is-hr-lg {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .nk-stepper-nav.is-vr-xl {
    flex-direction: column;
  }
  .nk-stepper-nav.is-hr-xl {
    flex-direction: row;
  }
}
@media (min-width: 1540px) {
  .nk-stepper-nav.is-vr-xxl {
    flex-direction: column;
  }
  .nk-stepper-nav.is-hr-xxl {
    flex-direction: row;
  }
}

@media (max-width: 575px) {

.list-inline-wd { padding-left: 0; list-style: none; }

.list-inline-item-wd { display: block!important; }

.list-inline-item-wd:not(:last-child) { margin-right: 0.5rem; }
}

.list-inline-wd { padding-left: 0; list-style: none; }

.list-inline-item-wd { display: inline-block; }

.list-inline-item-wd:not(:last-child) { margin-right: 0.5rem; }

.list-inline-wd li { display: inline-block; }

.list-inline-wd li:not(:last-child) { margin-right: 1rem; }


.nk-order-ovwg-data.out{
  border-color :#E15454
}


.nk-order-ovwg-data.out .amount, .nk-order-ovwg-data.out .title .icon{
  color:#E15454
}

.nk-order-ovwg-data.warning{
  border-color :#FFBA00
}


.nk-order-ovwg-data.warning .amount, .nk-order-ovwg-data.warning .title .icon{
  color:#FFBA00
}


.nk-order-ovwg-data.user{
  border-color :#65CAFF
}


.nk-order-ovwg-data.user .amount, .nk-order-ovwg-data.user .title .icon{
  color:#65CAFF
}