body {
  font-size: 0.8rem;
}
.page-title-box .page-title {
  font-size: 1.2rem;
}

.h4, h4 {
  font-size: 0.85rem;
}
.h5, h5 {
  font-size: .8rem;
}

.btn { 
	font-size: 0.8rem;
}

.w2ui-reset table tr th, .w2ui-reset table tr td {
	font-size: 0.8rem;
}

.btnShow,  .btnRemove{
	padding: .4rem .3rem;
}


body.authentication-bg{
    background-color:#002C5A;
}

body[data-topbar-color="dark"] .navbar-custom {
	 background-color: #002C5A;
}

.form-check-input:checked {
    background-color: #FEC018 !important;
    border-color: #FEC018 !important;
}
.btn-primary{
	background-color: #FEC018;
    border-color:#FEC018;
}

.btn-secondary {
    color: #333;
    background-color: #f8f8f8;
    border-color: #cecece;
}

.btn-secondary:hover, .btn-primary:focus {
    color: #333;
    background-color: #e8e8e8;
	border-color: #c6c6c6;
}

.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #002C5A;
}

.btn-primary {
    color: #fff;
    background-color: #0076b9;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0076b9;
    border-color: #0076b9;
}

.btn-primary{
	background-color: #FEC018;
    border-color:#FEC018;
    color: #333;
}

.btn-primary:focus {
    color: #333;
    background-color: #efb108;
	border-color: #efb108;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #333;
    background-color: #cfb879;
    border-color: #cfb879;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #5e666a !important;
}

body {
	 color: #5e666a !important;
}	

.form-check-input{
	cursor: pointer;
}

.form-check-label{
	cursor: pointer;
}

.evidenzia-campo-obbligatorio{
	border: 2px solid red !important;
	animation: shake 200ms linear 10;
}

@keyframes shake {
      0% 100% { transform: translate(0); }
      25% { transform: translate(0.125rem)}
      75% { transform: translate(-0.125rem)}
}

#os-screen-wait{
	background: rgba(0,0,0,0.4) url('../../../images/loading-white.svg') no-repeat center center;
    display: none;
    position: fixed;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10002;
    background-size: 3%;
}

#os-screen-wait-label{
    font-weight: bold;
    display: none;
    color: #fff;
    text-align: center;
    position: fixed;
    left:0;
    right: 0;
    top: calc(50% + 30px);
    bottom: 0;
    z-index: 10003;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: auto;
    height: 100%;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #002C5A;
}

.asterisk-required{
	color: #f00;
	font-size: 13px;
}

.asterisk-required.orange{
	color: #f28800;
}

.asterisk{
	font-size: 16px;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover{
    background-color:#0a7ad6;
    color:#fff
}

.list-inline-item.disabled a{
	cursor: auto;
    color: #b7b7b7;
    pointer-events: none;
    background-color: #fff;
}

.jq-toast-single {
	font-size: 13px; 
}	

a {
    color: #002C5A;
    text-decoration: none;
}

.chat-avatar-fornitore {
	background-color: #036dc6; 
	color: #b0dbff;
	width:40px; 
	height:40px;
	border-radius: .25rem !important;
	font-size: 12px;
	padding-top: 10px;
}

.dropdown-divider {
    height: 0;
    margin: .45rem 0;
    overflow: hidden;
    border-top: 1px solid #d7d7d7;
}

.border-light {
    border-color: #d7d7d7 !important;
}

.conversation-list .conversation-text {
    font-size: 13px;
}

.form-control, .form-control:focus, .form-control:hover {
	color: #34383c;
}
.logo span{
	color: #fff;
	font-size: 16px;
}

#versioning-lg{
	position: absolute;
	top: 15px;
	left: 122px;
	font-size: 12px;
}

#versioning-sm{
	position: absolute;
	top: 20px;
	left: 8px;
	font-size: 11px;
}

.evidenzia-testo-obbligatorio {
	color: #f00 !important;
	animation: shake 200ms linear 10;
}

.evidenzia-background-obbligatorio {
	background-color: #ca0000 !important;
	color: #fff !important;
}

.form-switch .form-check-input {
    width: 2em !important;
    margin-left: -2.5em !important;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e) !important;
    background-position: left center !important;
    border-radius: 2em !important;
    transition: background-position .15s ease-in-out !important;
}

.form-switch .form-check-input:checked {
    background-position: right center !important;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e) !important;
}

.col-sa-8000, .col-dd {
	margin-bottom: 15px;
}

input[type="file"] {
    height: auto;
    line-height: normal;
    margin-top: 5px
}

.fileinput-btn.btn input[type=file]{
	font-size: 13px !important;
	cursor: auto !important;
}

.fileinput-holder > .input-group-btn {
	 width: 1px;
}

.btn-add {
    padding: 0px 12px;
    margin-bottom: 5px;
}

.bxAllegato .btnShow i{
	font-size: 1.0rem !important;
}

.icon-row-cancella {
    color: #555;
    font-size: 1.3em !important;
}

.icon-row-cancella:hover {
	color: #660000;
	cursor: pointer;
}

.form-check-input[type="radio"] {
    border-radius: 50% !important;
}

.finish {
	margin-top: 20px;
}

.bx-loading, .bx-loading-whole-page{
	min-height:30px;
	top:70px;
	left:190px;
	bottom:0;
	right:0;
	position: fixed;
	background: #fff url('../../../images/loading-blue.svg') no-repeat center center;
	z-index: 1001;
	opacity: 0.8;
}

.bx-loading-whole-page{
    left:0px;
    top:0px;
}

body[data-sidebar-size="condensed"] .bx-loading {
    left: 0px;
}

.bx-add-rows .bx-row-label:first-child {
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
}

/* :root { */
/*  --bs-font-sans-serif:"Avenir Next LT Pro",sans-serif;  */
/* } */

.modal-header {
	background-color: #f9f9f9;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-title {
	font-weight: 600;
	font-size: 15px;
	color: #555;
	margin: 0;
	line-height: 1.42857143;
}

.modal-header .close {
  margin-top: 0px;
  font-size: 25px !important;
}

.modal-footer {
    background-color: #f9f9f9;
    padding: 15px;
    text-align: right;
	border-top: 1px solid #e5e5e5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover {
	color: #ff0303;
	opacity:10 !important;
}

.alert-info {
  color: #007DC6;
  background-color: #fff;
  border-color: #007DC6;
}

label {
	font-weight: bold;
}

.form-wizard-header {
  font-size: 0.8rem;
}	

.nav-link:focus, .nav-link:hover {
  color: #007DC6;
}

#sidebar-menu > ul > li > a:active, #sidebar-menu > ul > li > a:focus, #sidebar-menu > ul > li > a:hover {
  color: #007DC6;
}

a:hover {
  color: #007DC6;
}

.bg-progress-bar {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 125, 198,var(--bs-bg-opacity)) !important;
}

.bg-pattern {
  background-image: none;
}

.w2ui-reset table tr th, .w2ui-reset table tr td {
	font-size: 0.8rem;
}

table.table-head-grey tr th {
    background: #f9f9f9 !important;
}	

.col-form-label {
	white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.content-page {
  margin-left: 190px;
} 

.left-side-menu {
  width: 190px; 
}   

.bx-allegato-ul-fornitore {
	margin-left: -40px;
	list-style-type: none;
}

.jvectormap-zoomin, .jvectormap-zoomout{
	border: 1px solid #5992ff;
}  

.select2-container--default .select2-selection--single{
    border: 1px solid #e0e0e0;
}

.prefissi-container{
    position: relative;
    display: flex;
    border-collapse: separate; 
}

.bx-prefissi .select2-container .select2-selection--single {
   height: 33px !important;
}
    
.bx-prefissi{
   width: 52%;
}	

.bx-prefissi span.select2-selection{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.bx-prefissi + input.form-control{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0px;
}

.timeline-loading{
	height: 50px;
	background: transparent url('../../../images/loading-blue.svg') no-repeat center center;
	background-size: 20px;
}