|
@@ -13070,7 +13070,7 @@ textarea.form-control-lg {
|
|
|
#menu-anagrafica li:hover a span,
|
|
#menu-anagrafica li:hover a span,
|
|
|
#menu-contabilita li:hover a span,
|
|
#menu-contabilita li:hover a span,
|
|
|
#menu-scadenze li:hover a span {
|
|
#menu-scadenze li:hover a span {
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
}
|
|
}
|
|
|
#menu-anagrafica li:hover a .badge-menu,
|
|
#menu-anagrafica li:hover a .badge-menu,
|
|
|
#menu-contabilita li:hover a .badge-menu,
|
|
#menu-contabilita li:hover a .badge-menu,
|
|
@@ -13223,11 +13223,11 @@ a.sidebar--opener {
|
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='Raggruppa_136' data-name='Raggruppa 136' transform='translate(-91.417 -332)'%3E%3Cg id='Ellisse_25' data-name='Ellisse 25' transform='translate(107.417 348) rotate(180)' fill='none' stroke='%23ffffff' stroke-width='1.5'%3E%3Ccircle cx='8' cy='8' r='8' stroke='none'/%3E%3Ccircle cx='8' cy='8' r='7.25' fill='none'/%3E%3C/g%3E%3Cg id='Raggruppa_127' data-name='Raggruppa 127' transform='translate(30.887 70.5)'%3E%3Cline id='Linea_7' data-name='Linea 7' y1='5' x2='5' transform='translate(66.53 266.5)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='Linea_8' data-name='Linea 8' x1='4' transform='translate(67.53 266.5)' fill='none' stroke='%2334454e' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='Linea_9' data-name='Linea 9' x1='4.386' transform='translate(71.53 266.5) rotate(90)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='Raggruppa_136' data-name='Raggruppa 136' transform='translate(-91.417 -332)'%3E%3Cg id='Ellisse_25' data-name='Ellisse 25' transform='translate(107.417 348) rotate(180)' fill='none' stroke='%23ffffff' stroke-width='1.5'%3E%3Ccircle cx='8' cy='8' r='8' stroke='none'/%3E%3Ccircle cx='8' cy='8' r='7.25' fill='none'/%3E%3C/g%3E%3Cg id='Raggruppa_127' data-name='Raggruppa 127' transform='translate(30.887 70.5)'%3E%3Cline id='Linea_7' data-name='Linea 7' y1='5' x2='5' transform='translate(66.53 266.5)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='Linea_8' data-name='Linea 8' x1='4' transform='translate(67.53 266.5)' fill='none' stroke='%2334454e' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='Linea_9' data-name='Linea 9' x1='4.386' transform='translate(71.53 266.5) rotate(90)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
|
|
|
}
|
|
}
|
|
|
.card--ui .card--ui_btnDash.utente, .card--ui .utente.card--ui.card--ui_btnAddHeader {
|
|
.card--ui .card--ui_btnDash.utente, .card--ui .utente.card--ui.card--ui_btnAddHeader {
|
|
|
- background: #0C6197;
|
|
|
|
|
- background: -moz-linear-gradient(45deg, #0C6197 0%, #004169 100%);
|
|
|
|
|
- background: -webkit-linear-gradient(45deg, #0C6197 0%, #004169 100%);
|
|
|
|
|
- background: linear-gradient(45deg, #0C6197 0%, #004169 100%);
|
|
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0C6197", endColorstr="#004169", GradientType=1);
|
|
|
|
|
|
|
+ background: var(--color-blu);
|
|
|
|
|
+ background: -moz-linear-gradient(45deg, var(--color-blu) 0%, var(--color-blu) 100%);
|
|
|
|
|
+ background: -webkit-linear-gradient(45deg, var(--color-blu) 0%, var(--color-blu) 100%);
|
|
|
|
|
+ background: linear-gradient(45deg, var(--color-blu) 0%, var(--color-blu) 100%);
|
|
|
|
|
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--color-blu)", endColorstr="var(--color-blu)", GradientType=1);
|
|
|
}
|
|
}
|
|
|
.card--ui .card--ui_btnDash.fornitore, .card--ui .fornitore.card--ui.card--ui_btnAddHeader {
|
|
.card--ui .card--ui_btnDash.fornitore, .card--ui .fornitore.card--ui.card--ui_btnAddHeader {
|
|
|
background: #F28322;
|
|
background: #F28322;
|
|
@@ -13238,13 +13238,13 @@ a.sidebar--opener {
|
|
|
}
|
|
}
|
|
|
.card--ui .card--ui_btnDash.entrata, .card--ui .entrata.card--ui.card--ui_btnAddHeader {
|
|
.card--ui .card--ui_btnDash.entrata, .card--ui .entrata.card--ui.card--ui_btnAddHeader {
|
|
|
background: transparent;
|
|
background: transparent;
|
|
|
- border: 2px solid #0C6197;
|
|
|
|
|
|
|
+ border: 2px solid var(--color-blu);
|
|
|
}
|
|
}
|
|
|
.card--ui .card--ui_btnDash.entrata i.add, .card--ui .entrata.card--ui.card--ui_btnAddHeader i.add {
|
|
.card--ui .card--ui_btnDash.entrata i.add, .card--ui .entrata.card--ui.card--ui_btnAddHeader i.add {
|
|
|
opacity: 1;
|
|
opacity: 1;
|
|
|
}
|
|
}
|
|
|
.card--ui .card--ui_btnDash.entrata h2, .card--ui .entrata.card--ui.card--ui_btnAddHeader h2 {
|
|
.card--ui .card--ui_btnDash.entrata h2, .card--ui .entrata.card--ui.card--ui_btnAddHeader h2 {
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
}
|
|
}
|
|
|
.card--ui .card--ui_btnDash.entrata h2 small, .card--ui .entrata.card--ui.card--ui_btnAddHeader h2 small {
|
|
.card--ui .card--ui_btnDash.entrata h2 small, .card--ui .entrata.card--ui.card--ui_btnAddHeader h2 small {
|
|
|
color: #34454E;
|
|
color: #34454E;
|
|
@@ -13274,11 +13274,11 @@ a.sidebar--opener {
|
|
|
-moz-transition: all 0.3s ease-in-out;
|
|
-moz-transition: all 0.3s ease-in-out;
|
|
|
-o-transition: all 0.3s ease-in-out;
|
|
-o-transition: all 0.3s ease-in-out;
|
|
|
transition: all 0.3s ease-in-out;
|
|
transition: all 0.3s ease-in-out;
|
|
|
- background: #0C6197;
|
|
|
|
|
- background: -moz-linear-gradient(45deg, #0C6197 0%, #0C6197 100%);
|
|
|
|
|
- background: -webkit-linear-gradient(45deg, #0C6197 0%, #0C6197 100%);
|
|
|
|
|
- background: linear-gradient(45deg, #0C6197 0%, #0C6197 100%);
|
|
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0C6197", endColorstr="#0C6197", GradientType=1);
|
|
|
|
|
|
|
+ background: var(--color-blu);
|
|
|
|
|
+ background: -moz-linear-gradient(45deg, var(--color-blu) 0%, var(--color-blu) 100%);
|
|
|
|
|
+ background: -webkit-linear-gradient(45deg, var(--color-blu) 0%, var(--color-blu) 100%);
|
|
|
|
|
+ background: linear-gradient(45deg, var(--color-blu) 0%, var(--color-blu) 100%);
|
|
|
|
|
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--color-blu)", endColorstr="var(--color-blu)", GradientType=1);
|
|
|
}
|
|
}
|
|
|
.card--ui .card--ui_btnDash.fornitore:hover, .card--ui .fornitore.card--ui.card--ui_btnAddHeader:hover {
|
|
.card--ui .card--ui_btnDash.fornitore:hover, .card--ui .fornitore.card--ui.card--ui_btnAddHeader:hover {
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -13322,11 +13322,11 @@ a.sidebar--opener {
|
|
|
-moz-transition: all 0.3s ease-in-out;
|
|
-moz-transition: all 0.3s ease-in-out;
|
|
|
-o-transition: all 0.3s ease-in-out;
|
|
-o-transition: all 0.3s ease-in-out;
|
|
|
transition: all 0.3s ease-in-out;
|
|
transition: all 0.3s ease-in-out;
|
|
|
- background: #0C6197;
|
|
|
|
|
- background: -moz-linear-gradient(45deg, #0C6197 0%, #004169 100%);
|
|
|
|
|
- background: -webkit-linear-gradient(45deg, #0C6197 0%, #004169 100%);
|
|
|
|
|
- background: linear-gradient(45deg, #0C6197 0%, #004169 100%);
|
|
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0C6197", endColorstr="#004169", GradientType=1);
|
|
|
|
|
|
|
+ background: var(--color-blu);
|
|
|
|
|
+ background: -moz-linear-gradient(45deg, var(--color-blu) 0%, var(--color-blu) 100%);
|
|
|
|
|
+ background: -webkit-linear-gradient(45deg, var(--color-blu) 0%, var(--color-blu) 100%);
|
|
|
|
|
+ background: linear-gradient(45deg, var(--color-blu) 0%, var(--color-blu) 100%);
|
|
|
|
|
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--color-blu)", endColorstr="var(--color-blu)", GradientType=1);
|
|
|
}
|
|
}
|
|
|
.card--ui.card--ui_btnAddHeaderUser header h2 {
|
|
.card--ui.card--ui_btnAddHeaderUser header h2 {
|
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
@@ -13421,7 +13421,7 @@ a.sidebar--opener {
|
|
|
margin: 24px 0;
|
|
margin: 24px 0;
|
|
|
}
|
|
}
|
|
|
#filter--section aside {
|
|
#filter--section aside {
|
|
|
- background-color: #004169;
|
|
|
|
|
|
|
+ background-color: var(--color-blu);
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
max-width: 15.625rem;
|
|
max-width: 15.625rem;
|
|
|
border-radius: 0.5rem 0 0 0.5rem;
|
|
border-radius: 0.5rem 0 0 0.5rem;
|
|
@@ -13448,7 +13448,7 @@ a.sidebar--opener {
|
|
|
left: 10px;
|
|
left: 10px;
|
|
|
width: 2rem;
|
|
width: 2rem;
|
|
|
height: 2rem;
|
|
height: 2rem;
|
|
|
- background-color: #0C6197;
|
|
|
|
|
|
|
+ background-color: var(--color-blu);
|
|
|
border-radius: 6px;
|
|
border-radius: 6px;
|
|
|
-webkit-border-radius: 6px;
|
|
-webkit-border-radius: 6px;
|
|
|
-moz-border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
@@ -13488,7 +13488,7 @@ a.sidebar--opener {
|
|
|
.calendar--wrapper h2 {
|
|
.calendar--wrapper h2 {
|
|
|
font-size: 32px;
|
|
font-size: 32px;
|
|
|
line-height: 20px;
|
|
line-height: 20px;
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
}
|
|
}
|
|
|
.calendar--wrapper h2 small {
|
|
.calendar--wrapper h2 small {
|
|
|
display: block;
|
|
display: block;
|
|
@@ -13545,16 +13545,16 @@ a.sidebar--opener {
|
|
|
font-size: 0.875rem;
|
|
font-size: 0.875rem;
|
|
|
}
|
|
}
|
|
|
#card--resume.primary {
|
|
#card--resume.primary {
|
|
|
- background: #0C6197;
|
|
|
|
|
- background: -moz-linear-gradient(135deg, #0C6197 0%, #004169 100%);
|
|
|
|
|
- background: -webkit-linear-gradient(135deg, #0C6197 0%, #004169 100%);
|
|
|
|
|
- background: linear-gradient(135deg, #0C6197 0%, #004169 100%);
|
|
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0C6197", endColorstr="#004169", GradientType=1);
|
|
|
|
|
|
|
+ background: var(--color-blu);
|
|
|
|
|
+ background: -moz-linear-gradient(135deg, var(--color-blu) 0%, var(--color-blu) 100%);
|
|
|
|
|
+ background: -webkit-linear-gradient(135deg, var(--color-blu) 0%, var(--color-blu) 100%);
|
|
|
|
|
+ background: linear-gradient(135deg, var(--color-blu) 0%, var(--color-blu) 100%);
|
|
|
|
|
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--color-blu)", endColorstr="var(--color-blu)", GradientType=1);
|
|
|
color: #EDF0F2;
|
|
color: #EDF0F2;
|
|
|
}
|
|
}
|
|
|
#card--resume.user--resume header {
|
|
#card--resume.user--resume header {
|
|
|
padding: 1.25rem;
|
|
padding: 1.25rem;
|
|
|
- background-color: #004169;
|
|
|
|
|
|
|
+ background-color: var(--color-blu);
|
|
|
border-radius: 12px 12px 0 0;
|
|
border-radius: 12px 12px 0 0;
|
|
|
-webkit-border-radius: 12px 12px 0 0;
|
|
-webkit-border-radius: 12px 12px 0 0;
|
|
|
-moz-border-radius: 12px 12px 0 0;
|
|
-moz-border-radius: 12px 12px 0 0;
|
|
@@ -13629,7 +13629,7 @@ ul.pagination li a {
|
|
|
font-size: 0.875rem;
|
|
font-size: 0.875rem;
|
|
|
}
|
|
}
|
|
|
ul.pagination li a[aria-label=Previous], ul.pagination li a[aria-label=Next] {
|
|
ul.pagination li a[aria-label=Previous], ul.pagination li a[aria-label=Next] {
|
|
|
- background-color: #0C6197;
|
|
|
|
|
|
|
+ background-color: var(--color-blu);
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
border-top-left-radius: 2rem !important;
|
|
border-top-left-radius: 2rem !important;
|
|
|
border-bottom-left-radius: 2rem !important;
|
|
border-bottom-left-radius: 2rem !important;
|
|
@@ -13637,7 +13637,7 @@ ul.pagination li a[aria-label=Previous], ul.pagination li a[aria-label=Next] {
|
|
|
border-bottom-right-radius: 2rem !important;
|
|
border-bottom-right-radius: 2rem !important;
|
|
|
}
|
|
}
|
|
|
ul.pagination li a[aria-label=Previous]:hover, ul.pagination li a[aria-label=Next]:hover {
|
|
ul.pagination li a[aria-label=Previous]:hover, ul.pagination li a[aria-label=Next]:hover {
|
|
|
- background-color: #004169;
|
|
|
|
|
|
|
+ background-color: var(--color-blu);
|
|
|
}
|
|
}
|
|
|
ul.pagination li a[aria-label=Previous] {
|
|
ul.pagination li a[aria-label=Previous] {
|
|
|
background-image: url("../img/right-arrow_ico.svg");
|
|
background-image: url("../img/right-arrow_ico.svg");
|
|
@@ -13668,7 +13668,7 @@ ul.pagination li a[aria-label=Next] {
|
|
|
-moz-border-radius: 12px 12px 0 0;
|
|
-moz-border-radius: 12px 12px 0 0;
|
|
|
}
|
|
}
|
|
|
#accountingEntry .accountingEntry_resume > header span.primary {
|
|
#accountingEntry .accountingEntry_resume > header span.primary {
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
font-size: 1.5rem;
|
|
font-size: 1.5rem;
|
|
|
line-height: 1.5rem;
|
|
line-height: 1.5rem;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
@@ -13688,7 +13688,7 @@ ul.pagination li a[aria-label=Next] {
|
|
|
}
|
|
}
|
|
|
#accountingEntry .accountingEntry_resume .resume--body .resume-item .evidence_name {
|
|
#accountingEntry .accountingEntry_resume .resume--body .resume-item .evidence_name {
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
font-size: 1rem;
|
|
font-size: 1rem;
|
|
|
}
|
|
}
|
|
|
#accountingEntry .title-form {
|
|
#accountingEntry .title-form {
|
|
@@ -13696,7 +13696,7 @@ ul.pagination li a[aria-label=Next] {
|
|
|
margin-bottom: 12px;
|
|
margin-bottom: 12px;
|
|
|
}
|
|
}
|
|
|
#accountingEntry span.total {
|
|
#accountingEntry span.total {
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
font-size: 1.75rem !important;
|
|
font-size: 1.75rem !important;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
}
|
|
}
|
|
@@ -13704,13 +13704,13 @@ ul.pagination li a[aria-label=Next] {
|
|
|
font-size: 24px !important;
|
|
font-size: 24px !important;
|
|
|
}
|
|
}
|
|
|
#accountingEntry input.totalInput {
|
|
#accountingEntry input.totalInput {
|
|
|
- border: 2px solid #0C6197;
|
|
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ border: 2px solid var(--color-blu);
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
font-size: 18px !important;
|
|
font-size: 18px !important;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
}
|
|
}
|
|
|
#accountingEntry input.totalInput::placeholder {
|
|
#accountingEntry input.totalInput::placeholder {
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
}
|
|
}
|
|
@@ -13815,18 +13815,18 @@ ul.pagination li a[aria-label=Next] {
|
|
|
margin-bottom: 12px;
|
|
margin-bottom: 12px;
|
|
|
}
|
|
}
|
|
|
#accountingExit span.total {
|
|
#accountingExit span.total {
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
}
|
|
}
|
|
|
#accountingExit input.totalInput {
|
|
#accountingExit input.totalInput {
|
|
|
- border: 2px solid #0C6197;
|
|
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ border: 2px solid var(--color-blu);
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
font-size: 18px !important;
|
|
font-size: 18px !important;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
}
|
|
}
|
|
|
#accountingExit input.totalInput::placeholder {
|
|
#accountingExit input.totalInput::placeholder {
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
}
|
|
}
|
|
@@ -13853,7 +13853,7 @@ ul.pagination li a[aria-label=Next] {
|
|
|
border-bottom: 1px solid #7d8c97;
|
|
border-bottom: 1px solid #7d8c97;
|
|
|
}
|
|
}
|
|
|
.total--wrapper_netprice {
|
|
.total--wrapper_netprice {
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
}
|
|
}
|
|
|
.total--wrapper_netprice .netprice_p {
|
|
.total--wrapper_netprice .netprice_p {
|
|
|
font-size: 2rem;
|
|
font-size: 2rem;
|
|
@@ -13873,7 +13873,7 @@ ul.pagination li a[aria-label=Next] {
|
|
|
border-bottom: 1px solid #7d8c97;
|
|
border-bottom: 1px solid #7d8c97;
|
|
|
}
|
|
}
|
|
|
#accountingExit .total--wrapper_netprice {
|
|
#accountingExit .total--wrapper_netprice {
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
}
|
|
}
|
|
|
#accountingExit .total--wrapper_netprice .netprice_p {
|
|
#accountingExit .total--wrapper_netprice .netprice_p {
|
|
|
font-size: 1rem;
|
|
font-size: 1rem;
|
|
@@ -13886,11 +13886,11 @@ ul.pagination li a[aria-label=Next] {
|
|
|
padding: 0 !important;
|
|
padding: 0 !important;
|
|
|
}
|
|
}
|
|
|
.user--profile_card {
|
|
.user--profile_card {
|
|
|
- background: #0C6197;
|
|
|
|
|
- background: -moz-linear-gradient(180deg, #0C6197 0%, #004169 100%);
|
|
|
|
|
- background: -webkit-linear-gradient(180deg, #0C6197 0%, #004169 100%);
|
|
|
|
|
- background: linear-gradient(180deg, #0C6197 0%, #004169 100%);
|
|
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0C6197", endColorstr="#004169", GradientType=1);
|
|
|
|
|
|
|
+ background: var(--color-blu);
|
|
|
|
|
+ background: -moz-linear-gradient(180deg, var(--color-blu) 0%, var(--color-blu) 100%);
|
|
|
|
|
+ background: -webkit-linear-gradient(180deg, var(--color-blu) 0%, var(--color-blu) 100%);
|
|
|
|
|
+ background: linear-gradient(180deg, var(--color-blu) 0%, var(--color-blu) 100%);
|
|
|
|
|
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--color-blu)", endColorstr="var(--color-blu)", GradientType=1);
|
|
|
border-radius: 0.75rem;
|
|
border-radius: 0.75rem;
|
|
|
-webkit-border-radius: 0.75rem;
|
|
-webkit-border-radius: 0.75rem;
|
|
|
-moz-border-radius: 0.75rem;
|
|
-moz-border-radius: 0.75rem;
|
|
@@ -13903,7 +13903,7 @@ ul.pagination li a[aria-label=Next] {
|
|
|
margin-bottom: 30px;
|
|
margin-bottom: 30px;
|
|
|
}
|
|
}
|
|
|
.user--profile_card .avatar--wrapper {
|
|
.user--profile_card .avatar--wrapper {
|
|
|
- background-color: #004169;
|
|
|
|
|
|
|
+ background-color: var(--color-blu);
|
|
|
height: 76px;
|
|
height: 76px;
|
|
|
width: 76px;
|
|
width: 76px;
|
|
|
border-radius: 76px;
|
|
border-radius: 76px;
|
|
@@ -13956,7 +13956,7 @@ ul.pagination li a[aria-label=Next] {
|
|
|
.user--profile_card article .badge.details {
|
|
.user--profile_card article .badge.details {
|
|
|
background-color: #F5F8FA;
|
|
background-color: #F5F8FA;
|
|
|
text-transform: initial;
|
|
text-transform: initial;
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
border-radius: 0.75rem;
|
|
border-radius: 0.75rem;
|
|
|
-webkit-border-radius: 0.75rem;
|
|
-webkit-border-radius: 0.75rem;
|
|
|
-moz-border-radius: 0.75rem;
|
|
-moz-border-radius: 0.75rem;
|
|
@@ -13979,7 +13979,7 @@ ul.pagination li a[aria-label=Next] {
|
|
|
display: block;
|
|
display: block;
|
|
|
font-size: 2rem;
|
|
font-size: 2rem;
|
|
|
line-height: 2rem;
|
|
line-height: 2rem;
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
}
|
|
}
|
|
|
.user--profile_resume .user_name .email {
|
|
.user--profile_resume .user_name .email {
|
|
@@ -14015,7 +14015,7 @@ ul.pagination li a[aria-label=Next] {
|
|
|
margin-bottom: 2rem;
|
|
margin-bottom: 2rem;
|
|
|
}
|
|
}
|
|
|
.user--profile_resume .user-residence span.title {
|
|
.user--profile_resume .user-residence span.title {
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
}
|
|
}
|
|
|
.user--profile_resume .resume--tab_info {
|
|
.user--profile_resume .resume--tab_info {
|
|
@@ -14024,7 +14024,7 @@ ul.pagination li a[aria-label=Next] {
|
|
|
.user--profile_resume .resume--tab_info h2 {
|
|
.user--profile_resume .resume--tab_info h2 {
|
|
|
font-size: 1.125rem;
|
|
font-size: 1.125rem;
|
|
|
line-height: 1.25rem;
|
|
line-height: 1.25rem;
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
}
|
|
}
|
|
|
.user--profile_resume .resume--tab_info .title h4 {
|
|
.user--profile_resume .resume--tab_info .title h4 {
|
|
|
font-size: 0.875rem;
|
|
font-size: 0.875rem;
|
|
@@ -14116,7 +14116,7 @@ ul.pagination li a[aria-label=Next] {
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
height: 1.875rem !important;
|
|
height: 1.875rem !important;
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
- background-color: #0C6197 !important;
|
|
|
|
|
|
|
+ background-color: var(--color-blu) !important;
|
|
|
padding: 0 1.25rem;
|
|
padding: 0 1.25rem;
|
|
|
font-size: 0.875rem;
|
|
font-size: 0.875rem;
|
|
|
font-family: greycliff-cf, sans-serif;
|
|
font-family: greycliff-cf, sans-serif;
|
|
@@ -14164,9 +14164,9 @@ ul.pagination li a[aria-label=Next] {
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
height: 1.875rem;
|
|
height: 1.875rem;
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
background-color: transparent !important;
|
|
background-color: transparent !important;
|
|
|
- border-bottom: 1px solid #0C6197 !important;
|
|
|
|
|
|
|
+ border-bottom: 1px solid var(--color-blu) !important;
|
|
|
border-top: none;
|
|
border-top: none;
|
|
|
border-left: none;
|
|
border-left: none;
|
|
|
border-right: none;
|
|
border-right: none;
|
|
@@ -14187,7 +14187,7 @@ ul.pagination li a[aria-label=Next] {
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
height: 1.875rem !important;
|
|
height: 1.875rem !important;
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
background-color: #fff !important;
|
|
background-color: #fff !important;
|
|
|
padding: 0 1.25rem;
|
|
padding: 0 1.25rem;
|
|
|
font-size: 0.875rem;
|
|
font-size: 0.875rem;
|
|
@@ -14285,7 +14285,7 @@ ul.pagination li a[aria-label=Next] {
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
height: 1.875rem !important;
|
|
height: 1.875rem !important;
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
background-color: #d3dce1 !important;
|
|
background-color: #d3dce1 !important;
|
|
|
padding: 0 1.25rem;
|
|
padding: 0 1.25rem;
|
|
|
font-size: 0.875rem;
|
|
font-size: 0.875rem;
|
|
@@ -14383,7 +14383,7 @@ ul.pagination li a[aria-label=Next] {
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
height: 1.875rem !important;
|
|
height: 1.875rem !important;
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
background-color: #EDF0F2 !important;
|
|
background-color: #EDF0F2 !important;
|
|
|
padding: 0 1.25rem;
|
|
padding: 0 1.25rem;
|
|
|
font-size: 0.875rem;
|
|
font-size: 0.875rem;
|
|
@@ -14432,7 +14432,7 @@ ul.pagination li a[aria-label=Next] {
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
height: 1.875rem !important;
|
|
height: 1.875rem !important;
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
background-color: #cfd7dd !important;
|
|
background-color: #cfd7dd !important;
|
|
|
padding: 0 1.25rem;
|
|
padding: 0 1.25rem;
|
|
|
font-size: 0.875rem;
|
|
font-size: 0.875rem;
|
|
@@ -14537,9 +14537,9 @@ ul.pagination li a[aria-label=Next] {
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
height: 1.875rem;
|
|
height: 1.875rem;
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
background-color: transparent !important;
|
|
background-color: transparent !important;
|
|
|
- border: 1px solid #0C6197 !important;
|
|
|
|
|
|
|
+ border: 1px solid var(--color-blu) !important;
|
|
|
padding: 0 1.25rem;
|
|
padding: 0 1.25rem;
|
|
|
font-size: 0.875rem;
|
|
font-size: 0.875rem;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
@@ -14770,18 +14770,18 @@ ul.pagination li a[aria-label=Next] {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.modal-backdrop {
|
|
.modal-backdrop {
|
|
|
- background-color: #0C6197;
|
|
|
|
|
|
|
+ background-color: var(--color-blu);
|
|
|
}
|
|
}
|
|
|
.modal-backdrop.show {
|
|
.modal-backdrop.show {
|
|
|
opacity: 0.9;
|
|
opacity: 0.9;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.modal--play_ico {
|
|
.modal--play_ico {
|
|
|
- background: #0C6197;
|
|
|
|
|
- background: -moz-linear-gradient(45deg, #0C6197 0%, #F28322 100%);
|
|
|
|
|
- background: -webkit-linear-gradient(45deg, #0C6197 0%, #F28322 100%);
|
|
|
|
|
- background: linear-gradient(45deg, #0C6197 0%, #F28322 100%);
|
|
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0C6197", endColorstr="#F28322", GradientType=1);
|
|
|
|
|
|
|
+ background: var(--color-blu);
|
|
|
|
|
+ background: -moz-linear-gradient(45deg, var(--color-blu) 0%, #F28322 100%);
|
|
|
|
|
+ background: -webkit-linear-gradient(45deg, var(--color-blu) 0%, #F28322 100%);
|
|
|
|
|
+ background: linear-gradient(45deg, var(--color-blu) 0%, #F28322 100%);
|
|
|
|
|
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--color-blu)", endColorstr="#F28322", GradientType=1);
|
|
|
width: 6rem;
|
|
width: 6rem;
|
|
|
height: 6rem;
|
|
height: 6rem;
|
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
@@ -14822,7 +14822,7 @@ ul.pagination li a[aria-label=Next] {
|
|
|
color: rgba(112, 130, 140, 0.5);
|
|
color: rgba(112, 130, 140, 0.5);
|
|
|
}
|
|
}
|
|
|
.nav-tabs button.active {
|
|
.nav-tabs button.active {
|
|
|
- background-color: #0C6197 !important;
|
|
|
|
|
|
|
+ background-color: var(--color-blu) !important;
|
|
|
color: #fff !important;
|
|
color: #fff !important;
|
|
|
border: none !important;
|
|
border: none !important;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
@@ -14911,7 +14911,7 @@ ul.pagination li a[aria-label=Next] {
|
|
|
}
|
|
}
|
|
|
.tessere--tab .nav button.active {
|
|
.tessere--tab .nav button.active {
|
|
|
background: #F5F8FA;
|
|
background: #F5F8FA;
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
}
|
|
}
|
|
|
.tessere--tab .tab-content {
|
|
.tessere--tab .tab-content {
|
|
|
width: 65%;
|
|
width: 65%;
|
|
@@ -14935,7 +14935,7 @@ ul.pagination li a[aria-label=Next] {
|
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
|
}
|
|
}
|
|
|
.login--box .credential--recovery a {
|
|
.login--box .credential--recovery a {
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
}
|
|
}
|
|
|
.login--box .fb--login {
|
|
.login--box .fb--login {
|
|
@@ -15146,7 +15146,7 @@ span.tipology {
|
|
|
}
|
|
}
|
|
|
.check--invoice label {
|
|
.check--invoice label {
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
}
|
|
}
|
|
|
.check--invoice input[type=radio] {
|
|
.check--invoice input[type=radio] {
|
|
@@ -15160,7 +15160,7 @@ input[type=radio] {
|
|
|
height: 20px;
|
|
height: 20px;
|
|
|
}
|
|
}
|
|
|
input[type=radio]:checked {
|
|
input[type=radio]:checked {
|
|
|
- background-color: #0C6197 !important;
|
|
|
|
|
|
|
+ background-color: var(--color-blu) !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
input[type=checkbox] {
|
|
input[type=checkbox] {
|
|
@@ -15172,7 +15172,7 @@ input[type=checkbox]:checked {
|
|
|
background-repeat: no-repeat no-repeat;
|
|
background-repeat: no-repeat no-repeat;
|
|
|
background-position: center center;
|
|
background-position: center center;
|
|
|
background-size: cover;
|
|
background-size: cover;
|
|
|
- background-color: #0C6197 !important;
|
|
|
|
|
|
|
+ background-color: var(--color-blu) !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
h1,
|
|
h1,
|
|
@@ -15192,7 +15192,7 @@ h4.primary,
|
|
|
h5.primary,
|
|
h5.primary,
|
|
|
h6.primary,
|
|
h6.primary,
|
|
|
.title-form.primary {
|
|
.title-form.primary {
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
}
|
|
}
|
|
|
h1.secondary,
|
|
h1.secondary,
|
|
|
h2.secondary,
|
|
h2.secondary,
|
|
@@ -15299,7 +15299,7 @@ h2 {
|
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
|
-webkit-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
|
-moz-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
|
- background-color: #0C6197;
|
|
|
|
|
|
|
+ background-color: var(--color-blu);
|
|
|
background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 23C8 22.4477 8.44772 22 9 22H18C18.5523 22 19 22.4477 19 23V23C19 23.5523 18.5523 24 18 24H9C8.44771 24 8 23.5523 8 23V23Z' fill='%23fff'/%3E%3Crect x='8' y='16' width='16' height='2' rx='1' fill='white'/%3E%3Crect x='8' y='10' width='16' height='2' rx='1' fill='white'/%3E%3C/svg%3E%0A");
|
|
background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 23C8 22.4477 8.44772 22 9 22H18C18.5523 22 19 22.4477 19 23V23C19 23.5523 18.5523 24 18 24H9C8.44771 24 8 23.5523 8 23V23Z' fill='%23fff'/%3E%3Crect x='8' y='16' width='16' height='2' rx='1' fill='white'/%3E%3Crect x='8' y='10' width='16' height='2' rx='1' fill='white'/%3E%3C/svg%3E%0A");
|
|
|
}
|
|
}
|
|
|
.ico--ui.title_section {
|
|
.ico--ui.title_section {
|
|
@@ -15409,7 +15409,7 @@ h2 {
|
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='Raggruppa_406' data-name='Raggruppa 406' transform='translate(-1015 -133)'%3E%3Crect id='Rettangolo_462' data-name='Rettangolo 462' width='16' height='16' transform='translate(1015 133)' fill='none'/%3E%3Cg id='people' transform='translate(1013.5 127.5)'%3E%3Cpath id='Tracciato_78' data-name='Tracciato 78' d='M26.531,13.367a2.56,2.56,0,0,1-1.867-.861,3.33,3.33,0,0,1-.867-2.033,2.783,2.783,0,0,1,.7-2.125,2.843,2.843,0,0,1,4.052,0,2.778,2.778,0,0,1,.709,2.121A3.339,3.339,0,0,1,28.4,12.5,2.553,2.553,0,0,1,26.531,13.367ZM28.731,10.433Z' transform='translate(-14.364)' fill='%23edf0f2'/%3E%3Cpath id='Tracciato_79' data-name='Tracciato 79' d='M26.227,31.8H17.438a.924.924,0,0,1-.733-.356,1.007,1.007,0,0,1-.175-.86,4.393,4.393,0,0,1,2.011-2.7,6.626,6.626,0,0,1,6.582-.014,4.369,4.369,0,0,1,2.013,2.718,1.009,1.009,0,0,1-.177.859A.923.923,0,0,1,26.227,31.8Z' transform='translate(-9.666 -12.567)' fill='%23edf0f2'/%3E%3Cpath id='Tracciato_80' data-name='Tracciato 80' d='M9.6,15.433A2.506,2.506,0,0,1,7.3,13a2.35,2.35,0,0,1,.6-1.787,2.371,2.371,0,0,1,3.4,0A2.332,2.332,0,0,1,11.9,13,2.505,2.505,0,0,1,9.6,15.433Z' transform='translate(-3.734 -1.933)' fill='%23edf0f2'/%3E%3Cpath id='Tracciato_81' data-name='Tracciato 81' d='M8.055,26.544a5.059,5.059,0,0,0-2.188-.43,5.156,5.156,0,0,0-2.686.721,3.616,3.616,0,0,0-1.653,2.224.913.913,0,0,0,.16.779.844.844,0,0,0,.67.325h3.7a.267.267,0,0,0,.262-.219c0-.021.008-.042.014-.063a4.828,4.828,0,0,1,1.924-2.794.267.267,0,0,0-.021-.446C8.184,26.61,8.124,26.577,8.055,26.544Z' transform='translate(0 -11.996)' fill='%23edf0f2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='Raggruppa_406' data-name='Raggruppa 406' transform='translate(-1015 -133)'%3E%3Crect id='Rettangolo_462' data-name='Rettangolo 462' width='16' height='16' transform='translate(1015 133)' fill='none'/%3E%3Cg id='people' transform='translate(1013.5 127.5)'%3E%3Cpath id='Tracciato_78' data-name='Tracciato 78' d='M26.531,13.367a2.56,2.56,0,0,1-1.867-.861,3.33,3.33,0,0,1-.867-2.033,2.783,2.783,0,0,1,.7-2.125,2.843,2.843,0,0,1,4.052,0,2.778,2.778,0,0,1,.709,2.121A3.339,3.339,0,0,1,28.4,12.5,2.553,2.553,0,0,1,26.531,13.367ZM28.731,10.433Z' transform='translate(-14.364)' fill='%23edf0f2'/%3E%3Cpath id='Tracciato_79' data-name='Tracciato 79' d='M26.227,31.8H17.438a.924.924,0,0,1-.733-.356,1.007,1.007,0,0,1-.175-.86,4.393,4.393,0,0,1,2.011-2.7,6.626,6.626,0,0,1,6.582-.014,4.369,4.369,0,0,1,2.013,2.718,1.009,1.009,0,0,1-.177.859A.923.923,0,0,1,26.227,31.8Z' transform='translate(-9.666 -12.567)' fill='%23edf0f2'/%3E%3Cpath id='Tracciato_80' data-name='Tracciato 80' d='M9.6,15.433A2.506,2.506,0,0,1,7.3,13a2.35,2.35,0,0,1,.6-1.787,2.371,2.371,0,0,1,3.4,0A2.332,2.332,0,0,1,11.9,13,2.505,2.505,0,0,1,9.6,15.433Z' transform='translate(-3.734 -1.933)' fill='%23edf0f2'/%3E%3Cpath id='Tracciato_81' data-name='Tracciato 81' d='M8.055,26.544a5.059,5.059,0,0,0-2.188-.43,5.156,5.156,0,0,0-2.686.721,3.616,3.616,0,0,0-1.653,2.224.913.913,0,0,0,.16.779.844.844,0,0,0,.67.325h3.7a.267.267,0,0,0,.262-.219c0-.021.008-.042.014-.063a4.828,4.828,0,0,1,1.924-2.794.267.267,0,0,0-.021-.446C8.184,26.61,8.124,26.577,8.055,26.544Z' transform='translate(0 -11.996)' fill='%23edf0f2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
|
|
|
}
|
|
}
|
|
|
.ico--ui_primary {
|
|
.ico--ui_primary {
|
|
|
- background-color: #0C6197;
|
|
|
|
|
|
|
+ background-color: var(--color-blu);
|
|
|
}
|
|
}
|
|
|
.ico--ui_primary:hover {
|
|
.ico--ui_primary:hover {
|
|
|
background-color: #084368;
|
|
background-color: #084368;
|
|
@@ -16271,12 +16271,12 @@ table.tablesaw tbody tr td input.table-check {
|
|
|
padding: 0;
|
|
padding: 0;
|
|
|
}
|
|
}
|
|
|
table.tablesaw tbody tr td .primary {
|
|
table.tablesaw tbody tr td .primary {
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.mobile-row-selector {
|
|
.mobile-row-selector {
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -16380,7 +16380,7 @@ a:hover, a:visited {
|
|
|
right: 0;
|
|
right: 0;
|
|
|
width: 2rem;
|
|
width: 2rem;
|
|
|
height: 2rem;
|
|
height: 2rem;
|
|
|
- background-color: #0C6197;
|
|
|
|
|
|
|
+ background-color: var(--color-blu);
|
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
|
-webkit-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
|
-moz-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
@@ -16397,7 +16397,7 @@ a:hover, a:visited {
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
- background-color: #0C6197;
|
|
|
|
|
|
|
+ background-color: var(--color-blu);
|
|
|
}
|
|
}
|
|
|
.header--gestionale_logo {
|
|
.header--gestionale_logo {
|
|
|
width: 30%;
|
|
width: 30%;
|
|
@@ -16516,11 +16516,11 @@ a:hover, a:visited {
|
|
|
border: 3px solid #12B548;
|
|
border: 3px solid #12B548;
|
|
|
}
|
|
}
|
|
|
#checkall-target a.blue {
|
|
#checkall-target a.blue {
|
|
|
- border: 3px solid #0C6197;
|
|
|
|
|
|
|
+ border: 3px solid var(--color-blu);
|
|
|
background-color: #D9E0E3;
|
|
background-color: #D9E0E3;
|
|
|
}
|
|
}
|
|
|
#checkall-target a.yellow {
|
|
#checkall-target a.yellow {
|
|
|
- border: 3px solid #0C6197;
|
|
|
|
|
|
|
+ border: 3px solid var(--color-blu);
|
|
|
}
|
|
}
|
|
|
#checkall-target a.orange.half {
|
|
#checkall-target a.orange.half {
|
|
|
border: 3px solid #e09f77 !important;
|
|
border: 3px solid #e09f77 !important;
|
|
@@ -16798,12 +16798,12 @@ table.tableHead thead {
|
|
|
|
|
|
|
|
.loading-content {
|
|
.loading-content {
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.loading-content i {
|
|
.loading-content i {
|
|
|
margin-bottom: 15px;
|
|
margin-bottom: 15px;
|
|
|
- color: #0C6197;
|
|
|
|
|
|
|
+ color: var(--color-blu);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.loading-content p {
|
|
.loading-content p {
|
|
@@ -16853,7 +16853,7 @@ button[disabled] {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.modal-header {
|
|
.modal-header {
|
|
|
- background-color: #0C6197;
|
|
|
|
|
|
|
+ background-color: var(--color-blu);
|
|
|
color: white;
|
|
color: white;
|
|
|
border-bottom: none;
|
|
border-bottom: none;
|
|
|
border-radius: 8px 8px 0 0;
|
|
border-radius: 8px 8px 0 0;
|