/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 10, 2019, 1:27:01 AM
    Author     : liviu
*/
*{
    -webkit-overflow-scrolling: touch;
}

body {
    font-weight: 400;
}
.nav-pills.no-margin, .nav-tabs.no-margin {
    margin: 0 0 0 0 !important;
}

.kt-portlet .kt-portlet__foot.kt-portlet__foot--top {
    border-bottom: 0;
    padding: 0px 25px 0px 0px;
}
.kt-timeline-v2:before {
    left: 8.50rem;

}
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-cricle {
    left: 7.80rem;
}
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text {
    padding: 0.35rem 0 0 8rem;
}
.glyphicon-ok::before {
  content: "\f00c";
}

.glyphicon-remove::before {
  content: "\f00d";
}

.glyphicon {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
}
.datepicker > div { display: inherit; }
body.modal-open {
    overflow: hidden;
}
.select2-results__option[aria-selected=true] {
    display: none;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #5d78ff;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.nav-pills .filterNav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.kanban-container {
  width: 100% !important;
  touch-action: none; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
}
    .kanban-container .kanban-drag {
        padding: 15px;
    }
  .kanban-container .kanban-board {
    width: calc(32% - 1.25rem) !important;
    border-radius: 4px;
    margin-bottom: 1.25rem;
    margin-right: 1.25rem !important;
    background-color: #f7f8fa; }
    .kanban-container .kanban-board .kanban-board-header {
       padding: 5px 15px 5px 15px !important; 
       }
    .kanban-container .kanban-board .kanban-title-board {
      font-weight: 600;
      font-size: 1.2rem; }
    .kanban-container .kanban-board .brand {
      background-color: #5d78ff;
      color: #ffffff; }
    .kanban-container .kanban-board .brand-light {
      background-color: rgba(93, 120, 255, 0.1);
      color: #5d78ff; }
    .kanban-container .kanban-board .light {
      background-color: #ffffff;
      color: #282a3c; }
    .kanban-container .kanban-board .light-light {
      background-color: rgba(255, 255, 255, 0.1);
      color: #ffffff; }
    .kanban-container .kanban-board .dark {
      background-color: #282a3c;
      color: #ffffff; }
    .kanban-container .kanban-board .dark-light {
      background-color: rgba(40, 42, 60, 0.1);
      color: #282a3c; }
    .kanban-container .kanban-board .primary {
      background-color: #5867dd;
      color: #ffffff; }
    .kanban-container .kanban-board .primary-light {
      background-color: rgba(88, 103, 221, 0.1);
      color: #5867dd; }
    .kanban-container .kanban-board .success {
      background-color: #0abb87;
      color: #ffffff; }
    .kanban-container .kanban-board .success-light {
      background-color: rgba(10, 187, 135, 0.1);
      color: #0abb87; }
    .kanban-container .kanban-board .info {
      background-color: #5578eb;
      color: #ffffff; }
    .kanban-container .kanban-board .info-light {
      background-color: rgba(85, 120, 235, 0.1);
      color: #5578eb; }
    .kanban-container .kanban-board .warning {
      background-color: #ffb822;
      color: #111111; }
    .kanban-container .kanban-board .warning-light {
      background-color: rgba(255, 184, 34, 0.1);
      color: #ffb822; }
    .kanban-container .kanban-board .danger {
      background-color: #fd397a;
      color: #ffffff; }
    .kanban-container .kanban-board .danger-light {
      background-color: rgba(253, 57, 122, 0.1);
      color: #fd397a; }
    @media (max-width: 1399px) {
      .kanban-container .kanban-board {
        width: calc(33% - 1.25rem) !important; } }
    @media (max-width: 1024px) {
      .kanban-container .kanban-board {
        width: calc(50% - 1.25rem) !important; } }
    @media (max-width: 768px) {
      .kanban-container .kanban-board {
        width: 100% !important;
        margin-right: 0 !important; } }
  .kanban-container .kanban-board-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .kanban-container .kanban-item {
    border-radius: 4px;
    font-weight: 500;
    word-break: break-all;
    padding: 7px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.05); }
    .kanban-container .kanban-item[data-class="brand"] {
      background-color: rgba(93, 120, 255, 0.1);
      color: #5d78ff;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .kanban-container .kanban-item[data-class="light"] {
      background-color: rgba(255, 255, 255, 0.1);
      color: #ffffff;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .kanban-container .kanban-item[data-class="dark"] {
      background-color: rgba(40, 42, 60, 0.1);
      color: #282a3c;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .kanban-container .kanban-item[data-class="primary"] {
      background-color: rgba(88, 103, 221, 0.1);
      color: #5867dd;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .kanban-container .kanban-item[data-class="success"] {
      background-color: rgba(10, 187, 135, 0.1);
      color: #0abb87;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .kanban-container .kanban-item[data-class="info"] {
      background-color: rgba(85, 120, 235, 0.1);
      color: #5578eb;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .kanban-container .kanban-item[data-class="warning"] {
      background-color: rgba(255, 184, 34, 0.1);
      color: #ffb822;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .kanban-container .kanban-item[data-class="danger"] {
      background-color: rgba(253, 57, 122, 0.1);
      color: #fd397a;
      -webkit-box-shadow: none;
      box-shadow: none; }

.kt-kanban__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center; }
  .kt-kanban__badge .kt-kanban__title {
    font-weight: 500;
    margin-bottom: 0.5rem; }
  .kt-kanban__badge .kt-kanban__image {
    margin-right: 1.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px; }

.kanban-toolbar {
  padding: 1rem 0; }
  .kanban-toolbar .kanban-toolbar__title {
    font-weight: 500;
    margin-bottom: 0.75rem; }
  .kanban-toolbar .form-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.kanban-header-sm{
    padding: 5px 15px 5px 15px !important;
}  
  
  
.kt-media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 4px; }
  .kt-media img {
    width: 100%;
    max-width: 50px;
    height: 50px; }
  .kt-media span {
    width: 50px;
    height: 50px;
    font-size: 1.3rem; }
  .kt-media.kt-media--fixed {
    width: 50px;
    height: 50px; }
    .kt-media.kt-media--fixed img {
      width: 50px;
      height: 50px;
      max-width: auto; }
  .kt-media img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px; }
  .kt-media span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    color: #74788d;
    border-radius: 4px; }
  .kt-media.kt-media--default {
    background-color: #ebedf2; }
  .kt-media.kt-media--brand span {
    background: rgba(93, 120, 255, 0.1);
    color: #5d78ff; }
  .kt-media.kt-media--light span {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff; }
  .kt-media.kt-media--dark span {
    background: rgba(40, 42, 60, 0.1);
    color: #282a3c; }
  .kt-media.kt-media--primary span {
    background: rgba(88, 103, 221, 0.1);
    color: #5867dd; }
  .kt-media.kt-media--success span {
    background: rgba(10, 187, 135, 0.1);
    color: #0abb87; }
  .kt-media.kt-media--info span {
    background: rgba(85, 120, 235, 0.1);
    color: #5578eb; }
  .kt-media.kt-media--warning span {
    background: rgba(255, 184, 34, 0.1);
    color: #ffb822; }
  .kt-media.kt-media--danger span {
    background: rgba(253, 57, 122, 0.1);
    color: #fd397a; }
  .kt-media.kt-media--xs img {
    width: 100%;
    max-width: 24px;
    height: 24px; }
  .kt-media.kt-media--xs span {
    width: 24px;
    height: 24px;
    font-size: 0.8rem; }
  .kt-media.kt-media--xs.kt-media--fixed {
    width: 24px;
    height: 24px; }
    .kt-media.kt-media--xs.kt-media--fixed img {
      width: 24px;
      height: 24px;
      max-width: auto; }
  .kt-media.kt-media--sm img {
    width: 100%;
    max-width: 30px;
    height: 30px; }
  .kt-media.kt-media--sm span {
    width: 30px;
    height: 30px;
    font-size: 0.9rem; }
  .kt-media.kt-media--sm.kt-media--fixed {
    width: 30px;
    height: 30px; }
    .kt-media.kt-media--sm.kt-media--fixed img {
      width: 30px;
      height: 30px;
      max-width: auto; }
  .kt-media.kt-media--md img {
    width: 100%;
    max-width: 47px;
    height: 47px; }
  .kt-media.kt-media--md span {
    width: 47px;
    height: 47px;
    font-size: 1rem; }
  .kt-media.kt-media--md.kt-media--fixed {
    width: 47px;
    height: 47px; }
    .kt-media.kt-media--md.kt-media--fixed img {
      width: 47px;
      height: 47px;
      max-width: auto; }
  .kt-media.kt-media--lg img {
    width: 100%;
    max-width: 65px;
    height: 65px; }
  .kt-media.kt-media--lg span {
    width: 65px;
    height: 65px;
    font-size: 1.3rem; }
  .kt-media.kt-media--lg.kt-media--fixed {
    width: 65px;
    height: 65px; }
    .kt-media.kt-media--lg.kt-media--fixed img {
      width: 65px;
      height: 65px;
      max-width: auto; }
  .kt-media.kt-media--xl img {
    width: 100%;
    max-width: 80px;
    height: 80px; }
  .kt-media.kt-media--xl span {
    width: 80px;
    height: 80px;
    font-size: 1.7rem; }
  .kt-media.kt-media--xl.kt-media--fixed {
    width: 80px;
    height: 80px; }
    .kt-media.kt-media--xl.kt-media--fixed img {
      width: 80px;
      height: 80px;
      max-width: auto; }
  .kt-media.kt-media--circle {
    border-radius: 50%; }
    .kt-media.kt-media--circle img {
      border-radius: 50%; }
    .kt-media.kt-media--circle span {
      border-radius: 50%; }
.icon-profile{
    font-size: 3.5rem !important;
}
.closepopover {
    cursor: pointer;
}
/*
Cropit
*/
.cropit-preview {
background-color: #f8f8f8;
background-size: cover;
border-radius: 3px;
margin-top: 7px;
width: 600px;
height: 600px;
cursor: move;
border: 1px solid;
}
.cropit-preview-background {
opacity: .2;
cursor: auto;
}
.cropit-image-logo{
width: 300px !important;
height: 200px !important;
}
.cropit-image-stamp{
width: 250px !important;
height: 200px !important;
}
.cropit-image-articol{
width: 830px !important;
height: 460px !important;
}

input.cropit-image-input {
  visibility: hidden;
}
.cropit-image-zoom-input {
    width: 130px;
    margin: 0 20px;
    position: relative;
}
.cropit-preview.cropit-image-loading .spinner {
  opacity: 1;
}
.cropit-preview.cropit-image-loaded {
  cursor: move;
}
.image-size-label {
margin-top: 10px;
}
.slider-wrapper {
    margin-top: 20px;
    text-align: center;
    display: inline-flex;
}
.small-image {
    font-size: 16px;
}
.large-image {
    font-size: 24px;
}
/*
End Cropit
*/

/*** iPhone and iOS Form Input Zoom Fixes ***/

@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */ 
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px !important; }
}
.fc-unthemed .fc-toolbar .fc-button.fc-button-active, .fc-unthemed .fc-toolbar .fc-button:active, .fc-unthemed .fc-toolbar .fc-button:focus {
    background: #5d78ff;
    color: #fff;
    border: 1px solid #5d78ff;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.tagify {
  --tags-border-color:#DDD;
  --tag-bg:#E5E5E5;
  --tag-hover:#D3E2E2;
  --tag-text-color:black;
  --tag-text-color--edit:black;
  --tag-pad:0.3em 0.5em;
  --tag-inset-shadow-size:1.1em;
  --tag-invalid-color:#D39494;
  --tag-invalid-bg:rgba(211, 148, 148, 0.5);
  --tag-remove-bg:rgba(211, 148, 148, 0.3);
  --tag-remove-btn-bg:none;
  --tag-remove-btn-bg--hover:#c77777;
  --tag--min-width:1ch;
  --tag--max-width:auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border: 1px solid var(--tags-border-color);
  padding: 0;
  line-height: 1.1;
  cursor: text;
  position: relative;
  -webkit-transition: .1s;
  transition: .1s; }

@-webkit-keyframes tags--bump {
  30% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes tags--bump {
  30% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

.tagify:hover {
  border-color: #ccc; }

.tagify.tagify--focus {
  border-color: #85c8ea; }

.tagify[readonly] {
  cursor: default; }

.tagify[readonly] > .tagify__input {
  visibility: hidden;
  width: 0;
  margin: 5px 0; }

.tagify[readonly] .tagify__tag__removeBtn {
  display: none; }

.tagify[readonly] .tagify__tag > div {
  padding: .3em .5em;
  padding: var(--tag-pad); }

.tagify[readonly] .tagify__tag > div::before {
  background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95); }

.tagify + input, .tagify + textarea {
  display: none !important; }

.tagify__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0 5px 5px;
  position: relative;
  z-index: 1;
  cursor: default;
  -webkit-transition: .13s ease-out;
  transition: .13s ease-out; }

.tagify__tag.tagify--editable > div {
  color: #000;
  color: var(--tag-text-color--edit); }

.tagify__tag.tagify--editable > div::before {
  -webkit-box-shadow: 0 0 0 2px #d3e2e2 inset !important;
  box-shadow: 0 0 0 2px #d3e2e2 inset !important;
  -webkit-box-shadow: 0 0 0 2px var(--tag-hover) inset !important;
  box-shadow: 0 0 0 2px var(--tag-hover) inset !important; }

.tagify__tag.tagify--editable.tagify--invalid > div::before {
  -webkit-box-shadow: 0 0 0 2px #d39494 inset !important;
  box-shadow: 0 0 0 2px #d39494 inset !important;
  -webkit-box-shadow: 0 0 0 2px var(--tag-invalid-color) inset !important;
  box-shadow: 0 0 0 2px var(--tag-invalid-color) inset !important; }

.tagify__tag > div {
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: .3em .5em;
  padding: var(--tag-pad);
  color: #000;
  color: var(--tag-text-color);
  line-height: inherit;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .13s ease-out;
  transition: .13s ease-out; }

.tagify__tag > div > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  min-width: var(--tag--min-width);
  max-width: var(--tag--max-width); }

.tagify__tag > div > [contenteditable] {
  outline: 0;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  cursor: text;
  margin: -2px;
  padding: 2px; }

.tagify__tag > div::before {
  content: '';
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: 120ms ease;
  transition: 120ms ease;
  -webkit-animation: tags--bump .3s ease-out 1;
  animation: tags--bump .3s ease-out 1;
  -webkit-box-shadow: 0 0 0 1.1em #e5e5e5 inset;
  box-shadow: 0 0 0 1.1em #e5e5e5 inset;
  -webkit-box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset;
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset; }

.tagify__tag:hover:not([readonly]) div::before {
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  -webkit-box-shadow: 0 0 0 1.1em #d3e2e2 inset;
  box-shadow: 0 0 0 1.1em #d3e2e2 inset;
  -webkit-box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-hover) inset;
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-hover) inset; }

.tagify__tag.tagify--noAnim {
  -webkit-animation: none;
  animation: none; }

.tagify__tag.tagify--hide {
  width: 0 !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s;
  transition: .3s;
  pointer-events: none; }

.tagify__tag.tagify--mark div::before {
  -webkit-animation: none;
  animation: none; }

.tagify__tag.tagify--notAllowed div > span {
  opacity: .5; }

.tagify__tag.tagify--notAllowed div::before {
  -webkit-box-shadow: 0 0 0 1.1em rgba(211, 148, 148, 0.5) inset !important;
  box-shadow: 0 0 0 1.1em rgba(211, 148, 148, 0.5) inset !important;
  -webkit-box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-invalid-bg) inset !important;
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-invalid-bg) inset !important;
  -webkit-transition: .2s;
  transition: .2s; }

.tagify__tag[readonly] .tagify__tag__removeBtn {
  display: none; }

.tagify__tag[readonly] > div::before {
  background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95); }

.tagify__tag__removeBtn {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  font: 14px/16px Serif;
  background: 0 0;
  background: var(--tag-remove-btn-bg);
  color: #000;
  color: var(--tag-text-color);
  width: 14px;
  height: 14px;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 4.66667px;
  margin-left: -4.66667px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out; }

.tagify__tag__removeBtn::after {
  content: "\00D7"; }

.tagify__tag__removeBtn:hover {
  color: #fff;
  background: #c77777;
  background: var(--tag-remove-btn-bg--hover); }

.tagify__tag__removeBtn:hover + div > span {
  opacity: .5; }

.tagify__tag__removeBtn:hover + div::before {
  -webkit-box-shadow: 0 0 0 1.1em rgba(211, 148, 148, 0.3) inset !important;
  box-shadow: 0 0 0 1.1em rgba(211, 148, 148, 0.3) inset !important;
  -webkit-box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg) inset !important;
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg) inset !important;
  -webkit-transition: .2s;
  transition: .2s; }

.tagify:not(.tagify--mix) .tagify__input {
  white-space: nowrap; }

.tagify:not(.tagify--mix) .tagify__input br {
  display: none; }

.tagify:not(.tagify--mix) .tagify__input * {
  display: inline;
  white-space: nowrap; }

.tagify__input {
  display: block;
  min-width: 110px;
  margin: 5px;
  padding: .3em .5em;
  padding: var(--tag-pad, 0.3em 0.5em);
  line-height: inherit;
  position: relative; }

.tagify__input::before {
  display: inline-block;
  width: 0; }

.tagify__input:empty::before {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  opacity: .5;
  -webkit-transform: none;
  transform: none;
  width: auto; }

.tagify__input:focus {
  outline: 0; }

.tagify__input:focus::before {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  opacity: 0;
  -webkit-transform: translatex(6px);
  transform: translatex(6px); }

@supports (-moz-appearance: none) {
  .tagify__input:focus::before {
    display: none; } }

.tagify__input:focus:empty::before {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  opacity: .3;
  -webkit-transform: none;
  transform: none; }

@supports (-moz-appearance: none) {
  .tagify__input:focus:empty::before {
    display: inline-block; } }

.tagify__input::before {
  content: attr(data-placeholder);
  line-height: 1.8;
  position: absolute;
  top: 0;
  z-index: 1;
  color: #000;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0; }

@supports (-moz-appearance: none) {
  .tagify__input::before {
    line-height: inherit;
    position: relative; } }

.tagify__input::after {
  content: attr(data-suggest);
  color: #000;
  opacity: .3;
  pointer-events: none; }

.tagify__input .tagify__tag {
  margin: 0; }

.tagify__input .tagify__tag > div {
  padding-top: 0;
  padding-bottom: 0; }

.tagify--mix .tagify__input {
  padding: 5px;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 1.7; }

.tagify--select::after {
  content: '>';
  opacity: .5;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  font: 16px monospace;
  line-height: 8px;
  height: 8px;
  pointer-events: none;
  -webkit-transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
  transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }

.tagify--select[aria-expanded=true]::after {
  -webkit-transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2);
  transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2); }

.tagify--select .tagify__tag {
  position: absolute;
  top: 0;
  right: 1.8em;
  bottom: 0; }

.tagify--select .tagify__tag div {
  display: none; }

.tagify--select .tagify__input {
  width: 100%; }

.tagify--invalid {
  --tags-border-color:#D39494; }

.tagify__dropdown {
  position: absolute;
  z-index: 9999;
  background: #fff;
  max-height: 300px;
  overflow: auto;
  border: 1px solid #85c8ea;
  -webkit-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.tagify__dropdown__item {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  padding: .35em .6em;
  margin: 2px;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  outline: 0; }

.tagify__dropdown__item--active {
  background: #e5e5e5; }

.tagify__dropdown__item:active {
  -webkit-filter: brightness(105%);
  filter: brightness(105%); }

.tagify {
  border-radius: 4px;
  border-color: #e2e5ec; }
  .tagify:hover {
    border-color: #e2e5ec; }
  .tagify.tagify--focus {
    border: 1px solid #9aabff; }
  .tagify .tagify__input {
    color: #595d6e; }
    .tagify .tagify__input:before {
      margin-top: 2px; }
  .tagify .tagify__tag {
    background-color: #ebedf2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.5rem;
    border-radius: 4px; }
    .tagify .tagify__tag div {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding-right: 0.25rem; }
      .tagify .tagify__tag div .tagify__tag-text {
        color: #74788d;
        font-weight: 400; }
      .tagify .tagify__tag div:before {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-animation: none;
        animation: none;
        -webkit-transition: none;
        transition: none; }
    .tagify .tagify__tag .tagify__tag__removeBtn {
      line-height: 1;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      -webkit-transform: none;
      transform: none;
      position: static;
      border-radius: 0;
      margin-top: -2px; }
      .tagify .tagify__tag .tagify__tag__removeBtn:after {
        font-family: Flaticon2;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        content: "\f103";
        font-size: 0.6rem;
        color: #a2a5b9; }
      .tagify .tagify__tag .tagify__tag__removeBtn:hover {
        background: transparent;
        color: #5d78ff; }
        .tagify .tagify__tag .tagify__tag__removeBtn:hover + div > span {
          opacity: .4; }
    .tagify .tagify__tag.tagify__tag--brand {
      background-color: rgba(93, 120, 255, 0.1); }
      .tagify .tagify__tag.tagify__tag--brand div .tagify__tag-text {
        color: #5d78ff; }
      .tagify .tagify__tag.tagify__tag--brand .tagify__tag__removeBtn:after {
        color: #5d78ff; }
      .tagify .tagify__tag.tagify__tag--brand .tagify__tag__removeBtn:hover {
        background: transparent;
        color: #ffffff; }
        .tagify .tagify__tag.tagify__tag--brand .tagify__tag__removeBtn:hover + div > span {
          opacity: .3; }
    .tagify .tagify__tag.tagify__tag--light {
      background-color: rgba(255, 255, 255, 0.1); }
      .tagify .tagify__tag.tagify__tag--light div .tagify__tag-text {
        color: #ffffff; }
      .tagify .tagify__tag.tagify__tag--light .tagify__tag__removeBtn:after {
        color: #ffffff; }
      .tagify .tagify__tag.tagify__tag--light .tagify__tag__removeBtn:hover {
        background: transparent;
        color: #282a3c; }
        .tagify .tagify__tag.tagify__tag--light .tagify__tag__removeBtn:hover + div > span {
          opacity: .3; }
    .tagify .tagify__tag.tagify__tag--dark {
      background-color: rgba(40, 42, 60, 0.1); }
      .tagify .tagify__tag.tagify__tag--dark div .tagify__tag-text {
        color: #282a3c; }
      .tagify .tagify__tag.tagify__tag--dark .tagify__tag__removeBtn:after {
        color: #282a3c; }
      .tagify .tagify__tag.tagify__tag--dark .tagify__tag__removeBtn:hover {
        background: transparent;
        color: #ffffff; }
        .tagify .tagify__tag.tagify__tag--dark .tagify__tag__removeBtn:hover + div > span {
          opacity: .3; }
    .tagify .tagify__tag.tagify__tag--primary {
      background-color: rgba(88, 103, 221, 0.1); }
      .tagify .tagify__tag.tagify__tag--primary div .tagify__tag-text {
        color: #5867dd; }
      .tagify .tagify__tag.tagify__tag--primary .tagify__tag__removeBtn:after {
        color: #5867dd; }
      .tagify .tagify__tag.tagify__tag--primary .tagify__tag__removeBtn:hover {
        background: transparent;
        color: #ffffff; }
        .tagify .tagify__tag.tagify__tag--primary .tagify__tag__removeBtn:hover + div > span {
          opacity: .3; }
    .tagify .tagify__tag.tagify__tag--success {
      background-color: rgba(10, 187, 135, 0.1); }
      .tagify .tagify__tag.tagify__tag--success div .tagify__tag-text {
        color: #0abb87; }
      .tagify .tagify__tag.tagify__tag--success .tagify__tag__removeBtn:after {
        color: #0abb87; }
      .tagify .tagify__tag.tagify__tag--success .tagify__tag__removeBtn:hover {
        background: transparent;
        color: #ffffff; }
        .tagify .tagify__tag.tagify__tag--success .tagify__tag__removeBtn:hover + div > span {
          opacity: .3; }
    .tagify .tagify__tag.tagify__tag--info {
      background-color: rgba(85, 120, 235, 0.1); }
      .tagify .tagify__tag.tagify__tag--info div .tagify__tag-text {
        color: #5578eb; }
      .tagify .tagify__tag.tagify__tag--info .tagify__tag__removeBtn:after {
        color: #5578eb; }
      .tagify .tagify__tag.tagify__tag--info .tagify__tag__removeBtn:hover {
        background: transparent;
        color: #ffffff; }
        .tagify .tagify__tag.tagify__tag--info .tagify__tag__removeBtn:hover + div > span {
          opacity: .3; }
    .tagify .tagify__tag.tagify__tag--warning {
      background-color: rgba(255, 184, 34, 0.1); }
      .tagify .tagify__tag.tagify__tag--warning div .tagify__tag-text {
        color: #ffb822; }
      .tagify .tagify__tag.tagify__tag--warning .tagify__tag__removeBtn:after {
        color: #ffb822; }
      .tagify .tagify__tag.tagify__tag--warning .tagify__tag__removeBtn:hover {
        background: transparent;
        color: #111111; }
        .tagify .tagify__tag.tagify__tag--warning .tagify__tag__removeBtn:hover + div > span {
          opacity: .3; }
    .tagify .tagify__tag.tagify__tag--danger {
      background-color: rgba(253, 57, 122, 0.1); }
      .tagify .tagify__tag.tagify__tag--danger div .tagify__tag-text {
        color: #fd397a; }
      .tagify .tagify__tag.tagify__tag--danger .tagify__tag__removeBtn:after {
        color: #fd397a; }
      .tagify .tagify__tag.tagify__tag--danger .tagify__tag__removeBtn:hover {
        background: transparent;
        color: #ffffff; }
        .tagify .tagify__tag.tagify__tag--danger .tagify__tag__removeBtn:hover + div > span {
          opacity: .3; }

.tagify--outside {
  border: 0 !important;
  padding: 0 !important;
  margin: 5px 0 10px 0 !important; }
  .tagify--outside tag:first-child {
    margin-left: 0; }

.tagify__input.form-control {
  margin: 0; }
  .tagify__input.form-control:before {
    top: 6px; }

.tagify__input--outside {
  display: block;
  max-width: 600px;
  border: 1px solid #DDD;
  margin-top: 1.5em;
  margin-bottom: 1em; }

.tagify__dropdown {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  background: #fff;
  border: 0 !important;
  padding: 0.75rem 0;
  z-index: 95;
  border-radius: 4px; }
  .modal-open .tagify__dropdown {
    z-index: 1051; }
  .tagify__dropdown .tagify__dropdown__item {
    color: #74788d;
    border-radius: 0;
    padding: 0.75rem 1.5rem;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .tagify__dropdown .tagify__dropdown__item.tagify__dropdown__item--active {
      background: #f7f8fa;
      color: #5d78ff; }
.form-control-sm {
    padding: 0.5rem 0.5rem !important;
}
.selectable{
    -webkit-user-select: auto !important; /* Safari */        
    -moz-user-select:  auto !important ; /* Firefox */
    -ms-user-select:  auto !important; /* IE10+/Edge */
    user-select:  auto !important; /* Standard */
}
.select2-search--inline {
    display: contents; /*this will make the container disappear, making the child the one who sets the width of the element*/
}

.select2-search__field:placeholder-shown {
    width: 100% !important; /*makes the placeholder to be 100% of the width while there are no options selected*/
}
.sortableItem {
    cursor: move;
}
.hiddenVisibilty {
  visibility: hidden;
}
.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .form-control {
    margin-top: 0px;
}
.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__head {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.fc-unthemed td.fc-today {
    background: rgba(93, 120, 255, 0.065) !important;
}
.rfqToShipmentActionsSwal{
  z-index: inherit !important;
}

.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__section {
  margin-bottom: 2.25rem;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item {
  margin-bottom: 1.5rem;
}

.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f4;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-icon {
  width: 32px;
  height: 32px;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper {
  padding-left: .75rem;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper {
  padding-left: 1.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-icon>i {
  font-size: 1.4rem;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-title {
  font-size: 1rem;
  font-weight: 500;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-title {
  font-size: 1rem;
  font-weight: 500;
  color: #48465b;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-desc {
  font-size: .9rem;
  line-height: 1.1;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-desc {
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
}
.kt-quick-search .kt-quick-search__result .kt-quick-search__item .kt-quick-search__item-wrapper .kt-quick-search__item-title:hover {
  color: #5d78ff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.kt-quick-search.kt-quick-search--result-compact .kt-quick-search__result .kt-quick-search__category {
  font-size: 1rem;
  margin: .25rem 0 .75rem 0;
}

#show-pdf-button {
	width: 150px;
	display: block;
	margin: 20px auto;
}

#file-to-upload {
	display: none;
}

#pdf-main-container {
	width: 450px;
	margin: 20px auto;
}

#pdf-loader {
	display: none;
	text-align: center;
	color: #999999;
	font-size: 13px;
	line-height: 100px;
	height: 100px;
}

#pdf-contents {
	display: none;
}

#pdf-meta {
	overflow: hidden;
	margin: 0 0 20px 0;
}

#pdf-buttons {
	float: left;
}

#page-count-container {
	float: right;
}

#pdf-current-page {
	display: inline;
}

#pdf-total-pages {
	display: inline;
}

.pdf-canvas {
	border: 1px solid rgba(0,0,0,0.2);
	box-sizing: border-box;
}

#page-loader {
	height: 100px;
	line-height: 100px;
	text-align: center;
	display: none;
	color: #999999;
	font-size: 13px;
}
.dropzone-cmr {
	border: 2px dashed #e72657 !important;
}
.dropzone-cmr-color {
	color: #e72657 !important;
}
.dropzone-invoice {
	border: 2px dashed #5d78ff !important;
}
.dropzone-invoice-color {
	color: #5d78ff !important;
}
.dropzone-factura {
	border: 2px dashed #e72657 !important;
}
.dropzone-factura-color {
	color: #e72657 !important;
}
.dropzone-traducere{
  border: 2px dashed #810909 !important;
}
.dropzone-traducere-color{
  color: #810909 !important;
}
.dropzone-packing{
  border: 2px dashed #000000 !important;
}
.dropzone-packing-color{
  color: #000000 !important;
}
.dropzone-cui{
  border: 2px dashed #5d78ff !important;
}
.dropzone-cui-color{
  color: #5d78ff !important;
}
.dropzone-cif{
  border: 2px dashed #3555f4 !important;
}
.dropzone-cif-color{
  color: #3555f4 !important;
}
.dropzone-eori{
  border: 2px dashed #f0773b !important;
}
.dropzone-eori-color{
  color: #f0773b !important;
}
.dropzone-ci{
  border: 2px dashed #3be7f0 !important;
}
.dropzone-ci-color{
  color: #3be7f0 !important;
}
.dropzone-optional{
  border: 2px dashed #6e6e6f !important;
}
.dropzone-optional-color{
  color: #6e6e6f !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
  float: none !important;
}
.kt-badge.kt-badge--gray{color:#282a3c;background:#ccc}
.kt-badge.kt-badge--outline.kt-badge--gray{background:0 0;color:#fff;border:1px solid #999}
.kt-badge.kt-badge--outline.kt-badge--gray.kt-badge--outline-2x{border:2px solid #999}
.click2select{
  cursor: pointer;
}