/* ridefinizione stili tabler */

.iconblink {
    animation: iconblink-animation 1s steps(5, start) infinite;
    -webkit-animation: iconblink-animation 1s steps(5, start) infinite;
}
@keyframes iconblink-animation {
    to {
        visibility: hidden;
        color: red;
    }
}
@-webkit-keyframes iconblink-animation {
    to {
        visibility: hidden;
        color: red;
    }
}

.fw--bold {
    font-weight: bold;
}

.clipboardcopied {
    position: fixed;
    top: 45%;
    width: 100%;
}

.errorh1 {
    font-size: 8vw;
    text-transform: uppercase;
    line-height: 5vw;
}

.barrafixedbottom {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: white;
}

.daran-message {
    padding: 10px !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    background-color: #5dc523;
    display: block;
    width: 100vw;
    color: white;
    font-size: 110%;
    height: 50px;
    text-transform: uppercase;
    text-align: center;
}

.daran-message-error {
    padding: 10px !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    background-color: #ea4103;
    display: block;
    width: 100vw;
    color: white;
    font-size: 110%;
    height: 50px;
    text-transform: uppercase;
    text-align: center;
}


.errorh2 {
    font-size: 4vw;
    text-transform: uppercase;
    line-height: 4vw;
}

.texterror {
    font-size: 1.1vw;
}

.navbar-light.navbar-develop {
    background-color:#fdb4b4;
}

.form-label {
  margin-bottom: 0.1rem;
  font-size: .6rem; color: rgb(80, 80, 80);
}
.form-control {
  padding: .2375rem .75rem
}
.form-select {
  padding: .2375rem 1.75rem .2375rem .75rem
}

.form-control:disabled, .form-control[readonly] {
    background-color: #b9b9b9;
}

.divrounded {
    border-radius: 8px;
}

.charsnum1,
.charsnum2,
.charsnum3,
.charsnum4,
.charsnum1dest,
.charsnum2dest,
.charsnum3dest,
.charsnum4dest {
  font-size: 70%; font-weight: bold; color: rgb(4, 176, 4);
}
.charsover {
  color: rgb(158, 0, 0) !important;
}

.page-header {
  margin: 1.25rem 0 0;
}
.page-body {
  margin-top: 1.25rem;
margin-bottom: 1.25rem;
}

.text--xs {
  font-size: 90%;
}

.text-bold {
  font-weight: bold;
}

.opacized {
  opacity: 0.5;
}

.addgift .icon,
.addpig .icon {
  opacity: 0.4;
  color: #000000 !important;
}

.removegift .icon,
.removepig .icon {
  opacity: 1 !important;
  color: #c62601 !important;
}

.loaderfullpage, .maintenancefullpage {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding-top:20%;
  z-index: 1000;
  opacity: 0.8;
  background-color: white;
}

.note_viola {
  background-color: rgb(251, 143, 251) !important;
}
.border_viola {
  border-left: 10px solid rgb(251, 143, 251) !important;
}

.note_verde {
  background-color: rgb(114, 210, 114) !important;
}
.border_verde {
  border-left: 10px solid rgb(114, 210, 114) !important;
}

.note_blu {
  background-color: rgb(136, 136, 244) !important;
}
.border_blu {
  border-left: 10px solid rgb(136, 136, 244) !important;
}

.note_rosso {
  background-color: rgb(240, 136, 136) !important;
}
.border_rosso {
  border-left: 10px solid rgb(240, 136, 136) !important;
}

.note_marrone {
  background-color: rgb(131, 77, 77) !important;
}
.border_marrone {
  border-left: 10px solid rgb(131, 77, 77) !important;
}

.note_marrone a {
  color: white;
}

.blnote_viola {
  /*border-left: 10px solid rgb(251, 143, 251) !important;*/
  background-color: #AE32DB !important;
  color: white !important;
}

.blnote_verde {
  /* border-left: 10px solid rgb(114, 210, 114) !important;   */
  background-color: #4BBF52 !important;
}

.blnote_blu {
  /* border-left: 10px solid rgb(136, 136, 244) !important;   */
  background-color: #165CDE !important;
}

.blnote_rosso {
  /* border-left: 10px solid rgb(240, 136, 136) !important;   */
  background-color: #FF2F05 !important;
}

.blnote_marrone {
  /* border-left: 10px solid rgb(131, 77, 77) !important;   */
  background-color: #94622C !important;
  color: white !important;
}

.bgc-gray td {
  background-color: rgb(213, 213, 213);
}

.bg-titty {
    background-color: #f2e300f2;
}

.bg-tittyold {
  background-color: #dfee0df2;
}

.svginfolabel {
  opacity: 1; width: 16px; height: 16px; margin-left:14px
}

#article_invoices {
    height: 180px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.lightgrey {
    color:rgb(80, 80, 80);font-size:12px;
}

.theme-dark .lightgrey {
    color:rgb(255, 255, 255);font-size:12px;
}

.theme-dark .bgc-gray td {
  background-color: rgb(31, 41, 54);
}

.theme-dark .month-item {
    background-color: #1f2936;
}
.theme-dark .litepicker .container__days .day-item,
.theme-dark .month-item-name,
.theme-dark .month-item-year {
    color: white;
}

.theme-dark textarea,
.theme-dark input[type="date"],
.theme-dark select {
    background-color: transparent;
    color: white;
}

.theme-dark table th,
.theme-dark .card-footer {
  background-color: rgb(31, 41, 54) !important;
  color: white;
}

.theme-dark .form-label,
.theme-dark .text-muted {
  color: white !important;
}

.theme-dark select,
.theme-dark input {
  border-color: #999;
}

.theme-dark table a {
  color: #c2c5c9 !important;
}

a.orderdown, a.orderup {
  color: #c8c8c8 !important;
}

.theme-dark table a.orderdown,
.theme-dark table a.orderup {
  color: #757575 !important;
}

.theme-dark .page-pretitle {
  color: #bdbdbd;
}
.theme-dark .page-pretitle a {
  color: #c2c5c9;
}

.theme-dark .btn {
  background-color: transparent;
  color: white;
  border-color: #999;
}
.theme-dark .btn svg {
  color: white;
}

.theme-dark .orderup.selected,
.theme-dark .orderdown.selected {
  color: white !important;
}

.bg-modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  background-color: rgba(31, 41, 54, 0.75);
}

.preloader {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
  background-color: rgba(31, 41, 54, 0.75);

}
.preloader .contain {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ordinerighe {
  font-size: 90%;
}

.order-rows tr.orderrow:nth-child(even) {
  background-color: #EBEBEB;
}
.noborderbottom {
  border-bottom: 1px solid white;
}
.theme-dark .noborderbottom {
    border-bottom: 1px solid rgba(101, 109, 119, 0.16);
}
.theme-dark .form-control[readonly] {
    background-color: #185cb5;
}

.discardbutton {
  display: none;
}

.orderrow.trashed td {
  opacity: 0.4;
  text-decoration: line-through;
}
.orderrow .actions {
  opacity: 1 !important;
}
.pigvalue {
  font-size: 80%;
}
#qta_error,
#article_stock {
  display: none;
}

.form-control.error {
  border-color: red;
  color: #ff9d00;
}

.error {
    color: red;
    font-size: 80%;
}

.hidden {
  display: none;
  transition: 0.4 all linear;
}

.inoutlet {
  font-weight: bold; color: #0a0aa9;
}

tbody.bodytab tr.rowtab:hover, tbody.bodytab tr.rowtab:focus{
  background-color: rgb(239, 239, 158) !important;
  outline: none;
}

tbody.bodytab tr.rowtab:hover td, tbody.bodytab tr.rowtab:focus td{
  background-color: rgb(239, 239, 158) !important;
  outline: none;
}

.form-label.error,
#article_stock.error {
  color: red;
}
.btn-lightgrey {
  background-color: #d7d4d4;
}
.select2-selection.select2-selection--single {
  height: 36px !important;
  font-size: 90% !important;
}
#select2-matnr-container {
  height: 36px !important;
}
.select2-selection__arrow {
  height: 36px !important;
}
.form-label-summary {
  font-size: 0.775rem;
}

.tag {
  padding: 1px 3px;
  margin: 0px 3px 0px 0px;
}

.theme-dark .bgc-gray td.isred,
.isred {
  color: red !important;
  font-weight: bold;
}
.theme-dark .inoutlet {
  font-weight: bold; color: #5472ea;
}

.theme-dark tbody.bodytab tr.rowtab:hover, tbody.bodytab tr.rowtab:focus{
  background-color: rgb(239, 239, 158) !important;
  outline: none;
  color: #000000;
}

.theme-dark tbody.bodytab tr.rowtab.bgc-gray:hover, tbody.bodytab tr.rowtab.bgc-gray:focus{
  background-color: rgb(239, 239, 158) !important;
  outline: none;
  color: #000000;
}

.theme-dark tbody.bodytab tr.rowtab.bgc-gray:hover td, tbody.bodytab tr.rowtab.bgc-gray:focus td{
  background-color: rgb(239, 239, 158) !important;
  outline: none;
  color: #000000;
}

.theme-dark .order-rows tr.orderrow:nth-child(2n) {
  background-color: #314053;
}
.theme-dark .select2-container--classic .select2-selection--single .select2-selection__rendered {
  background-color: #35455b;
  color: #fff;
}
.theme-dark .select2-results__option--selectable {
  background-color: #1f2936;
}
.theme-dark .select2-search--dropdown,
.theme-dark .select2-container--classic .select2-search--dropdown .select2-search__field,
.theme-dark .select2-results__option {
  background-color: #1f2936;
  color: #ffffff;
}

.futurecomissiontitle {
  display: none;
}

.qrcodecontainer svg {
  width: 100%;
}

.icon {
    cursor: pointer;
}

#guideglobalbg {
    background-color: #307fdd52;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    display: none;
}
#guideglobal {
    position: fixed;
    width: 25vw;
    height: 100vh;
    background-color: white;
    right: 0;
    top: 0;
    display: none;
}

.gg_edit {
    display: none;
}

.rownotes {
    padding: 3px 3px;
    color: #e74910 !important;
  }

.codart {
    padding: 3px 3px;
    font-weight: bold;
    background-color: #465a72 !important;
    color: #ffffff !important;
  }

/* .badge {
    color: #465a72 !important;
  } */


