body{
	margin:0px;
	background-color:#eeeeee;
}

h1 {
  font-size: 28px;
  color: #666;
  font-weight: bolder;
  font-family: 'Nunito Sans', sans-serif;
}

h3 {
	font-size: 18px;
	color: #666;
		font-weight: bolder;
  font-family: 'Red Hat Display', sans-serif;
}
h4 {
	font-size: 21px;
	color: #BDBDBD;
		font-weight: bolder;
  font-family: 'Red Hat Display', sans-serif;
}
h5 {
	font-size: 16px;
	color: #A3A3A3;
		font-weight: bolder;
  font-family: 'Red Hat Display', sans-serif;
}

p{
	font-family: 'Red Hat Display', sans-serif;
	color: #BDBDBD;
	font-style: oblique;

}


.form-select {
  padding-top:8px;
  padding-bottom: 8px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  color: #6E6B6A;

}
.form-control {
  padding-top:8px;
  padding-bottom: 8px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  color: #6E6B6A;
  font-size: 14px;

}

label {

	text-transform: uppercase;
	font-size: 14px;
	color: #555;
	font-weight: bold;
	/*padding-bottom: 8px;*/
}
option {
	text-transform: capitalize;
	font-size: 12px;
	/*color: #F3F3F3;*/
}

::placeholder {
	text-transform:none;
	font-size: 12px;
	color: #FDFDFD;
	font-family: 'Nunito Sans', sans-serif;

}

.box {
	background-color: antiquewhite;
	height: 100px;
}

.tuor_inv2{
  color: white;
  background-color: #004899;
  font-family: 'Red Hat Display', sans-serif;
  -webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}


.tuor_inv4{
  color: white;
  background-color: #004899;
  font-family: 'Red Hat Display', sans-serif;
  -webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}

.tuor_inv4:hover{
  color: white;
  background-color: #004899;
  font-family: 'Red Hat Display', sans-serif;
  -webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}

.input-group-text{
	background-color: #004899;
}

.tuor_inv3{
  color: white;
  background-color: #A81C1C;
	border: #A81C1C;
  font-family: 'Red Hat Display', sans-serif;
  -webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.tuor_inv3:hover{
  color: #A81C1C;
  background-color: white;

  -webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}

.tuor_inv2:hover{
  color: #004899;
  background-color: white;

  -webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}

.tuor_inv{
  color: #004899;
  background-color: white;
  font-family: 'Red Hat Display', sans-serif;

  -webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}

.tuor_inv:hover{
  color: white;
  background-color: #004899;

  -webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}

.tuor_inv:hover {
    color: #ffffff !important;
    background: #004899;
    text-decoration: none;
}
.tuor_inv{
    color: #004899;
    background: #ffffff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
/*
.table-responsive {
    padding-right: 1px;
	max-height: 400px;
}

@media (min-width: 1200px) {
    .table-responsive-data2 {
        overflow: visible;
    }
}
*/


.table-data2 {
    border-collapse: collapse;
    overflow: visible;
}

th {
	position: sticky;
	top: 0;
	background-color: #f4f4f4;
}

  tfoot th{
	position: sticky;
	top: 400px;
	background-color: #f4f4f4;
}


.table-data2.table thead th {
    font-size: 12px;
    color: #555;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    vertical-align: top;
    padding: 16px 16px;
    padding-right: 24px;
	background-color: #f4f4f4;
}

.table-data2.table thead th:first-child {
    padding-right: 0px;
}

.table-data2.table tfoot th {
    font-size: 12px;
    color: #555;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    vertical-align: top;
    padding: 16px 16px;
    padding-right: 24px;
	background-color: #f4f4f4;



}

.table-data2.table tfoot th:first-child {
    padding-right: 0px;
}

.table-data2.table tbody {
    background: #fff;
}

.card {
background-color: #fff;
border-color: #fff;
}

.card2 {
background-color: #EDEDED;
border-color: #fff;
}

.divider {
	height: 2px;
	background-color: #D8D8D8;
}

.table-data2.table tbody tr td:first-child {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    /*vertical-align: top;*/
    vertical-align: middle;
}

.table-data2.table tbody tr td:first-child .au-checkbox {
    margin-top: 5px;
}

@media (max-width: 1199px) {
    .table-data2.table tbody tr td:first-child {
        vertical-align: middle;
    }

    .table-data2.table tbody tr td:first-child .au-checkbox {
        margin-top: 0;
    }
}

.table-data2.table tbody tr td:last-child {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    padding-right: 35px;
}

.table-data2.table tbody td {
    font-size: 14px;
    color: #808080;
    vertical-align: middle;
    padding: 16px 16px;
    padding-right: 10px;
    border: none;

}



.table-data2.table tbody td.desc {
    color: #4272d7;
}

.table-data2 .spacer {
    height: 5px;
    background: transparent;
}

.tr-shadow {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
}

.table-data__tool {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
}

.table-data__tool .table-data__tool-left > div {
    margin-right: 12px;
}

.table-data__tool .table-data__tool-right > button {
    margin-right: 12px;
}

@media (max-width: 991px) {
    .table-data__tool {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .table-data__tool .table-data__tool-right {
        margin-top: 10px;
    }

    .table-data__tool .table-data__tool-right > button {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.table-data-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.table-data-feature .item {
    display: block;
    height: 30px;
    width: 30px;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #e5e5e5;
    margin-right: 5px;
}

.table-data-feature .item2 {
    display: block;
    height: 30px;
    width: 30px;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #00ad5f;
    color: #fff;
    margin-right: 5px;
}

.table-data-feature .item3 {
    display: block;
    height: 30px;
    width: 30px;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fa4251;
    color: #fff;
    margin-right: 5px;
}

.table-data-feature .item:last-child {
    margin-right: 0;
}

.table-data-feature .item i {
    font-size: 20px;
    color: #808080;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}

 .input-euro {
     position: relative;
 }
 .input-euro.right input {
     padding-right: 32px;
     text-align:end;

 }

 .input-euro:before {
     position: absolute;
     top: 0;
     content:"€";
	 padding-bottom: 18px;

}

 .input-euro.right:before {
     right: 5px;
 }

 
.td_button {
	width: 1px;
}
.td_button a, .td_button button{
	width: 100px;
}
.td_button form{
	margin-bottom: 0px;
}
#menu_sx{
	position: fixed;
	background-color: #0E358F;
	color: #fff;
	z-index: 998;
	top: 0px;
	left: -400px;
	width: 400px;
	height: 100vh;
	padding: 30px 0;
	transition: left .3s linear;
}
#menu_sx.open{
	left: 0px;
}
#menu_sx_toggle{
	padding: 22px;
	cursor: pointer
}
#menu_close{
	position: fixed;
	color: #fff;
	z-index: 999;
	top: 0px;
	left: -60px;
	padding: 22px;
	cursor: pointer;
	transition: left .3s linear;
	color: #0e358f;
	font-size: 28px;
}
#menu_close.visible{
	left: 400px;
}
#menu_modal{
	z-index: 997;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.3);
	display: none;
}
#menu_modal.visible{
	display: block;
}
.profile_button{
	padding: 7px;
	padding-right: 10px;
}
.profile_button button{
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 50%;
	text-align: center;
}
tr.disabled{
	background-color: #F7BFBF;
}

.nascondi {
	display: none;
}

#menu_sx{
	overflow: auto;
	text-transform: uppercase;
	color: #fff;
}
#menu_sx ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
#menu_sx > ul li a, #menu_sx > ul li span {
	display: block;
	padding: 10px 30px;
	color: inherit;
    text-decoration: inherit;
    background-color: inherit;
}
#menu_sx > ul li a:hover, #menu_sx > ul li span:hover {
	color: #ff5200;
	text-decoration: inherit;
	cursor: pointer;
}
#menu_sx > ul li span:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f105';
	position: absolute;
	right: 30px;
	transition: all .4s linear;
}
#menu_sx > ul li.open span:after {
	transform: rotate(90deg);
}
#menu_sx > ul li ul {
	background-color: #4c5d86;
	/*max-height: 0px;*/
	/*transform: scaleY(0);
	transform-origin: top;*/
	display: none;
	overflow: hidden;
	/*transition: all .3s linear;*/
	padding-left: 15px;
}
#menu_sx > ul li.open ul {
	/*max-height: 300px;*/
	/*transform: scaleY(1);*/
}