* {
    scrollbar-width: thin;
    scrollbar-color: hsla(0,0%,100%,.16) transparent
}
::-webkit-scrollbar {
    width:6px!important;
    height:6px!important;
}
::-webkit-scrollbar-thumb {
    background-color:rgba(0,0,0,.2);
}
::-webkit-scrollbar-track {
    background: hsla(0,0%,100%,.1);
}
a {
    color: var(--secondary);
}
img{
 max-width: 100%;
}
body {
  background-color: #f5f5f5;
  height: 100%;
  font-size: .875rem;
}
table:not(table.table-sm) {
    min-width: 1024px;
}
.fake_header_table {
    background:rgba(255,255,255,0) !important;
}
tr.fake_header_table th {
    padding-bottom: .9rem;
    border-top: 0;
}
.table td {
    padding: .3rem .3rem;
}
.tablas_cools tbody tr > td:first-child {
    padding: .3rem 0.6rem;
}
td.has-sub-table {
    padding: 0;
}
table.table.sub-table {
    margin: 0;
    padding: 0;
}
tr.fast-edit td{padding: 0;}
tr.fast-edit .fast-edit-toggle{
    display: none;
    padding: .4rem;
}
.btn.disabled, .btn:disabled {
    cursor: not-allowed;
}
#amount_to_maker_orders_text {
    cursor: pointer;
}
#infos {
    background: rgb(0 0 0 / 0.1);
}
.order-detail-table td{
  padding: .3rem !important;
}
.custom-file-label-tp::after {
    content: ".jpg/.jpej/.png/.gif";
}
.fast-update-trigger {
    border: none;
    color: #fff;
}
.payment-state-order-0{
    color: #fff;
    background-color: #007bff;
}
.payment-state-order-1{
    color: #fff;
    background-color: #4CAF50;
}
.payment-state-order-2{
    color: #fff;
    background-color: #E91E63;
}
.incident-state-1{
    color: #fff;
    background-color: #007bff;
}
.incident-state-2{
    color: #fff;
    background-color: #4CAF50;
}
.incident-state-0{
    color: #fff;
    background-color: #E91E63;
}
.order_state_holder_img,.order_state_holder {
    text-align: center;
}
/*login*/
body.admin-login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 100vh;
  padding-left: 0px !important;
  margin: 0 !important;
}
.form-signin {
  width: 100%;
  max-width: 380px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*dash*/
.admin-dash .tpcom-admin-back {
    display: none;
}
.sidebar-sticky {
    padding-top: 2rem !important;
    height: calc(100vh - 150px);
    overflow: auto;
}
.header-icons .nav-item {
    padding: 0 10px;
}

/*
 * Sidebar
 */
body.admin-page {
    padding-left: 210px;
    transition: all .3s;
}
body.admin-page.sidebar_minimal {
    padding-left: 112px;
}
body.sidebar_minimal .sidebar .nav-link span{
    display:block;
    width:100%;
}
.sidebar {
  background: #1a1e21;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2000; /* Behind the navbar */
  padding: 0;
  width: 210px;
  transition: all .3s;
}

button.toggle_sidebar {
    -webkit-appearance: none;
    background: rgba(255, 255, 255, 0.5);
    width: 40px;
    height: 40px;
    font-size: 2em;
    line-height: 40px;
    border: none;
    border-radius: 50%;
    text-align: center;
    outline: initial;
    transition: all .3s;
}
select[readonly]{
    pointer-events: none;
    background-color: #e9ecef;
}
.selectize-input.items.full.has-options.has-items.locked {
    background-color: #e9ecef;
}
.sidebar .nav-link {
  font-weight: 500;
  color: #fff;
}
.sidebar .nav-link .fa {
  margin-right: 4px;
  color: #fff;
}
.sidebar .nav-link span {
    display: inline-block;
    width: calc(100% - 40px);
    vertical-align: top;
}
.sidebar .nav-link:hover, .sidebar .nav-link.active, .sidebar .nav-link.active .fa {
    color: #006df1;
}
.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}
button.toggle_sidebar:hover {
    opacity: 0.6;
}
.sidebar_minimal .sidebar {
    width: 112px;
    text-align: center;
}
.sidebar_minimal .sidebar .nav-link{
    font-size: 10px;
}
.sidebar_minimal .sidebar .nav-link .fa{
    font-size: 0%;
    font-size: 1.5rem;
    display: block;
    margin: 0px 0px 10px;
}
/*
 * Navbar
 */
.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}
.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}
.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
.shake-lr{animation:shake-lr .7s cubic-bezier(.455,.03,.515,.955) both}
a.nav-link.notify-system-helper.has-notify i{
    color: #F44336;
    animation:shake-lr 1.7s cubic-bezier(.455,.03,.515,.955) both;
    animation-iteration-count:infinite;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-4-10 20:44:32
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
como
@keyframes shake-lr{0%,100%{transform:rotate(0deg);transform-origin:50% 50%}10%{transform:rotate(8deg)}20%,40%,60%{transform:rotate(-10deg)}30%,50%,70%{transform:rotate(10deg)}80%{transform:rotate(-8deg)}90%{transform:rotate(8deg)}}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }


#delete_check {display: none;}
#delete_check svg {
  width: 100px;
  display: block;
  margin: 40px auto 0;
}
#delete_check .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
#delete_check .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
#delete_check .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
.payment-state-circle {
    width: 25px;
    height: 25px;
    background: #607D8B;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.payment-state {
    padding-top: 5px;
}
.payment-state-0 {
   background: #607D8B;
}
.payment-state-1 {
   background: #40bed8;
}
.payment-state-2 {
   background: #4CAF50;
}
.payment-state-3 {
   background: #FF9800;
}
.payment-state-4 {
   background: #E91E63;
}

.set_off_payment_orders {
    opacity: .5;
    pointer-events: none;
}

.payment-type-circle {
    width: 25px;
    height: 25px;
    background: #161616;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.payment-type {
    /*padding-top: 5px;*/
    display: inline-block;
    margin-right: 10px;
}
.payment-type-1, .bg-in {
   background: #8BC34A;
}
.payment-type-2, .bg-out {
   background: #ce205b;
}
.state-type-circle {
    width: 25px;
    height: 25px;
    background: #161616;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.state-type {
    padding-top: 5px;
}
.state-type-0 {
   background: #343a40;
}
.state-type-1 {
   background: #007bff;
}

.chart-area {
    position: relative;
    height: 15rem;
    width: 100%;
}
.chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1;
}
.chartjs-size-monitor-expand>div {
    position: absolute;
    width: 1000000px;
    height: 1000000px;
    left: 0;
    top: 0;
}
.chartjs-size-monitor-shrink>div {
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
}
.chartjs-render-monitor {
    animation: chartjs-render-animation 1ms;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
.btn-primary[type=submit] {
    margin: 1rem auto;
    display: block;
}
.form-filter-submit .btn-primary {
    margin: auto;
}
/*
.btn-primary[type=submit]:hover {
    background: #ced4da;
    border-color: #000000;
}
*/
#customer_id,#customer_filter {
    display: none;
    visibility: hidden;
}
.selectize-input {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.selectize-control.single .selectize-input:after {
    border: 0px;
    width: 8px;
    height: 10px;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat;
    background-size: contain;
    background-position: center;
    right: .75rem;
}
.selectize-input > input{
  color: #495057;
}
.selectize-input > input::-webkit-input-placeholder {
  color: #495057;
}
.selectize-input > input:-ms-input-placeholder {
  color: #495057;
}
.selectize-input > input::placeholder {
  color: #495057;
}
#infos .info_dinamyc{
  margin: 0
}
#infos .modal-header{
    margin: 0;
    padding: initial;
    border-bottom: initial;
    z-index: 1;
}
#infos .modal-header .close {
    position: absolute;
    padding: .2rem;
    margin: 0;
    right: 0;
    top: 0;
    opacity: .9;
}
.beneficiary_modal_buttons .btn {
    margin: 0rem auto;
}
body.admin-page.admin-404 {
    margin: 0;
    padding: 0px 0px 0px 210px;
}
.form_sending{
  opacity: .7;
  pointer-events: none;
}
.form_sending_loader {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.7);
    z-index: 1;
    display: none;
}
.sk-circle {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.deadline {
    display: block;
    text-align: center;
    font-size: 1.1rem;
    min-height: 1.1rem;
    font-weight: 600;
    color: #ce205b;
}
.countdown_dynamic {
    line-height: 1.2;
}
@media (max-width: 1024px){
  body.admin-page,body.admin-page.sidebar_minimal {
    padding-left: 0;
  }
  .sidebar {
      transform: translateX(-100%);
  }
  .sidebar_minimal .sidebar {
      width: 50%;
      text-align: left;
      transform: translateX(0);
  }
  .sidebar_minimal .sidebar .nav-link .fa {
      font-size: 0%;
      font-size: 1rem;
      display: inline-block;
  }
  .nav_dash_modules {
      display: block;
  }
  .sidebar_minimal .sidebar .nav-link {
      font-size: 1rem;
  }
  .sidebar-sticky {
      padding-top: 2rem !important;
      height: calc(100vh - 150px);
      overflow: auto;
  }
}
@media (max-width: 768px){
  .sidebar_minimal .sidebar {
      width: 100%;
      text-align: center;
  }
}
