@charset "UTF-8";
/* CSS Document Custum CSS gestionale Padosoft by Re-Active srl*/

body {
  background-color: #000;
}

body.body_page_login {
  background-image: url(../img/bg-gescat.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

}

.login__block {
  max-width: 50%;
  width: 100%;

}

/* --------------------------- GENERAL ---------------------------- */

body.body_page_login {
  background-image: url(../img/bg-gescat.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

}

.login__block {
  max-width: 50%;
  width: 100%;

}

@media (max-width: 480px) {

  .login {
    padding: 0 3rem !important;
  }

  .login__block {
    max-width: 100% !important;
    width: 100%;
  }

}


.row {
  margin-right: 0;
  margin-left: 0;
  align-items: center;
}


.card {
  margin-left: 2rem;
  font-size: 1.2rem;
}

.card-block {
  flex: 1 1 auto;
  padding: 2.1rem;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f6f6f6;
}

.header {
  z-index: 9000;
}


.header__logo a {
  padding: 10px 0 !important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  padding-right: 10px;
  padding-left: 10px;
}

.btn {
  border: none !important;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 2rem;
  position: relative;
}


.btn:focus:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}


button:hover {
  border: none;
}


.btn-primary {
  border: none;
  cursor: pointer;
  box-shadow: none;
  font-size: 1.1em;
}

.btn-primary, .btn-primary:focus {
  color: #FFFFFF;
}

.btn-primary:hover {
  border: none;
}

.btn-help-on-table {
  background-image: none;
  background-color: transparent;
  color: #000;
  border: none !important;
  margin: 0;
  padding: 0;
  line-height: 1rem;
}

.tab-content {
  background-color: #fff;
}

td {
  color: #747a80;
}

.collapse-righe {
  max-height: 460px;
  overflow: hidden;
  transition: all 3s ease-in-out;
}

.expander-righe {
  max-height: none !important;
  overflow: visible;
  height: 100%;
  transition: all 3s ease-in-out;
}

body > button {
  transition: all 0.3s ease 0s;
}

.labels-search:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.alert {
  padding: 0.5rem;
  margin-bottom: 1rem;
}

b {
  font-weight: bold !important;
}


.img-responsive {
  width: 100%;
}

/* --------------------------- TOP BAR ---------------------------- */
.top-nav {
  float: right;
  margin: 0 0 0 auto !important;
}

.user__email {
  color: #fff;
}

/* --------------------------- CONTENT ---------------------------- */


/*.content {
	padding: 102px 70px 0 270px !important;
}


.content.padding-left-central {
	padding: 80px 70px 0 0 !important;
}


.card-block.notifiche {
    padding: 2.1rem 0 0 2.1rem !important;
}*/

/* --------------------------- ASIDE MAIN MENU ---------------------------- */
.sidebar {
  padding: 55px 0 0 0;
  width: 240px;
  background-color: #1d1d1d;
  /*margin-top: 12px;*/
}

.navigation li a {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  padding: 0.65rem 0.5rem 0.45rem 0.5rem;
}


.navigation > li > a > i {
  vertical-align: middle;
  font-size: 2rem;
  margin-right: 0.8rem;
  top: -2px;
  margin-left: 0.5rem;
}

.navigation > li > a > i.zmdi-money {
  margin-left: 0.7rem;
  margin-right: 0.8rem;
}

.navigation__sub > ul > li:last-child {
  padding-bottom: 0;
}

li.navigation__sub.navigation__sub--toggled {
  position: relative;
}

li.navigation__sub {
  position: relative;
}

.navigation__sub.navigation__sub--toggled a:after {
  content: "\f2fc";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 1.2em;
  position: absolute;
  right: 6px;
  top: 10px;
  color: #707070;
}

.navigation__sub a:after {
  content: "\f2f9";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 1.2em;
  position: absolute;
  right: 6px;
  top: 10px;
  color: #707070;
}

.navigation__sub > ul > li > a {
  font-weight: 400;
  letter-spacing: 0.8px;
}

.navigation__sub > ul > li > ul > li > a {
  padding: 0.3rem 1rem 0.3rem 3.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.8px;
}


.navigation__sub.navigation__sub--toggled .navigation__sub.navigation__sub--toggled a:after {
  content: "\f2fc";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 1.2em;
  position: absolute;
  right: 6px;
  top: 10px;
  color: #707070;
}

.navigation__sub .navigation__sub a:after {
  content: "\f2f9";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 1.2em;
  position: absolute;
  right: 6px;
  top: 10px;
  color: #707070;
}


.info-generali div {
  flex-wrap: wrap;
}

/* --------------------------- breadcrumb + title ---------------------------- */
header {
  display: flex;
  justify-content: space-between;
}

header .col-xs-6 {
  padding-left: 0;
  padding-right: 0;
}

.content__title {
  margin-bottom: 0.5rem;
  padding: 1rem 2rem 0rem 2rem;
  position: relative;
  display: flex;
}

.breadcrumb {
  border-bottom: none;
  border-radius: 0;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin-bottom: 0;
}

/* --------------------------- profile ---------------------------- */


.info-generali {
  margin: 1rem 0;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  padding-right: 0;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}

.info-generali div {
  margin-bottom: 5px;
  line-height: 1.8rem;
}

.label-info {
  text-align: right;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.printed-info {
  text-align: left;
  font-size: 1.2rem;
  display: flex;
}

.printed-info.tag-info span {
  text-align: left;
  padding: 2px 4px;
  white-space: nowrap;
  line-height: 1rem;
  margin-right: 5px;
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.printed-info.tag-info span span {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.abstract-profile {
  display: flex;
  flex-flow: wrap;
}

.abstract-profile .card.profile {
  width: 100%;
}

.abstract-profile .card {
  margin-left: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
  margin-bottom: 0;
}

.abstract-profile .card .profile__img {
  padding: 0
}

.abstract-profile .card .profile__info {
  padding: 15px 30px 0 30px;
}

.abstract-profile .card-header {
  padding: 0;
}


.profile__info .alert {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}


.col-sm-6.title_subsection {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}

.col-sm-6.title_subsection .select-with-label {
  margin-top: 0;
}

.wrapper-info-printed {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  flex-wrap: wrap;
  width: 66%;
  margin-right: 1%;
}


.label-printed-info-magazzino {
  width: 33%;
}

.label-printed-info-magazzino .label-printed-info .printed-info {
  /*width: 50px;
  align-items: flex-end;*/
  display: inline;
  text-align: right;
}

.label-printed-info {
  display: flex;
}

.label-printed-info div {
  line-height: 1.25rem;
}

.info-generali div {
  margin-bottom: 0.2rem;
  line-height: 1.8rem;
}

.tag-info {
  display: flex;
  align-items: flex-start;
}


#btn-open {
  position: relative;
  border: 0;
  padding: 0;
  font-size: 2rem;
  line-height: 2rem;
  align-self: flex-end;
  width: 100%;
}

#btn-open:hover {
  position: relative;
  border: 0;
  padding: 0;
  font-size: 2rem;
  line-height: 2rem;
}

#btn-open:after {
  content: "\f2fc";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 1.2em;
  position: absolute;
  right: 6px;
  top: 10px;
  color: #707070;
}

#btn-open.collapsed:after {
  content: "\f2f9";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 1.2em;
  position: absolute;
  right: 6px;
  top: 10px;
  color: #707070;
}


/* --------------------------- ANAGRAFICA + FORM ---------------------------- */

input[type="number"] {
  text-align: right;
}

.col-md-6.title_subsection {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}

.col-md-6.title_subsection .select-with-label {
  margin-top: 0;
}

.select-with-label label {
  font-size: 0.95rem;
  color: #999;
}


.form-group--float > label {
  color: #999;
}

.form-group--float .form-control.form-control--active ~ label, .form-group--float .form-control:focus ~ label {
  bottom: 3.22rem;
  font-size: 0.95rem;
  padding-left: 0;
}

.form-type .form-group {
  background-color: #e3f2fa;
  /*padding-left: 7px;*/
  margin: 15px 0;
}

.form-type .form-group.select-with-label {
  background-color: transparent;
}

.form-type .form-group.select-with-label label {
  padding-left: 0;
  margin-bottom: 0.2rem;
}

.form-group--float .form-control ~ label {
  font-size: 1.1rem;
}

.form-type .form-group.select-with-label .select2 {
  background-color: #e3f2fa;
}

.form-type .form-group label {
  padding-left: 7px;
  text-transform: uppercase;
  line-height: 1rem;
}

.form-type .form-control {
  padding: 1.3rem 0.1rem 0.45rem 5px;
  font-size: 1.1rem !important;
}

.input-without-label {
  margin: 35px 0 15px 0 !important;
  background-color: #fff !important;
}

.input-without-label textarea, .input-without-label input {
  background-color: #e3f2fa;
}

.form-type .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1rem;
  padding: 1.3em 0.1rem 0.5rem 0.5rem;
  font-size: 1.1rem;
  color: #999;
  text-transform: uppercase;
}

.form-type .select2 option + option {
  font-size: 1.2rem;
}

.title_subsection {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #00BCD4;
  margin-top: 1.2rem;
}


.required {
  color: red;
  padding-left: 5px;
}


.select-with-label label {
  font-size: 0.95rem;
  color: #999;
}


.form-type .switch {
  padding-right: 7px;
  padding-left: 7px;
  background-color: white !important;
}

.form-type .switch .form-group {
  background-color: transparent;
  margin: 0;
  padding-right: 0;
  font-size: 0.9rem;
}

.switch .toggle-switch {
  padding-top: 0.5rem;
}

.toggle-switch__helper:after {
  border: 1px solid #ccc;
}

.form-type input[type=date], .select-with-label input[type=text] {
  background-color: #e3f2fa !important;
}


.form-type .form-control.date-picker {
  padding: 1rem 0.1rem 0.55rem 5px;
}

.form-control[readonly] {
  opacity: 1;
}


.col-inner-row-wrapper {
  display: flex;
  align-items: flex-start;
}

.col-inner-row {
  width: 50%;
  background-color: #f3f3f3;
  margin: 1rem;
}

.col-inner-row .table td {
  text-transform: uppercase;
  font-size: 1rem !important;
  padding-left: 1rem !important;
}

.col-inner-row .table .form-group {
  background-color: #fff;
}

.col-inner-row-wrapper .form-group--float .form-control ~ label {
  font-size: 0.95rem;
  line-height: 0.9rem;
}

.col-inner-row-wrapper .table {
  padding: 0 15px !important;
}

.col-inner-row-wrapper .table .form-group {
  margin: 0 !important;
}

.col-inner-row-wrapper .table td {
  padding: 0.5rem 1rem !important;
}


.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  font-family: "Material-Design-Iconic-Font";
  content: '\f26b';
}

/*---------------  sub tabs -----------------*/
.nav-tabs li a {
  line-height: 1em;
}

.sub-tabs .nav-tabs .nav-link.active {
  color: #222;
}

.sub-tabs .nav-tabs .nav-link {
  color: #fff;
}


/* --------------------------- btn-help ---------------------------- */

.btn-help {
  position: absolute;
  top: -20px;
  right: 0;
  background-image: none;
  background-color: transparent;
  color: #ccc;
  border: none !important;
  margin: 0;
  padding: 0;
  line-height: 1rem;

}


.btn-close {
  position: absolute;
  top: 5px;
  right: 3px;
  background-image: none;
  background-color: transparent;
  color: #ccc !important;
  border: none !important;
  margin: 0;
  padding: 0;
  line-height: 1rem;
  font-size: 2rem;
}


.modal-footer {
  text-align: right;
  border-top: 1px solid #ccc;
  padding: 0.5rem;
}

.modal-header, .modal-body, .popover-header, .popover-body {
  padding: 1rem;
}

.popover {
  border: 1px solid #e1e1e1;
  max-width: 400px;
  max-height: 300px;
  overflow: hidden;
}

.popover-contenuto {
  max-height: 150px;
  overflow-y: auto;
  margin-bottom: 1rem
}

.popover-footer {
  text-align: right;
  border-top: 1px solid #ccc;
  padding: 0.5rem;
  margin-top: 0.5rem;
}

.hide {
  display: none;
}

.popover-simple .popover-contenuto {
  display: none;
}

.popover-simple .popover-footer {
  text-align: right;
  border-top: none;
  padding: 0;
  margin-top: 0;
}

.popover-footer i {
  font-size: 1.6rem;
}

.popover-simple .popover-header {
  display: none;
}

/* --------------------------- Accordion ---------------------------- */
.accordion-type {
  padding: 0;
  margin-top: 20px;
}

.accordion-type .accordion .card-header {
  padding: 0;
}

.accordion-type .accordion .card-title {
  background-color: #00BCD4;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding: 0.6rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-type .card-title.collapsed {
  flex-flow: row-reverse;
}

.accordion-type .card-title.collapsed:before {
  content: "\002b";
  font-family: 'Glyphicons Halflings';
  font-size: 2em;
  align-self: flex-end;
}

.accordion-type .card-title:after {
  content: "\2212";
  font-family: 'Glyphicons Halflings';
  font-size: 2em;
  align-self: flex-start;
}

.accordion-type .card-title.collapsed:after {
  display: none;
}

.inner-table .actions-right button span, .inner-table .actions-left button span {
  display: none;
}

.grouped-form {
  display: flex;
  flex-wrap: wrap;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-control {
  padding-right: 2rem;
}

.card-body__title {
  width: 100%;
  margin-top: 1rem;
}

.accordion .card-block {
  padding-top: 15px;
}

/* --------------------------- INNER SIDEBAR ---------------------------- */

.chat {
  z-index: 10000;
  background-color: #f3f3f3;
}

.chat__header {
  padding: 0 1rem;
  margin-bottom: 1rem;
}


.chat__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}


.chat__title span {
  margin: 0 0 1rem 0;
  font-size: 1.2rem;
}

.chat__title button {
  margin-top: -1rem;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.chat .tooltip {
  z-index: 9002;
  position: fixed;
}

.salva-ricerca {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

#inner-sidebar {
  min-width: 200px !important;
  position: relative;
}

#inner-sidebar .card {
  margin-left: 0;
  border: 1px solid #ccc !important;
  z-index: 8900;
  position: fixed;
  width: 20%;
  min-width: 200px;
}

#inner-sidebar .card-header, #inner-sidebar .card-block {
  padding: 1rem;

}

/* --------------------------- Top table ---------------------------- */
.table-wrapper .action {
  width: 300px;
  margin-right: 1rem;
}

.toolbar {
  padding: 0;
  margin-bottom: 0;
  justify-content: space-between;
}

.risultati__label {
  margin: 0.8rem 1rem 1rem 1rem;
  width: auto;
  display: inline-block;
  font-size: 1rem;
  color: #717171;
  text-transform: uppercase;
}

.action-top-table {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.actions-left {
  display: flex;
  flex: 0 0 40%;
  max-width: 40%;
  align-items: center;
}

.actions-left button {
  margin-right: 5px;
}

.actions-right {
  display: flex;
  flex: 0 0 60%;
  max-width: 60%;
  justify-content: flex-end;
  align-items: center;
}

.actions-right button {
  margin-top: 0.35rem !important;
  margin-left: 5px;
}

.ico-semplice i {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  padding-top: 0.2rem;
}


/* --------------------------- PAGINATION ---------------------------- */
.pagination {
  margin-bottom: 0;
}

.page-item.disabled .page-link {
  color: #E1E1E1;
  pointer-events: none;
  cursor: not-allowed;
  background-color: transparent !important;
  border-color: transparent !important;
}

.page-link {
  position: relative;
  display: block;
  padding: 0 0;
  margin-left: -1px;
  line-height: 2.5rem;
  color: #8a8a8a !important;
  background-color: transparent !important;
  border: 0 solid transparent !important;
}

.page-item.active .page-link {
  z-index: 2;
  color: #000 !important;
  background-color: #2ebcfc;
  border-color: Transparent;
}


/* --------------------------- totale ---------------------------- */
.tot {
  flex-flow: column;
  padding: 0;
  margin-left: 1rem;
}

.label-tot {
  font-size: 0.7rem;
  line-height: 0.3rem;
  padding-top: 10px;
}

.importo-tot {
  font-size: 1.8rem;
  color: #1f5fad;
  white-space: nowrap;
}


/* --------------------------- SHOW-JUMP DESTRA ---------------------------- */
.show-jump {
  width: 130px;
  /*float: left;*/
  display: flex;
  justify-content: space-between;
  margin-right: 0.5rem;
}

.show-jump .input-group-addon {
  width: auto;
  float: left;
  padding: 5px 0.6rem 0 0.6rem !important;
  border: 0 solid transparent;
  color: #717171;
  text-transform: uppercase;
  /*margin-bottom: 1.6rem;*/
}

.show-jump .select2-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 45px !important;
  float: left;
}

.show-jump .select2-container--default .selection {
  position: relative;
  display: block;
  width: 45px !important;
  float: left;
}

.actions:not(.actions--inverse) .actions__item {
  color: #fff;
}

.input-group-addon.btn--icon {
  font-size: 1.2rem;
  color: #fff;
}

.lente {
  width: auto !important;
  float: left;
}

.custom-column {
  margin-right: 0.25rem;
  /*margin-top: 1px;*/
}

.custom-column .custom-control {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  margin-left: 10px;
  padding-bottom: 5px;
}

.search-input {
  width: 200px
}


/* --------------------------- ROW-FILTRI ---------------------------- */

#row_filtri {
  display: none;
}

tr#row_filtri {
  background-color: #eaeaea !important;
}

#row_filtri td {
  padding: 5px 5px 0 0;
  border-top: none !important;
}

#row_filtri .form-group {
  display: flex;
  margin: 0;
}

#row_filtri .select2-container--default {
  width: 18% !important;
}

#row_filtri input {
  width: 77%;
}

#row_filtri .select2-container--default .selection {
  width: 20px;
  margin-right: 5px;
}


/* --------------------------- Form ---------------------------- */


/* --------------------------- TABELLE ---------------------------- */


td, th {
  color: #000;
}


.table td {
  border-top: none;
}

.table-wrapper th {
  position: relative;
  padding: 2px 1.4rem 4px 1rem;
  vertical-align: middle !important;
  /*font-weight: 700;*/
  background-color: #e0e6e7 !important
}

/*.table-bordred tr td {
    border: 1px solid #ccc;
}
*/

/*.table-wrapper th .up-down {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  position: absolute;
  top: 10%;
  right: 0;
  margin-right: 5px;
}*/

.table-wrapper th .up-down i {
  font-size: 1.6rem;
}

.table-wrapper th .up-down .down, .table-wrapper th .up-down .up {
  padding: 0;
}

.table-wrapper th .up-down .down {
  margin-top: -10px;
}

.btn-link:disabled {
  color: #ccc;
}

table {
  border-collapse: collapse
}


.table tr {
  border-top: 1px solid #dee2e6;
}

.table td {
  vertical-align: middle !important;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
  font-size: 1.3rem;
  line-height: 1.5rem !important;
  border-top: none !important;
}

.table thead th {
  border-bottom: 0 !important;
}


.table-wrapper .form-group {
  margin-bottom: 0;
}

.table-wrapper .show-jump {
  white-space: nowrap;
}

.table-wrapper .form-group input {
  background-color: #fff;
}

.table-wrapper .wrapper-btn-table {
  margin-right: 5px;
  display: inline-flex;
}

.table-wrapper .wrapper-btn-table .btn {
  font-size: 1.2rem;
  /*width: 32px;*/
  padding: 0.65rem 0;
  border: none !important;
}

.table-wrapper .zmdi-hc-fw {
  width: auto;
  text-align: center;
}

.tabella-gescat .dropdown-menu {
  left: -120px !important;
  z-index: 9000 !important;
  top: -200% !important;
}

.tabella-gescat .user {
  margin: 0 !important;
  padding: 0.3rem 0.95rem 0 0.95rem !important;
}

.tabella-gescat .user button {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1rem;
}


.badge:empty {
  display: inherit;
}

.badge-gescat {
  text-align: center !important;
}

.badge-gescat i {
  border-radius: 50%;
  font-size: 2rem;
  width: 30px;
  height: 30px;
  padding: 1px;
}

.badge-light {
  color: #e1e1e1;
  background-color: #f6f6f6;
}

.tipo-numero {
  text-align: right !important;
  padding-right: 1rem !important;
  white-space: nowrap;
}

.thead-default th {
  padding: 1rem 1.2rem 1rem 1rem;
  line-height: 1.1rem;
}

/* --------------------------- ACTION TABLE ICONS ---------------------------- */
.actions-table {
  display: flex;
  justify-content: flex-end;
  /*border-left: none;*/
  align-items: center;
}


.icon-td {
  vertical-align: middle !important;
  text-align: center;
  border-top: none !important;
  border-top: 1px solid #dee2e6;
  padding-right: 1rem;
}


.icon-td.actions-table {
  vertical-align: middle !important;
  padding: 2rem 1rem 2rem 0 !important;
}


.icon-td .btn {
  padding: 0.3rem 0.5rem 0 0.5rem;
  border: none;
  background-color: transparent !important;
}

.icon-td .btn-light {
  box-shadow: none;
  font-size: 1.5rem;
  background-color: transparent !important;
  color: #747a80;
}

.icon-td .btn-light:hover {
  color: #adadad;
  background-color: transparent !important;
}

.icon-td .btn-light:hover .zmdi-delete {
  color: #ff6b68;
}

.icon-td .btn-light:hover .zmdi-edit {
  color: #03A9F4 !important;
}

.icon-td .btn-light:hover .zmdi-eye {
  color: #32c787 !important;
}


.wrapper-filters .card-block {
  flex: 1 1 auto;
  padding: 0 0;
}

.wrapper-filters .card-footer {
  flex: 1 1 auto;
  padding: 0 0.5rem;
}

.wrapper-filters .form-group {
  margin-bottom: 1rem;
}

.btn-menu-filtri {
  text-transform: uppercase;
  font-size: 1.1rem;
  text-align: left;
  width: 100%;
  padding: 1.5rem 0rem 0 1rem;
}

.btn-menu-filtri i {
  font-size: 2rem;
  line-height: 1.5rem;
  vertical-align: middle;
}


.btn-menu-filtri:after {
  /*font-family: 'Glyphicons Halflings';
  content: "\e114";*/
  content: "\f2fc";
  font-family: 'Material-Design-Iconic-Font';
  float: right;
  margin-left: 15px;
  margin-right: 2rem;
  font-size: 2rem;
  line-height: 2rem;
  vertical-align: middle;
}

/* Icon when the collapsible content is hidden */
.btn-menu-filtri.collapsed:after {
  /*content: "\e080";*/
  content: "\f2f9";
  font-family: 'Material-Design-Iconic-Font';
}


.content-menu-filtri {
  padding: 1rem;
  display: flex;
  background-color: #f1f1f1;
  justify-content: space-between;
}

/*------------ tabella righe --------------*/

.tabella-righe {
  padding: 0.5rem;
  border: 1px solid #e3e3e3;
  background-color: #fbfbfb;
  margin: 1rem 0;
}

.tabella-righe .table-striped tbody tr:nth-of-type(odd) {
  background-color: #f0f5f8;

}

.table-wrapper #tabella-righe .form-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: transparent;
  margin-top: 0 !important;
}

.table-wrapper #tabella-righe span {
  padding: 0 0.5rem 0 0;
}

.table-wrapper #tabella-righe i {
  padding: 0 0 0 0.5rem;
  font-style: normal;
}

.table-wrapper #tabella-righe .form-group input {
  text-align: right;
  font-size: 1.3rem !important;
  color: #747a80 !important;
  float: right;
  align-items: center;
}


#tabella-righe .form-control {
  padding: 0.6rem 0.1rem 0.45rem 5px;
}


[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-group--colors > .btn.active:before {
  transform: scale(1);
  opacity: 1;
}

.btn-group--colors > .btn:before {
  font-family: Material-Design-Iconic-Font;
  content: "";
  font-size: 16px;
  transition: transform .2s, opacity .2s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 28px;
  padding-right: 3px;
  color: #FFF;
  font-style: italic;
  transform: scale(0);
  opacity: 0;
}


.radio-table div {
  width: 100%;
  display: flex;
}

.radio-table label {
  flex: 0 0 50% !important;
  max-width: 50% !important;
  font-size: 1.4rem;
  background-color: #fff !important;
  border: 1px solid #747a80 !important;
}

.radio-table label:hover, .radio-table label.active, .radio-table label.focus {
  background-color: #03A9F4 !important;
  color: #fff !important;
}


.radio-table [data-toggle="buttons"]:not(.btn-group--colors) > .btn:hover {
  color: #fff !important;
}


.totali .form-group.select-with-label .select2 {
  background-color: #fff !important;
}

.totali-fattura td b {
  font-size: 1.4rem;
  font-weight: bold;
}

.totali-fattura td span {
  font-size: 1.2rem;
  font-weight: bold;
}


.wrapper-totali-top-fattura {
  background-color: #fff;
}

.totali-top-fattura {
  justify-content: flex-end;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 2rem;
  padding-right: 0;
}

.totali-top-fattura .tot {
  border-left: 1px solid #e1e1e1;
  padding-left: 1rem;
}

/*----------------- footer tabel ------------------*/
.tabella-gescat .table-footer {
  border: none;
  background-color: #c4e5e9 !important;
  /*	padding: 1rem 0;
    margin-bottom: 3rem;*/
}


.tabella-gescat .table-footer td {
  padding: 1rem 0.5rem;
}

.tabella-gescat .table-footer .tot-importo {
  text-align: right;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 1rem 0.5rem !important;
}

.tabella-gescat .table-footer .primary {
  font-size: 1.5rem;
  background-color: #c4e5e9;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.tabella-gescat .table-footer td {
  border: none;
}


table.solo-numerica th {
  text-align: right;
  padding-right: 0;
}

/* --------------------------- LABEL SEARCH + filtro---------------------------- */

.labels-filtri {
  display: flex;
  justify-content: space-between
}

.labels-search {
  flex: 0 0 100%;
  max-width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.applica-resetta {
  display: flex;
  padding: 0;
  justify-content: space-between;
  flex: 1 1 auto;
  margin-top: 1rem;
}

.tag-labels-wrapper {
  display: flex;
  padding: 0 1rem 1rem 1rem;
}

.tag-labels {
  padding: 0.2rem 1.9rem 0.1rem 0.4rem !important;
  margin: 0.5rem 0.5rem 0 0;
  /* height: 20px; */
  line-height: 1rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  position: relative;
}

.alert-dismissible .close {
  position: absolute;
  top: 1px;
  right: 0;
  padding: 0 0 0 10px;
  color: inherit;
}

.alert-dismissible .close > span:not(.sr-only) {
  background-color: transparent;
  line-height: 13px;
  height: 20px;
  width: 20px;
  border-radius: 0;
  font-size: 1.4rem;
  display: block;
}


.form-col-6 {
  width: 50%;
  width: calc(50% - ((15px) * 0.50));
  float: left;
  margin-right: 15px;
}

.form-col-6.last {
  margin-right: 0;
}

.form-col-6 input {
  background-color: #fff;
}

.btn-center {
  text-align: center;
}

.btn-left {
  text-align: left;
}

.btn-right {
  text-align: right;
}

.btn-center button {
  /*min-width: calc(50% - ( ( 15px ) * 0.50 ) );*/
  width: 100%;
  padding: 1.8rem 0;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.custom-control-input:checked ~ .custom-control-indicator {
  border-color: #00BCD4;
}

.custom-checkbox .custom-control-indicator:before {
  content: '\f26b';
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-color: #00BCD4;
  z-index: 1;
  opacity: 0;
  transition: background-color 200ms;
  line-height: 1rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
}

.custom-radio .custom-control-indicator:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #36d3d9;
  z-index: 1;
  transform: scale(0);
  transition: transform 200ms;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  /* background-color: #39bbb0; */
}

.custom-control-input:checked ~ .custom-control-label:before {
  /* border-color: #39bbb0; */
}

.custom-control {
  margin-bottom: 10px;
}


/* --------------------------- TABELLE RAGGRUPPATE ---------------------------- */


tr.head-table-grouped {
  background-color: #c4e5e9 !important;
}

.head-table-grouped td {
  padding: 0.7rem 0;
}

.main-label-grouped {
  font-size: 1.5rem;
  background-color: #c4e5e9;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #00BCD4;
}

.spacer {
  background-color: #fff;
  margin: 30px 0;
}

.spacer td {
  padding: 10px;
}

/* --------------------------- TABELLE footer ---------------------------- */

.tab-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tab-footer .card-block {
  flex: 1 1 100%;
  /*align-items: center;*/
  display: flex;
  justify-content: center;
  padding: 1rem 0 0 0;
}

.tab-footer .card-block.linea-tot {
  flex: 1 1 100%;
  display: flex;
  justify-content: flex-end;
  padding: 1rem 0 0 0;
}

.bottom-pagination .justify-content-center {
  justify-content: flex-end !important;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 99%;
  margin-bottom: 0;
  width: 200px;
}

.max-width-td {
  max-width: 200px;
}


/* --------------------------- DASHBOARD ---------------------------- */
.top-dash {
  margin-left: 2rem;
}

.wrapper-column .card {
  margin-left: 0;
}


/*------------ dashboard small banner--------------*/


.quick-stats {
  margin-left: -7px;
  margin-right: -7px;
  overflow: hidden;
}

.quick-stats__item {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 1.5rem 0.5rem 1.5rem;
  text-align: right;
  margin-bottom: 1rem;
}


.icon-banner {
  position: absolute;
  top: 0;
  left: -1.5rem;
  font-size: 7rem;
  color: rgba(255, 255, 255, 0.4);
  font-style: normal;
  line-height: 5.5rem;
  transform: rotate(-12deg);
}

.quick-stats__info {
  align-self: flex-end;
}

.quick-stats__info > small {
  font-size: 0.9rem;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.quick-stats__info > h2 {
  font-weight: 700;
  margin: 0;
  font-size: 1.7rem;
  color: #FFFFFF;
  position: relative;
}

.quick-stats__info > h2.with-arrow {
  padding-right: 1rem;
}

.quick-stats__info i {
  font-size: 3rem;
  line-height: 3rem;
  position: absolute;
  right: -2rem;
  top: -0.6rem;
}


.quick-stats__info > h2, .quick-stats__info > small {
  text-overflow: inherit;
  overflow: visible;
}

/*------------ dashboard small banner--------------*/

.widget.card {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 2.3rem;
  border-bottom: 1px solid #a9adb1 !important;
  border-left: 1px solid #e6e9ed;
  border-right: 1px solid #e6e9ed;
}

.widget .card-header {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.5rem 0.5rem 1.5rem;
  align-items: flex-start;
  border-bottom: 2px solid #e6e9ed;
}

.widget .actions-right {
  flex: 0 0 20%;
}

.widget .actions-right a, .widget .actions__item {
  color: #a9adb1;
}

.widget .actions-right a:hover, .widget .actions__item:hover {
  color: #696f75;
}


.widget .card-title {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
}

.widget .card-title i {
  font-size: 2rem;
}

.widget .table-wrapper th {
  background-color: #ecf1f2 !important;
}

.widget .zmdi-plus-square {
  font-size: 1.5rem;
}

.widget .card-block {
  padding: 1.5rem;
}

.widget .table {
  margin-bottom: 0;
}

.widget .table .thead-default th {
  font-size: 1rem;
}

.widget .table .thead-default th.tipo-numero {
  padding-right: 0.5rem !important;
}

.widget .table td.tipo-numero {
  padding-right: 0.5rem !important;
}


.widget .tabella-gescat .table-footer .tot-importo {
  padding-right: 0 !important;
}


.widget .widget-tabs {
  padding: 0 2px;
}

.widget .tab-content {
  padding: 0;
}

.widget .nav-tabs .nav-link {
  font-size: 1rem;
}

.widget .badge {
  padding: 0.2rem 0.5rem;
  margin-left: 0.3rem;
}

.widget .badge-gescat i {
  border-radius: 50%;
  font-size: 1.4rem;
  width: 20px;
  height: 20px;
  padding: 1px;
}

.widget .badge-pill {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.widget .tabella-gescat .table-footer {
  border: none;
  background-color: transparent !important;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.widget .tabella-gescat .table-footer .tot-importo {
  font-size: 1.3rem;
  background-color: transparent !important;
  color: #000;
  border-left: none !important;
  border-right: none !important;
}


.widget .table td {
  vertical-align: middle !important;
  padding: 0.2rem 0.2rem 0.2rem 0.2rem !important;
  font-size: 1.1rem;
  line-height: 1rem !important;
  text-align: center;
}

.widget .actions-table div {
  margin-top: -5px;
}


.widget .nav-tabs .nav-link.active, .widget .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: rgba(255, 255, 255, 0.5) !important;
  border-color: #747a7f #747a7f #FFFFFF !important;
}


.view-more {
  padding: 1rem;
}

.widget .quick-stats {
  padding-left: 7px;
  padding-right: 7px;
}

.chart {
  text-align: center;
}

.widget-pie {
  text-align: center;
  background-color: transparent !important;
}

.widget-pie h2 {
  font-size: 1.4rem;
}

.widget img {
  width: auto;
}

.widget-pie img {
  width: 100%;

}

.inline-banner {
  padding: 0;
}

.inline-banner .inner-inline-banner {
  padding: 0 !important;
  text-align: center;
}

.inline-banner .inner-inline-banner .quick-stats__info {
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  color: #fff;
  width: 100%;
}

.inline-banner .inner-inline-banner .quick-stats__info .quick-stats__info-title {
  font-size: 1.1rem;
  line-height: 1.1rem;
  text-align: center;
}

.inline-banner .inner-inline-banner .quick-stats__info .quick-stats__info-value {
  font-size: 1.4rem;
  line-height: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-align: center;
}

.inline-banner .inner-inline-banner .quick-stats__info i {
  position: inherit !important;
  display: block;
  font-size: 4rem;
}


.inline-banner .inner-inline-banner .quick-stats__item {
  padding: 1.5rem 1.5rem 1.45rem;
  border-radius: 2px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.item-02 {
  background-color: rgba(255, 255, 255, 0.1);
}

.item-03 {
  background-color: rgba(255, 255, 255, 0.3);
  height: 100%;
}

.item-04 {
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
}

.dashboard {
  background-color: transparent !important;
}

.dashboard .abstract-profile {
  background-color: #fff !important;
  padding-top: 1rem;
}

.dashboard .card-block {
  padding: 0;
}

.card.dashboard {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  margin-bottom: 2.3rem;
}

.dashboard .widget-light {
  background-color: #fff !important;
}


/*--------------------- statistiche -----------------------------*/

.tre-colonne {
  display: flex;
  align-items: flex-start;
  margin-top: 1rem;
}

.tre-colonne .widget {
  padding-left: 0;
  padding-right: 0;
}

.tre-colonne .card {
  margin-left: 2%;
  -ms-flex: 0 0 31.6666666666%;
  flex: 0 0 31.6666666666%;
  /*max-width: 32.6666666666%;*/
}

.tre-colonne .card:first-child {
  margin-left: 0;
}


.row-grafici {
  display: flex;
  align-items: flex-start;
}


.row-grafici .col-sm-3, .row-grafici .col-sm-9 {
  padding-left: 0;
  padding-right: 0;
}


.row-grafici .card {
  margin-left: 0;
}

.row-grafici .col-sm-3 {
  margin-left: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
}


.row-grafici .col-sm-9 {
  margin-left: 2%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 74%;
  flex: 0 0 74%;
  max-width: 74%;
}

.bdr-top-indigo {
  border-top: 3px solid #3F51B5 !important;
}

.bdr-top-red {
  border-top: 3px solid #ff6b68 !important;
}

.modal-gescat .modal-body {
  max-height: 300px;
  overflow-y: scroll;
}

.listview__item {
  border-bottom: 1px solid #e1e1e1;

}

.listview__item p {
  max-height: 90px;
  overflow: hidden;
  margin-bottom: 0;
}

.vedi-news {
  align-self: flex-end;
  text-align: right;
  gfont-size: 2rem;
}


.listview__item .actions:not(.actions--inverse) .actions__item {
  color: #a9adb1;
}


/*-------------- tabella statistiche ------------------*/

table.table-statistiche {
  font-size: 1rem;
  border: 2px solid #ccc;
}

table.table-statistiche-comparate {
  border: 2px solid #ccc;
}

.table-statistiche-comparate th, .table-statistiche-comparate td {
  border-bottom: 1px solid #ccc !important;
}

.table-statistiche td {
  font-size: 1.1rem;
  color: #000;
}

.table-statistiche th, .table-statistiche td {
  padding: 1rem !important;
  vertical-align: top;
  border: 1px solid #fff;

}

.table-statistiche .icon-td.actions-table {
  border: none !important;
}

.table-statistiche .colore {
  background-color: #DF6668 !important;

}


.table-statistiche .colore-row {
  background-color: #D6F2D6 !important;
}

.table-statistiche .badge {
  padding: 0.5rem 1rem;
  margin: 0 1rem 0.2rem 0;
  font-size: 0.9rem;
}

.table-statistiche .alert {
  color: #000;
  margin-bottom: 0;
  width: auto;
  display: inline-block;
  margin-right: 2px;

}

.table-statistiche .tag-labels-wrapper {
  padding: 0;
}

.table-statistiche .tag-labels-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.tag-labels {
  margin: 0.5rem 0 0 0;
}

caption {
  display: table-caption;
  text-align: center;
  caption-side: top;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem;
}


.table-statistiche-sell-out th, .table-statistiche-sell-out td {
  border: 1px solid #ccc !important;
}

.table-statistiche-sell-out thead th {
  border-bottom: 2px solid #ccc !important;
  background-color: #e1e1e1;
}

.table-statistiche-sell-out tbody th {
  border-bottom: 1px solid #ccc !important;
}


/*-------------------- recensioni ------------------------------*/
.feedback-value {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.score {
  font-size: 2.5rem;
  padding-right: 1rem
}

.star {
  font-size: 2rem;
  padding-right: 1rem;
  color: #ffc721;
}

.table .star {
  font-size: 1.5rem;
}

.score-on {
  font-size: 1.5rem;
}

/*------------ documenti header --------------*/

.document-header .col-inner-row {
  background-color: #fff !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
  margin-bottom: 0;
  border: 1px solid #e1e1e1;
  padding-bottom: 1rem;
}

.document-header .col-inner-row:first-child {
  margin-left: 0 !important;
}

.document-header .col-inner-row:last-child {
  margin-right: 0 !important;
}


/*------------ DESTINAZIONI --------------*/
.destinazioni-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e1e1e1;
}

.destinazioni-head .col-sm-10 {
  margin-top: -2.7rem;
}


/* --------------------------- FOOTER ---------------------------- */
.footer__nav .nav-link {
  display: inline !important;
}


.footer {
  width: 100%;
}

/* --------------------------- help manuale ---------------------------- */
/*.manuale {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 11;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.08);
  padding-top: 30px;
  transition: opacity 300ms, -webkit-transform 300ms;
  transition: transform 300ms, opacity 300ms;
  transition: transform 300ms, opacity 300ms, -webkit-transform 300ms; }
  .manuale:not(.toggled) {
    -webkit-transform: translate3d(340px, 0, 0);
            transform: translate3d(340px, 0, 0);
    opacity: 0; }
  .manuale.toggled {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; }

.manuale__header {
  padding: 0 2rem; }

.manuale__title {
  line-height: 100%;
  margin: 0 0 2rem;
  font-size: 1.2rem; }
 .manuale__title > small {
    color: #9c9c9c;
    font-size: 0.95rem;
    display: block;
    margin-top: 0.5rem;
    text-transform: none; }*/

/*---------------  GALLERY CARD FOTO -----------------*/


.foto-card {
  border: 1px solid #e1e1e1;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  position: relative;
}

.foto-card .card-body {
  display: flex;
  padding: 0;
}


.foto-card .card-body .col-sm-6 {
  display: flex;
  padding: 0;
}

.foto-card .card-body ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.foto-card .card-body ul li {
  list-style: none;
  list-style-type: none;
  line-height: 1rem;
  padding: 0.5rem 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
}

.foto-card .card-body ul li:last-child {
  padding: 0.5rem 0 0 0;
  border-bottom: none;
}

.prodotto__img img {
  max-width: 90%;
}

.prodotto__doc img {
  max-width: 90%;
  opacity: 0.5;
}

.info-img {
  align-self: flex-end
}

.foto-card .ico-semplice {
  position: absolute;
  top: -20px;
  right: 0;

}

/* ------------------------ DOCUMENTI --------------- */
.prodotto__doc i {
  font-size: 100%;
}


.fake-th {
  background-color: #e0e6e7;
  border-bottom: 1px solid #fff;
}


.table-label-inline .form-group .form-control {
  display: inline;
  width: 90px;
  min-height: 0 !important;
  /*padding-top: 0.5rem;*/
  margin-bottom: 0 !important;
}


.span-label-inline {
  width: 90px;
}

.span-label-inline .form-group  {
  margin: 0;
}

.table-label-inline .custom-checkbox {
  margin-bottom: 0;
}

.table-label-inline .form-group span {
  padding-top:  1rem;
  width: 30px;
}

.check-td {
  width: 20px;
}

.form-type .form-group  {
  margin: 0;
}

.sub-cat-tr {
  background-color: #EAEAEA;
  border-bottom: 1px solid #fff;
}

.sub-cat-tr td {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.3rem;
  line-height: 1rem !important;
}

.sub-cat-tr td:first-child {
  padding-left: 3rem !important;
}

.sub-sub-cat-tr td:first-child {
  padding-left: 6rem !important;
}

.sub-sub-sub-cat-tr td:first-child {
  padding-left: 14rem !important;
}

.sub-sub-cat-tr .toggle-righe button:hover {
  border: 1px solid transparent !important;
}


.table-label-inline .tipo-numero {
  padding-right: 0 !important
}

.table-label-inline .form-control {
  background-color: #fff !important;
}

.table-label-inline button {
  padding: 5px 3px;
}

.table-label-inline td:last-child {
  padding-right: 0.5rem !important;
}

.dalle-alle {
  align-items: flex-start;
  flex-wrap: nowrap;

}

.dalle-alle .form-group {
  margin: 15px 0 0 0 !important;

}

.badge-gescat i {
  height: 30px;
  padding: 0.2rem 0.4rem 0.4rem 0.2rem;
}

/* ------------------------ lingue --------------- */
.lingue-table td {
  padding: 0.5rem 0.5rem 0 0.5rem !important;
}


td.flag-td img, td.flag-td {
  width: 26px;
  vertical-align: top !important;
  padding-top: 1rem !important;
}

.btn-help.inlinea {
  position: relative;
  top: auto;
  right: auto;
  background-image: none;
  background-color: transparent;
  color: #ccc;
  border: none !important;
  margin: 0;
  padding: 0;
  line-height: 1rem;

}


/*------------ todo list --------------*/

.listview__item {
  display: flex;
  align-items: center;
  padding: 15px 2.1rem;
  transition: background-color .3s;
}


.todo__item {
  padding-left: 4.5rem;
  display: block;
}

.custom-control--char {
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.custom-control--char__helper {
  position: absolute;
  font-style: normal;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  left: 0;
  top: 0;
}

.custom-control--char__helper:after, .custom-control--char__helper:before, .custom-control--char__helper > i {
  position: absolute;
  text-align: center;
  left: 0;
  width: 100%;
  height: 100%;
  top: 1px;
  line-height: 3rem;
  color: #FFF;
}

.custom-control--char__helper:after, .custom-control--char__helper:before {
  font-family: Material-Design-Iconic-Font;
  font-size: 1.5rem;
  opacity: 0;
  transition: opacity .3s;
}

.custom-control--char__helper:before {
  content: '\f279';
  z-index: 1;
}

.custom-control--char__helper:after {
  content: '\f26b';
  z-index: 2;
}

.custom-control--char__helper > i {
  font-style: normal;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 500;
  transition: font-size .2s, background-color .3s;
}

.todo__item .custom-control-input:checked ~ .todo__info {
  text-decoration: line-through;
}

.listview__attrs {
  flex: 1 100%;
  margin-top: .5rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control--char .custom-control-input {
  width: 3rem;
  height: 3rem;
  z-index: 3;
}

/* ------------------------ prima nota --------------- */
.riga-prima-nota {
  border: 1px solid #e1e1e1;
  padding: 1rem 0;
  margin: 0 0 1rem 0;
}

/* ------------------------ marketplace --------------- */

.logo img {
  max-width: 100%

}

/* ------------------------ mlist articoli --------------- */
.list-articoli {
  border-bottom: 1px solid #e1e1e1;
  padding: 0.5rem;
  border-right: 15px solid #fff;
  line-height: 1.1rem;
}

.list-articoli {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*-------------------- colori ------------------------------*/

.badge-danger {
  color: #fff;
  background-color: #ff6b68;
}

.abbonamenti {
  border-top: 3px solid #03A9F4 !important;
}

.scadenze {
  border-top: 3px solid #FF9800 !important;
}

.fatturato {
  border-top: 3px solid #32c787 !important;
}

.preventivi {
  border-top: 3px solid #d066e2 !important;
}

.feedback {
  border-top: 3px solid #ffc721 !important;
}

.pagamenti {
  border-top: 3px solid #FF5722 !important;
}

.bdr-top-giallo {
  border-top: 3px solid #ffc721 !important
}

.bdr-top-purple {
  border-top: 3px solid #d066e2 !important
}

.bdr-top-light-blue {
  border-top: 3px solid #03A9F4 !important;
}

.widget-past-days {
  background-color: #00BCD4;
  overflow: hidden;
}


.widget-abbonamenti {
  background-color: #00BCD4;
}

.widget-light {
  background-color: #f3f3f3;
}


/* --------------------------- SWITCH COLOR ---------------------------- */
.btn-primary.disabled, .btn-primary:disabled {
  border-color: transparent !important;
}

[data-ma-theme="green"] .header,
[data-ma-theme="green"] .login__block__header,
[data-ma-theme="green"] .login__block__btn,
[data-ma-theme="green"] #sidebar-filter,
[data-ma-theme="green"] .btn-primary,
[data-ma-theme="green"] .btn-primary.disabled,
[data-ma-theme="green"] .btn-primary:disabled {
  background-color: #32c787;
}

[data-ma-theme="green"] .navigation__sub--active > a,
[data-ma-theme="green"] .navigation__active > a,
[data-ma-theme="green"] .navigation__active:before,
[data-ma-theme="green"] .primary,
[data-ma-theme="green"] .btn-link {
  color: #32c787;
}

[data-ma-theme="green"] #sidebar-filter .navigation__sub > a,
[data-ma-theme="green"] #sidebar-filter .navigation__sub--active > a,
[data-ma-theme="green"] #sidebar-filter .navigation__active > a,
[data-ma-theme="green"] #sidebar-filter .navigation__active:before {
  color: #FFF;
}

[data-ma-theme="green"] .top-menu > li.active {
  box-shadow: inset 0 -2px 0 #32c787;
}

[data-ma-theme="blue"] .header,
[data-ma-theme="blue"] .login__block__header,
[data-ma-theme="blue"] .login__block__btn,
[data-ma-theme="blue"] #sidebar-filter,
[data-ma-theme="blue"] .btn-primary,
[data-ma-theme="blue"] .btn-primary.disabled,
[data-ma-theme="blue"] .btn-primary:disabled {
  background-color: #1f5fad;
}

[data-ma-theme="blue"] .navigation__sub--active > a,
[data-ma-theme="blue"] .navigation__active > a,
[data-ma-theme="blue"] .navigation__active:before,
[data-ma-theme="blue"] .primary,
[data-ma-theme="blue"] .btn-link {
  color: #1f5fad;
}


[data-ma-theme="blue"] #sidebar-filter .navigation__sub > a,
[data-ma-theme="blue"] #sidebar-filter .navigation__sub--active > a,
[data-ma-theme="blue"] #sidebar-filter .navigation__active > a,
[data-ma-theme="blue"] #sidebar-filter .navigation__active:before {
  color: #FFF;
}

[data-ma-theme="blue"] .top-menu > li.active {
  box-shadow: inset 0 -2px 0 #1f5fad;
}

[data-ma-theme="red"] .header,
[data-ma-theme="red"] .login__block__header,
[data-ma-theme="red"] .login__block__btn,
[data-ma-theme="red"] #sidebar-filter,
[data-ma-theme="red"] .btn-primary {
  background-color: #ff5652;
}

[data-ma-theme="red"] .navigation__sub--active > a,
[data-ma-theme="red"] .navigation__active > a,
[data-ma-theme="red"] .navigation__active:before,
[data-ma-theme="red"] .primary,
[data-ma-theme="red"] .btn-link {
  color: #ff5652;
}

[data-ma-theme="red"] #sidebar-filter .navigation__sub > a,
[data-ma-theme="red"] #sidebar-filter .navigation__sub--active > a,
[data-ma-theme="red"] #sidebar-filter .navigation__active > a,
[data-ma-theme="red"] #sidebar-filter .navigation__active:before {
  color: #FFF;
}

[data-ma-theme="red"] .top-menu > li.active {
  box-shadow: inset 0 -2px 0 #ff5652;
}

[data-ma-theme="orange"] .header,
[data-ma-theme="orange"] .login__block__header,
[data-ma-theme="orange"] .login__block__btn,
[data-ma-theme="orange"] #sidebar-filter,
[data-ma-theme="orange"] .btn-primary,
[data-ma-theme="orange"] .btn-primary.disabled,
[data-ma-theme="orange"] .btn-primary:disabled {
  background-color: #FF9800;
}

[data-ma-theme="orange"] .navigation__sub--active > a,
[data-ma-theme="orange"] .navigation__active > a,
[data-ma-theme="orange"] .navigation__active:before,
[data-ma-theme="orange"] .primary,
[data-ma-theme="orange"] .btn-link {
  color: #FF9800;
}

[data-ma-theme="orange"] #sidebar-filter .navigation__sub > a,
[data-ma-theme="orange"] #sidebar-filter .navigation__sub--active > a,
[data-ma-theme="orange"] #sidebar-filter .navigation__active > a,
[data-ma-theme="orange"] #sidebar-filter .navigation__active:before {
  color: #FFF;
}

[data-ma-theme="orange"] .top-menu > li.active {
  box-shadow: inset 0 -2px 0 #FF9800;
}

[data-ma-theme="teal"] .header,
[data-ma-theme="teal"] .login__block__header,
[data-ma-theme="teal"] .login__block__btn,
[data-ma-theme="teal"] #sidebar-filter,
[data-ma-theme="teal"] .btn-primary,
[data-ma-theme="teal"] .btn-primary.disabled,
[data-ma-theme="teal"] .btn-primary:disabled {
  background-color: #39bbb0;
}

[data-ma-theme="teal"] .navigation__sub--active > a,
[data-ma-theme="teal"] .navigation__active > a,
[data-ma-theme="teal"] .navigation__active:before,
[data-ma-theme="teal"] .primary,
[data-ma-theme="teal"] .btn-link {
  color: #39bbb0;
}

[data-ma-theme="teal"] #sidebar-filter .navigation__sub > a,
[data-ma-theme="teal"] #sidebar-filter .navigation__sub--active > a,
[data-ma-theme="teal"] #sidebar-filter .navigation__active > a,
[data-ma-theme="teal"] #sidebar-filter .navigation__active:before {
  color: #FFF;
}

[data-ma-theme="teal"] .top-menu > li.active {
  box-shadow: inset 0 -2px 0 #39bbb0;
}

[data-ma-theme="cyan"] .header,
[data-ma-theme="cyan"] .login__block__header,
[data-ma-theme="cyan"] .login__block__btn,
[data-ma-theme="cyan"] #sidebar-filter,
[data-ma-theme="cyan"] .btn-primary,
[data-ma-theme="cyan"] .btn-primary.disabled,
[data-ma-theme="cyan"] .btn-primary:disabled {
  background-color: #00BCD4;
}

[data-ma-theme="cyan"] .navigation__sub--active > a,
[data-ma-theme="cyan"] .navigation__active > a,
[data-ma-theme="cyan"] .navigation__active:before,
[data-ma-theme="cyan"] .primary,
[data-ma-theme="cyan"] .btn-link {
  color: #00BCD4;
}

[data-ma-theme="cyan"] #sidebar-filter .navigation__sub > a,
[data-ma-theme="cyan"] #sidebar-filter .navigation__sub--active > a,
[data-ma-theme="cyan"] #sidebar-filter .navigation__active > a,
[data-ma-theme="cyan"] #sidebar-filter .navigation__active:before {
  color: #FFF;
}

[data-ma-theme="cyan"] .top-menu > li.active {
  box-shadow: inset 0 -2px 0 #00BCD4;
}

[data-ma-theme="blue-grey"] .header,
[data-ma-theme="blue-grey"] .login__block__header,
[data-ma-theme="blue-grey"] .login__block__btn,
[data-ma-theme="blue-grey"] #sidebar-filter,
[data-ma-theme="blue-grey"] .btn-primary,
[data-ma-theme="blue-grey"] .btn-primary.disabled,
[data-ma-theme="blue-grey"] .btn-primary:disabled {
  background-color: #607D8B;
}

[data-ma-theme="blue-grey"] .navigation__sub--active > a,
[data-ma-theme="blue-grey"] .navigation__active > a,
[data-ma-theme="blue-grey"] .navigation__active:before,
[data-ma-theme="blue-grey"] .primary,
[data-ma-theme="blue-grey"] .btn-link {
  color: #607D8B;
}

[data-ma-theme="blue-grey"] #sidebar-filter .navigation__sub > a,
[data-ma-theme="blue-grey"] #sidebar-filter .navigation__sub--active > a,
[data-ma-theme="blue-grey"] #sidebar-filter .navigation__active > a,
[data-ma-theme="blue-grey"] #sidebar-filter .navigation__active:before {
  color: #FFF;
}

[data-ma-theme="blue-grey"] .top-menu > li.active {
  box-shadow: inset 0 -2px 0 #607D8B;
}

[data-ma-theme="purple"] .header,
[data-ma-theme="purple"] .login__block__header,
[data-ma-theme="purple"] .login__block__btn,
[data-ma-theme="purple"] #sidebar-filter,
[data-ma-theme="purple"] .btn-primary,
[data-ma-theme="purple"] .btn-primary.disabled,
[data-ma-theme="purple"] .btn-primary:disabled {
  background-color: #d559ea;
}

[data-ma-theme="purple"] .navigation__sub--active > a,
[data-ma-theme="purple"] .navigation__active > a,
[data-ma-theme="purple"] .navigation__active:before,
[data-ma-theme="purple"] .primary,
[data-ma-theme="purple"] .btn-link {
  color: #d559ea;
}

[data-ma-theme="purple"] #sidebar-filter .navigation__sub > a,
[data-ma-theme="purple"] #sidebar-filter .navigation__sub--active > a,
[data-ma-theme="purple"] #sidebar-filter .navigation__active > a,
[data-ma-theme="purple"] #sidebar-filter .navigation__active:before {
  color: #FFF;
}

[data-ma-theme="purple"] .top-menu > li.active {
  box-shadow: inset 0 -2px 0 #d559ea;
}

[data-ma-theme="indigo"] .header,
[data-ma-theme="indigo"] .login__block__header,
[data-ma-theme="indigo"] .login__block__btn,
[data-ma-theme="indigo"] #sidebar-filter,
[data-ma-theme="indigo"] .btn-primary,
[data-ma-theme="indigo"] .btn-primary.disabled,
[data-ma-theme="indigo"] .btn-primary:disabled {
  background-color: #3F51B5;
}

[data-ma-theme="indigo"] .navigation__sub--active > a,
[data-ma-theme="indigo"] .navigation__active > a,
[data-ma-theme="indigo"] .navigation__active:before,
[data-ma-theme="indigo"] .primary,
[data-ma-theme="indigo"] .btn-link {
  color: #3F51B5;
}

[data-ma-theme="indigo"] #sidebar-filter .navigation__sub > a,
[data-ma-theme="indigo"] #sidebar-filter .navigation__sub--active > a,
[data-ma-theme="indigo"] #sidebar-filter .navigation__active > a,
[data-ma-theme="indigo"] #sidebar-filter .navigation__active:before {
  color: #FFF;
}

[data-ma-theme="indigo"] .top-menu > li.active {
  box-shadow: inset 0 -2px 0 #3F51B5;
}

[data-ma-theme="lime"] .header,
[data-ma-theme="lime"] .login__block__header,
[data-ma-theme="lime"] .login__block__btn,
[data-ma-theme="lime"] #sidebar-filter,
[data-ma-theme="lime"] .btn-primary,
[data-ma-theme="lime"] .btn-primary.disabled,
[data-ma-theme="lime"] .btn-primary:disabled {
  background-color: #CDDC39;
}

[data-ma-theme="lime"] .navigation__sub--active > a,
[data-ma-theme="lime"] .navigation__active > a,
[data-ma-theme="lime"] .navigation__active:before,
[data-ma-theme="lime"] .primary,
[data-ma-theme="lime"] .btn-link {
  color: #CDDC39;
}

[data-ma-theme="lime"] #sidebar-filter .navigation__sub > a,
[data-ma-theme="lime"] #sidebar-filter .navigation__sub--active > a,
[data-ma-theme="lime"] #sidebar-filter .navigation__active > a,
[data-ma-theme="lime"] #sidebar-filter .navigation__active:before {
  color: #FFF;
}

[data-ma-theme="lime"] .top-menu > li.active {
  box-shadow: inset 0 -2px 0 #CDDC39;
}


[data-ma-theme="brown"] .header,
[data-ma-theme="brown"] .login__block__header,
[data-ma-theme="brown"] .login__block__btn,
[data-ma-theme="brown"] #sidebar-filter,
[data-ma-theme="brown"] .btn-primary,
[data-ma-theme="brown"] .btn-primary.disabled,
[data-ma-theme="brown"] .btn-primary:disabled {
  background-color: #795548;
}

[data-ma-theme="brown"] .navigation__sub--active > a,
[data-ma-theme="brown"] .navigation__active > a,
[data-ma-theme="brown"] .navigation__active:before,
[data-ma-theme="brown"] .primary,
[data-ma-theme="brown"] .btn-link {
  color: #795548;
}

[data-ma-theme="brown"] #sidebar-filter .navigation__sub > a,
[data-ma-theme="brown"] #sidebar-filter .navigation__sub--active > a,
[data-ma-theme="brown"] #sidebar-filter .navigation__active > a,
[data-ma-theme="brown"] #sidebar-filter .navigation__active:before {
  color: #FFF;
}

[data-ma-theme="brown"] .top-menu > li.active {
  box-shadow: inset 0 -2px 0 #795548;
}

/* --------------------------- SWITCH COLOR ---------------------------- */
[data-ma-theme="blu"] .header,
[data-ma-theme="blu"] .login__block__header,
[data-ma-theme="blu"] .login__block__btn,
[data-ma-theme="blu"] #sidebar-filter,
[data-ma-theme="blu"] .btn-primary,
[data-ma-theme="blu"] .btn-primary.disabled,
[data-ma-theme="blu"] .btn-primary:disabled {
  background-color: #1f5fad;
}

[data-ma-theme="blu"] .navigation__sub--active > a,
[data-ma-theme="blu"] .navigation__active > a,
[data-ma-theme="blu"] .navigation__active:before,
[data-ma-theme="blu"] .primary,
[data-ma-theme="blu"] .btn-link {
  color: #1f5fad;
}

[data-ma-theme="blu"] #sidebar-filter .navigation__sub > a,
[data-ma-theme="blu"] #sidebar-filter .navigation__sub--active > a,
[data-ma-theme="blu"] #sidebar-filter .navigation__active > a,
[data-ma-theme="blu"] #sidebar-filter .navigation__active:before {
  color: #FFF;
}

[data-ma-theme="blu"] .top-menu > li.active {
  box-shadow: inset 0 -2px 0 #1f5fad;
}

/*  AM 08/11/2022 */

.sub-header-title {
  color: #fff;
  padding-left: 1rem;
}

.modal-content {
  background-color: #e7e7e7;
}

@charset "UTF-8";
/* CSS Document */

/* --------------------------- TABELLE RESPONSIVE---------------------------- */


table th {
  text-align: center;
}

table.semplice th {
  text-align: left;
}


/*------------------- min width 1280 -----------------------*/
@media (min-width: 1280px) {

  .login__block {
    max-width: 500px !important;
    width: 100%;
  }

}


/* ------------------------ max-width: 1550px --------------- */
@media (max-width: 1550px) {
  .inner-table .actions-right button span, .inner-table .actions-left button span {
    display: none;
  }

  .actions-right button span, .actions-left button span {
    display: none;
  }

  .info-generali {
    padding-right: 30px;
  }
}

/* ------------------------ max-width: 1199px --------------- */
@media (max-width: 1199px) {

  .content {
    padding: 80px 70px 0 0 !important;
  }


  #toggle-menu-desktop {
    display: none;
  }

  #toggle-menu {
    display: block;
  }

  .header__logo img {
    width: 100px;
  }


}

/* ------------------------ max-width: 1024px --------------- */
@media (max-width: 1024px) {


  /*.content:not(.content--boxed):not(.content--full) {
      padding: 102px 0 0;
  }*/
  .card {
    margin-left: 0;
  }

  .btn-primary {
    line-height: 1rem;
    font-size: 1.3rem;
  }

  .ico-semplice i {
    font-size: 1.8rem;
  }

  .actions-right button span {
    display: none;
  }

  .actions-right button i, .actions-left button i {
    font-size: 1.8rem;
  }

}


/* ------------------------ max-width: 768px --------------- */
@media (max-width: 768px) {

  .header__logo img {
    width: 100px;
  }

  .hidden-xs-down {
    display: none !important;
  }

  .content:not(.content--boxed):not(.content--full) {
    padding: 102px 0 0;
  }

  .card {
    margin-left: 0;
  }

  .profile__img img {
    margin: 0;
  }

  .profile {
    margin-top: 0;
  }

  .action-top-table.first-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    height: auto;
  }

  .first-line .actions-right {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
    margin: 1rem 0 0 0;
    justify-content: flex-end;
  }

  .first-line .actions-left {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
    margin: 1rem 0 0 0;
    justify-content: flex-start;
  }

  /* --------------------------- SIDEBAR ---------------------------- */
  #inner-sidebar .card {
    margin-left: 0;
    position: relative !important;
    margin-right: 0;
    border: 1px solid #ccc !important;
    z-index: 9999;
    width: 100%;
  }


  .content {
    padding: 80px 50px 0 0 !important;
  }

  .card-block {
    padding: 0.5rem
  }

  .content__title {
    margin-bottom: 0.5rem;
    padding: 1rem 0;
    position: relative;
    display: flex;
  }

  .profile__img img {
    /*margin: -55px 0 -10px;*/
    margin: 0;
    width: 120px;
    border: 5px solid #FFFFFF;
    border-radius: 0;
  }

  #abstract-info {
    padding: 0;

  }

  .abstract-profile .card .profile__info {
    padding: 0;
  }

  .info-generali {
    /*display: none;*/
    padding: 0;
  }

  .wrapper-info-printed {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap;
    width: 100%;
    margin-right: 0;
  }

  .label-info {
    text-align: right;
  }

  .tag-info {
    flex-wrap: wrap !important;
  }


  .wrapper-info-printed, .label-printed-info-magazzino {
    width: 100% !important;
  }

  .label-printed-info-magazzino {
    display: flex;
    flex-wrap: wrap;
  }

  .label-printed-info-magazzino .label-printed-info {
    width: 50% !important;
  }


  td.label-generale, th.label-generale {
    display: none;
  }

  .col-inner-row-wrapper {
    flex-wrap: wrap;
  }

  .col-inner-row {
    width: 100%;
  }

  .inner-col {
    display: flex;
    flex-wrap: nowrap;
  }


}


/* ------------------------ max-width: 660px --------------- */
@media (max-width: 660px) {


  .login__block {
    max-width: 500px !important;
    width: 100%;
  }


  .content {
    padding: 40px 0 50px 0 !important;
  }


  .card-block.notifiche {
    padding: 40px 0 0 0 !important;
  }

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 7px;
    padding-left: 7px;
  }

  .form-type {
    padding-right: 0;
    padding-left: 0;
  }

  .card {
    margin-left: 0;
  }

  .card-block {
    padding: 0;
  }

  .row {
    margin-right: 0;
    margin-left: 0;
  }

  .hidden-xs-down {
    display: none !important;
  }


  .nav-tabs > li, .nav-tabs li a {
    display: inline-block !important;
    width: 100% !important;
  }

  .nav-tabs li a {
    border: 1px solid #ddd;
  }

  .nav {
    display: block !important;
  }


  /* ------------------------ anagrafica --------------- */
  #abstract-info {
    display: none
  }

  .info-generali {
    padding-right: 1rem;
  }

  .info-generali div {
    margin-bottom: 5px;
    padding-right: 0;
  }


  .label-info {
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 0 !important;
  }

  .printed-info {
    text-align: left;
    margin-bottom: 10px !important;
    font-size: 1.2rem;
  }

  .tag-info {
    margin-top: 10px !important;

  }

  .title_subsection {
    margin: 5px 4px 0;
  }

  .title_subsection .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }


  .nav-tabs .nav-link:hover {
    background-color: #E4E4E4;
  }

  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #FFFFFF;
    border-color: #dee2e6 #dee2e6 #FFFFFF;
    border-top-color: rgb(222, 226, 230);
    border-right-color: rgb(222, 226, 230);
    border-bottom-color: #9c9c9c;
    border-left-color: rgb(222, 226, 230);
    border-top: none !important;
  }

  .col-sm-2, .col-sm-3, .col-sm-4, .col-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-sm-9 {
    width: 50%;
    padding-left: 7px;
    padding-right: 7px;
  }

  .col-sm-1 {
    width: 25%;
    padding-left: 7px;
    padding-right: 7px;
  }

  .col-sm-1 {
    width: 25%;
    padding-left: 7px;
    padding-right: 7px;
  }

  /*------------------------ FORM ---------------------- */
  .inner-col {
    display: flex;
    flex-wrap: wrap;
  }


  .col-sm-6.title_subsection {
    width: 100% !important;
  }

  .form-group--float .form-control ~ label {
    font-size: 0.9rem;
    line-height: 1rem;
    overflow: hidden;
  }

  .form-type .form-group.select-with-label label {
    font-size: 0.85rem;
    line-height: 1rem;
  }

  .form-group--float .form-control.form-control--active ~ label, .form-group--float .form-control:focus ~ label {
    font-size: 0.80rem;
    line-height: 0.9rem;
  }

  .actions-table {
    display: flex !important;
  }

  .actions-table div {
    padding: 0 !important;
  }


  /*.actions-table div:last-child {
      margin-right: 1rem !important;
  }*/
  td.flag-td {
    border-bottom: none !important;

  }

  .label-generale {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2rem;
  }


  /*------------------- MENU SIDEBAR ACTION -----------------*/
  .menu {
    border-bottom: 1px solid #ccc;
  }

  .menu li {
    background-color: #fff !important;
    border-bottom: 0 !important;
  }

  .menu li a {
    height: 48px;
    border-bottom: 0 !important;
  }

  /* --------------------------- ROW-FILTRI ---------------------------- */
  #row_filtri td:nth-child(1) {
    display: none;
  }

  #row_filtri td {
    height: 85px;
    padding: 10px;
  }

  #row_filtri td.cell-data {
    height: 130px;
    padding: 10px;
  }

  #row_filtri .form-group {
    display: block;
    width: 100%;
    clear: both;
  }

  #row_filtri .select2-container--default {
    width: 10% !important;
    float: left;
  }

  #row_filtri input {
    width: 90%;
    float: right;
    padding: 1rem;
  }


  /* ------------------------ ACTION TOP TABLE --------------- */
  .action-top-table {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    height: auto;
  }


  .actions-left {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
    margin: 1rem 0 0 0;
    justify-content: flex-start;
  }

  .actions-right {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
    text-align: right;
    margin: 1rem 0 0 0;
    justify-content: flex-end;
  }

  .actions-right button {
    margin-left: 0;
    margin-right: 5px;
  }

  /* --------------------------- SHOW-JUMP DESTRA ---------------------------- */
  .show-jump {
    width: 140px;
    float: left;
  }

  .nav-pagination {
    margin-top: 20px
  }

  /* ------------------------ TABELLA RESPONSIVE CARD --------------- */
  .table-wrapper table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
  }

  .table-wrapper table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
  }

  .table-wrapper table tr {
    border: 1px solid #ddd;
    padding: .35em;
  }

  .table-wrapper table th, .table-wrapper table td {
    padding: .625em;
    text-align: center;
  }

  .table-wrapper table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
  }


  .table-wrapper table {
    border: 1px solid #ccc;
  }

  .table {
    border: 0;
    width: 100% !important;
  }

  .table-wrapper {
    overflow: hidden;
  }

  .table-wrapper table tr {
    padding: 0;
    margin-bottom: 20px;
  }

  .table-wrapper td {
    text-align: left;
    padding: 10px;
    font-size: 1em;
    border: none;
    border-bottom: 1px solid #ccc;
  }

  .table-wrapper table caption {
    font-size: 1.3em;
  }

  .table-wrapper table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .table-wrapper table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0;
  }

  .table-wrapper table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right !important;
  }

  .table-wrapper table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
  }

  .table-wrapper table td:last-child {
    border-bottom: 0;
  }

  .table-wrapper table td.actions-table:before {
    width: 100%;
  }

  .table-footer {
    border-top: none !important;
  }

  .table-footer td:not(.tot-importo):before {
    display: none
  }

  .table-footer td:not(.tot-importo) {
    display: none
  }

  .tabella-gescat tr:nth-last-child(2) {
    margin-bottom: 0;
    border-bottom: none;
  }

  .head-table-grouped {
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }

  .head-table-grouped td:not(.main-label-grouped):before {
    display: none;
  }

  .head-table-grouped td:not(.main-label-grouped) {
    display: none;
  }

  .head-table-grouped td.actions-table {
    display: none !important;
  }

  .tabella-grouped .icon-td {
    display: none;
  }

  .tabella-grouped .icon-td {
    display: none;
  }

  .actions-table, .tabella-grouped .actions-table {
    display: flex !important;
    padding-right: 1rem !important;
  }


  .table.tabella-grouped tr[class*="table-"] + tr td {
    border-bottom: 1px solid #ccc;
  }

  .tabella-grouped .sub-label-grouped {
    display: none;
  }

  .tabella-grouped .sub-label-grouped:before {
    display: none;
  }

  .tabella-grouped tr {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  .tabella-grouped tr {
    border-top: 4px solid #ccc !important;
  }

  .main-label-grouped {
    font-size: 1.2rem !important;
  }


  .tabella-gescat .table-footer .tot-importo {
    text-align: right;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 1rem 0.5rem !important;
    border-bottom: 1px solid #fff;
  }

  /*----------------- fine responsive table snippet  -----------------------*/
  .checkthis {
    margin-right: 15px;
  }


  .actions-table {
    padding-right: 20px !important;
  }

  .table-wrapper .actions-table div {
    flex-basis: 1 1 auto;
    flex-grow: 1;
    padding: 0 1rem;
    /*width: 50px;*/
    margin-right: 8px;
    border: none !important;
  }

  .table-wrapper .icon-td .btn {
    padding: 1rem 1rem;
    width: 50px;
    margin-right: 8px;
    border: none;
  }

  .table-wrapper .icon-td .btn-light {
    font-size: 2.5rem;
  }

  .user {
    /*background-color: #fff!important;*/
    border-radius: 2px;
    margin: 0 0 1.5rem 0;
    position: relative;
  }

  .tabella-gescat .user button {
    padding: 0.95rem 1.7rem !important;
    /*background-color: #fff!important;*/
  }

  .table-wrapper .actions-table div button {
    flex-basis: 1 1 auto;
    flex-grow: 1;
    font-size: 2em;
  }

  .ellipsis {
    max-width: 100% !important;
    width: 100%
  }

  .tabella-gescat .dropdown-menu {
    left: -60px;
    z-index: 8999 !important;
    top: -120%;
  }

  .tabella-gescat .dropdown-item {
    padding: 1rem 0;
  }

  .top-table {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }

  .actions-left {
    display: flex;
  }


  .risultati__label {
    font-size: 1.4rem;
  }

  .input-group-addon {
    font-size: 1.4rem;
  }

  .show-jump .select2-container {
    font-size: 1.5rem;
  }

  [data-ma-theme="green"] .table-wrapper table tr {
    border-top: 4px solid #32c787;
  }

  [data-ma-theme="blue"] .table-wrapper table tr {
    border-top: 4px solid #2196F3;
  }

  [data-ma-theme="red"] .table-wrapper table tr {
    border-top: 4px solid #ff5652;
  }

  [data-ma-theme="orange"] .table-wrapper table tr {
    border-top: 4px solid #FF9800;
  }

  [data-ma-theme="teal"] .table-wrapper table tr {
    border-top: 4px solid #39bbb0;
  }

  [data-ma-theme="cyan"] .table-wrapper table tr {
    border-top: 4px solid #00BCD4;
  }

  [data-ma-theme="blue-grey"] .table-wrapper table tr {
    border-top: 4px solid #d559ea;
  }

  [data-ma-theme="purple"] .table-wrapper table tr {
    border-top: 4px solid #32c787;
  }

  [data-ma-theme="indigo"] .table-wrapper table tr {
    border-top: 4px solid #3F51B5;
  }

  [data-ma-theme="lime"] .table-wrapper table tr {
    border-top: 4px solid #CDDC39;
  }


  /* ------------------------ altro tabelle --------------- */
  .pagination {
    font-size: 1.5rem;

  }


  .pagination-next .page-link:before, .pagination-prev .page-link:before, .pagination-first .page-link:before, .pagination-last .page-link:before {
    font-family: "Material-Design-Iconic-Font";
    font-size: 2rem;
    line-height: 2.55rem;
  }

  .tab-footer .card-block {
    padding: 1rem 0 0 0;
  }

  .tab-footer .card-block.linea-tot {
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
    padding: 1rem 0 0 0;
  }


  .tot {
    flex-flow: column;
    padding: 0;
    margin-left: 0;
    text-align: center;
  }


  .col-xs-3.intestazione {
    width: 20%;
    align-self: flex-start !important;
    padding-top: 5%;
  }

  .col-xs-3.intestazione img {
    width: 100% !important;
    align-self: flex-start !important;
  }

  .col-xs-9.intestazione {
    width: 80%
  }

  /*--------------------------- nav tabs scrollabile orizzontale ---------------------------   */
  /*--------------------------- DASHBOARD ---------------------------   */
  .label-printed-info {
    width: 100% !important;
  }

  .label-info {
    text-align: right;
  }


  .label-printed-info-magazzino .label-printed-info .printed-info {
    text-align: left;
  }


  .abstract-profile {
    background-color: #fff !important;
    padding-top: 1rem;
  }

  header .user {
    background-color: transparent !important;
    padding-top: 0;
  }

  .card {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    margin-bottom: 2.3rem;
  }

  .widget-light {
    background-color: #fff !important;
  }


}

/* ------------------------ max-width: 480px --------------- */
@media (max-width: 480px) {

  /*.content:not(.content--boxed):not(.content--full) {
      padding: 70px 0;
  }*/
  .content__title {
    margin-bottom: 0;
    padding: 1rem 5px;
    position: relative;
  }

  .card {
    margin: 0;
  }

  .card-block {
    padding: 5px;
  }

  .btn-menu-filtri.btn-lg {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    text-align: left;
    width: 100%;
    padding: 2rem 0rem 2rem 1rem;
    /*display: flex;
    align-items: center;*/
  }

  .th-toggle-filtri span {
    display: none;
  }


  .login {
    padding: 0 1rem !important;
  }

  .login__block {
    max-width: 100% !important;
    width: 100%;
  }


  .login__block__body h5 {
    font-size: 1rem;
    color: #999;
    text-transform: uppercase;
    text-align: center;
    width: auto;
    background-color: #FFF;
    padding: 0 0.5rem;
    z-index: 500;
    margin-top: 2rem;
    padding-bottom: 0.5rem;
  }

  h5.no-span {
    display: table;
    white-space: nowrap;
  }

  h5.no-span:before, h5.no-span:after {
    border-top: 1px solid #999;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%;
  }

  h5.no-span:before {
    right: 1.5%;
  }

  h5.no-span:after {
    left: 1.5%;
  }


  h2.background {
    position: relative;
    z-index: 1;
  }

  h2.background:before {
    border-top: 2px solid #dfdfdf;
    content: "";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
  }

  /*.border-divider {
    padding-top:2rem;
    margin-top:-1rem;
    border-top:1px solid #e1e1e1;
    z-index:400;
  }*/
  .social_login {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 0.5rem;
  }

  .social_login button {
    margin-right: 1rem;
  }

  .social_login button:last-child {
    margin-right: 0;
  }

  .social_login button i {
    font-size: 1.5rem;
    padding: 0.5rem;
  }

  .login__block__header {
    padding: 1.5rem;
    margin-top: 0;
    position: relative;
    color: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.18);
  }

  .all-width {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
  }

  .all-width i {
    font-size: 1.5rem !important;
  }

  .arrow {
    font-family: 'Material-Design-Iconic-Font';
    content: '\f2ee';
  }

  .btn-dx {
    display: flex;
    margin-bottom: 1rem;
    clear: both;
    justify-content: flex-end
  }

  /*-----------------  custum check box -------------------*/
  .custom-control.custom-checkbox-gescat {
    padding-left: 2.0rem;
  }

  .custom-checkbox-gescat {
    margin: 1rem 0;
    text-align: left;
  }

  /*.custom-checkbox-gescat .custom-control-label {
      font-size: 1.2rem;
  }*/
  .custom-checkbox-gescat .custom-control-label:before {
    border: 1px solid #868e96;
    width: 15px;
    height: 15px;
  }

  .custom-checkbox-gescat .custom-control-input:checked ~ .custom-control-label:before {
    font-size: 1.1rem !important;
    line-height: 12px !important;
  }

  .custom-checkbox-gescat .custom-control-label:before, .custom-checkbox-gescat .custom-control-label:after {
    top: 2px;
  }


  .agreement label {
    text-align: justify;
    font-size: 0.9rem;
  }

  .agreement .custom-control {
    padding-right: 1rem;
  }


  /* .button */
  .button {
    display: inline-block;
    position: relative;
    /*margin: 1em;
    padding: 0.67em;*/
    /* border: 2px solid #FFF;*/
    overflow: hidden;
    text-decoration: none;
    /* font-size: 2em;*/
    outline: none;
    /*color: #FFF;*/
    background: transparent;
  }

  .button span {
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .button:before,
  .button:after {
    content: '';
    position: absolute;
    top: 0.67em;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: .1s, opacity .2s;
    -moz-transition: .1s, opacity .2s;
    -o-transition: .1s, opacity .2s;
    transition: .1s, opacity .2s;
  }

  /* :before */
  .button:before {
    content: attr(data-hover);
    -webkit-transform: translate(0, -150%);
    -moz-transform: translate(0, -150%);
    -ms-transform: translate(0, -150%);
    -o-transform: translate(0, -150%);
    transform: translate(0, -150%);
  }

  /* :after */
  .button:after {
    content: attr(data-active);
    -webkit-transform: translate(0, 150%);
    -moz-transform: translate(0, 150%);
    -ms-transform: translate(0, 150%);
    -o-transform: translate(0, 150%);
    transform: translate(0, 150%);
  }

  /* Span on :hover and :active */
  .button:hover span,
  .button:active span {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }

  /*
      We show :before pseudo-element on :hover
      and :after pseudo-element on :active
  */
  .button:hover:before,
  .button:active:after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
  }

  /*
    We hide :before pseudo-element on :active
  */
  .button:active:before {
    -webkit-transform: translate(0, -150%);
    -moz-transform: translate(0, -150%);
    -ms-transform: translate(0, -150%);
    -o-transform: translate(0, -150%);
    transform: translate(0, -150%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

}

/* ------------------------ min-width: 1200px --------------- */
@media (min-width: 1200px) {

  .content:not(.content--boxed):not(.content--full) {
    padding: 80px 30px 0 200px;
  }
}

/* ------------------------ min-width: 1199px --------------- */

@media (min-width: 1199px) {
  .sidebar.not_toggled {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  #toggle-menu {
    display: none;
  }
}

/* ------------------------ min-width: 768px --------------- */
@media (min-width: 768px) {

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 7px;
    padding-left: 7px;
  }


}

@charset "UTF-8";
/* CSS Document */

.tooltip {
	z-index: 9998;
	pointer-events: none; /*
	margin-right: 50px!important;*/
	/*left: -80px;*/
}

 .menu.expand .tooltip {
	 display: none !important;
	 z-index: 1 !important;
	/* right: 0 ;*/
}




.menu {
    position: fixed;
    top: 150px;
    right: 0;
	max-height: 255px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    z-index:9998;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	transition: all 0.1s ease-in-out;
	border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.menu.expand {
	width: 300px;
	transition: all 0.1s ease-in-out;
	/*overflow-y: auto;*/
	max-height: 350px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    z-index:9999 !important;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	/*max-height: 450px;*/
}


.menu ul {
    position: relative;
	margin: 0;
	padding: 0
}


.menu ul .toggle-action-menu-wrapper  {
  background-color: #00BCD4;
	/*position: relative;*/
}

.menu ul .toggle-action-menu-wrapper a {
  font: normal normal normal 24px/1 'Material-Design-Iconic-Font';
  speak: none;
  text-indent: 0em;
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;*/
  font-size: 1.4em;
transition: all 0.1s ease-in-out;
line-height: 50px;
	width: 50px;
	height: 50px;
	z-index: 50000;
	/*position: absolute;*/
}


.menu.expand ul .toggle-action-menu-wrapper  {
	background-color: #00BCD4;
	width: 100%;
	height: 50px;
	z-index: 50000;
}

.menu.expand ul .toggle-action-menu-wrapper a {

transition: all 0.1s ease-in-out;
line-height: 50px;
	width: 100%;
	height: 50px;
	z-index: 50000;
}


.menu li {
	display: flex;
	background-color: #f3f3f3;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}


.menu li:last-child {
	border-bottom: none;
}

.menu li a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: #747a80;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.1s ease-in-out;
	margin: 0;
	font-size: 1.4rem;
	text-align: left;
	padding-left: 5px;
}

.menu li a span {
  display: none;
}

.menu  li a i {
  font-size: 2.4rem;
}


.menu .inner-text-menu-action {
	display: none;
}

.menu.expand .inner-text-menu-action {
	display: inline-flex;
	flex-wrap: wrap ;
	padding: 1rem;
}

.menu.expand .inner-text-menu-action .card-header {
	width: 100%;
	padding: 0;
}

.menu.expand li a {
  width: 300px;
	transition: all 0.1s ease-in-out;
}

.menu.expand  li a span {
  display: inline;
	padding-left: 20px;
}

.menu li a:before {
  font: normal normal normal 24px/1 'Material-Design-Iconic-Font';
  speak: none;
  text-indent: 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.8em;
transition: all 0.1s ease-in-out;
line-height: 50px;
}

.menu li a.save:hover {
	background-color: #32c787;
	color: #fff;
}
.menu li a.cancel:hover {
  background-color: #ffc721;
	color: #fff;
}
.menu li a.delete:hover {
  background-color: #ff6b68;
	color: #fff;
}
.menu li a.download:hover {
  background-color: #868e96;
	color: #fff;
}
.menu li a.forward:hover {
  background-color: #03A9F4;
	color: #fff;
}

.menu .menu-button:before {
      content: '\f197';
	 transition: all 0.1s ease-in-out;
	font-size: 1.4em;
	padding-left: 12px;
	width: 100%;
}

.menu .menu-button.arrow:before  {
    content: '\f2fb';
	font-size: 1.4em;
	padding-left: 18px;

}

.menu li a:hover {
	color: #fff;
  background: #267fdd;
  color: #fff;
}

[data-ma-theme="green"] .btn-primary:hover {
  background-color: #32c787;
}

/*[data-ma-theme="blue"] .btn-primary:hover   {
  background-color: #2196F3;
}*/

[data-ma-theme="blue"] .btn-primary:hover   {
	background-color: #868686;
}

[data-ma-theme="red"] .btn-primary:hover  {
  background-color: #ff5652;
}

[data-ma-theme="orange"] .btn-primary:hover  {
  background-color: #FF9800;
}

[data-ma-theme="teal"] .btn-primary:hover   {
  background-color: #39bbb0;
}

[data-ma-theme="cyan"] .btn-primary:hover  {
  background-color: #00BCD4;
}

[data-ma-theme="blue-grey"] .btn-primary:hover   {
  background-color: #607D8B;
}

[data-ma-theme="purple"] .btn-primary:hover  {
  background-color: #d559ea;
}

[data-ma-theme="indigo"] .btn-primary:hover  {
  background-color: #3F51B5;
}

[data-ma-theme="lime"] .btn-primary:hover {
  background-color: #CDDC39;
}

/*.scrollbar
{

height: 90%;
width: 100%;
overflow-y: scroll;
overflow-x: hidden;
}*/

/* Scrollbar Style */

/*#style-1::-webkit-scrollbar-track
{
border-radius: 2px;
}

#style-1::-webkit-scrollbar
{
width: 5px;
background-color: #F7F7F7;
}

#style-1::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #BFBFBF;
}*/
/* Scrollbar End */


@media all and (max-width: 660px) {



 .menu{
        height:50px;
        width:100%;
		display: flex;
		flex-direction: row;
		position: fixed;
		bottom: 0;
	 	top: auto !important;
		clear: both;
		flex-wrap: nowrap;
	 	background-color: #f3f3f3;
	 	transition: all 0.1s ease-in-out;

		border-left: 1px solid #ccc;
    	border-top: 1px solid #ccc;
    	border-bottom: none;
    	border-right: 1px solid #ccc;
    }

.menu ul {
    width:100%;
	position: relative;
	background-color: #f3f3f3;
    }

.menu  li {
	width: 50px;
	height: 50px;
	display: flex;
	background-color: #f3f3f3;
	flex-wrap: nowrap ;
	flex-direction: row;
	float: left;
	align-items: center;
}

.menu  li a {
	width: 50px;
	height: 50px;
	display: flex;
	background-color: #f3f3f3;
	flex-wrap: nowrap ;
/*	padding-top: 0.5rem;*/
	align-items: center;
}



.menu.expand {
	width: 100%;
	transition: all 0.1s ease-in-out;
	height:auto;
	max-height: 300px;
	overflow-y: scroll;
	position: fixed;
		bottom: 0;
	 	top: auto !important;
	/*overflow-y: auto;*/
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    z-index:9999 !important;
	display: flex;
	flex-direction: row;

	/*max-height: 450px;*/
}


.menu.expand  li {
	width: 100%;
	height: auto;
	display: flex;
	background-color: #f3f3f3;
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.05);*/
	flex-wrap: wrap !important;


}


.menu li:last-child {
	border-bottom: none;
}

.menu.expand li a {
  	/*height: auto;*/
  	width: 100%;
  	line-height: 1rem;
  	color: #747a80;
  	position: relative;
  	border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  	transition: all 0.1s ease-in-out;
	margin: 0;
	font-size: 1.4rem;
	text-align: left;
	padding-left: 5px;
	align-items: center;
}

.menu.expand li a span {
  display: flex;

}


.menu .toggle-action-menu-wrapper  {
	position: fixed !important;
	right: 0;
	/*bottom:0;*/
	z-index: 50000;
	top: auto !important;
	padding-right: 0.5rem;
	font-size: 1.2em !important;
	width: 50px;
}

.menu .toggle-action-menu-wrapper a {
	font-size: 1.2em !important;
	line-height: 46px !important;
	position: fixed !important;
}

/*.menu.expand .toggle-action-menu-wrapper  {
	position: fixed !important;
	right: 0;
	bottom:0;
	z-index: 50000;
	top: auto !important;
	width: 50px;
}*/

.menu.expand ul .toggle-action-menu-wrapper {
	position: fixed !important;
	right: 0;
	bottom:0;
	z-index: 50000;
	top: auto !important;
	width: 50px;
	font-size: 1.2em;
}

.menu.expand ul .toggle-action-menu-wrapper a {
	font-size: 1.2em;
}

/*.menu ul .toggle-action-menu-wrapper a {

  font-size: 1.4em;
transition: all 0.1s ease-in-out;
line-height: 50px;
	width: 50px;
	height: 50px;
	z-index: 50000;
}*/

.menu .menu-button.arrow:before  {
    content: '\f2f9' !important;

}



.inner-contenuto, .content__title, .notifiche {
    margin-right: 0 !important;
}

/* ScrolBar
.scrollbar
{

height: 50px;
width: 100%;
overflow-y: hidden;
overflow-x: hidden;
}

.scrollbar:hover
{

height: 50px;
width: 100%;
overflow-y: hidden;
overflow-x: hidden;
}
	*/

	.navbar a.icon {
    float: right;
    display: block;
  }

}






.float-panel {
    width:100%;
    background:white;
    z-index:300;
    padding:30px 0; 
    transform: translateZ(0);
    transition:all 0.5s;
}
.float-panel .content-area {
    max-width:900px;
    margin:10px auto;
}
.float-panel a {
    font-size:16px;
    text-decoration:none;
    color:#444;
    display:inline-block;
    padding:10px 20px;
}                  
.float-panel .fa-gg {                  
    color:#F0595C;
    font-size:30px;
    vertical-align:middle;                  
    transition:all 1s;                  
}

/* Float Panel: class="float-panel fixed" */

.fixed {
    box-shadow:0 2px 6px rgba(0,0,0,0.2);  
    padding:4px 0;
    animation:slide-down 0.2s;
    opacity:1;    
}                  
.fixed .fa-gg {                  
    transform: rotate(360deg);      
}

.fixed header {
    height: 50px !important;
}


.fixed-th {
  top:72px;
  position:fixed;
  width:auto;
  display:none;
  border:none;
z-index: 1;
}


@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}


/*--------------------------- nav tabs scrollabile orizzontale ---------------------------   */

.wrapper-tabs-nav{
	z-index: 10;
}

.nav-tabs {
/*  overflow-x: auto;
  overflow-y: hidden;*/
  display: -webkit-box;
  display: -moz-box;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
    display: table-cell !important;
	float: none;
}	

/*---------- evidenziazione scrollbar on tabs -----------------------*/


.wrapper-tabs-nav .scroll-element.scroll-x {
    height: 15px !important;
}

/*--------------------------- nav tabs fixed on top ---------------------------   */

/*.tabs-fixed-top {
	position: fixed;
    top: 50px;
    z-index: 10000;
    background-color: #fff;
	width: 100%;
	left: 0 !important;
	box-shadow: 0 0 28px 0 rgba(0,0,0,.2);
	animation:slide-down 0.7s;
    opacity:1; 
}*/

/*--------------------------- patch responsive ---------------------------   */
@media (max-width: 660px) {
.fixed {
    position: sticky !important;
}
	}

@charset "UTF-8";
/* CSS Document */


.form-group--float .form-control.form-control--active~label, .form-group--float .form-control:focus~label {
    bottom: 3.5rem;
    padding-left: 0;
}

.form-type .form-control.date-picker {
    padding: 1rem 0.1rem 0.45rem 5px;
}

.input-without-label label {
    font-size: 0.95rem;
    color: #999;
	
}

.input-without-label .selection {
    background-color: #e3f2fa;
	}
	


.input-without-label {
    margin: 10px 0 15px 0 !important;
}

.form-type .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1rem;
    padding: 1.3em 0.1rem 0.5rem 0.5rem;
    color: #999;
    text-transform: uppercase;
    font-size: 1.1rem;
}


.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0.1em 0.1rem 0.1rem 0.5rem;
}


.btn-at-last button {
	width: 100%;
    line-height: 1.2rem;
	font-size: 1.1rem;
	padding: 1rem 0.5rem;
	white-space: normal !important;
}


.wrapper-crea-doc {
  /*width: 1000px;*/
	position: relative;
	padding: 0;
	z-index: 0;
}


.tabella-crea-doc {
  float: left;
  /*width: 640px;*/
  /*border: 1px solid #000000;*/
  /*height: 800px;*/
	/*padding-right: 360px;*/
	width: 100% !important;
}


.tabella-crea-doc .form-group {
    margin-top: -10px !important;
}



.filtri-crea-doc { 
	margin-bottom: 3rem;
}


/*.col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}*/



.actions-crea-doc {
  float: right;
  /*width: 350px;*/
  /*border: 1px solid #000000;
	background-color: #f90;
	height: 50px;*/
	    background-color: #f3f3f3;
	padding-bottom: 1rem;
}

.actions-crea-doc label {
	font-size: 0.9rem;
}

.actions-crea-doc .custom-checkbox-gescat {
    margin: 0.3rem 0;
}



/*.ellipsis {
    white-space: normal;
	min-width: 100px;
}*/

/*--------------------------- sidebar fixed ---------------------------   */

.wrapper-sidebar-fixed-top {
	z-index: 10;
}


/*--------------------------- sidebar fixed on top ---------------------------   */

.sidebar-fixed-top {
	position: fixed;
    top: 50px;/*
    height: 70px;*/
    z-index: 10000;
    background-color: #fff;
	width: 300px;
	left: auto !important;
	right: 0;
	padding: 1rem 60px 1rem 1rem;
	box-shadow: 0 0 28px 0 rgba(0,0,0,.2);
	animation:slide-down 0.7s;
    opacity:1; 
}

.dropdown-item {
	z-index: 999999
}

.dropdown-menu.show {
    z-index: 999999
}





/*.dropdown-item {
	z-index: 999999
}

.dropdown-menu.show {
    z-index: 999999
}
*/


/* ------------------------ max-width: 660px --------------- */
@media (max-width: 660px) {
	
.sidebar-fixed-top {
	float: left !important;
	position: inherit !important;
    top: auto;/*
    height: 70px;*/
    z-index: 10000;
    background-color: #fff;
	width: 100%;
	/*left: auto !important;
	right: 0;
	padding: 1rem 60px 1rem 1rem;
	box-shadow: 0 0 28px 0 rgba(0,0,0,.2);
	animation:slide-down 0.7s;
    opacity:1; */
}
	
	.col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 100%;
    max-width: 100%;
}
	
.tabella-crea-doc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.tabella-crea-doc .form-group {
    margin-top: 0 !important;
}

.tabella-crea-doc .form-group{
		background-color: transparent !important;
	}


	
	
.actions-crea-doc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
	width: 100%;
	margin-bottom: 3rem;
	padding-bottom: 3rem;
}

.tabella-gescat .table-footer .tot-importo {
    text-align: right;
    border-left: 0 solid #fff;
    border-right: 0 solid #fff;
    padding: 1rem 0.5rem !important;
    border-bottom: 1px solid #fff;
}

.table-wrapper table tr {
    border: 0 solid #ddd;
}	

	
.tabella-grouped tr {
    border-top: 2px solid #ccc !important;
}

	
.table-wrapper table {
     border: 0 solid #ccc; 
}
	
	}
@charset "utf-8";
/* CSS Document */

body {
  color: #000;
}

/* --------------------------- SWITCH COLOR ---------------------------- */

[data-ma-theme="blue"] .header,
[data-ma-theme="blue"] .login__block__header,
[data-ma-theme="blue"] .login__block__btn,
[data-ma-theme="blue"] #sidebar-filter {
  background-color: #3c3c3c;
}

[data-ma-theme="blue"] .btn-primary,
[data-ma-theme="blue"] .btn-primary.disabled,
[data-ma-theme="blue"] .btn-primary:disabled {
  background-color: #3c3c3c;
}


[data-ma-theme="blue"] .navigation__sub--active > a,
[data-ma-theme="blue"] .navigation__active > a,
[data-ma-theme="blue"] .navigation__active:before,
[data-ma-theme="blue"] .primary,
[data-ma-theme="blue"] .btn-link {
  color: #282828;
}


[data-ma-theme="blue"] #sidebar-filter .navigation__sub > a,
[data-ma-theme="blue"] #sidebar-filter .navigation__sub--active > a,
[data-ma-theme="blue"] #sidebar-filter .navigation__active > a,
[data-ma-theme="blue"] #sidebar-filter .navigation__active:before {
  color: #FFF;
}

[data-ma-theme="blue"] .top-menu > li.active {
  box-shadow: inset 0 -2px 0 #282828;
}

/* --------------------------- profile ---------------------------- */
.profile__img__edit {
  bottom: -20px !important;
  right: -20px !important;
  top: auto !important;
  left: auto !important;
}


.profile__img img {
  border-radius: 50%;
}

/* --------------------------- form ---------------------------- */
.form-type .form-group, .form-type .form-group.select-with-label .select2, .input-without-label {
  background-color: #f6f6f6;
}

.input-without-label textarea, .input-without-label input {
  background-color: #f6f6f6;
}

.form-control:focus {
  border-color: #000 !important;
}

.form-group__bar:before, .form-group__bar:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 0;
  bottom: 0;
  transition: all 200ms;
  transition-timing-function: ease;
  background-color: #000 !important;
}

.nav-tabs .nav-link:before {
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #000;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 300ms;
}

/* --------------------------- 3 colonne ---------------------------- */
@media (min-width: 768px) {
  .column.size-1of3 {
    padding: 0 15px;
  }
}

/* --------------------------- HEADER ---------------------------- */

.header {
  position: fixed;
  width: 100%;
  height: 60px;
  box-shadow: 0 5px 5px -3px rgb(0 0 0 / 15%);
  color: #FFFFFF;
  padding: 0 2rem;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
}


.user__name {
  color: #fff;
}

/* --------------------------- SIDEBAR ---------------------------- */
.sidebar {
  /*padding: 10px 0 0 0;*/
  width: 240px;
  background-color: #1d1d1d;
  /*margin-top: 12px;*/
}

[data-ma-theme="blue"] .navigation__sub--active > a,
[data-ma-theme="blue"] .navigation__active > a,
[data-ma-theme="blue"] .navigation__active:before {
  color: #fff;
}


.navigation li a {
  color: #b4b4b4;
  padding: 1.3rem 0.5rem 1.1rem 0.5rem;
  font-weight: 700;
  letter-spacing: 0;

  display: flex;
  align-items: center;
}

.navigation li a:hover {
  color: #fff !important;
  background-color: #4b4750 !important;
}

.navigation > li > a > i {
  width: auto !important;
}

.ico-sidebar img {
  /*max-width: 14px;*/
  max-width: 26px !important;
  margin-right: 5px;
}

.navigation__sub a:after {
  top: 16px;
}

.navigation__sub .navigation__sub a:after {
  top: 5px !important;
}

.ico-sidebar {
  display: flex;
  align-items: center;
}


/*.df {
	display: flex;
	justify-content: flex-start;
}

.f-direction_column {
	flex-direction: column
}*/
/* --------------------------- search---------------------------- */
.search__text {
  background-color: rgba(255, 255, 255, 0.9);
  color: #030303;
}

.search__helper {
  color: #000 !important;
}

.search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #030303;
  opacity: 1; /* Firefox */
}

.search :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #030303;
}

.search ::-ms-input-placeholder { /* Microsoft Edge */
  color: #030303;
}

/* --------------------------- dashboard ---------------------------- */

.content.dashboard-content {
  background-color: #636363;
  background-image: radial-gradient(at top, #707070 20%, #000 100%);
}

.ico_dashboard {
  padding: 50px 0;
}

.menu-big-item {
  margin-bottom: 3em;
  transition: all 0.2s ease-out;
}

.ico-menu-big {
  font-size: 7em;
  color: #999;
  line-height: 0.5em;
  transition: all 0.2s ease-out;
  height: 120px;
}

.ico-menu-big img {
  max-height: 110px;
  width: auto;
}

.menu-big {
  font-size: 1.4em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0;
  min-height: 40px
}

.navigation__sub > ul > li > a {
  background-color: #4b4750;
}

.navigation__sub > ul > li > ul > li > a {
  background-color: #666;
}

.menu-big-item .ico-menu-big img {
  transition: all 0.2s ease-in-out;
  max-width: 100px
}

.menu-big-item:hover .menu-big {
  color: #fff;
}

.menu-big-item:hover .ico-menu-big img {
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
}


/*------------ menu icon small -------------*/

.modal-body {
  padding: 0 1rem;
}

.modal-menu-icon-small .modal-header {
  padding: 0 !important;
  justify-content: flex-end;
  font-family: 'Lucida', sans-serif;
  font-weight: 600;
  color: #000;
}

.modal-menu-icon-small .modal-header button {
  font-family: 'Lucida', sans-serif;
  font-weight: 600;
  color: #000;
}

.menu-small-item {
  margin-bottom: 3em;
  transition: all 0.2s ease-out;
}

.ico-menu-small {
  font-size: 5em;
  color: #444;
  line-height: 0.5em;
  transition: all 0.2s ease-out;
}

.ico-menu-small img {
  max-width: 90px;
}

.menu-small {
  font-size: 1.1em;
  color: #000;
  line-height: 0.8em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

.menu-small-item:hover .ico-menu-small, .menu-small-item:hover .menu-small {
  color: #777;
}

/* --------------------------- WIDGET AREA ---------------------------- */
.dashboard-content .widget.card {
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  margin-bottom: 2.3rem;
  border-bottom: 0 !important;
  border-left: 0;
  border-right: 0;
}

.dashboard-content .card-header {
  font-weight: 600;
  background-color: #3c3c3c;
  color: #fff;
}

.widget .card-title {
  font-weight: 600;
  color: #fff;
}

.widget .table-wrapper th {
  background-color: #f9f9f9 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.widget .table td {
  line-height: 1.3em !important;
  padding: 1.2rem 0.2rem !important;
}

/*.tre-colonne .widget-light {
	min-height: 500px;
	max-height: 500px;
	overflow-y: scroll;
}*/

.tre-colonne .card-block {
  min-height: 500px;
  max-height: 500px;
  overflow-y: scroll;
}

.widget-alert {
  background-color: #333 !important;
}

.widget-alert .table td {
  padding: 10px 5px !important;
}

.bdr-top-red {
  border-top: 15px solid #ff6b68 !important;
}

.bdr-top-light-blue {
  border-top: 15px solid #03A9F4 !important
}

.bdr-top-giallo {
  border-top: 15px solid #ffc721 !important;
}


/*---------------- CHAT -----------------*/

/*tabletr:nth-child(odd) {
	background: #f8f8f8 !important;
}*/


/*.widget-alert {
  margin-bottom: 80px !important;
}

.widget-alert-body {
  min-height: 240px;
  max-height: 240px;
  overflow-y: scroll;
}

.table tr {
  border-top: 1px solid #dee2e6;
  background-color: #e7e7e7;
}

.messages__header, .messages__reply {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  flex-direction: row;
  display: flex;
}

.messages__item .messages__details > p {
  background-color: #32c787;
  color: #FFFFFF;
  margin-left: auto;
  border-radius: 20px;
}


.messages__item--right .messages__details > p {
  background-color: #2196F3 !important;
  color: #FFFFFF;
  margin-left: auto;
}*/
