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

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

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

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700');

body{
font-family: 'Roboto', sans-serif;
background: white;
}

/* MAIN COLORS DEFINITION */
:root {
    --maincolor: #4545CF;
    --maincolorhover: #6767ED;
    --tablecolor: #ecf0f1;
    --iconcolor: #28B9DA;
}

/* 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;

}

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

.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 {
    font-family: "open_sansbold";
	font-weight:normal;
	}
	.home .col-12.text p, #loginForm label, .home .form-group a.recover {
	font-family:"open_sanslight";
	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:"Roboto";
    font-weight: lighter;
    
}

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


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



.modal-content {
    border: 1px solid rgba(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:"Roboto";
	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: "open_sansregular";
}

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

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

 td h6.description {
    font-weight: normal;
	font-family: "open_sansbold";
}

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

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

body.widescreen.home {
    background: #030b22 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: #012427 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: open_sansregular;
}

.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 #40506f;
    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: #014247;
}

.side-menu.left {
    background: #014247 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: #011755!important;

}

.add_document_btn {
	background-color: #011755!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: #012427;
}

.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: "Roboto";
}

.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: #d3031a;
    border: 1px solid #d3031a;
}

.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: #4fcaf7;
  border: 1px solid #4fcaf7; }

.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: #343c49; }
  .btn-link:hover {
    color: #039cfd; }

.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: #039cfd !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: #039cfd !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:#012427;	
}
.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: "open_sansregular";
}

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

#loginForm .checkbox input[type="checkbox"], #loginForm .checkbox input[type="checkbox"]:checked + label::after {
    background-color: #012427;
}
.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:#324d67;
}


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



/* END HOME UNLOGGED */

td.dateCol.view {
    color: #49ac91;
}

table.dataTable td.dateCol {
    color: #222;

}
.dataTables_filter label::before, .left.model.dateCol span.fa-light fa-lock {
    color: #012427;
}
.dataTables_filter .form-control.form-control-sm:focus {
    border: 1px solid lightblue;
}

.card-box .col-form-label {
    font-size: 11px;
    font-family: "open_sanssemibold";
    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: #6499f8;
}

.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: "Roboto";
    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: open_sanslight;
    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: open_sansregular;
}

#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: Roboto;
}


#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: open_sanssemibold;
  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: open_sansregular;

}
#registration #categoriePage .col-12 h5 {
  width: 33%;
  float: left;
  font-family: open_sanslight;
  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: #008773;
    font-family: open_sansregular;
    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: open_sanssemibold;
    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: open_sanssemibold;
    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: open_sansregular;
    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%;

}

.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: open_sanssemibold;
    }
    
.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: open_sanslight;
    }
    
    .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: "open_sansregular";
    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: #1e75b9;}


.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: #008773;
}
.content #questionario ul.nav li.nav-item a.active {
background-color: #012427;
}

:after {
    color: #008773;
}

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

#level2 div span, #level1 div span, #level3 div span {
    color: #1e75b9;}


.external #subCategoryDiv li span.control.control--radio, .external #subCategoryDiv li::after {
    color: #008773;
}

.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: open_sanssemibold;
  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: #a11d21;
  font-size: 13px;
  font-family: open_sanssemibold;
  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:#000;
}
#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: open_sansregular;

}
#registration #categoriePage .col-12 h5, .editable #categoriePage .col-12 h5 {
  width: 33%;
  float: left;
  font-family: open_sanslight;
  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: #012427;
    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;
    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: left;
}
#categoriePage span.title {
   font-family: open_sanssemibold;
    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: #008773;
    font-family: open_sansregular;
    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: open_sanslight;
  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: open_sanssemibold;
}
.alert-danger.success .list-group-item {
    padding: 0;
    border: none;
    text-align: left;
    font-size: 12px;
    font-family: open_sanslight;
    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: open_sanssemibold;
}

#wizard .alert-danger.success h5.modal.subtitle{
  display: block;
  margin-bottom: 30px;
  position: relative;
  font-size: 13px;
  font-family: open_sansregular;
  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: "open_sansregular";
}
#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: open_sanssemibold;
    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;

}

.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: .375rem .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: .25rem;
    border-bottom-left-radius: .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: open_sansregular;
	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: 2px;
    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: open_sansbold !important;
	font-size:12px;
}

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

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

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

}

.size_text_quest
{

	font-family: open_sansregular !important;
	font-size:12px!important;
	text-align:left;

}

.size_text_quest_valutazione
{

	font-family: open_sanssemibold !important;
	text-transform: uppercase;
	font-size:12px!important;
	text-align:left;

}

.title_punt_tot_quest
{
	text-align:right;
	font-family: open_sanssemibold !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 .75rem;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    font-family: open_sanssemibold;

}

.new_qst_note
{
	padding-top: 16px;
	line-height: 15px;
	text-transform: none;
	padding-left: 37px;
	color: #595959;
	font-family: open_sansregular;
	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: center;
}

.login-card {
	display: flex;
    justify-content: center;
    border-radius: 18px;
    background: #FFF;
    width: 30%;
    height: 78%;
    padding: 56px 52px;
    margin: 5% 0;
}

.logo-login {
	display: flex;
	justify-content: center;
	margin-bottom: 10%;
}

.logo-login img {
	width: 140px;
}

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

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

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

.login-btn {
	border-radius: 5px;
	background: #FF5D64;
	color: #FFFFFF;
	border: none;
	font-weight: 400;
	text-transform: capitalize;
	height: 48px;
    font-size: 18px;
}

.login-btn img {
	margin-left: 5%;
}

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

#lang-dropdown-div {
	display: flex;
	position: absolute;
    right: -3%;
    top: 1%;
    width: 70px;
    height: 30px;
    justify-content: center;
    align-items: center;
}

#lang-dropdown {
	background: inherit;
    border-radius: 16px;
	border: 1px solid #3D3D3D;
	padding: 1% 16%;
	color: #3D3D3D;
}

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

div#lang-dropdown-div.show #lang-dropdown {
	color: #3D3D3D;
	background: #FFF;
}

#lang-dropdown::after {
	content: "\f078";
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	font-size: 16px;
	color: #3D3D3D;
	display: inline-block;
	margin-left: 5px;
	border: none;
	vertical-align: middle;
}

div#lang-dropdown-div.show #lang-dropdown::after {
	content: "\f077";
	color: #3D3D3D;
}

#lang-dropdown-menu {
	border-radius: 16px;
	border: 1px solid #3D3D3D;
	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: "Open Sans", 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: #3D3D3D;
	font-family: "Open Sans", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 5px;
}

.login-container h6 {
	color: #3D3D3D;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 32px;
}

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

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

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

.index-footer {
	justify-content: center;
	align-items: center;
	position: absolute;
    bottom: 0%;
}

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

.index-rights-div {
	width: 100%;
	position: absolute;
    bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.index-rights-div span{
	margin-left: 1%;
}

.index-rights-div span:first-of-type {
	border-right: 2px solid #fff;
    padding-right: 1%;
}

.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(../../../axpo/img/logo_internal.svg) no-repeat 0px 12px;
    background-size: 108px;
    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: "Open Sans", 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 var(--maincolor);
	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: "Open Sans", 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: "Open Sans", 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: "Open Sans", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.home-welcome-div h4 span {
	color: #828282;
	font-family: "Open Sans", 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: "open_sanssemibold";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	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: "Open Sans", 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: "Open Sans", 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: "Open Sans", 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: #28B9DA;
	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: #28B9DA;
	width: 44px;
	height: 44px;
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.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: #28B9DA;
}

.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;

}



 .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: left;
}
#categoriePage span.title {
   font-family: open_sanssemibold;
    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: #008773;
    font-family: open_sansregular;
    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: open_sanslight;
  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: open_sanssemibold;
}
.alert-danger.success .list-group-item {
    padding: 0;
    border: none;
    text-align: left;
    font-size: 12px;
    font-family: open_sanslight;
    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: open_sanssemibold;
}

#wizard .alert-danger.success h5.modal.subtitle{
  display: block;
  margin-bottom: 30px;
  position: relative;
  font-size: 13px;
  font-family: open_sansregular;
  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: "open_sansregular";
}
#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: open_sanssemibold;
    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  {
    content: "\f00c" !important;
    font-size: 18px;
    background-image: none;
  
}


.homeBox.intro .internal.left.questionnaires.finished .content span::after{
    
     content: "\f00c";
     font-size:18px;
     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: .375rem .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: .25rem;
    border-bottom-left-radius: .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: open_sansregular;
	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: 2px;
    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: open_sansbold !important;
	font-size:12px;
}

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

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

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

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

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

.title_punt_tot_quest
{
	text-align:right; 
	font-family: open_sanssemibold !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 .75rem;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    font-family: open_sanssemibold;

}

.new_qst_note
{
	padding-top: 16px;
	line-height: 15px;
	text-transform: none;
	padding-left: 37px;
	color: #595959;
	font-family: open_sansregular;
	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: center;
}

.login-card {
	display: flex;
    justify-content: center;
    border-radius: 18px;
    background: #FFF;
    width: 30%;
    height: 78%;
    padding: 56px 52px;
    margin: 5% 0;
}

.logo-login {
	display: flex;
	justify-content: center;
	margin-bottom: 10%;
}

.logo-login img {
	width: 140px;
}

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

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

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

.login-btn {
	border-radius: 5px;
	background: #FF5D64;
	color: #FFFFFF;
	border: none;
	font-weight: 400;
	text-transform: capitalize;
	height: 48px;
    font-size: 18px;
}

.login-btn img {
	margin-left: 5%;
}

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

#lang-dropdown-div {
	display: flex;
	position: absolute;
    right: -3%;
    top: 1%;
    width: 70px;
    height: 30px;
    justify-content: center;
    align-items: center;
}

#lang-dropdown {
	background: inherit;
    border-radius: 16px;
	border: 1px solid #3D3D3D;
	padding: 1% 16%;
	color: #3D3D3D;
}

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

div#lang-dropdown-div.show #lang-dropdown {
	color: #3D3D3D;
	background: #FFF;
}

#lang-dropdown::after {
	content: "\f078";
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	font-size: 16px;
	color: #3D3D3D;
	display: inline-block;
	margin-left: 5px;
	border: none;
	vertical-align: middle;
}

div#lang-dropdown-div.show #lang-dropdown::after {
	content: "\f077";
	color: #3D3D3D;
}

#lang-dropdown-menu {
	border-radius: 16px;
	border: 1px solid #3D3D3D;
	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: "Open Sans", 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: #3D3D3D;
	font-family: "Open Sans", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 5px;
}

.login-container h6 {
	color: #3D3D3D;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 32px;
}

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

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

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

.index-footer {
	justify-content: center;
	align-items: center;
	position: absolute;
    bottom: 0%;
}

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

.index-rights-div {
	width: 100%;
	position: absolute;
    bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.index-rights-div span{
	margin-left: 1%;
}

.index-rights-div span:first-of-type {
	border-right: 2px solid #fff;
    padding-right: 1%;
}

.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(../../../axpo/img/logo_internal.svg) no-repeat 0px 12px;
    background-size: 108px;
    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: "Open Sans", 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 var(--maincolor);
	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: "Open Sans", 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: "Open Sans", 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: "Open Sans", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.home-welcome-div h4 span {
	color: #828282;
	font-family: "Open Sans", 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: "open_sanssemibold";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	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: "Open Sans", 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: "Open Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: #FFF !important;
    font-size: inherit !important;
}

.hp_container .homeBox.intro .internal.left i, .hp_container .homeBox.intro .internal.right i {
	font-family: "Open Sans", 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, .homeBox.intro .internal.right.job .content span::after {
	border-radius: 2px;
	background: #F8F9F9 !important;
	width: 42px;
	height: 42px;
    margin: 5px 5px 5px 0;
	color: #28B9DA;
	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: #28B9DA;
	width: 44px;
	height: 44px;
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.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: #28B9DA;
}

.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;
}

html {
	overflow: hidden;
}

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

#wrapper {
	margin-top: -20px;
	overflow: hidden;
	height: auto;
	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: #e0e6fb;
	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: "Open Sans", 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: 2px var(--maincolor) solid;
	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: .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;
}

h4.header-title, h4.header-title b{
	color: #393B3B !important;
	-webkit-text-stroke-width: 0.30000001192092896 !important;
	-webkit-text-stroke-color: #002559 !important;
	font-family: "Open Sans", sans-serif !important;
	font-size: 28px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: normal !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: "Open Sans", sans-serif !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: normal !important;
}

h4.sub-title-label {
	padding-left: 1%;
    margin-left: -10px;
}

#modificaDati_modal.modal .modal-dialog .modal-title, #modificaDati_modal.modal .modal-dialog .modal-header h4.title,
#master_modal.modal .modal-dialog .modal-title, #master_modal.modal .modal-dialog .modal-header h4.title {
	padding: 0;
}

#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;
}

#wrapper #auctionForm table.dataTable thead tr th, table.dataTable thead tr th, .content-page table th.dateCol {
	background: #ecf0f1 !important;
	color: #5D6060;
	font-family: "Open Sans", 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;
}

.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{
	width: max-content;
    background: none;
    color: var(--maincolor);
    border: none;
    box-shadow: none;
    font-family: 'Open Sans', 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  {
	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: 'Open Sans', 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: "Open Sans", 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: "Open Sans", 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: "Open Sans", 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, .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;
}

.form-group.text-right.m-b-0 button.btn-tertiary, .form-group.text-right.m-b-0 a.btn-tertiary {
	margin:18px 16px 0 0 !important;
}

.btn.btn-tertiary {
	color: #00579D;
	text-align: center;
	font-family: "Open Sans", 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: #00579D url("/epp/img/step_triangle.png") no-repeat center right;
}

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

.new-breadcrumb {
    color: #BBC1C0;
	font-family: "Open Sans", 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: "Open Sans", 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: rgba(0, 117, 177, 1);	
}

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);
 }
 
 #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: 5px;
	margin-top: 2%;
	padding: 1%;
	font-size: 90%;
	text-align: center;
}

#modalTokenRequest .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: #BBC1C0;
}

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

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

.login-container div.d-flex.justify-content-center {
	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: #5A5AE1 !important;
	border-radius: 2px;
	border: 2px solid #5A5AE1 !important;
	padding: 6px 10px;
    font-size: 12px;
    margin: 4px 0;
}

.product-category-item {
	background-color: rgba(204, 204, 255, 0.50);
}

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

.editable #addedCategoryTable td {
	border: none;
}

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

#modificaDati_modal h5 {
	margin-top: 0;
}

#modificaDati_modal div.modal-header {
	margin-bottom: 16px;
}

#modificaDati_modal div.modal-body {
	padding: 0 16px 16px;
}

#modificaDati_modal div.row {
	margin-right: 0;
	margin-left: 0;
}

#modificaDati_modal div.form-group {
	margin-bottom: 16px;
}

#modificaDati_modal div.select2-container {
	height: 32px;
	padding: 0;
}

div#userListTable_wrapper.dataTables_wrapper.container-fluid {
	padding: 0 0.5%;
}

#otp-div {
	border: none;
	width:35%;
	margin: 13% auto;
}

#otp-div .card-body{
	border: 1.5px solid #F0F3F3;
	border-radius: 18px;
	padding: 10% 8%;
}

#otp-div .card-body h5.card-title {
	font-family: "open_sansbold";
	font-size: 20px;
	color: #3D3D3D;
}

#otp-div .card-body p.card-text, #otp-div .card-body h6 {
	font-family: "open_sansregular";
	font-size: 12px;
	color: #3D3D3D;
}

#otp-div .card-body h6 {
	margin: 1rem 0;
}

#otp-div .card-body h6 a {
	color: var(--maincolor);
	text-transform: lowercase;
}

#otp-div .card-body h6 a:hover {
	color: var(--maincolorhover);
}

#otp-div .card-body input {
    border: solid 1px #00ECD1;
    width: 44px;
    height: 52px;
    margin: 0 2px;
    border-radius: 4px;
    font-family: "open_sansregular";
    font-size: 22px;
    text-align: center;
}

#otp-div .card-body input:focus {
    border-color: #00abe9;
    box-shadow: 0 0 5px #00abe9 inset;
}

#otp-div .card-body button {
	  width: 100%;
}

#otp-div .login-btn img {
	width: 13%;
}

#otp-div .otp-error {
	border-radius: 4px;
	background: #E74C3C;
	color: white !important;
	margin: 0 0 1rem;
	padding: 3% 2%;
}

.contract-detail-info > div {
	padding: 1%;
}

.contract-detail-info > div:first-of-type {
	border-right: 1px solid #B2DCDF;
}

.contract-detail-info span:nth-child(odd) {
	color: #676767;
	text-transform: capitalize;
}

.contract-detail-info span:nth-child(even) {
	color: #49B8D8;
}

.content ul.nav-tabs li.nav-item, .content ul.nav-tabs li.nav-item a {
	border: 1px solid transparent;
}

.content #questionario ul.nav-tabs li.nav-item {
	border: none;
}

.content ul.nav-tabs li.nav-item a {
	color: #70BED3;
	font-weight: 500 !important;
}

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

.card-box .nav-tabs .nav-link.active {
	border-color: #B2DCDF;
	border-bottom: 1px solid white;
	color: #979797; 
}

.card-box .nav-tabs {
	border-bottom: 1px solid #B2DCDF;
}

.nav.nav-tabs li.nav-item a.active, .nav.nav-tabs li.nav-item:has(a.active), .nav.nav-tabs li.nav-item a.active:hover {
	border: 1px solid #dee2e6;
	border-bottom: 1px solid #FFF;
}

.card-box .nav.nav-tabs li:first-child a:hover, .card-box .nav.nav-tabs li.nav-item:first-child a.active, .nav.nav-tabs li:first-child a:hover, .nav.nav-tabs li.nav-item:first-child a.active {
	border-left: none;
	border-right: 1px solid #dee2e6;
}

.nav.nav-tabs li.nav-item a:hover {
	color: var(--maincolor) !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #dee2e6;
}

.content ul.nav-tabs li.nav-item:first-child {
	border-left: none;
}

.readonly .form-group {
	margin-left: 0;
    margin-right: 0;
}

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

.product-category-button:hover {
	background-color: rgba(76, 86, 103, 0.1);
}

.product-category-item {
	background-color: rgba(76, 86, 103, 0.1);
}

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

.contract-disabled-field {
	 opacity: 0.7;
}

.div-text-field {
	border-bottom: none !important;
	width: 100% !important;
	padding-top: 0 !important;
}

.div-text-field textarea {
	height: 90px;
}

#contractTabDetail input[type='text'], #contractTabDetail select,  #contractTabDetail textarea, #contractTabDetail .content .SumoSelect > .CaptionCont {
	border-radius: 2px;
}

.tab-content {
	padding: 20px 0 0 0;
 }
 
.check-radio-div {
	margin-bottom: 4px !important;
}

#otp-div .otp-error .col-1 {
	display: flex;
	align-items: center
}

#otp-div .otp-error .col-11 {
	font-size: 80%
}

#otp-div #otp-back {
	display: block;
	padding-top: 8%;
}

#modalCategorie .modal-dialog .editable  table td:first-child {
	width: 75%;
}

#questionario .tab-content .value {
	margin-left: 1.5em;
}

#tabContract .legalTerm .row {
    padding-left: 2%;
    width: 98%;
}

.evaluationDocs.rfx {
	position: absolute;
    top: 7em;
    right: -1em;
    z-index: 100;
}

#email-detail-modal .modal-header {
	padding-left: 20px;
}

#email-detail-modal .modal-header .modal-title{
	padding: 0;
}

/* NUOVA GRAFICA CONTRATTI */
#wrapper > div.content-page > div.content > div.container-fluid > div.row > div.col-12 {
	padding: 0;
}

#contractTabDetail {
	width: 100%;
}

#contractTabDetail .form-group .col-form-label {
	font-size: 12px !important;
}

#contractTabDetail .div-text-field span {
    font-size: 12px;
    text-transform: none;
    font-family: "open_sansregular";
}

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

#contractTabDetail .col-12 {
	padding: 0;
}

#contractTabDetail h4.header-title {
	margin: 0;
    padding: 0;
    width: 100%;
    color: #353595;
    font-size: 18px !important;
    margin-bottom: 16px;
    margin-top: 12px;
}

#contractTabDetail h4.header-title span {
	float: right;
    color: #828282;
    font-size: 12px;
}

.modal-content .form-group .col-form-label, .card-box .col-form-label {
/* 	color: #5D6060; */
	padding-top: 0;
	padding-bottom: 0;
}

.contract-nav-tabs ul.nav-tabs li.nav-item a.tab, .contract-nav-tabs .nav-tabs > li > a {
	padding: 4px 16px !important;
}

#contractTabDetail div.form-group.col-3{
	border-bottom: none;
	padding: 0 20px 0 0;
	margin-bottom: 20px;
}

#contractTabDetail div.col-12.row {
	margin-bottom: 20px;
}

#contractTabDetail div.form-group.col-3 input[type='checkbox'] {
	display: block;
    width: 15px;
    height: 15px;
    margin-top: 6px;
    accent-color: #03274c;
}

#contractTabDetail div.form-group.col-3 div.control__indicator {
	width: 15px;
	height: 15px;
}

#contractTabDetail div.form-group.col-3 div.control__indicator::after {
	top: 5px;
    left: 5px;
}

#contractTabDetail label.control.control--radio span {
	position: relative;
    left: 2px;
    font-size: 14px;
}

#contractTabDetail div.form-group.col-3 div.value label.control.control--radio:first-of-type {
	margin-right: 14%;
}

.contract-detail-info {
	border-radius: 4px;
	border: 1px solid #B2DCDF;
	font-size: 12px;
	margin: 0 0px 20px 0;
}

.contract-detail-info > div {
	padding: 1%;
}

.contract-detail-info > div:first-of-type {
	border-right: 1px solid #B2DCDF;
}

.contract-detail-info span:nth-child(odd) {
	color: #676767;
	text-transform: capitalize;
}

.contract-detail-info span:nth-child(even) {
	color: #49B8D8;
}

.content ul.nav-tabs li.nav-item, .content ul.nav-tabs li.nav-item a {
	border: 1px solid transparent;
}

.content #questionario ul.nav-tabs li.nav-item {
	border: none;
}

.content ul.nav-tabs li.nav-item a {
	color: #70BED3;
	font-weight: 500 !important;
}

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

.card-box .nav-tabs .nav-link.active {
	border-color: #B2DCDF;
	border-bottom: 1px solid white;
	color: #979797; 
}

.card-box .nav-tabs {
	border-bottom: 1px solid #B2DCDF;
}

.nav.nav-tabs li.nav-item a.active, .nav.nav-tabs li.nav-item:has(a.active), .nav.nav-tabs li.nav-item a.active:hover {
	border: 1px solid #dee2e6;
	border-bottom: 1px solid #FFF;
}

.card-box .nav.nav-tabs li:first-child a:hover, .card-box .nav.nav-tabs li.nav-item:first-child a.active, .nav.nav-tabs li:first-child a:hover, .nav.nav-tabs li.nav-item:first-child a.active {
	border-left: none;
	border-right: 1px solid #dee2e6;
}

.nav.nav-tabs li.nav-item a:hover {
	color: var(--maincolor) !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #dee2e6;
}

.content ul.nav-tabs li.nav-item:first-child {
	border-left: none;
}

.readonly .form-group {
	margin-left: 0;
    margin-right: 0;
}

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

.product-category-button:hover {
	background-color: rgba(76, 86, 103, 0.1);
}

.product-category-item {
	background-color: rgba(76, 86, 103, 0.1);
}

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

.contract-disabled-field {
	 opacity: 0.7;
}

.div-text-field {
	border-bottom: none !important;
	width: 100% !important;
	padding-top: 0 !important;
}

.div-text-field textarea {
	height: 90px;
}

#contractTabDetail input[type='text'], #contractTabDetail select,  #contractTabDetail textarea, #contractTabDetail .content .SumoSelect > .CaptionCont {
	border-radius: 2px;
}

.tab-content {
	padding: 20px 0 0 0;
 }
 
.check-radio-div {
	margin-bottom: 4px !important;
}

#contractTabDetail div.select2-container {
	max-height: 32px;
    overflow-y: auto; 
}

#contractTabDetail div.select2-container input.select2-input {
	color: #ccc !important;
    font-style: italic;
    margin-left: 1%;
}

#contractTabAddDocument .evaluationDocs > .row, #contractTabEditDocRichiesti .evaluationDocs > .row, #tabDocumentiInterni .evaluationDocs > .row {
	float: left;
	z-index: 10;
	position: unset;
}

table#pDocumentTable th, table#attachmentsTable th, table#tableRiepDocumenti th {
    text-transform: uppercase;
    font-size: 10px;
    font-family: open_sanssemibold;
}

#uploadModal .modal-header {
	padding-left: 20px;
}

#uploadModal .modal-title {
	padding-left: 0;
}

#contractTabDetail #tableRiepDocumenti td.colMaxWid1 span.da_allegare, #contractTabDetail #tableRiepDocumenti td.colMaxWid1 span.docValidate, #contractTabDetail #tableRiepDocumenti td.colMaxWid1 span.da_aggiornare, #contractTabDetail #tableRiepDocumenti td.colMaxWid1 span.regolare, 
#contractTabDocumentsValidation #tableRiepDocumenti td.colMaxWid1 span.da_allegare, #contractTabDocumentsValidation #tableRiepDocumenti td.colMaxWid1 span.docValidate, #contractTabDocumentsValidation #tableRiepDocumenti td.colMaxWid1 span.da_aggiornare, #contractTabDocumentsValidation #tableRiepDocumenti td.colMaxWid1 span.regolare {
    position: relative;
    left: 27%;
}

#download-modal .form-control, #dr_document_form .form-control {
	height: 32px;
}

#contractTabAddDocument .evaluationDocs > .row, #contractTabEditDocRichiesti .evaluationDocs > .row, #tabDocumentiInterni .evaluationDocs > .row {
    float: left;
    z-index: 10;
    position: unset;
}

#contractTabAddDocument .evaluationDocs, #contractTabEditDocRichiesti .evaluationDocs, #tabDocumentiInterni .evaluationDocs {
    position: relative;
    top: 0;
    right: 0;
}
#contractTabDocumentsValidation #tableRiepDocumenti td.colMaxWid1.dateCol.center a, #contractTabDocumentsValidation #tableRiepDocumenti td.colMaxWid1.dateCol.center span {
    margin: auto;
    left: unset;
    float: none;
    right: unset;
    display: block !important;
}
/* FINE GRAFICA CONTRATTI */


#wrapper #auctionForm table.dataTable, table.dataTable {
    background-color: #FFFFFF !important;
    border: none;
}
table.dataTable td:last-child {
    border: none;
    white-space: nowrap;
    padding: 0px;
}
table.dataTable td:last-child span {
    display: inline;
}


@media screen and (max-width: 1800px) {
	div.login-container-div div.login-left-div div.upper-div h4 span:first-of-type,
	div.login-container-div div.login-left-div div.upper-div h4 span:nth-of-type(2) {
		font-size: 3.5em;
	}
	
	div.login-container-div div.login-left-div div.upper-div h4:nth-of-type(2) {
		font-size: 2em;
	}
	div.login-container-div div.login-left-div div.lower-div {
	    bottom: 15%;
	}
}

@media screen and (max-width: 1799px) {
	.login-card {
		padding: 20px 52px;
	}
	.logo-login {
		margin-bottom: 5%;
	}
}

@media screen and (max-width: 1502px), screen and (max-height: 719px)  {
	.login-card {
		padding: 20px 52px;
	}
	.logo-login {
		margin-bottom: 5%;
	}
	.login-container h6 {
		margin-bottom: 12px;
	}
	.login-container div.form-check {
		margin-bottom: 24px;
	}
	.login-btn {
		height: 36px;
    	font-size: 12px;
	}
}

@media screen and (max-width: 1402px) {
	.login-card {
		padding: 10px 42px;
	}
	.logo-login {
		margin-bottom: 3%;
	}
	.login-container h6 {
		margin-bottom: 8px;
	}
	.login-container div.form-check {
		margin-bottom: 18px;
	}
}

@media screen and (max-width: 1302px) {
	.login-card {
		padding: 5px 32px;
	}
	.logo-login {
		margin-bottom: 2%;
	}
	.login-container h6 {
		margin-bottom: 4px;
	}
	.login-container div.form-check {
		margin-bottom: 12px;
	}
	.login-container div.d-flex.justify-content-center {
		margin-top: 4px;
	}
}

@media screen and (max-width: 1202px){
	.login-card {
		padding: 2px 22px;
	}
	.logo-login {
		margin-bottom: 2%;
	}
	.login-container h6 {
		margin-bottom: 4px;
	}
	.login-container div.form-check {
		margin-bottom: 12px;
	}
	.login-container div.d-flex.justify-content-center {
		margin-top: 4px;
	}
}
