@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Work Sans";
}

body {
	margin: 0;
	background: #5A5C5B;
	overflow-x: hidden;
	font: 14px Work Sans, sans-serif;
}

form {
/*  background: #000;   */
/*  padding: 3px;   */
/*  position: fixed;    */
/*  bottom: 0;  */
/*  width: 100%;    */
}

form input {
  border: 0;
  padding: 10px;
  width: 90%;
  margin-right: 0.5%;
}

tr.selected {
	background-color: #cce5ff !important;
}

.accordion-item.mb-2 {
    border: none;
}

form button {
  width: 9%;
  background: rgb(130, 224, 255);
  border: none;
  padding: 10px;
}

#messages {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#messages li {
  padding: 5px 10px;
}

#messages li:nth-child(odd) {
  background: #eee;
}

.chatPrivata {
  cursor: pointer;
}

.chatPrivata:hover {
  opacity: 0.4;
}

.videoBackground {
  position: fixed;
  right: 0;
  opacity: 0.5;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.luminosaBox {
  /*  box-shadow: 0px 0px 10px 1px #12c569;*/
}

.luminosaTxt {
  color: #7f838b;
}

i.menu_mobile_icon.fa-solid.fa-bars {
  display: none;
}

div.chat {
  position: fixed;
  height: calc(100% - 125px);
  /* bottom: 0; */
  top: 70px;
  z-index: -1;
  transition: top 1s;
  right: 0;
  /* right: 300px; */
}

/* User chat  */

.single_user.account_chat_cont {
  cursor: pointer;
  margin: 0 !important;
  padding: 13px;
  border-top: 1px solid #eff0f2;
}

/* Group chat  */

.group.account_chat_cont {
  cursor: pointer;
  margin: 0 !important;
  padding: 13px;
  border-top: 1px solid #eff0f2;
}

/* Add group chat modal  */

.listUsers {
  overflow: hidden;
  overflow-y: auto;
  max-height: 375px;
}

div.chat.closed {
  /* bottom: calc(-100% + 167px); */
  top: calc(-100% + 167px);
}

.tableContractContainer>div > div:nth-child(1) > div:nth-child(1),
.tableContractContainer .dataTables_info{
    text-align:left !important;
}

div.chat>div.user_bar,
div.chat>div.chat_bar {
  overflow: hidden;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  /* position: relative; */
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  z-index: -1;
  background: white;
  height: 100%;
  -webkit-box-shadow: 5px 0px 15px 0px rgb(50 50 50 / 60%);
  box-shadow: 5px 0px 15px 0px rgb(50 50 50 / 60%);
}

div.chat>div.chat_bar {
  right: 300px;
  z-index: -2;
  display: none;
  width: 450px;
}

div.chat>div.user_bar>div.header,
div.chat>div.chat_bar>div.header {
  position: relative;
  color: white;
  background: #040622;
  padding: 11px 30px;
  font-size: 16px;
  /* margin-bottom: 7px; */
}

div.chat>div.user_bar>div.header>.simbol {
  position: absolute;
  right: 30px;
}

div.chat>div.chat_bar>div.header>.simbol {
  position: absolute;
  right: 26px;
}

div.chat>div.user_bar>button.new_group {
  padding: 11px 30px;
  border-radius: 0.75rem;
  background: white;
  border: 1px solid;
  margin: 11px 30px;
  width: calc(100% - 60px);
  cursor: pointer;
}

div.chat>div.user_bar>div.content>div.group_block,
div.chat>div.user_bar>div.content>div.upline_block,
div.chat>div.user_bar>div.content>div.user_block {
  padding: 7px 0px;
  background: white;
  margin: 11px 0px;
  /* width: calc(100% - 60px);
	text-align: left; */
}

div.chat>div.user_bar>div.content>div>fieldset {
  /* border-top: solid 1px darkgray;
	border-bottom: 1px solid darkgray; */
  padding: 19px 0;
}

div.chat>div.user_bar>div.content>div>fieldset>legend {
  width: auto;
  background: white;
  font-size: 20px;
  margin-left: 13px;
}

div.chat>div.user_bar>div.content {
  overflow: auto;
  height: calc(100% - 103px);
  position: relative;
}

div.chat>div.chat_bar>div.message_block {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 95.5px);
  padding: 11px 30px;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

div.chat>div.chat_bar>div.composer_block {
  position: absolute;
  left: 0;
  width: 100%;
  background: #040622;
  padding: 11px 30px;
  bottom: 0;
}

div.chat>div.chat_bar>div.composer_block>.message {
  position: relative;
  left: 0;
  width: calc(100% - 60px);
  padding: 8px;
  background: white;
  border: 0;
  border-radius: 0.55rem;
}

div.chat>div.chat_bar>div.composer_block>.send {
  height: 17px;
  cursor: pointer;
}

div.chat>div.chat_bar>div.message_block>.single_message {
  width: 100%;
  display: block;
  position: relative;
}

div.chat>div.chat_bar>div.message_block>.single_message>.foto_mittente {
  text-align: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  vertical-align: middle;
}

div.chat>div.chat_bar>div.message_block>.single_message:not(.my_class)>.foto_mittente {
  position: absolute;
  top: 11px;
  left: -10px;
}

div.chat>div.chat_bar>div.message_block>.single_message.my_class>.foto_mittente {
  position: absolute;
  top: 10px;
  right: -10px;
}

div.chat>div.chat_bar>div.message_block>.single_message:not(.my_class)>.nome_mittente {
  font-weight: bold;
  margin-left: 0;
  position: absolute;
  top: 11px;
  left: 85px;
}

div.chat>div.chat_bar>div.message_block>.single_message.my_class>.nome_mittente {
  font-weight: bold;
  margin-left: 0;
  position: absolute;
  top: 11px;
  left: 0;
}

div.chat>div.chat_bar>div.message_block>.single_message:not(.my_class)>.ts_messaggio {
  position: absolute;
  top: 11px;
  left: calc(40% + 85px);
}

div.chat>div.chat_bar>div.message_block>.single_message.my_class>.ts_messaggio {
  position: absolute;
  top: 11px;
  left: 40%;
}

div.chat>div.chat_bar>div.message_block>.single_message:not(.my_class)>.messaggio {
  display: block;
  position: relative;
  word-break: break-all;
  top: 30px;
  color: #ffff;
  width: calc(100% - 60px);
  background: #0d6efd;
  border-radius: 0 8px 8px 8px;
  padding: 10px;
  margin-left: 60px;
  margin-top: 20px;
  margin-bottom: 45px;
}

div.chat>div.chat_bar>div.message_block>.single_message:not(.my_class)>.messaggio>a {
  color: white !important;
}

div.chat>div.chat_bar>div.message_block>.single_message:not(.my_class)>.messaggio:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-right-color: #0d6efd;
  border-top-color: #0d6efd;
  left: -10px;
  top: 0;
}

div.chat>div.chat_bar>div.message_block>.single_message.my_class>.messaggio {
  display: block;
  position: relative;
  word-break: break-all;
  top: 30px;
  width: calc(100% - 60px);
  background: #f5f6f8;
  border-radius: 8px 0 8px 8px;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 45px;
}

div.chat>div.chat_bar>div.message_block>.single_message.my_class>.messaggio::before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-top-color: #f5f6f8;
  border-left-color: #f5f6f8;
  right: -10px;
  top: 0;
}

.numerino {
  display: inline-block;
  padding: 0.25em 0.6em;
  position: absolute;
  top: 14px;
  font-weight: 500px;
  left: 46px;
  line-height: 1;
  background: rgb(220, 53, 69);
  color: white;
  border-radius: .75rem;
  font-size: .8rem;
}

.numerino_chat {
  display: block;
  position: absolute;
  top: 11px;
  left: 75px;
  background: blue;
  border: solid white 1px;
  color: white;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
}

.areaTendina {
  z-index: 1;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.bar_accountbar {
  z-index: 0;
  background-color: #040622;
  margin: 0 0 15px 0;
  height: 70px;
}

.logo_accountbar {
  vertical-align: text-bottom;
  height: 60px;
  position: absolute;
  top: 5px;
  left: 30px;
}

.text_accountbar {
  margin-left: 10px;
  font-size: 17px;
  display: inline-block;
  margin-top: 0;
  top: 10px;
  left: 179px;
  position: absolute;
}

.contenitoreAccountCricle {
  display: block;
}

.navBar {
  position: relative;
  z-index: -2;
  padding-top: 0;
  padding-bottom: 5px;
  top: 0;
  height: 55px;
  /*	box-shadow: 0 2px 6px 0px #12c569, inset 0px 3px 9px 0px rgba(0,0,0,0.75); */
  background-color: white;
  border-top: 1px solid #eff0f2;
  border-bottom: 1px solid #eff0f2;
  -webkit-box-shadow: 0 2px 3px #000;
  box-shadow: 0 2px 3px #000;
}

.container.operativo {
  padding-top: 80px;
}

.icona {
  cursor: pointer;
}

/* Dashboard */

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 0.75rem;
}

.card.dashboard {
  border: 1px solid #eff0f2;
  box-shadow: 0 2px 3px #000;
  margin: 0;
}

.dividerUserDashboard {
  border-top: 1px solid;
}

.iconShift {
  margin-top: -3rem;
}

.bgProfile {
  height: 120px;
}

main {
  background-color: #f1f3f7;
  height: 100vh;
}

.tempClass {
  height: 400px;
}

.chartAmm {
  height: 500px !important;
}

.dropdown-menu {
  animation: dropdownSlide 0.3s linear;
}

.icona .gfx {
  font-size: 90px;
}

.icona .txt {
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
}

.usericon_dashboard {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 50%;
  border: solid 3px #f1f3f7;
  margin: auto;
}

.usericon_accountbar {
  width: 50px;
  height: 50px;
  padding: 1px;
  display: block;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 1);
}

.container.operativo {
  padding-top: 80px;
}

.container_elementi {
  margin-bottom: 5px;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

link,
.nav-tabs .nav-link.active {
  color: #12c569;
  cursor: default;
}

.nav-tabs {
  cursor: pointer;
}

.fc-state-active:active,
.fc-state-down:active,
.btn-danger:active,
.btn-primary:active,
.fc-state-active,
.fc-state-down,
.btn-danger,
.btn-primary {
  border-color: #10472b;
  background-color: #12c569;
  color: white;
}

.btn {
  border-radius: 0.75rem !important;
}

form label {
  color: #545965 !important;
}

.container.operativo .row.luminosaBox {
  /* margin: 30px; */
  /* padding-top: 15px; */
  /* background: white; */
  /* border: grey solid 2px; */
  border-radius: 15px;
}

.spunta {
  position: absolute;
  top: -20px;
  right: 0;
}

.voiceSel {
  cursor: default;
  text-shadow: 0px 0px 4px #12c569;
}

.navVoice {
  padding: 0.9rem 1.0rem;
  cursor: pointer;
  display: inline-block;
  color: #7b8190;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
  padding-top: 16px;
  font-size: 14.4px;
  width: 100%;
}

.navVoice:hover {
  /* color: #0d6efd; */
}
.macroSel.selected,
.navVoice.voiceSel,
.navVoice.luminosaTxt.active {
  color: #0d6efd;
}
.navVoice>i{
	margin-right: .5rem !important;
}
.listUsers>div.col-md-12>.user.selected {
  border-radius: 1.25rem;
  background: #0d6efd38 !important;
  color: #0d6efd;
}

.accountName.mobile {
  display: none;
}
.accountName{
    right: 0px;
    position: relative;
}
/* .accountName{ */
/* width: 100%; */
/* right: 0; */
/* text-align: right; */
/* color: white; */
/* cursor: pointer; */
/* } */
.accountName:not(.mobile) {
  display: block;
}

div.navBarMobile>.container>.navVoice {
  display: block;
  padding: 4px 15px 0 15px;
  cursor: pointer;
  display: inline-block;
  text-shadow: 0px 0px 10px rgb(255 255 255);
  display: block;
  color: white;
  width: calc(100% - 20px);
  text-align: right;
  margin: 40px 0;
  font-size: 16px;
}

div.navBarMobile {
  display: block;
  background: #000;
  height: calc(100% - 80px);
  /* position: absolute; */
  top: 80px;
  position: fixed;
  z-index: -1;
  width: 50%;
  border-right: solid 1px darkgrey;
  margin-left: 0;
  left: 0;
}

div.navBarMobile {
  display: none;
}

div.row.profileBarMobile>.container>.navVoice {
  display: block;
  padding: 4px 15px 0 15px;
  cursor: pointer;
  display: inline-block;
  text-shadow: 0px 0px 10px rgb(255 255 255);
  display: block;
  color: white;
  width: calc(100% - 20px);
  text-align: right;
  margin: 40px 0;
  font-size: 16px;
}

div.row.profileBarMobile {
  display: block;
  background: #000;
  height: calc(100% - 80px);
  /* position: absolute; */
  top: 80px;
  position: fixed;
  z-index: -1;
  width: 50%;
  border-right: solid 1px darkgrey;
  margin-right: 0;
  right: 0;
}

div.row.profileBarMobile {
  display: none;
}

.tendacontainer_accountbar {
  z-index: 999999;
  position: relative;
  top: -16px;
}

.tendaUsr {
  display: block;
  position: absolute;
  background: black;
  right: 80px;
  top: 0;
  box-shadow: 0px 5px 5px 1px #12c569;
  padding: 12px;
  z-index: 999999;
}

.voci_tendauser {
  margin-bottom: 5px;
}

.cliccabile {
  cursor: pointer;
}

.cliccabile:hover {
  opacity: 0.5;
}

.modal-body .row,
.modal-body .row .col-md-12,
.modal-body .row .col-md-6,
.modal-body .row .col-md-4,
.modal-body .row .col-md-3,
.modal-body .row .col-md-2,
.modal-body .row .col-md-1 {
  /* margin-bottom: 10px; */
}

.resetPwdLink,
.loginLink {
  margin-top: 20px;
  cursor: pointer;
}

.pwd_login,
.usr_login,
.btn_reset,
.pwd_reset {
  margin-bottom: 15px;
}

.preloader_conn>.text,
.preloader_chat>.text {
  top: calc(50% - 260px);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

@keyframes spinner {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }

  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}

.preloader_conn>.spin_new::before,
.preloader_chat>.spin_new::before {
  animation: 1.5s linear infinite spinner;
  animation-play-state: inherit;
  border: solid 5px #0d6efd;
  border-bottom-color: rgb(255, 255, 255);
  border-radius: 50%;
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  top: calc(50% + 75px);
  left: 50%;
  transform: translate3d(-50%, 0px, 0);
  will-change: transform;
  z-index: 10000;
  margin-top: 10px;
}

.preloader_chat {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.dataTables_wrapper {
  position: relative !important;
  width: 100% !important;
  padding: 10px;
    background: white;
    border-radius: 18px;
    box-shadow: 2px 3px #dbdbdb;
}

.dataTables_wrapper>div.row:nth-child(2) {
  width: 100% !important;
  margin: 0 !important;
  position: relative !important;
}

.dataTables_wrapper>div.row:nth-child(2)>div.col-sm-12 {
  padding: 0 !important;
  overflow: auto;
}

.dataTables_wrapper>div.row:nth-child(2)>div.col-sm-12>table.table {
  position: relative !important;
  width: 100% !important;
  border-collapse: separate;
  border-spacing: 0 12px;
}

.dataTables_wrapper>div.row:nth-child(2)>div.col-sm-12>table.table tr {
  background: white;
  box-shadow:inset 0 -1px 0 0 darkgrey;
}
.dataTables_wrapper>div.row:nth-child(2)>div.col-sm-12>table.table tr>td{
    background:none !important;    
}
.dataTables_wrapper>div.row:nth-child(2)>div.col-sm-12>table.table tr>td,
.dataTables_wrapper>div.row:nth-child(2)>div.col-sm-12>table.table tr>th {
  border: none;
}

/* search bar dataTables */

.dataTables_filter label input {
  border-radius: 0.75rem;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 3.7rem !important;
}

.modalModUtenteB .box-preview {
  border-radius: 50%;
}

.page-item.active .page-link {
  z-index: 0 !important;
  color: #fff !important;
}

.modal-body {
  padding-bottom: 0 !important;
}

.matita {
  background: #12c569;
  color: white;
  outline: 3px solid white;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  font-size: 14px;
  padding-left: 8px;
  top: 68px;
  padding-top: 6px;
  position: absolute;
  left: calc(50% + 28px);
  cursor: pointer;
}

#profileCanvas,
#groupCanvas {
  width: 100px;
  height: 100px;
  outline: 4px solid #12c569;
  /* margin-top: 20px;
	margin-left: calc(50% - 170px); */
  margin: 0 auto;
  border-radius: 50%;
  background: lightgrey;
  cursor: pointer;
}

.chart {
  height: 670px;
  margin: 5px;
  width: 900px;
  margin: 5px auto;
  border: 3px solid #ddd;
  border-radius: 3px;
}

.Treant>.node {}

.Treant>p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 12px;
}

.node-name {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-right: 2px;
  font-weight: bold;
  text-transform: uppercase;
}

.node-ruolo {
  text-align: center;
  margin-bottom: 5px;
}

.Treant>.node img {
  float: none;
}

.node {
  min-height: 159px;
  padding: 4px 4px 4px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 20px;
  background-image: linear-gradient(180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  background-color: #040622;
  border: 1px solid #000;
  width: 89px;
  font-family: Tahoma;
  font-size: 12px;
  color: #ffffff;
}

.node img {
  border-radius: 16px;
  margin-right: 10px;
  width: 78px;
  height: 78px;
}

.rete.module.modulo_pagine>.container.operativo {
  padding: 0 !important;
  margin-top: 0 !important;
}

.rete.module.modulo_pagine>.container.operativo .row {
  padding-top: 50px !important;
}

.rete.module.modulo_pagine>.container.operativo .col-md-12.container_elementi.append_tree {
  overflow: hidden;
  padding-top: 40px;
}



.Treant .collapse-switch {
  top: 138px !important;
  right: 7px !important;
}

.Treant>a:link {
  color: #ffffff;
}

.Treant>a:visited {
  color: #ffffff;
}

.Treant>a:link:hover {
  color: #636363;
}

.Treant .collapse-switch {
  height: 10px;
  width: 10px;
  border: 1px solid white;
  border-radius: 50%;
}

.notificheBar {
  position: absolute;
  color: white;
  top: 14px;
  right: 74px;
}

.notificheBar>i {
  font-size: 19px;
  cursor: pointer;
}

.containerNotifiche {
  display: block;
  position: fixed;
  right: 20px;
  top: 70px;
  width: 320px;
  background: rgba(255, 255, 255, 0.5);
  outline: solid 1px white;
  border-radius: 10px;
  padding: 6px;
  height: calc(100% - 90px);
}

.headerNotifiche {
  position: absolute;
  background: white;
  color: black;
  width: 100%;
  left: 0;
  top: 0;
  padding: 6px;
  border-radius: 10px 10px 0 0;
  line-height: 20px;
  text-align: center;
  border-bottom: 1px solid darkgray;
}

.n_notifiche {
  font-weight: bold;
  color: darkgreen;
}

.lettaBtn {
  background: grey;
  color: white;
  padding: 0 7px;
  border-radius: 5px;
  cursor: pointer;
}

.listaNotifiche {
  position: relative;
  margin-top: 60px;
  top: 0;
  display: block;
  margin-bottom: 10px;
  overflow: scroll;
  height: calc(100% - 60px);
}

.notifica {
  position: relative;
  display: block;
  width: 100%;
  background: white;
  border-radius: 5px;
  border: darkgrey solid 1px;
  padding: 5px;
  margin-bottom: 7px;
}

.notifica button.lettaBtn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  background: white;
  border-left: darkgrey solid 1px;
  width: 60px;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  color: black;
}

.contenuto {
  width: calc(100% - 65px);
  height: 100%;
  display: block;
  position: relative;
  color: black;
}

.closeN {
  position: absolute;
  top: 3px;
  right: 5px;
  cursor: pointer;
  font-size: 14px;
}

.time {
  color: darkblue;
  margin-bottom: 5px;
}

/* prospect grid  */

.col-xl-3.col-sm-6.card_cont {
  margin-bottom: 24px;
}

/* state Sel Mod Prospect Modal */

.iconStato {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  box-shadow: 1px 2px #dbdbdb;
}

.sceltaStato .red {
  background-color: #f56e6e;
}

.sceltaStato .yellow {
  background-color: #f9c256;
}

.sceltaStatoAmm .red {
  background-color: #f56e6e;
}

.sceltaStatoAmm .yellow {
  background-color: #f9c256;
}

/* upload document amm */

.nav-tabs .nav-link.active {
  color: #0d6efd !important;
  background: #0d6efd38 !important;
  border-color: transparent transparent #0d6efd !important;
}

.nav-tabs .nav-item {
  background-color: white;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.nav-tabs .nav-link {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.nav-tabs .nav-link {
  border-top: none;
  border-left: none;
  border-right: none;
}

/* Chart */

.apexcharts-toolbar {
  z-index: 0 !important;
}

/* menu toggle  */

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(112, 113, 130, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.menu-toggle {
  display: none;
}

td {
  vertical-align: middle !important;
}
fieldset {
    margin: 10px 0 20px 0;
    padding: 10px;
    border: solid 1px darkgray;
    border-radius: 10px;
}

.title_modal{
    font-size: 24px !important;
    color: #666 !important;
    text-transform: uppercase !important;
}
legend{
    font-size:1.3rem !important;
	font-weight:bold !important;
	color: #666 !important;
}

.row_modal{
    margin-bottom:10px;
}
.textarea_modal{
    height: 150px;
}
#modalDetailOrder label{
    font-weight:700;
}
.row.back-btn{
    margin-bottom:20px;
}
.delete_row_dati_bancari,
.delete_row_address{
	position: absolute;
	bottom: 0;
	height: 37px;
	border: solid 1px lightgray;
	border-radius: 5px;
	width: calc(100% - 24px);
	text-align: center;
	padding: 8px 0;
	cursor: pointer;
}
.add_dati_bancari,
.add_dati_bancari_mod,
.add_shipping_address,
.add_shipping_address_mod{
    margin-bottom: 30px;
    width: 100%;
}

.pricelists_tabs{
    width:100% !important;
    background:none !important;
    border:none !important;
    border-radius:0 !important;
}
.pricelists_tabs>ul.ui-tabs-nav{
    background:none !important;
    border:none !important;
    border-bottom:1px solid gray !important;
}
.pricelists_tabs>ul.ui-tabs-nav>.ui-tabs-active{
    border:solid 1px #0d6efd !important;
    background: #0d6efd !important;
    color:white !important;
}
.pricelists_tabs>ul.ui-tabs-nav>.ui-tabs-active>a{
    color:white !important;
}

.navBar>.container{
	max-width:100%;
	left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.menu_container{
    width: 240px;
    background: white;
    height: 100%;
    position: fixed;
    box-shadow: 0 2px 3px #000;
    top: 0;
    border-right: 1px solid #eff0f2;
	overflow-y:auto;
	overflow-x:hidden;
}