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

@import url("../../../assets/css/generic.css");

@import url("../../../plugins/new_menu/new_menu.css");

@font-face {
  font-family: "Verdana";
  src: url("/fonts/verdana.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Verdana";
  src: url("/fonts/verdanab.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Verdana";
  src: url("/fonts/verdanai.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Verdana";
  src: url("/fonts/verdanaz.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

body {
  font-family: "Verdana", sans-serif !important;
  background: white;
}

/* MAIN COLORS DEFINITION */
:root {
  --maincolor: #005c9e;
  --maincolorhover: rgba(0, 92, 158, 0.8);
  --tablecolor: #ecf0f1;
  --iconcolor: #005c9e;
  --linkcolor: #005c9e;
  --linkcolorhover: rgba(0, 92, 158, 0.8);
}

/* css che elimina toppa gialla dell'autofill su chrome (pagina login) */

@keyframes autofill {
  100% {
    background-image: none;
    color: inherit;
    background-color: transparent;
  }
}

@-webkit-keyframes autofill {
  100% {
    background: transparent !important;
    color: inherit;
  }
}

#loginForm input:-webkit-autofill,
#loginForm input:-webkit-autofill:hover,
#loginForm input:-webkit-autofill:focus,
#loginForm input:-webkit-autofill:active {
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
  padding-top: 0;
  padding-bottom: 0;
  height: 45px;
  margin-top: 14px;
  background-color: #fff !important;
  padding: 0;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.content-page table td a,
.content-page table td i {
  color: #014247;
}

.checkReqGeo li.parsley-required {
  position: absolute;
  margin-top: 5%;
  padding: 1% 0 1% 0;
}

.paddingAmbitoOperativo {
  padding: 0 0 8% 0;
}

.paddingAmbitoOperativo2 {
  padding: 0% 0% 8% 0%;
}

.selectRegProvAmbitoOperativo {
  clear: both;
}

/* FINE autofill per chrome */

.home .col-12.text h2,
body.widescreen.home .wrapper-page #loginForm button,
.internal.high.mail h3,
.internal.high.access h3,
.homeBox.intro .internal.left .content,
.homeBox.intro .internal.right .content,
#registration h2 span,
.homeBox.intro .internal.high h3 span {
  font-family: "Verdana";
  font-weight: normal;
}
.home .col-12.text p,
#loginForm label,
.home .form-group a.recover {
  font-family: "Verdana";
  font-weight: normal;
}

table.dataTable tr td.dataTables_empty,
.col-form-label.or,
.homeBox.intro .internal.high .content table td span,
#registration #categorieForm h4,
#suspenRegistrationModal .modal-body h4.title,
#offerte table tr.winner td.cup::after,
#registration #categorieForm h4,
.home .col-12.text p,
#loginForm .parsley-errors-list > li {
  font-family: "Verdana";
  font-weight: lighter;
}

span.xls_doc {
  color: #666;
  float: right;
  font-family: "Verdana";
  font-size: 11px;
}

table.dataTable tr td.dataTables_empty {
  border: 0;
}

.modal-content {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0.4rem !important;
  outline: 0;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px !important;
}

.modal-content label.control-label {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 4px;
}

a.textClose::after,
.home .footer p.help a,
.home .col-12.text p a,
#project_modal .form-group label,
.modal-content .form-group label,
.dataTables_paginate.paging_simple_numbers ul.pagination li.active a.page-link,
homeBox.intro .internal.high h3 span,
#registration .tab-content h5,
.modal-dialog h5,
#registration .nav.nav-tabs li.active a,
#registration .nav.nav-tabs li.completed a,
#registration #categoryTable td,
#registration .nav.nav-tabs li.active a,
#registration .nav.nav-tabs li.completed a,
.modal-content .form-group .col-form-label {
  font-family: "Verdana";
  font-weight: 500;
}

.m-t-0.header-title > b,
table.dataTable td.dateCol,
.dataTables_paginate.paging_simple_numbers ul.pagination a.page-link,
.modal-footer .fa-light fa-file-zipper,
#registration .btn.btn-primary,
.modal-content .btn.btn-info.waves-effect.waves-light,
#registrazioneForm .btn.btn-large.btn-block.btn-primary,
.modal-body .btn.btn-primary,
.modal-body .btn.btn-large.btn-block.btn-primary,
.form-group.text-right.m-b-0 .btn.btn-primary.waves-effect.waves-light,
.modal-content #registrazioneForm h4.title,
.SumoSelect > .optWrapper > .options li.opt label,
.nav.nav-tabs li.nav-item a,
.homeBox.intro .internal.high .content table td,
#attach_container_email_detail a,
.col-1 .btn-primary,
.hp_container h2.title span,
.home .col-12.text h2:before,
.btn-danger {
  font-weight: normal;
  font-family: "Verdana";
}

.content-page table td a {
  font-family: "Verdana";
}

#recipients_email_detail ul li,
#content_email_detail p span {
  font-weight: 300 !important;
}

td h6.description {
  font-weight: bold;
  font-family: "Verdana";
}

#wrapper .hp_container h2.title span {
  font-family: "Verdana";
}

.topbar .topbar-left {
  background: transparent url("../../img/logo_internal.png") no-repeat 90px 23px;
  background-size: 170px;
}

body.widescreen.home {
  background: var(--maincolor) url("../../img/unloggedBg.jpg") no-repeat scroll
    center -100px;
  background-size: auto auto;
  background-size: contain;
}

.content-page #auctionForm table thead th,
.content-page .dataTables_wrapper table thead th,
.content-page .modal-content .modal-body table th,
.modal-content .modal-body table th {
  background: var(--maincolor) url("../../img/tableLine.gif") repeat-y right;
  padding-right: 20px !important;
}

body.widescreen.home .wrapper-page .input-group .form-control,
#loginForm .col-4:nth-child(3) input {
  margin-left: 66px;
}

body.widescreen.home .wrapper-page #loginForm button {
  float: none;
  width: 100%;
}

body.widescreen.home .wrapper-page {
  background: transparent url("../../img/loginBg.png") no-repeat center 366px;
}

#loginForm .checkbox label::before,
#loginForm .checkbox label::after {
  width: 14px;
  height: 14px;
}

.form-group.text-right.m-b-0 {
  background: rgb(242, 242, 242);
  background: linear-gradient(
    90deg,
    rgba(242, 242, 242, 1) 0%,
    rgba(242, 242, 242, 1) 51%,
    rgba(242, 242, 242, 1) 100%
  );
}

label.col-form-label.widLab {
  border: 0;
}

.home .error {
  font-family: Verdana;
}

.home .col-12.text {
  margin-bottom: 120px;
}

.home .col-12.text h2 {
  font-size: 0;
  min-height: 49px;
  margin-bottom: 0;
}

.home .col-12.text h2::before {
  content: "niumActive";
  text-align: right;
  font-size: 0px;
  color: #fff;
  opacity: 1;
  float: right;
  text-align: right;
  background: transparent url("../../img/logo_hp.png") no-repeat center right;
  height: 49px;
  width: 250px;
}

.item-miumactive-text {
  background: transparent url("../../img/bkg_niumactive_login.png") no-repeat;
  background-size: cover;
}

.home .form-group a.recover {
  border-left: 1px solid var(--maincolor);
  font-size: 10px;
}

#loginForm label {
  margin-left: 86px;
  font-size: 10px;
}

#loginForm label {
  margin-left: 86px;
}
body.widescreen.home .wrapper-page #loginForm button {
  letter-spacing: 1px;
}

.home .col-12.text p {
  font-size: 19px;
  letter-spacing: 0.5px;
  text-align: right;
  width: 43%;
  float: right;
}
.home .col-12.text p::first-letter {
  text-transform: uppercase;
}
.home .col-12.text p br {
  display: none;
}
span.display {
  display: none;
}
span.float {
  text-align: left;
  display: block;
  width: 100%;
  position: absolute;
  left: 77px;
  font-size: 14px;
  margin-top: 130px;
}
.forced .topbar-left {
  background-color: var(--maincolor);
}

.side-menu.left {
  background: var(--maincolor) none repeat scroll 0 0;
}

#wrapper.enlarged .navbar-custom {
  background: transparent url("../../img/logo-niumactive-white.svg") no-repeat
    30px 15px;
  background-size: auto auto;
  background-size: 250px;
}
.topbar {
  background: transparent url("../../img/innerBg.png") no-repeat left top;
  background-size: cover;
  right: 0.1%;
}
.header-title {
  font-size: 16px;
  font-family: "Open-Sans", sans-serif;
}

.add_contract_btn {
  position: initial !important;
  background-color: var(--maincolor) !important;
}

.add_document_btn {
  background-color: var(--maincolor) !important;
}

.freccia {
  position: relative;
  top: 74px;
  left: 713px;
}

.dropdown-menu.dropdown-menu-right.profile-dropdown.show a,
.notification-list .profile-dropdown .notify-item span {
  color: var(--maincolor);
}

.dropdown-menu.dropdown-menu-right.profile-dropdown.show a:hover,
.dropdown-menu.dropdown-menu-right.profile-dropdown.show a:hover > span {
  color: #008773;
}

/* ===========
   Buttons
 =============*/
.btn-primary {
  font-size: 11px;
  font-weight: 700;
  font-family: "Verdana";
}

.col-1 .btn-primary {
  font-size: 11px;
  text-transform: none;
  padding: 8px 10px !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary,
.btn-outline-primary.active,
.btn-outline-primary:active,
.show > .btn-outline-primary.dropdown-toggle,
.btn-outline-primary:hover,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  background-color: var(--maincolorhover);
  border: 1px solid var(--maincolorhover);
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}

.btn-success {
  background-color: #52bb56;
  border: 1px solid #52bb56;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success,
.btn-outline-success.active,
.btn-outline-success:active,
.show > .btn-outline-success.dropdown-toggle,
.btn-outline-success:hover,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  background-color: #45af49;
  border: 1px solid #45af49;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info,
.btn-outline-info.active,
.btn-outline-info:active,
.show > .btn-outline-info.dropdown-toggle,
.btn-outline-info:hover,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  background-color: var(--maincolorhover);
  border: 1px solid var(--maincolorhover);
}

.btn-warning {
  background-color: #f1b53d;
  border: 1px solid #f1b53d;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning,
.btn-outline-warning.active,
.btn-outline-warning:active,
.show > .btn-outline-warning.dropdown-toggle,
.btn-outline-warning:hover,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  background-color: #efac25;
  border: 1px solid #efac25;
  color: #ffffff;
}

.btn-danger {
  background-color: #008773;
  border: 1px solid #008773;
  text-transform: none;
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger,
.btn-outline-danger.active,
.btn-outline-danger:active,
.show > .btn-outline-danger.dropdown-toggle,
.btn-outline-danger:hover,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  background-color: #ed3c39;
  border: 1px solid #ed3c39;
}

.btn-link {
  color: var(--maincolor);
}
.btn-link:hover {
  color: var(--maincolorhover);
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: var(--maincolorhover) !important;
}

#wrapper #auctionForm #preqTable thead tr th {
  border-right: 1px solid #4f6880;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background-color: #fafafa;
}

.datepicker-inline {
  border: 2px solid #eeeeee;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: var(--maincolorhover) !important;
  background-image: none;
  box-shadow: none;
}

/* START HOME UNLOGGED */
.home .footer {
  background: none;
}

.home .logo-lg .social a {
  color: #fff;
}
.home .logo-lg .social a:hover,
.home .col-12.text p a:hover,
.home .form-group a.recover:hover,
.home .footer p.help a:hover {
  color: var(--maincolorhover);
}
.logo-lg {
  background-color: transparent;
  position: absolute;
  left: 50%;
  margin-left: -450px;
  bottom: 55px;
  border-top: 1px solid;
  padding-top: 15px;
  z-index: 999999999;
}

.home .footer p.help a {
  display: block;
  margin: 0;
  font-family: "Verdana";
}

#loginForm .parsley-errors-list > li {
  letter-spacing: 0.5px;
}

#loginForm .checkbox input[type="checkbox"],
#loginForm .checkbox input[type="checkbox"]:checked + label::after {
  background-color: var(--maincolor);
}
.home .col-12.text p a {
  letter-spacing: 0.6px;
}

.home .form-group a.recover,
.home .col-12.text p a,
.home .footer p.help a,
.homeBox.intro .internal .content > a,
.internal.high h3 i {
  color: var(--maincolor);
}

.nav-user {
  padding: 30% 40px !important;
}

/* END HOME UNLOGGED */

td.dateCol.view {
  color: var(--maincolor);
}

table.dataTable td.dateCol {
  color: #000;
}
.dataTables_filter label::before,
.left.model.dateCol span.fa-light fa-lock {
  color: var(--maincolor);
}
.dataTables_filter .form-control.form-control-sm:focus {
  border: 1px solid lightblue;
}

.card-box .col-form-label {
  font-size: 11px;
  font-family: "Verdana";
  font-weight: bold;
}

/* .nav.nav-tabs li.nav-item a.active.show,
.nav.nav-tabs li.nav-item a.active {
  color: var(--maincolor);
} */

.content ul.nav-tabs li.nav-item,
.content ul.nav-tabs li.nav-item a {
  cursor: pointer;
}

h4 .btn.btn-primary.waves-effect.waves-light,
.col-1 .btn.btn-primary.waves-effect.waves-light,
.btn.btn-primary.waves-effect.waves-light.save {
  background-color: #c80d21;
}

h4 .btn.btn-primary.waves-effect.waves-light,
.btn-group.col-4 .btn.btn-primary.waves-effect.waves-light,
#communications .btn.btn-primary.waves-effect.waves-light,
#communications_container .btn.btn-primary.waves-effect.waves-light,
#inviteSupplierForm #addRowSupplier.btn.btn-primary,
.col-1 .btn.btn-primary.waves-effect.waves-light,
.col-12 .btn.btn-primary.waves-effect.waves-light,
.btn.btn-primary.waves-effect.waves-light.save {
  background-color: #014247;
  background-image: -moz-linear-gradient(center top, #012427, #014247);
  background: -webkit-linear-gradient(top, #012427, #014247);
  background: -linear-gradient(top, #012427, #014247);
  background: -ms-linear-gradient(top, #012427 0%, #014247 100%);
}

h4 .btn.btn-primary.waves-effect.waves-light:hover,
#inviteSupplierForm #addRowSupplier.btn.btn-primary:hover,
#communications .btn.btn-primary.waves-effect.waves-light:hover,
#communications_container .btn.btn-primary.waves-effect.waves-light:hover,
.col-1 .btn.btn-primary.waves-effect.waves-light:hover,
.col-12 .btn.btn-primary.waves-effect.waves-light:hover,
.btn.btn-primary.waves-effect.waves-light.save:hover,
.btn-group.col-4 .btn.btn-primary.waves-effect.waves-light:hover {
  background-color: #012427;
  background-image: none;
}

#inviteSupplierForm button.btn.btn-primary {
  background-color: #49ac91;
}

#inviteSupplierForm button.btn.btn-primary:hover {
  background-color: #6ecdb3;
  color: #fff;
}

.paginate_button.page-item.active .page-link,
.paginate_button.page-item .page-link {
  color: var(--maincolor);
}

.topbar .text-center {
  background-color: #d3031a;
}

table.dataTable td.dateCol,
table.table-bordered.dataTable td:last-child,
table.dataTable td:last-child {
  font-size: 12px;
  border: 1px solid #eee;
  padding: 8px;
}

h4 span {
  font-size: 14px;
}

i.fa-light.fa-user.topmenu {
  width: 25px;
  height: 25px;
  text-align: center;
  border: 1px solid #fff;
  background-color: #fff;
  padding-top: 3px;
  border-radius: 3px;
}

#rfx .checkbox label::after {
  background-color: #012427;
}

.nav.nav-tabs li.nav-item a:hover {
  color: #393b3b;
}

.nav.nav-tabs li.nav-item a,
#wrapper
  #prodotti
  table.table.table-bordered.dataTable.no-footer
  tr.even.shown
  td.details-control:first-child::before,
#wrapper
  #prodotti
  table.table.table-bordered.dataTable.no-footer
  tr.odd.shown
  td.details-control:first-child::before,
#wrapper
  #prodotti
  table.table.table-bordered.dataTable.no-footer
  tr.even
  td.details-control:first-child::before,
#wrapper
  #prodotti
  table.table.table-bordered.dataTable.no-footer
  tr.odd
  td.details-control:first-child::before {
  color: #393b3b;
}

a.nav-link {
  color: #393b3b;
}

#wrapper
  #prodotti
  table#positions.table.table-bordered.dataTable.no-footer
  tr.odd
  td.dataTables_empty::before,
#wrapper
  #prodotti
  #preqTable.table.table-bordered.dataTable.no-footer
  tr.odd
  td.dataTables_empty::before {
  color: #f5cc50;
}

#content_email_detail p span {
  font-size: 13px !important;
}

td i.fa,
td i,
#attach_container_email_detail a,
#attach_container_email_detail i.fa-paperclip {
  color: #49ac91;
}

.dataTables_paginate.paging_simple_numbers ul.pagination a.page-link {
  color: var(--maincolor);
}
.dataTables_paginate.paging_simple_numbers ul.pagination a.page-link:hover {
  color: #333;
}
.dataTables_paginate.paging_simple_numbers ul.pagination li.active a.page-link {
  font-size: 12px;
}

.table.table-bordered
  .checkbox.reject
  input[type="checkbox"]:checked
  + label::after {
  background-color: #ef6d7f;
}

.table.table-bordered
  .checkbox.validate
  input[type="checkbox"]:checked
  + label::after {
  background-color: #96daa8;
}

#wrapper #auctionForm table.dataTable thead tr th,
table.dataTable thead tr th,
.content-page table th.dateCol {
  border-bottom: 1px solid #012427 !important;
  font-weight: 400;
  padding-top: 8px;
  padding-bottom: 8px;
}

#wrapper #prodotti table#positions.table-bordered.dataTable.no-footer th,
#wrapper #auctionForm table.dataTable thead tr th,
table.dataTable thead tr th,
.content-page table th.dateCol,
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a,
#sidebar-menu li.active a.active {
  background-color: #012427 !important;
}
/*  homepage logged  */

.hp_container {
  /*     background: rgb(242, 242, 242) url("../../img/innerBg.jpg") no-repeat scroll -15px -126px; */
  margin-bottom: -20px;
}

.hp_container .homeBox.intro .internal.left,
.hp_container .homeBox.intro .internal.right {
  box-shadow: none;
}

.card-box.table-responsive {
  overflow-x: visible;
  min-height: 900px;
}

.internal.high.mail h3,
.internal.high.access h3 {
  font-size: 15px;
}
.homeBox.intro .internal.high table td {
  color: #444;
}

.homeBox.intro .internal .content {
  font-family: "Verdana";
  font-weight: regular;
}

.homeBox.intro .internal.left .content,
.homeBox.intro .internal.right .content {
  color: #012427;
  font-size: 13px;
}
homeBox.intro .internal.high h3 span {
  font-size: 15px;
}

.homeBox.intro .internal.high .content table td span {
  float: right;
  color: #777;
}

body#wizard {
  background: #000 url("../../img/unloggedBg.jpg") no-repeat scroll center top;
  background-size: auto auto;
  background-size: cover;
}

.home .footer p.help {
  color: #fff;
  float: none;
  width: auto;
  font-family: Verdana;
  font-size: 11px;
  margin-top: 0;
}

/* end home unlogged*/

#registration h3 {
  font-weight: normal;
}

#addedCategoryDiv .fa-light fa-trash {
  color: #d81e23;
}

.homeBox.intro .internal .content:hover > span {
  color: var(--maincolor);
}

.homeBox.intro .internal .content.noElements a::before {
  color: #469cc6;
}

.homeBox.intro .internal.right .content span::after,
.homeBox.intro .internal.left .content span::after,
.internal.high.mail h3 span::after,
.internal.high.access h3 span::after {
  background-color: #014247;
  background-image: -moz-linear-gradient(center top, #012427, #014247);
  background: -webkit-linear-gradient(top, #012427, #014247);
  background: -linear-gradient(top, #012427, #014247);
  background: -ms-linear-gradient(top, #012427 0%, #014247 100%); /* IE10+ */
}

.homeBox.intro .internal.left .content span::after {
  background-color: #ffa500;
  background-image: -moz-linear-gradient(center top, #f8d320, #ffa500);
  background: -webkit-linear-gradient(top, #f8d320, #ffa500);
  background: -linear-gradient(top, #f8d320, #ffa500);
  background: -ms-linear-gradient(top, #f8d320 0%, #ffa500 100%);
}

.internal.high h3 i:hover {
  color: #008773;
}

/* fine homepage */
a:not([href]):not([tabindex]) {
  color: #008773;
}

.modal-dialog h5 {
  font-size: 15px;
}

#preqTable .parsley-errors-list.filled {
  font-weight: normal;
}

#modalDettaglioDocumenti .fa-light fa-download {
  font-size: 15px;
}
.modal-footer .fa-light fa-file-zipper,
.modal-footer .fa-light fa-file-zipper::before {
  color: #008773;
}

#doclistTable th {
  background-color: #60646e;
}

/* registrazione */

#registration h2 span {
  letter-spacing: 0.5px;
  font-family: Verdana;
}

#registration .btn.btn-primary,
.modal-content .btn.btn-info.waves-effect.waves-light,
#registrazioneForm .btn.btn-large.btn-block.btn-primary,
.modal-body .btn.btn-primary,
.modal-body .btn.btn-large.btn-block.btn-primary,
.form-group.text-right.m-b-0 .btn.btn-primary.waves-effect.waves-light {
  background-color: #008773;
  background-image: -moz-linear-gradient(center top, #008773, #012427);
  background: -webkit-linear-gradient(top, #008773, #012427);
  background: -linear-gradient(top, #008773, #012427);
  background: -ms-linear-gradient(top, #008773 0%, #012427 100%); /* IE10+ */
  border: 1px solid #008773;
}

#registration .btn.btn-primary:hover,
#registration .btn.btn-secondary:hover,
.modal-content .btn.btn-info.waves-effect.waves-light:hover,
.modal-content .btn.btn-secondary.waves-effect:hover,
.form-group.text-right.m-b-0 .btn.btn-primary.back:hover,
#registrazioneForm .btn.btn-large.btn-block.btn-primary:hover,
.modal-body .btn.btn-primary:hover,
.modal-body .btn.btn-secondary:hover,
.modal-body .btn.btn-large.btn-block.btn-primary:hover,
.form-group.text-right.m-b-0 .btn.btn-primary.waves-effect.waves-light:hover,
.form-group.text-right.m-b-0 .btn.btn-secondary.waves-effect.waves-light:hover,
body
  .form-group.text-right.m-b-0
  .btn.btn-primary.waves-effect.waves-light.back:hover {
  background-color: #008773;
}

#registration .btn.btn-secondary,
.modal-body .btn.btn-secondary,
.form-group.text-right.m-b-0 .btn.btn-secondary.waves-effect.waves-light,
.form-group.text-right.m-b-0 .btn.btn-primary.back,
body
  .form-group.text-right.m-b-0
  .btn.btn-primary.waves-effect.waves-light.back,
.modal-content .btn.btn-secondary.waves-effect {
  border: 1px solid #008773;
  background-color: transparent;
  background-image: none;
  color: #012427;
  font-family: Verdana;
}

#registration .nav.nav-tabs li.active::before,
#registration .nav.nav-tabs li.completed::before {
  background: transparent url("../../img/step_corner_niuma.png") no-repeat
    scroll left center;
  content: ".";
  display: inline-block;
  font-size: 0;
  height: 40px;
  margin-left: -35px;
  position: absolute;
  width: 35px;
}

#registration .nav.nav-tabs li.active::before {
  background: transparent url("../../img/step_corner_active_niuma.png")
    no-repeat scroll left center;
}
#registration .nav.nav-tabs li {
  background: transparent url("../../img/step_tocomplete_niuma.png") no-repeat
    scroll right center;
}
#registration .nav.nav-tabs li.nav-item.completed {
  background: transparent url("../../img/step_completed_niuma.png") no-repeat
    scroll right center;
}

#registration .nav.nav-tabs li.nav-item.active {
  background: transparent url("../../img/step_completed_active2_niuma.png")
    no-repeat scroll right center;
}

#registration .nav.nav-tabs li.nav-item.active a::after,
#registration .nav.nav-tabs li:nth-child(1)::before {
  display: none;
}

#registration .nav.nav-tabs li.nav-item:last-child {
  padding-right: 0;
  background-position: center left;
}

#registration #formAnagraficaAziendale .col-12 {
  font-size: 12px;
  line-height: 20px;
}

#registration #formAnagraficaAziendale .checkbox {
  float: left;
  margin-bottom: 15px;
  margin-top: 0px;
  line-height: 14px;
  cursor: pointer;
}

#registration .nav.nav-tabs li.nav-item.active a {
  color: black;
  font-weight: 500;
}
@media (min-width: 768px) {
  #registration .nav.nav-tabs ul {
    display: flex;
    justify-content: center;
  }

  #registration .nav.nav-tabs li {
    flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
/* start albero in registrazione */
#registration .custom-file .custom-file-label::after,
#registration #contract_form .riepilogo_offerta .col-md-12 a,
.modal-body .custom-file .custom-file-label::after,
.form-group .custom-file .custom-file-label::after {
  background-color: var(--maincolor);
  background: var(--maincolor);
  height: 100%;
}
#registration #areaMenu label input {
  display: none;
}

#registration #areaMenu br {
  display: none;
}

#registration #areaMenu label {
  cursor: pointer;
  color: #2178be;
  font-size: 13px;
  font-family: Verdana;
  border-bottom: 1px solid #eee;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  height: 30px;
  line-height: 30px;
  display: block;
}

#registration #areaMenu label:hover,
.content-page table td a:hover,
.content-page table td i:hover {
  color: #000;
}
#registration #subCategoryDiv table th,
#registration #addedCategoryTable th {
  display: none;
}
#registration #subCategoryDiv table,
#registration #addedCategoryTable {
  width: 100% !important;
  float: none;
  max-width: i;
}

#registration #addedCategoryTable td {
  border-right: none;
  border-left: none;
  padding-left: 0;
}
#registration #categoriePage h5 span.number {
  color: #008773;
  border: 1px solid #008773;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  float: left;
  text-align: center;
  line-height: 18px;
  margin-right: 7px;
  text-indent: 1px;
  font-size: 12px;
  font-family: Verdana;
}
#registration #categoriePage .col-12 h5 {
  width: 33%;
  float: left;
  font-family: Verdana;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
}

#registration #categoriePage .col-12 h5:first-child .number {
  margin-left: -25px;
}
#registration #subCategoryDiv,
#registration #categoriePage .form-group,
#registration #categoriePage #addedCategoryDiv {
  width: 33%;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 15px;
  border-right: 1px solid #e2e2e2;
  padding-left: 15px;
  overflow: hidden;
}
#registration #categoriePage #addedCategoryDiv {
  padding-right: 0;
  border-right: none;
}

#registration #categoriePage .col-12 {
  padding-left: 0;
}
#registration #categoriePage .col-12:first-child h5 {
  font-size: 16px;
  margin-bottom: 0;
}

#registration #areaMenu label:first-child:before {
  content: "\f0d1";
}
#registration #areaMenu label:nth-child(3):before {
  content: "\f55a";
}
#registration #areaMenu label:nth-child(5):before {
  content: "\f013";
}
#registration #areaMenu label:nth-child(5):before,
#registration #areaMenu label:nth-child(3):before,
#registration #areaMenu label:first-child:before {
  font-family: Fontawesome-light;
  margin-right: 15px;
  width: 10px;
  text-align: center;
  float: left;
}

#registration #subCategoryTable td:last-child,
#registration #addedCategoryTable td:last-child {
  padding-right: 0;
}
#registration #addedCategoryTable td:last-child img {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
#registration #addedCategoryTable td:last-child::after {
  content: "\f1f8";
  display: inline-block;
  color: #c8272c;
  cursor: pointer;
  font-family: Fontawesome-light;
  font-size: 13px;
  height: auto;
  line-height: 0;
}
#registration #categoriePage #subCategoryDiv {
  padding-left: 15px;
}

#registration #subCategoryTable td.dataTables_empty:last-child,
#registration
  #addedCategoryTable
  td#registration
  #subCategoryTable
  td:last-child,
#registration #addedCategoryTable td.dataTables_empty:last-child {
  padding-right: 10px;
}

#registration #subCategoryTable td,
#registration #addedCategoryTable td {
  border-right: 0;
  border-left: 0;
  padding-left: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 11px;
}

#categoriePage label.control.control--radio {
  display: block;
  float: none;
  width: 100%;
  margin-bottom: 8px;
  text-transform: none;
  line-height: 16px;
  height: auto;
  padding-top: 8px;
  color: #000;
  font-family: Verdana;
  font-size: 12px;
}
#categoriePage .control__indicator {
  border-radius: 0;
}
#categoriePage .control--radio .control__indicator::after {
  content: "\f00c";
  font-family: Fontawesome-light;
  background-color: transparent;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  color: #fff;
  font-weight: bold;
  font-size: 9px;
  margin-left: 3px;
}
#subCategoryTable a::before {
  content: "\2b";
  font-family: Fontawesome-light;
  font-size: 12px;
  color: #008773;
  padding: 5px 0 5px 5px;
}
#subCategoryTable a {
  font-size: 0;
  float: left;
}
#categoriePage span.title {
  font-family: Verdana;
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
  color: #222;
}

.content h5.introduction button.btn.send {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #5dca48;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  font-family: Verdana;
  text-transform: capitalize;
  padding: 0 15px;
  box-shadow: 0 1px 4px #ccc;
}

.content h5.introduction {
  margin-top: 0;
  background-color: #f2f6fa;
  padding: 10px 15px;
  font-family: Verdana;
  color: black;
  position: relative;
  line-height: 23px;
  margin-bottom: 42px;
  width: 100%;
}

.content h5.introduction button.btn.send::before {
  background: transparent url(../../../img/submit.png) no-repeat center;
  content: "";
  font-family: Fontawesome-light;
  display: block;
  height: 20px;
  width: 100%;
  font-size: 16px;
  opacity: 0.8;
}

.hp_container .homeBox.intro .internal.left,
.hp_container .homeBox.intro .internal.right {
  box-shadow: none;
  border: 1px solid #eee;
  box-shadow: 0 1px 4px #eee;
  position: relative;
  width: 98%;
}

.hp_container {
  background-color: #fff;
  background-image: none;
  margin-top: 0;
}

#registration #addedCategoryTable td.dataTables_empty:after {
  display: none;
}

#wizard #registration .nav.nav-tabs li.nav-item.completed {
  background-color: #008773;
}
/*
#wizard #registration .nav.nav-tabs li.nav-item.active {
    background-color: #ff8600;
}

*/

/* QUESTIONARI */

#questionario .tab-content .form-group.col2 {
  width: 44%;
  margin-right: 2.5%;
  margin-left: 2.5%;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 35px;
  padding-left: 0;
  height: auto;
}

#questionario .tab-content .big label {
  height: auto;
}

#questionario .tab-content .form-group.col1 {
  margin-left: 1.5%;
}

#questionario .tab-content .value {
  width: 85%;
  margin-left: 25px;
}

.homeBox.intro {
  background-color: transparent;

  box-sizing: content-box;
  width: 100%;
  float: left;
  padding-left: 20px;
}

#categoriePage #back::before {
  width: 20px;
  height: 10px;
  float: left;
  content: "\e2e1";
  font-family: Fontawesome-light;
  color: #008773;
  font-size: 15px;
}

.control input:checked ~ .control__indicator,
.control:hover input:checked:not([disabled]) ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #008773 none repeat scroll 0 0;
}
#registration #categoriePage label.control.control--radio {
  color: #000;
  padding-top: 4px;
}

#categoriePage .form-group .content input {
  width: auto;
}
#addedCategoryTable .path,
#addedCategoryTable .dateCol {
  cursor: pointer;
  display: block;
}
#wizard .tooltip.fade {
  position: fixed !important;
  text-transform: lowercase;
}

/* end albero in registrazione */

#loader {
  border: 6px solid #db2f2f;
}

.form-group .value .fa-light fa-pencil {
  color: #ff8c00;
}

@media screen and (max-width: 1024px) {
  #loginForm {
    width: 90%;
  }
  #loginForm .col-4 {
    float: left;
    width: 33%;
    max-width: inherit;
    margin-right: 0;
  }

  #loginForm .col-4 input.form-control {
    text-align: left;
    text-indent: 0;
    background-color: #fff;
  }
  body.widescreen.home .wrapper-page {
    background-image: none;
  }

  body.widescreen.home .wrapper-page .input-group .form-control,
  #loginForm .col-4:nth-child(3) input {
    margin-left: 5px;
  }
  body.widescreen.home .wrapper-page #loginForm button {
    background-color: #008773;
    width: 98%;
    float: right;
    opacity: 0.9;
  }

  body.widescreen.home .wrapper-page #loginForm button:hover {
    opacity: 1;
    background-color: #008773;
  }
  span.float {
    text-align: left;
    display: block;
    width: 100%;
    position: inherit;
    float: none;
    font-size: 14px;
    margin-top: 130px;
  }

  .home .col-12.text p {
    width: 100%;
  }

  #loginForm label {
    margin-left: 20px;
  }
}

@media screen and (max-width: 668px) {
  #loginForm {
    width: 90%;
  }
  #loginForm .col-4 {
    width: 100%;
    margin-bottom: 5px;
  }

  body.widescreen.home .wrapper-page #loginForm button {
    width: 100%;
  }
  body.widescreen.home .wrapper-page .input-group .form-control,
  #loginForm .col-4:nth-child(3) input {
    margin-left: 0;
    text-align: center;
  }

  #loginForm .col-4 input.form-control {
    text-align: center;
  }

  span.float,
  .home .col-12.text p {
    text-align: center;
  }

  .home .col-12.text p {
    font-size: 15px;
    font-family: Verdana;
  }

  .home .col-12.text h2::before {
    background-position: center;
    width: 100%;
  }

  .home .col-12.text h2 {
    height: 30px;
  }
  span.float {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #537db1;
    font-family: Verdana;
  }

  .home .col-12.text {
    margin-bottom: 20px;
  }
  body.widescreen.home {
    background-position: center top;
  }

  #loginForm .col-6 {
    width: 100%;
    float: none;
    max-width: inherit;
    margin: 0 auto;
    text-align: center;
  }

  #loginForm .col-6 .form-group {
    margin: 0 auto;
  }

  .home .form-group a.recover {
    border-left: none;
    float: right;
  }
}

#signature_details h5,
#modalDettaglioDocumenti .signature_details h5 {
  color: #4e82b7;
}
#signature_details.modal-body .value::after,
#modalDettaglioDocumenti .signature_details.modal-body .value::after {
  color: #008773;
}
.modal-content .col-md-12 .col-form-label.main {
  color: #4e82b7;
}

.modal-content .col-md-12 .col-form-label.main.general {
  margin-top: -10px;
}
.modal-content .col-md-12 .col-form-label.main:before {
  background-color: #4e82b7;
}

.modal-content .col-md-12 .col-form-label.main:after {
  background-color: #4e82b7;
}

.modal-content .col-md-12 .col-form-label.subtitle {
  color: #4e82b7;
}

#sidebar-menu > ul > li > a.active {
  background: #012427 !important;
}

.tableSearch th input {
  border: 1px solid #e2e2e2;
  font-family: "Verdana";
  font-size: 11px;
  height: 20px;
  text-indent: 2px;
  width: 100%;
}

#users .tableSearch .SumoSelect {
  width: 100%;
}

.content #users .SumoSelect > .CaptionCont {
  height: 20px;
}

.SumoSelect > .CaptionCont.SelectBox > span {
  color: #131313;
}

/*login form*/

.language {
  position: absolute;
  right: 20%;
  margin-left: -450px;
  bottom: 100px;
  z-index: 999999999;
  color: #ffa500;
}
.language a {
  color: #ffa500;
}

.link {
  font-size: 11px;
  color: white;
  z-index: 999999999;
  text-decoration: underline;
  width: auto;
  float: left;
}
.link a {
  color: white;
}
.link a:hover {
  color: #ffa500;
}

/*fine login form*/

/*modifiche da riportare su generic?*/
.content-page > .content {
  margin-top: -60px;
}

#wrapper.enlarged #sidebar-menu ul ul {
  background-color: #012427;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
  background: #014247;
}

a:hover,
table.table-bordered.resultList td a:hover,
#reg_privacy_li a:hover,
#vendorListTable a.info:hover,
#vendorListTable td a:hover,
#tableRiepDocumenti td a:hover,
#tableRiepDocumenti td a i:hover,
.legalTerm .form-group.col-md-12 a:hover {
  color: #26453e;
}

a,
table.table-bordered.resultList td a,
.resultList li::after,
span.role::before,
a#navLinkId,
#reg_privacy_li a,
#vendorListTable a.info,
#vendorListTable td a,
#tableRiepDocumenti td a,
#tableRiepDocumenti td a i,
.legalTerm .form-group.col-md-12 a {
  color: var(--maincolor);
}

.content table.dataTable td i {
  color: var(--maincolor);
}

.pdf_download {
  background-color: #014247;
  background-image: -moz-linear-gradient(center top, #012427, #014247);
  background: -webkit-linear-gradient(top, #012427, #014247);
  background: -linear-gradient(top, #012427, #014247);
  background: -ms-linear-gradient(top, #012427 0%, #014247 100%);
}

.pdf_download:hover {
  background-color: #012427;
  background-image: -moz-linear-gradient(center top, #012427, #012427);
  background: -webkit-linear-gradient(top, #012427, #012427);
  background: -linear-gradient(top, #012427, #012427);
  background: -ms-linear-gradient(top, #012427 0%, #012427 100%);
}

.external #areaMenu label {
  color: #1e75b9;
}

.content-page .external #areaMenu label.control.control--radio.checked {
  background: #008773 url("../../step_triangle.png") no-repeat center right;
}

.content-page .external #areaMenu label:before,
#registration #areaMenu label:before {
  display: none;
}

#level2 div span,
#level1 div span,
#level3 div span {
  color: var(--maincolor);
}

.external #subCategoryDiv li span.control.control--radio,
.external #subCategoryDiv li::after,
#registration div.col-form-label.uploaded a,
.numberQuestion,
#questionario .tab-content label.longtext a {
  color: var(--maincolor);
}
.content #questionario ul.nav li.nav-item a.active {
  background-color: #012427;
}

:after {
  color: var(--maincolorhover);
}

.external #areaMenu label {
  color: var(--maincolor);
}

#level2 div span,
#level1 div span,
#level3 div span {
  color: var(--maincolor);
}

.external #subCategoryDiv li span.control.control--radio {
  color: #000;
}
.external #subCategoryDiv li::after {
  color: var(--maincolor);
}

.language {
  width: 900px;
  margin: 0 auto;
  height: 0;
  top: 0;
}

.language a {
  color: #fff;
  font-size: 13px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.language a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.language a.inactive:hover {
  text-decoration: none;
  cursor: default;
}

.language a.inactive {
  border-top: 4px solid #012427;
  font-family: Verdana;
  background-color: #014247;
}

/* start albero in company data */

#registration #areaMenu label input,
.editable #areaMenu label input {
  display: none;
}

#registration #areaMenu br,
.editable #areaMenu br {
  display: none;
}

#registration #areaMenu label,
.editable #areaMenu label {
  cursor: pointer;
  color: var(--maincolor);
  font-size: 13px;
  font-family: Verdana;
  border-bottom: 1px solid #eee;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  height: 30px;
  line-height: 30px;
  display: block;
}

#registration #areaMenu label:hover,
.editable #areaMenu label:hover,
.content-page table td a:hover,
.content-page table td i:hover {
  color: var(--maincolorhover);
}
#registration #subCategoryDiv table th,
#registration #addedCategoryTable th,
.editable #subCategoryDiv table th,
.editable #addedCategoryTable th {
  display: none;
}
#registration #subCategoryDiv table,
#registration #addedCategoryTable,
.editable #subCategoryDiv table,
.editable #addedCategoryTable {
  width: 100% !important;
  float: none;
}

#registration #addedCategoryTable td,
.editable #addedCategoryTable td {
  border-right: none;
  border-left: none;
  padding-left: 0;
}
#registration #categoriePage h5 span.number,
.editable #categoriePage h5 span.number {
  color: red;
  border: 1px solid red;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  float: left;
  text-align: center;
  opacity: 0.5;
  line-height: 18px;
  margin-right: 7px;
  text-indent: 1px;
  font-size: 12px;
  font-family: Verdana;
}
#registration #categoriePage .col-12 h5,
.editable #categoriePage .col-12 h5 {
  width: 33%;
  float: left;
  font-family: Verdana;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
}

.editable #categoriePage .col-12 h5 {
  margin-right: 10px;
  width: 33%;
}
.editable #categoriePage label.control.control--radio {
  padding-top: 5px;
  color: #000;
}
.editable #categoriePage .col-12 h5:last-child {
  margin-right: 0;
  width: 30%;
}
#registration #subCategoryDiv,
#registration #categoriePage .form-group,
#registration #categoriePage #addedCategoryDiv,
.editable #subCategoryDiv,
.editable #categoriePage .form-group,
.editable #categoriePage #addedCategoryDiv {
  width: 33%;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 15px;
  border-right: 1px solid #e2e2e2;
  padding-left: 15px;
  overflow: hidden;
}
#registration #categoriePage #addedCategoryDiv,
.editable #categoriePage #addedCategoryDiv {
  padding-right: 0;
  border-right: none;
}

#registration #categoriePage .col-12,
.editable #categoriePage .col-12 {
  padding-left: 0;
}
#registration #categoriePage .col-12:first-child h5,
.editable #categoriePage .col-12:first-child h5 {
  font-size: 16px;
  margin-bottom: 0;
}

.editable #areaMenu label:first-child:before,
.editable #areaMenu label:nth-child(3):before,
.editable #areaMenu label:nth-child(5):before {
  display: none;
}

.editable #areaMenu label:nth-child(5):before,
.editable #areaMenu label:nth-child(3):before,
.editable #areaMenu label:first-child:before {
  font-family: Fontawesome-light;
  margin-right: 15px;
  width: 10px;
  text-align: center;
  float: left;
  font-family: Fontawesome-light;
}

.editable #subCategoryTable td:last-child,
.editable #addedCategoryTable td:last-child {
  padding-right: 0;
}
.editable #addedCategoryTable td:last-child img {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.editable #addedCategoryTable td:last-child::after {
  content: "\f1f8";
  display: inline-block;
  color: var(--maincolor);
  cursor: pointer;
  font-family: Fontawesome-light;
  font-size: 13px;
  height: auto;
  line-height: 0;
}
.editable #categoriePage #subCategoryDiv {
  padding-left: 15px;
}
.editable #subCategoryTable td.dataTables_empty:last-child,
.editable #addedCategoryTable td#registration #subCategoryTable td:last-child,
.editable #addedCategoryTable td.dataTables_empty:last-child {
  padding-right: 10px;
}

#wrapper.enlarged
  .left.side-menu
  li:nth-child(10)
  ul.list-unstyled
  #wrapper.enlarged
  .left.side-menu
  li:nth-child(11)
  ul.list-unstyled
  #wrapper.enlarged
  .left.side-menu
  li:nth-child(12)
  ul.list-unstyled,
#wrapper.enlarged .left.side-menu li:nth-child(15) ul.list-unstyled,
#wrapper.enlarged .left.side-menu li:nth-child(16) ul.list-unstyled,
#wrapper.enlarged .left.side-menu li:nth-child(17) ul.list-unstyled,
#wrapper.enlarged .left.side-menu li:nth-child(18) ul.list-unstyled,
#wrapper.enlarged .left.side-menu li:nth-child(19) ul.list-unstyled {
  position: absolute;
  bottom: 45px;
}

button#addContracthref {
  border-color: #05636e;
  background: 0;
  box-shadow: none;
  border-radius: 54px;
  width: 20px;
  height: 26px;
  background: 0;
  box-shadow: none;
}

.evaluationDocs i:before {
  position: relative;
  right: 10px;
  top: -6px;
  color: #05636e;
  opacity: 1;
  cursor: pointer;
  font-size: 19px;
  padding-right: 10px;
}

.editable #subCategoryTable td,
.editable #addedCategoryTable td {
  border-right: 0;
  border-left: 0;
  padding-left: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 11px;
}

#categoriePage label.control.control--radio {
  display: block;
  float: none;
  width: 100%;
  margin-bottom: 8px;
  text-transform: none;
  line-height: 16px;
  height: auto;
  padding-top: 8px;
}
#categoriePage .control__indicator {
  border-radius: 0;
}
#categoriePage .control--radio .control__indicator::after {
  content: "\f00c";
  font-family: Fontawesome-light;
  background-color: transparent;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  color: #fff;
  font-weight: bold;
  font-size: 9px;
  margin-left: 3px;
}
#subCategoryTable a::before {
  content: "\2b";
  font-family: Fontawesome-light;
  font-size: 12px;
  color: #c8272c;
  padding: 5px 0 5px 5px;
}
#subCategoryTable a {
  font-size: 0;
  float: right;
}
#categoriePage span.title {
  font-family: Verdana;
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
  color: #222;
}

.editable #addedCategoryTable td.dataTables_empty:after {
  display: none;
}

.editable {
  width: 96%;
  margin-left: 2%;
}

.editable h4 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.editable #categoriePage #subCategoryDiv .dataTables_empty,
.editable #categoriePage #addedCategoryDiv .dataTables_empty {
  padding-left: 25px;
}

.editable #categoriePage #subCategoryDiv .dataTables_empty:before,
.editable #categoriePage #addedCategoryDiv .dataTables_empty:before {
  position: absolute;
  margin-left: -15px;
  margin-top: -1px;
}

.editable table td {
  border-bottom: 1px solid #eee;
}
.editable #areaMenu label {
  border: none;
  color: #000;
  font-family: Verdana;
  font-size: 12px;
}
.editable #subCategoryTable a {
  float: right;
}
#categoriePage #back:before {
  width: 20px;
  height: 10px;
  float: left;
  content: "\e2e1";
  font-family: Fontawesome-light;
  color: #c8272c;
  font-size: 15px;
}
#addedCategoryTable .path,
#addedCategoryTable .dateCol {
  cursor: pointer;
  display: block;
}

/* end albero in company data */

#registration li.nav-item.completed a::after {
  color: white;
}
.alert.alert-danger.success {
  margin-top: 45px;
}
#pre_save_modal .subtitle {
  margin-top: 5px;
}
#pre_save_modal .modal-content .modal-body table #mail_body {
  padding-top: 30px !important;
}
#pre_save_modal .head_name {
  width: 20px;
}
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
  color: white;
}

/* inizio messaggi di alert in area registrazione */

#wizard .alert-danger {
  background-color: #fff;
  border: none;
  color: #000;
  font-family: Verdana;
  width: 46%;
  margin: 0 auto;
  margin-top: 10%;
  min-height: 200px;
  padding: 35px 100px;
  line-height: 27px;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
}

#wizard .alert-danger button.btn {
  width: 30%;
  left: 0;
  margin-left: 35%;
  margin-right: 35%;
  bottom: 30px;
  min-width: inherit;
  text-transform: uppercase;
  font-family: Verdana;
}
.alert-danger.success .list-group-item {
  padding: 0;
  border: none;
  text-align: left;
  font-size: 12px;
  font-family: Verdana;
  line-height: 19px;
  height: auto;
  margin-bottom: 10px;
}

#wizard .alert-danger.success {
  padding: 25px;
  max-width: 600px;
}

#wizard .alert-danger.success h5 {
  text-align: left;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: Verdana;
}

#wizard .alert-danger.success h5.modal.subtitle {
  display: block;
  margin-bottom: 30px;
  position: relative;
  font-size: 13px;
  font-family: Verdana;
  text-align: left;
  line-height: 18px;
  color: #222;
  max-width: 90%;
}

#wizard .alert-danger.success .checkbox {
  margin-top: 0;
  margin-bottom: 20px;
  float: left;
  margin-right: 10px;
  height: 18px;
  line-height: 18px;
  cursor: pointer;
}
#wizard .alert-danger.success div.container.py-3 {
  text-align: center;
  height: 50px;
  margin-top: 36px;
  display: flex;
  justify-content: center;
}
#wizard .alert-danger.success div.container.py-3 button {
  float: none;
  padding-right: 12px;
  padding-left: 12px;
  width: auto;
  box-sizing: border-box;
}

#wizard .alert-danger.success div.container.py-3 button.btn-primary {
  float: none;
  margin-right: 0;
  margin-left: 1%;
}
#wizard
  #registration
  .alert-danger.success
  div.container.py-3
  button.btn-secondary {
  float: none;
  margin-left: 0;
  margin-right: 1%;
  width: auto;
}

.alert-danger.success ul.list-group {
  margin-top: 25px;
}

#loginForm .error.success {
  color: #a7eda2;
  float: left;
}

#loginForm .error,
#loginForm .error.success {
  margin-left: 74px;
}
/* fine messaggi di alert */

.homeBox.intro .internal.left.doc_aggiornamento .content span::after {
  background-color: #5790ae;
  background-image: -moz-linear-gradient(center top, #5790ae, #46758e);
  background: -webkit-linear-gradient(top, #5790ae, #46758e);
  background: -linear-gradient(top, #5790ae, #46758e);
  background: -ms-linear-gradient(top, #5790ae 0%, #46758e 100%);
}

.homeBox.intro .internal.right.quest_compilati .content span::after {
  background-color: #657e5e;
  background-image: -moz-linear-gradient(center top, #779e6d, #587651);
  background: -webkit-linear-gradient(top, #779e6d, #587651);
  background: -linear-gradient(top, #779e6d, #587651);
  background: -ms-linear-gradient(top, #779e6d 0%, #587651 100%);
}

.homeBox.intro .internal.left.doc_aggiornamento .content span::after {
  content: "\f2f1";
}

.homeBox.intro .internal.left.doc_allegati .content span::after {
  content: "\e647";
  font-size: 21px;
}

.homeBox.intro .internal.right.quest_dacompilare .content span::after {
  content: "\f303";
}

.homeBox.intro .internal.right.quest_compilati .content span::after {
  content: "\f00c";
}

.homeBox.intro .internal.doc_allegati .content span:before,
.homeBox.intro .internal.doc_aggiornamento .content span:before {
  /*   content:"\f07b"; */
  font-family: Fontawesome-light;
  margin-right: 20px;
  font-size: 15px;
  float: left;
  margin-top: -1px;
}

/* .homeBox.intro .internal.quest_compilati .content span:before, */
/* .homeBox.intro .internal.quest_dacompilare .content span:before{ */
/* /*   content:"\f14a"; */
*/
/*   font-family: Fontawesome-light; */
/*   margin-right: 20px; */
/*   font-size: 15px; */
/*   float: left; */
/* } */

.tab-pane .row.mt-1.mb-1 .col-12 {
  margin: 0;
  width: 100%;
  max-width: 100%;
  flex: inherit;
}

.tab-content.readonly .row.table-responsive,
.tab-content.readonly .container-fluid {
  margin: 0;
  padding: 0;
  width: 100%;
  padding-right: 0;
  overflow: visible;
}

/* start vendor list - modale */
#modalAreaDetail span {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Verdana";
}
#modalAreaDetail ul {
  font-size: 14px;
  list-style-type: none;
  margin-left: -24px;
}

#modalAreaDetail span::before {
  content: "\f00c";
  font-family: "Fontawesome-light";
  color: #a11d21;
  margin-left: -20px;
  margin-right: 8px;
}

.modal #modalGradeDetail-form tr:last-child td {
  color: blue;
  background-color: #effcf3;
  color: #67d262;
  font-family: Verdana;
  text-transform: uppercase;
}

/* end vendor list - modale */
/* nuove icone HP interna */

.homeBox.intro .internal.left .content span::after {
  content: "\f657";
  font-family: "Fontawesome-light";
  margin-right: -4.5%;
  color: #324d67;
  background-color: none !important;
  background-image: none !important;
  background: none !important;
  background: none !important;
  background: none !important;
  font-size: 1.5vw;
}

.homeBox.intro .internal.right.job .content span::after {
  content: "\e41b";
  font-family: Fontawesome-light;
  color: #324d67;
  background-color: none !important;
  background-image: none !important;
  background: none !important;
  background: none !important;
  background: none !important;
  font-size: 1.5vw;
}

.homeBox.intro .internal.right.docs.job.content span::after {
  content: "\f07b";
  color: #324d67;
  background-color: none !important;
  background-image: none !important;
  background: none !important;
  background: none !important;
  background: none !important;
  font-size: 1.5vw;
}

.homeBox.intro .internal.right.docs .content span::after {
  content: "\f07b";
  color: #324d67;
  background-color: none !important;
  background-image: none !important;
  background: none !important;
  background: none !important;
  background: none !important;
  font-size: 1.5vw;
}
.homeBox.intro .internal.right.docs .content span::after {
  content: "\f07b";
  color: #324d67;
  background-color: none !important;
  background-image: none !important;
  background: none !important;
  background: none !important;
  background: none !important;
  font-size: 1.5vw;
}
.homeBox.intro .internal.right .content span::after,
.homeBox.intro .internal.left .content span::after,
.internal.high.mail h3 span::after,
.internal.high.access h3 span::after {
  width: 60px;
  height: 60px;
  color: #324d67;
  background-color: none !important;
  background-image: none !important;
  background: none !important;
  background: none !important;
  background: none !important;
  font-size: 1.5vw;
  display: block;

  float: right;
  z-index: 9999999999999;
  margin-top: 0;
  text-align: center;
  line-height: 60px;
  border-left: none;
  margin-right: -4.5%;
  float: right;
  text-align: center;
}
.homeBox.intro .internal.right .content span::after,
.homeBox.intro .internal.left .content span::after,
.internal.high.mail h3 span::after,
.internal.high.access h3 span::after {
  width: 60px;
  height: 60px;
  color: #324d67;
  background-color: none !important;
  background-image: none !important;
  background: none !important;
  background: none !important;
  background: none !important;
  font-size: 1.5vw;
  display: block;

  float: right;
  z-index: 9999999999999;
  margin-top: 0;
  text-align: center;
  line-height: 60px;
  border-left: none;
  margin-right: -4.5%;
  float: right;
  text-align: center;
}

.topspace {
  padding-top: 10rem !important;
}

.service_mail {
  text-align: center;
  font-size: 1vw;
}

.homeBox.intro .internal.left.doc_allegati .content span::after {
  content: "\e647" !important;
  font-size: 21px;
  background-image: none;
}

.doc_allegati.finished span::after,
.homeBox.intro .internal.right.finished .content span::after {
  /*     content: "\e647"!important; */
  content: "\f00c";
  font-size: 27px !important;
  background-image: none;
  /*     padding-right: 16px; */
}

.homeBox.intro .internal.none .content span.toDo,
.homeBox.intro .internal.partial .content span.toDo,
.homeBox.intro .internal.finished .content span.toDo {
  color: #fff !important;
  font-size: 14px !important;
}

.homeBox.intro .internal.left.questionnaires.finished .content span::after {
  content: "\f00c";
  font-size: 27px;
  /*      padding-right:10px; */
  background-image: none;
}

.error {
  color: red;
  font-size: 12px;
  font-weight: 400;
}

.shadowmenu_login {
  -webkit-box-shadow: 0px 0px 0px 0px #0c2340 !important;
  -moz-box-shadow: 0px 0px 0px 0px #0c2340 !important;
  -o-box-shadow: 0px 0px 0px 0px #0c2340 !important;
  box-shadow: 0px 0px 0px 0px #0c2340 !important;
}

.wb {
  border: 1px solid #ffffff;
  height: 40px;
}

#sidebar-menu {
  height: 100%;
  min-height: 100%;
}

.fixed-left-void #sidebar-menu > ul {
  background: none;
}

#sidebar-menu > ul {
  background: url(../../img/niumactive_dark.png) no-repeat bottom;
  height: 90%;
}

.input-group-textA {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #aaafb2;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.content h5.introduction button.btn.send::before {
  background: transparent url(../../../img/submit.png) no-repeat center;
  content: "";
  font-family: Fontawesome-light;
  display: block;
  height: 20px;
  width: 100%;
  font-size: 16px;
  opacity: 0.8;
}

.notifyjs-metro-success {
  color: #ffffff !important;
  background-color: #66bb6a;
  border: 1px solid #66bb6a;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  min-height: 253px;
  min-width: 350px;
}

/*   CAMPAGNE VALUTAZIONE   */

#registration #vrquestions .container.card {
  border-radius: 0;
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 0;
}

#vrquestions .fa-light fa-info {
  color: #222;
  font-size: 10px;
  border-radius: 50px;
  border: 1px solid #777;
  height: 13px;
  width: 13px;
  cursor: pointer;
  margin-left: 5px;
  float: left;
  text-align: center;
  margin-top: 1px;
  opacity: 0.7;
}
#vrquestions .fa-light fa-info:hover {
  opacity: 1;
  color: #000;
}
#vrquestions .tab-content .form-group.off {
  opacity: 0.3;
}

#vrquestions .select2-container.form-control.select2,
#vrquestions .select2-container.form-control.select2 span,
#vrquestions .select2-container.form-control.select2 a {
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.col4 .value a.upload {
  margin-top: 0;
  height: 30px;
}

.col4 .value input,
.col4 .value select,
.col4 .value a.upload,
#vrquestions .select2-container.form-control.select2,
#vrquestions .select2-container.form-control.select2 span,
#vrquestions .select2-container.form-control.select2 a {
  font-size: 11px;
  background-color: transparent;
}

#registration #vrquestions .container.card:before {
  content: ".";
  position: absolute;
  top: 0;
  margin-top: -11px;
  background-color: #fff;
  width: 20px;
  height: 20px;
  font-size: 0;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-left: -9px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg); /* IE 9 */
}

#vrquestions h4 b {
  font-size: 18px;
}

#vrquestions .nav.nav-tabs .nav-link {
  display: block;
  float: none;
  font-size: 12px;
  height: auto;
  padding-top: 10px;
  text-align: left;
  padding-bottom: 10px;
  box-sizing: border-box;
  padding-right: 22px;
  padding-left: 10px;
}

#vrquestions .tab-content label {
  text-transform: none;
  font-size: 12px;
  color: #000;
  float: left;
  max-width: 95%;
  padding-top: 0;
  line-height: 16px;
  height: 35px;
  letter-spacing: -0.1px;
  overflow: hidden;
}

#vrquestions .tab-content .value {
  float: left;
  width: 100%;
  position: relative;
  top: 7px;
}

#vrquestions .tab-content label.control--radio {
  width: auto;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 22px;
  overflow: visible;
}

#vrquestions .tab-content .form-group {
  width: 100%;
  margin-bottom: 30px;
  margin-right: 0;
  height: 66px;
}

#vrquestions .tab-content .form-group {
  width: 100%;
  margin-bottom: 30px;
  margin-right: 0;
  height: 66px;
}

#vrquestions .tab-content .readonly .form-group.checkboxQuestion {
  width: 100%;
  margin-bottom: 30px;
  margin-right: 0;
  height: auto;
}

#vrquestions .form-group.col1 label.col-form-label {
  height: auto;
  min-height: auto;
}
#vrquestions .tab-content .form-group.col2 {
  width: 45%;
  margin-right: 2.5%;
  margin-left: 2.5%;
  padding-right: 0;
  margin-bottom: 35px;
}

#vrquestions .tab-content .form-group.col2.clear {
  margin-right: 50%;
}
#vrquestions .tab-content .form-group.col4 {
  width: 23%;
  float: left;
  padding-right: 0;
  margin-bottom: 45px;
}

#vrquestions .tab-content .form-group.col3 {
  width: 28%;
  margin-right: 0;
  /* margin-left: 2.1%; */
  height: 54px;
}

#vrquestions .form-group.sub {
  margin-left: 2.5%;
}
#vrquestions .readonly .col3 .value div.select2-container,
#vrquestions .readonly .col3 .value div.select2-container span {
  background-color: transparent;
  font-size: 12px;
}
#vrquestions .form-group.col1.qstidref_1 label.col-form-label,
#SOA_form .form-group.col1.noBorder label.col-form-label,
#vrquestions .form-group.col1 label.col-form-label {
  font-size: 12.6px;
  height: auto;
  margin-bottom: 10px;
}
#vrquestions .form-group.col1.noBorder.qstidref_1,
#vrquestions .form-group.col1 {
  margin-bottom: 5px;
  margin-top: 10px;
}

#vrquestions .form-group.sub .numberQuestion {
  font-size: 12px;
  color: #000;
  margin-top: -1px;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
}
#vrquestions .form-group.col3 .value input,
#vrquestions .form-group.col3 .value a {
  font-size: 11px;
}

#vrquestions .form-group .value a.upload {
  height: 30px;
  margin-top: 0;
  color: gray !important;
}

#vrquestions .tab-content .form-group.col1 {
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  padding-right: 0;
}
#vrquestions .tab-content label.longtext a {
  color: #eb0606;
  cursor: pointer;
}
#vrquestions .tab-content label.longtext a:hover {
  color: #ff0000;
}
#vrquestions .tab-content label.longtext a:before {
  content: "[";
}
#vrquestions .tab-content label.longtext a:after {
  content: "]";
}

#vrquestions .tab-content label.longtext {
  overflow: hidden;
  float: left;
  width: 100%;
  max-width: 100%;
  letter-spacing: -0.15px;
}

#vrquestions .nav.nav-tabs .nav-link {
  color: #555;
}

#vrquestions .nav.nav-tabs .nav-link:before {
  color: #333;
}

#vrquestions .nav.nav-tabs .nav-item.compiled a:before {
  color: #6cd38d;
}

#vrquestions .nav.nav-tabs .nav-item.expired a:before {
  color: #ff0000;
}

#vrquestions .nav-item a::before {
  content: "\f303";
}

#vrquestions .nav-item.active a::before {
  content: none;
}

#vrquestions .nav-item.compiled a::before {
  content: "\f00c";
}
#vrquestions .nav-item.expired a::before {
  content: "\e66e";
}

#vrquestions ul.nav-tabs li.nav-item a.active {
  background: #3f3f3f url("../../img/step_triangle.png") no-repeat center right;
  opacity: 0.9;
  color: #fff;
}

@media screen and (max-width: 1280px) {
  #vrquestions .tab-content .form-group.col1 {
    max-width: inherit;
  }
}

@media screen and (max-width: 1220px) {
  #vrquestions .tab-content .form-group.col2 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    display: block;
    max-width: inherit;
  }
  .content h4.header-title ul.intro {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
  .content h4.header-title ul.intro:before {
    display: none;
  }

  #vrquestions .card-box.vertical .tab-content .form-group.clear {
    margin-right: 0;
  }
  #vrquestions .tab-content .form-group.col1 {
    width: 100%;
    max-width: inherit;
    margin-left: 0;
    margin-right: 0;
  }
  #vrquestions .tab-content .form-group.col3 {
    width: 90%;
    max-width: inherit;
    margin-left: 0;
    margin-left: 10px;
    margin-bottom: 20px;
  }

  #vrquestions .tab-content .edit .form-group.col3,
  #vrquestions .tab-content .form-group.sub {
    margin-left: 0;
  }

  #vrquestions .tab-content {
    width: 70%;
  }

  #vrquestions .card-box.vertical.status ul.nav-tabs {
    width: 25%;
  }

  #vrquestions .tab-content .form-group.col4 {
    width: 48%;
    margin-right: 2%;
    margin-left: 2%;
  }
}

.card-box.vertical.status ul.nav-tabs {
  width: 17%;
  float: left;
  border-bottom: none;
  height: 100%;
  min-height: 100%;
}

.insodd {
  color: #ff3b3b !important;
}

.qst_note {
  padding-top: 16px;
  line-height: 15px;
  text-transform: none;
  color: #595959;
  font-family: Verdana;
  font-size: 11px;
  font-weight: 400;
}
.col-form-label.widLab {
  margin-top: 2px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding-left: 0px;
}

.numberQuestion {
  color: #e33d42;
  font-size: 14px;
  float: left;
  margin-top: 0px;
  width: 30px;
  text-align: center;
  margin-left: -15px;
}

.no_brdr {
  border-bottom: 0px !important;
}

.brdr {
  border-bottom: 1px solid #ddd;
  height: 25px;
}

.title_det_quest {
  text-align: left;
  text-transform: uppercase;
  font-family: Verdana !important;
  font-size: 12px;
}

.points_det_quest {
  text-align: left;
  text-transform: uppercase;
  font-family: Verdana !important;
  font-size: 12px;
  color: #008773 !important;
}

.points_totale_quest {
  text-align: left;
  text-transform: uppercase;
  font-family: Verdana !important;
  font-size: 12px;
  color: #3db84b !important;
}

.punteggio_quest {
  text-align: left;
  text-transform: uppercase;
  font-family: Verdana !important;
  padding-left: 5px;
  font-size: 12px;
}

.size_text_quest {
  font-family: Verdana !important;
  font-size: 12px !important;
  text-align: left;
}

.size_text_quest_valutazione {
  font-family: Verdana !important;
  text-transform: uppercase;
  font-size: 12px !important;
  text-align: left;
}

.title_punt_tot_quest {
  text-align: right;
  font-family: Verdana !important;
  font-size: 12px;
}

.blocco_legenda {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.input-group-text-quest {
  display: flex;
  align-items: top;
  padding: 0 0.75rem;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  font-family: Verdana;
}

.new_qst_note {
  padding-top: 16px;
  line-height: 15px;
  text-transform: none;
  padding-left: 37px;
  color: #595959;
  font-family: Verdana;
  font-size: 11px;
  font-weight: 400;
}

.widLab {
  text-transform: none;
  font-size: 12px;
  color: #000;
  float: left;
  max-width: 95%;
  padding-top: 0;
  height: 25px;
  letter-spacing: -0.1px;
  padding-left: 10px;
}

.vrTotalEvaluation {
  width: 50%;
  display: inline-block;
  font-size: 16px;
  margin-left: 100px;
}

.row.chart.vr {
  margin-top: 20px;
}

.row.chart.vr h5 {
  margin-left: 40px;
}
/* FINE CAMPAGNE VALUTAZIONE */

.SumoSelect > .CaptionCont > span {
  display: block !important;
  padding-right: 30px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  cursor: pointer !important;
  width: 250px !important;
}

@media screen and (min-width: 1024px) and (max-width: 1679px) {
  #sidebar-menu {
    margin-top: 0px !important;
    padding-top: 0 !important;
  }

  #wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
    height: 30px;
  }

  #wrapper .left.side-menu #sidebar-menu ul li.active a.active {
    height: 30px;
  }

  #wrapper.enlarged .left.side-menu li:nth-child(6) ul.list-unstyled,
  #wrapper.enlarged .left.side-menu li:nth-child(11) ul.list-unstyled,
  #wrapper.enlarged .left.side-menu li:nth-child(12) ul.list-unstyled,
  #wrapper.enlarged .left.side-menu li:nth-child(13) ul.list-unstyled,
  #wrapper.enlarged .left.side-menu li:nth-child(14) ul.list-unstyled,
  #wrapper.enlarged .left.side-menu li:nth-child(15) ul.list-unstyled,
  #wrapper.enlarged .left.side-menu li:nth-child(16) ul.list-unstyled,
  #wrapper.enlarged .left.side-menu li:nth-child(17) ul.list-unstyled {
    position: absolute;
    bottom: 30px;
  }

  #wrapper .left.side-menu #sidebar-menu ul .list-unstyled li {
    height: 22px;
  }

  #wrapper.enlarged #sidebar-menu ul ul,
  #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a,
  #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
    background-color: #000000;
  }

  #wrapper.enlarged .left.side-menu #sidebar-menu ul li.has_sub ul li a {
    color: #ffffff;
    border-bottom: none;
    opacity: 0.7;
    font-size: 11.6px;
    padding-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 0.2px;
    cursor: pointer;
  }

  #sidebar-menu > ul > li > a {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    padding: 3px 20px;
    margin: 4px 0;
  }

  #sidebar-menu ul ul a {
    color: #fff;
    display: block;
    padding: 0px 20px 10px 62px;
    font-size: 0.78rem;
    opacity: 0.8;
  }

  #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 190px;
    margin-top: -4px;
    padding-top: 5px !important;
  }

  #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
    padding: 10px 20px;
    min-height: 40px;
  }
}

@media screen and (min-width: 1680px) and (max-width: 1920px) {
  .SumoSelect > .CaptionCont > span {
    display: block !important;
    padding-right: 30px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    cursor: pointer !important;
    width: 300px !important;
  }

  #sidebar-menu {
    margin-top: 30px !important;
    padding-top: 0 !important;
  }

  /*         .list-unstyled { */
  /*  position:relative!important; */
  /*  top:-145px!important; */

  /* } */

  /*    .slimscrollleft .list-unstyled { */
  /*  position:relative!important; */
  /*  top:0px!important; */

  /*   }   */

  #wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
    height: 40px;
  }

  #wrapper .left.side-menu #sidebar-menu ul li.active a.active {
    height: 40px;
  }

  #wrapper .left.side-menu #sidebar-menu ul .list-unstyled li {
    height: 32px;
  }

  #wrapper.enlarged #sidebar-menu ul ul,
  #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a,
  #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
    background-color: #000000;
  }

  .text-limt {
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #wrapper.enlarged .left.side-menu li:nth-child(6) ul.list-unstyled,
  #wrapper.enlarged .left.side-menu li:nth-child(15) ul.list-unstyled,
  #wrapper.enlarged .left.side-menu li:nth-child(17) ul.list-unstyled,
  #wrapper.enlarged .left.side-menu li:nth-child(18) ul.list-unstyled,
  #wrapper.enlarged .left.side-menu li:nth-child(19) ul.list-unstyled {
    position: absolute;
    bottom: 40px;
  }
}

@media screen and (min-width: 1920px) and (max-width: 4500px) {
  .SumoSelect > .CaptionCont > span {
    display: block !important;
    padding-right: 30px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    cursor: pointer !important;
    width: 370px !important;
  }

  #wrapper.enlarged .left.side-menu li:nth-child(6) ul.list-unstyled {
    position: absolute;
    bottom: 45px;
  }

  #sidebar-menu {
    margin-top: 30px !important;
    padding-top: 0 !important;
  }

  #wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
    height: 45px;
  }

  #wrapper .left.side-menu #sidebar-menu ul li.active a.active {
    height: 45px;
  }

  #wrapper .left.side-menu #sidebar-menu ul .list-unstyled li {
    height: 30px;
  }

  #wrapper.enlarged #sidebar-menu ul ul,
  #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a,
  #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
    background-color: #000000;
  }

  /*         .list-unstyled { */
  /*  position:relative!important; */
  /*  top:-145px!important; */

  /* } */

  /*    .slimscrollleft .list-unstyled { */
  /*  position:relative!important; */
  /*  top:0px!important; */

  /*   }   */
}

.lis_pos_fix {
  position: absolute;
  left: 483px;
  top: 24px;
}

/* AI DOC RECOGNITION */
.modal-body .custom-file .ai-upload-label::after,
.form-group .custom-file .ai-upload-label::after,
#registration .custom-file .ai-upload-label::after {
  content: "UPLOAD \00a0\00a0\00a0"url(../../../img/engine-ai-icon-button.png);
}
.ai-loading-box {
  text-align: center;
  background-color: #edf1f6;
  border-radius: 20px;
  margin: 5% 33% 0%;
  width: 30%;
  position: absolute;
  z-index: 1000;
}
.ai-loading-box img {
  width: 35%;
  margin-top: 7%;
  margin-bottom: 5%;
}
.ai-loading-box h4 {
  padding-bottom: 7%;
  color: #326eb1;
  font-weight: bold;
}
.hidden {
  visibility: hidden;
}

/* element.style { */
/*     position: absolute; */
/*     transform: translate3d(-37px, 148px, 0px); */
/*     top: 0px; */
/*     left: 0px; */
/*     will-change: transform; */
/* } */
.dropdown-menu.dropdown-menu-right.profile-dropdown.show {
  padding-bottom: 10px;
  margin-top: -30px;
  margin-left: -60px;
}
.dropdown-menu.dropdown-menu-right.profile-dropdown.show {
  padding-bottom: 10px;
}

.dropdown-menu.show {
  display: block;
  margin-top: -50px;
}

/* NEW CSS 2024 */

.login-container {
  background: url("../../img/background_login.svg") no-repeat center;
  background-size: cover;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.login-card {
  display: flex;
  justify-content: center;
  border-radius: 8px;
  background: #fff;
  height: 60%;
  position: relative;
  top: 7%;
  left: 10%;
}

.logo-login {
  display: flex;
  justify-content: start;
}

.logo-login img {
  width: 65%;
}

.login-container #usernamelabel,
.login-container #passwordlabel {
  border: 1px solid #e0e7eb;
}

.login-container .card {
  border: none;
}

.login-container form {
  width: 100%;
  position: relative;
}

.login-btn {
  border-radius: 2px;
  background: #00569d;
  color: #ffffff;
  border: none;
  font-weight: 400;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 16px;
  text-transform: capitalize;
}

.login-btn:hover,
.login-btn:focus {
  background: var(--maincolorhover);
  border: none;
}

.login-card div.card div:nth-of-type(2) {
  margin-top: 5px;
  margin-bottom: 22px;
}

#lang-dropdown-div {
  width: 70px;
  height: 30px;
  justify-content: center;
  align-items: center;
}

#lang-dropdown {
  background: inherit;
  border-bottom: 1px solid var(--maincolor);
  padding: 1% 25%;
  color: var(--maincolor);
  margin-bottom: 10px;
}

#lang-dropdown:focus {
  box-shadow: none;
}

div#lang-dropdown-div.show #lang-dropdown {
  color: #3d3d3d;
  background: #fff;
}

#lang-dropdown::after {
  width: 10px;
  height: 7px;
  background-color: #0052cc;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  border-radius: 2px;
}

div#lang-dropdown-div.show #lang-dropdown::after {
  content: "\f2ec";
  color: var(--maincolor);
}

#lang-dropdown-menu {
  border-radius: 16px;
  border: 1px solid var(--maincolor);
  background: #fff;
  padding: 0;
  top: 55px !important;
  box-shadow: none;
}

#lang-dropdown-menu img {
  width: 12%;
  border-radius: 4px;
  margin-right: 10%;
}

#lang-dropdown-menu a {
  color: #3d3d3d;
  font-family: "Verdana", sans-serif;
  font-size: 14px;
  border: 0;
  padding: 5% 20%;
}

#lang-dropdown-menu a:hover {
  color: #004a84;
  background: inherit;
  border-radius: inherit;
}

.login-container h4 {
  color: var(--maincolor);
  font-family: "Noto Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  white-space: nowrap;
}

.login-container h6 {
  color: #688394;
  font-family: "Noto Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

.index-text {
  color: #303133 !important;
}

.index-link {
  color: var(--linkcolor) !important;
}

.index-link:hover {
  color: var(--linkcolorhover) !important;
}

.login-container div.form-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.index-footer {
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 40em;
  left: 15.1em;
  border-radius: 2px;
  background-color: #e5e5e5;
  padding: 18px;
}

.index-footer .col-1 {
  display: flex;
  justify-content: center;
}

.index-footer .col-1 i {
  color: #293742;
  border: 1px solid #293742;
  border-radius: 50px;
  padding: 10px;
}

.index-footer .col-11 {
  padding-right: 0;
  padding-left: 3%;
}

.index-rights-div {
  width: 100%;
  position: absolute;
  left: 61%;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #fff;
  gap: 2%;
}

.index-rights-div div {
  display: flex;
  align-items: end;
  gap: 1%;
  width: 100%;
}

.index-rights-div div span:nth-of-type(2) {
  font-size: 18px;
}

.index-rights-div img {
  width: 115px;
}

.topbar {
  left: 0;
  top: 0;
  border-bottom: 1px solid #f0f3f3;
  background-color: white;
  background: white;
  position: fixed;
  height: unset;
  min-height: unset;
  z-index: 9999;
}

#wrapper.enlarged .navbar-custom {
  background: transparent url(../../../bff/img/logo_internal.svg) no-repeat 4px
    17px;
  background-size: 185px;
  margin-left: 20px;
  border: none;
  padding-right: 1%;
  width: 265px;
  height: 64px;
  border-right: 1px solid #f0f3f3;
  margin-top: 0;
  min-height: unset;
}

.forced.enlarged .list-inline.float-right.mb-0 {
  background-color: transparent;
  border: medium none;
  height: 40px;
  margin-top: 13px;
  margin-right: 20px;
}

.breadcrumbs {
  font-family: "DMSans-Bold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #bbc1c0;
  padding-left: 295px;
  padding-top: 25px;
}

.header-buttons {
  font-size: 14px;
  font-weight: 700;
  color: #007cba;
  padding-left: 595px;
  border-right: 1px solid #f0f3f3;
  position: absolute;
  right: 200px;
  height: 100%;
  padding-right: 23px;
  margin-top: 0;
  top: 0;
  z-index: -10;
}

.header-buttons i {
  color: #007cba;
  font-weight: normal;
  font-size: 16px;
}

.header-buttons a {
  border-radius: 4px;
  border: 1px solid #00579d;
  padding: 12px 12px;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  top: 22px;
  color: rgb(50, 110, 177);
}

.header-buttons a:hover {
  color: rgb(51, 51, 51);
  text-decoration: none;
}

.new-nav-help a {
  border-radius: 4px;
  background: var(--maincolor);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 2px solid var(--maincolor);
}

.new-nav-help a i {
  color: #fff;
  text-align: center;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.new-nav-user {
  text-transform: uppercase;
  color: var(--maincolor) !important;
  text-align: center;
  font-family: "Verdana", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
  border: 2px solid var(--maincolor);
  padding: 0px !important;
  align-items: center;
  display: flex;
  justify-content: center;
}

.dropdown-menu.dropdown-menu-right.profile-dropdown.show {
  border-radius: 4px;
  border: 2px solid #e5e5e5;
  background: #fff;
  top: 90% !important;
}

.dropdown-menu.dropdown-menu-right.profile-dropdown.show a.lang:nth-of-type(1) {
  width: 10%;
  border-radius: 4px;
  margin-right: 10%;
  border: none;
  padding: 0;
}

.dropdown-menu.dropdown-menu-right.profile-dropdown.show a.lang {
  width: 10%;
  border-radius: 4px;
  margin-right: 25%;
  padding: 0;
}

.dropdown-menu.dropdown-menu-right.profile-dropdown.show a.lang img {
  border-radius: 16px;
}

.dropdown-menu.dropdown-menu-right.profile-dropdown.show::before {
  content: none;
}

.dropdown-menu.dropdown-menu-right.profile-dropdown.show
  a.dropdown-item.notify-item,
.dropdown-menu.dropdown-menu-right.profile-dropdown.show
  a.dropdown-item.notify-item
  span {
  color: #293742;
  font-family: "Verdana", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

#wrapper.enlarged .content-page {
  padding-top: 0px;
  margin-left: 1%;
}

body #wrapper .content-page > .content {
  padding-top: 52px;
  width: 100%;
}

#wrapper .content-page > .content .container-fluid {
  padding: 0px 10px 0px 5px;
}

.page-header-fixed.page-sidebar-fixed.page-sidebar-minified .hp_container {
  width: 97%;
  padding: 5px 10px 0px 10px;
}

.hp_container {
  width: 97%;
  padding: 5px 10px 0px 20px;
}

.home-welcome-div h2.mb-0,
.home-welcome-div h4.mb-3 {
  padding-left: 20px;
}

.home-welcome-div h2 span:first-of-type {
  color: #393b3b;
  font-family: "Verdana", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.home-welcome-div h2 span:nth-of-type(2) {
  color: #5d6060;
  font-family: "Verdana", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.home-welcome-div h4 span {
  color: #828282;
  font-family: "Verdana", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.homeBox.intro .internal.left .content,
.homeBox.intro .internal.right .content {
  color: #000;
  font-family: "Verdana";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 52px;
}

.home .form-group a.recover,
.home .col-12.text p a,
.home .footer p.help a,
.homeBox.intro .internal .content > a {
  color: #fff;
  text-align: center;
  font-family: "Verdana", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 10px;
  background: var(--maincolor);
  padding: 1px 20px;
  position: relative;
}

.homeBox.intro .internal .content span.toDo {
  font-family: "Verdana", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.hp_container .homeBox.intro .internal.left i,
.hp_container .homeBox.intro .internal.right i {
  font-family: "Verdana", sans-serif;
  font-size: 14px !important;
  font-weight: 400;
}

.homeBox.intro .internal .content > span {
  border-right: 1px solid #e5e5e5;
  padding-right: 12px;
}

.homeBox.intro .internal.high .content {
  margin: 0;
  padding: 0;
}

.hp_container .homeBox.intro .internal.left,
.hp_container .homeBox.intro .internal.right {
  box-shadow: none;
  padding-left: 18px;
  padding-right: 0;
  height: 52px;
}

.homeBox.intro .internal.quest_compilati .content span:before,
.homeBox.intro .internal.quest_dacompilare .content span:before {
  content: none;
}

.homeBox.intro .internal.left.registration .content span::after,
.homeBox.intro .internal.left .content span::after,
.homeBox.intro .internal.right.docs .content span::after,
.homeBox.intro .internal.left.doc_allegati .content span::after,
.homeBox.intro .internal.right.quest_compilati .content span::after,
.homeBox.intro .internal.right.quest_dacompilare .content span::after,
.homeBox.intro .internal.left.doc_aggiornamento .content span::after,
.homeBox.intro .internal.right .content span::after,
.homeBox.intro .internal.left .content span::after,
.internal.high.mail h3 span::after,
.internal.high.access h3 span::after {
  border-radius: 2px;
  background: #f8f9f9 !important;
  width: 42px;
  height: 42px;
  margin: 5px 5px 5px 0;
  color: var(--iconcolor);
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.homeBox.intro .internal.high.access {
  box-shadow: none;
  border: 1px solid #eee;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 18px;
  width: 48.8%;
}

.homeBox.intro .internal.high.access h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.homeBox.intro .internal.high.access h3 i {
  border-radius: 2px;
  background: #f8f9f9;
  color: var(--iconcolor);
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
}

.home .form-group a.recover,
.home .col-12.text p a,
.home .footer p.help a,
.homeBox.intro .internal .content > a {
  margin-left: 10px;
}

.internal.high h3 i {
  color: var(--iconcolor);
}

.waves-effect.waves-primary > span.textmenu {
  color: #0d273e;
  font-size: 14px;
}

.topbar {
  width: 100%;
}

.content {
  margin-left: 285px;
  margin-top: 100px;
  padding: 0 10px;
}

.content .form-group.text-right.m-b-0,
div.card-box.table-responsive div.form-group.text-right.m-b-0,
.form-group.text-right.m-b-0 {
  margin-right: -20px;
  padding: 0 20px 0 295px;
  height: 62px !important;
  min-height: unset;
}

.page-sidebar-minified .content .form-group.text-right.m-b-0,
div.card-box.table-responsive div.form-group.text-right.m-b-0,
.page-sidebar-minified .form-group.text-right.m-b-0 {
  margin-right: -20px;
  padding-left: 70px;
  height: 62px !important;
  min-height: unset;
}

#body {
  background: #fff;
  height: 100%;
}

#wrapper {
  margin-top: -20px;
  overflow: hidden;
  height: 135%;
  padding-bottom: 50px;
}

.sidebar .nav {
  margin: 0 10px;
}

.sidebar .nav > li > a:focus,
.sidebar .nav > li > a:hover {
  border-radius: 6px;
}

.page-sidebar-minified .sidebar .nav > li > a {
  padding: 12px 20px;
}

.sidebar .sub-menu {
  padding: 5px 0 10px 39px;
}

.sidebar .nav > li > a,
.page-sidebar-minified .sidebar .nav > li > a {
  line-height: 18px;
  padding: 14px 20px 14px 10px;
  display: flex !important;
  align-items: center !important;
}

.active-menu-section > a {
  background: #e0e6fb;
  padding: 8px 20px 8px 22px;
  background-position-x: 10px;
  display: flex !important;
  align-items: center !important;
  border-radius: 6px !important;
}

.active-sub-menu-section a {
  background: #d5edfa;
  padding: 8px 20px 8px 22px;
  background-position-x: 10px;
  display: flex !important;
  align-items: center !important;
  border-radius: 6px !important;
}

.active-menu-section.has-sub ul.sub-menu li.active-sub-menu-section a,
ul.float-sub-menu li.active-sub-menu-section a {
  background: #e0e6fb;
  padding: 8px 20px 8px 8px;
  color: var(--maincolor) !important;
  background-position-x: 10px;
  display: flex !important;
  align-items: center !important;
  border-radius: 6px !important;
  margin-right: 14px !important;
}

.sidebar-minify-btn {
  margin-left: 8px;
}

.sidebar .sub-menu > li > a,
.float-sub-menu li > a {
  color: #0d273e;
  font-family: "Verdana", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px 20px 8px 8px;
}

.page-sidebar-minified .sidebar .sub-menu > li > a {
  padding: 8px 20px 8px 4px;
}

.sidebar .sub-menu > li > a:hover,
.sidebar .sub-menu > li > a:focus {
  color: var(--maincolor);
}

.sidebar .nav > li > a i {
  color: var(--maincolor);
}

.page-sidebar-minified .sidebar .nav li.has-sub > .sub-menu,
.float-sub-menu-container {
  background: #ecf0f1;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  color: #0d273e;
  margin-left: 12px;
  padding: 14px 8px 14px 8px;
  width: 190px;
}

.float-sub-menu-container {
  padding-right: 0;
}

.float-sub-menu {
  padding: 0;
}

.float-sub-menu a {
  color: #0d273e !important;
}

.float-sub-menu a:hover {
  color: var(--maincolor) !important;
}

.float-sub-menu li > a .caret,
.sidebar li > a .caret {
  color: grey;
}

.float-sub-menu li > a {
  padding-right: 0;
}

.page-sidebar-fixed.page-sidebar-minified .sidebar li > a .caret {
  color: grey;
  padding-left: 8px;
  display: none;
}

.float-sub-menu li > a .caret:before,
.sidebar li > a .caret:before {
  font-family: "Font Awesome 6 Pro" !important;
}

.page-sidebar-fixed.page-sidebar-minified li.has-sub::after {
  content: "\f054" !important;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: 14px;
  left: 38px;
  color: grey;
  opacity: 0.5;
}

.page-sidebar-fixed.page-sidebar-minified .caret-span {
  display: inline !important;
}

span.caret-span {
  margin-left: auto;
}

.page-sidebar-fixed.page-sidebar-minified li.has-sub:hover ul.sub-menu {
  display: block;
}

.page-sidebar-fixed .form-popup {
  top: 210px;
  left: 295px;
}

.page-sidebar-fixed.page-sidebar-minified .form-popup {
  left: 80px;
  top: 210px;
}

.form-popup.form-popup-qualification {
  border: 1px solid #dddddd;
  position: absolute;
  top: 10rem !important;
  left: 0 !important;
  z-index: 100;
}

h4.header-title,
h4.header-title b,
h4.header-title span.userName,
div.commodities_container h4.header-title em {
  color: #393b3b !important;
  -webkit-text-stroke-width: 0.30000001192092896 !important;
  -webkit-text-stroke-color: #002559 !important;
  font-family: "Verdana", sans-serif !important;
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

div.commodities_container h4.header-title em {
  font-style: italic !important;
}

h4.title,
h4.title span,
h2.title,
h2.title span {
  color: #393b3b !important;
  -webkit-text-stroke-width: 0.30000001192092896 !important;
  -webkit-text-stroke-color: #002559 !important;
  font-family: "Verdana", sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

#wrapper #auctionForm table.dataTable,
table.dataTable,
.content-page table {
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  background-color: #f8f9f9 !important;
  border-collapse: collapse !important;
  width: 100%;
}

table#subCategoryTable {
  background-color: unset !important;
  margin-top: 0 !important;
}

div#categoryMenu_2 {
  border: 1px solid #e5e5e5;
}

div#categoryMenu_2 ul {
  margin-bottom: 0;
  padding: 10px 20px 20px;
}

h4.title,
h4.title span,
h2.title,
h2.title span {
  color: #393b3b !important;
  -webkit-text-stroke-width: 0.30000001192092896 !important;
  -webkit-text-stroke-color: #002559 !important;
  font-family: "Verdana", sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

.modal .modal-dialog .modal-header {
  margin-bottom: 16px;
}

.modal .modal-dialog .modal-content .modal-body div.row {
  margin-right: 0;
  margin-left: 0;
  margin-top: 3%;
}

.modal .modal-dialog .modal-content .modal-body div.row div.col-md-12,
.modal .modal-dialog .modal-content .modal-body div.row dic.col-12 {
  padding: 0;
}

.modal .modal-dialog .modal-title,
.modal .modal-dialog .modal-header h4.title,
.modal .modal-dialog .modal-body h5 {
  margin-top: 0;
  padding-left: 0;
  padding-top: 0;
}

.modal .modal-dialog .modal-content .modal-header {
  padding-left: 20px;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 20px 16px;
}

.modal-body form#auctionFormQuestionEdit .form-group {
  margin-left: 0;
}

.modal .modal-dialog .modal-content .modal-body ul,
#modalAreaDetail ul {
  margin: 0;
  padding: 0;
}

#modificaDati_modal .select2-container.form-control.select2 {
  height: 32px;
}

#modificaDati_modal.modal
  .modal-dialog
  .modal-content
  .modal-body
  ul.select2-choices {
  max-height: 30px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.select2-container-multi .select2-choices::-webkit-scrollbar {
  height: 2px;
  width: 5px;
}

.select2-container-multi .select2-choices::-webkit-scrollbar-track {
  background: transparent;
}

.select2-container-multi .select2-choices::-webkit-scrollbar-thumb {
  background: rgba(150, 150, 150, 0.5);
  border-radius: 5px;
  cursor: default;
}

.select2-container-multi .select2-choices::-webkit-scrollbar-thumb:hover {
  background: rgba(100, 100, 100, 0.8);
}

#auctionFormQuestion {
  width: 100%;
  max-width: 100%;
}

table#documents td {
  font-size: 12px;
}

#wrapper #auctionForm table.dataTable thead tr th,
table.dataTable thead tr th,
.content-page table th.dateCol {
  background: #ecf0f1 !important;
  color: #5d6060;
  font-family: "Verdana", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #e5e5e5 !important;
}

#wrapper #auctionForm table.dataTable,
table.dataTable,
.content-page table {
  padding: 0;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-top: none;
  background-color: #fff;
  border-bottom-width: thin;
  vertical-align: middle;
}

table.dataTable td:last-child span {
  display: flex;
  align-items: center;
}

div.searchBox table.dataTable td:last-child span {
  display: unset;
}

#wrapper #auctionForm div.searchBox table.dataTable {
  background-color: transparent !important;
}

#wrapper #auctionForm div.searchBox table.dataTable,
#wrapper #auctionForm div.searchBox table.dataTable tr td {
  border: none;
}

.dataTables_filter .form-control.form-control-sm {
  margin-left: -24px;
}

.dataTables_filter label::before {
  position: relative;
}

a:not([href]):not([tabindex]),
td i.fa,
td i,
#attach_container_email_detail a,
i.fa-paperclip::before {
  color: var(--maincolor);
}

.col-11 + .col-1 .btn.btn-primary.waves-effect.waves-light,
h4 .btn.btn-primary.waves-effect.waves-light,
.btn-group.col-4 .btn.btn-primary.waves-effect.waves-light,
#communications .btn.btn-primary.waves-effect.waves-light,
#communications_container .btn.btn-primary.waves-effect.waves-light,
#inviteSupplierForm #addRowSupplier.btn.btn-primary,
.col-1 .btn.btn-primary.waves-effect.waves-light,
.col-12 .btn.btn-primary.waves-effect.waves-light,
.btn.btn-primary.waves-effect.waves-light.save,
.btn-tertiary,
.form-group.text-right.m-b-0
  .btn.btn-primary.waves-effect.waves-light.btn-tertiary,
.btn.btn-primary.waves-effect.waves-light.btn-tertiarys {
  width: max-content;
  background: none;
  color: var(--maincolor);
  border: none;
  box-shadow: none;
  font-family: "Verdana", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.col-11 + .col-1 .btn.btn-primary.waves-effect.waves-light:hover,
h4 .btn.btn-primary.waves-effect.waves-light:hover,
#inviteSupplierForm #addRowSupplier.btn.btn-primary:hover,
#communications .btn.btn-primary.waves-effect.waves-light:hover,
#communications_container .btn.btn-primary.waves-effect.waves-light:hover,
.col-1 .btn.btn-primary.waves-effect.waves-light:hover,
.col-12 .btn.btn-primary.waves-effect.waves-light:hover,
.btn.btn-primary.waves-effect.waves-light.save:hover,
.btn-group.col-4 .btn.btn-primary.waves-effect.waves-light:hover,
.btn-tertiary:hover,
.form-group.text-right.m-b-0
  .btn.btn-primary.waves-effect.waves-light.btn-tertiary:hover,
.btn.btn-primary.waves-effect.waves-light.btn-tertiary:hover {
  background: #f0f5f8;
  color: var(--maincolor);
  border: none;
}

.pdf_download {
  width: max-content;
  background: none;
  color: var(--maincolor) !important;
  border: none;
  box-shadow: none;
  font-family: "Verdana", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
}

.pdf_download:hover {
  background: #f0f5f8;
  color: var(--maincolor);
}

#registration .btn.btn-secondary,
.modal-body .btn.btn-secondary,
.form-group.text-right.m-b-0 .btn.btn-secondary.waves-effect.waves-light,
.form-group.text-right.m-b-0 .btn.btn-primary.back,
body
  .form-group.text-right.m-b-0
  .btn.btn-primary.waves-effect.waves-light.back,
.modal-content .btn.btn-secondary.waves-effect {
  border-radius: 4px;
  border: 2px solid var(--maincolor);
  color: var(--maincolor);
  text-align: center;
  font-family: "Verdana", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 32px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  float: left;
}

#registration .btn.btn-secondary:hover,
.modal-body .btn.btn-secondary:hover,
.form-group.text-right.m-b-0 .btn.btn-secondary.waves-effect.waves-light:hover,
.form-group.text-right.m-b-0 .btn.btn-primary.back:hover,
body
  .form-group.text-right.m-b-0
  .btn.btn-primary.waves-effect.waves-light.back:hover,
.modal-content .btn.btn-secondary.waves-effect:hover {
  background: #f0f5f8;
  border: 2px solid var(--maincolorhover);
  color: var(--maincolorhover);
}

#registration .btn.btn-primary,
.modal-content .btn.btn-info.waves-effect.waves-light,
#registrazioneForm .btn.btn-large.btn-block.btn-primary,
.modal-body .btn.btn-primary,
.modal-body .btn.btn-large.btn-block.btn-primary,
.form-group.text-right.m-b-0 .btn.btn-primary.waves-effect.waves-light,
.btn.btn-primary.waves-effect.waves-light,
.modal-dialog .modal-footer .btn.btn-primary {
  border-radius: 4px;
  border: 2px solid var(--maincolor);
  background: var(--maincolor);
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: "Verdana", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  line-height: normal;
  height: 32px;
  padding: 10px 23px;
  display: flex;
  align-items: center;
  float: right;
}

.btn.btn-primary-regular {
  border-radius: 4px;
  border: 1px solid #00579d;
  background: #00579d;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: "Verdana", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 32px;
  width: 100px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}

#registration .btn.btn-primary:hover,
.modal-content .btn.btn-info.waves-effect.waves-light:hover,
#registrazioneForm .btn.btn-large.btn-block.btn-primary:hover,
#recuperoPasswordForm .btn.btn-large.btn-block.btn-primary:hover,
.modal-body .btn.btn-primary:hover .modal-body .btn.btn-primary:hover,
.modal-body .btn.btn-large.btn-block.btn-primary:hover,
.form-group.text-right.m-b-0 .btn.btn-primary.waves-effect.waves-light:hover,
.btn.btn-primary.waves-effect.waves-light:hover,
.modal-dialog .modal-footer .btn.btn-primary:hover {
  background: var(--maincolorhover);
  border: 2px solid var(--maincolorhover);
}

.btn.btn-primary-regular:hover {
  background: #004580;
  border: 2px solid var(--maincolorhover);
}

.form-group.text-right.m-b-0 button,
.form-group.text-right.m-b-0 a {
  margin: 15px 0 !important;
}
.btn.btn-tertiary {
  color: #00579d;
  text-align: center;
  font-family: "Verdana", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  flex: none;
}

#registration footer.container div.btn-group {
  width: 100%;
  justify-content: space-between;
}

.modal-dialog {
  margin: 8rem auto;
}

.modal-dialog .modal-footer {
  display: block;
}

#email-detail-modal .modal-footer {
  width: 100%;
}

.modal-content .modal-body .modal-footer .btn-group {
  display: block;
}

.btn-group .btn {
  border-radius: 4px !important;
}

.external #areaMenu label.control.control--radio.checked {
  background: var(--maincolor) url("/epp/img/step_triangle.png") no-repeat
    center right;
}

#categorieMerceologiche .external .level_3 {
  height: 100%;
}

.new-breadcrumb {
  color: #bbc1c0;
  font-family: "Verdana", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.breadcrumb-separator {
  margin: 0 5px;
  color: #666;
}

#registrazioneForm button {
  justify-content: center;
}

#registrazioneForm h4.title {
  font-weight: 400 !important;
}

body#wizard {
  background: url(../../img/background_login.svg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.nav-light {
  background: var(--maincolor);
}

div#registration h2.title span {
  color: #fff !important;
  text-align: center;
  font-family: "Verdana", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

div#registration div.card-box ul.nav.nav-tabs {
  background-color: #f2f2f2;
}

div#registration div.card-box ul.nav.nav-tabs li.nav-item a.nav-link,
#registration li.nav-item.completed a::after {
  color: #000;
}

div#registration div.card-box ul.nav.nav-tabs li.nav-item.active a.nav-link,
#registration li.nav-item.active a::after {
  color: var(--maincolorhover);
}

div.col-form-label.uploaded,
#registration div.col-form-label.uploaded {
  top: 92%;
}

div#categoriePage .content {
  margin-left: 0;
  margin-top: 3%;
}

.new-nav-user-li a,
.new-nav-help a {
  height: 36px;
  width: 36px;
}

#page-container
  #idAlberoMerceologico
  .external
  #addedCategoryDiv
  .dataTables_empty {
  margin-top: -11px;
  margin-left: -20px;
  padding: 0px 9px 0px 50px;
}

btn-no-border:hover,
.btn.btn-primary.btn-no-border.waves-effect.waves-light:hover {
  border: none !important;
}

.divider-div {
  border-top: 1px solid rgba(218, 218, 218, 1);
  width: 100%;
  margin: 0 1% 15px;
}

#extNotes,
#intNotes {
  width: 100%;
  border: 1px solid #dadada;
  height: 100px;
}

#questionario h4.header-title ul.intro:before {
  content: none;
}

#dettaglioModal div.content,
#dettaglioCommodity div.content,
#dettaglioDoc div.content {
  margin: 0;
}

#historyModal {
  width: 100%;
}

#historyModal div.modal-content {
  width: auto;
}

#historyModal .modal-dialog {
  margin: 8rem 16rem;
  width: auto;
}

.page-header-fixed.page-sidebar-fixed.page-sidebar-minified
  div.card-box.table-responsive {
  margin-left: 70px;
}

.page-header-fixed.page-sidebar-fixed div.card-box.table-responsive {
  margin-left: 285px;
  width: 95%;
}

#s2id_inspectionType {
  height: 35px;
}

.sidebar-minify-btn {
  background: var(--maincolor);
}

.sidebar-minify-btn:focus,
.sidebar-minify-btn:hover {
  background: var(--maincolorhover) !important;
}

#levels #level1,
#levels #level2,
#levels #level3 {
  margin: 0;
}

div#categoryMenu_2,
#subCategoryTable,
#addedCategoryTable {
  border: none;
  background-color: #fff !important;
}

.control input:checked ~ .control__indicator,
.control:hover input:checked:not([disabled]) ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background-color: var(--maincolor);
}

span.master {
  width: max-content;
}

#test.error {
  background-color: rgba(255, 243, 224, 1);
  color: rgba(248, 160, 69, 1) !important;
  border-radius: 2px;
  margin-top: 2%;
  padding: 3%;
  font-size: 90%;
  text-align: center;
}

#modalTokenRequest .modal-dialog,
#modalRecuperoPassword .modal-dialog {
  display: flex;
  justify-content: center;
  max-width: 500px;
}

#registration .row div.form-group {
  display: inline-block;
}

.page-sidebar-minified
  .sidebar
  .nav
  > li
  > a
  > i.fa-light.fa-clipboard-list-check {
  margin-left: 2px;
}

.readonly .form-group.col-md-3 .col-form-label {
  color: #000;
}

.readonly .form-group.col-md-3 .value {
  color: #000000;
}

textarea.form-control {
  font-size: 12px;
}

.login-container div.d-flex.justify-content-start {
  margin-top: 16px;
}

.navbar-tooltip .tooltip-inner {
  transform: translateX(30%);
}

span.role.block::before {
  position: relative;
}

.content h5.introduction {
  background-color: #fff3e0;
  color: #393b3b;
  margin-bottom: 20px;
  padding: 12px 12px;
  display: flex;
  align-items: center;
  height: 52px;
  line-height: 16px;
  font-size: 12px;
}

.content h5.introduction a {
  color: #f58412;
}

.content h5.introduction em {
  position: relative;
  display: inline-block;
  margin-left: 3%;
  width: 87%;
}

.content h5.introduction em br {
  display: none;
}

.content h5.introduction em:before {
  content: "\f4a5";
  font-family: Fontawesome-light;
  position: absolute;
  left: -3%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 5px;
  font-size: 18px;
  color: #f58412;
}

.content h5.introduction a {
  color: #f58412;
  text-decoration: underline;
  margin: 0 !important;
}

.content h5.introduction a:before {
  content: "" !important;
}

.content h5.introduction a:after {
  content: "\f08e";
  font-family: Fontawesome-light;
  margin-left: 3px;
  text-decoration: none !important;
  color: #f58412;
}

.content h5.introduction button.btn.send {
  height: 30px;
  right: 11px;
  top: auto;
  background-color: #f58412;
  color: #ffffff;
  border-radius: 2px;
  box-shadow: none;
  padding: 0 23px;
}

.content h5.introduction button.btn.send:before {
  background: none;
  display: inline;
  font-size: 12px;
  content: "\f1d8";
  font-family: Fontawesome-light;
  margin-right: 6px;
}

#inviaRegistrazioneModal h4 {
  font-size: 18px;
  color: black;
}

#inviaRegistrazioneModal b {
  color: black;
}

#inviaRegistrazioneModal .modal-footer {
  display: flex;
  justify-content: space-between;
}

.container-fluid {
  position: relative;
}

#searchModal input[type="checkbox"],
#searchModal input[type="radio"] {
  bottom: 5px;
  position: relative;
}

#registration .parsley-errors-list.filled {
  padding-left: 0;
  margin-left: 0;
}

#registration #accettazioneClausole .parsley-errors-list.filled {
  margin-left: 38px;
}

#questionario .tab-content label.longtext {
  width: 95%;
}

#wrapper .evaluationDocs h5 a.btn.btn-primary {
  background-color: var(--maincolor);
  box-shadow: none;
}

.evaluationDocs h5 .btn.btn-primary:before {
  color: #fff;
}

#wrapper .evaluationDocs h5 a.btn.btn-primary:hover {
  background-color: var(--maincolorhover);
}

.modal-content textarea,
textarea.form-control {
  width: 100%;
}

.product-category-button,
.product-category-item {
  color: var(--maincolor) !important;
  border-radius: 2px;
  border: 2px solid var(--maincolor) !important;
  padding: 6px 10px;
  font-size: 12px;
  margin: 4px 0;
}

.product-category-button:hover {
  color: var(--maincolorhover) !important;
  border: 2px solid var(--maincolorhover) !important;
}

.product-category-item {
  background-color: rgba(63, 140, 192, 0.2);
}

.product-category-item i {
  cursor: pointer;
}

.editable #addedCategoryTable td {
  border: none;
}

#addedCategoryTable tbody tr {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#categorieMerceologiche .external:first-child {
  border-right: 1px solid #ddd;
}

#levels .external .head h5.title {
  font-size: 15px;
}

h4.header-title,
h4.title.pull-left {
  padding-left: 1%;
}

h4.header-title.update-pull,
h4.title.pull-left.update-pull {
  padding-left: 4px;
}

#levels div.external.first {
  width: 25% !important;
}

#levels div.external {
  width: 35% !important;
}

#categorieMerceologiche .external .head h5.title {
  padding-bottom: 0;
}

#categorieMerceologiche .external #areaMenu,
#categorieMerceologiche .external .level_3 {
  margin-top: 0;
}

div#categoryMenu_2 ul,
#addedCategoryDiv {
  padding: 8px 20px 20px;
}

#page-container
  #idAlberoMerceologico
  .external
  #addedCategoryDiv
  .dataTables_empty {
  padding-left: 20px;
  margin-top: 0px;
}

.external #subCategoryDiv li::after {
  margin-top: 4px;
}

#areaMenu::-webkit-scrollbar {
  width: 4px !important;
}

#areaMenu::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 16px;
  height: 190px;
}

#areaMenu::-webkit-scrollbar-button {
  display: none !important;
}

#areaMenu::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 16px;
}

#idAlberoMerceologico #subCategoryTable tbody,
#idAlberoMerceologico #subCategoryTable tr,
#idAlberoMerceologico #subCategoryTable td {
  width: 100%;
  display: inline;
}

#idAlberoMerceologico #subCategoryTable tr {
  display: inline-grid;
}

#formCategorieMerceologiche #subCategoryTable td:first-child,
#formCategorieMerceologiche #addedCategoryTable td:first-child {
  width: 70%;
}

#documents_edit_table td {
  font-size: 12px;
  text-align: center;
  border: 1px solid #eee;
}

#documents_edit_table td.sorting_1 {
  text-align: left !important;
}

#registration .alert-danger.success {
  border-radius: 8px;
  box-shadow: 0px 0px 60px 0px #6d1204;
  padding: 40px 40px 20px;
}

#registration .alert-danger.success div.container.py-3 button.btn-primary {
  width: 140px;
  margin: 0;
  justify-content: center;
}

#registration .alert-danger.success h4 {
  font-size: 18px;
  font-family: "Verdana";
  margin-bottom: 20px;
}

#registration .alert-danger.success span {
  font-size: 16px;
  font-family: "Verdana";
  margin-bottom: 16px;
}

div.radio_container .parsley-errors-list .parsley-required {
  display: inline-block;
  width: 100%;
}

.form-group .value {
  color: black;
}

textarea {
  border: 1px solid #ced4da;
}

table#vendorListTable td.dateCol a + a,
table#sendMailFornitoriTable td.dateCol a + a {
  margin-left: 0;
  width: 100%;
  display: block;
}

input.form-control,
.form-group div.select2-container.select2-container-multi.select2,
#questionario .select2-container.form-control.select2,
#questionario .select2-container.form-control.select2 span,
#questionario .select2-container.form-control.select2 a {
  height: 32px;
}

#questionario
  .form-group
  div.select2-container.select2-container-multi.select2 {
  height: 36px;
}

#questionario
  .form-group
  div.select2-container.select2-container-multi.select2.select2-container-disabled {
  height: 32px;
}

#questionario
  .select2-container.select2-container-disabled.form-control.select2
  span,
#questionario .select2-container.form-control.select2 span {
  font-size: 12px;
  font-family: Verdana;
  font-weight: normal;
  font-style: normal;
}

#questionario
  .select2-container.select2-container-disabled.form-control.select2
  span {
  color: grey !important;
}

.label-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ruoli-div ul.select2-choices,
.ruoli-div .select2-container {
  height: auto !important;
}

.login-blobs {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.blob {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.blob-forte {
  top: 0;
  right: 0;
  height: 100%;
}

.blob-debole {
  bottom: 0;
  right: 12%;
  height: 66%;
}
.login-container #usernamelabel,
.login-container #passwordlabel {
  border: 1px solid #e0e7eb;
  padding-left: 40px;
  height: 60px;
}

.login-container #usernamelabel:focus,
.login-container #passwordlabel:focus {
  border: 1px solid var(--maincolor);
}

.login-container #usernamediv,
.login-container #passworddiv {
  position: relative;
}

.login-container #usernamediv i,
.login-container #passworddiv i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
  color: #fbba00;
}
.parsley-errors-list.filled + i {
  top: 40% !important;
}
.external #subCategoryDiv li {
  text-transform: none;
}

.multicheckQuest {
  width: 85%;
  max-width: 85%;
  margin-left: 25px;
}

form#recuperoPasswordForm button,
#registrazioneForm .btn.btn-large.btn-block.btn-primary {
  background: var(--maincolor);
  border: none;
  border-radius: 0;
}

form#recuperoPasswordForm button:hover,
#registrazioneForm .btn.btn-large.btn-block.btn-primary:hover,
form#recuperoPasswordForm button:focus,
#registrazioneForm .btn.btn-large.btn-block.btn-primary:focus {
  background: var(--maincolorhover) !important;
  border: none !important;
}

.modal-content #recuperoPasswordForm .col-12 {
  padding: 0;
  margin-bottom: 15px;
}

.evaluationDocs > .row {
  display: inline-block;
  float: right;
  position: relative;
  top: 3em;
  left: 2em;
  z-index: 10;
}

#tabDocumentiInterni .evaluationDocs > .row {
  display: inline-block;
  float: left;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}

#tabDocumentiInterni .tab-content.readonly {
  padding: 0;
}

h4.header-title,
h4.title.pull-left {
  padding-left: 0;
}

h4.m-t-0.header-title.sub-title {
  display: flex;
  align-items: center;
}

h4.m-t-0.header-title.sub-title b {
  font-size: 18px !important;
}

div#categoryMenu_2 ul,
#addedCategoryDiv {
  padding: 0px 20px 20px;
}

div#categoriePage .content {
  margin: 0;
}

#registration #subCategoryDiv,
#registration #categoriePage .form-group,
#registration #categoriePage #addedCategoryDiv,
.editable #subCategoryDiv,
.editable #categoriePage .form-group,
.editable #categoriePage #addedCategoryDiv,
#registration #subCategoryDiv table,
#registration #addedCategoryTable,
.editable #subCategoryDiv table,
.editable #addedCategoryTable {
  margin-top: 0 !important;
  padding-top: 0;
}

.prefix-div {
  flex: 0 0 21.666667%;
  max-width: 21.666667%;
}

#registration #reg_privacy_li {
  height: auto;
  display: flex;
}
#registration ul.select2-choices {
  border: none !important;
}
#questionario
  .card-box.vertical.status
  .tabcontent.tableForm.questions.row
  .numberQuestion {
  margin-right: 1%;
  text-align: right;
}

#registration label.col-form-label {
  height: 38px;
}

#registration .select2-container.select2-container-multi.form-control.select2 {
  height: 32px !important;
  padding: 0;
}

#registration
  .select2-container.select2-container-multi.form-control.select2
  ul
  li.select2-search-choice {
  margin-top: 5px;
  margin-bottom: 5px;
}

.left.model.dateCol span {
  width: auto;
}
#tabDocumentiinterni #downloadsTable td a {
  margin-right: 5%;
}
span.download-span {
  display: inline-block;
  width: 24px !important;
  height: 24px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/*vendor rating*/
.widLab {
  display: block;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  max-width: 100%;
  line-height: 1.4;
}

.input-group-text-quest:has(.widLab) {
  text-align: left;
}

/* NEW VENDORLIST GRAPHIC */
.custom-vendor-filter-container {
  clear: both;
}
.vendor-filter-row {
  align-items: center;
  margin-bottom: 36px;
}

.vendor-filter-row div.col-2 span {
  color: #3d3d3d;
  font-weight: 600;
}

.vendor-filter-row .vendor-filter-status {
  display: flex;
  gap: 12px;
  border: 1px solid #3d3d3d;
  border-radius: 50px;
  padding: 2px 20px;
  cursor: pointer;
  width: auto;
  margin-left: 8px;
}

.vendor-filter-row .vendor-filter-status.active {
  background-color: #d5edfa;
}

.vendor-filter-row .vendor-filter-status:nth-of-type(2) {
  margin-left: -24px;
}

.vendor-filter-row .vendor-filter-status span:first-of-type {
  color: #3d3d3d;
  font-weight: 600;
}

.vendor-search-row {
  display: inline;
}

.vendor-search-row .select2-container.select2-container.select2 {
  width: auto;
  min-width: 150px;
  margin-left: 12px;
  height: 36px;
}

.vendor-search-row
  .select2-container.form-control.select2.select2-dropdown-open {
  border: 1px solid lightblue;
}

#vendorListTable_wrapper #vendorListTable_filter {
  display: flex;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
}

#vendorListTable_wrapper
  .dataTables_filter
  .form-control.form-control-sm.vendor-input-search {
  box-shadow: none;
  padding-right: 24px;
  margin-left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0;
}

#vendorListTable_filter.dataTables_filter label::before {
  content: "";
  margin: 0;
  padding: 0;
  display: none;
}

#vendorListTable_filter.dataTables_filter label::after {
  color: #326eb1;
  content: "\f002";
  font-size: 13px;
  margin-top: 9px;
  position: absolute;
  width: 15px;
  font-weight: 600;
  position: relative;
  right: 20px;
  font-family: "Fontawesome";
}

.vendor-filter-status.red-flag-status {
  border: none;
  cursor: default;
  align-items: center;
  margin-left: 30px;
}

.vendor-filter-row .vendor-filter-status.red-flag-status.active {
  background-color: transparent;
}

.custom-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-bottom: 0;
}

.custom-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 2px solid #5d6060;
  transition: 0.4s;
  border-radius: 20px;
}

.custom-slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #5d6060;
  transition: 0.4s;
  border-radius: 50%;
}

.custom-switch input:checked + .custom-slider {
  background-color: #d5edfa;
}

.custom-switch input:checked + .custom-slider:before {
  transform: translate(18px, -50%);
}

span.badge-High:before,
span.badge-terminate:before {
  background-color: #2e7d32;
}

span.badge-Medium:before {
  background-color: #c1a900;
}

span.badge-Low:before {
  background-color: #cc071e;
}

span.badge-corso:before {
  background-color: #f9a825;
}

span.badge-riserva::before {
  background-color: #ef6c00;
}

.external #subCategoryDiv li span.control.control--radio.checked,
.external #subCategoryDiv li span.control.control--radio.checked:hover {
  color: var(--maincolor);
}

#sedeLegale .form-group,
#sedeOperativa .form-group {
  min-height: 90px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media screen and (max-height: 565px) {
  .login-container > .row.col-12 {
    position: relative;
    top: 7%;
    height: min-content;
  }
}
@media screen and (max-height: 710px) {
  .login-container > .row.col-12 {
    top: 5%;
    height: min-content;
  }
  .index-footer {
    left: 15.2em;
  }
  .login-container #usernamelabel,
  .login-container #passwordlabel {
    height: 48px;
  }
  .parsley-errors-list.filled + i {
    top: 36% !important;
  }
}
@media screen and (max-width: 1300px) {
  .index-footer {
    left: 11.5em;
  }
}
