@charset "UTF-8";


/* ROBOTO FONT */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
	font-family: 'Roboto', sans-serif !important;
}



.blind_data {
    display: none;
}

/*Stile del titolo della singola pagina*/
.page-title {
	text-align: center;
	width: 100%;
	
}

.page-title h1 {
	font-size: 3rem;
	font-weight: 500
	
}








/* general css form */
[data-uni-class="F"] { background-color:transparent; }

[data-uni-class="F"] form div.submit[data-obj-type="button"] a {
    background-color: green;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    color: white;
    text-decoration: none;
    font-size: 14px;
}

[data-uni-class="F"] form [data-el="label"] {
    color: #333;
    font-weight: normal;
}


/* LABEL DARK */
[data-uni-class="F"] form [data-el="label"] {
    color: #000;
    font-weight: normal;
}


[data-uni-class="F"] form [data-obj-type="search"] ul {
    padding: 0px;
}

[data-uni-class="F"] form [data-obj-type="search"] li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

[data-uni-class="F"] form [data-obj-type="search"] li:hover {
    background-color: #D3D3D3;
}

[data-uni-class="F"] form [data-obj-type="search"] [data-el="text"] {
    text-indent: 2px;
    border: 1px solid #cccccc;
    text-align: center;
}

[data-uni-class="F"] form [data-obj-type="text"] input {
    text-indent: 2px;
    border: 1px solid #cccccc;
}

[data-uni-class="F"] form [data-obj-type="select"] input {
    text-indent: 2px;
    border: 1px solid #cccccc;
}

[data-uni-class="F"] form [data-obj-type="select"] ul {
    padding: 0px;
}

[data-uni-class="F"] form [data-obj-type="select"] [data-el="text"] {
    border: 1px solid #cccccc;
    height: 22px;
    background-color: white;
    text-indent: 0;
}

[data-uni-class="F"] form [data-obj-type="select"] li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.uni-form-absolute form [data-obj-type="select"] img {
    right: 3px;
}

[data-uni-class="F"] form [data-status="readonly"] [data-el=text],
[data-uni-class="F"] form [data-status="readonly"] input,
[data-uni-class="F"] form [data-status="readonly"] textarea,
[data-uni-class="F"] form [data-status="disabled"] textarea,
[data-uni-class="F"] [data-status=disabled] input {
    background-color: #e0e0e0;
    color: black;
}

[data-uni-class="F"] form [data-obj-type=button] a {
    line-height: 27px;
    cursor: pointer;
}

/* 24 giu 2020 sovrascrive juni-bootstrap.css */
.uni-form-absolute form [data-obj-type=button] a {
    background-color: transparent;
}

/* save e cancel standard */
div.savebtn a {
    background-color: green;
    text-transform: uppercase;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #00bb00, green);
}

div.cancbtn a {
    background-color: #aaa;
    text-transform: uppercase;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #999, #666);
}








/* ========== TABLE PEOPLE ========== */

/* .div-table {
    position: fixed;
    height: 100vh;
    width: 100vw;
	border:3px solid red;
}

 */
.table_white {
    background: #fff;
}

.uni-tb {
    min-height: 500px;
}

[data-uni-class="TB"] table thead tr.thead_1 td a {
    color: #333;
    font-weight: 600;
}

tbody {
    font-size: 1.6rem;
    
}



/* #people table tbody td { color:red; } */
#people .thead_0 div.title {
    float: left;
    font-size: 1.5em;
    font-weight: bold;
    margin-right: 5px;
}

#people .thead_0 a {
    float: left;
}

#people td.col_img img { width:100px; }


#form_people {
    min-height: 300px;

}

/* ========== FORM PEOPLE STYLE ========== */

/* #form_people_firstname label { color:red; } */
/* #form_people [data-objeigh-type="text"] { background-color:#f3f3f3; } */




#form_in {
    min-width: 500px;
    width: 100%;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    background-color: rgba(177, 177, 180, 0.459);
    border-radius: 20px;


}

#form_in form {
    position: relative;
    min-height: 220px;
    margin-left: 20px;
    margin-top: 15px;


}

[data-uni-class="F"] .btn {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    border-radius: 10px;
    line-height: 22px;
}


#form_in_save {
    background-image: -webkit-linear-gradient(top, #00bb00, green);
}

#form_in_reset {
    background-image: -webkit-linear-gradient(top, #333, gray);
}

[data-box-io-cmd="esito"] {
    display: none;
}

[data-box-io-cmd="self"] {
    display: none;
}


form label {
    font-size: 1rem;
}



.uni-form-absolute form [data-el=label].pos_top_left {
    top: -25px;
    left: 0;
}

.ibox-title {
    background-color: transparent !important;
}

[data-status=disabled] input,
[data-status="readonly"] input {
    background-color: rgba(238, 238, 238, 0.7) !important;
    color: black;
}

hr {
    width: 90%;

}

[data-uni-class="F"] div.alert {
    position: absolute;
    top: 23px;
    color: red;
    padding: 0px;
    display: none;
}




/* ========== People table ========== */


.thead_0, .thead_1 {
    border: 1px solid rgba(0, 0, 0, .4);
    border-top-color: rgba(0, 0, 0, 0.4);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.4);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.4);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0, 0, 0, 0.4);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

.thead_0 a, 
.thead_1 a {
    color: #333;
    font-weight: 700;

}

tbody tr a {
    color: green;
}

/* Padding  */
.table>tbody>tr>td {
    padding: 5px !important;
}

/* Color hover  */
.table-hover tbody tr:hover {
    color: #212529;
    background-color: #ffff99;
}

td {
    font-weight: 400 !important;
}

.input-group {
    justify-content: center;
}


/*Larghezza lista search (campo cognome in form_in )*/
.uni-form-absolute form [data-obj-type="search"] [data-el="list"] {
    top: 30px;
    width: 500px;
    text-indent: 5px;
    max-height: 300px;
    font-size: 0.95rem;
}

#presence {
    margin-top: 30px;
    background-color: rgba(177, 177, 180, 0.459);
    border-radius: 20px 20px 0 0;
}

#presence td.col_ID {
	width:65px;
	text-align:center;
}

#presence .thead_0 i, 
#presence td.col_az i {
    font-size: 20px;
    color: darkorange;
}

/* overwrite css bootstrap modal */
.inmodal .modal-header {
    padding: 0 !important;
}

#form_out_save {
    background-image: -webkit-linear-gradient(top, #00bb00, green);
}

#form_out_cancel {
    background-image: -webkit-linear-gradient(top, #333, gray);
}

.modal-uni-form {
    position: relative;
    margin: auto;
    
}

#form_password {
    margin-left: 120px;
    margin-top: 25px;
}

#form_out {
    position: relative;
    margin: 20px auto;
    width: 250px;
    height: 100px;
}

#form_out_list { background-color:transparent; }




/* ========== EXIT FORM ========== */




/* =========== THEME TOGGLER ========== */
#theme-toggler {
    position: absolute;
    top: 5px;
    right: 350px;
    padding: 15px 20px;
    font-size: 15px;
    background: rgb(38 77 125);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}



body.dark_light {
    --primary-bg-color: #222;
    --secondary-bg-color: #333;
    --primary-text-color: #fff;
    --secondary-text-color: #eee;
}


.dark {
    background-color: #222 !important;

}





.active_color {
    color: white !important;
}



/* LOGOUT USER  */

#img_user {
    width: 40px;
    margin-right: 10px;
}

#menu_right {
    margin-right: 20px;
}


#menu-dropdown li span  {
    color: #fff;

}

.navbar-top-links li a {
    padding: 20px 10px;
    min-height: 50px;
    margin-left: 30px;
 
}

#user_name,
#user_lastname {
    font-size: 15px;
    font-weight: 400;
}


/* CHECK TABLE  */
/* 9 mag 2023 - commentate per form assist non visualizzava correttamente le checkbox - 
PB afferma che non ha impatto su nessuna pagina gia' pubblicata in produzione */

input[type=checkbox] {
    position: relative;
      cursor: pointer;
}
input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 2px solid #555555;
    border-radius: 3px;
    background-color: white;
}
input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
   
}

#presence .thead_0 input {
    width: 100%;
}

#pag-presence {
    background-color: rgba(177, 177, 180, 0.459);
    height: 100%;
    margin-bottom: 1rem;
}



/*TB-MOVEMENTS*/

#filter_movements [data-ks="category"] input { width:150px; }

#pag-movements {
	background-color: rgba(177, 177, 180, 0.459);
    height: 100%;
    margin-bottom: 1rem;
	border-radius: 0 0 20px 20px;
}

#movements td.col_IDp { display:none; }

#movements td.col_ID {
	width:65px;
	text-align:center;
}

#movements td.col_stato {
	width:65px;
	text-align:center;
}

#movements td.col_img {
	width: 50px;
}

#movements td.col_category {

}

#movements td.col_din,
#movements td.col_tin,
#movements td.col_dout,
#movements td.col_tout{
	width: 100px;
}

#movements tbody td.col_diff {
	width: 100px
	text-align: right;
}

#movements td.col_img img {
	width: 60px;
	border-radius: 10px;
	transition: 0.5s ease;
}

#movements td.col_img img:hover {
	transform: scale3d(3.5, 3.5, 3.5);
}

#movements tbody td {
	line-height: 71px;
	text-align: center;

}

#movements thead input {
	background-color: #a0a4ac;
}

#movements thead input::placeholder {
	color: #fff;
}


.input-group {
    justify-content:right;

}

#pag-presence input {
    height: 100%;
}

.table {
    margin-bottom: 0;
}

[data-group-btn = IV] {
    padding-left: 60px;
    padding-right: 55px;
}

[data-group-btn = IV] span {
    font-size: .85rem;
    
}

.chk {
    width: 50px;
    text-align: center;
}

#form_out_list {
    text-align: left !important;
}

.small-box-footer i {
    font-size: 20px !important;
    margin-left: 10px;
   
}

.fa-person-circle-plus::before {
    font-size: 30px;
}


/*BUTTON*/
#form_people_cancel [data-el="control"],
#form_password_cancel [data-el="control"],
#form_carout_cancel [data-el="control"]{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    border-radius: 10px;
    line-height: 27px;
    background-image: -webkit-linear-gradient(top, #333, gray);
}

#form_people_save [data-el="control"],
#form_password_save [data-el="control"],
#form_carout_save [data-el="control"]{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    border-radius: 10px;
    line-height: 27px;
    background-image: -webkit-linear-gradient(top, #00bb00, green);
}

.modal-dialog {
    width: 80% !important;
}


#form_out {
    width: 100%;
}

#form_out_list textarea {
    background-color: rgba(211, 211, 218, 0.459);
    width: 768px;
    height: 200px;
    margin-top: 25px;
    font-size: 1.5rem;
    
  
}

#form_out_list [data-el=label].pos_top_left {
    margin-top: 10px;
    top: -26px;
    left: 0;
    font-size: 1.3rem;
  
}

.modal-content {
    border-radius: 20px !important;
}

.inmodal .modal-body {
    border-radius: 20px !important;

}


/* ========== MENU DROPDOWN USER ========== */

#menu-dropdown {
    display: flex;
    
}

#menu-dropdown button {
    border: none;
    background: transparent;
    margin-right: 20px;
    
    
}

.navbar .dropdown-menu {
    margin-right: 30px;
    
    
}

.nav.navbar-top-links a {
    margin: 10px 0 10px 0;
   
}
.nav.navbar-top-links a {
    margin: 10px 0 10px 0;
   
}
.nav.navbar-top-links a i {
   color: #fff;
   
}



/* ========== FORM NUOVA ANAGRAFICA ========== */

#form_people {
    margin-top: 20px;
  
}
   


#form_people label {
    font-size: 1.1rem;
} 

#form_people input {
    margin-top: 5px;
   
   
}

/* overwrite inspinia.css modal background */
.inmodal .modal-body {
	background: rgb(170,174,181) !important;
}


/*wrapper-content inspinia*/
.wrapper-content {
    padding: 0px 0px 30px 0px !important;
}

.small-box {
    margin-bottom: 0px!important;
}

.small-box .fa {
	font-size: 40px;
}



#presence
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    background-color: #AAAEB5 !important;
    border-bottom-width: 1px
}


#pag-presence {
 border-radius: 0 0 20px 20px;
}


#form_password_msg_pw  {
    color: #555555;
    
}

#form_password_msg_pw h4  {
    font-weight: 400;
    
}



#form_password_msg_pw span {
    font-weight: bold;
}

#menu-none li {
    border-bottom: 1px solid rgb(184, 184, 184);
}

.btn {
    color: #fff !important;
	border: none !important;
}



.input-group {
    display: flex;
    align-items: center;
}
.input-group-btn button {
    box-shadow: 0px 10px 14px -7px #7a7b7e;
	background:linear-gradient(to bottom, #AAAEB5 5%, #7a7b7e 100%);
	background-color:#7a7b7e;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	/* font-size:10px; */
	font-weight:bold;
	padding:10px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #7a7b7e;
}

.input-group-btn input {
    text-align: center;

}


.inmodal .modal-body {
    background: #D5D5D7 !important;
}

.active_dark  {
    background-color: #333 !important;
}






/*
========== TOP NAVBAR ==========
*/

/*TOP-NAVBAR\*/
.navbar-fixed-top, .navbar-static-top {
    background: #193A63 !important;background: rgb(18,61,99) !important;
    background: linear-gradient(0deg, rgba(18,61,99,0.6923144257703081) 0%, rgba(25,58,99,1) 100%) !important;
}

.dropdown-menu {
    background-color: #193A63;
}

/*HOVER DROPDOWN*/
.dropdown-menu a:hover {
    background-color: #164773 !important;
    color: white;
}

/*TEXT COLOR*/
.dropdown-menu a {
    color: #fff ;
}

#movements {
    margin-top: 30px;
    background-color: rgba(177, 177, 180, 0.459);
    border-radius: 20px 20px 0 0;
}

/********** WIDGET PANORAMICA ********** */

#widget {
	display: none;
}

#widget .row {
	gap: 30px
}

#widget .small-box {
	min-width: 200px;
}

#car {
	display: none;
}


.statusIn {
	color: #93D94E;

}

.background_filter {
	background-color:rgb(109,109,111);

}







/* ========== CAR SECTION ========== */
#car {
	justify-content: center;

}

#car .container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 40px 0;
}

#car .container .card {
	position: relative;
	min-width: 220px;
	height: 300px;
	box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
				inset -5px -5px 15px rgba(255, 255, 255, 0.1),
				5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	margin: 30px;
	transition: 0.5s;
}


#car .container .card .box {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: #2a2b2f;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: 1s;
}



#car .container .card .box:hover {
	transform: translateY(-10px);
}

#car .container .card .box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: rgba(255, 255, 255, 0.03);
}

#car .container .card .box .content {
	padding: 20px;
	text-align: center;
}

#car .container .card .box .content h2 {
	position: absolute;
	top: -10px;
	right: 30px;
	font-size: 8rem;
	color: rgba(255, 255, 255, 0.1);
}

#car .container .card .box .content h3 {
	font-size: 1.2rem;
	color: #fff;
	z-index: 1;
	transition: 0.5s;
	margin-bottom: 15px;
}

#car .container .card .box .content img {
	width: 100%;
	height: 90px;
	
}

#car .container .card .box .content p {
	position: absolute;
	font-size: 1.5rem;
	left: 32px;
	top: 138px;
	font-weight: 500;
	color: #333;
	z-index: 1;
	transition: 0.5s;
}

****
#car .container .card .box .content a {
	position: relative;
	width: 100px;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 10px;
	text-decoration: none;
	color: white;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	transition: 0.5s;
}

#car .container .card .box .content a:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
	background: #fff;
	color: #000;
}

#car .container .card .box .content h4 {
	color: white;
	font-size: 1.2rem;
}

#car .container .card .box .content .targa img {
	height: 35px;
	width: 150px;
}

.impegna {
	background-image: -webkit-linear-gradient(top, #00bb00, green);

}

.consegna {
	background-image: -webkit-linear-gradient(top, #333, gray);
}

.targa {
	margin-bottom: 15px;
}

.car_unavailable {
	background: rgb(255,0,0);
	background: linear-gradient(225deg, rgba(255,0,0,1) 0%, rgba(255,0,0,0.4430147058823529) 100%);

}

.car_available {
	background: rgb(0,187,0);
	background: linear-gradient(288deg, rgba(0,187,0,1) 0%, rgba(0,187,0,0.2945553221288515) 100%);

}


/* FORM AUTO IN USCITA */
#form_carout {
    margin-left: 244.5px;
}



/* =========== button print ========== */
#button_print {
    position: absolute;
    top: 2px;
    right: 600px;
    padding: 8px 20px;
    font-size: 15px;
    background:#fdb44b;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}


/* =========== THEME TOGGLER ========== */
#theme-toggler {
    position: absolute;
    top: 5px;
    right: 350px;
    padding: 15px 20px;
    font-size: 15px;
    background: rgb(38 77 125);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}


#button_print img {
	width: 30px 
}

.nav-label {
    font-size: 1rem;
    Font-Weight: 300;
}

.nav-second-level li a {
    font-size: 1rem !important;
    font-weight: 300 !important;
	color: white !important;

}

.nav-second-level li a:hover {
    
    color: #D2FAFF !important;
	transition: 1s ease;
    
}

.nav-second-level {
	display: block;
    
    
}

.bg-info h5 {
	font-size: 4rem !important;
}




/********** Widgetcar style **********/

#widgetcar .row {
    display: flex;
    justify-content: center;

}

#widgetcar p {
    text-align: center;

}

#cars_widget {
    height: 150px;
    display: flex;
    justify-content: center;
}

#cars_widget a {
	margin-top: 10px;
}

#cars_widget img {
    justify-content: center;
    width: 90%;
	
}

.zoom {
	transition: transform .2s; /* Animation */
	margin: 0 auto;
}

.zoom:hover {
	transform: scale(1.5);

}

#widgetcar .fa {
    font-size: 2rem;
    margin-left: 0.5rem;
}

#widgetcar span {
    font-size: 1.3rem;
}

#widgetcar a {
    display: flex;
    justify-content: center;
    align-items: center;
    
}


#widgetcar a span:hover {
    transition: 1s ease;
    color:rgb(196, 191, 191);
}

#widgetcar .bg-info {
    background: linear-gradient(0deg, rgba(18,61,99,0.6923144257703081) 0%, rgba(25,58,99,1) 100%) !important;


}

#widgetcar .small-box {
	width: 200px;
}

#widgetcar .row {
	gap: 30px;
}


/*Modal printList*/

#modal_printList {

}

#modal_printList .modal-header {
	background: linear-gradient(0deg, rgba(18,61,99,0.6923144257703081) 0%, rgba(25,58,99,1) 100%) !important;
	color: #fff;

}

#modal_printList .modal-header span {
	color:#fff;
	
}


#modal_printList .modal-header .fa-solid{
	font-size: 3rem;
	
}

#modal_printList .modal-header h5{
	font-size: 1.8rem;
	
}

.content-header {
	width: 100%;
	text-align: center;
}

.modal-body {
	font-size: 1rem;
	text-align: justify;
}

#btn_close {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10pz;
    border-radius: 10px;
    line-height: 27px;
    background-image: -webkit-linear-gradient(top, #333, gray);
}

#btn_print {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10pz;
    border-radius: 10px;
    line-height: 27px;
	background-image: -webkit-linear-gradient(top, #00bb00, green);

 
}

.carbtn {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 10px;
    line-height: 27px;
}

/* ********** START UNDERLINE SIDEBAR ITEMS ********** */

.underline{
  position: relative;
}

.underline::before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #0074D9;
  transition: width 1s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (hover: hover) and (pointer: fine) {
  .underline:hover::before{
    left: 0;
    right: auto;
    width: 100%;
  }
}

/* ********** END UNDERLINE SIDEBAR ITEMS ********** */




/* ********** BACKGROUND PAGE ********** */



.background_eco {
    
    background: url(images/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.col_firstname input {
    width: 150px;
} 

.col_lastname input {
    width: 150px;
} 
#filter_contatti td { text-align:center; }
#contatti td.col_date { text-align:center; width:130px; }
#filter_contatti [key_field="date"] input { width:120px; text-align:center; }
/*ECOMONDO BTN SAVE*/

#form_eco_save {
  border: none;
  width: 152px;
  height: 42px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: rgb(85, 116, 155);
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Muli-SemiBold";
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;

}

#form_eco_save::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(25,58,99,1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; 
}
  
#form_eco_save:hover::before, button:active::before, button:focus::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); 
}

